/* CSS Document */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
}

.bx-wrapper .bx-next {
  right: 10px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*
  * (c) Moselay Media Development <mselaymd.com> stylesheet by Mokhtar ali <mokhtarali.com>
*/
body {
  font-family: 'Montserrat', sans-serif;
  background: #0b0b0b;
  overflow-x: hidden;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.bi::-webkit-scrollbar {
  display: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  text-align: center;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

.clearfix:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.rightt {
  float: right;
}

.container {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* End Global rules */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #212121;
  display: block;
}

.draw-logo {
  width: 200px;
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
}

svg {
  visibility: visible;
}

.line {
  fill: #b0883d;
  stroke: #b0883d;
  stroke-width: 4;
  stroke-miterlimit: 10;
}

.lines {
  fill: #b0883d;
  transition: fill .6s;
}

#parenting path:first-child {
  animation-delay: 2s;
}

polygon#XMLID_118_, polygon#XMLID_94_ {
  stroke-width: 8px;
}

path#XMLID_93_ {
  stroke-width: 14px;
}

polygon, path, rect {
  stroke-width: 4px;
}

.navbar {
  /*height: 0;position: relative;z-index: 11;*/
}

.navbar .med {
  padding: 20px;
}
.navbar .med:after {
  content: "";
  display: table;
  clear: both;
}

.menu-section {
  display: none;
  position: relative;
  z-index: 9900;
}

.navbar .log {
  float: left;
  width: 100px;
  margin-top: 7px;
}

.navbar .log img {
  cursor: pointer;
  width: 100%;
}

nav.menu, .mob {
  float: right;
  margin: 32px 0;
}

.navbar .trig {
  float: right;
  display: none;
}

.navbar .trig .norm {
  font-weight: normal;
  color: #fff;
  line-height: 57px;
  float: left;
  margin-right: 5px;
}

.navbar .trig .norm--active {
  color: #eae5d6;
}

.white {
  background: #A7A7A7;
  height: 110px;
}

.mob {
  display: none;
}

.mob a {
  display: none;
}

.page-wrapper {
  color: #959595;
  background: #333;
  height: 45px;
}

.page-wrapper a {
  margin-right: 10px;
}

a.btn {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  margin-left: 4px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 13px 0;
}

