/*--------------------------------------------------------------
BASE WEB
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0.Fonts
3.0 Variables
4.0 Mixins
5.0 Boostrap Grid
6.0 Accessibility
7.0 Alignments
8.0 Typography
9.0 Forms
10.0. Tables
11.0 Formatting
12.0 Lists
13.0 Links
14.0 Navigation
15.0 Comments
16.0 Widgets
17.0 Modules

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v8.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;}
/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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;}
/*--------------------------------------------------------------
2.0 Fonts
--------------------------------------------------------------*/
@font-face { font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot");
  src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2") format("woff2"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;}
.fa {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
.fa:before { font-family: "FontAwesome" !important;}
/* makes the font 33% larger relative to the icon container */
.fa-lg { font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;}
.fa-li.fa-lg {
  left: -1.85714286em;}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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;}
/* Deprecated as of 4.4.0 */
.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% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  -webkit-filter: none;
          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: #ffffff;}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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";}
/*!
 * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;}
.fa-lg { font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;}
.fa-xs { font-size: .75em;}
.fa-sm { font-size: .875em;}
.fa-1x { font-size: 1em;}
.fa-2x { font-size: 2em;}
.fa-3x { font-size: 3em;}
.fa-4x { font-size: 4em;}
.fa-5x { font-size: 5em;}
.fa-6x { font-size: 6em;}
.fa-7x { font-size: 7em;}
.fa-8x { font-size: 8em;}
.fa-9x { font-size: 9em;}
.fa-10x { font-size: 10em;}
.fa-fw {
  text-align: center;
  width: 1.25em;}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;}
.fa-ul > li {
  position: relative;}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;}
.fa-pull-left {
  float: left;}
.fa-pull-right {
  float: right;}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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);}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;}
.fa-stack-1x {
  line-height: inherit;}
.fa-stack-2x { font-size: 2em;}
.fa-inverse {
  color: #fff;}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before { content: "\f26e";}
.fa-accessible-icon:before { content: "\f368";}
.fa-accusoft:before { content: "\f369";}
.fa-acquisitions-incorporated:before { content: "\f6af";}
.fa-ad:before { content: "\f641";}
.fa-address-book:before { content: "\f2b9";}
.fa-address-card:before { content: "\f2bb";}
.fa-adjust:before { content: "\f042";}
.fa-adn:before { content: "\f170";}
.fa-adobe:before { content: "\f778";}
.fa-adversal:before { content: "\f36a";}
.fa-affiliatetheme:before { content: "\f36b";}
.fa-air-freshener:before { content: "\f5d0";}
.fa-airbnb:before { content: "\f834";}
.fa-algolia:before { content: "\f36c";}
.fa-align-center:before { content: "\f037";}
.fa-align-justify:before { content: "\f039";}
.fa-align-left:before { content: "\f036";}
.fa-align-right:before { content: "\f038";}
.fa-alipay:before { content: "\f642";}
.fa-allergies:before { content: "\f461";}
.fa-amazon:before { content: "\f270";}
.fa-amazon-pay:before { content: "\f42c";}
.fa-ambulance:before { content: "\f0f9";}
.fa-american-sign-language-interpreting:before { content: "\f2a3";}
.fa-amilia:before { content: "\f36d";}
.fa-anchor:before { content: "\f13d";}
.fa-android:before { content: "\f17b";}
.fa-angellist:before { content: "\f209";}
.fa-angle-double-down:before { content: "\f103";}
.fa-angle-double-left:before { content: "\f100";}
.fa-angle-double-right:before { content: "\f101";}
.fa-angle-double-up:before { content: "\f102";}
.fa-angle-down:before { content: "\f107";}
.fa-angle-left:before { content: "\f104";}
.fa-angle-right:before { content: "\f105";}
.fa-angle-up:before { content: "\f106";}
.fa-angry:before { content: "\f556";}
.fa-angrycreative:before { content: "\f36e";}
.fa-angular:before { content: "\f420";}
.fa-ankh:before { content: "\f644";}
.fa-app-store:before { content: "\f36f";}
.fa-app-store-ios:before { content: "\f370";}
.fa-apper:before { content: "\f371";}
.fa-apple:before { content: "\f179";}
.fa-apple-alt:before { content: "\f5d1";}
.fa-apple-pay:before { content: "\f415";}
.fa-archive:before { content: "\f187";}
.fa-archway:before { content: "\f557";}
.fa-arrow-alt-circle-down:before { content: "\f358";}
.fa-arrow-alt-circle-left:before { content: "\f359";}
.fa-arrow-alt-circle-right:before { content: "\f35a";}
.fa-arrow-alt-circle-up:before { content: "\f35b";}
.fa-arrow-circle-down:before { content: "\f0ab";}
.fa-arrow-circle-left:before { content: "\f0a8";}
.fa-arrow-circle-right:before { content: "\f0a9";}
.fa-arrow-circle-up:before { content: "\f0aa";}
.fa-arrow-down:before { content: "\f063";}
.fa-arrow-left:before { content: "\f060";}
.fa-arrow-right:before { content: "\f061";}
.fa-arrow-up:before { content: "\f062";}
.fa-arrows-alt:before { content: "\f0b2";}
.fa-arrows-alt-h:before { content: "\f337";}
.fa-arrows-alt-v:before { content: "\f338";}
.fa-artstation:before { content: "\f77a";}
.fa-assistive-listening-systems:before { content: "\f2a2";}
.fa-asterisk:before { content: "\f069";}
.fa-asymmetrik:before { content: "\f372";}
.fa-at:before { content: "\f1fa";}
.fa-atlas:before { content: "\f558";}
.fa-atlassian:before { content: "\f77b";}
.fa-atom:before { content: "\f5d2";}
.fa-audible:before { content: "\f373";}
.fa-audio-description:before { content: "\f29e";}
.fa-autoprefixer:before { content: "\f41c";}
.fa-avianex:before { content: "\f374";}
.fa-aviato:before { content: "\f421";}
.fa-award:before { content: "\f559";}
.fa-aws:before { content: "\f375";}
.fa-baby:before { content: "\f77c";}
.fa-baby-carriage:before { content: "\f77d";}
.fa-backspace:before { content: "\f55a";}
.fa-backward:before { content: "\f04a";}
.fa-bacon:before { content: "\f7e5";}
.fa-balance-scale:before { content: "\f24e";}
.fa-balance-scale-left:before { content: "\f515";}
.fa-balance-scale-right:before { content: "\f516";}
.fa-ban:before { content: "\f05e";}
.fa-band-aid:before { content: "\f462";}
.fa-bandcamp:before { content: "\f2d5";}
.fa-barcode:before { content: "\f02a";}
.fa-bars:before { content: "\f0c9";}
.fa-baseball-ball:before { content: "\f433";}
.fa-basketball-ball:before { content: "\f434";}
.fa-bath:before { content: "\f2cd";}
.fa-battery-empty:before { content: "\f244";}
.fa-battery-full:before { content: "\f240";}
.fa-battery-half:before { content: "\f242";}
.fa-battery-quarter:before { content: "\f243";}
.fa-battery-three-quarters:before { content: "\f241";}
.fa-battle-net:before { content: "\f835";}
.fa-bed:before { content: "\f236";}
.fa-beer:before { content: "\f0fc";}
.fa-behance:before { content: "\f1b4";}
.fa-behance-square:before { content: "\f1b5";}
.fa-bell:before { content: "\f0f3";}
.fa-bell-slash:before { content: "\f1f6";}
.fa-bezier-curve:before { content: "\f55b";}
.fa-bible:before { content: "\f647";}
.fa-bicycle:before { content: "\f206";}
.fa-biking:before { content: "\f84a";}
.fa-bimobject:before { content: "\f378";}
.fa-binoculars:before { content: "\f1e5";}
.fa-biohazard:before { content: "\f780";}
.fa-birthday-cake:before { content: "\f1fd";}
.fa-bitbucket:before { content: "\f171";}
.fa-bitcoin:before { content: "\f379";}
.fa-bity:before { content: "\f37a";}
.fa-black-tie:before { content: "\f27e";}
.fa-blackberry:before { content: "\f37b";}
.fa-blender:before { content: "\f517";}
.fa-blender-phone:before { content: "\f6b6";}
.fa-blind:before { content: "\f29d";}
.fa-blog:before { content: "\f781";}
.fa-blogger:before { content: "\f37c";}
.fa-blogger-b:before { content: "\f37d";}
.fa-bluetooth:before { content: "\f293";}
.fa-bluetooth-b:before { content: "\f294";}
.fa-bold:before { content: "\f032";}
.fa-bolt:before { content: "\f0e7";}
.fa-bomb:before { content: "\f1e2";}
.fa-bone:before { content: "\f5d7";}
.fa-bong:before { content: "\f55c";}
.fa-book:before { content: "\f02d";}
.fa-book-dead:before { content: "\f6b7";}
.fa-book-medical:before { content: "\f7e6";}
.fa-book-open:before { content: "\f518";}
.fa-book-reader:before { content: "\f5da";}
.fa-bookmark:before { content: "\f02e";}
.fa-bootstrap:before { content: "\f836";}
.fa-border-all:before { content: "\f84c";}
.fa-border-none:before { content: "\f850";}
.fa-border-style:before { content: "\f853";}
.fa-bowling-ball:before { content: "\f436";}
.fa-box:before { content: "\f466";}
.fa-box-open:before { content: "\f49e";}
.fa-boxes:before { content: "\f468";}
.fa-braille:before { content: "\f2a1";}
.fa-brain:before { content: "\f5dc";}
.fa-bread-slice:before { content: "\f7ec";}
.fa-briefcase:before { content: "\f0b1";}
.fa-briefcase-medical:before { content: "\f469";}
.fa-broadcast-tower:before { content: "\f519";}
.fa-broom:before { content: "\f51a";}
.fa-brush:before { content: "\f55d";}
.fa-btc:before { content: "\f15a";}
.fa-buffer:before { content: "\f837";}
.fa-bug:before { content: "\f188";}
.fa-building:before { content: "\f1ad";}
.fa-bullhorn:before { content: "\f0a1";}
.fa-bullseye:before { content: "\f140";}
.fa-burn:before { content: "\f46a";}
.fa-buromobelexperte:before { content: "\f37f";}
.fa-bus:before { content: "\f207";}
.fa-bus-alt:before { content: "\f55e";}
.fa-business-time:before { content: "\f64a";}
.fa-buysellads:before { content: "\f20d";}
.fa-calculator:before { content: "\f1ec";}
.fa-calendar:before { content: "\f133";}
.fa-calendar-alt:before { content: "\f073";}
.fa-calendar-check:before { content: "\f274";}
.fa-calendar-day:before { content: "\f783";}
.fa-calendar-minus:before { content: "\f272";}
.fa-calendar-plus:before { content: "\f271";}
.fa-calendar-times:before { content: "\f273";}
.fa-calendar-week:before { content: "\f784";}
.fa-camera:before { content: "\f030";}
.fa-camera-retro:before { content: "\f083";}
.fa-campground:before { content: "\f6bb";}
.fa-canadian-maple-leaf:before { content: "\f785";}
.fa-candy-cane:before { content: "\f786";}
.fa-cannabis:before { content: "\f55f";}
.fa-capsules:before { content: "\f46b";}
.fa-car:before { content: "\f1b9";}
.fa-car-alt:before { content: "\f5de";}
.fa-car-battery:before { content: "\f5df";}
.fa-car-crash:before { content: "\f5e1";}
.fa-car-side:before { content: "\f5e4";}
.fa-caret-down:before { content: "\f0d7";}
.fa-caret-left:before { content: "\f0d9";}
.fa-caret-right:before { content: "\f0da";}
.fa-caret-square-down:before { content: "\f150";}
.fa-caret-square-left:before { content: "\f191";}
.fa-caret-square-right:before { content: "\f152";}
.fa-caret-square-up:before { content: "\f151";}
.fa-caret-up:before { content: "\f0d8";}
.fa-carrot:before { content: "\f787";}
.fa-cart-arrow-down:before { content: "\f218";}
.fa-cart-plus:before { content: "\f217";}
.fa-cash-register:before { content: "\f788";}
.fa-cat:before { content: "\f6be";}
.fa-cc-amazon-pay:before { content: "\f42d";}
.fa-cc-amex:before { content: "\f1f3";}
.fa-cc-apple-pay:before { content: "\f416";}
.fa-cc-diners-club:before { content: "\f24c";}
.fa-cc-discover:before { content: "\f1f2";}
.fa-cc-jcb:before { content: "\f24b";}
.fa-cc-mastercard:before { content: "\f1f1";}
.fa-cc-paypal:before { content: "\f1f4";}
.fa-cc-stripe:before { content: "\f1f5";}
.fa-cc-visa:before { content: "\f1f0";}
.fa-centercode:before { content: "\f380";}
.fa-centos:before { content: "\f789";}
.fa-certificate:before { content: "\f0a3";}
.fa-chair:before { content: "\f6c0";}
.fa-chalkboard:before { content: "\f51b";}
.fa-chalkboard-teacher:before { content: "\f51c";}
.fa-charging-station:before { content: "\f5e7";}
.fa-chart-area:before { content: "\f1fe";}
.fa-chart-bar:before { content: "\f080";}
.fa-chart-line:before { content: "\f201";}
.fa-chart-pie:before { content: "\f200";}
.fa-check:before { content: "\f00c";}
.fa-check-circle:before { content: "\f058";}
.fa-check-double:before { content: "\f560";}
.fa-check-square:before { content: "\f14a";}
.fa-cheese:before { content: "\f7ef";}
.fa-chess:before { content: "\f439";}
.fa-chess-bishop:before { content: "\f43a";}
.fa-chess-board:before { content: "\f43c";}
.fa-chess-king:before { content: "\f43f";}
.fa-chess-knight:before { content: "\f441";}
.fa-chess-pawn:before { content: "\f443";}
.fa-chess-queen:before { content: "\f445";}
.fa-chess-rook:before { content: "\f447";}
.fa-chevron-circle-down:before { content: "\f13a";}
.fa-chevron-circle-left:before { content: "\f137";}
.fa-chevron-circle-right:before { content: "\f138";}
.fa-chevron-circle-up:before { content: "\f139";}
.fa-chevron-down:before { content: "\f078";}
.fa-chevron-left:before { content: "\f053";}
.fa-chevron-right:before { content: "\f054";}
.fa-chevron-up:before { content: "\f077";}
.fa-child:before { content: "\f1ae";}
.fa-chrome:before { content: "\f268";}
.fa-chromecast:before { content: "\f838";}
.fa-church:before { content: "\f51d";}
.fa-circle:before { content: "\f111";}
.fa-circle-notch:before { content: "\f1ce";}
.fa-city:before { content: "\f64f";}
.fa-clinic-medical:before { content: "\f7f2";}
.fa-clipboard:before { content: "\f328";}
.fa-clipboard-check:before { content: "\f46c";}
.fa-clipboard-list:before { content: "\f46d";}
.fa-clock:before { content: "\f017";}
.fa-clone:before { content: "\f24d";}
.fa-closed-captioning:before { content: "\f20a";}
.fa-cloud:before { content: "\f0c2";}
.fa-cloud-download-alt:before { content: "\f381";}
.fa-cloud-meatball:before { content: "\f73b";}
.fa-cloud-moon:before { content: "\f6c3";}
.fa-cloud-moon-rain:before { content: "\f73c";}
.fa-cloud-rain:before { content: "\f73d";}
.fa-cloud-showers-heavy:before { content: "\f740";}
.fa-cloud-sun:before { content: "\f6c4";}
.fa-cloud-sun-rain:before { content: "\f743";}
.fa-cloud-upload-alt:before { content: "\f382";}
.fa-cloudscale:before { content: "\f383";}
.fa-cloudsmith:before { content: "\f384";}
.fa-cloudversify:before { content: "\f385";}
.fa-cocktail:before { content: "\f561";}
.fa-code:before { content: "\f121";}
.fa-code-branch:before { content: "\f126";}
.fa-codepen:before { content: "\f1cb";}
.fa-codiepie:before { content: "\f284";}
.fa-coffee:before { content: "\f0f4";}
.fa-cog:before { content: "\f013";}
.fa-cogs:before { content: "\f085";}
.fa-coins:before { content: "\f51e";}
.fa-columns:before { content: "\f0db";}
.fa-comment:before { content: "\f075";}
.fa-comment-alt:before { content: "\f27a";}
.fa-comment-dollar:before { content: "\f651";}
.fa-comment-dots:before { content: "\f4ad";}
.fa-comment-medical:before { content: "\f7f5";}
.fa-comment-slash:before { content: "\f4b3";}
.fa-comments:before { content: "\f086";}
.fa-comments-dollar:before { content: "\f653";}
.fa-compact-disc:before { content: "\f51f";}
.fa-compass:before { content: "\f14e";}
.fa-compress:before { content: "\f066";}
.fa-compress-arrows-alt:before { content: "\f78c";}
.fa-concierge-bell:before { content: "\f562";}
.fa-confluence:before { content: "\f78d";}
.fa-connectdevelop:before { content: "\f20e";}
.fa-contao:before { content: "\f26d";}
.fa-cookie:before { content: "\f563";}
.fa-cookie-bite:before { content: "\f564";}
.fa-copy:before { content: "\f0c5";}
.fa-copyright:before { content: "\f1f9";}
.fa-cotton-bureau:before { content: "\f89e";}
.fa-couch:before { content: "\f4b8";}
.fa-cpanel:before { content: "\f388";}
.fa-creative-commons:before { content: "\f25e";}
.fa-creative-commons-by:before { content: "\f4e7";}
.fa-creative-commons-nc:before { content: "\f4e8";}
.fa-creative-commons-nc-eu:before { content: "\f4e9";}
.fa-creative-commons-nc-jp:before { content: "\f4ea";}
.fa-creative-commons-nd:before { content: "\f4eb";}
.fa-creative-commons-pd:before { content: "\f4ec";}
.fa-creative-commons-pd-alt:before { content: "\f4ed";}
.fa-creative-commons-remix:before { content: "\f4ee";}
.fa-creative-commons-sa:before { content: "\f4ef";}
.fa-creative-commons-sampling:before { content: "\f4f0";}
.fa-creative-commons-sampling-plus:before { content: "\f4f1";}
.fa-creative-commons-share:before { content: "\f4f2";}
.fa-creative-commons-zero:before { content: "\f4f3";}
.fa-credit-card:before { content: "\f09d";}
.fa-critical-role:before { content: "\f6c9";}
.fa-crop:before { content: "\f125";}
.fa-crop-alt:before { content: "\f565";}
.fa-cross:before { content: "\f654";}
.fa-crosshairs:before { content: "\f05b";}
.fa-crow:before { content: "\f520";}
.fa-crown:before { content: "\f521";}
.fa-crutch:before { content: "\f7f7";}
.fa-css3:before { content: "\f13c";}
.fa-css3-alt:before { content: "\f38b";}
.fa-cube:before { content: "\f1b2";}
.fa-cubes:before { content: "\f1b3";}
.fa-cut:before { content: "\f0c4";}
.fa-cuttlefish:before { content: "\f38c";}
.fa-d-and-d:before { content: "\f38d";}
.fa-d-and-d-beyond:before { content: "\f6ca";}
.fa-dashcube:before { content: "\f210";}
.fa-database:before { content: "\f1c0";}
.fa-deaf:before { content: "\f2a4";}
.fa-delicious:before { content: "\f1a5";}
.fa-democrat:before { content: "\f747";}
.fa-deploydog:before { content: "\f38e";}
.fa-deskpro:before { content: "\f38f";}
.fa-desktop:before { content: "\f108";}
.fa-dev:before { content: "\f6cc";}
.fa-deviantart:before { content: "\f1bd";}
.fa-dharmachakra:before { content: "\f655";}
.fa-dhl:before { content: "\f790";}
.fa-diagnoses:before { content: "\f470";}
.fa-diaspora:before { content: "\f791";}
.fa-dice:before { content: "\f522";}
.fa-dice-d20:before { content: "\f6cf";}
.fa-dice-d6:before { content: "\f6d1";}
.fa-dice-five:before { content: "\f523";}
.fa-dice-four:before { content: "\f524";}
.fa-dice-one:before { content: "\f525";}
.fa-dice-six:before { content: "\f526";}
.fa-dice-three:before { content: "\f527";}
.fa-dice-two:before { content: "\f528";}
.fa-digg:before { content: "\f1a6";}
.fa-digital-ocean:before { content: "\f391";}
.fa-digital-tachograph:before { content: "\f566";}
.fa-directions:before { content: "\f5eb";}
.fa-discord:before { content: "\f392";}
.fa-discourse:before { content: "\f393";}
.fa-divide:before { content: "\f529";}
.fa-dizzy:before { content: "\f567";}
.fa-dna:before { content: "\f471";}
.fa-dochub:before { content: "\f394";}
.fa-docker:before { content: "\f395";}
.fa-dog:before { content: "\f6d3";}
.fa-dollar-sign:before { content: "\f155";}
.fa-dolly:before { content: "\f472";}
.fa-dolly-flatbed:before { content: "\f474";}
.fa-donate:before { content: "\f4b9";}
.fa-door-closed:before { content: "\f52a";}
.fa-door-open:before { content: "\f52b";}
.fa-dot-circle:before { content: "\f192";}
.fa-dove:before { content: "\f4ba";}
.fa-download:before { content: "\f019";}
.fa-draft2digital:before { content: "\f396";}
.fa-drafting-compass:before { content: "\f568";}
.fa-dragon:before { content: "\f6d5";}
.fa-draw-polygon:before { content: "\f5ee";}
.fa-dribbble:before { content: "\f17d";}
.fa-dribbble-square:before { content: "\f397";}
.fa-dropbox:before { content: "\f16b";}
.fa-drum:before { content: "\f569";}
.fa-drum-steelpan:before { content: "\f56a";}
.fa-drumstick-bite:before { content: "\f6d7";}
.fa-drupal:before { content: "\f1a9";}
.fa-dumbbell:before { content: "\f44b";}
.fa-dumpster:before { content: "\f793";}
.fa-dumpster-fire:before { content: "\f794";}
.fa-dungeon:before { content: "\f6d9";}
.fa-dyalog:before { content: "\f399";}
.fa-earlybirds:before { content: "\f39a";}
.fa-ebay:before { content: "\f4f4";}
.fa-edge:before { content: "\f282";}
.fa-edit:before { content: "\f044";}
.fa-egg:before { content: "\f7fb";}
.fa-eject:before { content: "\f052";}
.fa-elementor:before { content: "\f430";}
.fa-ellipsis-h:before { content: "\f141";}
.fa-ellipsis-v:before { content: "\f142";}
.fa-ello:before { content: "\f5f1";}
.fa-ember:before { content: "\f423";}
.fa-empire:before { content: "\f1d1";}
.fa-envelope:before { content: "\f0e0";}
.fa-envelope-open:before { content: "\f2b6";}
.fa-envelope-open-text:before { content: "\f658";}
.fa-envelope-square:before { content: "\f199";}
.fa-envira:before { content: "\f299";}
.fa-equals:before { content: "\f52c";}
.fa-eraser:before { content: "\f12d";}
.fa-erlang:before { content: "\f39d";}
.fa-ethereum:before { content: "\f42e";}
.fa-ethernet:before { content: "\f796";}
.fa-etsy:before { content: "\f2d7";}
.fa-euro-sign:before { content: "\f153";}
.fa-evernote:before { content: "\f839";}
.fa-exchange-alt:before { content: "\f362";}
.fa-exclamation:before { content: "\f12a";}
.fa-exclamation-circle:before { content: "\f06a";}
.fa-exclamation-triangle:before { content: "\f071";}
.fa-expand:before { content: "\f065";}
.fa-expand-arrows-alt:before { content: "\f31e";}
.fa-expeditedssl:before { content: "\f23e";}
.fa-external-link-alt:before { content: "\f35d";}
.fa-external-link-square-alt:before { content: "\f360";}
.fa-eye:before { content: "\f06e";}
.fa-eye-dropper:before { content: "\f1fb";}
.fa-eye-slash:before { content: "\f070";}
.fa-facebook:before { content: "\f09a";}
.fa-facebook-f:before { content: "\f39e";}
.fa-facebook-messenger:before { content: "\f39f";}
.fa-facebook-square:before { content: "\f082";}
.fa-fan:before { content: "\f863";}
.fa-fantasy-flight-games:before { content: "\f6dc";}
.fa-fast-backward:before { content: "\f049";}
.fa-fast-forward:before { content: "\f050";}
.fa-fax:before { content: "\f1ac";}
.fa-feather:before { content: "\f52d";}
.fa-feather-alt:before { content: "\f56b";}
.fa-fedex:before { content: "\f797";}
.fa-fedora:before { content: "\f798";}
.fa-female:before { content: "\f182";}
.fa-fighter-jet:before { content: "\f0fb";}
.fa-figma:before { content: "\f799";}
.fa-file:before { content: "\f15b";}
.fa-file-alt:before { content: "\f15c";}
.fa-file-archive:before { content: "\f1c6";}
.fa-file-audio:before { content: "\f1c7";}
.fa-file-code:before { content: "\f1c9";}
.fa-file-contract:before { content: "\f56c";}
.fa-file-csv:before { content: "\f6dd";}
.fa-file-download:before { content: "\f56d";}
.fa-file-excel:before { content: "\f1c3";}
.fa-file-export:before { content: "\f56e";}
.fa-file-image:before { content: "\f1c5";}
.fa-file-import:before { content: "\f56f";}
.fa-file-invoice:before { content: "\f570";}
.fa-file-invoice-dollar:before { content: "\f571";}
.fa-file-medical:before { content: "\f477";}
.fa-file-medical-alt:before { content: "\f478";}
.fa-file-pdf:before { content: "\f1c1";}
.fa-file-powerpoint:before { content: "\f1c4";}
.fa-file-prescription:before { content: "\f572";}
.fa-file-signature:before { content: "\f573";}
.fa-file-upload:before { content: "\f574";}
.fa-file-video:before { content: "\f1c8";}
.fa-file-word:before { content: "\f1c2";}
.fa-fill:before { content: "\f575";}
.fa-fill-drip:before { content: "\f576";}
.fa-film:before { content: "\f008";}
.fa-filter:before { content: "\f0b0";}
.fa-fingerprint:before { content: "\f577";}
.fa-fire:before { content: "\f06d";}
.fa-fire-alt:before { content: "\f7e4";}
.fa-fire-extinguisher:before { content: "\f134";}
.fa-firefox:before { content: "\f269";}
.fa-first-aid:before { content: "\f479";}
.fa-first-order:before { content: "\f2b0";}
.fa-first-order-alt:before { content: "\f50a";}
.fa-firstdraft:before { content: "\f3a1";}
.fa-fish:before { content: "\f578";}
.fa-fist-raised:before { content: "\f6de";}
.fa-flag:before { content: "\f024";}
.fa-flag-checkered:before { content: "\f11e";}
.fa-flag-usa:before { content: "\f74d";}
.fa-flask:before { content: "\f0c3";}
.fa-flickr:before { content: "\f16e";}
.fa-flipboard:before { content: "\f44d";}
.fa-flushed:before { content: "\f579";}
.fa-fly:before { content: "\f417";}
.fa-folder:before { content: "\f07b";}
.fa-folder-minus:before { content: "\f65d";}
.fa-folder-open:before { content: "\f07c";}
.fa-folder-plus:before { content: "\f65e";}
.fa-font:before { content: "\f031";}
.fa-font-awesome:before { content: "\f2b4";}
.fa-font-awesome-alt:before { content: "\f35c";}
.fa-font-awesome-flag:before { content: "\f425";}
.fa-font-awesome-logo-full:before { content: "\f4e6";}
.fa-fonticons:before { content: "\f280";}
.fa-fonticons-fi:before { content: "\f3a2";}
.fa-football-ball:before { content: "\f44e";}
.fa-fort-awesome:before { content: "\f286";}
.fa-fort-awesome-alt:before { content: "\f3a3";}
.fa-forumbee:before { content: "\f211";}
.fa-forward:before { content: "\f04e";}
.fa-foursquare:before { content: "\f180";}
.fa-free-code-camp:before { content: "\f2c5";}
.fa-freebsd:before { content: "\f3a4";}
.fa-frog:before { content: "\f52e";}
.fa-frown:before { content: "\f119";}
.fa-frown-open:before { content: "\f57a";}
.fa-fulcrum:before { content: "\f50b";}
.fa-funnel-dollar:before { content: "\f662";}
.fa-futbol:before { content: "\f1e3";}
.fa-galactic-republic:before { content: "\f50c";}
.fa-galactic-senate:before { content: "\f50d";}
.fa-gamepad:before { content: "\f11b";}
.fa-gas-pump:before { content: "\f52f";}
.fa-gavel:before { content: "\f0e3";}
.fa-gem:before { content: "\f3a5";}
.fa-genderless:before { content: "\f22d";}
.fa-get-pocket:before { content: "\f265";}
.fa-gg:before { content: "\f260";}
.fa-gg-circle:before { content: "\f261";}
.fa-ghost:before { content: "\f6e2";}
.fa-gift:before { content: "\f06b";}
.fa-gifts:before { content: "\f79c";}
.fa-git:before { content: "\f1d3";}
.fa-git-alt:before { content: "\f841";}
.fa-git-square:before { content: "\f1d2";}
.fa-github:before { content: "\f09b";}
.fa-github-alt:before { content: "\f113";}
.fa-github-square:before { content: "\f092";}
.fa-gitkraken:before { content: "\f3a6";}
.fa-gitlab:before { content: "\f296";}
.fa-gitter:before { content: "\f426";}
.fa-glass-cheers:before { content: "\f79f";}
.fa-glass-martini:before { content: "\f000";}
.fa-glass-martini-alt:before { content: "\f57b";}
.fa-glass-whiskey:before { content: "\f7a0";}
.fa-glasses:before { content: "\f530";}
.fa-glide:before { content: "\f2a5";}
.fa-glide-g:before { content: "\f2a6";}
.fa-globe:before { content: "\f0ac";}
.fa-globe-africa:before { content: "\f57c";}
.fa-globe-americas:before { content: "\f57d";}
.fa-globe-asia:before { content: "\f57e";}
.fa-globe-europe:before { content: "\f7a2";}
.fa-gofore:before { content: "\f3a7";}
.fa-golf-ball:before { content: "\f450";}
.fa-goodreads:before { content: "\f3a8";}
.fa-goodreads-g:before { content: "\f3a9";}
.fa-google:before { content: "\f1a0";}
.fa-google-drive:before { content: "\f3aa";}
.fa-google-play:before { content: "\f3ab";}
.fa-google-plus:before { content: "\f2b3";}
.fa-google-plus-g:before { content: "\f0d5";}
.fa-google-plus-square:before { content: "\f0d4";}
.fa-google-wallet:before { content: "\f1ee";}
.fa-gopuram:before { content: "\f664";}
.fa-graduation-cap:before { content: "\f19d";}
.fa-gratipay:before { content: "\f184";}
.fa-grav:before { content: "\f2d6";}
.fa-greater-than:before { content: "\f531";}
.fa-greater-than-equal:before { content: "\f532";}
.fa-grimace:before { content: "\f57f";}
.fa-grin:before { content: "\f580";}
.fa-grin-alt:before { content: "\f581";}
.fa-grin-beam:before { content: "\f582";}
.fa-grin-beam-sweat:before { content: "\f583";}
.fa-grin-hearts:before { content: "\f584";}
.fa-grin-squint:before { content: "\f585";}
.fa-grin-squint-tears:before { content: "\f586";}
.fa-grin-stars:before { content: "\f587";}
.fa-grin-tears:before { content: "\f588";}
.fa-grin-tongue:before { content: "\f589";}
.fa-grin-tongue-squint:before { content: "\f58a";}
.fa-grin-tongue-wink:before { content: "\f58b";}
.fa-grin-wink:before { content: "\f58c";}
.fa-grip-horizontal:before { content: "\f58d";}
.fa-grip-lines:before { content: "\f7a4";}
.fa-grip-lines-vertical:before { content: "\f7a5";}
.fa-grip-vertical:before { content: "\f58e";}
.fa-gripfire:before { content: "\f3ac";}
.fa-grunt:before { content: "\f3ad";}
.fa-guitar:before { content: "\f7a6";}
.fa-gulp:before { content: "\f3ae";}
.fa-h-square:before { content: "\f0fd";}
.fa-hacker-news:before { content: "\f1d4";}
.fa-hacker-news-square:before { content: "\f3af";}
.fa-hackerrank:before { content: "\f5f7";}
.fa-hamburger:before { content: "\f805";}
.fa-hammer:before { content: "\f6e3";}
.fa-hamsa:before { content: "\f665";}
.fa-hand-holding:before { content: "\f4bd";}
.fa-hand-holding-heart:before { content: "\f4be";}
.fa-hand-holding-usd:before { content: "\f4c0";}
.fa-hand-lizard:before { content: "\f258";}
.fa-hand-middle-finger:before { content: "\f806";}
.fa-hand-paper:before { content: "\f256";}
.fa-hand-peace:before { content: "\f25b";}
.fa-hand-point-down:before { content: "\f0a7";}
.fa-hand-point-left:before { content: "\f0a5";}
.fa-hand-point-right:before { content: "\f0a4";}
.fa-hand-point-up:before { content: "\f0a6";}
.fa-hand-pointer:before { content: "\f25a";}
.fa-hand-rock:before { content: "\f255";}
.fa-hand-scissors:before { content: "\f257";}
.fa-hand-spock:before { content: "\f259";}
.fa-hands:before { content: "\f4c2";}
.fa-hands-helping:before { content: "\f4c4";}
.fa-handshake:before { content: "\f2b5";}
.fa-hanukiah:before { content: "\f6e6";}
.fa-hard-hat:before { content: "\f807";}
.fa-hashtag:before { content: "\f292";}
.fa-hat-wizard:before { content: "\f6e8";}
.fa-haykal:before { content: "\f666";}
.fa-hdd:before { content: "\f0a0";}
.fa-heading:before { content: "\f1dc";}
.fa-headphones:before { content: "\f025";}
.fa-headphones-alt:before { content: "\f58f";}
.fa-headset:before { content: "\f590";}
.fa-heart:before { content: "\f004";}
.fa-heart-broken:before { content: "\f7a9";}
.fa-heartbeat:before { content: "\f21e";}
.fa-helicopter:before { content: "\f533";}
.fa-highlighter:before { content: "\f591";}
.fa-hiking:before { content: "\f6ec";}
.fa-hippo:before { content: "\f6ed";}
.fa-hips:before { content: "\f452";}
.fa-hire-a-helper:before { content: "\f3b0";}
.fa-history:before { content: "\f1da";}
.fa-hockey-puck:before { content: "\f453";}
.fa-holly-berry:before { content: "\f7aa";}
.fa-home:before { content: "\f015";}
.fa-hooli:before { content: "\f427";}
.fa-hornbill:before { content: "\f592";}
.fa-horse:before { content: "\f6f0";}
.fa-horse-head:before { content: "\f7ab";}
.fa-hospital:before { content: "\f0f8";}
.fa-hospital-alt:before { content: "\f47d";}
.fa-hospital-symbol:before { content: "\f47e";}
.fa-hot-tub:before { content: "\f593";}
.fa-hotdog:before { content: "\f80f";}
.fa-hotel:before { content: "\f594";}
.fa-hotjar:before { content: "\f3b1";}
.fa-hourglass:before { content: "\f254";}
.fa-hourglass-end:before { content: "\f253";}
.fa-hourglass-half:before { content: "\f252";}
.fa-hourglass-start:before { content: "\f251";}
.fa-house-damage:before { content: "\f6f1";}
.fa-houzz:before { content: "\f27c";}
.fa-hryvnia:before { content: "\f6f2";}
.fa-html5:before { content: "\f13b";}
.fa-hubspot:before { content: "\f3b2";}
.fa-i-cursor:before { content: "\f246";}
.fa-ice-cream:before { content: "\f810";}
.fa-icicles:before { content: "\f7ad";}
.fa-icons:before { content: "\f86d";}
.fa-id-badge:before { content: "\f2c1";}
.fa-id-card:before { content: "\f2c2";}
.fa-id-card-alt:before { content: "\f47f";}
.fa-igloo:before { content: "\f7ae";}
.fa-image:before { content: "\f03e";}
.fa-images:before { content: "\f302";}
.fa-imdb:before { content: "\f2d8";}
.fa-inbox:before { content: "\f01c";}
.fa-indent:before { content: "\f03c";}
.fa-industry:before { content: "\f275";}
.fa-infinity:before { content: "\f534";}
.fa-info:before { content: "\f129";}
.fa-info-circle:before { content: "\f05a";}
.fa-instagram:before { content: "\f16d";}
.fa-intercom:before { content: "\f7af";}
.fa-internet-explorer:before { content: "\f26b";}
.fa-invision:before { content: "\f7b0";}
.fa-ioxhost:before { content: "\f208";}
.fa-italic:before { content: "\f033";}
.fa-itch-io:before { content: "\f83a";}
.fa-itunes:before { content: "\f3b4";}
.fa-itunes-note:before { content: "\f3b5";}
.fa-java:before { content: "\f4e4";}
.fa-jedi:before { content: "\f669";}
.fa-jedi-order:before { content: "\f50e";}
.fa-jenkins:before { content: "\f3b6";}
.fa-jira:before { content: "\f7b1";}
.fa-joget:before { content: "\f3b7";}
.fa-joint:before { content: "\f595";}
.fa-joomla:before { content: "\f1aa";}
.fa-journal-whills:before { content: "\f66a";}
.fa-js:before { content: "\f3b8";}
.fa-js-square:before { content: "\f3b9";}
.fa-jsfiddle:before { content: "\f1cc";}
.fa-kaaba:before { content: "\f66b";}
.fa-kaggle:before { content: "\f5fa";}
.fa-key:before { content: "\f084";}
.fa-keybase:before { content: "\f4f5";}
.fa-keyboard:before { content: "\f11c";}
.fa-keycdn:before { content: "\f3ba";}
.fa-khanda:before { content: "\f66d";}
.fa-kickstarter:before { content: "\f3bb";}
.fa-kickstarter-k:before { content: "\f3bc";}
.fa-kiss:before { content: "\f596";}
.fa-kiss-beam:before { content: "\f597";}
.fa-kiss-wink-heart:before { content: "\f598";}
.fa-kiwi-bird:before { content: "\f535";}
.fa-korvue:before { content: "\f42f";}
.fa-landmark:before { content: "\f66f";}
.fa-language:before { content: "\f1ab";}
.fa-laptop:before { content: "\f109";}
.fa-laptop-code:before { content: "\f5fc";}
.fa-laptop-medical:before { content: "\f812";}
.fa-laravel:before { content: "\f3bd";}
.fa-lastfm:before { content: "\f202";}
.fa-lastfm-square:before { content: "\f203";}
.fa-laugh:before { content: "\f599";}
.fa-laugh-beam:before { content: "\f59a";}
.fa-laugh-squint:before { content: "\f59b";}
.fa-laugh-wink:before { content: "\f59c";}
.fa-layer-group:before { content: "\f5fd";}
.fa-leaf:before { content: "\f06c";}
.fa-leanpub:before { content: "\f212";}
.fa-lemon:before { content: "\f094";}
.fa-less:before { content: "\f41d";}
.fa-less-than:before { content: "\f536";}
.fa-less-than-equal:before { content: "\f537";}
.fa-level-down-alt:before { content: "\f3be";}
.fa-level-up-alt:before { content: "\f3bf";}
.fa-life-ring:before { content: "\f1cd";}
.fa-lightbulb:before { content: "\f0eb";}
.fa-line:before { content: "\f3c0";}
.fa-link:before { content: "\f0c1";}
.fa-linkedin:before { content: "\f08c";}
.fa-linkedin-in:before { content: "\f0e1";}
.fa-linode:before { content: "\f2b8";}
.fa-linux:before { content: "\f17c";}
.fa-lira-sign:before { content: "\f195";}
.fa-list:before { content: "\f03a";}
.fa-list-alt:before { content: "\f022";}
.fa-list-ol:before { content: "\f0cb";}
.fa-list-ul:before { content: "\f0ca";}
.fa-location-arrow:before { content: "\f124";}
.fa-lock:before { content: "\f023";}
.fa-lock-open:before { content: "\f3c1";}
.fa-long-arrow-alt-down:before { content: "\f309";}
.fa-long-arrow-alt-left:before { content: "\f30a";}
.fa-long-arrow-alt-right:before { content: "\f30b";}
.fa-long-arrow-alt-up:before { content: "\f30c";}
.fa-low-vision:before { content: "\f2a8";}
.fa-luggage-cart:before { content: "\f59d";}
.fa-lyft:before { content: "\f3c3";}
.fa-magento:before { content: "\f3c4";}
.fa-magic:before { content: "\f0d0";}
.fa-magnet:before { content: "\f076";}
.fa-mail-bulk:before { content: "\f674";}
.fa-mailchimp:before { content: "\f59e";}
.fa-male:before { content: "\f183";}
.fa-mandalorian:before { content: "\f50f";}
.fa-map:before { content: "\f279";}
.fa-map-marked:before { content: "\f59f";}
.fa-map-marked-alt:before { content: "\f5a0";}
.fa-map-marker:before { content: "\f041";}
.fa-map-marker-alt:before { content: "\f3c5";}
.fa-map-pin:before { content: "\f276";}
.fa-map-signs:before { content: "\f277";}
.fa-markdown:before { content: "\f60f";}
.fa-marker:before { content: "\f5a1";}
.fa-mars:before { content: "\f222";}
.fa-mars-double:before { content: "\f227";}
.fa-mars-stroke:before { content: "\f229";}
.fa-mars-stroke-h:before { content: "\f22b";}
.fa-mars-stroke-v:before { content: "\f22a";}
.fa-mask:before { content: "\f6fa";}
.fa-mastodon:before { content: "\f4f6";}
.fa-maxcdn:before { content: "\f136";}
.fa-medal:before { content: "\f5a2";}
.fa-medapps:before { content: "\f3c6";}
.fa-medium:before { content: "\f23a";}
.fa-medium-m:before { content: "\f3c7";}
.fa-medkit:before { content: "\f0fa";}
.fa-medrt:before { content: "\f3c8";}
.fa-meetup:before { content: "\f2e0";}
.fa-megaport:before { content: "\f5a3";}
.fa-meh:before { content: "\f11a";}
.fa-meh-blank:before { content: "\f5a4";}
.fa-meh-rolling-eyes:before { content: "\f5a5";}
.fa-memory:before { content: "\f538";}
.fa-mendeley:before { content: "\f7b3";}
.fa-menorah:before { content: "\f676";}
.fa-mercury:before { content: "\f223";}
.fa-meteor:before { content: "\f753";}
.fa-microchip:before { content: "\f2db";}
.fa-microphone:before { content: "\f130";}
.fa-microphone-alt:before { content: "\f3c9";}
.fa-microphone-alt-slash:before { content: "\f539";}
.fa-microphone-slash:before { content: "\f131";}
.fa-microscope:before { content: "\f610";}
.fa-microsoft:before { content: "\f3ca";}
.fa-minus:before { content: "\f068";}
.fa-minus-circle:before { content: "\f056";}
.fa-minus-square:before { content: "\f146";}
.fa-mitten:before { content: "\f7b5";}
.fa-mix:before { content: "\f3cb";}
.fa-mixcloud:before { content: "\f289";}
.fa-mizuni:before { content: "\f3cc";}
.fa-mobile:before { content: "\f10b";}
.fa-mobile-alt:before { content: "\f3cd";}
.fa-modx:before { content: "\f285";}
.fa-monero:before { content: "\f3d0";}
.fa-money-bill:before { content: "\f0d6";}
.fa-money-bill-alt:before { content: "\f3d1";}
.fa-money-bill-wave:before { content: "\f53a";}
.fa-money-bill-wave-alt:before { content: "\f53b";}
.fa-money-check:before { content: "\f53c";}
.fa-money-check-alt:before { content: "\f53d";}
.fa-monument:before { content: "\f5a6";}
.fa-moon:before { content: "\f186";}
.fa-mortar-pestle:before { content: "\f5a7";}
.fa-mosque:before { content: "\f678";}
.fa-motorcycle:before { content: "\f21c";}
.fa-mountain:before { content: "\f6fc";}
.fa-mouse-pointer:before { content: "\f245";}
.fa-mug-hot:before { content: "\f7b6";}
.fa-music:before { content: "\f001";}
.fa-napster:before { content: "\f3d2";}
.fa-neos:before { content: "\f612";}
.fa-network-wired:before { content: "\f6ff";}
.fa-neuter:before { content: "\f22c";}
.fa-newspaper:before { content: "\f1ea";}
.fa-nimblr:before { content: "\f5a8";}
.fa-node:before { content: "\f419";}
.fa-node-js:before { content: "\f3d3";}
.fa-not-equal:before { content: "\f53e";}
.fa-notes-medical:before { content: "\f481";}
.fa-npm:before { content: "\f3d4";}
.fa-ns8:before { content: "\f3d5";}
.fa-nutritionix:before { content: "\f3d6";}
.fa-object-group:before { content: "\f247";}
.fa-object-ungroup:before { content: "\f248";}
.fa-odnoklassniki:before { content: "\f263";}
.fa-odnoklassniki-square:before { content: "\f264";}
.fa-oil-can:before { content: "\f613";}
.fa-old-republic:before { content: "\f510";}
.fa-om:before { content: "\f679";}
.fa-opencart:before { content: "\f23d";}
.fa-openid:before { content: "\f19b";}
.fa-opera:before { content: "\f26a";}
.fa-optin-monster:before { content: "\f23c";}
.fa-osi:before { content: "\f41a";}
.fa-otter:before { content: "\f700";}
.fa-outdent:before { content: "\f03b";}
.fa-page4:before { content: "\f3d7";}
.fa-pagelines:before { content: "\f18c";}
.fa-pager:before { content: "\f815";}
.fa-paint-brush:before { content: "\f1fc";}
.fa-paint-roller:before { content: "\f5aa";}
.fa-palette:before { content: "\f53f";}
.fa-palfed:before { content: "\f3d8";}
.fa-pallet:before { content: "\f482";}
.fa-paper-plane:before { content: "\f1d8";}
.fa-paperclip:before { content: "\f0c6";}
.fa-parachute-box:before { content: "\f4cd";}
.fa-paragraph:before { content: "\f1dd";}
.fa-parking:before { content: "\f540";}
.fa-passport:before { content: "\f5ab";}
.fa-pastafarianism:before { content: "\f67b";}
.fa-paste:before { content: "\f0ea";}
.fa-patreon:before { content: "\f3d9";}
.fa-pause:before { content: "\f04c";}
.fa-pause-circle:before { content: "\f28b";}
.fa-paw:before { content: "\f1b0";}
.fa-paypal:before { content: "\f1ed";}
.fa-peace:before { content: "\f67c";}
.fa-pen:before { content: "\f304";}
.fa-pen-alt:before { content: "\f305";}
.fa-pen-fancy:before { content: "\f5ac";}
.fa-pen-nib:before { content: "\f5ad";}
.fa-pen-square:before { content: "\f14b";}
.fa-pencil-alt:before { content: "\f303";}
.fa-pencil-ruler:before { content: "\f5ae";}
.fa-penny-arcade:before { content: "\f704";}
.fa-people-carry:before { content: "\f4ce";}
.fa-pepper-hot:before { content: "\f816";}
.fa-percent:before { content: "\f295";}
.fa-percentage:before { content: "\f541";}
.fa-periscope:before { content: "\f3da";}
.fa-person-booth:before { content: "\f756";}
.fa-phabricator:before { content: "\f3db";}
.fa-phoenix-framework:before { content: "\f3dc";}
.fa-phoenix-squadron:before { content: "\f511";}
.fa-phone:before { content: "\f095";}
.fa-phone-alt:before { content: "\f879";}
.fa-phone-slash:before { content: "\f3dd";}
.fa-phone-square:before { content: "\f098";}
.fa-phone-square-alt:before { content: "\f87b";}
.fa-phone-volume:before { content: "\f2a0";}
.fa-photo-video:before { content: "\f87c";}
.fa-php:before { content: "\f457";}
.fa-pied-piper:before { content: "\f2ae";}
.fa-pied-piper-alt:before { content: "\f1a8";}
.fa-pied-piper-hat:before { content: "\f4e5";}
.fa-pied-piper-pp:before { content: "\f1a7";}
.fa-piggy-bank:before { content: "\f4d3";}
.fa-pills:before { content: "\f484";}
.fa-pinterest:before { content: "\f0d2";}
.fa-pinterest-p:before { content: "\f231";}
.fa-pinterest-square:before { content: "\f0d3";}
.fa-pizza-slice:before { content: "\f818";}
.fa-place-of-worship:before { content: "\f67f";}
.fa-plane:before { content: "\f072";}
.fa-plane-arrival:before { content: "\f5af";}
.fa-plane-departure:before { content: "\f5b0";}
.fa-play:before { content: "\f04b";}
.fa-play-circle:before { content: "\f144";}
.fa-playstation:before { content: "\f3df";}
.fa-plug:before { content: "\f1e6";}
.fa-plus:before { content: "\f067";}
.fa-plus-circle:before { content: "\f055";}
.fa-plus-square:before { content: "\f0fe";}
.fa-podcast:before { content: "\f2ce";}
.fa-poll:before { content: "\f681";}
.fa-poll-h:before { content: "\f682";}
.fa-poo:before { content: "\f2fe";}
.fa-poo-storm:before { content: "\f75a";}
.fa-poop:before { content: "\f619";}
.fa-portrait:before { content: "\f3e0";}
.fa-pound-sign:before { content: "\f154";}
.fa-power-off:before { content: "\f011";}
.fa-pray:before { content: "\f683";}
.fa-praying-hands:before { content: "\f684";}
.fa-prescription:before { content: "\f5b1";}
.fa-prescription-bottle:before { content: "\f485";}
.fa-prescription-bottle-alt:before { content: "\f486";}
.fa-print:before { content: "\f02f";}
.fa-procedures:before { content: "\f487";}
.fa-product-hunt:before { content: "\f288";}
.fa-project-diagram:before { content: "\f542";}
.fa-pushed:before { content: "\f3e1";}
.fa-puzzle-piece:before { content: "\f12e";}
.fa-python:before { content: "\f3e2";}
.fa-qq:before { content: "\f1d6";}
.fa-qrcode:before { content: "\f029";}
.fa-question:before { content: "\f128";}
.fa-question-circle:before { content: "\f059";}
.fa-quidditch:before { content: "\f458";}
.fa-quinscape:before { content: "\f459";}
.fa-quora:before { content: "\f2c4";}
.fa-quote-left:before { content: "\f10d";}
.fa-quote-right:before { content: "\f10e";}
.fa-quran:before { content: "\f687";}
.fa-r-project:before { content: "\f4f7";}
.fa-radiation:before { content: "\f7b9";}
.fa-radiation-alt:before { content: "\f7ba";}
.fa-rainbow:before { content: "\f75b";}
.fa-random:before { content: "\f074";}
.fa-raspberry-pi:before { content: "\f7bb";}
.fa-ravelry:before { content: "\f2d9";}
.fa-react:before { content: "\f41b";}
.fa-reacteurope:before { content: "\f75d";}
.fa-readme:before { content: "\f4d5";}
.fa-rebel:before { content: "\f1d0";}
.fa-receipt:before { content: "\f543";}
.fa-recycle:before { content: "\f1b8";}
.fa-red-river:before { content: "\f3e3";}
.fa-reddit:before { content: "\f1a1";}
.fa-reddit-alien:before { content: "\f281";}
.fa-reddit-square:before { content: "\f1a2";}
.fa-redhat:before { content: "\f7bc";}
.fa-redo:before { content: "\f01e";}
.fa-redo-alt:before { content: "\f2f9";}
.fa-registered:before { content: "\f25d";}
.fa-remove-format:before { content: "\f87d";}
.fa-renren:before { content: "\f18b";}
.fa-reply:before { content: "\f3e5";}
.fa-reply-all:before { content: "\f122";}
.fa-replyd:before { content: "\f3e6";}
.fa-republican:before { content: "\f75e";}
.fa-researchgate:before { content: "\f4f8";}
.fa-resolving:before { content: "\f3e7";}
.fa-restroom:before { content: "\f7bd";}
.fa-retweet:before { content: "\f079";}
.fa-rev:before { content: "\f5b2";}
.fa-ribbon:before { content: "\f4d6";}
.fa-ring:before { content: "\f70b";}
.fa-road:before { content: "\f018";}
.fa-robot:before { content: "\f544";}
.fa-rocket:before { content: "\f135";}
.fa-rocketchat:before { content: "\f3e8";}
.fa-rockrms:before { content: "\f3e9";}
.fa-route:before { content: "\f4d7";}
.fa-rss:before { content: "\f09e";}
.fa-rss-square:before { content: "\f143";}
.fa-ruble-sign:before { content: "\f158";}
.fa-ruler:before { content: "\f545";}
.fa-ruler-combined:before { content: "\f546";}
.fa-ruler-horizontal:before { content: "\f547";}
.fa-ruler-vertical:before { content: "\f548";}
.fa-running:before { content: "\f70c";}
.fa-rupee-sign:before { content: "\f156";}
.fa-sad-cry:before { content: "\f5b3";}
.fa-sad-tear:before { content: "\f5b4";}
.fa-safari:before { content: "\f267";}
.fa-salesforce:before { content: "\f83b";}
.fa-sass:before { content: "\f41e";}
.fa-satellite:before { content: "\f7bf";}
.fa-satellite-dish:before { content: "\f7c0";}
.fa-save:before { content: "\f0c7";}
.fa-schlix:before { content: "\f3ea";}
.fa-school:before { content: "\f549";}
.fa-screwdriver:before { content: "\f54a";}
.fa-scribd:before { content: "\f28a";}
.fa-scroll:before { content: "\f70e";}
.fa-sd-card:before { content: "\f7c2";}
.fa-search:before { content: "\f002";}
.fa-search-dollar:before { content: "\f688";}
.fa-search-location:before { content: "\f689";}
.fa-search-minus:before { content: "\f010";}
.fa-search-plus:before { content: "\f00e";}
.fa-searchengin:before { content: "\f3eb";}
.fa-seedling:before { content: "\f4d8";}
.fa-sellcast:before { content: "\f2da";}
.fa-sellsy:before { content: "\f213";}
.fa-server:before { content: "\f233";}
.fa-servicestack:before { content: "\f3ec";}
.fa-shapes:before { content: "\f61f";}
.fa-share:before { content: "\f064";}
.fa-share-alt:before { content: "\f1e0";}
.fa-share-alt-square:before { content: "\f1e1";}
.fa-share-square:before { content: "\f14d";}
.fa-shekel-sign:before { content: "\f20b";}
.fa-shield-alt:before { content: "\f3ed";}
.fa-ship:before { content: "\f21a";}
.fa-shipping-fast:before { content: "\f48b";}
.fa-shirtsinbulk:before { content: "\f214";}
.fa-shoe-prints:before { content: "\f54b";}
.fa-shopping-bag:before { content: "\f290";}
.fa-shopping-basket:before { content: "\f291";}
.fa-shopping-cart:before { content: "\f07a";}
.fa-shopware:before { content: "\f5b5";}
.fa-shower:before { content: "\f2cc";}
.fa-shuttle-van:before { content: "\f5b6";}
.fa-sign:before { content: "\f4d9";}
.fa-sign-in-alt:before { content: "\f2f6";}
.fa-sign-language:before { content: "\f2a7";}
.fa-sign-out-alt:before { content: "\f2f5";}
.fa-signal:before { content: "\f012";}
.fa-signature:before { content: "\f5b7";}
.fa-sim-card:before { content: "\f7c4";}
.fa-simplybuilt:before { content: "\f215";}
.fa-sistrix:before { content: "\f3ee";}
.fa-sitemap:before { content: "\f0e8";}
.fa-sith:before { content: "\f512";}
.fa-skating:before { content: "\f7c5";}
.fa-sketch:before { content: "\f7c6";}
.fa-skiing:before { content: "\f7c9";}
.fa-skiing-nordic:before { content: "\f7ca";}
.fa-skull:before { content: "\f54c";}
.fa-skull-crossbones:before { content: "\f714";}
.fa-skyatlas:before { content: "\f216";}
.fa-skype:before { content: "\f17e";}
.fa-slack:before { content: "\f198";}
.fa-slack-hash:before { content: "\f3ef";}
.fa-slash:before { content: "\f715";}
.fa-sleigh:before { content: "\f7cc";}
.fa-sliders-h:before { content: "\f1de";}
.fa-slideshare:before { content: "\f1e7";}
.fa-smile:before { content: "\f118";}
.fa-smile-beam:before { content: "\f5b8";}
.fa-smile-wink:before { content: "\f4da";}
.fa-smog:before { content: "\f75f";}
.fa-smoking:before { content: "\f48d";}
.fa-smoking-ban:before { content: "\f54d";}
.fa-sms:before { content: "\f7cd";}
.fa-snapchat:before { content: "\f2ab";}
.fa-snapchat-ghost:before { content: "\f2ac";}
.fa-snapchat-square:before { content: "\f2ad";}
.fa-snowboarding:before { content: "\f7ce";}
.fa-snowflake:before { content: "\f2dc";}
.fa-snowman:before { content: "\f7d0";}
.fa-snowplow:before { content: "\f7d2";}
.fa-socks:before { content: "\f696";}
.fa-solar-panel:before { content: "\f5ba";}
.fa-sort:before { content: "\f0dc";}
.fa-sort-alpha-down:before { content: "\f15d";}
.fa-sort-alpha-down-alt:before { content: "\f881";}
.fa-sort-alpha-up:before { content: "\f15e";}
.fa-sort-alpha-up-alt:before { content: "\f882";}
.fa-sort-amount-down:before { content: "\f160";}
.fa-sort-amount-down-alt:before { content: "\f884";}
.fa-sort-amount-up:before { content: "\f161";}
.fa-sort-amount-up-alt:before { content: "\f885";}
.fa-sort-down:before { content: "\f0dd";}
.fa-sort-numeric-down:before { content: "\f162";}
.fa-sort-numeric-down-alt:before { content: "\f886";}
.fa-sort-numeric-up:before { content: "\f163";}
.fa-sort-numeric-up-alt:before { content: "\f887";}
.fa-sort-up:before { content: "\f0de";}
.fa-soundcloud:before { content: "\f1be";}
.fa-sourcetree:before { content: "\f7d3";}
.fa-spa:before { content: "\f5bb";}
.fa-space-shuttle:before { content: "\f197";}
.fa-speakap:before { content: "\f3f3";}
.fa-speaker-deck:before { content: "\f83c";}
.fa-spell-check:before { content: "\f891";}
.fa-spider:before { content: "\f717";}
.fa-spinner:before { content: "\f110";}
.fa-splotch:before { content: "\f5bc";}
.fa-spotify:before { content: "\f1bc";}
.fa-spray-can:before { content: "\f5bd";}
.fa-square:before { content: "\f0c8";}
.fa-square-full:before { content: "\f45c";}
.fa-square-root-alt:before { content: "\f698";}
.fa-squarespace:before { content: "\f5be";}
.fa-stack-exchange:before { content: "\f18d";}
.fa-stack-overflow:before { content: "\f16c";}
.fa-stackpath:before { content: "\f842";}
.fa-stamp:before { content: "\f5bf";}
.fa-star:before { content: "\f005";}
.fa-star-and-crescent:before { content: "\f699";}
.fa-star-half:before { content: "\f089";}
.fa-star-half-alt:before { content: "\f5c0";}
.fa-star-of-david:before { content: "\f69a";}
.fa-star-of-life:before { content: "\f621";}
.fa-staylinked:before { content: "\f3f5";}
.fa-steam:before { content: "\f1b6";}
.fa-steam-square:before { content: "\f1b7";}
.fa-steam-symbol:before { content: "\f3f6";}
.fa-step-backward:before { content: "\f048";}
.fa-step-forward:before { content: "\f051";}
.fa-stethoscope:before { content: "\f0f1";}
.fa-sticker-mule:before { content: "\f3f7";}
.fa-sticky-note:before { content: "\f249";}
.fa-stop:before { content: "\f04d";}
.fa-stop-circle:before { content: "\f28d";}
.fa-stopwatch:before { content: "\f2f2";}
.fa-store:before { content: "\f54e";}
.fa-store-alt:before { content: "\f54f";}
.fa-strava:before { content: "\f428";}
.fa-stream:before { content: "\f550";}
.fa-street-view:before { content: "\f21d";}
.fa-strikethrough:before { content: "\f0cc";}
.fa-stripe:before { content: "\f429";}
.fa-stripe-s:before { content: "\f42a";}
.fa-stroopwafel:before { content: "\f551";}
.fa-studiovinari:before { content: "\f3f8";}
.fa-stumbleupon:before { content: "\f1a4";}
.fa-stumbleupon-circle:before { content: "\f1a3";}
.fa-subscript:before { content: "\f12c";}
.fa-subway:before { content: "\f239";}
.fa-suitcase:before { content: "\f0f2";}
.fa-suitcase-rolling:before { content: "\f5c1";}
.fa-sun:before { content: "\f185";}
.fa-superpowers:before { content: "\f2dd";}
.fa-superscript:before { content: "\f12b";}
.fa-supple:before { content: "\f3f9";}
.fa-surprise:before { content: "\f5c2";}
.fa-suse:before { content: "\f7d6";}
.fa-swatchbook:before { content: "\f5c3";}
.fa-swimmer:before { content: "\f5c4";}
.fa-swimming-pool:before { content: "\f5c5";}
.fa-symfony:before { content: "\f83d";}
.fa-synagogue:before { content: "\f69b";}
.fa-sync:before { content: "\f021";}
.fa-sync-alt:before { content: "\f2f1";}
.fa-syringe:before { content: "\f48e";}
.fa-table:before { content: "\f0ce";}
.fa-table-tennis:before { content: "\f45d";}
.fa-tablet:before { content: "\f10a";}
.fa-tablet-alt:before { content: "\f3fa";}
.fa-tablets:before { content: "\f490";}
.fa-tachometer-alt:before { content: "\f3fd";}
.fa-tag:before { content: "\f02b";}
.fa-tags:before { content: "\f02c";}
.fa-tape:before { content: "\f4db";}
.fa-tasks:before { content: "\f0ae";}
.fa-taxi:before { content: "\f1ba";}
.fa-teamspeak:before { content: "\f4f9";}
.fa-teeth:before { content: "\f62e";}
.fa-teeth-open:before { content: "\f62f";}
.fa-telegram:before { content: "\f2c6";}
.fa-telegram-plane:before { content: "\f3fe";}
.fa-temperature-high:before { content: "\f769";}
.fa-temperature-low:before { content: "\f76b";}
.fa-tencent-weibo:before { content: "\f1d5";}
.fa-tenge:before { content: "\f7d7";}
.fa-terminal:before { content: "\f120";}
.fa-text-height:before { content: "\f034";}
.fa-text-width:before { content: "\f035";}
.fa-th:before { content: "\f00a";}
.fa-th-large:before { content: "\f009";}
.fa-th-list:before { content: "\f00b";}
.fa-the-red-yeti:before { content: "\f69d";}
.fa-theater-masks:before { content: "\f630";}
.fa-themeco:before { content: "\f5c6";}
.fa-themeisle:before { content: "\f2b2";}
.fa-thermometer:before { content: "\f491";}
.fa-thermometer-empty:before { content: "\f2cb";}
.fa-thermometer-full:before { content: "\f2c7";}
.fa-thermometer-half:before { content: "\f2c9";}
.fa-thermometer-quarter:before { content: "\f2ca";}
.fa-thermometer-three-quarters:before { content: "\f2c8";}
.fa-think-peaks:before { content: "\f731";}
.fa-thumbs-down:before { content: "\f165";}
.fa-thumbs-up:before { content: "\f164";}
.fa-thumbtack:before { content: "\f08d";}
.fa-ticket-alt:before { content: "\f3ff";}
.fa-times:before { content: "\f00d";}
.fa-times-circle:before { content: "\f057";}
.fa-tint:before { content: "\f043";}
.fa-tint-slash:before { content: "\f5c7";}
.fa-tired:before { content: "\f5c8";}
.fa-toggle-off:before { content: "\f204";}
.fa-toggle-on:before { content: "\f205";}
.fa-toilet:before { content: "\f7d8";}
.fa-toilet-paper:before { content: "\f71e";}
.fa-toolbox:before { content: "\f552";}
.fa-tools:before { content: "\f7d9";}
.fa-tooth:before { content: "\f5c9";}
.fa-torah:before { content: "\f6a0";}
.fa-torii-gate:before { content: "\f6a1";}
.fa-tractor:before { content: "\f722";}
.fa-trade-federation:before { content: "\f513";}
.fa-trademark:before { content: "\f25c";}
.fa-traffic-light:before { content: "\f637";}
.fa-train:before { content: "\f238";}
.fa-tram:before { content: "\f7da";}
.fa-transgender:before { content: "\f224";}
.fa-transgender-alt:before { content: "\f225";}
.fa-trash:before { content: "\f1f8";}
.fa-trash-alt:before { content: "\f2ed";}
.fa-trash-restore:before { content: "\f829";}
.fa-trash-restore-alt:before { content: "\f82a";}
.fa-tree:before { content: "\f1bb";}
.fa-trello:before { content: "\f181";}
.fa-tripadvisor:before { content: "\f262";}
.fa-trophy:before { content: "\f091";}
.fa-truck:before { content: "\f0d1";}
.fa-truck-loading:before { content: "\f4de";}
.fa-truck-monster:before { content: "\f63b";}
.fa-truck-moving:before { content: "\f4df";}
.fa-truck-pickup:before { content: "\f63c";}
.fa-tshirt:before { content: "\f553";}
.fa-tty:before { content: "\f1e4";}
.fa-tumblr:before { content: "\f173";}
.fa-tumblr-square:before { content: "\f174";}
.fa-tv:before { content: "\f26c";}
.fa-twitch:before { content: "\f1e8";}
.fa-twitter:before { content: "\f099";}
.fa-twitter-square:before { content: "\f081";}
.fa-typo3:before { content: "\f42b";}
.fa-uber:before { content: "\f402";}
.fa-ubuntu:before { content: "\f7df";}
.fa-uikit:before { content: "\f403";}
.fa-umbrella:before { content: "\f0e9";}
.fa-umbrella-beach:before { content: "\f5ca";}
.fa-underline:before { content: "\f0cd";}
.fa-undo:before { content: "\f0e2";}
.fa-undo-alt:before { content: "\f2ea";}
.fa-uniregistry:before { content: "\f404";}
.fa-universal-access:before { content: "\f29a";}
.fa-university:before { content: "\f19c";}
.fa-unlink:before { content: "\f127";}
.fa-unlock:before { content: "\f09c";}
.fa-unlock-alt:before { content: "\f13e";}
.fa-untappd:before { content: "\f405";}
.fa-upload:before { content: "\f093";}
.fa-ups:before { content: "\f7e0";}
.fa-usb:before { content: "\f287";}
.fa-user:before { content: "\f007";}
.fa-user-alt:before { content: "\f406";}
.fa-user-alt-slash:before { content: "\f4fa";}
.fa-user-astronaut:before { content: "\f4fb";}
.fa-user-check:before { content: "\f4fc";}
.fa-user-circle:before { content: "\f2bd";}
.fa-user-clock:before { content: "\f4fd";}
.fa-user-cog:before { content: "\f4fe";}
.fa-user-edit:before { content: "\f4ff";}
.fa-user-friends:before { content: "\f500";}
.fa-user-graduate:before { content: "\f501";}
.fa-user-injured:before { content: "\f728";}
.fa-user-lock:before { content: "\f502";}
.fa-user-md:before { content: "\f0f0";}
.fa-user-minus:before { content: "\f503";}
.fa-user-ninja:before { content: "\f504";}
.fa-user-nurse:before { content: "\f82f";}
.fa-user-plus:before { content: "\f234";}
.fa-user-secret:before { content: "\f21b";}
.fa-user-shield:before { content: "\f505";}
.fa-user-slash:before { content: "\f506";}
.fa-user-tag:before { content: "\f507";}
.fa-user-tie:before { content: "\f508";}
.fa-user-times:before { content: "\f235";}
.fa-users:before { content: "\f0c0";}
.fa-users-cog:before { content: "\f509";}
.fa-usps:before { content: "\f7e1";}
.fa-ussunnah:before { content: "\f407";}
.fa-utensil-spoon:before { content: "\f2e5";}
.fa-utensils:before { content: "\f2e7";}
.fa-vaadin:before { content: "\f408";}
.fa-vector-square:before { content: "\f5cb";}
.fa-venus:before { content: "\f221";}
.fa-venus-double:before { content: "\f226";}
.fa-venus-mars:before { content: "\f228";}
.fa-viacoin:before { content: "\f237";}
.fa-viadeo:before { content: "\f2a9";}
.fa-viadeo-square:before { content: "\f2aa";}
.fa-vial:before { content: "\f492";}
.fa-vials:before { content: "\f493";}
.fa-viber:before { content: "\f409";}
.fa-video:before { content: "\f03d";}
.fa-video-slash:before { content: "\f4e2";}
.fa-vihara:before { content: "\f6a7";}
.fa-vimeo:before { content: "\f40a";}
.fa-vimeo-square:before { content: "\f194";}
.fa-vimeo-v:before { content: "\f27d";}
.fa-vine:before { content: "\f1ca";}
.fa-vk:before { content: "\f189";}
.fa-vnv:before { content: "\f40b";}
.fa-voicemail:before { content: "\f897";}
.fa-volleyball-ball:before { content: "\f45f";}
.fa-volume-down:before { content: "\f027";}
.fa-volume-mute:before { content: "\f6a9";}
.fa-volume-off:before { content: "\f026";}
.fa-volume-up:before { content: "\f028";}
.fa-vote-yea:before { content: "\f772";}
.fa-vr-cardboard:before { content: "\f729";}
.fa-vuejs:before { content: "\f41f";}
.fa-walking:before { content: "\f554";}
.fa-wallet:before { content: "\f555";}
.fa-warehouse:before { content: "\f494";}
.fa-water:before { content: "\f773";}
.fa-wave-square:before { content: "\f83e";}
.fa-waze:before { content: "\f83f";}
.fa-weebly:before { content: "\f5cc";}
.fa-weibo:before { content: "\f18a";}
.fa-weight:before { content: "\f496";}
.fa-weight-hanging:before { content: "\f5cd";}
.fa-weixin:before { content: "\f1d7";}
.fa-whatsapp:before { content: "\f232";}
.fa-whatsapp-square:before { content: "\f40c";}
.fa-wheelchair:before { content: "\f193";}
.fa-whmcs:before { content: "\f40d";}
.fa-wifi:before { content: "\f1eb";}
.fa-wikipedia-w:before { content: "\f266";}
.fa-wind:before { content: "\f72e";}
.fa-window-close:before { content: "\f410";}
.fa-window-maximize:before { content: "\f2d0";}
.fa-window-minimize:before { content: "\f2d1";}
.fa-window-restore:before { content: "\f2d2";}
.fa-windows:before { content: "\f17a";}
.fa-wine-bottle:before { content: "\f72f";}
.fa-wine-glass:before { content: "\f4e3";}
.fa-wine-glass-alt:before { content: "\f5ce";}
.fa-wix:before { content: "\f5cf";}
.fa-wizards-of-the-coast:before { content: "\f730";}
.fa-wolf-pack-battalion:before { content: "\f514";}
.fa-won-sign:before { content: "\f159";}
.fa-wordpress:before { content: "\f19a";}
.fa-wordpress-simple:before { content: "\f411";}
.fa-wpbeginner:before { content: "\f297";}
.fa-wpexplorer:before { content: "\f2de";}
.fa-wpforms:before { content: "\f298";}
.fa-wpressr:before { content: "\f3e4";}
.fa-wrench:before { content: "\f0ad";}
.fa-x-ray:before { content: "\f497";}
.fa-xbox:before { content: "\f412";}
.fa-xing:before { content: "\f168";}
.fa-xing-square:before { content: "\f169";}
.fa-y-combinator:before { content: "\f23b";}
.fa-yahoo:before { content: "\f19e";}
.fa-yammer:before { content: "\f840";}
.fa-yandex:before { content: "\f413";}
.fa-yandex-international:before { content: "\f414";}
.fa-yarn:before { content: "\f7e3";}
.fa-yelp:before { content: "\f1e9";}
.fa-yen-sign:before { content: "\f157";}
.fa-yin-yang:before { content: "\f6ad";}
.fa-yoast:before { content: "\f2b1";}
.fa-youtube:before { content: "\f167";}
.fa-youtube-square:before { content: "\f431";}
.fa-zhihu:before { content: "\f63f";}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;}
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;}
/*!
 * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face { font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("fonts/webfonts/fa-regular-400.eot");
  src: url("fonts/webfonts/fa-regular-400d41d.eot?#iefix") format("embedded-opentype"), url("fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("fonts/webfonts/fa-regular-400.woff") format("woff"), url("fonts/webfonts/fa-regular-400.ttf") format("truetype"), url("fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg");}
.far { font-family: 'Font Awesome 5 Free';
  font-weight: 400;}
/*!
 * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face { font-family: 'Font Awesome 5 Free Solid';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("fonts/webfonts/fa-solid-900.eot");
  src: url("fonts/webfonts/fa-solid-900d41d.eot?#iefix") format("embedded-opentype"), url("fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("fonts/webfonts/fa-solid-900.woff") format("woff"), url("fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");}
.fa,
.fas { font-family: 'Font Awesome 5 Free Solid';
  font-weight: 900;}
/*!
 * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face { font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("fonts/webfonts/fa-brands-400.eot");
  src: url("fonts/webfonts/fa-brands-400d41d.eot?#iefix") format("embedded-opentype"), url("fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("fonts/webfonts/fa-brands-400.woff") format("woff"), url("fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg");}
.fab { font-family: 'Font Awesome 5 Brands';}
@font-face { font-family: Lato-regular;
  font-style: normal;
  src: url("fonts/Lato/lato-v15-latin-regular.eot"), url("fonts/Lato/lato-v15-latin-regular.woff2") format("woff2"), url("fonts/Lato/lato-v15-latin-regular.woff") format("woff"), url("fonts/Lato/lato-v15-latin-regular.ttf") format("truetype"), url("fonts/Lato/lato-v15-latin-regular.svg") format("svg");
  /* Legacy iOS */
}