a.btn:hover {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.socialtop > a.btn:last-of-type {
  margin-right: 50px;
}

a.btn .fa-facebook:hover {
  color: #3b5998;
}

a.btn .fa-twitter:hover {
  color: #00acee;
}

a.btn .fa-google-plus:hover {
  color: #C52F30;
}

a.btn .fa-instagram:hover {
  color: #A1755C;
}

a.btn .fa-youtube-play:hover {
  color: #C52F30;
}

a.btn .fa-vimeo:hover {
  color: #00acee;
}

a.btn .fa-flickr:hover {
  color: #FF0084;
}

a.btn .fa-linkedin:hover {
  color: #0085AE;
}

.coninfo {
  float: left;
}

.coninfo a {
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.coninfo .fa:before {
  margin-right: 5px;
}

.socialtop {
  float: right;
}

body .wrapper {
  padding: 50px;
}

body.mode-search {
  overflow: hidden;
}

body.mode-search .form,
body.mode-search .icon-close {
  opacity: 1;
  transform: none;
  pointer-events: all;
  position: fixed;
  z-index: 9999;
}

body.mode-search .control .icon-search {
  opacity: 0;
}

body.mode-search .control .btn {
  transform: scale(150);
  position: fixed;
  z-index: 9999;
  background: #333;
}

.header {
  position: relative;
  height: 50%;
  width: 100%;
  background: #22313F;
  color: #FFF;
}

.header .header-content {
  padding: 70px 50px;
}

.header .header-content h1, .header .header-content h2 {
  font-weight: 200;
}

.control {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 190px;
  bottom: 13px;
  cursor: pointer;
  outline: 0;
}

.control .icon-search,
.control .icon-close {
  transition: 0.2s ease-in-out;
}

/* Button */
.control .btn {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  outline: 0;
  transform-origin: 50%;
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.icon-search {
  position: absolute;
  top: 13px;
  left: 14px;
  font-size: 13px;
  color: #fff;
  z-index: 4;
}
.icon-search:hover {
  color: #b0883d;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.icon-close {
  position: fixed;
  top: 30px;
  right: 30px;
  color: #8a8a8a;
  font-size: 28px;
  opacity: 0;
  transform: translate(10px, 0) rotate(90deg);
  transition: all 0.3s ease-in-out;
}

.form {
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -40px;
  pointer-events: none;
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.3s ease-in-out;
}

.form input {
  color: #4D4D4D;
  font-size: 54px;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0;
  font-weight: 200;
}

.form ::-webkit-input-placeholder {
  color: #8a8a8a;
}

.form :-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

.form ::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

.form :-ms-input-placeholder {
  color: #8a8a8a;
}

.page-wrapper .container {
  width: 94%;
}

.menu {
  line-height: 1;
}

.menuList {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.menuItem {
  display: inline-block;
}

.menuItem .box {
  width: auto;
}

.menuItem .box a {
  color: #afafaf;
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  /* transition:.3s ease; */
  width: auto;
}

.menuItem .box a i {
  margin-left: 15px;
}

.menuItem .box a::after, .menuItem .box a::before {
  background: #b0883d;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  width: 100%;
}

.menuItem .box a::after {
  top: 0px;
}

.menuItem .box a::before {
  bottom: 0px;
}

.menuItem .box .btn {
  -webkit-transition: .3s ease 0s color;
  transition: .3s ease 0s color;
  z-index: 1;
}

.menuItem .box .btn i {
  -webkit-transition: 0s ease 0s color, .3s ease .3s transform;
  transition: 0s ease 0s color, .3s ease .3s transform;
}

.menuItem .box .btn::before, .menuItem .box .btn::after {
  left: inherit;
  right: 0;
  z-index: -1;
}

.menuItem .box .btn::after {
  -webkit-transition: .3s ease .3s width, .3s ease .3s transform, .3s ease 0s height;
  transition: .3s ease .3s width, .3s ease .3s transform, .3s ease 0s height;
}

.menuItem .box .btn::before {
  -webkit-transition: .3s ease .3s width, .3s ease .3s transform;
  transition: .3s ease .3s width, .3s ease .3s transform;
}

.menuItem .box .btn:hover {
  color: #fff;
  -webkit-transition: .3s ease .3s color;
  transition: .3s ease .3s color;
}

.menuItem .box .btn:hover i {
  color: #fff;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: .3s ease .3s color, .3s ease 0s transform;
  transition: .3s ease .3s color, .3s ease 0s transform;
}

.menuItem .box .btn:hover::after, .menuItem .box .btn:hover::before {
  left: inherit;
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
  width: calc(90% + 60px);
}

.menuItem .box .btn:hover::after {
  height: 100%;
  -webkit-transition: .3s ease 0s width, .3s ease 0s transform, .3s ease .3s height;
  transition: .3s ease 0s width, .3s ease 0s transform, .3s ease .3s height;
}

.menuItem .box .btn:hover::before {
  -webkit-transition: .3s ease 0s width, .3s ease 0s transform;
  transition: .3s ease 0s width, .3s ease 0s transform;
}

.menuItem:nth-child(7) a {
  padding-right: 0;
}

.menuLink {
  font-size: 1.05em;
  display: block;
  padding: 20px 8px;
  margin: 0 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
}

.menuLink:hover,
.menuLink:focus {
  outline: none;
}

/*.menu--iris .menu__item {margin: 0 10px;}*/
.menu .menuLink {
  position: relative;
  text-align: left;
  color: #b0883d;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu .menuLink:hover,
.menu .menuLink:focus {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu ul li ul {
  display: none;
  position: absolute;
  z-index: 2;
  background: #3e3e3e;
}

.menuItemCurrent .menuLink {
  color: #ffda95;
}

.menu ul li li {
  display: block;
  width: 300px;
}

.menu ul li li:hover {
  background: #b0883d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu ul li li:hover a {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu ul li li:first-child {
  border-left: none;
}

.menu ul li li a {
  padding: 15px 18px;
}

.header-wrapper .menu ul li:hover > ul {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu .menuItemCurrent > .menuLink {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button {
  height: 32px;
  font-size: 12px;
  cursor: pointer;
  background: none;
  color: #333;
  text-transform: inherit;
  border: none;
}

.button:hover {
  transition: all 0.6s ease-in-out;
}

.button:hover .fa-caret-down {
  transform: rotate(180deg);
  transition: all 0.6s ease-in-out;
}

.pos-rel {
  position: relative;
  display: inline-block;
}

.founders, .sponsor, footer, .press, .site-con {
  padding: 50px 20px;
  background: #dedede;
}
.founders:after, .sponsor:after, footer:after, .press:after, .site-con:after {
  content: "";
  display: table;
  clear: both;
}

.about .container {
  width: 100%;
}

.about {
  background: #0b0b0b;
}

.about-con {
  position: relative;
}
.about-con:after {
  content: "";
  display: table;
  clear: both;
}
.about-con .about-img {
  width: 40%;
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.about-con .about-img:after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0b0b0b;
  z-index: 2;
  transition: all 2s ease;
}
.about-con .about-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.about-con .about-img > img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.about-con .about-img.show:after {
  top: 100%;
}
.about-con .about-cont {
  float: right;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 67%;
  transform: translate(-50%, -50%);
}
.about-con .about-cont span.main-btn, .about-con .about-cont .content a, .content .about-con .about-cont a {
  position: inherit;
  margin-top: 40px;
}

.about-con h1, .section__text h2 {
  font-size: 2vw;
  color: #b0883d;
  text-transform: uppercase;
  margin: 0;
}

.about-desc {
  margin-top: 30px;
}

.about-desc h2 {
  margin-bottom: 20px;
  color: #b0883d;
  font-size: 30px;
}

.about-desc p, .section__text p {
  color: #7b7b7b;
  line-height: 24px;
  text-align: left;
  font-size: 16px;
  margin-bottom: 8%;
}

.about-desc p {
  overflow: hidden;
  position: relative;
  line-height: 24px;
  max-height: 216px;
  padding-right: 1em;
}

.foun-con h1, .spon-con h1, .site-co h1, .pre-con h1 {
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  margin: 0 0 50px;
}

.gallery {
  margin-top: 70px;
}

.Grid {
  margin-bottom: 40px;
  text-align: justify;
  font-size: 0.1px;
}

.Grid li {
  display: inline-block;
  width: 23%;
  margin-bottom: 2.5%;
}

.Grid li img {
  width: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: filter 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: filter 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: filter 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media (max-width: 1024px) {
  .Grid li {
    width: 31%;
    margin-bottom: 3%;
  }
}
@media (max-width: 800px) {
  .Grid li {
    width: 48%;
    margin-bottom: 4%;
  }
}
@media (max-width: 530px) {
  .Grid li {
    width: 100%;
    margin-bottom: 10%;
  }
}
.foun-info {
  text-align: center;
  margin-top: 10px;
  transform: translateY(-20px);
  transition: all .6s;
}

.Grid li:hover .foun-info {
  transform: translateY(0);
  transition: all .6s;
}

.Grid li:hover img {
  filter: none;
  -webkit-filter: grayscale(0%);
  transition: all .6s;
}

.foun-info h3 {
  font-size: 20px;
  line-height: 24px;
  color: #333;
  margin: 5px 0;
}

.foun-info h6 {
  font-size: 11px;
  color: #bebdbd;
  letter-spacing: 3px;
  margin: 5px 0;
  text-transform: uppercase;
}

.sponsor {
  background: #f3f3f3;
}

.sponsor .container {
  width: 90%;
}

.bx-wrapper {
  margin-top: 50px;
}

/*.bxslider li{width: 90px !important;margin: 10px 40px}*/
.bxslider li img {
  padding: 10px 30px;
}

.bx-wrapper .bx-viewport {
  background: none !important;
  box-shadow: none !important;
  border: 0  !important;
}

.clients {
  font-size: 0;
  text-align: center;
}

.clients li {
  display: inline-block;
  margin: 0 0 -4px;
  padding: 0;
  width: 20%;
  max-width: 200px;
  height: 100px;
  list-style: disc;
  line-height: 20px;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.clients li img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

.clients li:nth-child(5),
.clients li:nth-child(6),
.clients li:nth-child(7),
.clients li:nth-child(8) {
  border-bottom: none;
}

.clients li:nth-child(4),
.clients li:nth-child(8) {
  border-right: none;
}

.clients li span {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  width: 195px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -999px;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

footer {
  background: #0b0b0b;
  padding: 70px 20px 0;
}

.footer .links {
  width: 20%;
  float: left;
  display: inline-block;
  margin-bottom: 30px;
}

.footer .links img {
  width: 71%;
}

.footer .links h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #4d4d4d;
}

.footer .links hr {
  width: 140px;
  margin: 0;
}

.footer .links > div {
  margin-top: 20px;
}

.footer .links > div a img {
  margin-right: 5px;
  cursor: pointer;
  opacity: .9;
}

.footer .links > div a:hover img {
  margin-right: 5px;
  color: #fff;
  opacity: 1;
}

.footer nav {
  margin-top: 20px;
  width: 74%;
}

.footer nav a {
  display: block;
  margin: 10px 0;
  color: #737373;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 5px;
}

.footer nav a:hover {
  opacity: .8;
}

.fff {
  background: none;
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.foot-con {
  color: #fff;
  overflow: hidden;
}

.foot-con a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}

.stf {
  float: left;
}

.social a {
  width: 35px;
  height: 35px;
  font-size: 13px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  color: #737373;
  transition: background-color .2s linear, color .2s linear;
}

.social a:first-child {
  width: 100%;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

div.social a.fa-twitter:hover {
  color: #00acee;
}

div.social a.fa-facebook:hover {
  color: #3b5998;
}

div.social a.fa-instagram:hover {
  color: #fbad50;
}

div.social a.fa-google-plus:hover {
  color: #dd4b39;
}

.menu-toggle {
  width: 46px;
  height: 45px;
  position: absolute;
  top: 65px;
  right: 7%;
  cursor: pointer;
}

.menu-toggle.on {
  top: 40px;
}

.menu-toggle.on .one {
  -moz-transform: rotate(45deg) translate(6px, 8px);
  -ms-transform: rotate(45deg) translate(6px, 8px);
  -webkit-transform: rotate(45deg) translate(6px, 8px);
  transform: rotate(45deg) translate(6px, 8px);
}

.menu-toggle.on .two {
  opacity: 0;
}

.menu-toggle.on .three {
  -moz-transform: rotate(-45deg) translate(8px, -10px);
  -ms-transform: rotate(-45deg) translate(8px, -10px);
  -webkit-transform: rotate(-45deg) translate(8px, -10px);
  transform: rotate(-45deg) translate(8px, -10px);
}

.menu-toggle .one,
.menu-toggle .two,
.menu-toggle .three {
  width: 100%;
  height: 1px;
  background: #b0883d;
  margin: 10px auto;
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.menu-section nav ul {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-section nav ul li li a {
  color: #333;
  font-size: 15px;
  padding: 20px 0;
}

.menu-section nav ul.hidden {
  opacity: 0;
  background: #fff;
  min-height: 130px;
  display: none;
}

.menu-section nav ul li:hover ul.hidden {
  opacity: 1;
  display: block;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.menu-section nav ul a {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
  color: white;
  text-transform: capitalize;
  font-size: 4vw;
  line-height: 1.5;
  width: 100%;
  display: block;
}

.menu-section nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.menu-section.on {
  z-index: 9998;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0b0b0b;
  position: fixed;
  transition: all .4s;
  bottom: 0;
  left: 0;
}

.site-con {
  padding: 7% 1%;
  position: relative;
}

.site-co .contac {
  text-align: center;
  width: 100%;
}

.site-co .contac textarea::-webkit-input-placeholder {
  color: #959595;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.site-co input[type="submit"] {
  width: 20%;
  padding: 10px;
  border: 0;
  color: #333;
  margin-top: 10px;
  border: 2px solid;
  font-size: 13px;
  background: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 40px;
}

.site-co input[type="submit"]:hover {
  color: #fff;
  background: #333;
}

.site-co .contac textarea {
  height: 220px;
  padding: 30px;
  resize: none;
  width: 100%;
  background: #d8d8d8;
  border: none;
  outline: 0;
}

.site-co .info {
  width: 100%;
  margin: 45px 0;
  color: #333;
}

.site-co .info hr {
  opacity: .3;
  margin: 20px 0;
}

.site-co .info > div {
  margin-top: 20px;
  line-height: 21px;
  font-size: 14px;
}

.site-co .info div span {
  font-weight: 500;
}

.site-co .info div .indent {
  margin-left: 27px;
}

.info span i {
  width: 35px;
  text-align: center;
}

.input-con {
  width: 32.333%;
  display: inline-block;
  margin-bottom: 3.5em;
}

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  width: 90%;
  left: -9px;
}

.input__field {
  position: relative;
  display: block;
  float: right;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
  padding: 1em 0em;
  font-size: 14px;
  width: 100%;
  background: transparent;
  color: #fff;
  left: 17px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input__field:focus {
  outline: none;
}

.input__label {
  display: inline-block;
  float: right;
  color: #333;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 0;
  padding: 0 0.85em;
  width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none;
}

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 1em;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.input__label::before,
.input__label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.input__label::before {
  border-top: 2px solid #333;
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.input__label::after {
  z-index: -1;
  background: #333;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.input__field:focus,
.input--filled .input__field {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.input__field:focus + .input__label .input__label-content,
.input--filled .input__label-content {
  -webkit-transform: translate3d(0, -80%, 0);
  transform: translate3d(0, -80%, 0);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__field:focus + .input__label::before,
.input--filled .input__label::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.input__field:focus + .input__label::before,
.input--filled .input__label::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.input__field:focus + .input__label::after,
.input--filled .input__label::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.press .Grid li {
  min-height: 460px;
  text-align: center;
}

.press .Grid li img {
  width: 100%;
  filter: none;
  -webkit-filter: grayscale(0%);
}

.press .Grid li a {
  padding: 12px 32px;
  background: #333;
  font-size: 10px;
  color: #fff;
  font-weight: 600;
  transition: all .6s;
}

.img-back {
  padding: 30%;
}

.press .Grid li a:hover {
  background: #565656;
}

.press .foun-info {
  text-align: left;
  margin-top: 10px;
  transform: translateY(0);
  transition: all .6s;
  min-height: 140px;
  max-height: 200px;
  overflow: hidden;
}

.press .Grid li:hover .foun-info {
  transition: all .6s;
}

.press .Grid li:hover img {
  transition: all .6s;
}

.press .foun-info h3 {
  font-size: 20px;
  line-height: 24px;
  color: #333;
  margin: 5px 0;
  text-align: center;
}

.press .foun-info p {
  font-size: 12px;
  color: #5d5d5d;
  margin: 5px 0;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  line-height: 20px;
  max-height: 80px;
  padding-right: 1em;
}

.floating-btn {
  position: fixed;
  bottom: 0px;
  right: 15px;
  text-align: center;
}

.fixed-button {
  background-color: #333;
  color: #FFFFFF;
  border: none;
  outline: none;
  height: 50px;
  width: 50px;
  border-radius: 30px;
  box-shadow: 1px 3px 5px #0c0c0c;
  transition: all .6s;
  position: relative;
  left: 180px;
}

.fixed-button:hover {
  background: #2c2c58;
}

.floating-btn h3 {
  transform: translateX(300px);
  transition: all .6s;
  background: #2c2c58;
  font-size: 15px;
  padding: 12px 25px;
  color: #fff;
  font-weight: 500;
}

.floating-btn:hover h3 {
  transform: translateX(0);
  transition: all .6s;
}

@keyframes wobble {
  16.65% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.soon {
  background: #000;
  position: relative;
}

/*.sing-pre-con{overflow: hidden;}*/
.sing-title {
  margin-bottom: 20px;
}

.sing-title h1 {
  color: #333;
  margin-bottom: 5px;
  font-size: 30px;
}

.sing-title span {
  font-size: 15px;
  color: #9c9c9c;
}

.sing-intro {
  overflow: hidden;
}

.sing-img {
  float: left;
  width: 38%;
  margin-right: 2%;
}

.sing-img img {
  width: 100%;
}

.short-disc p, .sing-con p {
  text-align: left;
  line-height: 24px;
  font-size: 15px;
}

.label {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #c99e51;
  letter-spacing: 7px;
  padding-bottom: 20px;
}

.label:before, .label:after {
  content: '\f005';
  position: relative;
  font-size: 20px;
  font-family: "fontawesome";
  margin: 0 10px;
}

body.ho, html {
  background: transparent;
  overflow-x: hidden;
  font-size: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', sans-serif;
}
@media (min-width: 860px) {
  body.ho, html {
    font-size: 8px;
  }
}
@media (min-width: 1200px) {
  body.ho, html {
    font-size: 10px;
  }
}

.header-wrapper .header {
  position: relative;
  display: block;
  width: 100%;
  height: 6rem;
}
.header-wrapper .menu-wrapper {
  position: relative;
  float: left;
  display: block;
  cursor: pointer;
  width: 2.5rem;
  height: 3rem;
  right: 0;
  margin: 0;
  text-align: left;
}
.header-wrapper .menu-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.header-wrapper .menu-hamburger {
  position: relative;
  width: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  background: white;
  height: 1px;
  cursor: pointer;
  right: 0;
  top: 1rem;
}
.header-wrapper .menu-hamburger::before {
  content: "";
  width: 2.5rem;
  height: 1px;
  background: white;
  position: absolute;
  top: -0.8rem;
  left: 0;
}
.header-wrapper .menu-hamburger::after {
  content: "";
  width: 2rem;
  height: 1px;
  background: white;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
.header-wrapper .nav-wrapper {
  position: relative;
  float: right;
}
.header-wrapper nav {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  font-weight: 700;
  color: white;
}
.header-wrapper nav ul {
  padding: 0;
  display: block;
  list-style: none;
}
.header-wrapper nav ul:after {
  content: "";
  display: table;
  clear: both;
}
.header-wrapper nav li:last-child {
  margin-left: 0;
}

.ho .slider-content {
  position: relative;
}
.ho .slider-content .header-wrapper {
  position: absolute;
  top: 95px;
  left: 50%;
  width: 96.7%;
  z-index: 1000;
  transform: translate(-50%, -50%);
}

.slider-content {
  background: #0b0b0b;
  margin: 0 auto;
}
.slider-content .slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slider-content .slide-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slider-content .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  background-size: auto 125%;
  background-position: 0px -45px;
  background-repeat: no-repeat;
  opacity: 0;
}
.slider-content .slide:after {
  content: "";
  display: table;
  clear: both;
}
.slider-content .slide.active {
  opacity: 1;
  z-index: 50;
}
.slider-content .slide.next {
  opacity: 1;
}
.slider-content .slide.slide-1 {
  background-color: #333;
}
.slider-content .slide.slide-2 {
  background-color: #4D4D4D;
}
.slider-content .slide.slide-3 {
  background-color: #333;
}
.slider-content .slide.slide-4 {
  background-color: #4D4D4D;
}
.slider-content .canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.slider-content .fake-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  background-size: auto 125%;
  background-position: 0px -45px;
  background-repeat: no-repeat;
}
.slider-content .fake-bg.slide-1 {
  background-image: url(../images/cover/1.jpg);
  background-color: #333;
}
.slider-content .fake-bg.slide-2 {
  background-image: url(../images/cover/2.jpg);
  background-color: #4D4D4D;
}
.slider-content .fake-bg.slide-3 {
  background-image: url(../images/cover/3.jpg);
  background-color: #333;
}
.slider-content .fake-bg.slide-4 {
  background-image: url(../images/cover/4.jpg);
  background-color: #4D4D4D;
}
.slider-content .fake-bg img {
  width: 100%;
  background-size: cover;
}
.slider-content .image-mask {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 125%;
  overflow: hidden;
}
.slider-content .image-mask img {
  position: absolute;
  display: block;
  width: auto;
  height: 100%;
  top: -45px;
}
.slider-content .mask-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: -5rem;
}
.slider-content .mask-animation img.clip {
  width: 100%;
  clip-path: url(#svgPathBig);
}
.slider-content .image-caption {
  position: absolute;
  color: white;
  font-size: 1.2rem;
  z-index: 10;
  clip: rect(0rem, 33rem, 5rem, -15rem);
  display: inline-block;
  transition: all 0.3s ease;
  top: -24px;
  right: 0;
  width: 200px;
}
.slider-content .image-caption.mask-up {
  clip: rect(0rem, 33rem, 0, 0);
}
.slider-content .image-caption.mask-down {
  clip: rect(0rem, 21rem, 2rem, 200px);
}
.slider-content .image-caption span {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Playfair Display", serif;
}
.slider-content .image-caption .line {
  position: relative;
  background: white;
  height: 1px;
  width: 5rem;
  margin-right: 5px;
  top: .8rem;
}
.slider-content .title-background {
  position: absolute;
  font-size: 25rem;
  font-family: "Playfair Display", serif;
  top: 8rem;
  left: 4rem;
  color: #fff;
  opacity: 0.03;
  text-align: right;
}
.slider-content .title-background span.mask-wrap {
  display: block;
  height: 25rem;
  position: relative;
}
.slider-content .title-background span.mask-wrap span.mask, .slider-content .title-background span.mask-wrap span.gallery {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0rem, 120rem, 32rem, 0px);
  transition: all 0.3s ease-in;
}
.slider-content .title-background span.mask-wrap:last-child span.mask, .slider-content .title-background span.mask-wrap:last-child span.gallery {
  transition-delay: 0.15s;
}
.slider-content .title-background span.mask-wrap.mask-up span.mask, .slider-content .title-background span.mask-wrap.mask-up span.gallery {
  clip: rect(0rem, 120rem, 0rem, 0px);
}
.slider-content .title-background span.mask-wrap.mask-down span.mask, .slider-content .title-background span.mask-wrap.mask-down span.gallery {
  clip: rect(25rem, 44rem, 25rem, 0px);
}
.slider-content .title-wrapper {
  position: relative;
  color: white;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: right;
  z-index: 5;
}
.slider-content .title-wrapper h1 {
  position: relative;
  font-size: 12rem;
  margin: 0;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: 900;
  text-align: right;
  font-family: "Playfair Display", serif;
  margin-left: 5rem;
}
.slider-content .title-wrapper h1 span.mask-wrap {
  display: block;
  height: 12rem;
  position: relative;
}
.slider-content .title-wrapper h1 span.mask-wrap span.mask, .slider-content .title-wrapper h1 span.mask-wrap span.gallery {
  position: absolute;
  top: 0;
  right: 0;
  clip: rect(0rem, 100rem, 14rem, 0px);
  transition: all 0.3s ease-in;
}
.slider-content .title-wrapper h1 span.mask-wrap:last-child span.mask, .slider-content .title-wrapper h1 span.mask-wrap:last-child span.gallery {
  transition-delay: 0.15s;
}
.slider-content .title-wrapper h1 span.mask-wrap.mask-up span.mask, .slider-content .title-wrapper h1 span.mask-wrap.mask-up span.gallery {
  clip: rect(0rem, 44rem, 0rem, 0px);
}
.slider-content .title-wrapper h1 span.mask-wrap.mask-down span.mask, .slider-content .title-wrapper h1 span.mask-wrap.mask-down span.gallery {
  clip: rect(12rem, 44rem, 12rem, 0px);
}

span.main-btn, .content a {
  position: absolute;
  text-align: right;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  clip: rect(0rem, 33rem, 5rem, -15rem);
  width: 135px;
  font-weight: normal;
  margin-top: 40px;
  color: #fff;
  right: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
span.main-btn:hover, .content a:hover {
  letter-spacing: 5px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.control-nav {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.control-nav ul {
  position: relative;
  list-style: none;
  padding: 0;
}
.control-nav li {
  position: relative;
  margin: 0.2rem 0;
  opacity: 0.5;
  border-radius: 3rem;
  color: #b0883d;
  font-size: 1rem;
}
.control-nav li.active {
  opacity: 1;
}
.control-nav li.active .line {
  transform: translateX(-1.2rem);
  width: 1.8rem;
}
.control-nav li.active .number {
  opacity: 1;
}
.control-nav .line {
  width: 1.5rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  background: #b0883d;
  left: -1rem;
  transition: all 0.3s ease;
}
.control-nav .number {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.social-icons {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  z-index: 999;
}
.social-icons ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icons ul li {
  position: relative;
  display: block;
  padding: 0.3rem 0;
}
.social-icons ul a {
  display: block;
  width: 2rem;
  height: 2rem;
}
.social-icons ul a svg {
  fill: white;
  display: block;
  width: 100%;
  height: 100%;
}

.footer-wrapper {
  position: absolute;
  color: white;
  bottom: 0rem;
  right: 0rem;
  width: 100%;
  z-index: 999;
}
.footer-wrapper ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
  height: 100%;
}
.footer-wrapper ul:after {
  content: "";
  display: table;
  clear: both;
}
.footer-wrapper li {
  position: relative;
  display: inline-block;
  width: 10%;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  font-size: 13px;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.footer-wrapper li:last-child {
  border: none;
}
.footer-wrapper li.active .hover-box {
  opacity: 1;
  transform: scale(1.15);
}
.footer-wrapper li .hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in;
  z-index: 1;
}
.footer-wrapper li .box-content {
  position: relative;
  z-index: 5;
}

#googleMap {
  width: 100%;
  height: 500px;
}

.copyright {
  width: 90%;
}

.copyright h4 {
  padding: 20px 0;
  font-weight: 500;
  font-size: 11px;
  margin: 0;
  text-align: left;
  display: block;
  color: #737373;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  z-index: 1;
  background: #0b0b0b;
}

.section {
  display: flex;
  min-height: 100vh;
  position: relative;
  z-index: 2;
  width: 100%;
}
.section > * {
  width: 50%;
}
.section__img {
  position: relative;
  display: flex;
}
.section__img__inner {
  height: 100vh;
  position: fixed;
  width: 50%;
  top: 0;
  mix-blend-mode: multiply;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.section__body {
  display: flex;
  position: relative;
  z-index: 100;
  background: #0b0b0b;
}
.section__text {
  padding: 5vw;
}

.section__img__inner {
  filter: blur(30px);
  opacity: 0;
  background-position: 50% 40%;
  transition: filter .6s ease, opacity .6s ease, background-position 0.8s ease;
}

.section.active .section__img__inner {
  opacity: 1;
  background-position: 50% 50%;
  filter: blur(0);
}

.ab .slider-content, .ab .page-wrapper, .ab footer {
  position: relative;
  z-index: 3;
}

.containerr img {
  border: 0;
  display: block;
  width: 100%;
}

.containerr article {
  display: block;
  padding: 0 0 10px;
  width: initial;
  margin-bottom: 50px;
}

.blog .box {
  height: initial;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: initial;
}

.blog .box:last-child {
  padding: 20px 40px 0;
  width: initial;
}

.containerr h2 {
  color: #b0883d;
  position: relative;
  font-size: 40px;
  margin: 0;
}

.containerr p {
  color: #243743;
  line-height: 1.439vw;
  text-align: left;
  font-size: .80vw;
  margin-top: 8%;
  min-height: 40%;
}

.containerr h2:before {
  background: #b0883d;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100px;
}

.containerr h3 {
  color: #bcbcbc;
  display: flex;
  font-weight: normal;
  font-size: 15px;
  overflow: hidden;
  position: relative;
}

.containerr h4 {
  color: #999;
  font-size: 12px;
  margin: 0;
}

.containerr h4 > a {
  margin: 0 auto 0 20px;
  color: #26313d;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  font-size: 11px;
  text-transform: uppercase;
}

.containerr h4 > a:first-child {
  margin: 0;
}

.containerr h4 > a:hover {
  letter-spacing: 5px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.containerr h3 > span {
  overflow: hidden;
  position: relative;
  width: 50%;
}

.containerr h3 > span:last-child {
  text-align: end;
  position: absolute;
  right: 0;
}

.blog .box p {
  color: #777;
  font-size: 15px;
  font-style: italic;
  line-height: 20px;
  text-align: left;
}

.containerr ul, .containerr li {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

@media all and (min-width: 360px) {
  .containerr h2 {
    font-size: 20px !important;
  }

  .containerr p {
    font-size: 12px;
    line-height: 18px;
  }

  .containerr {
    margin: 0 auto;
    overflow: visible;
    width: 90%;
  }

  .containerr h4 > a {
    font-size: 10px;
  }

  .containerr article {
    display: block;
    height: auto;
    padding: 0;
    width: 100%;
    padding: 20px 0;
  }

  .containerr article > .box:last-child {
    padding: 0 40px 0;
    width: initial;
  }
}
@media all and (min-width: 580px) {
  .containerr h2 {
    font-size: 30px !important;
  }

  .containerr p {
    font-size: 20px;
    line-height: 32px;
  }

  .containerr {
    margin: 0 auto;
    overflow: visible;
    width: 90%;
  }

  .containerr h4 > a {
    font-size: 18px;
  }

  .containerr article {
    display: block;
    height: auto;
    padding: 0;
    width: 100%;
  }

  .containerr article > .box:last-child {
    padding: 0 40px 0;
    width: initial;
  }
}
@media all and (max-width: 1024px) {
  .containerr h2 {
    font-size: 20px !important;
  }

  .containerr p {
    font-size: 12px;
    line-height: 18px;
  }

  li.current .content p {
    font-size: 10px;
  }

  .containerr {
    margin: 0 auto;
    overflow: visible;
    width: 90%;
  }

  .containerr h4 > a {
    font-size: 10px;
  }

  .containerr article {
    display: block;
    height: auto;
    padding: 0;
    width: 100%;
    padding: 20px 0;
  }

  .containerr article > .box:last-child {
    padding: 20px 40px 0;
    width: initial;
  }
}
@media all and (min-width: 760px) {
  .containerr {
    width: 720px;
  }

  .containerr article {
    display: flex;
    height: auto;
    padding: 0;
    width: 100%;
  }

  .containerr article:nth-child(odd), .containerr article:nth-child(odd) .box {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
  }

  .containerr article > .box {
    width: 50%;
  }

  .containerr article > .box:last-child {
    padding: 0 20px 0;
    width: calc(50% - 40px);
  }
}
@media all and (min-width: 900px) {
  .containerr p {
    font-size: 16px;
    line-height: 24px;
  }

  .containerr {
    width: 860px;
  }

  .containerr article > .box:last-child {
    padding: 0 40px 0;
    width: calc(50% - 80px);
  }
}
@media all and (min-width: 1100px) {
  .containerr {
    width: 980px;
  }

  .containerr article > .box:last-child {
    padding: 0 60px 0;
    width: calc(50% - 120px);
  }
}
@media all and (min-width: 1200px) {
  .containerr {
    width: 1100px;
  }

  .containerr article > .box:last-child {
    padding: 0 60px;
    width: calc(50% - 120px);
  }
}
.title-img img {
  width: 100%;
  margin-bottom: 40px;
}

.weather-app {
  position: fixed;
  z-index: 9999;
  left: 10px;
  bottom: 10px;
}

.weather-app, .weather-app_main, .weather-app_main__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  cursor: all-scroll;
}

.weather-app_main {
  background: #fff;
  width: auto;
  height: 11em;
  border-radius: 10px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: bounce-in 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  animation: bounce-in 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.weather-app_main__information h1, .weather-app_main__information h2, .weather-app_main__information h3 {
  color: rgba(43, 45, 66, 0.7);
  margin: 0.57em 0;
  font-size: 1.2em;
}

.weather-app_main__information img {
  width: 65px;
  height: 65px;
}

@-webkit-keyframes bounce-in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce-in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.weather-app_main__information h3 {
  position: relative;
  top: -7px;
}

.weather-app_main__information h2 {
  font-size: 2em;
}

.cd-slider {
  position: relative;
  width: 100%;
  height: 50rem;
  overflow: hidden;
  margin-top: 120px;
}

.cd-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s 1s;
  will-change: visibility;
}

.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  clip: rect(0, 80rem, 50rem, 80rem);
  transition: clip 0.5s cubic-bezier(0.99, 0.01, 0.45, 0.9) 0.5s;
  will-change: clip;
}

.content {
  position: absolute;
  top: 0;
  right: 0;
  width: 47%;
  height: 100%;
  padding: 2rem 0 0 2rem;
  font-size: 9rem;
  text-align: left;
}

.content h2 {
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  transform: translateY(-30%);
  opacity: 0;
  transition: transform .5s, opacity .5s;
  will-change: transform, opacity;
  margin: 0;
  font-size: 3vw;
}

.content p {
  text-overflow: ellipsis;
  overflow: hidden;
  transform: translateY(-30%);
  opacity: 0;
  transition: transform .5s, opacity .5s;
  will-change: transform, opacity;
  margin: 0;
  text-align: left;
  font-size: 16px;
}

.content a {
  position: initial;
  color: #243743;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.5s 0.1s, opacity 0.5s 0.1s;
  will-change: transform, opacity;
  text-align: left;
}

/* Current Slide
-------------------------------------*/
li.current {
  visibility: visible;
  transition-delay: 0s;
}

li.current .image {
  clip: rect(0, 80rem, 50rem, 0);
}

li.current .content h2 {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1s;
}

li.current .content p {
  transform: translateY(15%);
  opacity: 1;
  transition-delay: 1.2s;
  overflow: hidden;
  position: relative;
  line-height: 22px;
  max-height: 176px;
  padding-right: 1em;
}

li.current .content a {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1.3s;
}

/* Prev Slide
------------------------------------*/
li.prev_slide .image {
  clip: rect(0, 0, 50rem, 0);
}

.cd-slider nav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.prev, .next, .counter {
  vertical-align: middle;
}

.prev, .next {
  position: relative;
  display: inline-block;
  height: 5rem;
  width: 5rem;
  border: 0;
  cursor: pointer;
  background: transparent;
  outline: 0;
}
/*
.prev::before, .next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: .8rem solid transparent;
  border-right-width: 1rem;
  border-right-color: #000;
  border-left-width: 0;
  width: 0;
  height: 0;
}

.prev::after, .next::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
  left: .5rem;
  background: #000;
  height: .1rem;
  min-height: 1px;
  width: 2.5rem;
  transition: width .3s;
}*/

.next::before {
  right: 0;
  left: auto;
  border-left-width: 1rem;
  border-left-color: #000;
  border-right-width: 0;
}

.next::after {
  right: .5rem;
  left: auto;
}

.counter {
  display: inline-block;
  font-size: 4rem;
  font-family: serif;
  font-style: italic;
}

.counter span:last-child::before {
  content: '/';
  margin: 0 1rem;
}

.prev:hover::after, .next:hover::after {
  width: 3.5rem;
}

@media screen and (max-width: 550px) {
  .image {
    width: 100%;
  }

  .cd-slider .content {
    padding-left: 6rem;
    top: 40%;
    width: 95%;
  }
  .cd-slider .content a, .cd-slider .content p, .cd-slider .content h2 {
    color: #fff;
  }

  .cd-slider .content:after {
    content: '';
    position: absolute;
    left: 0;
    opacity: .8;
    bottom: 35%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: transparent;
    background: -webkit-linear-gradient(bottom, #000, rgba(52, 56, 60, 0));
    background: linear-gradient(to top, #000, rgba(52, 56, 60, 0));
  }

  .cd-slider nav {
    left: 0;
    right: auto;
  }
}
.cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0.0001s 0.0001s, opacity 0.0001s 0.0001s, z-index 0.0001s 0.0001s;
  -moz-transition: visibility 0.0001s 0.0001s, opacity 0.0001s 0.0001s, z-index 0.0001s 0.0001s;
  transition: visibility 0.0001s 0.0001s, opacity 0.0001s 0.0001s, z-index 0.0001s 0.0001s;
}

.cd-modal::after {
  content: '';
  position: absolute;
  left: 0;
  opacity: .2;
  bottom: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  background: transparent;
  background: -webkit-linear-gradient(bottom, #34383c, rgba(52, 56, 60, 0));
  background: linear-gradient(to top, #34383c, rgba(52, 56, 60, 0));
}

.cd-modal .cd-modal-content {
  height: 100%;
  width: 100%;
  margin-top: 150px;
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-modal p {
  color: #ffffff;
  line-height: 1.6;
  margin: 2em 0;
}

.modal-is-visible .cd-modal {
  z-index: 2000;
  background: #b0883d;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0.0001s 0.0001s, opacity 0.0001s 0.0001s, z-index 0.0001s 0.0001s;
  -moz-transition: visibility 0.0001s 0.0001s, opacity 0.0001s 0.0001s, z-index 0.0001s 0.0001s;
  transition: visibility 0.0001s 0.0001s, opacity 0.0001s 0.0001s, z-index 0.0001s 0.0001s;
}

.modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 1170px) {
  .cd-modal p {
    font-size: 2rem;
    line-height: 2;
  }
}
.cd-modal-action {
  position: relative;
}

.cd-modal-action .btn, .cd-modal-action .cd-modal-bg {
  display: inline-block;
  height: 4em;
}

.cd-modal-bg {
  background-color: #b0883d;
}

.cd-modal-action .btn {
  color: #ffffff;
  height: 44rem;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.0001s 0.0001s, width 0.0001s 0.0001s;
  -moz-transition: color 0.0001s 0.0001s, width 0.0001s 0.0001s;
  transition: color 0.0001s 0.0001s, width 0.0001s 0.0001s;
}

.cd-modal-action .btn.to-circle {
  width: 4em;
  color: transparent;
  -webkit-transition: color 0.0001s 0.0001s, width 0.0001s 0.0001s;
  -moz-transition: color 0.0001s 0.0001s, width 0.0001s 0.0001s;
  transition: color 0.0001s 0.0001s, width 0.0001s 0.0001s;
}

.cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 1;
  left: 10%;
  top: 40%;
  width: 4em;
  border-radius: 50%;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0.0001s 0.0001s;
  -moz-transition: visibility 0.0001s 0.0001s;
  transition: visibility 0.0001s 0.0001s;
}

.cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

.cd-modal-close {
  position: fixed;
  z-index: 2000;
  top: 20px;
  right: 5%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3) url(../images/cd-icon-close.svg) no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.0001s 0.0001s, visibility 0.0001s 0.0001s, opacity 0.0001s 0.0001s;
  -moz-transition: -moz-transform 0.0001s 0.0001s, visibility 0.0001s 0.0001s, opacity 0.0001s 0.0001s;
  transition: transform 0.0001s 0.0001s, visibility 0.0001s 0.0001s, opacity 0.0001s 0.0001s;
}

.no-touch .cd-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.0001s 0.0001s, visibility 0.0001s 0.0001s, opacity 0.0001s 0.0001s;
  -moz-transition: -moz-transform 0.0001s 0.0001s, visibility 0s 0s, opacity 0.0001s 0.0001s;
  transition: transform 0.0001s 0.0001s, visibility 0.0001s 0.0001s, opacity 0.0001s 0.0001s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media only screen and (min-width: 768px) {
  .cd-modal-close {
    top: 70px;
  }
}
.bio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bio .image {
  width: 30%;
  clip: initial;
}
.bio .content {
  height: 40%;
  top: 50%;
  width: 67%;
}
.bio .content h1 {
  font-size: 50px;
  text-transform: uppercase;
  color: #243743;
  margin: 0;
  text-align: left;
}
.bio .content h3 {
  opacity: 1;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  transform: translate(0);
  text-align: left;
  color: #243743;
  letter-spacing: 5px;
  margin: 0;
}

.cd-section:nth-child(2n+0) .bio {
  right: 0;
  left: initial;
}
.cd-section:nth-child(2n+0) .bio .image {
  left: initial;
  right: 0;
}
.cd-section:nth-child(2n+0) .bio .content {
  left: 0;
  right: initial;
}
.cd-section:nth-child(2n+0) .bio .content h1 {
  text-align: right;
}
.cd-section:nth-child(2n+0) .bio .content h3 {
  text-align: right;
}
.cd-section:nth-child(2n+0) .cd-modal-action .cd-modal-bg {
  left: initial;
  right: 10%;
}

.cd-section {
  position: relative;
}

.bio-img {
  float: left;
  width: 35%;
}
.bio-img img {
  width: 100%;
}

.bio-data {
  float: right;
  width: 60%;
}
.bio-data h1 {
  font-size: 50px;
  text-transform: uppercase;
  color: #243743;
  margin: 0;
  text-align: left;
}
.bio-data h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #243743;
  letter-spacing: 5px;
  margin: 0;
}
.bio-data p {
  color: #243743;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}

.overflow-hidden {
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.lamp {
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.lamp:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url("../images/gallery/soon.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  animation: blink infinite 3s linear;
  background-position: center;
}

.lamp h1 {
  z-index: 9;
  line-height: 35px;
  color: #FFFFFF;
  font-size: 25px;
  letter-spacing: 30px;
  text-transform: uppercase;
  position: relative;
  animation: blink infinite 3s linear;
}

.lamp h1:after {
  filter: blur(5px);
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: -1;
  bottom: -30px;
  width: 100%;
  left: -4px;
  display: block;
  content: "coming soon";
  transform: scaleY(-1);
  animation: shadow infinite 3s linear;
}

@keyframes shadow {
  0% {
    bottom: -30px;
    left: -4px;
    transform: scaleY(-1);
    color: rgba(0, 0, 0, 0.9);
  }
  50% {
    bottom: -70px;
    left: 4px;
    transform: scaleY(-2);
    color: rgba(0, 0, 0, 0.5);
  }
  60% {
    bottom: -45px;
    left: -1px;
    transform: scaleY(-1);
    color: rgba(0, 0, 0, 0.7);
  }
  70% {
    bottom: -40px;
    left: -2px;
    transform: scaleY(-1);
    color: rgba(0, 0, 0, 0.8);
  }
  80% {
    bottom: -55px;
    left: 0px;
    transform: scaleY(-1.5);
    color: rgba(0, 0, 0, 0.6);
  }
  85% {
    bottom: -45px;
    left: -1px;
    transform: scaleY(-1);
    color: rgba(0, 0, 0, 0.7);
  }
  100% {
    bottom: -30px;
    transform: scaleY(-1);
    left: -4px;
    color: rgba(0, 0, 0, 0.5);
  }
}
@keyframes blink {
  0% {
    filter: opacity(10%);
  }
  50% {
    filter: opacity(100%);
  }
  60% {
    filter: opacity(30%);
  }
  70% {
    filter: opacity(20%);
  }
  80% {
    filter: opacity(50%);
  }
  85% {
    filter: opacity(30%);
  }
  100% {
    filter: opacity(10%);
  }
}
.ho .slider-content .header-wrapper {
  width: 100%;
  height: 200px;
}
.ho .slider-content .header-wrapper.shrink {
  top: 68px;
}

.slider-content .header-wrapper {
  width: 100%;
  z-index: 1999;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  text-align: center;
}
.slider-content .header-wrapper.shrink {
  position: fixed;
  height: 136px;
  top: 0;
  background: #080808;
}
.slider-content .shrink .log img {
  width: 75px;
}
.slider-content .shrink nav.menu {
  margin: 23px;
}

.shrink .menu-toggle {
  position: fixed;
  top: 50px;
}

.icon {
  position: relative;
  display: inline-block;
  width: 12em;
  height: 10em;
  font-size: .6em;
  /* control icon size here */
}

.sun {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5em;
  height: 2.5em;
  margin: -1.25em;
  background: currentColor;
  border-radius: 50%;
  box-shadow: 0 0 0 0.375em #333;
  animation: spin 12s infinite linear;
  background: transparent;
}

.rays {
  position: absolute;
  top: -2em;
  left: 50%;
  display: block;
  width: 0.375em;
  height: 1.125em;
  margin-left: -0.1875em;
  background: #333;
  border-radius: 0.25em;
  box-shadow: 0 5.375em #333;
}

.rays:before,
.rays:after {
  content: '';
  position: absolute;
  top: 0em;
  left: 0em;
  display: block;
  width: 0.375em;
  height: 1.125em;
  transform: rotate(60deg);
  transform-origin: 50% 3.25em;
  background: #333;
  border-radius: 0.25em;
  box-shadow: 0 5.375em #333;
}

.rays:before {
  transform: rotate(120deg);
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.spon-con h1, .clients li, .bx-wrapper .bx-pager, .footer .links, .menu-toggle {
  opacity: 0;
}

.up {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.about-desc p.up {
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

span.main-btn.up, .content a.up {
  animation-delay: .8s;
  -webkit-animation-delay: .8s;
}

.spon-con h1.up {
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

.clients li span.up {
  animation-delay: .6s;
  -webkit-animation-delay: .6s;
}

.bx-wrapper .bx-pager.up {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.footer .links.up:nth-child(1) {
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

.footer .links.up:nth-child(2) {
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

.footer .links.up:nth-child(3) {
  animation-delay: .6s;
  -webkit-animation-delay: .6s;
}

.footer .links.up:nth-child(4) {
  animation-delay: .8s;
  -webkit-animation-delay: .8s;
}

.footer .links.up:nth-child(5) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.clients li.up:nth-child(5) {
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

.clients li.up:nth-child(6) {
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

.clients li.up:nth-child(7) {
  animation-delay: .6s;
  -webkit-animation-delay: .6s;
}

.clients li.up:nth-child(8) {
  animation-delay: .8s;
  -webkit-animation-delay: .8s;
}

.clients li.up:nth-child(9) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.clients li.up:nth-child(10) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.clients li.up:nth-child(11) {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}

.arrows {
  width: 225px;
  z-index: 999;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.arrows span {
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.arrows span:first-child {
  float: left;
}
.arrows span:nth-child(2) {
  float: right;
}

.section__img #googleMap {
  height: 100%;
  position: fixed !important;
  width: 50%;
}

.box p {
  overflow: hidden;
  position: relative;
  line-height: 24px;
  max-height: 264px;
  padding-right: 1em;
}

@media (max-width: 1310px) {
  .home .button {
    width: 13%;
    padding: 1% 2%;
    font-size: 13px;
    margin-top: 2%;
  }

  .container {
    width: 90%;
  }

  .press .foun-info {
    min-height: 150px;
  }

  .containerr h2 {
    font-size: 2vw;
  }
}
@media (max-width: 1090px) {
  nav.menu, .overly {
    display: none;
  }

  .menu-section nav ul a {
    font-size: 5vh;
    line-height: 2;
  }

  .contactform {
    margin-top: 60px;
  }

  .site-co .contac {
    width: 100%;
    float: none;
  }

  .site-co .info {
    float: none;
    margin-top: 90px;
  }

  .gallery li {
    width: 33%;
  }

  .about-con .about-img img {
    width: 100%;
  }

  .about-info {
    width: 100%;
  }

  .arrowbtn {
    width: 25px;
    height: 25px;
  }

  .about-desc {
    width: 100%;
  }

  .section__text h2 {
    font-size: 20px;
  }

  .section__text p {
    font-size: 15px;
    line-height: 21px;
  }

  .bio .content h1 {
    font-size: 4vw;
  }
  .bio .content h3 {
    font-size: 2vw;
  }

  .header-wrapper nav {
    display: none;
  }

  .menu-section {
    display: block;
  }

  .socialtop .menuItem {
    display: none;
  }

  .menu-toggle {
    top: 60px;
  }

  .control {
    right: 16px;
    bottom: 10px;
  }

  .lamp h1 {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .about-con .about-img {
    width: 100%;
  }

  .about-con .about-cont {
    float: none;
    width: 90%;
    position: inherit;
    padding: 30px;
    transform: initial;
    top: 0;
    left: 0;
  }

  .gallery li {
    width: 50%;
  }

  .arrowbtn {
    width: 35px;
    height: 35px;
  }

  nav.menu {
    display: none;
  }

  .mob, .navbar .trig {
    display: block;
  }

  .footer .links {
    width: 50%;
  }

  .footer .socialtop {
    margin: 30px 0 0;
  }

  .form input {
    font-size: 30px;
  }

  .input-con {
    width: 49.333%;
  }

  .sing-img {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .slider-content .title-wrapper h1 {
    font-size: 30px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .slider-content .title-wrapper h1 span.mask-wrap {
    height: 6rem;
  }

  span.main-btn, .content a {
    margin-top: 23px;
    font-size: 10px;
  }

  .footer-wrapper ul {
    width: 100%;
  }

  .footer-wrapper li {
    width: 20%;
    font-size: 10px;
  }

  .about-con h1 {
    font-size: 25px;
  }

  .about-desc p {
    font-size: 15px;
    line-height: 22px;
  }

  .bio-img {
    float: none;
    width: 50%;
  }

  .bio-data {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .bio-data h1 {
    font-size: 25px;
    text-align: left;
  }
  .bio-data h3 {
    font-size: 15px;
  }
  .bio-data p {
    font-size: 10px;
    line-height: 14px;
  }

  .cd-modal .cd-modal-content {
    margin-top: 100px;
  }

  .page-wrapper {
    padding: 13px 1px;
  }

  .section > * {
    width: 100%;
  }

  .section {
    display: block;
    min-height: initial;
  }

  .section__img {
    display: block;
    min-height: initial;
  }

  .section__img__inner {
    height: 50vh;
    width: 100%;
    position: relative;
  }

  .section__img #googleMap {
    height: 400px;
    width: 100%;
    position: relative !important;
  }
}
@media (max-width: 500px) {
  .gallery li {
    width: 100%;
  }

  .form input {
    font-size: 20px;
  }

  .navbar .log img {
    width: 80%;
  }

  .clients li {
    margin-right: 0 !important;
    width: 106px !important;
    padding: 16px;
  }
  .clients li img {
    padding: 0;
  }
  .clients li span {
    background-size: 54%;
    width: 115px;
  }

  .menu-toggle {
    top: 50px;
  }

  .input-con {
    width: 100%;
    margin-bottom: 5.5em;
  }

  .press .foun-info {
    min-height: 120px;
  }

  .footer .links {
    width: 100%;
  }
}
@media (max-width: 388px) {
  /*.menu-toggle{top: 102px}*/
  .navbar .log img {
    width: 60%;
  }

  .menu-section nav ul {
    margin: 14% auto;
  }

  .menu-toggle.on {
    top: 15px;
  }

  .about-desc {
    width: 100%;
  }

  .coninfo, .socialtop {
    display: block;
    margin: 5px 0;
  }

  .coninfo {
    margin-bottom: 5px;
  }

  .footer-wrapper li {
    width: 17%;
    font-size: 8px;
  }

  .sponsor {
    padding: 50px 0;
  }

  .ho .slider-content .header-wrapper, .slider-content .header-wrapper {
    top: 57px;
  }

  .menu-toggle {
    top: 37px;
  }

  .title-wrapper {
    margin-top: 245px !important;
  }
}
@media (max-height: 800px) {
  .slider-content .title-wrapper h1 span.mask-wrap {
    height: 8rem;
  }

  .slider-content .title-wrapper h1 {
    font-size: 8rem;
  }
}

/*# sourceMappingURL=style.css.map */