@font-face { font-family: Lato-700;
  font-style: normal;
  src: url("fonts/Lato/lato-v15-latin-700.eot"), url("fonts/Lato/lato-v15-latin-700.woff") format("woff2"), url("fontsLato/lato-v15-latin-700.html") format("woff"), url("fonts/Lato/lato-v15-latin-700.ttf") format("truetype"), url("fonts/Lato/lato-v15-latin-700.svg") format("svg");
  /* Legacy iOS */
}

@font-face { font-family: Lato-300;
  font-style: normal;
  src: url("fonts/Lato/lato-v15-latin-300.eot"), url("fonts/Lato/lato-v15-latin-300.woff2") format("woff2"), url("fonts/Lato/lato-v15-latin-300.woff2") format("woff"), url("fonts/Lato/lato-v15-latin-300.ttf") format("truetype"), url("fonts/Lato/lato-v15-latin-300.svg") format("svg");
  /* Legacy iOS */
}

@font-face { font-family: Lato-900;
  font-style: normal;
  src: url("fonts/Lato/lato-v15-latin-900.eot"), url("fonts/Lato/lato-v15-latin-900.woff") format("woff2"), url("fontsLato/lato-v15-latin-900.html") format("woff"), url("fonts/Lato/lato-v15-latin-900.ttf") format("truetype"), url("fonts/Lato/lato-v15-latin-900.svg") format("svg");
  /* Legacy iOS */
}

/* ubuntu-300 - latin */
@font-face { font-family: 'Ubuntu-300';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Ubuntu/ubuntu-v14-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url("fonts/Ubuntu/ubuntu-v14-latin-300d41d.eot?#iefix") format("embedded-opentype"), url("fonts/Ubuntu/ubuntu-v14-latin-300.woff2") format("woff2"), url("fonts/Ubuntu/ubuntu-v14-latin-300.woff") format("woff"), url("fonts/Ubuntu/ubuntu-v14-latin-300.ttf") format("truetype"), url("fonts/Ubuntu/ubuntu-v14-latin-300.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}

/* ubuntu-300italic - latin */
@font-face { font-family: 'Ubuntu-300-italic';
  font-style: italic;
  font-weight: 300;
  src: url("fonts/Ubuntu/ubuntu-v14-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local("Ubuntu Light Italic"), local("Ubuntu-LightItalic"), url("fonts/Ubuntu/ubuntu-v14-latin-300italicd41d.eot?#iefix") format("embedded-opentype"), url("fonts/Ubuntu/ubuntu-v14-latin-300italic.woff2") format("woff2"), url("fonts/Ubuntu/ubuntu-v14-latin-300italic.woff") format("woff"), url("fonts/Ubuntu/ubuntu-v14-latin-300italic.ttf") format("truetype"), url("fonts/Ubuntu/ubuntu-v14-latin-300italic.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}

/* ubuntu-regular - latin */
@font-face { font-family: 'Ubuntu-regular';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Ubuntu/ubuntu-v14-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url("fonts/Ubuntu/ubuntu-v14-latin-regulard41d.eot?#iefix") format("embedded-opentype"), url("fonts/Ubuntu/ubuntu-v14-latin-regular.woff2") format("woff2"), url("fonts/Ubuntu/ubuntu-v14-latin-regular.woff") format("woff"), url("fonts/Ubuntu/ubuntu-v14-latin-regular.ttf") format("truetype"), url("fonts/Ubuntu/ubuntu-v14-latin-regular.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}

/* ubuntu-italic - latin */
@font-face { font-family: 'Ubuntu-regular-italic';
  font-style: italic;
  font-weight: 400;
  src: url("fonts/Ubuntu/ubuntu-v14-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Ubuntu Italic"), local("Ubuntu-Italic"), url("fonts/Ubuntu/ubuntu-v14-latin-italicd41d.eot?#iefix") format("embedded-opentype"), url("fonts/Ubuntu/ubuntu-v14-latin-italic.woff2") format("woff2"), url("fonts/Ubuntu/ubuntu-v14-latin-italic.woff") format("woff"), url("fonts/Ubuntu/ubuntu-v14-latin-italic.ttf") format("truetype"), url("fonts/Ubuntu/ubuntu-v14-latin-italic.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}

/* ubuntu-500 - latin */
@font-face { font-family: 'Ubuntu-500';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Ubuntu/ubuntu-v14-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url("fonts/Ubuntu/ubuntu-v14-latin-500d41d.eot?#iefix") format("embedded-opentype"), url("fonts/Ubuntu/ubuntu-v14-latin-500.woff2") format("woff2"), url("fonts/Ubuntu/ubuntu-v14-latin-500.woff") format("woff"), url("fonts/Ubuntu/ubuntu-v14-latin-500.ttf") format("truetype"), url("fonts/Ubuntu/ubuntu-v14-latin-500.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}

/* ubuntu-500italic - latin */
@font-face { font-family: 'Ubuntu-500-italic';
  font-style: italic;
  font-weight: 500;
  src: url("fonts/Ubuntu/ubuntu-v14-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: local("Ubuntu Medium Italic"), local("Ubuntu-MediumItalic"), url("fonts/Ubuntu/ubuntu-v14-latin-500italicd41d.eot?#iefix") format("embedded-opentype"), url("fonts/Ubuntu/ubuntu-v14-latin-500italic.woff2") format("woff2"), url("fonts/Ubuntu/ubuntu-v14-latin-500italic.woff") format("woff"), url("fonts/Ubuntu/ubuntu-v14-latin-500italic.ttf") format("truetype"), url("fonts/Ubuntu/ubuntu-v14-latin-500italic.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}

/* ubuntu-700 - latin */
@font-face { font-family: 'Ubuntu-bold';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Ubuntu/ubuntu-v14-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url("fonts/Ubuntu/ubuntu-v14-latin-700d41d.eot?#iefix") format("embedded-opentype"), url("fonts/Ubuntu/ubuntu-v14-latin-700.woff2") format("woff2"), url("fonts/Ubuntu/ubuntu-v14-latin-700.woff") format("woff"), url("fonts/Ubuntu/ubuntu-v14-latin-700.ttf") format("truetype"), url("fonts/Ubuntu/ubuntu-v14-latin-700.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}

/* ubuntu-700italic - latin */
@font-face { font-family: 'Ubuntu-italic';
  font-style: italic;
  font-weight: 700;
  src: url("fonts/Ubuntu/ubuntu-v14-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Ubuntu Bold Italic"), local("Ubuntu-BoldItalic"), url("fonts/Ubuntu/ubuntu-v14-latin-700italicd41d.eot?#iefix") format("embedded-opentype"), url("fonts/Ubuntu/ubuntu-v14-latin-700italic.woff2") format("woff2"), url("fonts/Ubuntu/ubuntu-v14-latin-700italic.woff") format("woff"), url("fonts/Ubuntu/ubuntu-v14-latin-700italic.ttf") format("truetype"), url("fonts/Ubuntu/ubuntu-v14-latin-700italic.svg#Ubuntu") format("svg");
  /* Legacy iOS */
}

/* racing-sans-one-regular - latin */
@font-face { font-family: 'Racing Sans One';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/racingsansone/racing-sans-one-v7-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Racing Sans One"), local("RacingSansOne-Regular"), url("fonts/racingsansone/racing-sans-one-v7-latin-regulard41d.eot?#iefix") format("embedded-opentype"), url("fonts/racingsansone/racing-sans-one-v7-latin-regular.woff2") format("woff2"), url("fonts/racingsansone/racing-sans-one-v7-latin-regular.woff") format("woff"), url("fonts/racingsansone/racing-sans-one-v7-latin-regular.ttf") format("truetype"), url("fonts/racingsansone/racing-sans-one-v7-latin-regular.svg#RacingSansOne") format("svg");
  /* Legacy iOS */
}

/* poppins-regular - latin */
@font-face { font-family: 'Poppins-regular';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Poppins/poppins-v8-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Poppins Regular"), local("Poppins-Regular"), url("fonts/Poppins/poppins-v8-latin-regulard41d.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins/poppins-v8-latin-regular.woff2") format("woff2"), url("fonts/Poppins/poppins-v8-latin-regular.woff") format("woff"), url("fonts/Poppins/poppins-v8-latin-regular.ttf") format("truetype"), url("fonts/Poppins/poppins-v8-latin-regular.svg#Poppins") format("svg");
  /* Legacy iOS */
}

/* poppins-700 - latin */
@font-face { font-family: 'Poppins-700';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Poppins/poppins-v8-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Poppins Bold"), local("Poppins-Bold"), url("fonts/Poppins/poppins-v8-latin-700d41d.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins/poppins-v8-latin-700.woff2") format("woff2"), url("fonts/Poppins/poppins-v8-latin-700.woff") format("woff"), url("fonts/Poppins/poppins-v8-latin-700.ttf") format("truetype"), url("fonts/Poppins/poppins-v8-latin-700.svg#Poppins") format("svg");
  /* Legacy iOS */
}

/* poppins-800 - latin */
@font-face { font-family: 'Poppins-800';
  font-style: normal;
  font-weight: 800;
  src: url("fonts/Poppins/poppins-v8-latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Poppins ExtraBold"), local("Poppins-ExtraBold"), url("fonts/Poppins/poppins-v8-latin-800d41d.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins/poppins-v8-latin-800.woff2") format("woff2"), url("fonts/Poppins/poppins-v8-latin-800.woff") format("woff"), url("fonts/Poppins/poppins-v8-latin-800.ttf") format("truetype"), url("fonts/Poppins/poppins-v8-latin-800.svg#Poppins") format("svg");
  /* Legacy iOS */
}

/* poppins-900 - latin */
@font-face { font-family: 'Poppins-900';
  font-style: normal;
  font-weight: 900;
  src: url("fonts/Poppins/poppins-v8-latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Poppins Black"), local("Poppins-Black"), url("fonts/Poppins/poppins-v8-latin-900d41d.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins/poppins-v8-latin-900.woff2") format("woff2"), url("fonts/Poppins/poppins-v8-latin-900.woff") format("woff"), url("fonts/Poppins/poppins-v8-latin-900.ttf") format("truetype"), url("fonts/Poppins/poppins-v8-latin-900.svg#Poppins") format("svg");
  /* Legacy iOS */
}

@font-face { font-family: 'Birdrocker';
  font-style: normal;
  src: url("fonts/birdrocker/Birdrockers_Demo.otf");}
/*--------------------------------------------------------------
3.0 Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.0 Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.0 Bootstrap Grid
--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;}
*,
*::before,
*::after {
  box-sizing: inherit;}
.container,
.wand-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;}
@media (min-width: 576px) {
  .container,
  .wand-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .wand-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .wand-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .wand-container {
    max-width: 1200px;
  }
}

@media (min-width: 1652px) {
  .wand-container {
    max-width: 1652px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;}
.no-gutters {
  margin-right: 0;
  margin-left: 0;}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;}
.order-first {
  order: -1;}
.order-last {
  order: 13;}
.order-0 {
  order: 0;}
.order-1 {
  order: 1;}
.order-2 {
  order: 2;}
.order-3 {
  order: 3;}
.order-4 {
  order: 4;}
.order-5 {
  order: 5;}
.order-6 {
  order: 6;}
.order-7 {
  order: 7;}
.order-8 {
  order: 8;}
.order-9 {
  order: 9;}
.order-10 {
  order: 10;}
.order-11 {
  order: 11;}
.order-12 {
  order: 12;}
.offset-1 {
  margin-left: 8.333333%;}
.offset-2 {
  margin-left: 16.666667%;}
.offset-3 {
  margin-left: 25%;}
.offset-4 {
  margin-left: 33.333333%;}
.offset-5 {
  margin-left: 41.666667%;}
.offset-6 {
  margin-left: 50%;}
.offset-7 {
  margin-left: 58.333333%;}
.offset-8 {
  margin-left: 66.666667%;}
.offset-9 {
  margin-left: 75%;}
.offset-10 {
  margin-left: 83.333333%;}
.offset-11 {
  margin-left: 91.666667%;}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;}
.d-inline {
  display: inline !important;}
.d-inline-block {
  display: inline-block !important;}
.d-block {
  display: block !important;}
.d-table {
  display: table !important;}
.d-table-row {
  display: table-row !important;}
.d-table-cell {
  display: table-cell !important;}
.d-flex {
  display: flex !important;}
.d-inline-flex {
  display: inline-flex !important;}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;}
.flex-column {
  flex-direction: column !important;}
.flex-row-reverse {
  flex-direction: row-reverse !important;}
.flex-column-reverse {
  flex-direction: column-reverse !important;}
.flex-wrap {
  flex-wrap: wrap !important;}
.flex-nowrap {
  flex-wrap: nowrap !important;}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;}
.justify-content-start {
  justify-content: flex-start !important;}
.justify-content-end {
  justify-content: flex-end !important;}
.justify-content-center {
  justify-content: center !important;}
.justify-content-between {
  justify-content: space-between !important;}
.justify-content-around {
  justify-content: space-around !important;}
.align-items-start {
  align-items: flex-start !important;}
.align-items-end {
  align-items: flex-end !important;}
.align-items-center {
  align-items: center !important;}
.align-items-baseline {
  align-items: baseline !important;}
.align-items-stretch {
  align-items: stretch !important;}
.align-content-start {
  align-content: flex-start !important;}
.align-content-end {
  align-content: flex-end !important;}
.align-content-center {
  align-content: center !important;}
.align-content-between {
  align-content: space-between !important;}
.align-content-around {
  align-content: space-around !important;}
.align-content-stretch {
  align-content: stretch !important;}
.align-self-auto {
  align-self: auto !important;}
.align-self-start {
  align-self: flex-start !important;}
.align-self-end {
  align-self: flex-end !important;}
.align-self-center {
  align-self: center !important;}
.align-self-baseline {
  align-self: baseline !important;}
.align-self-stretch {
  align-self: stretch !important;}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;}
/*--------------------------------------------------------------
8.0 Typography
--------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
body,
button,
input,
select,
textarea {
  color: #000000;
  font-family: Lato-regular;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Ubuntu-regular", sans-serif;}
p {
  margin: 0 0 25px;}
h1 { font-size: 44px;
  font-size: 2.75rem;}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

h2 { font-size: 34px;
  font-size: 2.125rem;}
h3 { font-size: 26px;
  font-size: 1.625rem;}
h4 { font-size: 24px;
  font-size: 1.5rem;}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h5 { font-size: 20px;
  font-size: 1.25rem;}
h6 { font-size: 16px;
  font-size: 1rem;}
/*--------------------------------------------------------------
9.0 Form
--------------------------------------------------------------*/
label {
  display: block;
  margin-bottom: 15px;
  color: black;
  font-size: 15px;
  font-size: 0.9375rem;}
fieldset {
  margin-bottom: 1rem;}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #000000;
  border-radius: 3px;
  box-shadow: none;
  transition: all 0.3s ease-out;}
#checker { display: none; visibility: hidden; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border: 1px solid #000000;
  outline: 0;}
input[type="submit"] {
  transition: all 0.3s;}
input[type="submit"]:hover { font-family: Lato-700;
  color: #ffffff;}
textarea {
  overflow: auto;}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
  color: #999999;
  font-family: Lato-regular;}
/*--------------------------------------------------------------
10.0 Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5rem;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;}
thead th {
  border-bottom: 2px solid #666666;
  padding-bottom: 0.5rem;}
th {
  padding: 0.4rem;
  text-align: left;}
tr {
  border-bottom: 1px solid #eeeeee;}
td {
  padding: 0.4rem;}
th:first-child,
td:first-child {
  padding-left: 0;}
th:last-child,
td:last-child {
  padding-right: 0;}
/*--------------------------------------------------------------
11.0 Formatting
--------------------------------------------------------------*/
hr {
  height: 1px;
  margin-bottom: 1.5rem;
  border: 0;
  background-color: #666666;}
img {
  max-width: 100%;}
.content {
  padding: 0 95px;}
@media (max-width: 1200px) {
  padding: 0 45px;}
@media (max-width: 991px) {
  padding: 0 15px;}
/*--------------------------------------------------------------
12.0 Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5rem;
  padding: 0;}
ul {
  list-style: disc;}
ol {
  list-style: decimal;}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5rem;}
dt { font-weight: 700;}
dd {
  margin: 0 1.5rem 1.5rem;}
.min-list {
  margin: 0;
  padding: 0;}
.min-list li {
  list-style: none;}
.inline-list li {
  display: inline-block;}
/*--------------------------------------------------------------
13.0 Links
--------------------------------------------------------------*/
a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s all ease-out;}
a:hover, a:focus, a:active {
  color: #aa2231;}
a:focus {
  outline: thin dotted;}
a:hover, a:active {
  outline: none;}
/*--------------------------------------------------------------
14.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
15.0 Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
16.0 Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
17.0 Utilities
--------------------------------------------------------------*/
.t-center {
  text-align: center;}
.t-left {
  text-align: left;}
.t-right {
  text-align: right;}
.t-white {
  color: #ffffff;}
/*--------------------------------------------------------------
GENERAL
--------------------------------------------------------------*/
.form-area {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 170px;
  background-color: #ffffff;
  opacity: .8;
  border-radius: 4px;}
.form__item {
  margin-right: 30px;
  display: inline-block;
  height: 45px;
  color: #666666;}
.form__item--datepicker {
  width: 173px;
  position: relative;
  height: 100%;
  z-index: 1;}
.form__item--datepicker:hover > span {
  color: #3fced3;}
.form__item--datepicker input {
  transition: unset;
  background-color: transparent;
  width: 100%;
  cursor: pointer;
  color: #666666;
  padding-left: 20px;
  padding-right: 30px;
  height: 100%;
  letter-spacing: 1px;
  border: 1px solid #d9d9d9;}
.form__item--datepicker input:focus {
  border: 1px solid #3fced3;
  color: #3fced3;}
.form__item--datepicker input:hover {
  border: 1px solid #3fced3;
  color: #3fced3;}
.form__item span {
  z-index: -1;
  right: 20px;
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);}
.form__item--submit {
  margin: 0;
  width: 120px;}
.form__item--submit input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #ffc600;
  border: none;
  border-radius: 5px;
  color: #000000;
  padding: 0 20px;}
.custom-select {
  position: relative;
  width: 180px;
  color: #666666;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #d9d9d9;}
.custom-select:hover {
  border-color: #3fced3;
  color: #3fced3 !important;
  z-index: 2;}
.custom-select:hover .select-items li {
  border-color: #3fced3;
  color: #3fced3 !important;}
.solid-border {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom: 1px solid transparent !important;}
.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.colorChange {
  color: #3fced3;}
/*style the arrow inside the select element:*/
.select-selected {
  padding-left: 20px;}
.select-selected:after {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  right: 18px;}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  transform: rotate(180deg);}
/*style the items (options), including the selected item:*/
.select-items li, .select-selected {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 45px;
  height: 100%;}
.select-items li {
  list-style-type: none;
  z-index: 5;
  width: 100%;
  padding-left: 20px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background-color: #ffffff;}
.select-items li:last-child {
  border-bottom: 1px solid #d9d9d9;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;}
/*style items (options):*/
.select-items {
  height: auto !important;
  position: absolute;
  width: 180px;
  z-index: 1;
  background-color: #ffffff;
  left: -1px;}
.select-items li {
  position: relative;}
.select-items li::before { content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(63, 206, 211, 0.295);
  left: 0;
  opacity: 0;}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;}
.select-items li:hover::before, .same-as-selected::before {
  opacity: 1;}
.is-popup {
  z-index: 5;}
.subsriber-form-tittle {
  text-align: center;}
.subsriber-form-tittle h2 {
  margin-bottom: 5px;
  font-family: "Ubuntu-bold", sans-serif;
  font-size: 30px;
  color: #ffffff;
  font-weight: normal;}
.subsriber-form-tittle span { font-family: "Ubuntu-regular", sans-serif;
  font-size: 30px;
  color: #ffffff;
  font-weight: normal;}
.subsriber-form-tittle__line-under {
  width: 100px;
  display: inline-block;
  height: 55px;
  border-top: 5px solid #3fd0d4;}
.subsriber-form {
  text-align: center;}
.subsriber-form > div {
  display: inline-block;}
.subsriber-form__text-input {
  height: 55px;
  padding: 20px 130px 20px 30px !important;
  color: #999999 !important;}
.subsriber-form__text-input:focus + .subsriber-form__submit {
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;}
.subsriber-form--padding {
  padding: 0 60px;}
.subsriber-form__submit {
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  width: 120px;
  background-color: #ffc600;
  border: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  right: 75px;}
.footer-form__text-input {
  width: 100%;
  height: 45px;
  background-color: transparent !important;
  color: #e6e6e6 !important;
  border: 1px solid #e6e6e6 !important;
  padding-left: 22px !important;}
.footer-form__submit {
  margin-top: 15px;
  height: 45px;
  width: 100%;
  background-color: #ffc600;
  border: none;
  border-radius: 4px;}
.section-tittle, .section-tittle-2 {
  position: relative;}
.section-tittle p, .section-tittle-2 p {
  top: 30px;
  position: absolute;
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 30px;
  color: #000000;
  font-weight: normal;}
.section-tittle span, .section-tittle-2 span { font-family: "Ubuntu-bold", sans-serif;
  font-size: 30px;
  color: #000000;
  font-weight: normal;}
.section-tittle h2, .section-tittle-2 h2 {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "Ubuntu-bold", sans-serif;
  font-size: 60px;
  color: #f2f2f2;
  font-weight: normal;}
.section-tittle__line-under {
  position: absolute;
  width: 100px;
  border-top: 5px solid #3fced3;}
.section-tittle-2 p {
  position: unset;
  margin-bottom: 5px;}
.section-tittle-2 .section-tittle__line-under {
  bottom: -4px;}
.top-desti__tittle {
  margin: 100px 0 65px;}
@media (max-width: 992px) {
  .top-desti__tittle {
    margin: 60px 0;
  }
}

@media (max-width: 550px) {
  .top-desti__tittle {
    margin: 50px 0 30px;
  }
}

.top-desti__sub-tittle { font-family: Lato-regular;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  margin-top: 25px;
  display: inline-block;
  width: 270px;}
@media (max-width: 475px) {
  .top-desti__sub-tittle {
    width: 100%;
  }
}

.top-desti {
  display: flex;
  padding: 0 15px;}
.top-desti__item {
  margin: 0 15px;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  position: relative;}
.top-desti__item::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, black 100%) !important;}
.top-desti__item img {
  vertical-align: middle;
  transition: all 0.5s;}
.top-desti__item:hover img {
  transform: scale(1.1);}
.top-desti__item:hover::after {
  margin-top: -120px;}
.top-desti__item:hover .top-desti__ammout {
  z-index: 1;}
.top-desti__ammout {
  padding: 0 20px;
  width: 100%;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  position: absolute;}
.top-desti__ammout span { font-family: Lato-regular;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;}
.top-desti__ammout span i {
  margin-right: 5px;
  color: #ffc600;
  font-size: 18px;}
.popular-destination__tittle {
  text-align: right;
  margin: 90px 0 65px;}
.popular-destination__tittle p, .popular-destination__tittle .section-tittle__line-under {
  right: 0;}
@media (max-width: 992px) {
  .popular-destination__tittle {
    margin: 60px 0;
  }
}

@media (max-width: 550px) {
  .popular-destination__tittle {
    margin: 50px 0 30px;
  }
}

.popular-destination__sub-tittle {
  text-align: right;
  font-family: Lato-regular;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  margin-top: 25px;
  display: inline-block;
  width: 370px;}
@media (max-width: 475px) {
  .popular-destination__sub-tittle {
    width: 100%;
  }
}

.popular-destination__tittle .destination-4-2__sub-tittle {
  margin-bottom: 0;}
.destination-3__figure {
  text-align: center;
  padding: 60px 0 50px;}
.destination-3__figure-item {
  display: block;
  padding: 0 50px;}
.destination-3__figure-item h5 {
  margin: 30px 0 15px;
  font-family: Lato-900;
  font-size: 22px;
  color: black;
  font-weight: normal;}
.destination-3__figure-item p {
  color: #666666;
  margin: 0;}
.destination-3__figure-item img {
  transition: all 0.5s;
  -webkit-filter: hue-rotate(0deg) saturate(0%) brightness(0%);
          filter: hue-rotate(0deg) saturate(0%) brightness(0%);}
.destination-3__figure-item:hover img {
  -webkit-filter: unset;
          filter: unset;}
.destination-3__destination {
  padding-top: 56px;
  display: flex;}
.destination-3__thumb {
  text-align: center;
  position: relative;}
.destination-3__thumb > img {
  vertical-align: middle;}
.destination-3__thumb:hover {
  margin-top: -60px;}
.destination-3__thumb-info {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -1;}
.destination-3__thumb-info span {
  text-transform: uppercase;
  font-family: Lato-900;
  font-size: 20px;
  color: black;
  font-weight: normal;}
.destination-3__thumb-info p {
  margin: 0;
  font-family: Lato-regular;
  font-size: 14px;
  color: #666666;
  font-weight: normal;}
.destination-4__form {
  padding: 110px 85px 0 0;}
.destination-form {
  padding: 75px 70px;
  position: relative;}
.destination-form .border-img {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: -1;}
.destination-form .subsriber-form-tittle h2, .destination-form .subsriber-form-tittle span {
  color: black;}
.destination-form .subsriber-form-tittle__sub-tittle { font-size: 13px;
  color: #999999;}
.destination-form .subsriber-form-tittle .subsriber-form-tittle__line-under {
  height: 15px;}
.destination-form__text {
  border: none !important;
  border-bottom: 1px solid #eeeeee !important;
  line-height: 0px;
  margin-bottom: 20px;}
.destination-form__submit {
  cursor: pointer;
  height: 45px !important;
  width: 125px !important;
  background-color: #ffc600 !important;
  text-align: center;
  margin-top: 20px;
  border-radius: 5px;
  border: unset;}
.destination-4__choices {
  margin-bottom: 25px;}
.destination-4__choices__tittle {
  margin-bottom: 0 !important;}
.destination-4__choices .destination-4__choices__tittle {
  margin: 100px 0 65px;}
@media (max-width: 992px) {
  .destination-4__choices .destination-4__choices__tittle {
    margin: 60px 0;
  }
}

@media (max-width: 550px) {
  .destination-4__choices .destination-4__choices__tittle {
    margin: 50px 0 30px;
  }
}

.destination-4__choices .destination-4__choices__sub-tittle { font-family: Lato-regular;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  margin-top: 25px;
  display: inline-block;
  width: 270px;}
@media (max-width: 475px) {
  .destination-4__choices .destination-4__choices__sub-tittle {
    width: 100%;
  }
}

.destination-4__choices__thumb {
  overflow: hidden;
  border-radius: 5px;}
.destination-4__choices__thumb img {
  transition: all 0.5s;
  vertical-align: middle;}
.destination-4__choices__item {
  overflow: hidden;
  color: black !important;
  margin-bottom: 64px;
  display: flex;
  align-items: center;}
.destination-4__choices__item:hover .destination-4__choices__thumb > img {
  transform: scale(1.1);}
.destination-4__choices__item:hover .destination-4__choices__info span {
  color: #ffc600;}
.destination-4__choices__item span {
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: bold;}
.destination-4__choices__item p {
  margin: 0;
  color: #666666;
  font-size: 14px;}
.destination-4__choices__info {
  margin-left: 30px;}
.destination-4-2__tittle {
  margin: 100px 0 65px;}
@media (max-width: 992px) {
  .destination-4-2__tittle {
    margin: 60px 0;
  }
}

@media (max-width: 550px) {
  .destination-4-2__tittle {
    margin: 50px 0 30px;
  }
}

.destination-4-2__sub-tittle { font-family: Lato-regular;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  margin-top: 25px;
  display: inline-block;
  width: 270px;}
@media (max-width: 475px) {
  .destination-4-2__sub-tittle {
    width: 100%;
  }
}

.destination-4-2__tittle {
  margin: 46px 0 15px;}
.destination-4-2__slider {
  margin: 0 -15px;}
.destination-4-2__content {
  padding: 25px;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.13);
  border-radius: 5px;}
.destination-4-2__content__img {
  height: 68px;
  text-align: center;}
.destination-4-2__content__text { font-size: 14px;
  color: #666666;
  margin-bottom: 10px;}
.destination-4-2__content > a img {
  -webkit-filter: grayscale(100%) contrast(0.7);
  filter: grayscale(100%) contrast(0.7) opacity(0.7);}
.destination-4-2__content > a:hover img {
  width: 25px;
  height: 15px;
  -webkit-filter: unset;
          filter: unset;}
.destination-4-2__arrow {
  cursor: pointer;
  color: #e6e6e6;
  position: absolute;
  top: -60px;
  font-size: 30px;
  transition: all .5s;}
.destination-4-2__arrow:hover {
  color: #3fced3;}
.destination-4-2__arrow--left {
  right: 70px;}
.destination-4-2__arrow--right {
  right: 15px;}
.destination-4-2__item {
  margin: 25px 0 100px;
  text-align: center;
  padding: 0 15px;}
.destination-4-2__item img {
  display: inline-block;}
.destination-4-2__item p { font-family: Lato-900;
  color: black;
  text-transform: uppercase;
  margin: 25px 0 10px;}
.destination-5__tittle {
  text-align: center;
  margin: 90px 0 65px;}
.destination-5__tittle p, .destination-5__tittle .section-tittle__line-under {
  left: 50%;
  transform: translate(-50%, 0);}
@media (max-width: 992px) {
  .destination-5__tittle {
    margin: 60px 0;
  }
}

@media (max-width: 550px) {
  .destination-5__tittle {
    margin: 50px 0 30px;
  }
}

.destination-5__sub-tittle { font-family: Lato-regular;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  margin-top: 25px;
  display: inline-block;
  width: 370px;}
@media (max-width: 475px) {
  .destination-5__sub-tittle {
    width: 100%;
  }
}

.destination-5__item {
  height: 348px;
  margin-bottom: 50px;
  text-align: center;
  display: block;}
.destination-5__item img {
  vertical-align: middle;}
.destination-5__item:hover {
  padding: 15px 0;}
.destination-5__item:hover span {
  margin: 0;}
.destination-5__item span {
  transition: all 0.4s;
  display: block;
  text-transform: uppercase;
  font-family: Lato-900;
  font-size: 17px;
  color: black;
  font-weight: normal;}
.destination-5__item__below-tittle {
  margin-top: 20px;}
.destination-5__item__upper-tittle {
  margin-bottom: 20px;}
.destination-grid-layout {
  padding: 65px 0 100px;}
.destination-grid-layout .top-desti__item {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  margin: 0 0 30px;
  display: flex;}
.destination-grid-layout .top-desti__item::after {
  bottom: 0;
  margin-bottom: -120px;}
.destination-grid-layout .top-desti__item span:first-child {
  text-transform: uppercase;}
.destination-grid-layout .top-desti__item img {
  height: 250px;
  transition: all 0.5s;
  width: 100%;}
.destination-grid-layout .top-desti__item:hover::after {
  margin-bottom: 0;}
.destination-grid-layout .top-desti__item:hover img {
  transform: scale(1.1);}
.destination-grid-layout .wander-pagination__pagination {
  margin-top: 20px;}
.destination-item-aside {
  padding-top: 60px;}
.destination-item-aside__item {
  display: block;
  margin-top: 40px;}
.destination-item-aside__item:first-child {
  margin: 0;}
.destination-item-aside__item p {
  margin-top: 10px;
  color: #666666;
  margin-bottom: 0px;}
.destination-item-aside__item--picture {
  padding: 45px 0 35px;}
.destination-item-aside__item--picture img {
  vertical-align: middle;}
.destination-item-aside__item--picture--mansory__item {
  border-radius: 4px;
  overflow: hidden;
  height: 260px;
  margin-bottom: 30px;}
.destination-item-aside__item--picture--mansory__item img {
  height: 100%;
  width: 100%;}
.destination-item-aside__item--picture--mansory__item--height2 {
  height: 270px;}
.destination-item-aside .destination-item-aside__relate-tour__tittle {
  margin: 100px 0 65px;}
@media (max-width: 992px) {
  .destination-item-aside .destination-item-aside__relate-tour__tittle {
    margin: 60px 0;
  }
}

@media (max-width: 550px) {
  .destination-item-aside .destination-item-aside__relate-tour__tittle {
    margin: 50px 0 30px;
  }
}

.destination-item-aside .destination-item-aside__relate-tour__sub-tittle { font-family: Lato-regular;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  margin-top: 25px;
  display: inline-block;
  width: 270px;}
@media (max-width: 475px) {
  .destination-item-aside .destination-item-aside__relate-tour__sub-tittle {
    width: 100%;
  }
}

.destination-mansory-layout {
  margin-top: 65px;}
.destination-mansory-layout__item {
  overflow: hidden;
  border-radius: 1%;
  position: relative;
  display: block;
  text-align: center;}
.destination-mansory-layout__item img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;}
.destination-mansory-layout__item:hover > img {
  transform: scale(1.1);
  filter: brightness(50%);
  -webkit-filter: brightness(50%);}
.destination-mansory-layout__item:hover .destination-mansory-layout__item__tour-info {
  padding: 22px 45px;}
.destination-mansory-layout__item:hover .destination-mansory-layout__item__tour-info__line {
  visibility: visible;
  width: 35px;}
.destination-mansory-layout__item:hover .destination-mansory-layout__item__tour-info span {
  color: #ffffff;}
.destination-mansory-layout__item__tour-info {
  top: 0;
  left: 0;
  transition: all 0.5s;
  padding: 22px 30px;
  position: absolute;}
.destination-mansory-layout__item__tour-info p { font-family: Lato-700;
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;}
.destination-mansory-layout__item__tour-info span {
  transition: all 0.5s;
  font-family: Lato-regular;
  font-size: 15px;
  color: transparent;
  font-weight: normal;}
.destination-mansory-layout__item__tour-info__line {
  transition: all 0.5s;
  position: absolute;
  border-top: 3px solid #ffffff;
  width: 0px;
  left: 0;
  top: 37px;}
.destination-mansory-layout__pagination {
  padding: 50px 0 100px;}
.trending-tour__tittle {
  margin: 100px 0 65px;}
@media (max-width: 992px) {
  .trending-tour__tittle {
    margin: 60px 0;
  }
}

@media (max-width: 550px) {
  .trending-tour__tittle {
    margin: 50px 0 30px;
  }
}

.trending-tour__sub-tittle { font-family: Lato-regular;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  margin-top: 25px;
  display: inline-block;
  width: 270px;}
@media (max-width: 475px) {
  .trending-tour__sub-tittle {
    width: 100%;
  }
}

.trending-tour-item {
  margin-bottom: 50px;
  border-radius: 5px;
  -ms-box-shadow: -1px 10px 34px -1px rgba(0, 0, 0, 0.12);
  box-shadow: -1px 10px 34px -1px rgba(0, 0, 0, 0.12);
  -o-box-shadow: -1px 10px 34px -1px rgba(0, 0, 0, 0.12);
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;}
.trending-tour-item img {
  vertical-align: middle;
  transition: all 0.5s;}
.trending-tour-item:hover > img {
  transform: scale(1.1);}
.trending-tour-item__sale {
  z-index: 1;
  top: 0;
  right: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 53px solid red;
  border-left: 53px solid transparent;}
.trending-tour-item__sale::before { content: "SALE";
  position: absolute;
  bottom: 27px;
  right: 1px;
  transform: rotate(45deg);
  font-family: Lato-900;
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;}
.trending-tour-item__thumnail {
  width: 100%;}
.trending-tour-item__info {
  padding: 25px 20px;
  position: relative;
  background-color: #ffffff;}
.trending-tour-item__name {
  margin-bottom: 3px;
  text-transform: uppercase;
  font-family: Lato-900;
  font-size: 17px;
  color: black;
  font-weight: normal;}
.trending-tour-item__group-infor__rating::before, .trending-tour-item__group-infor__rating--4star::before, .trending-tour-item__group-infor__rating--3star::before, .trending-tour-item__group-infor__rating--2star::before, .trending-tour-item__group-infor__rating--1star::before { content: "\f005  \f005  \f005  \f005  \f005";
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: 400 !important;
  color: #3fced3;}
.trending-tour-item__group-infor__rating--4star::before { content: "\f005  \f005  \f005  \f005  \f006";}
.trending-tour-item__group-infor__rating--3star::before { content: "\f005  \f005  \f005  \f006  \f006";}
.trending-tour-item__group-infor__rating--2star::before { content: "\f005  \f005  \f006  \f006  \f006";}
.trending-tour-item__group-infor__rating--1star::before { content: "\f005  \f006  \f006  \f006  \f006";}
.trending-tour-item__group-infor__lasting {
  margin-top: 18px;
  color: #666666;}
.trending-tour-item__group-infor__lasting img {
  margin: 0 5px -3px 0;}
.trending-tour-item__group-infor__sale-price {
  margin: 0;
  position: absolute;
  right: 20px;
  top: 52px;
  text-decoration: line-through;
  font-family: Lato-700;
  font-size: 20px;
  color: #999999;
  font-weight: normal;}
.trending-tour-item__group-infor__price {
  position: absolute;
  top: 75px;
  right: 20px;
  font-family: Lato-900;
  font-size: 27px;
  color: #ffc600;
  font-weight: normal;}
#special-tour {
  position: relative;
  padding: 110px 0 100px;}
#special-tour-container {
  margin-right: 0 !important;}
.worldBrg {
  position: absolute;
  bottom: 0;
  left: 0;}
.special-tour-slider__item {
  padding: 0 15px;}
.special-tour-slider__item__excerpt {
  padding: 30px 0;
  font-family: Lato-regular;
  font-size: 15px;
  color: #999999;
  font-weight: normal;
  transition: all 0.5s;}
.special-tour-slider__item .trending-tour-item {
  -ms-box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.13);}
.special-tour__sub-tittle {
  margin-top: 25px;
  font-family: Lato-regular;
  font-size: 13px;
  color: #999999;
  font-weight: normal;}
.special-tour .trending-tour-item__info {
  height: 147px;
  overflow: hidden;
  padding: 30px 20px 28px;
  transition: all 0.5s;}
.special-tour .trending-tour-item__group-infor__lasting img {
  float: left;
  margin-top: 3px;}
.special-tour .trending-tour-item__group-infor__sale-price {
  top: 57px;}
.special-tour .trending-tour-item__group-infor__price {
  top: 80px;}
.special-tour .trending-tour-item:hover .trending-tour-item__info {
  height: 231px;
  margin-top: -84px;}
.special-tour .trending-tour-item:hover .special-tour-slider__item__excerpt {
  padding-top: 12px;}
.col-4-tour__tittle {
  text-align: center;
  margin: 90px 0 65px;}
.col-4-tour__tittle p, .col-4-tour__tittle .section-tittle__line-under {
  left: 50%;
  transform: translate(-50%, 0);}
@media (max-width: 992px) {
  .col-4-tour__tittle {
    margin: 60px 0;
  }
}

@media (max-width: 550px) {
  .col-4-tour__tittle {
    margin: 50px 0 30px;
  }
}

.col-4-tour__sub-tittle { font-family: Lato-regular;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  margin-top: 25px;
  display: inline-block;
  width: 370px;}
@media (max-width: 475px) {
  .col-4-tour__sub-tittle {
    width: 100%;
  }
}

.col-4-tour .trending-tour-item__name, .filterable-tour .trending-tour-item__name, .grid-left-sidebar .trending-tour-item__name, .similar-tour .trending-tour-item__name, .related-tour .trending-tour-item__name { font-size: 15px;}
.col-4-tour .trending-tour-item__group-infor__price, .filterable-tour .trending-tour-item__group-infor__price, .grid-left-sidebar .trending-tour-item__group-infor__price, .similar-tour .trending-tour-item__group-infor__price, .related-tour .trending-tour-item__group-infor__price { font-size: 20px;
  top: 70px;}
.col-4-tour .trending-tour-item__group-infor__sale-price, .filterable-tour .trending-tour-item__group-infor__sale-price, .grid-left-sidebar .trending-tour-item__group-infor__sale-price, .similar-tour .trending-tour-item__group-infor__sale-price, .related-tour .trending-tour-item__group-infor__sale-price { font-size: 15px;}
.col-4-tour .trending-tour-item__group-infor__lasting, .filterable-tour .trending-tour-item__group-infor__lasting, .grid-left-sidebar .trending-tour-item__group-infor__lasting, .similar-tour .trending-tour-item__group-infor__lasting, .related-tour .trending-tour-item__group-infor__lasting {
  margin-top: 10px;
  font-size: 13px;}
.filterable-tour__tittle {
  text-align: center;
  margin: 90px 0 65px;}
.filterable-tour__tittle p, .filterable-tour__tittle .section-tittle__line-under {
  left: 50%;
  transform: translate(-50%, 0);}
@media (max-width: 992px) {
  .filterable-tour__tittle {
    margin: 60px 0;
  }
}

@media (max-width: 550px) {
  .filterable-tour__tittle {
    margin: 50px 0 30px;
  }
}

.filterable-tour__sub-tittle { font-family: Lato-regular;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  margin-top: 25px;
  display: inline-block;
  width: 370px;}
@media (max-width: 475px) {
  .filterable-tour__sub-tittle {
    width: 100%;
  }
}

.filterable-tour {
  padding-bottom: 60px;}
#filterable-posts {
  min-height: 467px;}
.filterable-tour__categories { font-family: Lato-regular;
  font-size: 17px;
  color: #999999;
  font-weight: normal;
  text-align: center;
  margin-bottom: 35px;}
.filterable-tour__categories .active-filter {
  border-bottom: 2px solid #3fced3;}
.filterable-tour__categories span {
  margin-bottom: -1px;
  cursor: pointer;
  transition: all .5s;
  border-bottom: 2px solid transparent;
  padding: 4px 17px;
  display: inline-block;}
.deal-tour {
  display: grid;
  grid-template-columns: 33.67% 44.27% auto;
  grid-template-rows: 50% 50%;
  justify-items: stretch;
  align-items: stretch;}
.deal-tour__item {
  overflow: hidden;
  display: block;
  color: black !important;
  position: relative;}
.deal-tour__item img {
  transition: all 0.5s;}
.deal-tour__item:hover:not(.deal-tour__item--largest) img {
  transform: scale(1.1);
  filter: brightness(50%);
  -webkit-filter: brightness(50%);}
.deal-tour__item__info {
  width: 100%;
  padding: 0 25px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 0;
  text-align: center;}
.deal-tour__item__info p {
  vertical-align: middle;
  color: #ffffff;}
.deal-tour__item__info p i {
  margin-left: 5px;}
.deal-tour__item__info span {
  text-transform: uppercase;
  font-family: Lato-700;
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;}
.deal-tour__item__countdown-sale {
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;}
.deal-tour__item__countdown-sale__countdowndot {
  display: inline-block;
  vertical-align: text-bottom;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 50px;
  margin: 0 10px;}
.deal-tour__item__countdown-sale__time {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  border-top: 7px solid #3fced3;
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;}
.deal-tour__item__countdown-sale__time:first-child {
  display: none;}
.deal-tour__item__countdown-sale__time span { font-family: Lato-900;
  font-size: 40px;
  color: black;
  font-weight: normal;}
.deal-tour__item__countdown-sale__time p { font-size: 18px;
  margin-top: -12px;}
.deal-tour__item img {
  width: 100%;
  height: 100%;}
.deal-tour__item--largest {
  grid-row-start: 1;
  grid-row-end: span 2;}
.deal-tour__item--vertical {
  overflow: hidden;
  grid-row-end: span 2;}
.deal-tour__item--middle {
  grid-row-end: span 2;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 50% 50%;}
.deal-tour__item--small {
  height: 100%;}
.deal-tour__item--horizontal {
  height: 100%;
  grid-row-start: span 2;
  grid-column-end: span 2;}
.best-selling-tour__tittle {
  text-align: center;
  margin: 90px 0 65px;}
.best-selling-tour__tittle p, .best-selling-tour__tittle .section-tittle__line-under {
  left: 50%;
  transform: translate(-50%, 0);}
@media (max-width: 992px) {
  .best-selling-tour__tittle {
    margin: 60px 0;
  }
}

@media (max-width: 550px) {
  .best-selling-tour__tittle {
    margin: 50px 0 30px;
  }
}

.best-selling-tour__sub-tittle { font-family: Lato-regular;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  margin-top: 25px;
  display: inline-block;
  width: 370px;}
@media (max-width: 475px) {
  .best-selling-tour__sub-tittle {
    width: 100%;
  }
}

.best-selling-tour h2 {
  margin: 0;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  transform: rotate(180deg);
  text-transform: uppercase;
  font-family: Lato-900;
  font-size: 40px;
  color: #e5e5e5;
  font-weight: normal;}
.best-selling-tour__item {
  margin-bottom: 50px;
  display: flex;}
.best-selling-tour__item img {
  transition: all 0.5s;}
.best-selling-tour__item:hover img {
  transform: scale(1.1);
  z-index: 0;}
.best-selling-tour__item .trending-tour-item__sale {
  z-index: 1;}
.best-selling-tour__item__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 4px;}
.best-selling-tour__item__thumb > img {
  vertical-align: middle;}
.best-selling-tour__item__info {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 20px 17px;}
.best-selling-tour__item__info .trending-tour-item__name {
  width: 75%;
  margin: 0;
  color: #ffffff;}
.best-selling-tour__item__info p {
  margin: 0;}
.best-selling-tour__item .trending-tour-item__group-infor__sale-price {
  top: -3px;
  font-size: 15px;}
.best-selling-tour__item .trending-tour-item__group-infor__price {
  top: 16px;
  font-size: 20px;}
.type-of-tour-area {
  background-image: url("../images/uploads/destination/icon5-brg.jpg");
  background-position: center;
  background-size: cover;
  height: 550px;
  display: flex;
  align-items: center;}
.type-of-tour__tittle {
  text-align: center;
  margin: 90px 0 65px;}
.type-of-tour__tittle p, .type-of-tour__tittle .section-tittle__line-under {
  left: 50%;
  transform: translate(-50%, 0);}
@media (max-width: 992px) {
  .type-of-tour__tittle {
    margin: 60px 0;
  }
}

@media (max-width: 550px) {
  .type-of-tour__tittle {
    margin: 50px 0 30px;
  }
}

.type-of-tour__sub-tittle { font-family: Lato-regular;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  margin-top: 25px;
  display: inline-block;
  width: 370px;}
@media (max-width: 475px) {
  .type-of-tour__sub-tittle {
    width: 100%;
  }
}

.type-of-tour__tittle {
  margin: 0;}
.type-of-tour__tittle h2 {
  color: rgba(255, 255, 255, 0.2);}
.type-of-tour__tittle p, .type-of-tour__tittle span {
  color: #ffffff;}
.type-of-tour {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;}
.type-of-tour__item {
  display: block;
  margin-top: 65px;
  text-align: center;}
.type-of-tour__item p {
  margin: 35px 0 0;
  font-family: Lato-700;
  font-size: 22px;
  color: #ffffff;
  font-weight: normal;}
.type-of-tour__item__img {
  height: 85px;}
@media (max-width: 768px) {
  .type-of-tour {
    margin-top: 40px;
    justify-content: space-around;
  }
  .type-of-tour__item {
    margin: 15px;
  }
  .type-of-tour__item p {
    margin: 0px;
  }
}

.grid-left-sidebar {
  padding: 65px 0 100px;}
.grid-left-sidebar__filter {
  margin-bottom: 50px;
  height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;}
.grid-left-sidebar__filter--result { font-family: Lato-900;
  font-size: 17px;
  color: black;
  font-weight: normal;}
.grid-left-sidebar__filter--mode {
  display: inline-flex;
  height: 38px;}
.grid-left-sidebar__filter--mode .custom-select {
  width: 220px;}
.grid-left-sidebar__filter--mode .option-item, .grid-left-sidebar__filter--mode .option-item li {
  line-height: 38px;}
.grid-left-sidebar__filter--mode--sort {
  transition: all .5s;
  margin-left: 13px;
  text-align: center;
  line-height: 38px;
  height: 100%;
  width: 38px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  cursor: pointer;}
.grid-left-sidebar__filter--mode--sort:hover {
  background-color: #3fced3;}
.grid-left-sidebar__filter--mode--sort:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);}
.tour-item-aside-h2 {
  display: none;}
.tour-infomation__content {
  padding: 60px 30px 0 0;}
.tour-infomation__content p {
  margin: 0;
  color: #666666;}
.tour-infomation__content span { font-weight: 600;
  color: #333333;}
.tour-infomation__content h2 {
  margin-top: 45px;
  font-family: Lato-700;
  font-size: 23px;
  color: black;
  font-weight: normal;}
.tour-infomation__content__header {
  border-bottom: 1px solid #e6e6e6;}
.tour-infomation__content__header h2 { font-size: 30px;
  margin: 0 0 8px;}
.tour-infomation__content__header span {
  color: #999999;
  margin-right: 13px;}
.tour-infomation__content__header__icon {
  display: grid;
  grid-template-columns: 46% auto;
  grid-auto-rows: 45px;
  align-items: center;
  padding: 25px 0;}
.tour-infomation__content__header__icon p {
  display: flex;
  align-items: center;
  color: #4c4c4c;}
.tour-infomation__content__header__icon p img {
  margin-right: 20px;}
.tour-infomation__content__descript {
  border-bottom: 1px solid #e6e6e6;}
.tour-infomation__content__descript p {
  margin: 0 0 25px;}
.tour-infomation__content__time-table, .tour-infomation__content__time-table--price {
  height: 50px;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;}
.tour-infomation__content__time-table--price {
  height: auto;
  align-items: unset;
  padding: 12px 0;}
.tour-infomation__content__time-table ul, .tour-infomation__content__time-table--price ul {
  margin: 0;}
.tour-infomation__content__time-table ul li, .tour-infomation__content__time-table--price ul li {
  padding-left: 3px;
  margin-left: 20px;
  list-style-image: url("../images/tours/tour_item-icon-tick.png");}
.tour-infomation__content__time-table__price-exclude li {
  list-style-image: url("../images/tours/tour_item-icon-cross.png") !important;}
.tour-infomation__content__activity-location__gmap {
  width: 100%;
  height: 400px;
  position: relative;}
.tour-infomation__content__activity-location__gmap .fa-map-marker-alt {
  position: absolute;
  left: 25%;
  bottom: 50%;
  font-size: 30px;
  color: #e80719;}
.tour-infomation__content__activity-location iframe {
  border-radius: 5px;
  width: 100%;
  height: 100%;}
.tour-infomation__content__schedule__day {
  border: 1px solid #e6e6e6;
  cursor: pointer;
  padding: 12px 30px;
  transition: all 0.5s;
  border-radius: 5px;
  margin-bottom: 10px;}
.tour-infomation__content__schedule__day p {
  display: none;
  color: #666666;
  padding-top: 15px;}
.tour-infomation__content__schedule__day .fa-angle-down {
  transition: all 0.5s;
  float: right;
  font-size: 23px;}
.tour-infomation__content__schedule .schedule-show {
  -ms-box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;}
.tour-infomation__content__schedule .schedule-show .fa-angle-down {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);}
.tour-infomation__content__FAQ h2 {
  margin-bottom: 0;}
.tour-infomation__content__FAQ__item {
  cursor: pointer;
  padding: 19px 0;
  transition: all 0.5s;
  border-bottom: 1px solid #e6e6e6;}
.tour-infomation__content__FAQ__item .fa-angle-down {
  float: right;
  line-height: 24px;
  font-size: 23px;}
.tour-infomation__content__FAQ__item p {
  padding-top: 10px;
  display: none;}
.tour-infomation__content__FAQ__item .fa-angle-down {
  transition: all 0.5s;}
.tour-infomation__content__FAQ .faq-show .fa-angle-down {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);}
.tour-infomation__content__review {
  background-color: #f7f7f7;
  border-radius: 5px;
  display: grid;
  grid-template-columns: auto 73%;
  align-items: center;
  padding: 23px 60px 25px 43px;}
.tour-infomation__content__review__rate-point h4 {
  margin: 0;
  font-family: Lato-700;
  font-size: 50px;
  color: #3fced3;
  font-weight: normal;}
.tour-infomation__content__review__rate-point h4 span { font-size: 30px;
  color: #3fced3;}
.tour-infomation__content__review__rate-point h5 {
  margin: 0;
  color: black;
  font-family: Lato-regular;}
.tour-infomation__content__review__rate-list span {
  color: black;}
.tour-infomation__content__review__rate-list ul {
  margin: 0;}
.tour-infomation__content__review__rate-list li {
  display: flex;
  list-style-type: none;
  justify-content: space-between;}
.tour-infomation__content__review__rate-list li div {
  display: flex;
  width: 70%;
  justify-content: space-between;
  align-items: center;}
.tour-infomation__content__review__rate-list__rate-amount {
  width: 18px;
  display: inline-block;}
.tour-infomation__content__review__rate-list__process-bar {
  width: 63%;
  height: 5px;
  border-radius: 5px;
  background-color: #e6e6e6;
  display: inline-block;
  position: relative;}
.tour-infomation__content__review__rate-list__process-bar::before { content: "";
  width: 100%;
  height: 100%;
  background-color: #3fced3;
  position: absolute;
  border-radius: 5px;}
.tour-infomation__content__review__rate-list__process-bar--60 {
  width: 63%;
  height: 5px;
  border-radius: 5px;
  background-color: #e6e6e6;
  display: inline-block;
  position: relative;}
.tour-infomation__content__review__rate-list__process-bar--60::before { content: "";
  width: 60%;
  height: 100%;
  background-color: #3fced3;
  position: absolute;
  border-radius: 5px;}
.tour-infomation__content__review__rate-list__process-bar--20 {
  width: 63%;
  height: 5px;
  border-radius: 5px;
  background-color: #e6e6e6;
  display: inline-block;
  position: relative;}
.tour-infomation__content__review__rate-list__process-bar--20::before { content: "";
  width: 20%;
  height: 100%;
  background-color: #3fced3;
  position: absolute;
  border-radius: 5px;}
.tour-infomation__content__review__rate-list__process-bar--0 {
  width: 63%;
  height: 5px;
  border-radius: 5px;
  background-color: #e6e6e6;
  display: inline-block;
  position: relative;}
.tour-infomation__content__review__rate-list__process-bar--0::before { content: "";
  width: 0%;
  height: 100%;
  background-color: #3fced3;
  position: absolute;
  border-radius: 5px;}
.similar-tour__tittle {
  text-align: center;
  margin: 90px 0 65px;}
.similar-tour__tittle p, .similar-tour__tittle .section-tittle__line-under {
  left: 50%;
  transform: translate(-50%, 0);}
@media (max-width: 992px) {
  .similar-tour__tittle {
    margin: 60px 0;
  }
}

@media (max-width: 550px) {
  .similar-tour__tittle {
    margin: 50px 0 30px;
  }
}

.similar-tour__sub-tittle { font-family: Lato-regular;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  margin-top: 25px;
  display: inline-block;
  width: 370px;}
@media (max-width: 475px) {
  .similar-tour__sub-tittle {
    width: 100%;
  }
}

.similar-tour {
  padding-bottom: 50px;}
.tour-infomation-2 .tour-infomation__content__header {
  border: none;}
.tour-infomation-2 .tour-infomation__content__header__icon {
  grid-template-columns: auto auto auto auto;}
@media (max-width: 768px) {
  .tour-infomation-2 .tour-infomation__content__header__icon {
    grid-template-columns: auto auto;
  }
}

@media (max-width: 576px) {
  .tour-infomation-2 .tour-infomation__content__header__icon {
    grid-template-columns: auto;
  }
}

.list-left-sidebar .trending-tour-item {
  -ms-box-shadow: -1px 10px 30px 13px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 10px 30px 13px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -1px 10px 30px 13px rgba(0, 0, 0, 0.1);}
.list-left-sidebar .trending-tour-item:hover img {
  transform: unset;}
.list-left-sidebar__grid {
  align-items: center;
  display: grid;
  grid-template-columns: 33.33333% 46% auto;
  grid-template-rows: auto;}
.list-left-sidebar__tour-descript {
  margin: 0;
  color: #999999;
  margin-top: 15px;
  max-height: 72px;
  overflow: hidden;}
.list-left-sidebar__price {
  justify-self: center;
  text-align: center;}
.list-left-sidebar__price p, .list-left-sidebar__price span {
  position: unset;
  display: inline-block;}
.list-left-sidebar__price__discount span {
  color: #b2b2b2;
  margin-right: 6px;}
.list-left-sidebar__price__view-detail {
  transition: all 0.3s;
  margin-top: 5px;
  color: #3fced3;
  border: 1px solid #3fced3;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;}
.list-left-sidebar__price__view-detail:hover {
  background-color: #ffc600;
  color: #ffffff;
  font-family: Lato-900;
  border: unset;}
.list-left-sidebar .trending-tour-item__group-infor__price { font-size: 28px;}
.list-left-sidebar .trending-tour-item__thumnail {
  max-width: 400px;}
.related-tour {
  padding-bottom: 50px;}
@media (max-width: 576px) {
  .related-tour {
    padding-bottom: 0;
  }
}

.related-tour__item {
  padding: 0 15px;}
.related-tour__item .trending-tour-item {
  -ms-box-shadow: -1px 10px 10px -1px rgba(0, 0, 0, 0.12);
  box-shadow: -1px 10px 10px -1px rgba(0, 0, 0, 0.12);
  -o-box-shadow: -1px 10px 10px -1px rgba(0, 0, 0, 0.12);}
.related-tour .trending-tour-item__group-infor__lasting img {
  display: inline;}
.related-tour__tittle {
  margin: -15px 0 40px !important;}
.related-tour .destination-4-2__arrow {
  top: -90px;}
.related-tour .destination-4-2__arrow:hover {
  color: #ffc600;}
@media (max-width: 576px) {
  .related-tour .destination-4-2__arrow {
    top: -60px;
  }
  .related-tour .destination-4-2__arrow--right {
    right: 15px;
  }
  .related-tour .destination-4-2__arrow--left {
    right: 70px;
  }
}
/* ***************************** */
.modal-open { overflow: hidden; }
.modal {position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0; }
.modal.fade .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; -o-transition:      -o-transform .3s ease-out; transition:         transform .3s ease-out; -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); }
.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
.modal-open .modal { overflow-x: hidden; overflow-y: auto; }
.modal-dialog { position: relative; width: auto; margin: 10px; }
.modal-content { position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5); }
.modal-backdrop { position: absolute; top: 0; right: 0; left: 0; background-color: #000; }
.modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0; }
.modal-backdrop.in { filter: alpha(opacity=50); opacity: .5; }
.modal-header { min-height: 16.42857143px; padding: 15px; border-bottom: 1px solid #e5e5e5; }
.modal-header .close { margin-top: -2px; }
.modal-title { margin: 0; line-height: 1.42857143; }
.modal-body { position: relative; padding: 15px; }
.modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; }
.modal-footer .btn + .btn { margin-bottom: 0; margin-left: 5px; }
.modal-footer .btn-group .btn + .btn { margin-left: -1px; }
.modal-footer .btn-block + .btn-block { margin-left: 0; }
.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }
@media (min-width: 768px) {
	.modal-dialog { width: 600px; margin: 30px auto; }
	.modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5); }
	.modal-sm { width: 300px; }
}
@media (min-width: 992px) {
	.modal-lg { width: 900px; }
}


.video-popup-1 {
  margin-top: 50px;}
.video-popup-1__head-Brg {
  background-image: url("../images/uploads/video-popup/BrgMelbourne.jpg");
  background-position: center;
  background-size: cover;
  height: 550px;
  position: absolute;
  width: 100%;
  z-index: -1;}
.video-popup-1__tittle {
  text-align: center;}
.video-popup-1__tittle img {
  margin: 48px 0 40px;}
.video-popup-1 h2 { font-family: "Ubuntu-bold", sans-serif;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.2);
  font-weight: normal;}
.video-popup-1__area {
  margin-top: -42px;
  position: relative;}
.video-popup-img {
  position: relative;}
.video-popup-img img {
  vertical-align: middle;
  border-radius: 5px;}
#btn-popup {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: inline-block;}
.preview-video-1 {
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.9);}
.preview-video-1__area {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;}
.preview-video-1__area iframe {
  position: absolute;
  width: 100%;
  height: 100%;}
.preview-video-1__close {
  position: absolute;
  height: 100%;
  width: 100%;}
.preview-video-1__btn-close {
  cursor: pointer;
  display: block;
  position: absolute;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  right: -30px;
  top: -30px;}
@media (max-width: 992px) {
  .preview-video-1__area {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .preview-video-1__area {
    height: 50%;
  }
  .preview-video-1__btn-close {
    right: -10px;
    top: -40px;
  }
}

@media (max-width: 576px) {
  .preview-video-1__area {
    height: 40%;
  }
}

.video-popup-2__area {
  position: relative;}
.video-popup-2__tittle {
  width: 100%;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;}
.video-popup-2__tittle h2 {
  margin-bottom: 25px;
  font-family: "Racing Sans One";
  font-size: 50px;
  color: #ffffff;
  font-weight: normal;}
.video-popup-2__tittle__btn-info a {
  display: inline-block;
  width: 130px;
  height: 45px;
  background-color: #ffffff;
  line-height: 45px;
  border-radius: 6px;
  margin: 0 11px;
  color: black;}
.video-popup-2__tittle__btn-info a:hover { font-weight: 600;
  color: #ffc600;}
.video-popup-2__tittle__btn-info--book {
  background-color: #ffc600 !important;}
.video-popup-2__tittle__btn-info--book:hover { font-weight: 600;
  color: #ffffff !important;}
.video-popup-2 #btn-popup2 {
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s;
  margin-bottom: 35px;}
.video-popup-2 #btn-popup2:hover {
  background-color: rgba(255, 255, 255, 0.25);}
.preview-video-2 {
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.9);}
.preview-video-2__area {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;}
.preview-video-2__area iframe {
  position: absolute;
  width: 100%;
  height: 100%;}
.preview-video-2__close {
  position: absolute;
  height: 100%;
  width: 100%;}
.preview-video-2__btn-close {
  cursor: pointer;
  display: block;
  position: absolute;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  right: -30px;
  top: -30px;}
@media (max-width: 992px) {
  .preview-video-2__area {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .preview-video-2__area {
    height: 50%;
  }
  .preview-video-2__btn-close {
    right: -10px;
    top: -40px;
  }
}

@media (max-width: 576px) {
  .preview-video-2__area {
    height: 40%;
  }
}

#video-popup-2 {
  position: relative;}
#video-popup-2 .worldBrg {
  z-index: -1;
  bottom: -375px;
  left: 0;
  width: 70%;}
.video-popup-3__area {
  position: relative;}
.video-popup-3__area .modal-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;}
.video-popup-3__area iframe {
  width: 100%;
  height: 100%;
  background-color: black;}
.video-popup-3__area .btn-popup3 {
  display: block !important;}
.video-popup-3__area .modal-close {
  position: absolute;
  color: #999999;
  top: -40px;
  right: 0;
  font-size: 30px;}
.preview-video {
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.9);}
.preview-video__area {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;}
.preview-video__area iframe {
  position: absolute;
  width: 100%;
  height: 100%;}
.preview-video__close {
  position: absolute;
  height: 100%;
  width: 100%;}
.preview-video__btn-close {
  cursor: pointer;
  display: block;
  position: absolute;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  right: -30px;
  top: -30px;}
@media (max-width: 992px) {
  .preview-video__area {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .preview-video__area {
    height: 50%;
  }
  .preview-video__btn-close {
    right: -10px;
    top: -40px;
  }
}

@media (max-width: 576px) {
  .preview-video__area {
    height: 40%;
  }
}

.preview-video-aboutus {
  position: relative;}
.preview-video-aboutus__thumb {
  vertical-align: middle;}
.preview-video-aboutus__text-behind {
  margin-bottom: -80px;
  font-family: Lato-900;
  font-size: 200px;
  color: #f7f7f7;
  font-weight: normal;}
.preview-video-aboutus .preview-video-aboutus__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);}
.preview-video-aboutus .preview-video-aboutus__btn:hover {
  background-color: rgba(255, 255, 255, 0.3);}
.preview-video-aboutus-popup {
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.9);}
.preview-video-aboutus-popup__area {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;}
.preview-video-aboutus-popup__area iframe {
  position: absolute;
  width: 100%;
  height: 100%;}
.preview-video-aboutus-popup__close {
  position: absolute;
  height: 100%;
  width: 100%;}
.preview-video-aboutus-popup__btn-close {
  cursor: pointer;
  display: block;
  position: absolute;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  right: -30px;
  top: -30px;}
@media (max-width: 992px) {
  .preview-video-aboutus-popup__area {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .preview-video-aboutus-popup__area {
    height: 50%;
  }
  .preview-video-aboutus-popup__btn-close {
    right: -10px;
    top: -40px;
  }
}

@media (max-width: 576px) {
  .preview-video-aboutus-popup__area {
    height: 40%;
  }
}

iframe {
  border-width: 0px;}
.slider-banner__item {
  position: relative;}
.slider-banner__item > img {
  vertical-align: middle;}
.slider-banner__item__text {
  width: 100%;
  display: block;
  position: absolute;
  top: 80px;
  left: 0;}
.slider-banner__item__text h1 {
  margin-bottom: 10px;
  letter-spacing: 4px;
  font-family: "Ubuntu-500", sans-serif;
  font-size: 120px;
  color: #ffffff;
  font-weight: normal;}
.slider-banner__item__text p {
  margin-bottom: 35px;
  width: 420px;
  display: block;
  font-family: Lato-regular;
  font-size: 15px;
  color: #ffffff;
  font-weight: normal;}
.slider-banner__item__text p span { font-family: "Ubuntu-500", sans-serif;}
.slider-banner__item__text a { font-family: Lato-regular;
  font-size: 15px;
  color: black;
  font-weight: normal;
  display: block;
  width: 130px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  background-color: #ffc600;}
.slider-banner__item__text a:hover {
  color: #ffffff;
  font-weight: 600;}
.index-2-form-area, .index-4-form-area {
  margin-top: -95px;}
.index-2-form-area .form-area, .index-4-form-area .form-area {
  position: relative;
  -ms-box-shadow: 4px 26px 50px 11px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 26px 50px 11px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 4px 26px 50px 11px rgba(0, 0, 0, 0.12);}
.slider-banner-2__item {
  position: relative;}
.slider-banner-2__item > img {
  vertical-align: middle;}
.slider-banner-2__item__text {
  position: absolute;
  top: 37%;
  transform: translate(0, -50%);}
.slider-banner-2__item__text span { font-family: "Ubuntu-regular", sans-serif;
  font-size: 30px;
  color: #ffffff;
  font-weight: normal;}
.slider-banner-2__item__text h1 {
  text-transform: uppercase;
  font-family: "Poppins-700";
  font-size: 75px;
  color: #ffffff;
  font-weight: normal;}
.slider-banner-2__item__text a {
  color: #ffffff;
  width: 170px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;}
.slider-banner-2__item__text a:hover { font-family: Lato-700;
  width: 175px;
  height: 50px;}
.slider-banner-2__item__text a img {
  margin-left: 10px;}
.slider-banner-2__item__text__line {
  display: inline-block;
  width: 160px;
  border-top: #ffffff solid 3px;
  margin: 8px 20px;}
.index-3-form-area {
  margin-top: -170px;
  position: relative;
  background-color: #ffc600;}
.index-3-form-area .form-area {
  background-color: #ffc600;}
.index-3-form-area .form__item--datepicker:hover input {
  border: 1px solid black;
  color: black !important;}
.index-3-form-area .form__item--datepicker:hover span {
  color: black !important;}
.index-3-form-area .form__item input:focus {
  border-color: black;
  color: black !important;}
.index-3-form-area .form__item .custom-select:hover {
  border-color: black;
  color: black !important;}
.index-3-form-area .form__item .custom-select:hover .select-items li {
  border-color: black;
  color: black !important;}
.index-3-form-area .form__item input, .index-3-form-area .form__item span, .index-3-form-area .form__item .custom-select {
  color: #ffffff !important;
  border: 1px solid #ffffff;}
.index-3-form-area .form__item .colorChange {
  color: black !important;}
.index-3-form-area .form__item .far {
  border: none;}
.index-3-form-area .form__item .select-items {
  background-color: #ffc600;}
.index-3-form-area .form__item .select-items li {
  background-color: #ffc600;
  border-color: #ffffff;}
.index-3-form-area .form__item .select-items li::before {
  background-color: rgba(0, 0, 0, 0.2);}
.index-3-form-area .form__item--submit input {
  background-color: #ffffff;
  color: black !important;}
.index-3-form-area .form__item--submit input:hover {
  color: #ffc600 !important;}
.slider-banner-3__item {
  position: relative;}
.slider-banner-3__item > img {
  vertical-align: middle;}
.slider-banner-3__item__text {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 15px;
  top: 25%;
  position: absolute;}
.slider-banner-3__item__text span { font-family: Lato-regular;
  font-size: 30px;
  color: #a7b5be;
  font-weight: normal;}
.slider-banner-3__item__text span i {
  margin-right: 15px;}
.slider-banner-3__item__text h1 {
  text-transform: uppercase;
  font-family: Lato-900;
  font-size: 70px;
  color: #ffffff;
  font-weight: normal;}
.index-4-form-area {
  margin-top: -370px;
  position: relative;
  z-index: 1;}
.slider-banner-4__item {
  position: relative;}
.slider-banner-4__item > img {
  vertical-align: middle;}
.slider-banner-4__item__text-area {
  position: absolute;
  width: 100%;
  top: 15%;}
.slider-banner-4__item__text {
  text-align: right;}
.slider-banner-4__item__text span {
  text-transform: uppercase !important;
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 30px;
  color: #ffffff;
  font-weight: normal;}
.slider-banner-4__item__text h1 {
  margin-top: 20px;
  font-family: "Poppins-regular";
  font-size: 75px;
  color: #ffffff;
  font-weight: bold;}
.slider-banner-4__item__btn {
  position: absolute;
  bottom: 50px;
  left: 50px;
  display: flex;
  align-items: center;}
.slider-banner-4__item__btn:hover .slider-banner-4__item__btn__img, .slider-banner-4__item__btn:hover .preview-video-aboutus .preview-video-aboutus__btn, .preview-video-aboutus .slider-banner-4__item__btn:hover .preview-video-aboutus__btn {
  background-color: rgba(255, 255, 255, 0.25);}
.slider-banner-4__item__btn__img, .preview-video-aboutus .preview-video-aboutus__btn {
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s;}
.slider-banner-4__item__btn__text {
  margin-left: 10px;
  line-height: 22px;
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;}
.slider-banner-4__item__btn__text span { font-family: "Ubuntu-500", sans-serif;}
.slider-banner-4 .modal-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;}
.slider-banner-4 .modal-box iframe {
  position: absolute;
  width: 90%;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);}
.slider-banner-4 .modal-close {
  top: 4px !important;
  right: 15px !important;
  z-index: 2;
  background-color: #ffffff;
  color: #999999;}
.preview-video-3 {
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.9);}
.preview-video-3__area {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;}
.preview-video-3__area iframe {
  position: absolute;
  width: 100%;
  height: 100%;}
.preview-video-3__close {
  position: absolute;
  height: 100%;
  width: 100%;}
.preview-video-3__btn-close {
  cursor: pointer;
  display: block;
  position: absolute;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  right: -30px;
  top: -30px;}
@media (max-width: 992px) {
  .preview-video-3__area {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .preview-video-3__area {
    height: 50%;
  }
  .preview-video-3__btn-close {
    right: -10px;
    top: -40px;
  }
}

@media (max-width: 576px) {
  .preview-video-3__area {
    height: 40%;
  }
}

.preview-video-4 {
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.9);}
.preview-video-4__area {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;}
.preview-video-4__area iframe {
  position: absolute;
  width: 100%;
  height: 100%;}
.preview-video-4__close {
  position: absolute;
  height: 100%;
  width: 100%;}
.preview-video-4__btn-close {
  cursor: pointer;
  display: block;
  position: absolute;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  right: -30px;
  top: -30px;}
@media (max-width: 992px) {
  .preview-video-4__area {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .preview-video-4__area {
    height: 50%;
  }
  .preview-video-4__btn-close {
    right: -10px;
    top: -40px;
  }
}

@media (max-width: 576px) {
  .preview-video-4__area {
    height: 40%;
  }
}

.travel-review__tittle {
  margin: 100px 0 65px;}
@media (max-width: 992px) {
  .travel-review__tittle {
    margin: 60px 0;
  }
}

@media (max-width: 550px) {
  .travel-review__tittle {
    margin: 50px 0 30px;
  }
}

.travel-review__sub-tittle { font-family: Lato-regular;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  margin-top: 25px;
  display: inline-block;
  width: 270px;}
@media (max-width: 475px) {
  .travel-review__sub-tittle {
    width: 100%;
  }
}

.travel-review__sub-tittle {
  width: 270px;
  margin: 17px 0 0;
  font-family: Lato-regular;
  font-size: 13px;
  color: #999999;
  font-weight: normal;}
#travel-review {
  position: relative;}
#travel-review .worldBrg {
  top: -43%;
  left: 30%;
  width: 70%;
  z-index: -1;}
#travel-review-area .slick-slide {
  padding: 0 15px;}
#travel-review-area .review-arrow-left {
  left: -5px;
  cursor: pointer;
  transition: all .5s;
  z-index: 1;
  font-size: 18px;
  background-color: #ffc600;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #ffffff;
  border-radius: 35px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  opacity: 0.5;
  transform: translate(0, -50%);}
#travel-review-area .review-arrow-left:hover {
  opacity: 1.0;}
#travel-review-area .review-arrow-right {
  right: -5px;
  cursor: pointer;
  transition: all .5s;
  z-index: 1;
  font-size: 18px;
  background-color: #ffc600;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #ffffff;
  border-radius: 35px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  opacity: 0.5;
  transform: translate(0, -50%);}
#travel-review-area .review-arrow-right:hover {
  opacity: 1.0;}
.travel-review {
  margin: 60px 0;
  padding: 0 50px 40px;
  display: inline-flex !important;
  flex-direction: column;
  text-align: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 5px;
  -ms-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15);}
.travel-review__avatar img {
  margin: -50% 0 18px;}
.travel-review__name {
  text-transform: uppercase;
  text-shadow: 0px 1px #a3a3a3;
  font-family: Lato-regular;
  font-size: 17px;
  color: black;
  font-weight: normal;}
.travel-review__career {
  margin: 5px 0;
  text-shadow: 1px 1px #e8e8e8;
  font-family: Lato-regular;
  font-size: 15px;
  color: #999999;
  font-weight: normal;}
.travel-review__rating::before { content: "\f005  \f005  \f005  \f005  \f005";
  font-family: "FontAwesome";
  color: #ffc600;}
.travel-review__rating--4-star::before { content: "\f005  \f005  \f005  \f005  \f006";
  font-family: "FontAwesome";
  color: #ffc600;}
.travel-review__content {
  margin: 20px 0 0;
  font-family: Lato-regular;
  font-size: 18px;
  color: #666666;
  font-weight: normal;}
.partner {
  margin: 30px 0 90px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;}
.partner img {
  transition: all .5s;
  -webkit-filter: saturate(0.1);
  filter: saturate(0.01);
  opacity: 0.33;}
.partner img:hover {
  -webkit-filter: saturate(1);
  filter: saturate(1);
  opacity: 1;}
.travel-review-2 {
  position: relative;
  padding: 65px 0;
  text-align: center;}
.travel-review-2__item {
  padding: 65px 30px 65px 60px;}
.travel-review-2__item img {
  display: inline-block;}
.travel-review-2__item h3 { font-family: "Birdrocker";
  font-size: 25px;
  color: black;
  font-weight: normal;}
.travel-review-2__item h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Lato-regular;
  font-size: 25px;
  color: black;
  font-weight: normal;}
.travel-review-2__item p {
  color: #666666;}
.travel-review-2__video {
  height: 450px;}
.travel-review-2__video iframe {
  width: 100%;
  height: 100%;
  background-color: #000000;}
.travel-review-2__timesheet {
  color: #999999;
  margin: 0px 0 20px;}
.travel-review-2__timesheet i {
  margin-right: 10px;}
.travel-review-2__timesheet img {
  margin: 0 10px 0 30px;}
.travel-review-2__view-btn {
  transition: all 0.3s;
  text-transform: uppercase;
  color: #3fced3 !important;}
.travel-review-2__view-btn img {
  margin-left: 8px;}
.travel-review-2__view-btn:hover { font-family: Lato-700;}
.travel-review-2__blur-brg {
  position: absolute;
  width: 76%;
  height: 100%;
  top: 0px;
  left: 0;
  background-color: #f9f9f9;}
.travel-review-2-slider {
  margin-top: 110px;}
.testi-arrow-2-right {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 50px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  z-index: 1;
  right: -25px;}
.testi-arrow-2-right img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: contrast(5%);
          filter: contrast(5%);
  transition: all 0.5s;}
.testi-arrow-2-right:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-filter: contrast(100%);
          filter: contrast(100%);}
.testi-arrow-2-left {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 50px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  z-index: 1;
  left: -25px;}
.testi-arrow-2-left img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: contrast(5%);
          filter: contrast(5%);
  transition: all 0.5s;}
.testi-arrow-2-left:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-filter: contrast(100%);
          filter: contrast(100%);}
@media (max-width: 576px) {
  .testi-arrow-2-left {
    left: 5px;
  }
  .testi-arrow-2-right {
    right: 5px;
  }
}

.travel-review-3__tittle {
  text-align: center;
  margin: 90px 0 65px;}
.travel-review-3__tittle p, .travel-review-3__tittle .section-tittle__line-under {
  left: 50%;
  transform: translate(-50%, 0);}
@media (max-width: 992px) {
  .travel-review-3__tittle {
    margin: 60px 0;
  }
}

@media (max-width: 550px) {
  .travel-review-3__tittle {
    margin: 50px 0 30px;
  }
}

.travel-review-3__sub-tittle { font-family: Lato-regular;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  margin-top: 25px;
  display: inline-block;
  width: 370px;}
@media (max-width: 475px) {
  .travel-review-3__sub-tittle {
    width: 100%;
  }
}

.travel-review-3__expert {
  margin-bottom: 110px;
  text-align: center;}
.travel-review-3__expert-thumb {
  position: relative;
  overflow: hidden;}
.travel-review-3__expert-thumb img {
  vertical-align: middle;
  transition: all 0.5s;}
.travel-review-3__expert-thumb:hover img {
  filter: brightness(40%);
  -webkit-filter: brightness(40%);}
.travel-review-3__expert-thumb:hover .travel-review-3__expert-thumb__info {
  margin-top: -120px;}
.travel-review-3__expert-thumb__info {
  transition: all 0.5s;
  position: absolute;
  width: 100%;}
.travel-review-3__expert-thumb__info__name {
  color: #ffffff !important;}
.travel-review-3__expert-thumb__info__name h5 { font-family: Lato-700;
  margin: 0;}
.travel-review-3__expert-thumb__info__name span {
  text-transform: uppercase;}
.travel-review-3__expert-thumb__info__social {
  margin-top: 10px;}
.travel-review-3__expert-thumb__info__social img {
  -webkit-filter: brightness(0) invert(1) !important;
  filter: brightness(0) invert(1) !important;
  margin: 0px 12px;}
.travel-tip-1__tittle {
  margin: 100px 0 65px;}
@media (max-width: 992px) {
  .travel-tip-1__tittle {
    margin: 60px 0;
  }
}

@media (max-width: 550px) {
  .travel-tip-1__tittle {
    margin: 50px 0 30px;
  }
}

.travel-tip-1__sub-tittle { font-family: Lato-regular;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  margin-top: 25px;
  display: inline-block;
  width: 270px;}
@media (max-width: 475px) {
  .travel-tip-1__sub-tittle {
    width: 100%;
  }
}

.travel-tip-1 {
  position: relative;
  margin-bottom: 110px;
  padding-bottom: 50px;}
.travel-tip-1__btn {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  width: 35px;
  height: 35px;
  display: block;
  background-color: #ffc600;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  font-family: Lato-700;
  font-size: 17px;
  color: #ffffff;
  font-weight: normal;}
.travel-tip-1__btn:hover::before {
  color: #ffffff;
  background-color: #3fced3;}
.travel-tip-1__btn::before {
  transition: all 0.5s ease;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
  content: "x";
  font-family: Lato-regular;
  line-height: 30px;
  font-size: 25px;
  color: transparent;
  background-color: transparent;
  width: 100%;
  height: 100%;}
.travel-tip-1__btn--location1 {
  bottom: 33%;
  left: 23%;}
.travel-tip-1__btn--location2 {
  top: 23%;
  left: 32%;}
.travel-tip-1__btn--location3 {
  top: 10%;
  right: 28%;}
.travel-tip-1__btn--location4 {
  bottom: 33%;
  left: 56%;}
.travel-tip-1__btn--location5 {
  bottom: 30%;
  right: 13%;}
.travel-tip-1__tip {
  color: black !important;
  transition: unset;
  display: none;
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 30px 25px;
  text-align: left;
  z-index: 1;
  width: 370px;
  border-radius: 5px;
  border: 3px solid #3fced3;
  background-color: #ffffff;}
.travel-tip-1__tip--location1 {
  top: 82%;
  left: 6%;}
.travel-tip-1__tip--location2 {
  top: 30%;
  left: 15%;}
.travel-tip-1__tip--location3 {
  top: 35%;
  left: 70%;}
.travel-tip-1__tip--location4 {
  top: 87%;
  left: 55%;}
.travel-tip-1__tip--location5 {
  top: 89%;
  left: 95%;}
.travel-tip-1__tip h3 { font-size: 20px;
  font-family: Lato-900;
  margin-bottom: 10px;}
.travel-tip-1__tip span {
  margin-right: 20px;
  font-size: 13px;
  color: #999999;}
.travel-tip-1__tip span i {
  margin-right: 5px;}
.travel-tip-1__tip p {
  color: #666666;
  margin: 20px 0 0 0;}
.travel-tip-1 .btns-display::before {
  color: #ffffff;
  background-color: #3fced3;}
.travel-tip-2__tittle {
  text-align: center;
  margin: 90px 0 65px;}
.travel-tip-2__tittle p, .travel-tip-2__tittle .section-tittle__line-under {
  left: 50%;
  transform: translate(-50%, 0);}
@media (max-width: 992px) {
  .travel-tip-2__tittle {
    margin: 60px 0;
  }
}

@media (max-width: 550px) {
  .travel-tip-2__tittle {
    margin: 50px 0 30px;
  }
}

.travel-tip-2__sub-tittle { font-family: Lato-regular;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  margin-top: 25px;
  display: inline-block;
  width: 370px;}
@media (max-width: 475px) {
  .travel-tip-2__sub-tittle {
    width: 100%;
  }
}

.travel-tip-2__item {
  display: flex !important;
  position: relative;
  height: 500px;
  align-items: center;
  flex-direction: row-reverse;}
.travel-tip-2__item > div {
  padding-right: 0;}
.travel-tip-2__item .travel-tip-2__thumb {
  position: absolute;
  left: 0;}
.travel-tip-2__item__info {
  display: block;
  padding: 80px 70px 90px 100px;
  text-align: right;
  border: 8px solid #ffc600;}
.travel-tip-2__item__info h3 { font-family: Lato-900;
  font-size: 23px;
  color: black;
  font-weight: normal;
  margin-bottom: 10px;}
.travel-tip-2__item__info span {
  color: #bebebe;
  margin-left: 20px;}
.travel-tip-2__item__info span i {
  margin-right: 5px;}
.travel-tip-2__item__info p {
  color: #666666;
  margin: 20px 0 0 0;}
.travel-tip-2 {
  padding-bottom: 110px;}
.travel-tip-2 .slick-dots {
  top: unset;
  bottom: 18%;
  right: 70px;}
.travel-tip-2 .slick-dots li {
  margin: 0;}
.travel-tip-2 .slick-dots .slick-active button::before {
  width: 12px !important;}
.instagram {
  display: flex;}
.instagram__item {
  display: block;
  position: relative;}
.instagram__item::before {
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: transparent;
  position: absolute;
  content: "\f16d";
  font-family: 'Font Awesome 5 Brands';
  font-size: 35px;}
.instagram__item:hover::before {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);}
.instagram img {
  width: 100%;
  height: 100%;}
.instagram__tittle {
  display: none;}
.aboutus-world-brg {
  background-image: url("../images/abloutus/world.jpg");
  background-position: center;
  background-size: cover;
  height: 755px;
  padding-top: 73px;}
.aboutus-world-brg .travel-review__sub-tittle {
  margin-bottom: 60px;}
.aboutus-status .page-figure {
  border-bottom: unset;}
.travel-review-4 .review-arrow-left {
  left: -5px;
  cursor: pointer;
  transition: all .5s;
  z-index: 1;
  font-size: 18px;
  background-color: #ffc600;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #ffffff;
  border-radius: 35px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  opacity: 0.5;
  transform: translate(0, -50%);}
.travel-review-4 .review-arrow-left:hover {
  opacity: 1.0;}
.travel-review-4 .review-arrow-right {
  right: -5px;
  cursor: pointer;
  transition: all .5s;
  z-index: 1;
  font-size: 18px;
  background-color: #ffc600;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #ffffff;
  border-radius: 35px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  opacity: 0.5;
  transform: translate(0, -50%);}
.travel-review-4 .review-arrow-right:hover {
  opacity: 1.0;}
.travel-review-4 .slick-dots {
  top: 94%;}
.travel-review-4 .slick-dots li {
  width: 10px;}
.travel-review-4 .slick-dots li button {
  border: 1px solid #ffc600;
  width: 12px;
  height: 12px;
  border-radius: 12px;}
.travel-review-4 .slick-dots li button::before {
  display: none;}
.travel-review-4 .slick-dots .slick-active {
  width: 26px;}
.travel-review-4 .slick-dots .slick-active button {
  background-color: #ffc600;
  width: 26px;}
.travel-review-4 .slick-slide {
  padding: 0 15px;}
@media (min-width: 1200px) {
  .travel-review-4-area {
    max-width: 1230px;
  }
  .travel-review-4 .slick-slide {
    padding: 0 30px;
  }
}

.our-team {
  padding-top: 73px;}
.our-team .travel-review__sub-tittle {
  margin-bottom: 60px;}
.our-team .our-member {
  overflow: hidden;
  position: relative;}
.our-team .our-member:hover .our-member__info {
  margin-top: -120px;}
.our-team .our-member__thumb {
  width: 100%;
  vertical-align: middle;}
.our-team .our-member__info {
  transition: all 0.5s;
  position: absolute;
  height: 120px;
  background-color: #ffffff;
  width: 100%;
  padding: 15px 0 10px;
  text-align: center;}
.our-team .our-member__info h5 { font-family: Lato-700;
  margin: 0;}
.our-team .our-member__info span {
  color: #666666;
  text-transform: uppercase;}
.our-team .our-member__info__social img {
  margin: 12px;}
.gallery .slick-dots {
  z-index: 1;
  width: 370px;
  bottom: 0;}
.gallery .slick-dots li {
  height: 5px;
  margin: 0;}
.gallery .slick-dots li button {
  transition: all .5s;
  width: 100%;
  padding: 0;
  height: 2px;
  background-color: #3fced3;}
.gallery .slick-dots li button::before {
  display: none;}
.gallery .slick-dots .slick-active ~ li button {
  background-color: #ebebeb;}
.gallery-control {
  box-shadow: 4px 16px 30px 11px rgba(0, 0, 0, 0.08);
  height: 150px;
  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
  padding: 0 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -75px;}
.gallery-control span { font-family: Lato-900;
  font-size: 22px;
  color: black;
  font-weight: normal;}
.gallery-control__left {
  display: flex;
  align-items: center;}
.gallery-control__arrow {
  margin-left: 105px;
  width: 65px;
  display: inline-flex;
  justify-content: space-between;}
.gallery-control__arrow span {
  cursor: pointer;
  color: #cccccc;
  font-size: 30px;}
.gallery-control__arrow span:hover {
  color: #ffc600;}
.gallery-control__counter {
  display: inline-block;}
.gallery-control__counter span { font-family: Lato-700;
  font-size: 22px;
  color: #cccccc;
  font-weight: normal;}
.gallery-control__counter .gallery-control__counter--current {
  color: black;}
.gallery-control__counter--cross {
  margin: 0 7px;}
.gallery__syncing {
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.8);}
.gallery__syncing__close {
  position: absolute;
  width: 100%;
  height: 100%;}
.gallery__syncing__area {
  position: relative;
  width: 70%;}
.gallery__syncing__btn-close {
  cursor: pointer;
  display: block;
  position: absolute;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  right: -30px;
  top: -30px;}
.gallery__syncing__single .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  font-size: 50px;
  color: #ffffff;}
.gallery__syncing__single .slick-arrow::before {
  cursor: pointer;}
.gallery__syncing__single .fa-angle-left {
  left: -30px;}
.gallery__syncing__single .fa-angle-right {
  right: -30px;}
.gallery__syncing__nav .slick-prev {
  z-index: 1;}
.gallery__syncing__nav .slick-slide {
  cursor: pointer;
  margin: 5px;}
.gallery__syncing__nav .is-active img {
  -webkit-filter: brightness(40%);
          filter: brightness(40%);}
.gallery__syncing .gallery-open {
  visibility: hidden;}
.gallery-syncing-item {
  margin-top: 25px;}
.gallery-syncing-item__single .slick-arrow {
  width: 20px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  font-size: 30px;}
.gallery-syncing-item__single .slick-arrow::before {
  color: #b3b3b3;}
.gallery-syncing-item__single .fa-angle-left {
  left: 30px;}
.gallery-syncing-item__single .fa-angle-right {
  right: 30px;}
.gallery-syncing-item__nav__item img {
  margin: 0 auto;
  width: 95%;}
.gallery-syncing-item__nav .is-active img {
  -webkit-filter: brightness(40%);
          filter: brightness(40%);}
@media (min-width: 1200px) {
  .gallery-syncing-item__nav__item img {
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.galery-h2 {
  display: none;}
.tour-item-banner {
  height: 500px;
  width: 100%;
  display: flex;
  align-items: flex-end;}
.tour-item-banner__btn-area {
  display: flex;
  justify-content: flex-end;}
.tour-item-banner__btn {
  cursor: pointer;
  margin: 0 0 45px 15px;
  height: 45px;
  display: inline-flex;
  border-radius: 4px;
  width: 160px;
  color: black;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  color: black;
  transition: all 0.5s;}
.tour-item-banner__btn img {
  margin-right: 5px;
  transition: all 0.5s;}
.tour-item-banner__btn:hover {
  background-color: #ffc600;
  color: #ffffff;}
.tour-item-banner__btn:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);}
.tour-item-banner__hiden-tittle {
  display: none;}
.page-banner, .destination-item-banner {
  display: flex;
  align-items: center;
  height: 200px;
  width: 100%;
  background-position: center;
  background-size: cover;}
.page-banner h1, .destination-item-banner h1 {
  margin: 0;
  font-family: "Ubuntu-500", sans-serif;
  font-size: 40px;
  color: #ffffff;
  font-weight: normal;}
.page-banner p, .destination-item-banner p {
  color: #ffffff;
  margin: 0;}
.page-banner p span, .destination-item-banner p span {
  margin: 0 5px;
  color: #ffffff;}
.page-banner p span:last-child, .destination-item-banner p span:last-child {
  color: #3fced3;
  margin: 0;}
.tour-item-banner-2 {
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;}
.tour-item-banner-2 h4 {
  text-transform: uppercase;
  margin: 0;
  font-family: Lato-regular;
  font-size: 15px;
  color: #666666;
  font-weight: normal;}
.tour-item-banner-2 span {
  color: #3fced3;}
.destination-item-banner {
  background-position: center;
  background-size: cover;}
.left-sidebar {
  width: 100%;
  padding-right: 30px;}
.left-sidebar__item {
  margin-bottom: 30px;}
.left-sidebar h3 {
  text-transform: uppercase;
  background-color: #3fced3;
  display: block;
  height: 50px;
  width: 100%;
  margin: 0;
  text-align: center;
  line-height: 50px;
  font-family: Lato-700;
  font-size: 17px;
  color: #ffffff;
  font-weight: normal;}
.left-sidebar .left-sidebar-form {
  padding: 0 27px 20px;
  background-color: #f7f7f7;}
.left-sidebar .left-sidebar-form__submit {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #ffc600;
  color: black;
  margin-top: 50px;
  border-radius: 4px;}
.left-sidebar label {
  padding: 25px 0 7px;
  margin: 0;
  font-family: Lato-700;}
.left-sidebar .form__item {
  height: 40px;
  width: 100%;}
.left-sidebar .form__item--datepicker {
  width: 100%;}
.left-sidebar .form__item--datepicker input {
  background-color: #f7f7f7;
  width: 100%;}
.left-sidebar .select-items li, .left-sidebar .select-selected {
  line-height: 40px;}
.left-sidebar .custom-select {
  width: 100%;}
.left-sidebar .select-items {
  width: calc(100% + 2px);}
.left-sidebar__price-range {
  /* Styling;
        */
  /* Handles and cursors;
        */
}

.left-sidebar__price-range__value {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;}
.left-sidebar__price-range__value span { font-size: 11px;
  height: 18px;
  width: 35px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  background-color: #3fced3;
  color: #ffffff;}
.left-sidebar__price-range .noUi-target {
  position: relative;
  direction: ltr;}
.left-sidebar__price-range .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.left-sidebar__price-range .noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;}
.left-sidebar__price-range .noUi-handle {
  position: relative;
  z-index: 1;}
.left-sidebar__price-range .noUi-stacking .noUi-handle {
  z-index: 10;}
.left-sidebar__price-range .noUi-state-tap .noUi-origin {
  transition: left 0.3s,top .3s;}
.left-sidebar__price-range .noUi-state-drag * {
  cursor: inherit !important;}
.left-sidebar__price-range .noUi-horizontal {
  height: 5px;
  border-radius: 5px;}
.left-sidebar__price-range .noUi-horizontal .noUi-handle {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: -7px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #3fced3;}
.left-sidebar__price-range .noUi-background {
  background: #e6e6e6;}
.left-sidebar__price-range .noUi-connect {
  background: #3fced3;}
.left-sidebar__price-range .noUi-origin {
  border-radius: 5px;}
.left-sidebar__price-range .noUi-target {
  border-radius: 5px;}
.left-sidebar__price-range .noUi-draggable {
  cursor: w-resize;}
.left-sidebar__price-range .noUi-vertical .noUi-draggable {
  cursor: n-resize;}
.left-sidebar__price-range .noUi-handle {
  cursor: default;
  box-sizing: content-box !important;}
.left-sidebar .star-rating__field {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  height: 17px;
  width: 100px;
  cursor: pointer;}
.left-sidebar .star-rating__field:hover .star-rating__box {
  border: 1px solid #3fced3;}
.left-sidebar .star-rating__field:hover input {
  z-index: 2;}
.left-sidebar .star-rating__field:hover .choices-content {
  color: #3fced3;}
.left-sidebar .star-rating input, .left-sidebar .duration input, .left-sidebar .activity-type input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 20px;
  width: 100px;}
.left-sidebar .star-rating input:checked ~ .star-rating__box, .left-sidebar .duration input:checked ~ .star-rating__box, .left-sidebar .activity-type input:checked ~ .star-rating__box {
  border: 1px solid #3fced3;}
.left-sidebar .star-rating input:checked ~ .star-rating__box::after, .left-sidebar .duration input:checked ~ .star-rating__box::after, .left-sidebar .activity-type input:checked ~ .star-rating__box::after {
  visibility: visible;}
.left-sidebar .star-rating input:checked ~ .choices-content, .left-sidebar .duration input:checked ~ .choices-content, .left-sidebar .activity-type input:checked ~ .choices-content {
  color: #3fced3;}
.left-sidebar .star-rating__box {
  transition: all 0.5s ease;
  width: 17px;
  height: 17px;
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 3px;}
.left-sidebar .star-rating__box::after { content: "\f00c";
  font-family: 'Font Awesome 5 Free Solid';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 17px;
  text-align: center;
  color: #3fced3;
  font-size: 12px;
  visibility: hidden;}
.left-sidebar .star-rating__5-stars::after, .left-sidebar .star-rating__4-stars::after, .left-sidebar .star-rating__3-stars::after, .left-sidebar .star-rating__2-stars::after, .left-sidebar .star-rating__1-stars::after {
  top: 1px;
  margin-left: 10px;
  height: 17px;
  position: absolute;
  content: "\f005  \f005  \f005  \f005  \f005";
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: 400 !important;
  color: #3fced3;}
.left-sidebar .star-rating__4-stars::after { content: "\f005  \f005  \f005  \f005  \f006";}
.left-sidebar .star-rating__3-stars::after { content: "\f005  \f005  \f005  \f006  \f006";}
.left-sidebar .star-rating__2-stars::after { content: "\f005  \f005  \f006  \f006  \f006";}
.left-sidebar .star-rating__1-stars::after { content: "\f005  \f006  \f006  \f006  \f006";}
.left-sidebar .duration .choices-content, .left-sidebar .activity-type .choices-content {
  transition: all 0.5s;
  font-family: Lato-700;
  color: #666666;
  font-size: 13px;
  position: absolute;
  width: 100%;
  margin-left: 10px;}
.left-sidebar .duration__arrow-down {
  margin-bottom: -10px;
  margin-top: 15px;
  color: #3fced3;}
.left-sidebar .duration__arrow-down::after { content: "\f107";
  font-family: "FontAwesome";
  margin-left: 10px;}
.left-sidebar .activity-type .duration__arrow-down {
  margin-bottom: 5px;}
.right-sidebar {
  padding-top: 65px;}
.right-sidebar__item h3 {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  margin: 0;
  background-color: #3fced3;
  font-family: Lato-900;
  font-size: 25px;
  color: #ffffff;
  font-weight: normal;}
.right-sidebar__item h3 span { font-family: Lato-regular;
  font-size: 17px;}
.right-sidebar__item h3 span:empty {
  display: none;}
.right-sidebar__item h3 span:nth-child(1) {
  margin-right: 23px;}
.right-sidebar__item h3 span:nth-child(2) {
  color: #ebebeb;
  text-decoration: line-through;
  margin-right: 9px;}
.right-sidebar__item__form {
  background-color: #f7f7f7;
  padding: 5px 30px 50px;}
.right-sidebar__item__form label {
  padding: 20px 0 7px;
  margin: 0;
  font-family: Lato-700;}
.right-sidebar__item__form input {
  background-color: #f7f7f7;
  height: 40px;
  color: #999999;}
.right-sidebar__item__form--date {
  position: relative;}
.right-sidebar__item__form--date span {
  position: absolute;
  right: 20px;
  top: 12px;
  color: #b3b3b3;}
.right-sidebar__item__form textarea {
  height: 150px;
  background-color: #f7f7f7;}
.right-sidebar__item__form input[type="submit"] {
  cursor: pointer;
  width: 100%;
  height: 40px;
  border: none;
  background-color: #ffc600;
  color: black;
  margin-top: 25px;
  border-radius: 4px;}
.right-sidebar__item__form input[type="submit"]:hover {
  color: #ffffff;}
.right-sidebar__item__contact {
  margin-top: 30px;
  height: 300px;
  width: 100%;
  padding: 32px 42px;
  background-image: url("../images/sidebar/sidebar-contact-brg.jpg");
  background-position: center;
  background-size: cover;}
.right-sidebar__item__contact h5 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: Lato-700;
  font-size: 17px;
  color: #ffffff;
  font-weight: normal;}
.right-sidebar__item__contact p {
  margin-bottom: 20px;
  font-size: 13px;
  font-family: Lato-700;
  color: rgba(255, 255, 255, 0.5);}
.right-sidebar__item__contact a {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #ffffff;}
.right-sidebar__item__contact a .contact-phone { font-family: Lato-700;}
.right-sidebar__item__contact a img {
  margin-right: 15px;}
.destination-sidebar {
  padding: 65px 0 50px 30px;}
.destination-sidebar__searchbox {
  margin-bottom: 40px;
  position: relative;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  overflow: hidden;}
.destination-sidebar__searchbox input {
  height: 100%;
  width: 100%;
  color: #808080;
  font-family: Lato-700;}
.destination-sidebar__searchbox input:focus {
  border-color: #3fced3;}
.destination-sidebar__searchbox__icon {
  height: 100%;
  top: 0;
  right: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  width: 50px;
  background-color: #3fced3;}
.destination-sidebar__searchbox__icon img {
  vertical-align: middle;}
.destination-sidebar__widget h3, .blog-sidebar__widget h3 {
  display: block;
  text-transform: uppercase;
  margin: 30px 0 15px;
  font-family: Lato-900;
  font-size: 17px;}
.destination-sidebar__widget p, .blog-sidebar__widget p {
  margin-top: 5px;
  color: #666666;
  margin-bottom: 0px;}
.destination-sidebar__widget__instagram {
  margin-top: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;}
.destination-sidebar__widget__instagram__item {
  border-radius: 5px;
  overflow: hidden;
  width: 74px;
  height: 74px;
  margin-top: 10px;}
.destination-sidebar__widget__tags a {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  color: #666666;
  margin: 0 7px 7px 0;
  transition: all 0.5s;}
.destination-sidebar__widget__tags a:active {
  padding: 0 15px;
  background-color: #ffc600;
  color: black;}
.blog-sidebar {
  margin-top: 65px;}
.blog-sidebar .sidebar-category ul {
  margin: 0;}
.blog-sidebar .sidebar-category ul li {
  list-style-type: none;}
.blog-sidebar .sidebar-category ul li a {
  display: flex;
  justify-content: space-between;
  color: #999999;}
.blog-sidebar .sidebar-category ul li a:hover {
  color: #3fced3;}
.blog-sidebar .recent-post__item {
  margin-bottom: 5px;
  display: flex;
  align-items: center;}
.blog-sidebar .recent-post__item img {
  width: 85px;
  height: 85px;
  border-radius: 5px;}
.blog-sidebar .recent-post__item__info {
  padding: 15px 0 15px 15px;}
.blog-sidebar .recent-post__item h5 {
  margin: 0 0 3px 0;
  font-family: Lato-700;
  font-size: 15px;
  color: black;
  font-weight: normal;}
.blog-sidebar .recent-post__item span {
  color: #999999;}
.wander-pagination__pagination {
  display: flex;
  justify-content: center;}
.wander-pagination__pagination__paging {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  margin: 0 4px;
  color: #999999;}
.wander-pagination__pagination .current {
  background-color: #3fced3;
  color: #ffffff;}
.blog-list {
  padding: 65px 30px 100px 0;}
.blog-list__thumbnail {
  overflow: hidden;}
.blog-list__thumbnail img {
  vertical-align: middle;
  transition: all 0.5s;}
.blog-list__info {
  padding: 30px;}
.blog-list__item {
  display: block;
  margin-bottom: 50px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e6e6e6;}
.blog-list__item:hover {
  border: 1px solid transparent;
  -ms-box-shadow: -1px 19px 34px -10px rgba(0, 0, 0, 0.18);
  box-shadow: -1px 19px 34px -10px rgba(0, 0, 0, 0.18);
  -o-box-shadow: -1px 19px 34px -10px rgba(0, 0, 0, 0.18);}
.blog-list__item:hover img {
  transform: scale(1.1);}
.blog-list__item h3 { font-family: Lato-700;
  font-size: 23px;
  color: black;
  font-weight: normal;
  margin-bottom: 15px;}
.blog-list__item span {
  color: #999999;
  margin-right: 20px;}
.blog-list__item span i {
  margin-right: 3px;}
.blog-list__item p {
  color: #666666;
  margin: 20px 0 0;}
.blog-grid-layout {
  padding: 65px 0 100px;}
.blog-grid-layout__item {
  display: block;
  margin-bottom: 45px;}
.blog-grid-layout__item img {
  height: 100%;
  width: 100%;
  transition: all 0.5s;}
.blog-grid-layout__item:hover img {
  transform: scale(1.1);}
.blog-grid-layout__item__thumb {
  height: 250px;
  overflow: hidden;
  border-radius: 5px;}
.blog-grid-layout__item__info__time {
  margin: 13px 0;}
.blog-grid-layout__item h3 { font-family: Lato-700;
  font-size: 20px;
  color: black;
  font-weight: normal;
  margin-bottom: 10px;}
.blog-grid-layout__item span { font-size: 13px;
  color: #999999;
  margin-right: 20px;}
.blog-grid-layout__item span i {
  margin-right: 3px;}
.blog-grid-layout__item p {
  color: #666666;
  margin: 0;}
.blog-grid-layout__load-more {
  margin-top: 10px;
  text-align: center;}
.blog-grid-layout__load-more a { font-family: Lato-700;
  line-height: 45px;
  text-transform: uppercase;
  color: black;
  display: inline-block;
  background-color: #ffc600;
  border-radius: 5px;
  width: 130px;
  height: 45px;}
.blog-single-aside { padding: 65px 30px 100px 0;}
.blog-single-aside2 { padding: 10px 30px 100px 0;}
.blog-single-aside__thumbnail img {
  vertical-align: middle;
  border-radius: 5px;}
.blog-single-aside__time {
  margin: 15px 0 27px;}
.blog-single-aside__time span {
  color: #999999;
  margin-right: 20px;}
.blog-single-aside__time span i {
  margin-right: 3px;}
.blog-single-aside__content__img {
  padding: 45px 0 37px;}
.blog-single-aside__content__img img {
  vertical-align: middle;}
.blog-single-aside__content h3 { font-family: Lato-700;
  font-size: 23px;
  color: black;
  font-weight: normal;
  margin-bottom: 20px;}
.blog-single-aside__content p {
  color: #666666;
  margin: 7px 0 0 0;}
.blog-single-aside__tag {
  padding: 40px 0 43px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;}
.blog-single-aside__tag__item {
  display: flex;
  align-items: center;}
.blog-single-aside__tag__item span {
  margin-right: 7px;
  color: black;}
.blog-single-aside__tag__item p {
  cursor: pointer;
  margin: 0;
  color: #999999;}
.blog-single-aside__tag__item a {
  display: inline-flex;
  align-items: center;}
.blog-single-aside__tag__item img {
  margin: 0 7px;}
.related-blog {
  padding: 45px 0 40px 0;}
.related-blog h5 {
  margin-bottom: 30px;
  font-family: Lato-700;}
.related-blog__item {
  display: block;
  padding: 0 15px;}
.related-blog__item__thumb {
  height: 270px;
  overflow: hidden;
  margin-bottom: 20px;}
.related-blog__item__thumb img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;}
.related-blog__item:hover img {
  transform: scale(1.2);}
.related-blog__item p { font-family: Lato-700;
  margin: 0;
  color: black;}
.related-blog__item span {
  color: #999999;}
.page-figure {
  border-bottom: 1px solid #e6e6e6;}
.page-figure__figure {
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;}
.page-figure__figure__text {
  text-align: center;}
.page-figure__figure__text span { font-family: Lato-900;
  font-size: 60px;
  color: #ffc600;
  font-weight: normal;}
.page-figure__figure__text p {
  margin-top: -5px;
  margin-bottom: 10px;
  font-family: Lato-900;
  font-size: 22px;
  color: black;
  font-weight: normal;}
.blog-comment h5 { font-family: Lato-700;
  font-size: 20px;
  margin-bottom: 30px;}
.blog-comment .blog-comment-box {
  padding-bottom: 20px;}
.blog-comment .blog-comment-box__item--reply {
  margin: 20px 0 20px 100px;}
.blog-comment .blog-comment-box__item__avatar {
  float: left;
  width: 70px;
  margin-right: 30px;}
.blog-comment .blog-comment-box__item__avatar img {
  width: 70px;
  height: 70px;}
.blog-comment .blog-comment-box__item__comment {
  margin-left: 100px;}
.blog-comment .blog-comment-box__item__comment span { font-family: Lato-700;}
.blog-comment .blog-comment-box__item__comment span:nth-child(1) {
  text-transform: uppercase;
  margin-right: 25px;}
.blog-comment .blog-comment-box__item__comment span:nth-child(2) {
  color: #999999;
  font-size: 13px;}
.blog-comment .blog-comment-box__item__comment p {
  color: #666666;
  margin: 7px 0 10px;}
.blog-comment .blog-comment-box__item a {
  color: #ffc600;}
.blog-comment .blog-comment-box__item a i {
  margin-right: 5px;}
.tour-infomation__content__comment {
  padding: 50px 0 20px;
  border-bottom: 1px solid #e6e6e6;}
.tour-infomation__content__comment__comment-item {
  margin-bottom: 30px;}
.tour-infomation__content__comment__comment-item div {
  margin-left: 115px;}
.tour-infomation__content__comment__comment-item__avatar {
  float: left;}
.tour-infomation__content__comment__comment-item__timesheet {
  color: #b2b2b2 !important;
  font-size: 13px;
  margin-left: 25px;
  font-family: Lato-700;}
.tour-infomation__content__comment__comment-item p {
  margin-top: 10px;}
.tour-infomation__content__write-comment p {
  margin-bottom: 5px;}
.tour-infomation__content__write-comment textarea {
  height: 200px;}
.tour-infomation__content__write-comment__rating {
  margin-left: 15px;}
.tour-infomation__content__write-comment__rating input[name="rate"] {
  cursor: pointer;
  visibility: hidden;
  position: relative;
  display: inline-block;}
.tour-infomation__content__write-comment__rating input[name="rate"]::before {
  position: absolute;
  content: "\f006";
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400 !important;
  color: #3fced3;
  bottom: -5px;
  left: 0;
  visibility: visible;}
.tour-infomation__content__write-comment__rating input[name="rate"]::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "\f005";
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400 !important;
  color: #3fced3;}
.tour-infomation__content__write-comment__rating input[name="rate"]:checked ~ input::after {
  visibility: hidden;}
.tour-infomation__content__write-comment__rating .visible::after {
  visibility: visible;}
.tour-infomation__content__write-comment form div {
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 20px;}
.tour-infomation__content__write-comment form input[type="submit"] {
  cursor: pointer;
  width: 100px;
  background-color: #ffc600;
  border: none;
  border-radius: 4px;
  height: 45px;
  margin-top: 20px;}
.aboutus-descript {
  padding: 60px 0 35px;}
.aboutus-descript h3 {
  margin-bottom: 47px;
  position: relative;
  font-family: Lato-700;
  font-size: 40px;
  color: black;
  font-weight: normal;}
.aboutus-descript h3:before { content: "";
  position: absolute;
  width: 150px;
  height: 5px;
  background-color: #3fced3;
  bottom: -18px;}
.aboutus-descript p {
  color: #666666;
  margin: 0;}
.aboutus-descript__img {
  padding: 45px 0;
  display: flex;
  justify-content: space-between;}
.aboutus-descript__img img:nth-child(1), .aboutus-descript__img img:nth-child(3) {
  width: 26.823%;}
.aboutus-descript__img img:nth-child(2) {
  width: 43.23%;}
.aboutus-descript__text--left {
  padding-right: 100px;}
.aboutus-descript__text--right {
  padding-left: 100px;}
.aboutus-descript__text__img {
  height: 68px;}
.aboutus-descript__text h5 {
  margin: 35px 0 17px;
  font-family: Lato-700;}
.contact-infomation {
  padding: 65px 0 90px;}
.contact-infomation__item {
  margin-bottom: 50px;}
.contact-infomation h5 { font-size: 30px;
  margin-bottom: 25px;}
.contact-infomation__form label {
  margin: 20px 0 5px;}
.contact-infomation__form input[type='submit'] {
  margin-top: 25px;}
.contact-infomation__form textarea {
  height: 200px;}
.contact-infomation__info p {
  color: #666666;}
.contact-infomation__info__address {
  border-bottom: 1px solid #e6e6e6;}
.contact-infomation__info__address-item {
  border-top: 1px solid #e6e6e6;
  height: 45px;
  display: flex;
  align-items: center;}
.contact-infomation__info__address-item img {
  margin: 0 15px;}
.contact-infomation__working-time {
  margin-top: 45px;}
.contact-infomation__working-time p { font-size: 18px;
  color: #3fced3;
  margin: 0;}
.contact-infomation__map {
  margin-top: 40px;
  position: relative;
  height: 550px;}
.contact-infomation__map iframe {
  width: 100%;
  height: 100%;}
.contact-infomation__map .fa-map-marker-alt {
  position: absolute;
  font-size: 40px;
  color: #ffc600;
  top: 60%;
  right: 30%;
  transform: translate(-50%, -50%);}
.scroll-top {
  opacity: 0.5;
  position: fixed;
  bottom: -40px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #ffc600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;}
.scroll-top:hover {
  opacity: 1;
  box-shadow: -2px 2px 23px -6px black;}
.scroll-top i {
  color: #ffffff;
  font-size: 35px;
  margin-bottom: 3px;}
.scroll-top__showing {
  z-index: 2;
  bottom: 40px;}
.marked1 {
  background-color: #ffc600;
  color: black !important;}
.marked2 { font-family: Lato-900 !important;
  color: #ffc600 !important;
  border-bottom: 2px solid #ffc600 !important;}
.erro-page { z-index: -1; height: 100%; width: 100%; position: absolute; background-position: center; background-size: cover;}
.erro-page .header-content2__logo__sitename img { -webkit-filter: brightness(1) invert(0) !important; filter: brightness(1) invert(0) !important;}
.erro-page .header-content2__hamburger span, .erro-page .header-content3__hamburger span { background-color: #ffffff;}
.erro-page .header-2-nav ul { color: #ffffff;}
.erro-page .header-2-nav ul .sub-menu { color: black;}
.erro-page .header-2-nav ul a { color: inherit !important;}
.erro-page .header-2-nav ul a:hover { color: #ffc600 !important;}
.erro-page .header-content2__call img { -webkit-filter: brightness(0) invert(1) !important; filter: brightness(0) invert(1) !important;}
.erro-page .header-content2__call p { color: #ffffff;}
.erro-page__mess { padding: 0 15px; position: absolute; width: 100%; top: 70%; left: 50%; transform: translate(-50%, -50%); text-align: center;}
.erro-page__mess p { letter-spacing: 2px; font-family: "Ubuntu-300", sans-serif; color: #ffc600; font-size: 35px; text-shadow: 2px 2px #000;}
@media (max-width: 768px) { .erro-page__mess p { font-size: 20px; }}
.erro-page__return-btn { width: 130px; height: 45px; background-color: #ffc600; border-radius: 5px; display: inline-block; color: black; line-height: 45px; text-align: center; font-family: Lato-700;}
.erro-page__return-btn:hover { color: #ffffff;}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  z-index: 10;}
.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;}
.lds-dual-ring:after { content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #3fced3;
  border-color: #3fced3 transparent #3fced3 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;}
@-webkit-keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.search-area {
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.9);}
.search-area form {
  z-index: 12;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);}
.search-area__input {
  height: 50px;
  background-color: transparent !important;
  border: unset !important;
  width: 100% !important;
  color: #ffffff !important;
  letter-spacing: 2px;
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 30px;
  color: #ffffff;
  font-weight: normal;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3) !important;}
.search-area__input::-webkit-input-placeholder {
  color: #ffffff;}
.search-area__input::-moz-placeholder {
  color: #ffffff;}
.search-area__input:-ms-input-placeholder {
  color: #ffffff;}
.search-area__input::-ms-input-placeholder {
  color: #ffffff;}
.search-area__input::placeholder {
  color: #ffffff;}
.search-area__submit {
  margin-top: 5px;
  cursor: pointer;
  float: right;
  border: none;
  background-color: transparent;}
.search-area__submit span {
  text-transform: uppercase;
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 13px;
  color: #ffffff;
  font-weight: normal;}
.search-area__close {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;}
.search-bar-show {
  width: 100%;
  height: 100%;}
.ui-icon-loading {
  background: url("../../../../../../code.jquery.com/mobile/1.1.0-rc.1/images/ajax-loader.png") !important;
  background-size: 46px 46px;
  width: 46px;
  height: 46px;
  transform: rotate(360deg);
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
#header-1 {
  position: relative;
  height: 910px;
  background-position: center;
  background-size: cover;}
.header-content1 {
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;}
.header-content1 .header-1-nav {
  transition: 0.5s;}
.header-content1 .header-1-nav ul {
  list-style-type: none;}
.header-content1 .header-1-nav li {
  display: inline-block;
  position: relative;}
.header-content1 .header-1-nav li:hover > ul {
  display: block;}
.header-content1 .header-1-nav li > ul {
  background-color: #ffffff;
  display: none;
  border-top: 3px solid #ffc600;
  -ms-box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.35);
  margin: 0;
  position: absolute;}
.header-content1 .header-1-nav li > ul li {
  padding: 5px 0;
  width: 200px;
  border-bottom: 1px solid #eeeeee;}
.header-content1 .header-1-nav li > ul li > ul {
  top: 0;
  left: 100%;}
.header-content1 .header-1-nav li > ul li:last-child {
  border-bottom: 1px solid transparent;}
.header-content1 .header-1-nav li > ul a {
  background-color: transparent;
  color: black;
  padding: 7px;}
.header-content1 .header-1-nav li > ul a:hover {
  color: #ffc600 !important;
  background-color: transparent;}
.header-content1 .header-1-nav li a { font-family: Lato-900;
  display: block;
  padding: 40px 16px 30px;
  color: #ffffff;
  border-radius: 0 0 5px 5px;}
.header-content1 .header-1-nav li a:hover {
  background-color: #ffc600;
  color: black;}
.header-content1__hamburger, .header-content2__hamburger, .header-content3__hamburger {
  display: none;}
.header-content1__hamburger span, .header-content2__hamburger span, .header-content3__hamburger span {
  height: 4px;
  transition: all 0.5s;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  border-radius: 6px 6px 2px 2px;
  margin-bottom: 4px;}
.header-tittle1 {
  text-align: center;
  margin-top: 205px;}
#form-1-area {
  bottom: 30px;
  width: 100%;
  position: absolute;}
.header-content2, .header-content2--style2 {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black !important;}
.header-content2 .header-2-nav ul, .header-content2--style2 .header-2-nav ul {
  height: 110px;
  margin: 0;
  list-style-type: none;}
.header-content2 .header-2-nav li, .header-content2--style2 .header-2-nav li {
  height: 100%;
  position: relative;
  z-index: 5;
  display: inline-flex;
  align-items: center;}
.header-content2 .header-2-nav li:hover > ul, .header-content2--style2 .header-2-nav li:hover > ul {
  display: block;}
.header-content2 .header-2-nav li a:not(.account), .header-content2--style2 .header-2-nav li a:not(.account) {
  color: black;
  font-family: Lato-700;
  display: block;
  padding: 5px 2px;
  margin-left: 33px;
  border-bottom: 2px solid transparent;}
.header-content2 .header-2-nav li a:not(.account):hover, .header-content2--style2 .header-2-nav li a:not(.account):hover { font-family: Lato-900;
  color: #ffc600;
  border-bottom: 2px solid #ffc600;}
.header-content2 .header-2-nav li ul, .header-content2--style2 .header-2-nav li ul {
  top: 110px;
  height: auto;
  position: absolute;
  background-color: #ffffff;
  border-top: 3px solid #ffc600;
  -ms-box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.15);
  margin: 0;
  display: none;}
.header-content2 .header-2-nav li ul li, .header-content2--style2 .header-2-nav li ul li {
  padding: 5px 0;
  width: max-content;
  padding-right: 30px;
  border-bottom: 1px solid #eeeeee;}
.header-content2 .header-2-nav li ul li > ul, .header-content2--style2 .header-2-nav li ul li > ul { top: 0; left: 100%;}
.header-content2 .header-2-nav li ul li:last-child, .header-content2--style2 .header-2-nav li ul li:last-child { border-bottom: 1px solid transparent;}
.header-content2 .header-2-nav li ul li a:hover, .header-content2--style2 .header-2-nav li ul li a:hover { border-bottom: 2px solid transparent !important;}
.header-content2 .header-2-nav li ul li a.marked2, .header-content2--style2 .header-2-nav li ul li a.marked2 { border-bottom: 2px solid transparent !important;}
.header-content2__call {
  color: black !important;
  transition: all 0.5s;}
.header-content2__call img {
  display: inline-block;}
.header-content2__call__phone-number {
  margin-left: 10px;
  display: inline-block;}
.header-content2__call__phone-number p {
  margin-bottom: -5px;
  font-size: 17px;}
.header-content2__call__phone-number span { font-family: Lato-900;
  font-size: 20px;
  color: #ffc600;}
.header-content2__hamburger span, .header-content3__hamburger span {
  background-color: black;}
.header-content3 {
  height: 110px;}
.header-content3__mobile-logo {
  display: none;}
.header-content3__logo {
  margin: 0 70px;}
.header-content3 .header-3-nav {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;}
.header-content3 .header-3-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  list-style-type: none;
  z-index: 2;
  height: 110px;
  transition: all 0.5s;}
.header-content3 .header-3-nav li {
  height: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;}
.header-content3 .header-3-nav li:hover > ul {
  display: block;}
.header-content3 .header-3-nav li > ul {
  top: 110px;
  height: auto;
  position: absolute;
  background-color: #ffffff;
  border-top: 3px solid #ffc600;
  -ms-box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.15);
  margin: 0;
  display: none;}
.header-content3 .header-3-nav li > ul li {
  padding: 5px 0;
  width: 220px;
  border-bottom: 1px solid #eeeeee;}
.header-content3 .header-3-nav li > ul li > ul {
  top: 0;
  left: 100%;}
.header-content3 .header-3-nav li > ul li a:hover { font-family: Lato-900;
  color: #ffc600;
  border-bottom: 2px solid #ffc600;}
.header-content3 .header-3-nav li > ul li:last-child {
  border-bottom: 1px solid transparent;}
.header-content3 .header-3-nav li a:not(.header-content3__logo__sitename) {
  color: black;
  font-family: Lato-700;
  display: inline-block;
  padding: 5px 2px;
  margin-left: 17px;
  margin-right: 17px;
  border-bottom: 2px solid transparent;}
.header-content2--style2__account {
  display: inline-flex;
  margin-left: 80px;}
.header-content2--style2__account .account {
  cursor: pointer;}
.header-content2--style2__account .account img {
  vertical-align: middle;}
.header-content2--style2__account .header-search {
  margin-left: 20px;}
.header-content2--style2__account .header-search-show .header-search__bar {
  width: 200px;
  padding: 10px 15px;}
.header-4-upper {
  line-height: 50px;
  height: 50px;
  background-color: #ffc600;}
.header-4-upper__contact-area-mobile {
  display: none;}
.header-4-upper__contact {
  margin-right: 50px;
  color: black !important;}
.header-4-upper__contact img {
  margin: 0 10px -3px 0;}
.header-4-upper__social {
  float: right;}
.header-4-upper__social img {
  margin-left: 20px;}
.header-4-upper__translater {
  margin-left: 50px;
  float: right;}
.header-4-upper__translater select {
  background-color: #ffc600;
  border: none;}
.header-nav-mobile {
  -ms-box-shadow: -1px 19px 34px -13px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 19px 34px -13px rgba(0, 0, 0, 0.3);
  -o-box-shadow: -1px 19px 34px -13px rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  z-index: 5;
  width: 100%;
  background-color: #ffffff;
  top: 110px;}
.header-nav-mobile ul {
  border-top: 3px solid #3fced3;
  margin: 0;
  padding: 0 15px;}
.header-nav-mobile ul li {
  display: block;
  border-bottom: 1px solid #e6e6e6;}
.header-nav-mobile ul li:last-child {
  border-bottom: unset;}
.header-nav-mobile ul li > ul {
  border-top: unset;
  display: none;}
.header-nav-mobile ul a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Lato-700;
  color: black;
  padding: 10px 0;
  font-size: 14px;}
.header-nav-mobile__search-area {
  display: flex;
  align-items: center;
  height: 40px;}
.header-nav-mobile__signin {
  width: 40px;}
.header-nav-mobile__search-bar {
  width: 100%;}
.header-nav-mobile__search-bar input {
  margin: 0 15px;
  padding: 0;
  height: 30px;
  border: none;
  border-bottom: 3px solid #999999;
  width: 0;}
.ham-open span {
  position: absolute;
  right: 0;
  border-radius: unset;
  height: 3px;}
.ham-open span:nth-child(2) {
  width: 0;}
.ham-open span:nth-child(1) {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);}
.ham-open span:nth-child(3) {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);}
.sub-menu-open + ul {
  display: block !important;}
.sub-menu-open > i {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
#footer-1 {
  padding-top: 100px;
  background-image: url("../images/sliders/footerbanner.jpg");
  background-position: center;
  background-size: cover;
  height: 900px;
  width: 100%;
  position: relative;}
.footer-widget-1 {
  margin-top: 230px;}
.footer-widget-1__tittle {
  height: 50px;}
.footer-widget-1__tittle h5 {
  line-height: 50px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  letter-spacing: 2px;}
.footer-widget-1__tittle__line-under {
  width: 50px;
  margin-top: -10px;
  border-top: 3px solid #3fced3;}
.footer-widget-1__lists {
  text-align: justify;}
.footer-widget-1__lists::after { content: "";
  display: inline-block;
  width: 100%;}
.footer-widget-1__list {
  display: inline-block;}
.footer-widget-1__list ul {
  list-style-type: none;
  margin-top: 45px;}
.footer-widget-1__list ul li {
  margin-bottom: 13px;
  color: #999999 !important;}
.footer-widget-1__list ul a {
  color: #999999;}
.footer-widget-1__list ul a:hover {
  color: #ffc600;}
.footer-widget-1__text {
  color: #999999;}
.footer-widget-1__text p {
  margin-top: 40px;
  line-height: 27px;}
.copyright, .copyright-style3 {
  position: absolute;
  width: 100%;
  bottom: 0;}
.copyright__area {
  height: 64px;
  line-height: 64px;
  border-top: 1px solid #424547;
  font-size: 13px;
  color: #666666;
  display: flex;
  justify-content: space-between;}
.copyright__social img {
  display: inline-block;
  margin-left: 23px;}
.footer-2 {
  padding-top: 130px;
  background-color: #1a1a1a;}
.footer-2 .copyright, .footer-2 .copyright-style3 {
  border-top: 1px solid #424547;
  position: unset;}
.footer-2 .copyright__area {
  border: none;}
.footer-2 .copyright__link { font-size: 13px;
  color: #666666;
  text-transform: uppercase;
  margin-left: 20px;}
.footer-2 .copyright__social a:hover {
  color: #ffffff;
  font-family: Lato-700;}
.footer-2__widget {
  margin-bottom: 65px;
  text-align: center;}
.footer-2__widget__tittle h5 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  letter-spacing: 2px;}
.footer-2__widget__tittle__line-under {
  display: inline-block;
  width: 50px;
  height: 12px;
  border-top: 3px solid #3fced3;}
.footer-2__widget--left {
  padding-right: 70px;}
.footer-2__widget--right {
  padding-left: 70px;}
.footer-2__widget__social {
  margin-top: 25px;
  display: grid;
  grid-template-rows: 60px 80px;
  grid-template-columns: auto auto auto;}
.footer-2__widget__social-item {
  align-self: center;}
.footer-2__widget__map {
  position: relative;
  margin-bottom: 5px;}
.footer-2__widget__map img {
  transition: all 0.5s;}
.footer-2__widget__map:hover img {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);}
.footer-2__widget__map .fa-map-marker-alt { content: "\f3c5";
  font-family: 'Font Awesome 5 Free Solid';
  position: absolute;
  color: #ffc600;
  font-size: 20px;
  right: 20%;
  bottom: 35%;}
.footer-2__widget__map__address { font-family: Lato-300;
  font-size: 15px;
  color: #3fced3;
  font-weight: normal;}
.footer-2__widget__form {
  margin-top: 45px;}
.qa-travel {
  height: 160px;
  width: 100%;
  background-image: url("../images/q%26abrg.png");
  background-position: center;
  background-size: cover;}
.qa-travel__center {
  display: flex;
  justify-content: center;
  height: 100%;}
.qa-travel__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  margin: 0 -15px;}
.qa-travel__question h6 { font-family: Lato-regular;
  font-size: 30px;
  color: black;
  font-weight: normal;
  margin: 0;}
.qa-travel__question h6 span { font-family: Lato-700;}
.qa-travel__question__text {
  color: black !important;
  font-size: 30px;}
.qa-travel__question__btn {
  color: black !important;
  width: 135px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;}
.qa-travel__question__btn:hover {
  color: #ffc600 !important;
  font-family: Lato-700;}
@media (max-width: 1200px) {
  .qa-travel {
    padding: 13px 0 20px;
  }
  .qa-travel__question {
    justify-content: space-around;
  }
}

@media (max-width: 768px) {
  .qa-travel__question__text {
    font-size: 25px !important;
  }
  .qa-travel__question__btn {
    height: 40px;
    line-height: 40px;
  }
}

.footer-menu {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: 215px;
  grid-gap: 30px;}
.footer-menu__item {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;}
.footer-menu a {
  line-height: 50px;
  text-transform: uppercase;
  color: #4c4c4c;}
.footer-menu a:hover {
  color: #ffc600;
  font-family: Lato-700;}
.footer-menu__logo {
  margin: 0 auto;}
.copyright-style3 {
  position: unset;}
.copyright-style3 .copyright__payment-method {
  margin-left: 30px;}
.copyright-style3 .copyright__payment-method img {
  vertical-align: middle;}
.copyright-style3 .copyright__payment-method:first-child {
  margin: 0;}
#footer-4 {
  background-color: #1a1a1a;}
#footer-4 .footer-menu a {
  color: #999999;}
#footer-4 .footer-menu a:hover {
  color: #ffc600;}
#footer-4 .copyright, #footer-4 .copyright-style3 {
  position: unset;}
/*--------------------------------------------------------------
REPONSIVE
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .subsriber-form--padding {
    padding: 0;
  }
  .subsriber-form--padding .subsriber-form__submit {
    right: 15px;
  }
}

@media (max-width: 576px) {
  .subsriber-form > div {
    padding: 0;
  }
  .subsriber-form--padding .subsriber-form__text-input {
    padding: 10px 15px !important;
    height: 40px;
  }
  .subsriber-form--padding .subsriber-form__submit {
    right: 0;
    width: 100px;
    height: 40px;
  }
}

@media (max-width: 992px) {
  .form-area {
    min-height: 320px;
  }
  .form-area #wanderlust-form1 {
    max-width: 480px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1200px) {
  .form__item {
    margin: 0 5px;
    text-align: left;
  }
}

@media (max-width: 992px) {
  .form__item {
    margin-bottom: 50px;
  }
  .form__item--submit {
    margin: 10px 0 0 0;
  }
}

@media (max-width: 576px) {
  .form-area {
    min-height: 500px;
  }
  .form-area #wanderlust-form1 {
    padding: 0 15px;
    min-height: 500px;
  }
  .form__item {
    margin: 0 0 30px 0;
    width: 100%;
  }
  .form__item > div {
    width: 100%;
  }
  .form__item--submit {
    margin: 10px 0 0 0;
  }
  .form__item .custom-select {
    width: calc(100% + 2px);
  }
  .form__item .select-items {
    width: calc(100% + 2px);
  }
}

@media (max-width: 1550px) {
  .top-desti {
    margin-top: -30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .top-desti__item {
    margin-top: 30px;
  }
}

@media (max-width: 1024px) {
  .destination-3__figure-item {
    padding: 0 0 30px;
  }
  .destination-3__figure {
    padding: 30px 0 0;
  }
}

@media (max-width: 1200px) {
  .destination-3__destination {
    flex-flow: wrap;
    justify-content: center;
  }
  .destination-3__thumb {
    width: 33.33333%;
  }
}

@media (max-width: 767px) {
  .destination-3__destination {
    padding-top: 30px;
  }
  .destination-3__thumb {
    width: 50%;
  }
  .destination-3__thumb:hover {
    margin-top: -60px;
    z-index: 2;
  }
  .destination-3__thumb:hover img {
    -ms-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.62);
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.62);
    -o-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.62);
  }
}

@media (max-width: 474px) {
  .destination-3__thumb {
    width: 80%;
    margin-bottom: 30px;
  }
  .destination-3__thumb:hover {
    margin-top: 0;
  }
  .destination-3__thumb-info {
    margin-top: 5px;
    position: unset;
  }
}

@media (max-width: 1200px) {
  .destination-4__form {
    padding: 110px 0 0 0;
  }
  .destination-4__choices__info {
    margin-left: 0;
  }
  .destination-4__choices__item {
    justify-content: space-around;
  }
}

@media (max-width: 992px) {
  .border-img {
    width: 100%;
  }
  .destination-4-2__tittle {
    margin: 10px 0;
  }
  .destination-4-2__item {
    margin: 5px 0 60px;
  }
  .destination-4__choices__item {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .destination-4__choices__item {
    margin-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .destination-4__form {
    padding: 60px 0 0 0;
  }
  .destination-form {
    padding: 40px 30px;
  }
}

@media (min-width: 370px) and (max-width: 575px) {
  .destination-4__choices__item {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 475px) {
  .destination-4-2__content {
    width: 75%;
    display: inline-block;
  }
  .destination-4-2__arrow {
    top: -25px;
  }
  .destination-4-2__arrow--left {
    right: 130px;
  }
  .destination-4-2__arrow--right {
    right: 70px;
  }
  .destination-4-2__item {
    margin: 15px 0 60px;
  }
}

@media (max-width: 576px) {
  .destination-5__item {
    width: 60%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
  }
  .destination-5__item__upper-tittle {
    order: 2;
    margin: 20px 0 0;
  }
  .destination-5 {
    margin-bottom: 30px;
  }
}

@media (max-width: 475px) {
  .destination-5__item {
    width: 70%;
  }
  .destination-5__item > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 425px) {
  .destination-5__item {
    width: 90%;
  }
}

@media (max-width: 1200px) {
  .destination-item-aside .destination-item-aside__item--picture--mansory__item {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .destination-item-aside .destination-item-aside__item--picture .row div {
    margin: 0 auto 30px;
  }
  .destination-item-aside .destination-item-aside__item--picture .row div:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .destination-item-aside .destination-item-aside__item--picture .row div div {
    width: 70%;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .destination-item-aside .destination-item-aside__relate-tour__item .trending-tour-item {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .destination-mansory-layout {
    display: grid;
    grid-template-columns: 22.82% 17.57% 31.2% auto;
    grid-auto-rows: 285px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
  .destination-mansory-layout__item img {
    width: 100%;
    height: 100%;
  }
  .destination-mansory-layout__item--hor-2 {
    grid-column-start: 2;
    width: 177.54%;
  }
  .destination-mansory-layout__item--nor-2 {
    grid-column-start: 3;
    justify-self: flex-end;
    width: 56.32%;
  }
  .destination-mansory-layout__item--ver-2 {
    grid-row-start: span 2;
  }
  .destination-mansory-layout__item--ver-1 {
    grid-column-start: 1;
    grid-row-start: span 2;
  }
}

@media (max-width: 1651px) {
  .destination-mansory-layout {
    grid-auto-rows: 200px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}

@media (min-width: 576px) and (max-width: 1023px) {
  .destination-mansory-layout {
    display: grid;
    grid-template-columns: 35% auto 35%;
    grid-auto-rows: 180px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 15px;
  }
  .destination-mansory-layout__item img {
    width: 100%;
    height: 100%;
  }
  .destination-mansory-layout__item--ver-1 {
    grid-column-start: 1;
    grid-row-start: span 2;
  }
  .destination-mansory-layout__item--ver-2 {
    grid-column-start: 3;
    grid-row-start: span 2;
  }
}

@media (max-width: 768px) {
  .destination-mansory-layout {
    grid-template-columns: auto auto;
    grid-auto-rows: 180px;
    justify-content: center;
  }
  .destination-mansory-layout__item:nth-child(6) {
    grid-row-start: 3;
  }
  .destination-mansory-layout__item:nth-child(12) {
    grid-row-start: 7;
  }
  .destination-mansory-layout__item--ver-2 {
    grid-column-start: 2;
    grid-row-start: span 2;
  }
  .destination-mansory-layout__item--hor-1 {
    grid-column-start: 2;
  }
  .destination-mansory-layout__item--nor-2 {
    grid-column-start: 1;
  }
  .destination-mansory-layout__pagination {
    padding: 50px 0 50px;
  }
}

@media (max-width: 576px) {
  .destination-mansory-layout {
    margin-top: 50px;
  }
  .destination-mansory-layout__item {
    width: 80%;
    margin: 15px auto;
  }
}

@media (max-width: 767px) {
  .section-tittle h2, .section-tittle-2 h2 {
    font-size: 50px;
  }
  .section-tittle p, .section-tittle-2 p {
    top: 20px;
  }
}

@media (max-width: 550px) {
  .section-tittle h2, .section-tittle-2 h2 {
    font-size: 30px;
  }
  .section-tittle p, .section-tittle-2 p, .section-tittle span, .section-tittle-2 span {
    font-size: 20px;
    top: 10px;
  }
  .section-tittle__line-under {
    width: 70px;
    border-top: 3px solid #3fced3;
  }
}

@media (min-width: 991px) {
  #remove-padding {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .footer-widget-1 {
    margin-top: 0px;
  }
  .footer-widget-1--margin {
    margin-top: 50px;
  }
  .footer-widget-1--margin img {
    margin-bottom: 20px;
  }
  .footer-widget-1__text p {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  #footer-1 {
    padding-top: 50px;
  }
}

@media (max-width: 480px) {
  #footer-1 {
    height: 1180px;
  }
  .footer-widget-1--margin {
    text-align: center;
  }
  .footer-widget-1__lists {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer-widget-1__lists .footer-widget-1__list {
    text-align: center;
  }
  .footer-widget-1__lists .footer-widget-1__list ul {
    margin: 10px 0 15px;
  }
  .footer-widget-1__lists .footer-widget-1__list ul li {
    margin: 0 0 5px;
  }
  .footer-widget-1__lists .footer-widget-1__tittle__line-under {
    display: inline-block;
    height: 30px;
  }
  .copyright__area {
    padding-top: 7px;
    text-align: center;
    width: 100%;
    line-height: unset;
    display: inline-block;
  }
  .copyright__area .copyright__license {
    margin-bottom: 5px;
  }
  .copyright__social img {
    margin: 0 10px 0;
  }
}

@media (max-width: 1200px) {
  .footer-2 {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .footer-2 .copyright__area {
    height: 80px;
    line-height: 40px;
    display: unset;
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .footer-2__widget {
    padding: 0px;
  }
}

@media (max-width: 768px) {
  .footer-2__widget {
    margin-bottom: 50px;
  }
}

@media (max-width: 992px) {
  .footer-menu {
    padding-top: 50px;
    grid-template-columns: auto auto;
    grid-template-rows: 100px 50px;
    grid-auto-flow: column;
    grid-row-gap: 0;
    margin-bottom: 30px;
    grid-column-gap: 50px;
  }
  .footer-menu__item:nth-child(1) {
    grid-row-start: 2;
  }
  .footer-menu__item:nth-child(2) {
    grid-column-start: 1;
  }
  .footer-menu__item:nth-child(3) {
    grid-row-start: 2;
  }
}

@media (max-width: 576px) {
  .qa-travel__question__text {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .footer-menu {
    grid-template-columns: auto;
    grid-template-rows: 70px 40px 40px;
    grid-auto-flow: unset;
  }
  .footer-menu__item:nth-child(3) {
    grid-row-start: unset;
  }
  .copyright-style3 .copyright__area {
    text-align: center;
    height: 100px;
    line-height: 50px;
    display: block;
  }
  .copyright-style3 .copyright__payment-method {
    margin-left: 15px;
  }
}

@media (max-width: 992px) {
  .header-1-nav {
    display: none;
  }
  .header-content1 {
    position: relative;
  }
  .header-content1__hamburger, .header-content2__hamburger, .header-content3__hamburger {
    display: block;
  }
}

@media (min-width: 992px) {
  .header-content1 .header-nav-mobile {
    display: none !important;
  }
}

@media (max-width: 410px) {
  #form-1-area {
    bottom: 5px;
  }
}

@media (max-width: 1200px) {
  .header-2-nav, .header-content2__call {
    display: none;
  }
  .header-content2, .header-content2--style2 {
    position: relative;
  }
  .header-content2 .header-content2__hamburger, .header-content2--style2 .header-content2__hamburger, .header-content2 .header-content3__hamburger, .header-content2--style2 .header-content3__hamburger {
    display: block;
  }
}

@media (min-width: 1200px) {
  .header-content2 .header-nav-mobile, .header-content2--style2 .header-nav-mobile {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .header-3-nav {
    display: none !important;
  }
  .header-content3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .header-content3__mobile-logo {
    display: block;
  }
}

@media (min-width: 992px) {
  .header-content3 .header-nav-mobile {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .header-content2--style2 .header-2-nav {
    display: block;
  }
  .header-content2--style2 .header-content2__hamburger, .header-content2--style2 .header-content3__hamburger {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .header-content2--style2 .header-content2--style2__account {
    margin-left: 30px !important;
  }
}

@media (max-width: 768px) {
  .header-4-upper__contact-area {
    display: none;
  }
  .header-4-upper__social {
    float: left;
  }
}

@media (max-width: 1651px) {
  .slider-banner__item__text h1 {
    font-size: 80px;
  }
  .slider-banner__item__text p {
    width: 300px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .slider-banner__item__text {
    top: 20px;
  }
}

@media (max-width: 768px) {
  .slider-banner__item__text h1 {
    font-size: 30px;
  }
  .slider-banner__item__text p {
    width: 300px;
    margin-bottom: 10px;
  }
  .slider-banner__item__text a {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .slider-banner .slider-banner__item > img {
    min-height: 160px;
  }
  .slider-banner__item__text h1 {
    font-size: 20px;
  }
  .slider-banner__item__text p {
    width: 300px;
    font-size: 13px;
  }
  .slider-banner__item__text a {
    height: 25px;
    line-height: 25px;
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .index-2-form-area, .index-4-form-area {
    margin-top: -40px !important;
  }
}

@media (max-width: 790px) {
  .index-2-form-area, .index-4-form-area {
    margin-top: 10px !important;
  }
}

@media (max-width: 650px) {
  .index-2-form-area, .index-4-form-area {
    margin-top: 40px !important;
  }
}

@media (max-width: 1024px) {
  .index-3-form-area {
    margin-top: -5px;
  }
  .slider-banner-2__item__text {
    top: 50%;
  }
  .slider-banner-2__item__text h1 {
    font-size: 50px;
  }
}

@media (max-width: 576px) {
  .index-3-form-area {
    margin-top: 40px;
  }
}

@media (max-width: 580px) {
  .slider-banner-2__item__text h1 {
    font-size: 30px;
  }
  .slider-banner-2__item__text span {
    width: 50px;
    font-size: 18px;
  }
  .slider-banner-2__item__text a {
    height: 30px;
    width: 130px;
  }
}

@media (max-width: 1900px) {
  .index-4-form-area {
    margin-top: -170px;
  }
}

@media (min-width: 1901px) {
  .index-4-form-area {
    margin-bottom: 200px;
  }
}

@media (max-width: 1200px) {
  .slider-banner-3 .slider-banner-3__item__text h1 {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .slider-banner-3 .slider-banner-3__item__text span {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .slider-banner-3__destination {
    width: 100%;
  }
  .slider-banner-3 .slider-banner-3__item__text {
    top: 10%;
  }
  .slider-banner-3 .slider-banner-3__item__text h1 {
    font-size: 25px;
  }
}

@media (max-width: 1200px) {
  .slider-banner-4 span {
    font-size: 25px;
  }
  .slider-banner-4__item__text h1 {
    font-size: 50px;
  }
}

@media (max-width: 992px) {
  .slider-banner-4 span {
    font-size: 20px;
  }
  .slider-banner-4__item__text h1 {
    font-size: 30px;
  }
  .slider-banner-4 .slider-banner-2__item__text__line {
    width: 100px !important;
  }
  .slider-banner-4__item__btn {
    bottom: 30px;
    left: 30px;
  }
  .slider-banner-4__item__btn__img, .preview-video-aboutus .preview-video-aboutus__btn {
    width: 50px;
    height: 50px;
  }
  .slider-banner-4__item__btn img {
    width: 34px;
  }
  .slider-banner-4__item__btn__text {
    font-size: 13px;
    margin: 0;
  }
  .page-figure__figure span {
    font-size: 50px;
  }
  .page-figure__figure p {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .page-figure__figure {
    height: auto;
  }
  .page-figure__figure span {
    font-size: 40px;
  }
  .slider-banner-4__item__text-area {
    top: 5%;
  }
  .slider-banner-4 span {
    font-size: 15px;
  }
  .slider-banner-4__item__text h1 {
    margin: 0;
    font-size: 20px;
  }
  .slider-banner-4 .slider-banner-2__item__text__line {
    width: 80px !important;
    margin: 4px 20px !important;
  }
  .slider-banner-4__item__btn {
    bottom: 10px;
    left: 15px;
  }
  .slider-banner-4__item__btn__img, .preview-video-aboutus .preview-video-aboutus__btn {
    width: 40px;
    height: 40px;
  }
  .slider-banner-4__item__btn img {
    width: 30px;
  }
  .slider-banner-4__item__btn__text {
    font-size: 13px;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .special-tour__sub-tittle {
    width: 270px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  .special-tour-slider__item .trending-tour-item .trending-tour-item__group-infor__sale-price, .special-tour-slider__item .trending-tour-item .trending-tour-item__group-infor__price {
    font-size: 20px;
  }
}

@media (min-width: 450px) and (max-width: 559px) {
  .special-tour-slider__item {
    display: flex !important;
    justify-content: center;
  }
  .special-tour-slider__item .trending-tour-item {
    width: 75%;
    display: inline-block;
  }
}

@media (max-width: 768px) {
  #special-tour {
    padding: 30px 0 50px;
  }
}

@media (max-width: 768px) {
  #special-tour .slick-dots {
    width: 100%;
  }
}

@media (min-width: 400px) and (max-width: 575px) {
  #col-3-tours .trending-tour-item {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #col-3-tours .trending-tour-item__group-infor__price, #col-3-tours .trending-tour-item__group-infor__sale-price {
    font-size: 20px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  #col-3-tours .trending-tour-item__name {
    font-size: 15px;
  }
  #col-3-tours .trending-tour-item__group-infor__price {
    top: 85px;
  }
}

@media (min-width: 768px) {
  .col-4-tour__sub-tittle {
    display: inline-block;
    width: 370px;
  }
}

@media (min-width: 1200px) {
  .col-4-tour .trending-tour-item__thumnail, .filterable-tour .trending-tour-item__thumnail, .grid-left-sidebar .trending-tour-item__thumnail, .similar-tour .trending-tour-item__thumnail, .related-tour .trending-tour-item__thumnail {
    height: 220px;
  }
}

@media (max-width: 576px) {
  .col-4-tour .trending-tour-item, .filterable-tour .trending-tour-item, .grid-left-sidebar .trending-tour-item, .similar-tour .trending-tour-item, .related-tour .trending-tour-item {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1620px) {
  .deal-tour__item__countdown-sale {
    bottom: 8% !important;
  }
}

@media (max-width: 1200px) {
  .deal-tour__item__countdown-sale__time {
    width: 80px;
    height: 80px;
  }
  .deal-tour__item__countdown-sale span {
    font-size: 30px;
  }
  .deal-tour__item__countdown-sale p {
    font-size: 15px;
    margin: 0;
  }
}

@media (max-width: 992px) {
  .deal-tour {
    grid-template-columns: 60% 40%;
    grid-template-rows: auto auto;
  }
  .deal-tour__item__info span {
    font-size: 15px;
  }
  .deal-tour__item--largest {
    max-height: 600px;
    height: 100%;
    grid-row-start: 1;
    grid-row-end: span 1;
  }
  .deal-tour__item--middle {
    order: 3;
  }
}

@media (max-width: 768px) {
  .deal-tour {
    padding: 0 15%;
    grid-template-columns: 100%;
    grid-auto-rows: auto auto auto;
  }
  .deal-tour__item__countdown-sale li {
    width: 80px !important;
    height: 80px !important;
  }
  .deal-tour__item__countdown-sale li span {
    font-size: 30px;
  }
  .deal-tour__item--largest {
    max-height: 500px;
  }
  .deal-tour__item--vertical img {
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .deal-tour__item--middle {
    order: unset;
  }
}

@media (max-width: 576px) {
  .deal-tour {
    padding: 0;
  }
  .deal-tour__item__countdown-sale__time {
    width: 65px;
    height: 65px;
  }
  .deal-tour__item__countdown-sale span {
    font-size: 20px;
  }
  .deal-tour__item__countdown-sale p {
    font-size: 13px;
    margin: 0;
  }
  .deal-tour__item__countdown-sale__countdowndot {
    font-size: 40px;
    margin: 0 5px;
  }
  .deal-tour__item--vertical {
    order: 3;
  }
  .deal-tour__item--vertical img {
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .deal-tour__item--largest {
    max-height: 450px;
  }
}

@media (max-width: 475px) {
  .deal-tour__item__info {
    padding: 5px;
  }
  .deal-tour__item__info span {
    font-size: 14px;
  }
  .deal-tour__item__info p {
    margin: 0;
  }
}

@media (min-width: 1900px) {
  .filterable-tour {
    padding-top: 1px;
  }
}

@media (max-width: 576px) {
  .filterable-tour {
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .best-selling-tour {
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .best-selling-tour__item {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .best-selling-tour h2 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .grid-left-sidebar__filter {
    display: block;
    height: 76px;
  }
  .grid-left-sidebar__filter--mode {
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .grid-left-sidebar__filter {
    display: block;
    height: 76px;
  }
  .grid-left-sidebar__filter--mode {
    margin-top: 10px;
  }
  .grid-left-sidebar__filter--mode .custom-select {
    width: 180px;
  }
  .grid-left-sidebar {
    padding: 50px 0;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .list-left-sidebar__grid {
    grid-template-columns: 60% auto;
    grid-template-rows: auto auto;
  }
  .list-left-sidebar .trending-tour-item__info {
    order: 2;
    grid-column-end: span 2;
  }
  .list-left-sidebar .trending-tour-item__group-infor--left {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .list-left-sidebar .trending-tour-item__group-infor--left .trending-tour-item__group-infor__lasting {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .list-left-sidebar .list-left-sidebar__price .trending-tour-item__group-infor__price {
    font-size: 20px;
  }
  .list-left-sidebar .list-left-sidebar__price .list-left-sidebar__price__view-detail {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }
}

@media (max-width: 576px) {
  .list-left-sidebar .list-left-sidebar__tour-descript {
    display: none;
  }
  .list-left-sidebar__grid {
    grid-template-columns: 70% auto;
    grid-template-rows: auto auto;
  }
  .list-left-sidebar .trending-tour-item__thumnail {
    grid-column-end: span 2;
    max-width: 100%;
  }
  .list-left-sidebar .list-left-sidebar__price__view-detail {
    display: none;
  }
}

@media (max-width: 1200px) {
  .tour-infomation__content {
    padding-right: 0;
  }
  .tour-infomation__content__review {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .tour-infomation__content__review {
    padding: 15px;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    row-gap: 20px;
  }
  .tour-infomation__content__header__icon {
    grid-template-columns: auto auto;
  }
}

@media (max-width: 576px) {
  .tour-infomation__content__review__rate-list li div span:nth-child(2) {
    width: 50%;
  }
}

@media (max-width: 576px) and (max-width: 420px) {
  .tour-infomation__content__review__rate-list li div span:nth-child(2) {
    width: 30%;
  }
}

@media (max-width: 576px) {
  .tour-infomation__content__header__icon {
    grid-template-columns: 100%;
  }
}

@media (max-width: 992px) {
  .video-popup-1__head-Brg {
    height: 350px;
  }
  #btn-popup img {
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 768px) {
  #btn-popup img {
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 576px) {
  #btn-popup img {
    width: 45px;
    height: 45px;
  }
  .video-popup-1 {
    margin-top: 15px;
    min-height: 350px;
  }
  .video-popup-1 .video-popup-1__tittle > img {
    margin: 30px 0 15px;
  }
  .video-popup-1 h2 {
    font-size: 30px;
  }
  .video-popup-1__area {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .video-popup-2 {
    padding: 0 15px;
  }
}

@media (max-width: 1024px) {
  .video-popup-2__tittle #btn-popup2, .video-popup-2__tittle p {
    margin: 0;
  }
  .video-popup-2__tittle h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .video-popup-2__tittle #btn-popup2 {
    width: 60px;
    height: 60px;
  }
  .video-popup-2__tittle #btn-popup2 img {
    width: 44px;
    height: 44px;
  }
  .video-popup-2__tittle .video-popup-2__tittle__btn-info a {
    height: 30px !important;
    line-height: 30px !important;
  }
}

@media (max-width: 576px) {
  .video-popup-2__tittle h2 {
    font-size: 20px;
  }
  .video-popup-2__tittle .video-popup-2__tittle__btn-info a {
    font-size: 10px;
    width: 100px;
  }
}

@media (max-width: 576px) {
  .video-popup-2__area > img {
    min-height: 200px;
  }
}

@media (max-width: 1200px) {
  .preview-video-aboutus__text-behind {
    font-size: 150px;
    margin-bottom: -60px;
  }
}

@media (max-width: 768px) {
  .preview-video-aboutus__text-behind {
    font-size: 100px;
    margin-bottom: -40px;
  }
}

@media (max-width: 576px) {
  .travel-tip-1__area {
    display: none;
  }
  .video-popup-1 {
    margin-bottom: 65px;
  }
}

@media (max-width: 992px) {
  .partner__item img {
    margin: 0 auto;
  }
  .partner {
    margin: 30px 0 60px;
  }
}

@media (max-width: 1200px) {
  .travel-review {
    padding: 0 30px 30px;
  }
}

@media (max-width: 992px) {
  .travel-review {
    padding: 0 15px 15px;
  }
}

@media (max-width: 576px) {
  #travel-review-area .review-arrow-left {
    left: 5px;
  }
  #travel-review-area .review-arrow-right {
    right: 5px;
  }
}

@media (max-width: 1200px) {
  .travel-review-2__video {
    height: 400px;
  }
}

@media (max-width: 992px) {
  .travel-review-2__video {
    height: 300px;
  }
}

@media (max-width: 1200px) {
  .travel-review-2__item {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .travel-review-2-slider {
    margin-top: 50px;
  }
  .travel-review-2 {
    padding: 30px 0;
  }
  .travel-review-2__timesheet img {
    margin-left: 15px;
  }
  .travel-review-2__item {
    padding: 0;
  }
  .travel-review-2__item {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .travel-review-3__expert-thumb {
    width: 80%;
    display: inline-block;
  }
  .travel-review-3__expert:last-child .row {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .travel-review-3__expert-thumb {
    width: 60%;
    margin-bottom: 30px;
  }
  .travel-review-3__expert {
    margin-bottom: 30px;
  }
}

@media (max-width: 1600px) {
  .travel-tip-1__tip--location1 {
    top: 85%;
    left: 20%;
  }
  .travel-tip-1__tip--location2 {
    top: 47%;
    left: 35%;
  }
  .travel-tip-1__tip--location4 {
    top: 87%;
    left: 55%;
  }
  .travel-tip-1__tip--location5 {
    top: 89%;
    left: 83%;
  }
}

@media (max-width: 1200px) {
  .travel-tip-1__tip--location1 {
    top: 90%;
    left: 20%;
  }
  .travel-tip-1__tip--location2 {
    top: 52%;
    left: 35%;
  }
  .travel-tip-1__tip--location3 {
    top: 40%;
    left: 70%;
  }
  .travel-tip-1__tip--location4 {
    top: 90%;
    left: 55%;
  }
  .travel-tip-1__tip--location5 {
    top: 94%;
    left: 83%;
  }
}

@media (max-width: 992px) {
  .travel-tip-1__tip {
    padding: 15px;
  }
  .travel-tip-1__tip h3 {
    font-size: 15px;
  }
  .travel-tip-1__tip span {
    margin-right: 10px;
  }
  .travel-tip-1__tip p {
    font-size: 13px;
    margin: 0;
  }
  .travel-tip-1__tip--location1 {
    top: 85%;
    left: 25%;
  }
  .travel-tip-1__tip--location2 {
    top: 48%;
    left: 35%;
  }
  .travel-tip-1__tip--location3 {
    top: 33%;
  }
  .travel-tip-1__tip--location4 {
    top: 85%;
  }
  .travel-tip-1__tip--location5 {
    top: 90%;
    left: 73%;
  }
}

@media (max-width: 768px) {
  .travel-tip-1 {
    padding-bottom: 0;
  }
  .travel-tip-1__btn {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
  }
  .travel-tip-1__btn::before {
    line-height: 15px;
    font-size: 15px;
  }
  .travel-tip-1__tip--location1 {
    top: 92%;
    left: 40%;
  }
  .travel-tip-1__tip--location2 {
    top: 56%;
    left: 35%;
  }
  .travel-tip-1__tip--location3 {
    top: 43%;
  }
  .travel-tip-1__tip--location4 {
    top: 92%;
  }
  .travel-tip-1__tip--location5 {
    top: 95%;
    left: 60%;
  }
}

@media (max-width: 576px) {
  .travel-tip-1__tip {
    width: 100%;
    top: 115%;
    left: 50%;
  }
}

@media (max-width: 400px) {
  .travel-tip-1__tip {
    top: 145%;
  }
}

@media (max-width: 1200px) {
  .travel-tip-2__thumb {
    width: 50%;
    height: 100%;
  }
  .travel-tip-2__item {
    height: auto;
  }
  .travel-tip-2__item__info {
    padding: 30px;
  }
  .travel-tip-2 .slick-dots {
    right: 48%;
  }
}

@media (max-width: 992px) {
  .travel-tip-2__item {
    flex-direction: column;
  }
  .travel-tip-2__item > div {
    padding-left: 0;
  }
  .travel-tip-2__item__info {
    text-align: center;
  }
  .travel-tip-2__item .travel-tip-2__thumb {
    position: unset;
    width: 70%;
    margin-bottom: 30px;
  }
  .travel-tip-2 {
    padding-bottom: 80px;
  }
  .travel-tip-2 .slick-dots {
    bottom: 6%;
  }
}

@media (max-width: 576px) {
  .travel-tip-2__item__info {
    padding: 15px;
  }
  .travel-tip-2__item__info h3 {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .instagram {
    flex-flow: wrap;
  }
  .instagram__item {
    width: 33.333%;
  }
}

@media (max-width: 768px) {
  .aboutus-world-brg {
    padding-top: 35px;
    height: 700px;
  }
  .aboutus-world-brg .travel-review__sub-tittle {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .our-team .partner {
    margin: 90px 0;
  }
}

@media (max-width: 992px) {
  .our-team {
    padding-top: 30px;
  }
  .our-team .travel-review__sub-tittle {
    margin-bottom: 0px;
  }
  .our-team .our-member {
    margin: 30px auto 0px auto;
  }
}

@media (max-width: 576px) {
  .our-team .our-member {
    width: 70%;
    margin: 30px auto 0px auto;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .gallery .slick-dots {
    right: 45%;
  }
  .gallery-control {
    margin-top: -45px;
    height: 100px;
    padding: 0 30px;
  }
  .gallery-control__arrow {
    margin-left: 30px;
  }
}

@media (min-width: 992px) {
  .gallery {
    padding-top: 60px;
  }
}

@media (max-width: 992px) {
  .gallery-control {
    margin-top: -45px;
    height: 100px;
    padding: 15px 30px 10px;
    flex-direction: column;
  }
  .gallery-control h2 {
    display: none;
  }
  .gallery-control span {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .gallery-control {
    margin-top: -35px;
    height: 90px;
  }
  .gallery .slick-dots {
    width: 80%;
  }
}

@media (max-width: 1200px) {
  .gallery__syncing__area {
    width: 80%;
  }
}

@media (max-width: 992px) {
  .gallery__syncing__area {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .gallery__syncing__btn-close {
    top: -40px;
    right: -10px;
  }
  .gallery__syncing__single .slick-arrow {
    font-size: 30px;
  }
  .gallery__syncing__single .fa-angle-left {
    left: -15px;
  }
  .gallery__syncing__single .fa-angle-right {
    right: -15px;
  }
}

@media (max-width: 576px) {
  .tour-infomation__content__write-comment form div {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    row-gap: 20px;
  }
}

@media (max-width: 992px) {
  .left-sidebar {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .left-sidebar {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 425px) {
  .left-sidebar {
    width: 90%;
  }
}

@media (min-width: 411px) {
  .left-sidebar .form__item {
    margin: 0;
  }
}

@media (max-width: 411px) {
  .left-sidebar__price-range {
    margin-top: 50px;
  }
}

@media (max-width: 1200px) {
  .destination-sidebar {
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  .destination-sidebar {
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .destination-sidebar {
    width: 80%;
  }
}

@media (max-width: 992px) {
  .blog-sidebar {
    width: 80%;
    margin: 30px auto 50px auto;
  }
}

@media (max-width: 576px) {
  .tour-item-banner {
    height: 300px;
  }
}

@media (max-width: 992px) {
  .blog-list {
    padding: 65px 0 30px 0;
  }
}

@media (max-width: 576px) {
  .blog-list__info {
    padding: 15px;
  }
  .blog-list__info h3 {
    font-size: 17px;
  }
  .blog-list__info span {
    display: block;
  }
  .blog-list__info p {
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .blog-single-aside {
    padding: 65px 0 30px;
  }
}

@media (max-width: 576px) {
  .blog-single-aside__content__img {
    margin-top: -30px;
    text-align: center;
  }
  .blog-single-aside__content__img img {
    margin-top: 30px;
    width: 70%;
  }
}

@media (max-width: 576px) {
  .blog-comment-box__item--reply {
    margin: 20px 0 20px 50px !important;
  }
}

@media (max-width: 1200px) {
  .aboutus-descript__text {
    padding: 0;
  }
  .aboutus-descript__text--left {
    padding-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .aboutus-descript {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .aboutus-descript h3 {
    font-size: 30px !important;
  }
}

@media (max-width: 576px) {
  .aboutus-descript__text h5 {
    margin: 15px 0;
  }
  .aboutus-descript__img {
    padding-top: 15px;
    flex-direction: column;
  }
  .aboutus-descript__img img {
    margin: 30px auto 0 auto;
    width: 70% !important;
  }
}

@media (max-width: 768px) {
  .contact-infomation {
    padding: 60px 0 60px;
  }
  .contact-infomation__map {
    margin-top: 0;
    height: 250px;
  }
}

@media (min-width: 992px) {
  .contact-infomation__item--padding {
    padding-left: 70px;
  }
}

@media (max-width: 768px) {
  .search-area form {
    width: 80%;
  }
  .search-area__input {
    font-size: 20px;
  }
}

/*# sourceMappingURL=maps/style.css.map */
