/*!
 * Font Awesome Pro 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script");
/* line 5, ../sass/_ico_nytsee.scss */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-xs {
  font-size: .75em;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sm {
  font-size: .875em;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-1x {
  font-size: 1em;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-2x {
  font-size: 2em;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-3x {
  font-size: 3em;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-4x {
  font-size: 4em;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-5x {
  font-size: 5em;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-6x {
  font-size: 6em;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-7x {
  font-size: 7em;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-8x {
  font-size: 8em;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-9x {
  font-size: 9em;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-10x {
  font-size: 10em;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ul > li {
  position: relative;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pull-left {
  float: left;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pull-right {
  float: right;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
/* line 5, ../sass/_ico_nytsee.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-flip-vertical {
  transform: scaleY(-1);
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

/* line 5, ../sass/_ico_nytsee.scss */
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-inverse {
  color: #fff;
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-abacus:before {
  content: "\f640";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-alarm-clock:before {
  content: "\f34e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-analytics:before {
  content: "\f643";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-alt-down:before {
  content: "\f354";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-alt-from-left:before {
  content: "\f347";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-alt-from-right:before {
  content: "\f348";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-alt-from-top:before {
  content: "\f349";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-alt-left:before {
  content: "\f355";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-alt-right:before {
  content: "\f356";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-alt-square-down:before {
  content: "\f350";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-alt-square-left:before {
  content: "\f351";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-alt-square-right:before {
  content: "\f352";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-alt-square-up:before {
  content: "\f353";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-alt-up:before {
  content: "\f357";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-from-bottom:before {
  content: "\f342";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-from-left:before {
  content: "\f343";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-from-right:before {
  content: "\f344";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-from-top:before {
  content: "\f345";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-square-down:before {
  content: "\f339";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-square-left:before {
  content: "\f33a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-square-right:before {
  content: "\f33b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-square-up:before {
  content: "\f33c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-to-bottom:before {
  content: "\f33d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-to-left:before {
  content: "\f33e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-to-right:before {
  content: "\f340";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-to-top:before {
  content: "\f341";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-atom-alt:before {
  content: "\f5d3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-award:before {
  content: "\f559";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-backpack:before {
  content: "\f5d4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-badge:before {
  content: "\f335";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-badge-check:before {
  content: "\f336";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-badge-dollar:before {
  content: "\f645";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-badge-percent:before {
  content: "\f646";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-barcode-alt:before {
  content: "\f463";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-barcode-read:before {
  content: "\f464";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-barcode-scan:before {
  content: "\f465";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-baseball:before {
  content: "\f432";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-basketball-hoop:before {
  content: "\f435";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-battery-bolt:before {
  content: "\f376";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-battery-slash:before {
  content: "\f377";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bell-school:before {
  content: "\f5d5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bell-school-slash:before {
  content: "\f5d6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-blanket:before {
  content: "\f498";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bone-break:before {
  content: "\f5d8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-book-alt:before {
  content: "\f5d9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-book-heart:before {
  content: "\f499";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-books:before {
  content: "\f5db";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bowling-pins:before {
  content: "\f437";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-box:before {
  content: "\f466";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-box-alt:before {
  content: "\f49a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-box-check:before {
  content: "\f467";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-box-fragile:before {
  content: "\f49b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-box-full:before {
  content: "\f49c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-box-heart:before {
  content: "\f49d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-box-up:before {
  content: "\f49f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-box-usd:before {
  content: "\f4a0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-boxes-alt:before {
  content: "\f4a1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-boxing-glove:before {
  content: "\f438";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-browser:before {
  content: "\f37e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bullseye-arrow:before {
  content: "\f648";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bullseye-pointer:before {
  content: "\f649";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-bus-school:before {
  content: "\f5dd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cabinet-filing:before {
  content: "\f64b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-calculator-alt:before {
  content: "\f64c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-calendar-edit:before {
  content: "\f333";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-calendar-exclamation:before {
  content: "\f334";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-camera-alt:before {
  content: "\f332";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-car-bump:before {
  content: "\f5e0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-car-garage:before {
  content: "\f5e2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-car-mechanic:before {
  content: "\f5e3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-car-tilt:before {
  content: "\f5e5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-car-wash:before {
  content: "\f5e6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-caret-circle-down:before {
  content: "\f32d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-caret-circle-left:before {
  content: "\f32e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-caret-circle-right:before {
  content: "\f330";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-caret-circle-up:before {
  content: "\f331";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chart-line-down:before {
  content: "\f64d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chart-pie-alt:before {
  content: "\f64e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chess-bishop-alt:before {
  content: "\f43b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chess-clock:before {
  content: "\f43d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chess-clock-alt:before {
  content: "\f43e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chess-king-alt:before {
  content: "\f440";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chess-knight-alt:before {
  content: "\f442";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chess-pawn-alt:before {
  content: "\f444";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chess-queen-alt:before {
  content: "\f446";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chess-rook-alt:before {
  content: "\f448";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chevron-double-down:before {
  content: "\f322";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chevron-double-left:before {
  content: "\f323";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chevron-double-right:before {
  content: "\f324";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chevron-double-up:before {
  content: "\f325";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chevron-square-down:before {
  content: "\f329";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chevron-square-left:before {
  content: "\f32a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chevron-square-right:before {
  content: "\f32b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chevron-square-up:before {
  content: "\f32c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-clipboard-prescription:before {
  content: "\f5e8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-club:before {
  content: "\f327";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-code:before {
  content: "\f121";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-code-commit:before {
  content: "\f386";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-code-merge:before {
  content: "\f387";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-alt-check:before {
  content: "\f4a2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-alt-dollar:before {
  content: "\f650";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-alt-dots:before {
  content: "\f4a3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-alt-edit:before {
  content: "\f4a4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-alt-lines:before {
  content: "\f4a6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-alt-minus:before {
  content: "\f4a7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-alt-plus:before {
  content: "\f4a8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-alt-slash:before {
  content: "\f4a9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-alt-smile:before {
  content: "\f4aa";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-alt-times:before {
  content: "\f4ab";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-check:before {
  content: "\f4ac";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-edit:before {
  content: "\f4ae";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-exclamation:before {
  content: "\f4af";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-lines:before {
  content: "\f4b0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-minus:before {
  content: "\f4b1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-plus:before {
  content: "\f4b2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-smile:before {
  content: "\f4b4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comment-times:before {
  content: "\f4b5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comments-alt:before {
  content: "\f4b6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comments-alt-dollar:before {
  content: "\f652";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-compass-slash:before {
  content: "\f5e9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-compress-wide:before {
  content: "\f326";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-container-storage:before {
  content: "\f4b7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-conveyor-belt:before {
  content: "\f46e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-credit-card-blank:before {
  content: "\f389";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-credit-card-front:before {
  content: "\f38a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cricket:before {
  content: "\f449";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-curling:before {
  content: "\f44a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-desktop-alt:before {
  content: "\f390";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-diploma:before {
  content: "\f5ea";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-do-not-enter:before {
  content: "\f5ec";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dolly-empty:before {
  content: "\f473";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-download:before {
  content: "\f019";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-draw-circle:before {
  content: "\f5ed";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-draw-square:before {
  content: "\f5ef";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ear:before {
  content: "\f5f0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-empty-set:before {
  content: "\f656";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-engine-warning:before {
  content: "\f5f2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-envelope-open-dollar:before {
  content: "\f657";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-exclamation-square:before {
  content: "\f321";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-expand-arrows:before {
  content: "\f31d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-expand-wide:before {
  content: "\f320";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-female:before {
  content: "\f182";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-field-hockey:before {
  content: "\f44c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-certificate:before {
  content: "\f5f3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-chart-line:before {
  content: "\f659";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-chart-pie:before {
  content: "\f65a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-check:before {
  content: "\f316";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-edit:before {
  content: "\f31c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-exclamation:before {
  content: "\f31a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-minus:before {
  content: "\f318";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-plus:before {
  content: "\f319";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-spreadsheet:before {
  content: "\f65b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-times:before {
  content: "\f317";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-user:before {
  content: "\f65c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-film:before {
  content: "\f008";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-film-alt:before {
  content: "\f3a0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-folder-times:before {
  content: "\f65f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-folders:before {
  content: "\f660";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-font:before {
  content: "\f031";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-football-helmet:before {
  content: "\f44f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-forklift:before {
  content: "\f47a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-fragile:before {
  content: "\f4bb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-function:before {
  content: "\f661";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-gas-pump-slash:before {
  content: "\f5f4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-gift-card:before {
  content: "\f663";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-glasses-alt:before {
  content: "\f5f5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-globe-stand:before {
  content: "\f5f6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-golf-club:before {
  content: "\f451";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-h1:before {
  content: "\f313";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-h2:before {
  content: "\f314";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-h3:before {
  content: "\f315";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hand-heart:before {
  content: "\f4bc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hand-holding-box:before {
  content: "\f47b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hand-receiving:before {
  content: "\f47c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hands-heart:before {
  content: "\f4c3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hands-usd:before {
  content: "\f4c5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-handshake-alt:before {
  content: "\f4c6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-haykal:before {
  content: "\f666";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-heart-circle:before {
  content: "\f4c7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-heart-rate:before {
  content: "\f5f8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-heart-square:before {
  content: "\f4c8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hexagon:before {
  content: "\f312";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hockey-sticks:before {
  content: "\f454";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-home:before {
  content: "\f015";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-home-heart:before {
  content: "\f4c9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-images:before {
  content: "\f302";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-inbox-in:before {
  content: "\f310";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-inbox-out:before {
  content: "\f311";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-industry-alt:before {
  content: "\f3b3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-info:before {
  content: "\f129";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-info-square:before {
  content: "\f30f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-inhaler:before {
  content: "\f5f9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-integral:before {
  content: "\f667";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-intersection:before {
  content: "\f668";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-inventory:before {
  content: "\f480";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-jack-o-lantern:before {
  content: "\f30e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-key:before {
  content: "\f084";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-keynote:before {
  content: "\f66c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-kidneys:before {
  content: "\f5fb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-lambda:before {
  content: "\f66e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-lamp:before {
  content: "\f4ca";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-layer-minus:before {
  content: "\f5fe";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-layer-plus:before {
  content: "\f5ff";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-leaf-heart:before {
  content: "\f4cb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-lightbulb-dollar:before {
  content: "\f670";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-lightbulb-exclamation:before {
  content: "\f671";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-lightbulb-on:before {
  content: "\f672";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-lightbulb-slash:before {
  content: "\f673";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-lips:before {
  content: "\f600";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-location:before {
  content: "\f601";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-location-circle:before {
  content: "\f602";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-location-slash:before {
  content: "\f603";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-lock-alt:before {
  content: "\f30d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-lock-open-alt:before {
  content: "\f3c2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-loveseat:before {
  content: "\f4cc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-luchador:before {
  content: "\f455";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-male:before {
  content: "\f183";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-map:before {
  content: "\f279";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-map-marker-alt-slash:before {
  content: "\f605";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-map-marker-check:before {
  content: "\f606";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-map-marker-edit:before {
  content: "\f607";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-map-marker-exclamation:before {
  content: "\f608";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-map-marker-minus:before {
  content: "\f609";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-map-marker-plus:before {
  content: "\f60a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-map-marker-question:before {
  content: "\f60b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-map-marker-slash:before {
  content: "\f60c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-map-marker-smile:before {
  content: "\f60d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-map-marker-times:before {
  content: "\f60e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-megaphone:before {
  content: "\f675";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mind-share:before {
  content: "\f677";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-minus-hexagon:before {
  content: "\f307";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-minus-octagon:before {
  content: "\f308";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mobile-android:before {
  content: "\f3ce";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mobile-android-alt:before {
  content: "\f3cf";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-monitor-heart-rate:before {
  content: "\f611";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-music:before {
  content: "\f001";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-nintendo-switch:before {
  content: "\f418";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-node:before {
  content: "\f419";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-octagon:before {
  content: "\f306";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-oil-temp:before {
  content: "\f614";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-om:before {
  content: "\f679";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-omega:before {
  content: "\f67a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-paint-brush-alt:before {
  content: "\f5a9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pallet-alt:before {
  content: "\f483";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-parking-circle:before {
  content: "\f615";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-parking-circle-slash:before {
  content: "\f616";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-parking-slash:before {
  content: "\f617";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pencil-paintbrush:before {
  content: "\f618";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pennant:before {
  content: "\f456";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-person-carry:before {
  content: "\f4cf";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-person-dolly:before {
  content: "\f4d0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-person-dolly-empty:before {
  content: "\f4d1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-phone-office:before {
  content: "\f67d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-phone-plus:before {
  content: "\f4d2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-php:before {
  content: "\f457";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pi:before {
  content: "\f67e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-plane-alt:before {
  content: "\f3de";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-plus-hexagon:before {
  content: "\f300";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-plus-octagon:before {
  content: "\f301";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-podium:before {
  content: "\f680";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-presentation:before {
  content: "\f685";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-print-slash:before {
  content: "\f686";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-question:before {
  content: "\f128";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-question-square:before {
  content: "\f2fd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-racquet:before {
  content: "\f45a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ramp-loading:before {
  content: "\f4d4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-random:before {
  content: "\f074";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-rectangle-landscape:before {
  content: "\f2fa";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-rectangle-portrait:before {
  content: "\f2fb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-rectangle-wide:before {
  content: "\f2fc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-rendact:before {
  content: "\f3e4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-repeat:before {
  content: "\f363";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-repeat-1:before {
  content: "\f365";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-repeat-1-alt:before {
  content: "\f366";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-repeat-alt:before {
  content: "\f364";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-retweet-alt:before {
  content: "\f361";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-road:before {
  content: "\f018";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-route-highway:before {
  content: "\f61a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-route-interstate:before {
  content: "\f61b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ruler-triangle:before {
  content: "\f61c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-scalpel:before {
  content: "\f61d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-scalpel-path:before {
  content: "\f61e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-scanner:before {
  content: "\f488";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-scanner-keyboard:before {
  content: "\f489";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-scanner-touchscreen:before {
  content: "\f48a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-school:before {
  content: "\f549";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-scrubber:before {
  content: "\f2f8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-search:before {
  content: "\f002";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-server:before {
  content: "\f233";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-share:before {
  content: "\f064";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-share-all:before {
  content: "\f367";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-shield-check:before {
  content: "\f2f7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-shipping-timed:before {
  content: "\f48c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-shredder:before {
  content: "\f68a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-shuttlecock:before {
  content: "\f45b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sigma:before {
  content: "\f68b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-signal-1:before {
  content: "\f68c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-signal-2:before {
  content: "\f68d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-signal-3:before {
  content: "\f68e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-signal-4:before {
  content: "\f68f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-signal-alt:before {
  content: "\f690";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-signal-alt-1:before {
  content: "\f691";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-signal-alt-2:before {
  content: "\f692";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-signal-alt-3:before {
  content: "\f693";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-signal-alt-slash:before {
  content: "\f694";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-signal-slash:before {
  content: "\f695";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-skeleton:before {
  content: "\f620";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sliders-h-square:before {
  content: "\f3f0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sliders-v:before {
  content: "\f3f1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sliders-v-square:before {
  content: "\f3f2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-smile-plus:before {
  content: "\f5b9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-spade:before {
  content: "\f2f4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-spinner-third:before {
  content: "\f3f4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-square-root:before {
  content: "\f697";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-star:before {
  content: "\f005";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-star-exclamation:before {
  content: "\f2f3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-steering-wheel:before {
  content: "\f622";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-stomach:before {
  content: "\f623";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tablet-android:before {
  content: "\f3fb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tablet-android-alt:before {
  content: "\f3fc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tablet-rugged:before {
  content: "\f48f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tachometer-alt-average:before {
  content: "\f624";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tachometer-alt-fast:before {
  content: "\f625";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tachometer-alt-slow:before {
  content: "\f627";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tachometer-average:before {
  content: "\f629";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tachometer-fast:before {
  content: "\f62a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tachometer-fastest:before {
  content: "\f62b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tachometer-slow:before {
  content: "\f62c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tachometer-slowest:before {
  content: "\f62d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tally:before {
  content: "\f69c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tennis-ball:before {
  content: "\f45e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-theta:before {
  content: "\f69e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tilde:before {
  content: "\f69f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-times-hexagon:before {
  content: "\f2ee";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-times-octagon:before {
  content: "\f2f0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-times-square:before {
  content: "\f2d3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tire:before {
  content: "\f631";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tire-flat:before {
  content: "\f632";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tire-pressure-warning:before {
  content: "\f633";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tire-rugged:before {
  content: "\f634";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-toothbrush:before {
  content: "\f635";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-traffic-cone:before {
  content: "\f636";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-traffic-light-go:before {
  content: "\f638";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-traffic-light-slow:before {
  content: "\f639";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-traffic-light-stop:before {
  content: "\f63a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-train:before {
  content: "\f238";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tree-alt:before {
  content: "\f400";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-triangle:before {
  content: "\f2ec";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-trophy-alt:before {
  content: "\f2eb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-truck-container:before {
  content: "\f4dc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-truck-couch:before {
  content: "\f4dd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-truck-ramp:before {
  content: "\f4e0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-tv-retro:before {
  content: "\f401";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-union:before {
  content: "\f6a2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-usd-circle:before {
  content: "\f2e8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-usd-square:before {
  content: "\f2e9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user:before {
  content: "\f007";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-chart:before {
  content: "\f6a3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-crown:before {
  content: "\f6a4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-users-class:before {
  content: "\f63d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-users-crown:before {
  content: "\f6a5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-utensil-fork:before {
  content: "\f2e3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-utensil-knife:before {
  content: "\f2e4";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-utensils-alt:before {
  content: "\f2e6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-value-absolute:before {
  content: "\f6a6";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-video-plus:before {
  content: "\f4e1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-volume:before {
  content: "\f6a8";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-volume-slash:before {
  content: "\f2e2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-warehouse-alt:before {
  content: "\f495";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-watch:before {
  content: "\f2e1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-watch-fitness:before {
  content: "\f63e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-whistle:before {
  content: "\f460";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-wifi-1:before {
  content: "\f6aa";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-wifi-2:before {
  content: "\f6ab";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-wifi-slash:before {
  content: "\f6ac";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-window:before {
  content: "\f40e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-window-alt:before {
  content: "\f40f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 5, ../sass/_ico_nytsee.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 5, ../sass/_ico_nytsee.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 5, ../sass/_ico_nytsee.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/webfonts/fa-brands-400.eot);
  src: url(../fonts/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-brands-400.woff2) format("woff2"), url(../fonts/webfonts/fa-brands-400.woff) format("woff"), url(../fonts/webfonts/fa-brands-400.ttf) format("truetype"), url(../fonts/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
/* line 5, ../sass/_ico_nytsee.scss */
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/webfonts/fa-light-300.eot);
  src: url(../fonts/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-light-300.woff2) format("woff2"), url(../fonts/webfonts/fa-light-300.woff) format("woff"), url(../fonts/webfonts/fa-light-300.ttf) format("truetype"), url(../fonts/webfonts/fa-light-300.svg#fontawesome) format("svg");
}
/* line 5, ../sass/_ico_nytsee.scss */
.fal {
  font-weight: 300;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/webfonts/fa-regular-400.eot);
  src: url(../fonts/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-regular-400.woff2) format("woff2"), url(../fonts/webfonts/fa-regular-400.woff) format("woff"), url(../fonts/webfonts/fa-regular-400.ttf) format("truetype"), url(../fonts/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
/* line 5, ../sass/_ico_nytsee.scss */
.fal, .far {
  font-family: "Font Awesome 5 Pro";
}

/* line 5, ../sass/_ico_nytsee.scss */
.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/webfonts/fa-solid-900.eot);
  src: url(../fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-solid-900.woff2) format("woff2"), url(../fonts/webfonts/fa-solid-900.woff) format("woff"), url(../fonts/webfonts/fa-solid-900.ttf) format("truetype"), url(../fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
/* line 5, ../sass/_ico_nytsee.scss */
.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*@import url("https://fonts.googleapis.com/css?family=Amiri|Cairo");*/
/*$lightFont : 'AdobeArabic-Regular';*/
/*$lightFont : 'Amiri', serif;*/
/*$lightFont : 'Tahoma', sans-serif;*/
@font-face {
  font-family: 'VWHeadlineOT-Semibold';
  src: url("../fonts/VWHeadlineOT-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/VWHeadlineOT-Semibold.woff") format("woff"), url("../fonts/VWHeadlineOT-Semibold.ttf") format("truetype"), url("../fonts/VWHeadlineOT-Semibold.svg#VWHeadlineOT-Semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VWHeadlineOT-Black';
  src: url("../fonts/VWHeadlineOT-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/VWHeadlineOT-Black.woff") format("woff"), url("../fonts/VWHeadlineOT-Black.ttf") format("truetype"), url("../fonts/VWHeadlineOT-Black.svg#VWHeadlineOT-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VWHeadlineOT-Book';
  src: url("../fonts/VWHeadlineOT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/VWHeadlineOT-Book.woff") format("woff"), url("../fonts/VWHeadlineOT-Book.ttf") format("truetype"), url("../fonts/VWHeadlineOT-Book.svg#VWHeadlineOT-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 66, ../sass/style.scss */
button,
input,
select,
textarea,
.thequestion,
#goTop {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

/* line 84, ../sass/style.scss */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
  background: #fff;
  outline: none;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  direction: rtl;
}

/*html{
margin:0;
padding:0;
height:100%;
overflow-x:hidden;
position:relative;
}*/
/* line 106, ../sass/style.scss */
* a, img, input, form, p, div {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  text-align: right;
}

/* line 117, ../sass/style.scss */
.handStyle {
  font-family: "Dancing Script", cursive;
  font-size: 25px;
  font-weight: normal;
  line-height: 27px;
  text-align: center;
  padding-top: 18px;
}
/* line 124, ../sass/style.scss */
.handStyle span {
  width: 100%;
  text-align: right;
  font-size: 13px;
  display: block;
  line-height: 16px;
  padding-top: 20px;
  font-family: "Raleway", sans-serif;
}

/* line 135, ../sass/style.scss */
.returnBack {
  margin: 20px 0 10px 0;
}
/* line 137, ../sass/style.scss */
.returnBack a {
  display: inline-block;
  padding: 10px 18px;
  color: #fff;
  background: #033f88;
  font-size: 14px;
  text-decoration: none;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 147, ../sass/style.scss */
.returnBack a i {
  margin-right: 5px;
}
/* line 150, ../sass/style.scss */
.returnBack a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 157, ../sass/style.scss */
#header {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
/* line 165, ../sass/style.scss */
#header #topHeader {
  height: auto;
  display: block;
  margin: 0;
  width: 100%;
  z-index: 2;
  /*background:#000;*/
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  /*overflow:hidden;*/
  padding: 30px 0;
}
/* line 178, ../sass/style.scss */
#header #topHeader.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding-top: 0;
  padding-bottom: 0;
  background: #033f88;
  /* The Fallback */
  background: #033f88;
}
/* line 186, ../sass/style.scss */
#header #topHeader.sticky #logo {
  width: 80px;
  border: 1px solid #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 192, ../sass/style.scss */
#header #topHeader.sticky #contNav {
  margin-top: 51px;
}
/* line 195, ../sass/style.scss */
#header #topHeader.sticky #language {
  top: 18px;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
/* line 202, ../sass/style.scss */
#header #logo {
  width: 110px;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  margin-left: 80px;
  border: 1px solid transparent;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
/* line 212, ../sass/style.scss */
#header #logo img {
  width: 100%;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: top;
}
/* line 225, ../sass/style.scss */
#header #contNav #mainNav ul li.current:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #022856;
  z-index: -1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 240, ../sass/style.scss */
#header #contNav {
  width: auto;
  float: right;
  margin: 0;
  padding: 0;
  margin-right: 80px;
  margin-top: 40px;
  font-family: "Raleway", sans-serif;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
/* line 249, ../sass/style.scss */
#header #contNav #mainNav {
  display: inline-block;
  vertical-align: middle;
}
/* line 253, ../sass/style.scss */
#header #contNav #mainNav.sticky ul li:before {
  background: #022856;
}
/* line 257, ../sass/style.scss */
#header #contNav #mainNav ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 263, ../sass/style.scss */
#header #contNav #mainNav ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 272, ../sass/style.scss */
#header #contNav #mainNav ul li:before {
  content: '';
  height: 100%;
  width: 0px;
  position: absolute;
  left: 0;
  top: 0;
  background: #033f88;
  z-index: -1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 284, ../sass/style.scss */
#header #contNav #mainNav ul li:hover:before {
  width: 100%;
}
/* line 287, ../sass/style.scss */
#header #contNav #mainNav ul li:hover ul {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  top: 19px;
}
/* line 295, ../sass/style.scss */
#header #contNav #mainNav ul li a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #fff;
  margin: 0 8px;
  display: block;
  text-transform: uppercase;
}
/* line 305, ../sass/style.scss */
#header #contNav #mainNav ul li ul {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  padding-top: 10px;
  padding-right: 20px;
  width: 190px;
  background: #033f88;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*background:blue;*/
}
/* line 320, ../sass/style.scss */
#header #contNav #mainNav ul li ul li {
  display: table;
  margin: 0;
  padding: 0;
  margin: 7px 0;
}
/* line 325, ../sass/style.scss */
#header #contNav #mainNav ul li ul li:before {
  background: #5e636f;
}
/* line 329, ../sass/style.scss */
#header #contNav #mainNav ul li ul li ul {
  position: absolute;
  visibility: hidden !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  left: 160px;
  top: -17px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  padding: 10px 10px 8px 10px;
  background: #02336f;
}
/* line 342, ../sass/style.scss */
#header #contNav #mainNav ul li ul li li:before {
  content: '';
  height: 100%;
  width: 0px;
  position: absolute;
  left: 0;
  top: 0;
  background: #033f88;
  z-index: -1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 356, ../sass/style.scss */
#header #contNav #mainNav ul li ul li:hover ul {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible !important;
  left: 170px;
}
/* line 371, ../sass/style.scss */
#header #topSocialMediaIcons {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-left: 30px;
}
/* line 379, ../sass/style.scss */
#header #topSocialMediaIcons a {
  background: #fff;
  height: 25px;
  width: 25px;
  display: inline-block;
  color: #696f7a;
  text-align: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 26px;
  margin: 0 3px;
  position: relative;
}
/* line 391, ../sass/style.scss */
#header #topSocialMediaIcons a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 398, ../sass/style.scss */
#header #bannerPage {
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 200px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aaaaaa), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#aaaaaa, #ffffff);
  background-image: -webkit-linear-gradient(#aaaaaa, #ffffff);
  background-image: linear-gradient(#aaaaaa, #ffffff);
}
/* line 404, ../sass/style.scss */
#header #bannerPage img {
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: none;
  width: 100%;
}

/* line 419, ../sass/style.scss */
.contChiffres {
  text-align: center;
  font-size: 0;
  margin: 0;
  padding: 0;
  padding: 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 426, ../sass/style.scss */
.contChiffres .elemchiffre {
  width: 45%;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-size: 13px;
  border: 1px solid #6d6e72;
  margin: 10px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 437, ../sass/style.scss */
.contChiffres .elemchiffre.full {
  width: 93%;
  margin-bottom: 35px;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 446, ../sass/style.scss */
.contChiffres .elemchiffre .txt {
  padding: 0;
  margin: 0;
  padding: 40px 0 0 0;
}
/* line 452, ../sass/style.scss */
.contChiffres .elemchiffre .content {
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: row;
  min-height: 70px;
}
/* line 459, ../sass/style.scss */
.contChiffres .elemchiffre .content .box {
  text-align: center;
  color: white;
  font-size: 13px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 16px;
}
/* line 470, ../sass/style.scss */
.contChiffres .elemchiffre .content .Box_half {
  position: relative;
  top: 30px;
  width: 45%;
  background: #585857;
  font-weight: 700;
  color: #fff;
  margin: auto;
}
/* line 480, ../sass/style.scss */
.contChiffres .elemchiffre .content .leftBox {
  width: 35%;
  background: #585857;
  font-weight: 700;
  color: #fff;
}
/* line 487, ../sass/style.scss */
.contChiffres .elemchiffre .content .rightBox {
  width: 65%;
  color: #585857;
  font-size: 14px;
}

/* line 499, ../sass/style.scss */
.contMedia {
  font-size: 0;
  position: relative;
  overflow: hidden;
}
/* line 503, ../sass/style.scss */
.contMedia .left {
  width: 50%;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
/* line 509, ../sass/style.scss */
.contMedia .right {
  width: 50%;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
/* line 515, ../sass/style.scss */
.contMedia img {
  width: 100%;
  border: none;
  vertical-align: top;
}

/* line 526, ../sass/style.scss */
.fullSliderHome {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  background: #000;
  padding: 0;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 542, ../sass/style.scss */
.contGalHome .item {
  position: relative;
}
/* line 544, ../sass/style.scss */
.contGalHome .item .dataCarHome {
  position: absolute;
  top: 45%;
  left: 80px;
  text-align: left;
  width: 50%;
  margin: 0;
  padding: 0;
  display: block;
  /*background:red;*/
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  text-decoration: none;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 559, ../sass/style.scss */
.contGalHome .item .dataCarHome span {
  font-size: 12px;
  display: block;
  margin: 0;
  padding: 0;
  width: 80%;
  line-height: 18px;
  padding-top: 10px;
}
/* line 570, ../sass/style.scss */
.contGalHome .item .dataCarHome:hover .callToaction_bannerHome .line {
  margin-right: 30px;
  width: 30px;
}
/* line 578, ../sass/style.scss */
.contGalHome .item .callToaction_bannerHome {
  height: auto;
  width: auto;
  line-height: 30px;
  display: block;
  padding-top: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 585, ../sass/style.scss */
.contGalHome .item .callToaction_bannerHome i {
  font-size: 23px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
/* line 591, ../sass/style.scss */
.contGalHome .item .callToaction_bannerHome .line {
  height: 2px;
  width: 15px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  -webkit-transition: all 500ms cubic-bezier(0.83, 0.03, 0.37, 1);
  /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.83, 0.03, 0.37, 1.275);
  -moz-transition: all 500ms cubic-bezier(0.83, 0.03, 0.37, 1.275);
  -o-transition: all 500ms cubic-bezier(0.83, 0.03, 0.37, 1.275);
  transition: all 500ms cubic-bezier(0.83, 0.03, 0.37, 1.275);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.83, 0.03, 0.37, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.83, 0.03, 0.37, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.83, 0.03, 0.37, 1.275);
  -o-transition-timing-function: cubic-bezier(0.83, 0.03, 0.37, 1.275);
  transition-timing-function: cubic-bezier(0.83, 0.03, 0.37, 1.275);
  /* custom */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* line 616, ../sass/style.scss */
.contGalHome {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
/* line 627, ../sass/style.scss */
.contGalHome img {
  vertical-align: top;
  margin: 0;
  padding: 0;
}

/* line 636, ../sass/style.scss */
#navCar_left {
  height: auto;
  width: auto;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 60%;
  cursor: pointer;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 80px;
  z-index: 50;
  text-align: center;
  padding: 8px 10px;
  line-height: 18px;
  border: 2px solid #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  overflow: hidden;
}
/* line 656, ../sass/style.scss */
#navCar_left:before {
  content: '';
  height: 100%;
  width: 0px;
  position: absolute;
  right: 0;
  top: 0;
  background: #033f88;
  z-index: -1;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 667, ../sass/style.scss */
#navCar_left i {
  font-size: 18px;
  color: #fff;
  position: relative;
  right: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 674, ../sass/style.scss */
#navCar_left:hover {
  border-color: #033f88;
}
/* line 676, ../sass/style.scss */
#navCar_left:hover i {
  color: #fff;
  right: 10px;
}
/* line 680, ../sass/style.scss */
#navCar_left:hover:before {
  width: 100%;
}

/* line 686, ../sass/style.scss */
#navCar_right {
  height: auto;
  width: auto;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 60%;
  cursor: pointer;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 150px;
  z-index: 50;
  text-align: center;
  padding: 8px 10px;
  line-height: 18px;
  border: 2px solid #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  overflow: hidden;
}
/* line 706, ../sass/style.scss */
#navCar_right:before {
  content: '';
  height: 100%;
  width: 0px;
  position: absolute;
  left: 0;
  top: 0;
  background: #033f88;
  z-index: -1;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 717, ../sass/style.scss */
#navCar_right i {
  font-size: 18px;
  color: #fff;
  position: relative;
  left: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 724, ../sass/style.scss */
#navCar_right:hover {
  border-color: #033f88;
}
/* line 726, ../sass/style.scss */
#navCar_right:hover i {
  color: #fff;
  left: 10px;
}
/* line 730, ../sass/style.scss */
#navCar_right:hover:before {
  width: 100%;
}

/* line 749, ../sass/style.scss */
.articleBoxed {
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  width: 1024px;
  position: relative;
  padding: 20px 50px 40px 50px;
  font-size: 13px;
  color: #fff;
  margin: 0 auto 80px auto;
  z-index: 5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #033f88;
}
/* line 763, ../sass/style.scss */
.articleBoxed h3 {
  height: auto;
  padding: 0;
  margin: 0;
  padding: 20px 0 20px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  width: auto;
  display: block;
}
/* line 773, ../sass/style.scss */
.articleBoxed h3 span {
  font-size: 11px;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 780, ../sass/style.scss */
.articleBoxed img {
  vertical-align: top;
}
/* line 783, ../sass/style.scss */
.articleBoxed.negativeTop {
  margin-top: -10%;
}

/* line 791, ../sass/style.scss */
.fullTitle {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background: #033f88;
}
/* line 797, ../sass/style.scss */
.fullTitle h3 {
  height: auto;
  padding: 0;
  margin: 0;
  padding: 38px 0 30px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  width: 1024px;
  display: block;
  margin: 0 auto;
}

/* line 813, ../sass/style.scss */
.boxed {
  width: 1024px;
  margin: 0;
  padding: 0;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  padding: 25px 5px 25px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 823, ../sass/style.scss */
.boxed .dividerSection {
  width: 100%;
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  margin: 35px auto 0 auto;
  border-bottom: 1px solid #dfdfdf;
}
/* line 833, ../sass/style.scss */
.boxed .sectionScroll {
  /*border-bottom:1px solid lighten(#464646, 60%);
  padding:0 0 35px 0;*/
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 840, ../sass/style.scss */
.boxed h2 {
  text-transform: initial;
  font-size: 19px;
  padding: 0;
  margin: 0;
  font-weight: 300;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*padding:20px 0 20px 0;*/
  padding: 6px 0 19px 0;
  font-weight: 600;
  color: #033f88;
}

/* line 855, ../sass/style.scss */
.contentSection {
  padding-top: 20px;
  text-align: justify;
  /*background:yellow;*/
}
/* line 860, ../sass/style.scss */
.contentSection ul.checkOut_Li {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  padding-top: 10px;
}
/* line 866, ../sass/style.scss */
.contentSection ul.checkOut_Li li {
  width: 50%;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #033f88;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 873, ../sass/style.scss */
.contentSection ul.checkOut_Li li a {
  color: #033f88;
  position: relative;
  text-decoration: none;
  margin: 0;
  padding: 0;
  width: 140px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 7px 0;
}
/* line 883, ../sass/style.scss */
.contentSection ul.checkOut_Li li a:after {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: '\f060';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  font-family: "Font Awesome 5 Pro";
  color: #a4abae;
}
/* line 895, ../sass/style.scss */
.contentSection ul.checkOut_Li li:hover a:after {
  color: #033f88;
}

/* line 907, ../sass/style.scss */
.mainSectionNav {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  padding: 20px 0;
}
/* line 913, ../sass/style.scss */
.mainSectionNav .elemMenu {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  background: #a4abae;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 7px 7px 0;
}
/* line 922, ../sass/style.scss */
.mainSectionNav .elemMenu a {
  height: auto;
  width: auto;
  text-decoration: none;
  padding: 10px;
  display: block;
  color: #fff;
  font-size: 18px;
}
/* line 931, ../sass/style.scss */
.mainSectionNav .elemMenu.sellected {
  background: #033f88;
}
/* line 934, ../sass/style.scss */
.mainSectionNav .elemMenu:hover {
  background: #899296;
}

/* line 941, ../sass/style.scss */
.lvlTwooNav {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  padding: 20px 0;
}
/* line 947, ../sass/style.scss */
.lvlTwooNav .elemMenuLvlTwoo {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  text-align: center;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 7px 7px 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid #c6c6c6;
}
/* line 958, ../sass/style.scss */
.lvlTwooNav .elemMenuLvlTwoo a {
  height: auto;
  width: auto;
  text-decoration: none;
  padding: 10px;
  display: block;
  color: #033f88;
  font-size: 18px;
}
/* line 967, ../sass/style.scss */
.lvlTwooNav .elemMenuLvlTwoo.sellected {
  border-bottom: 1px solid #033f88;
}
/* line 970, ../sass/style.scss */
.lvlTwooNav .elemMenuLvlTwoo:hover {
  /*border-bottom:1px solid darken(#a4abae, 50%);*/
  border-bottom: 1px solid #033f88;
}

/* line 979, ../sass/style.scss */
.LvlTwoView {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
}
/* line 985, ../sass/style.scss */
.LvlTwoView .leftside {
  width: 65%;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  padding: 0 0 0 37px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 992, ../sass/style.scss */
.LvlTwoView .leftside.full {
  width: 100%;
  padding: 0;
}
/* line 996, ../sass/style.scss */
.LvlTwoView .leftside h2 {
  margin: 0;
  padding: 0;
  color: #033f88;
  text-transform: initial;
  font-weight: bold;
  font-size: 19px;
  display: block;
  position: relative;
  padding: 0 0 5px 0;
  /*text-decoration:underline;*/
}
/* line 1008, ../sass/style.scss */
.LvlTwoView .leftside h3 {
  margin: 0;
  padding: 0;
  color: #033f88;
  text-transform: initial;
  font-weight: bold;
  font-size: 17px;
  display: block;
  position: relative;
  padding: 12px 0 15px 0;
  /*text-decoration:underline;*/
}
/* line 1020, ../sass/style.scss */
.LvlTwoView .leftside h4 {
  margin: 0;
  padding: 0;
  color: #033f88;
  text-transform: initial;
  font-weight: bold;
  font-size: 15px;
  display: block;
  position: relative;
  padding: 0 0 5px 0;
  /*text-decoration:underline;*/
}
/* line 1032, ../sass/style.scss */
.LvlTwoView .leftside .linkBlank {
  text-align: right;
  padding: 20px 20px 10px 0;
  display: block;
}
/* line 1036, ../sass/style.scss */
.LvlTwoView .leftside .linkBlank a {
  color: #033f88;
  position: relative;
  padding-right: 20px;
}
/* line 1040, ../sass/style.scss */
.LvlTwoView .leftside .linkBlank a:after {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: '\f061';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  font-family: "Font Awesome 5 Pro";
  color: #033f88;
}
/* line 1053, ../sass/style.scss */
.LvlTwoView .rightside {
  width: 35%;
  display: inline-block;
  font-size: 17px;
  vertical-align: top;
}
/* line 1058, ../sass/style.scss */
.LvlTwoView .rightside img {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin-top: 48px;
}

/* line 1070, ../sass/style.scss */
.parallax_news {
  height: 150px;
}
/* line 1072, ../sass/style.scss */
.parallax_news .chartEffect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #033f88;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
/* line 1081, ../sass/style.scss */
.parallax_news .dataParallax {
  width: 1024px;
  margin: 0 auto;
  text-align: left;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* line 1097, ../sass/style.scss */
#newsSection {
  width: 1024px;
  margin: 0;
  padding: 0;
  display: block;
  margin: 0 auto;
  font-size: 0;
  padding: 30px 0;
  overflow: hidden;
}
/* line 1106, ../sass/style.scss */
#newsSection #leftSnews {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  padding: 10px 10px 10px 0;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1115, ../sass/style.scss */
#newsSection #rightSnews {
  width: 47%;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  padding: 10px 10px 10px 0;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1124, ../sass/style.scss */
#newsSection .sliderVnews {
  overflow: hidden;
  display: block;
  width: 100%;
  /*background:red;*/
}
/* line 1128, ../sass/style.scss */
#newsSection .sliderVnews .contentVslider {
  height: 300px;
}
/* line 1132, ../sass/style.scss */
#newsSection .sliderVnews .title {
  background: #033f88;
  margin: 0;
  padding: 0;
  color: #fff;
  display: inline-block;
  padding: 4px 20px 4px 10px;
  margin: 0 0 30px 0;
}
/* line 1142, ../sass/style.scss */
#newsSection .elemList {
  display: block;
  border-bottom: 1px solid #dfdfdf;
  margin: 0 0 15px 0;
  padding: 0 0 9px 0;
  overflow: hidden;
}
/* line 1148, ../sass/style.scss */
#newsSection .elemList span {
  float: right;
  font-size: 12px;
  color: #033f88;
  display: block;
  width: 100%;
  text-align: right;
  margin: 5px 0 0 0;
}
/* line 1156, ../sass/style.scss */
#newsSection .elemList span a {
  text-decoration: none;
  color: #033f88;
}
/* line 1164, ../sass/style.scss */
#newsSection .elemNews {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dfdfdf;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  font-size: 0;
  height: auto;
  overflow: hidden;
}
/* line 1174, ../sass/style.scss */
#newsSection .elemNews a {
  color: #000;
}
/* line 1177, ../sass/style.scss */
#newsSection .elemNews .left {
  width: 78%;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}
/* line 1182, ../sass/style.scss */
#newsSection .elemNews .left .elemNewsTitle {
  display: block;
  font-size: 15px;
  color: #033f88;
  font-weight: bold;
}
/* line 1189, ../sass/style.scss */
#newsSection .elemNews .right {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}
/* line 1194, ../sass/style.scss */
#newsSection .elemNews .right img {
  width: 100%;
}

/* line 1204, ../sass/style.scss */
.section {
  width: 100%;
  height: auto;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 100;
}
/* line 1213, ../sass/style.scss */
.section ul {
  margin: 0;
  padding: 0;
  padding: 12px 0;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1219, ../sass/style.scss */
.section ul li {
  text-decoration: none;
  margin: 0;
  padding: 0;
  list-style-image: url("../images/trait_liste.svg");
}

/* line 1228, ../sass/style.scss */
.floatRight {
  overflow: hidden;
}

/* line 1234, ../sass/style.scss */
.forVideoHead #sectionNews {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  background: #033f88;
  float: right;
  position: relative;
}
/* line 1243, ../sass/style.scss */
.forVideoHead #sectionNews .newsLeft {
  background: #033f88;
  height: 100%;
  display: block;
  float: right;
  width: 83%;
  padding: 20px;
  font-size: 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
/* line 1253, ../sass/style.scss */
.forVideoHead #sectionNews .newsLeft h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  padding: 5px 0 15px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-transform: uppercase;
}
/* line 1263, ../sass/style.scss */
.forVideoHead #sectionNews .newsRight {
  background: #fff;
  height: 100%;
  display: block;
  float: right;
  width: 17%;
}
/* line 1269, ../sass/style.scss */
.forVideoHead #sectionNews .newsRight img {
  vertical-align: top;
  width: 100%;
}
/* line 1276, ../sass/style.scss */
.forVideoHead #sectionNewsDynamic {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  background: #033f88;
  float: right;
  position: relative;
}
/* line 1285, ../sass/style.scss */
.forVideoHead #sectionNewsDynamic .newsLeft {
  background: #033f88;
  height: 100%;
  display: block;
  float: right;
  width: 10%;
  padding: 20px;
  font-size: 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
/* line 1295, ../sass/style.scss */
.forVideoHead #sectionNewsDynamic .newsLeft h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  padding: 5px 0 15px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-transform: uppercase;
}
/* line 1305, ../sass/style.scss */
.forVideoHead #sectionNewsDynamic .newsRight {
  background: #fff;
  height: 100%;
  display: block;
  float: right;
  width: 90%;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
}
/* line 1314, ../sass/style.scss */
.forVideoHead #sectionNewsDynamic .newsRight .item {
  width: 50%;
}
/* line 1317, ../sass/style.scss */
.forVideoHead #sectionNewsDynamic .newsRight h2 {
  text-transform: uppercase;
  font-size: 23px;
  padding: 0;
  margin: 0;
  font-weight: 300;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 18px 0;
}
/* line 1326, ../sass/style.scss */
.forVideoHead #sectionNewsDynamic .newsRight h3 {
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
/* line 1332, ../sass/style.scss */
.forVideoHead #sectionNewsDynamic .newsRight img {
  vertical-align: top;
  width: 300px;
  display: block;
  margin: 0;
  padding: 0;
  margin: 10px 0 10px 0;
}
/* line 1341, ../sass/style.scss */
.forVideoHead #sectionNewsDynamic .newsRight .readNews {
  color: #033f88;
  margin: 0;
  padding: 0;
  padding: 5px 0 10px 0;
  display: block;
}
/* line 1349, ../sass/style.scss */
.forVideoHead #sectionNewsDynamic .newsRight .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  height: 10px;
  width: 10px;
  background: #033f88;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0 8px;
  background: #fff;
  border: 1px solid #033f88;
}
/* line 1364, ../sass/style.scss */
.forVideoHead #sectionNewsDynamic .newsRight .owl-carousel button.owl-dot:first-child {
  margin-left: 0;
}
/* line 1368, ../sass/style.scss */
.forVideoHead #sectionNewsDynamic .newsRight .owl-carousel button.owl-dot.active {
  border: 1px solid transparent;
  background: #033f88;
}

/* line 1385, ../sass/style.scss */
#sectionNews {
  width: auto;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  background: #033f88;
  float: right;
  position: relative;
}
/* line 1394, ../sass/style.scss */
#sectionNews .newsLeft {
  background: #033f88;
  height: 100%;
  display: block;
  float: right;
  width: 250px;
  padding: 20px;
  font-size: 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
/* line 1404, ../sass/style.scss */
#sectionNews .newsLeft h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  padding: 5px 0 15px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-transform: uppercase;
}
/* line 1414, ../sass/style.scss */
#sectionNews .newsRight {
  background: #fff;
  height: 100%;
  display: block;
  float: right;
  width: 750px;
}
/* line 1420, ../sass/style.scss */
#sectionNews .newsRight img {
  vertical-align: top;
  width: 100%;
}

/* line 1430, ../sass/style.scss */
#sectionNewsDynamic {
  width: auto;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  background: #033f88;
  float: right;
  position: relative;
}
/* line 1439, ../sass/style.scss */
#sectionNewsDynamic .newsLeft {
  background: #033f88;
  height: 100%;
  display: block;
  float: right;
  width: 250px;
  padding: 20px;
  font-size: 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
/* line 1449, ../sass/style.scss */
#sectionNewsDynamic .newsLeft h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  padding: 5px 0 15px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-transform: uppercase;
}
/* line 1459, ../sass/style.scss */
#sectionNewsDynamic .newsRight {
  background: #fff;
  height: 100%;
  display: block;
  float: right;
  width: 750px;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
}
/* line 1468, ../sass/style.scss */
#sectionNewsDynamic .newsRight h2 {
  text-transform: uppercase;
  font-size: 23px;
  padding: 0;
  margin: 0;
  font-weight: 300;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 18px 0;
}
/* line 1477, ../sass/style.scss */
#sectionNewsDynamic .newsRight h3 {
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
/* line 1483, ../sass/style.scss */
#sectionNewsDynamic .newsRight img {
  vertical-align: top;
  width: 200px;
  display: block;
  margin: 0;
  padding: 0;
  margin: 10px 0 10px 0;
}
/* line 1492, ../sass/style.scss */
#sectionNewsDynamic .newsRight .readNews {
  color: #033f88;
  margin: 0;
  padding: 0;
  padding: 5px 0 10px 0;
  display: block;
}
/* line 1500, ../sass/style.scss */
#sectionNewsDynamic .newsRight .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  height: 10px;
  width: 10px;
  background: #033f88;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0 8px;
  background: #fff;
  border: 1px solid #033f88;
}
/* line 1515, ../sass/style.scss */
#sectionNewsDynamic .newsRight .owl-carousel button.owl-dot:first-child {
  margin-left: 0;
}
/* line 1519, ../sass/style.scss */
#sectionNewsDynamic .newsRight .owl-carousel button.owl-dot.active {
  border: 1px solid transparent;
  background: #033f88;
}

/* line 1529, ../sass/style.scss */
.spacer-10 {
  height: 10px;
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

/* line 1538, ../sass/style.scss */
.spacer-20 {
  height: 20px;
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

/* line 1547, ../sass/style.scss */
.spacer-30 {
  height: 30px;
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

/* line 1556, ../sass/style.scss */
.spacer-40 {
  height: 40px;
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

/* line 1565, ../sass/style.scss */
.spacer-50 {
  height: 50px;
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

/* line 1574, ../sass/style.scss */
.spacer-60 {
  height: 60px;
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

/* line 1586, ../sass/style.scss */
#generic_Title {
  height: auto;
  display: block;
  position: relative;
  width: 1000px;
  overflow: hidden;
  margin: -100px auto 0 auto;
}
/* line 1593, ../sass/style.scss */
#generic_Title .squareBox {
  height: auto;
  width: 300px;
  background: #033f88;
  display: block;
  float: right;
  padding: 40px 20px;
  color: #fff;
  font-size: 13px;
}
/* line 1602, ../sass/style.scss */
#generic_Title .squareBox h1 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  padding: 5px 0 15px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-transform: uppercase;
}

/* line 1616, ../sass/style.scss */
#navScroller {
  width: 1024px;
  display: block;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
/* line 1625, ../sass/style.scss */
#navScroller .navElem {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 1629, ../sass/style.scss */
#navScroller .navElem a {
  display: block;
  margin: 0;
  padding: 0;
  padding: 3px 12px 2px 12px;
  color: #fff;
  color: #022856;
  background: #ededed;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin: 0 8px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 1642, ../sass/style.scss */
#navScroller .navElem a:hover {
  background: #033f88;
  color: #fff;
}
/* line 1646, ../sass/style.scss */
#navScroller .navElem a.selected {
  background: #033f88;
  color: #fff;
}

/* line 1657, ../sass/style.scss */
.article h2 {
  color: #033f88;
  text-transform: uppercase;
}
/* line 1661, ../sass/style.scss */
.article h3 {
  color: #464646;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
/* line 1670, ../sass/style.scss */
.article h4 {
  color: #535353;
  text-transform: initial;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
/* line 1679, ../sass/style.scss */
.article ul {
  margin: 0;
  padding: 0;
  padding: 12px 0;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1685, ../sass/style.scss */
.article ul li {
  text-decoration: none;
  margin: 0;
  padding: 0;
  list-style-image: url("../images/trait_liste.svg");
}

/* line 1696, ../sass/style.scss */
.elemAccordion {
  display: block;
  margin: 0;
  padding: 0;
  padding: 0 0 0 0;
}
/* line 1701, ../sass/style.scss */
.elemAccordion .contentAccordion {
  display: none;
  padding: 0;
  margin: 0;
  color: #fff;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #02336f;
}
/* line 1710, ../sass/style.scss */
.elemAccordion .contentAccordion img {
  width: 40%;
  vertical-align: top;
  float: right;
  margin-left: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 1717, ../sass/style.scss */
.elemAccordion .contentAccordion a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
/* line 1722, ../sass/style.scss */
.elemAccordion h4 {
  display: block;
  margin: 0;
  padding: 0;
  padding: 10px 0 !important;
  cursor: pointer;
  font-size: 21px;
  position: relative;
  background: #033f88;
}
/* line 1732, ../sass/style.scss */
.elemAccordion h4 a {
  background: transparent;
  padding: 0 10px 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 5px;
  text-decoration: none;
  color: #fff;
}
/* line 1740, ../sass/style.scss */
.elemAccordion h4:after {
  content: "\f107";
  float: right;
  height: 20px;
  width: 20px;
  /*background:#fff;*/
  right: 10px;
  position: relative;
  font-size: 20px;
  color: #fff;
  text-align: center;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "Font Awesome 5 Pro";
  line-height: 20px;
}
/* line 1759, ../sass/style.scss */
.elemAccordion h4.on a {
  /*background:#fff;*/
  padding: 0 10px 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 5px;
  text-decoration: none;
  color: #fff;
}
/* line 1767, ../sass/style.scss */
.elemAccordion h4.on:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1779, ../sass/style.scss */
#projectBox {
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}
/* line 1787, ../sass/style.scss */
#projectBox h3 {
  height: auto;
  padding: 0;
  margin: 0;
  padding: 35px 20px;
  background: #033f88;
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  width: auto;
  display: inline-block;
  position: relative;
  margin: 0 auto -40px auto;
  left: 10%;
  width: 80%;
  z-index: 5;
}
/* line 1803, ../sass/style.scss */
#projectBox h3 span {
  font-size: 11px;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 1810, ../sass/style.scss */
#projectBox img {
  vertical-align: top;
}
/* line 1813, ../sass/style.scss */
#projectBox #sliderProjects {
  position: relative;
  z-index: 2;
}

/* line 1824, ../sass/style.scss */
.dataProject {
  width: 70%;
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  background: #dfdfdf;
  position: absolute;
  bottom: -3%;
  left: 3%;
  padding: 20px 20px 50px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1836, ../sass/style.scss */
.dataProject h2 {
  text-transform: uppercase;
  font-size: 23px;
  padding: 0;
  margin: 0;
  font-weight: 300;
  padding: 10px 0 18px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1848, ../sass/style.scss */
#navProjects {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 50px;
  width: auto;
  height: auto;
  right: 22.3%;
  display: block;
  background: #033f88;
  font-size: 0;
  z-index: 4;
}
/* line 1861, ../sass/style.scss */
#navProjects #goleft {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 26px;
  cursor: pointer;
  background: #022856;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1871, ../sass/style.scss */
#navProjects #goleft i {
  font-size: 25px;
  color: #fff;
}
/* line 1875, ../sass/style.scss */
#navProjects #goleft:hover {
  background: #022856;
}
/* line 1880, ../sass/style.scss */
#navProjects #goright {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 26px;
  cursor: pointer;
  background: #033f88;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1890, ../sass/style.scss */
#navProjects #goright i {
  font-size: 25px;
  color: #fff;
}
/* line 1894, ../sass/style.scss */
#navProjects #goright:hover {
  background: #022856;
}

/* line 1901, ../sass/style.scss */
.ctrBtns {
  text-align: left;
  margin: 0;
  padding: 0;
  padding: 15px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

/* line 1910, ../sass/style.scss */
.classicBtn {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 1915, ../sass/style.scss */
.classicBtn a {
  padding: 12px 9px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  color: #676767;
  text-decoration: none;
  font-size: 14px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 1923, ../sass/style.scss */
.classicBtn a i {
  margin: 0;
  padding: 0;
  margin-left: 5px;
}
/* line 1930, ../sass/style.scss */
.classicBtn:hover a {
  background: #033f88;
  color: #fff;
}

/* line 1942, ../sass/style.scss */
#logo_negative {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
}

/* line 1950, ../sass/style.scss */
.chartEffect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

/* line 1974, ../sass/style.scss */
.section.leftGap {
  width: 95%;
  float: right;
}

/* line 1979, ../sass/style.scss */
#contHotelsBox {
  width: 1000px;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background: #033f88;
  margin-top: -200px;
  clear: both;
  font-size: 0;
}
/* line 1989, ../sass/style.scss */
#contHotelsBox .item {
  font-size: 13px;
}
/* line 1992, ../sass/style.scss */
#contHotelsBox #leftside {
  width: 300px;
  height: 100%;
  display: inline-block;
  background: #033f88;
  padding: 20px;
  font-size: 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  vertical-align: top;
}
/* line 2002, ../sass/style.scss */
#contHotelsBox #leftside h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  padding: 5px 0 15px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-transform: uppercase;
}
/* line 2013, ../sass/style.scss */
#contHotelsBox #rightside {
  width: 700px;
  height: 100%;
  display: inline-block;
  background: #fff;
  font-size: 0;
  vertical-align: top;
  position: relative;
}
/* line 2021, ../sass/style.scss */
#contHotelsBox #rightside #contSliderHotels {
  position: relative;
}
/* line 2023, ../sass/style.scss */
#contHotelsBox #rightside #contSliderHotels img {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
/* line 2029, ../sass/style.scss */
#contHotelsBox #rightside #contSliderHotels .dataHotel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  display: block;
}
/* line 2034, ../sass/style.scss */
#contHotelsBox #rightside #contSliderHotels h2 {
  text-transform: uppercase;
  font-size: 23px;
  padding: 0;
  margin: 0;
  font-weight: 300;
  padding: 10px 0 18px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2043, ../sass/style.scss */
#contHotelsBox #rightside #contSliderHotels .readNews {
  color: #033f88;
  margin: 0;
  padding: 0;
  padding: 5px 0 10px 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
}
/* line 2050, ../sass/style.scss */
#contHotelsBox #rightside #contSliderHotels .readNews:hover {
  color: #000;
}
/* line 2057, ../sass/style.scss */
#contHotelsBox #rightside #navHotels {
  position: absolute;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  left: 0;
  top: 0px;
  display: block;
  background: #033f88;
  font-size: 0;
  z-index: 4;
}
/* line 2070, ../sass/style.scss */
#contHotelsBox #rightside #navHotels #goleft {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 26px;
  cursor: pointer;
  background: #033f88;
  -webkit-tap-highlight-color: transparent;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 2081, ../sass/style.scss */
#contHotelsBox #rightside #navHotels #goleft i {
  font-size: 25px;
  color: #fff;
}
/* line 2085, ../sass/style.scss */
#contHotelsBox #rightside #navHotels #goleft:hover {
  background: #022856;
}
/* line 2090, ../sass/style.scss */
#contHotelsBox #rightside #navHotels #goright {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 26px;
  cursor: pointer;
  background: #022856;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 2100, ../sass/style.scss */
#contHotelsBox #rightside #navHotels #goright i {
  font-size: 25px;
  color: #fff;
}
/* line 2104, ../sass/style.scss */
#contHotelsBox #rightside #navHotels #goright:hover {
  background: #022856;
}

/* line 2118, ../sass/style.scss */
#VideoControls {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: 0;
  padding: 0;
  height: 80px;
  width: 80px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-border-radius: 60%;
  -webkit-border-radius: 60%;
  border-radius: 60%;
  background: #033f88;
  text-align: center;
  color: #fff;
  line-height: 80px;
}
/* line 2133, ../sass/style.scss */
#VideoControls i:first-child {
  display: none;
}

/* line 2139, ../sass/style.scss */
#videoCtr {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 50px;
  width: auto;
  height: auto;
  left: 80px;
  bottom: 180px;
  display: block;
  background: #033f88;
  font-size: 0;
  z-index: 4;
}
/* line 2157, ../sass/style.scss */
#videoCtr #playPause {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 26px;
  cursor: pointer;
  background: #022856;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 2167, ../sass/style.scss */
#videoCtr #playPause i {
  font-size: 25px;
  color: #fff;
}
/* line 2171, ../sass/style.scss */
#videoCtr #playPause i:first-child {
  display: none;
}
/* line 2174, ../sass/style.scss */
#videoCtr #playPause:hover {
  background: #022856;
}
/* line 2179, ../sass/style.scss */
#videoCtr #muteUnmute {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 26px;
  cursor: pointer;
  background: #033f88;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 2189, ../sass/style.scss */
#videoCtr #muteUnmute i {
  font-size: 25px;
  color: #fff;
}
/* line 2193, ../sass/style.scss */
#videoCtr #muteUnmute i:first-child {
  display: none;
}
/* line 2196, ../sass/style.scss */
#videoCtr #muteUnmute:hover {
  background: #022856;
}

/* line 2209, ../sass/style.scss */
#scrollToTop {
  display: block;
  height: 40px;
  width: 40px;
  background: #033f88;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  -moz-box-shadow: 1px 1px 43px #383838;
  -webkit-box-shadow: 1px 1px 43px #383838;
  box-shadow: 1px 1px 43px #383838;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}
/* line 2224, ../sass/style.scss */
#scrollToTop i {
  font-size: 20px;
  color: #fff;
}

/* line 2237, ../sass/style.scss */
#contFooter {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background: #323339;
  height: auto;
  clear: both;
  padding: 30px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*End Footer*/
}
/* line 2250, ../sass/style.scss */
#contFooter #footer {
  width: 90%;
  display: block;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  clear: both;
  /*End Sitemap*/
}
/* line 2260, ../sass/style.scss */
#contFooter #footer #sitemap {
  float: left;
}
/* line 2262, ../sass/style.scss */
#contFooter #footer #sitemap ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  margin: 0 20px;
  vertical-align: top;
}
/* line 2269, ../sass/style.scss */
#contFooter #footer #sitemap ul li {
  margin: 0;
  padding: 0;
  display: block;
  color: #fff;
}
/* line 2275, ../sass/style.scss */
#contFooter #footer #sitemap ul li a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 2281, ../sass/style.scss */
#contFooter #footer #sitemap ul li ul {
  display: block;
  margin: 0;
  margin-top: 10px;
}
/* line 2285, ../sass/style.scss */
#contFooter #footer #sitemap ul li ul li {
  margin: 0;
  padding: 0;
}
/* line 2288, ../sass/style.scss */
#contFooter #footer #sitemap ul li ul li a {
  color: #fff;
  font-weight: 300;
  text-transform: none;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 2293, ../sass/style.scss */
#contFooter #footer #sitemap ul li ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 2307, ../sass/style.scss */
#contFooter #footer #logoFooter {
  float: right;
  width: auto;
  padding-top: 30px;
}
/* line 2311, ../sass/style.scss */
#contFooter #footer #logoFooter span {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0  0 20px 0;
  color: #fff;
  text-align: center;
}
/* line 2323, ../sass/style.scss */
#contFooter #footer #logoFooter a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  margin: 0 0 0 5px;
}
/* line 2329, ../sass/style.scss */
#contFooter #footer #logoFooter a img {
  border: none;
  margin: 0;
  padding: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 2334, ../sass/style.scss */
#contFooter #footer #logoFooter a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 2354, ../sass/style.scss */
#navigation_respo {
  height: 100%;
  width: 300px;
  display: none;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  right: -350px;
  bottom: 0;
  background: #fff;
  z-index: 99090;
  -moz-box-shadow: 3px -1px 10px #8f8f8f;
  -webkit-box-shadow: 3px -1px 10px #8f8f8f;
  box-shadow: 3px -1px 10px #8f8f8f;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 50px 0;
  font-family: "Raleway", sans-serif;
}
/* line 2373, ../sass/style.scss */
#navigation_respo #MobileSocialBox {
  position: fixed;
  bottom: -50px;
  width: 300px;
  display: block;
  background: #e6e6e6;
  height: 50px;
  right: 0;
  height: auto;
  vertical-align: top;
  padding: 10px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 2387, ../sass/style.scss */
#navigation_respo #MobileSocialBox a {
  background: #fff;
  height: 25px;
  width: 25px;
  display: inline-block;
  color: #696f7a;
  text-align: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 26px;
  margin: 0 10px;
  position: relative;
}
/* line 2399, ../sass/style.scss */
#navigation_respo #MobileSocialBox a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 2405, ../sass/style.scss */
#navigation_respo .mCSB_container {
  width: auto;
  margin-right: 0;
  overflow: hidden;
}
/* line 2412, ../sass/style.scss */
#navigation_respo ul.mainMenuMob {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  padding-right: 30px;
  margin: 80px 0 0 6px;
  padding: 0 0 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2421, ../sass/style.scss */
#navigation_respo ul.mainMenuMob li {
  margin: 0;
  padding: 0;
  padding: 7px 0 7px 0;
  border-bottom: 1px solid #f1f1f1;
}
/* line 2426, ../sass/style.scss */
#navigation_respo ul.mainMenuMob li a {
  color: #797979;
  font-size: 19px;
  text-decoration: none;
}
/* line 2435, ../sass/style.scss */
#navigation_respo ul.mainMenuMob ul {
  margin: 0;
  padding: 0;
  padding: 20px 0 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important;
}
/* line 2441, ../sass/style.scss */
#navigation_respo ul.mainMenuMob ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  padding: 5px 0 5px 0;
  /*padding:5px 15px 5px 0 ;*/
  border: none;
}
/* line 2448, ../sass/style.scss */
#navigation_respo ul.mainMenuMob ul li a {
  color: #898989;
  font-size: 14px;
}
/* line 2451, ../sass/style.scss */
#navigation_respo ul.mainMenuMob ul li a i {
  display: none;
}
/* line 2459, ../sass/style.scss */
#navigation_respo ul.mainMenuMob ul ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  display: block !important;
}
/* line 2464, ../sass/style.scss */
#navigation_respo ul.mainMenuMob ul ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  padding: 5px 0 5px 15px;
  border: none;
}
/* line 2470, ../sass/style.scss */
#navigation_respo ul.mainMenuMob ul ul li a {
  color: #a9a9a9;
  font-size: 13px;
}

/* line 2482, ../sass/style.scss */
#nav_btn_menu {
  height: 40px;
  width: 40px;
  display: block;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 30px;
  right: 48px;
  z-index: 888;
  /*@include border-radius(80px);*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  background: #033f88;
  cursor: pointer;
  -moz-box-shadow: 1px 1px 43px #383838;
  -webkit-box-shadow: 1px 1px 43px #383838;
  box-shadow: 1px 1px 43px #383838;
  padding: 5px;
  background: #033f88 url("../images/burger.svg") center center no-repeat;
}
/* line 2502, ../sass/style.scss */
#nav_btn_menu.sticky {
  top: 21px;
  right: 44px;
}

/* line 2508, ../sass/style.scss */
#nav_btn_menu.open {
  -webkit-tap-highlight-color: transparent;
  background: #033f88 url("../images/close.svg") center center no-repeat;
}

/* line 2514, ../sass/style.scss */
#newsSection .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #033f88;
}

/* line 2519, ../sass/style.scss */
#navigation_respo .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #033f88;
}

/* line 2525, ../sass/style.scss */
#gradient {
  height: 15%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxNjE2MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #616161), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(#616161, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(#616161, rgba(0, 0, 0, 0));
  background-image: linear-gradient(#616161, rgba(0, 0, 0, 0));
}

/* line 2536, ../sass/style.scss */
.responsiveIframe {
  margin: 0;
  position: relative;
  padding: 0;
  padding-bottom: calc(56.25%);
  z-index: 1;
}
/* line 2542, ../sass/style.scss */
.responsiveIframe video {
  z-index: 1;
}
/* line 2545, ../sass/style.scss */
.responsiveIframe img {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  z-index: 2;
}

/* line 2555, ../sass/style.scss */
.clear {
  clear: both;
}

/* line 2560, ../sass/style.scss */
.contForm {
  direction: ltr;
}
/* line 2562, ../sass/style.scss */
.contForm .subBtnForm {
  margin: 90px auto 0 auto !important;
  background: #033f88;
  display: block;
}
/* line 2566, ../sass/style.scss */
.contForm .subBtnForm i {
  font-size: 11px;
}
/* line 2570, ../sass/style.scss */
.contForm .dropdown-content li > a, .contForm .dropdown-content li > span {
  color: #033f88;
}
/* line 2573, ../sass/style.scss */
.contForm input:not([type]):focus:not([readonly]),
.contForm input[type=text]:not(.browser-default):focus:not([readonly]),
.contForm input[type=password]:not(.browser-default):focus:not([readonly]),
.contForm input[type=email]:not(.browser-default):focus:not([readonly]),
.contForm input[type=url]:not(.browser-default):focus:not([readonly]),
.contForm input[type=time]:not(.browser-default):focus:not([readonly]),
.contForm input[type=date]:not(.browser-default):focus:not([readonly]),
.contForm input[type=datetime]:not(.browser-default):focus:not([readonly]),
.contForm input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
.contForm input[type=tel]:not(.browser-default):focus:not([readonly]),
.contForm input[type=number]:not(.browser-default):focus:not([readonly]),
.contForm input[type=search]:not(.browser-default):focus:not([readonly]),
.contForm textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #033f88;
  box-shadow: 0 1px 0 0 #033f88;
}
/* line 2589, ../sass/style.scss */
.contForm select {
  visibility: hidden !important;
  display: block !important;
  position: absolute;
  top: -5px;
}
/* line 2598, ../sass/style.scss */
.contForm .select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #033f88 !important;
}
/* line 2603, ../sass/style.scss */
.contForm .input-field > label {
  text-align: right;
  left: initial !important;
  right: 0 !important;
  padding-right: 14px;
}
/* line 2610, ../sass/style.scss */
.contForm .select-wrapper input.select-dropdown {
  text-align: right;
}
/* line 2614, ../sass/style.scss */
.contForm .select-wrapper .caret {
  right: initial;
  left: 0 !important;
}

/* line 2623, ../sass/style.scss */
.contLinsting {
  padding: 0;
}
/* line 2625, ../sass/style.scss */
.contLinsting h2 {
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 0;
  font-size: 18px;
  display: block;
  text-transform: initial;
}
/* line 2634, ../sass/style.scss */
.contLinsting .mediaList img {
  width: 100%;
  margin: 0;
  padding: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 2639, ../sass/style.scss */
.contLinsting .mediaList img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 2644, ../sass/style.scss */
.contLinsting .row .col {
  padding: 0;
}
/* line 2647, ../sass/style.scss */
.contLinsting .row {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  padding-top: 30px;
}
/* line 2651, ../sass/style.scss */
.contLinsting .row a {
  color: #000;
  text-decoration: none;
  outline: none;
}
/* line 2656, ../sass/style.scss */
.contLinsting .row:last-child {
  border: none;
}
/* line 2660, ../sass/style.scss */
.contLinsting .contentListing {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px !important;
  display: block;
}

/* line 2680, ../sass/style.scss */
#container_map {
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 2684, ../sass/style.scss */
#container_map #header_map {
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 2688, ../sass/style.scss */
#container_map #header_map img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: top;
  position: relative;
}
/* line 2696, ../sass/style.scss */
#container_map #header_map h1.title {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  text-shadow: 1px 1px 18px #474747;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
  font-size: 35px;
  position: absolute;
  top: 20%;
  left: 0;
  font-family: "VWHeadlineOT-Black";
  -moz-transform: translate(0, -20%);
  -ms-transform: translate(0, -20%);
  -webkit-transform: translate(0, -20%);
  transform: translate(0, -20%);
}
/* line 2713, ../sass/style.scss */
#container_map #header_map h1.title span {
  display: block;
  font-size: 22px;
  padding: 5px 0;
  font-family: "Raleway", sans-serif;
}
/* line 2724, ../sass/style.scss */
#container_map h2.title {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  text-align: center;
  padding: 35px 10px;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
  font-size: 28px;
  font-family: "VWHeadlineOT-Semibold";
}
/* line 2739, ../sass/style.scss */
#container_map #cont_gencies {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2748, ../sass/style.scss */
#container_map #cont_gencies .elemAgency {
  width: 45%;
  height: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
  padding-left: 58px;
  vertical-align: top;
  margin: 20px 0 10px 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2761, ../sass/style.scss */
#container_map #cont_gencies .elemAgency .agencyName {
  font-family: "VWHeadlineOT-Black";
  font-size: 23px;
  color: #188dd7;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 4px;
  line-height: 25px;
  padding-bottom: 5px;
}
/* line 2771, ../sass/style.scss */
#container_map #cont_gencies .elemAgency span {
  display: block;
  color: #958e8e;
  font-size: 15px;
}
/* line 2775, ../sass/style.scss */
#container_map #cont_gencies .elemAgency span i {
  width: 20px;
  text-align: center;
  color: #958e8e;
}

/* line 2788, ../sass/style.scss */
.lvltwooContent h3 {
  font-size: 19px;
  font-weight: 600;
  color: #033f88;
  text-transform: initial;
}
/* line 2794, ../sass/style.scss */
.lvltwooContent img {
  width: 100%;
}

/* line 2800, ../sass/style.scss */
#theMap {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 400px;
  display: block;
  /*background:pink;*/
  position: relative;
  /*direction:rtl;*/
  top: 0;
}
/* line 2810, ../sass/style.scss */
#theMap h1 {
  color: #033f88;
  font-size: 31px;
  margin: 0;
  padding: 0;
  padding: 0 0 4px 0;
}
/* line 2817, ../sass/style.scss */
#theMap .bodyContent {
  direction: ltr;
  padding: 20px;
  font-size: 15px;
  color: #373737;
  width: 100%;
  text-align: left;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2826, ../sass/style.scss */
#theMap .bodyContent span {
  display: inline-block;
  /*background:pink;*/
  direction: ltr !important;
}
/* line 2831, ../sass/style.scss */
#theMap .bodyContent a {
  color: #373737;
  text-decoration: none;
}
/* line 2835, ../sass/style.scss */
#theMap .bodyContent p {
  /*color:red;*/
  /*direction:rtl;*/
}
/* line 2842, ../sass/style.scss */
#theMap .bodyContent img {
  margin-top: 5px;
  width: 70%;
}

/* line 2849, ../sass/style.scss */
.infosWindows {
  /* background:red;*/
  display: none;
}

/* line 2854, ../sass/style.scss */
.cont_elem_map {
  text-align: center;
  margin: 0;
  padding: 0;
  padding: 0;
  width: 100%;
  display: block;
  direction: rtl;
}

/* line 2864, ../sass/style.scss */
.elem_map {
  width: 43%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  height: auto;
  padding: 10px;
  text-align: right;
  font-family: "HelveticaNeueW23forSKY-Reg";
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 7px 20px 7px;
  /*background:#ccc;*/
}
/* line 2879, ../sass/style.scss */
.elem_map strong {
  font-weight: bold;
  width: 100%;
  display: inline-block;
  /*background:pink;*/
  /*direction:ltr !important;*/
}
/* line 2886, ../sass/style.scss */
.elem_map a {
  color: inherit;
}
/* line 2889, ../sass/style.scss */
.elem_map p {
  display: inline-block;
  direction: rtl !important;
  /*background:pink;*/
  width: 100%;
}
/* line 2894, ../sass/style.scss */
.elem_map p span {
  display: inline-block;
  /*background:pink;*/
  direction: ltr !important;
}
/* line 2900, ../sass/style.scss */
.elem_map h1 {
  color: #033f88;
  margin: 0;
  padding: 0;
  display: block;
  font-family: "VWHeadlineOT-Semibold";
  font-size: 23px;
  padding: 5px 0 15px 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2910, ../sass/style.scss */
.elem_map i {
  color: #fff;
  background: #d6b962;
  padding: 2px;
  height: 20px;
  cursor: pointer;
  width: 20px;
  display: inline-block;
  margin: 4px 0 0 8px;
  text-align: center;
}
/* line 2921, ../sass/style.scss */
.elem_map .bodyContent {
  display: none;
}
/* line 2927, ../sass/style.scss */
.elem_map .line {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  /*background:green;*/
  direction: rtl;
  padding-bottom: 5px;
}
/* line 2936, ../sass/style.scss */
.elem_map .line i {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-top: 3px;
  vertical-align: top;
}
/* line 2943, ../sass/style.scss */
.elem_map .line .txt {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: right;
  direction: ltr;
  width: 90%;
}

/*END ELEM MAP*/
/* line 2960, ../sass/style.scss */
#language {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  text-align: right;
  padding: 0 0 5px 0;
  position: absolute;
  top: 34px;
  right: 81px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 2972, ../sass/style.scss */
#language a {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 2980, ../sass/style.scss */
#language a:hover {
  color: #b3b3b3;
}
/* line 2984, ../sass/style.scss */
#language a.sellected {
  color: #b3b3b3;
}

/* line 2989, ../sass/style.scss */
.parallax-container {
  height: 291px;
}

/* line 3057, ../sass/style.scss */
#site {
  /*display:none;*/
}

/* line 3061, ../sass/style.scss */
.loader {
  height: 100px;
  width: 100px;
  display: block;
  position: fixed;
  padding-left: 20px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #033f88;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
/* line 3073, ../sass/style.scss */
.loader img {
  margin-top: 15px;
  margin-left: 10px;
  content: url("../images/loader.svg");
}

/* line 3079, ../sass/style.scss */
#overlay_right {
  background: #fff;
  height: 50%;
  width: 50%;
  position: fixed;
  left: 100%;
  top: 0%;
  z-index: 9999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 3089, ../sass/style.scss */
#overlay_right.show {
  left: 0%;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 3096, ../sass/style.scss */
#overlay_left {
  background: #fff;
  height: 50%;
  width: 50%;
  position: fixed;
  right: 100%;
  top: 50%;
  z-index: 9999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 3106, ../sass/style.scss */
#overlay_left.show {
  right: 0%;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 3114, ../sass/style.scss */
#dynamicData #titleBig {
  background: #033f88;
  color: #fff;
  text-align: center;
  padding: 20px 5px;
  font-size: 30px;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3125, ../sass/style.scss */
#popLayout {
  width: 1000px;
  height: auto;
  display: block;
  visibility: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 300px;
  background: #fff;
  z-index: 9999;
  border-bottom: 7px solid #033f88;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 0px 7px #8c888c;
  -webkit-box-shadow: 0px 0px 7px #8c888c;
  box-shadow: 0px 0px 7px #8c888c;
  /* @include transition(all 0.4s ease);*/
  padding: 40px;
  margin-bottom: 30px;
}
/* line 3147, ../sass/style.scss */
#popLayout #provider img {
  width: 100%;
  vertical-align: top;
}
/* line 3152, ../sass/style.scss */
#popLayout #content {
  font-size: 14px;
  color: #000;
}
/* line 3155, ../sass/style.scss */
#popLayout #content img {
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
}
/* line 3160, ../sass/style.scss */
#popLayout #content a {
  border-bottom: 1px solid #039be5;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 3163, ../sass/style.scss */
#popLayout #content a:hover {
  border-bottom: 1px solid transparent;
}
/* line 3167, ../sass/style.scss */
#popLayout #content b {
  color: #000;
}
/* line 3170, ../sass/style.scss */
#popLayout #content h2 {
  color: #033f88;
  font-size: 25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  padding: 20px 0;
}
/* line 3180, ../sass/style.scss */
#popLayout #closeModal {
  display: block;
  margin: 0;
  padding: 0;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background: #033f88;
  text-align: center;
  line-height: 37px;
  cursor: pointer;
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 5px;
}
/* line 3194, ../sass/style.scss */
#popLayout #closeModal i {
  color: #fff;
  font-size: 21px;
}

/* line 3202, ../sass/style.scss */
#partenaires_footer {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  padding: 20px 5px 40px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 3210, ../sass/style.scss */
#partenaires_footer span {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0  0 20px 0;
  color: #fff;
}
/* line 3221, ../sass/style.scss */
#partenaires_footer .partenaire {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin: 0 10px 10px 10px;
  vertical-align: middle;
}
/* line 3228, ../sass/style.scss */
#partenaires_footer .partenaire img {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0;
  border: none;
  outline: none;
  vertical-align: top;
}
/* line 3236, ../sass/style.scss */
#partenaires_footer .partenaire:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

@media screen and (max-width: 1024px) {
  /* line 3357, ../sass/style.scss */
  #navScroller {
    width: 100%;
    padding-top: 30px;
  }

  /* line 3362, ../sass/style.scss */
  #popLayout {
    width: 95%;
    margin-bottom: 40px;
  }

  /* line 3367, ../sass/style.scss */
  .contForm .subBtnForm {
    margin: 20px auto 0 auto !important;
  }

  /* line 3371, ../sass/style.scss */
  .negativeVal {
    margin-top: -20% !important;
  }

  /* line 3374, ../sass/style.scss */
  .contGalHome .item .dataCarHome {
    top: 33%;
  }

  /* line 3377, ../sass/style.scss */
  #navCar_left, #navCar_right {
    top: 58%;
  }

  /* line 3380, ../sass/style.scss */
  .boxed {
    width: 900px;
  }

  /* line 3384, ../sass/style.scss */
  #contHotelsBox #leftside {
    width: 30.84%;
  }

  /* line 3387, ../sass/style.scss */
  #contHotelsBox #rightside {
    width: 69.16%;
  }

  /* line 3391, ../sass/style.scss */
  #contHotelsBox {
    width: 100%;
  }

  /* line 3395, ../sass/style.scss */
  .boxed {
    /*padding: 0 20px 20px 20px;*/
  }
  /* line 3397, ../sass/style.scss */
  .boxed h2 {
    padding-top: 25px;
  }
  /* line 3401, ../sass/style.scss */
  .boxed #cont_breadcrumb {
    width: 100%;
    height: auto;
    display: block;
    /*background:red;*/
    position: relative;
    top: -100px;
  }
  /* line 3408, ../sass/style.scss */
  .boxed #cont_breadcrumb #breadcrumb {
    width: 70%;
    margin: 0;
  }

  /* line 3416, ../sass/style.scss */
  .articleBoxed {
    margin-bottom: 0;
    width: 100%;
  }

  /* line 3422, ../sass/style.scss */
  .fullTitle h3 {
    padding: 38px 0 30px 81px;
  }

  /* line 3427, ../sass/style.scss */
  .parallax_news .dataParallax {
    margin-left: 81px;
    width: 100%;
  }

  /* line 3432, ../sass/style.scss */
  #newsSection #leftSnews {
    padding: 10px;
  }

  /* line 3436, ../sass/style.scss */
  #newsSection {
    width: 100%;
  }

  /* line 3440, ../sass/style.scss */
  .fullTitle h3 {
    width: 100%;
  }

  /* line 3444, ../sass/style.scss */
  #videoCtr {
    bottom: 102px;
  }

  /* line 3448, ../sass/style.scss */
  .contGalHome .item .dataCarHome {
    margin-top: 31px;
  }
}
@media screen and (max-width: 768px) {
  /* line 3458, ../sass/style.scss */
  .contChiffres .elemchiffre {
    width: 100%;
    margin: 7px 0;
  }

  /* line 3464, ../sass/style.scss */
  .contMedia .left, .contMedia .right {
    width: 100%;
  }
  /* line 3467, ../sass/style.scss */
  .contMedia img {
    margin: 5px 0;
  }

  /* line 3472, ../sass/style.scss */
  #header #logo {
    width: 110px;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    margin-left: 48px;
  }

  /* line 3481, ../sass/style.scss */
  #navigation_respo {
    display: block;
  }

  /* line 3484, ../sass/style.scss */
  #contNav {
    display: none;
  }

  /* line 3488, ../sass/style.scss */
  #generic_Title {
    width: 100%;
    margin: -100px auto 0 auto;
  }

  /* line 3493, ../sass/style.scss */
  #generic_Title .squareBox {
    width: 300px;
    margin-right: 48px;
  }

  /* line 3498, ../sass/style.scss */
  .contGalHome .item .dataCarHome {
    top: 50%;
    width: 85%;
    left: 48px;
  }

  /* line 3504, ../sass/style.scss */
  #navCar_left {
    top: 80%;
    left: 48px;
  }

  /* line 3508, ../sass/style.scss */
  #navCar_right {
    top: 80%;
    left: 100px;
  }

  /* line 3513, ../sass/style.scss */
  .boxed {
    width: 100%;
    padding: 25px 5px 25px 5px;
  }

  /* line 3519, ../sass/style.scss */
  #projectBox h3 {
    margin: 0 auto 0 auto;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  /* line 3525, ../sass/style.scss */
  #projectBox h3 span {
    line-height: 14px;
    padding-top: 10px;
  }

  /* line 3532, ../sass/style.scss */
  .dataProject {
    position: relative;
  }

  /* line 3536, ../sass/style.scss */
  .dataProject {
    width: 100%;
    position: relative;
    bottom: 0%;
    left: 0%;
  }

  /* line 3543, ../sass/style.scss */
  #navProjects {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 63px;
    right: 3.5%;
    display: block;
  }

  /* line 3552, ../sass/style.scss */
  #contHotelsBox {
    width: 100%;
  }

  /* line 3556, ../sass/style.scss */
  #contHotelsBox #leftside {
    width: 30.845%;
  }

  /* line 3560, ../sass/style.scss */
  #sectionNews .newsLeft {
    width: 60%;
  }

  /* line 3564, ../sass/style.scss */
  #sectionNews .newsRight {
    width: 40%;
  }

  /* line 3568, ../sass/style.scss */
  .negativeVal {
    margin-top: -7% !important;
  }

  /* line 3576, ../sass/style.scss */
  #videoCtr {
    left: 48px;
    bottom: 76px;
  }

  /*#header #topHeader.sticky #language{  */
  /* line 3582, ../sass/style.scss */
  #header #topHeader #language {
    top: 31px;
    right: 105px;
  }

  /* line 3587, ../sass/style.scss */
  #header #topHeader.sticky #language {
    top: 31px;
  }

  /* line 3591, ../sass/style.scss */
  .LvlTwoView .leftside {
    padding: 0 22px 0 0;
  }

  /* line 3595, ../sass/style.scss */
  .contGalHome .item .dataCarHome {
    margin-top: 0;
  }

  /* line 3599, ../sass/style.scss */
  #navCar_right, #navCar_left {
    margin-top: -26px;
  }

  /* line 3603, ../sass/style.scss */
  #navCar_right {
    right: 48px;
    left: initial;
  }

  /* line 3608, ../sass/style.scss */
  #navCar_left {
    right: 100px;
    left: initial;
  }
}
@media screen and (max-width: 425px) {
  /* line 3623, ../sass/style.scss */
  #popLayout {
    width: 95%;
    margin-bottom: 40px;
    padding: 40px 10px;
  }
  /* line 3628, ../sass/style.scss */
  #popLayout #content h2 {
    font-size: 20px;
  }

  /* line 3634, ../sass/style.scss */
  .contChiffres .elemchiffre.full {
    width: 100%;
  }

  /* line 3638, ../sass/style.scss */
  .elemAccordion .contentAccordion img {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
  }

  /* line 3644, ../sass/style.scss */
  .contLinsting {
    padding: 0;
  }
  /* line 3646, ../sass/style.scss */
  .contLinsting h2 {
    margin: 0 !important;
    padding: 10px 0 5px 0 !important;
    margin-top: 0;
    font-size: 18px;
    display: block;
    text-transform: initial;
  }
  /* line 3655, ../sass/style.scss */
  .contLinsting .mediaList img {
    width: 100%;
    margin: 0;
    padding: 0;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  /* line 3660, ../sass/style.scss */
  .contLinsting .mediaList img:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  /* line 3665, ../sass/style.scss */
  .contLinsting .row .col {
    padding: 0;
  }
  /* line 3668, ../sass/style.scss */
  .contLinsting .row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    padding-top: 30px;
  }
  /* line 3672, ../sass/style.scss */
  .contLinsting .row a {
    color: #000;
    text-decoration: none;
    outline: none;
  }
  /* line 3677, ../sass/style.scss */
  .contLinsting .row:last-child {
    border: none;
  }
  /* line 3681, ../sass/style.scss */
  .contLinsting .contentListing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 0 !important;
  }

  /* line 3688, ../sass/style.scss */
  #videoCtr {
    right: 48px;
    bottom: 30px;
    left: initial;
  }
  /* line 3692, ../sass/style.scss */
  #videoCtr #playPause {
    padding: 10px;
  }
  /* line 3694, ../sass/style.scss */
  #videoCtr #playPause i {
    font-size: 15px;
  }
  /* line 3699, ../sass/style.scss */
  #videoCtr #muteUnmute {
    padding: 10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 3702, ../sass/style.scss */
  #videoCtr #muteUnmute i {
    font-size: 15px;
  }

  /* line 3709, ../sass/style.scss */
  #header #logo {
    width: 73px;
    margin-left: 48px;
  }

  /* line 3715, ../sass/style.scss */
  #header #bannerPage {
    min-height: auto;
  }

  /* line 3719, ../sass/style.scss */
  #generic_Title {
    width: 100%;
    margin: 0 auto 0 auto;
  }

  /* line 3724, ../sass/style.scss */
  #generic_Title .squareBox {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }
  /* line 3728, ../sass/style.scss */
  #generic_Title .squareBox h1 {
    font-size: 18px;
  }

  /* line 3734, ../sass/style.scss */
  .boxed {
    padding: 5px 20px 20px 20px;
  }
  /* line 3736, ../sass/style.scss */
  .boxed h2 {
    padding-top: 25px;
  }

  /* line 3741, ../sass/style.scss */
  .nospace {
    height: 0;
  }

  /* line 3745, ../sass/style.scss */
  .contGalHome .item .dataCarHome {
    position: absolute;
    top: 58%;
    left: 48px;
    width: 95%;
    font-size: 23px;
    line-height: 21px;
  }

  /* line 3754, ../sass/style.scss */
  #navCar_left {
    left: initial;
    right: 100px;
  }

  /* line 3758, ../sass/style.scss */
  #navCar_right {
    left: initial;
    right: 48px;
  }

  /* line 3762, ../sass/style.scss */
  #sectionNews .newsRight {
    width: 100%;
  }

  /* line 3765, ../sass/style.scss */
  #sectionNews .newsLeft {
    width: 100%;
  }

  /* line 3774, ../sass/style.scss */
  #sectionNewsDynamic {
    float: initial;
  }
  /* line 3776, ../sass/style.scss */
  #sectionNewsDynamic .newsLeft {
    background: #033f88;
    height: 100%;
    display: none;
    float: initial;
    width: 100%;
    padding: 20px;
    font-size: 13px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
  }
  /* line 3787, ../sass/style.scss */
  #sectionNewsDynamic .newsRight {
    float: initial;
    width: 100%;
  }
  /* line 3790, ../sass/style.scss */
  #sectionNewsDynamic .newsRight img {
    width: 100%;
  }

  /* line 3798, ../sass/style.scss */
  #contHotelsBox #leftside {
    width: 100%;
  }

  /* line 3801, ../sass/style.scss */
  #contHotelsBox #rightside {
    width: 100%;
  }

  /* line 3804, ../sass/style.scss */
  .section.leftGap {
    width: 100%;
    float: initial;
  }

  /* line 3810, ../sass/style.scss */
  .leftGap .parallax-container {
    position: relative;
    overflow: hidden;
    height: 287px;
  }

  /* line 3817, ../sass/style.scss */
  #contHotelsBox #rightside #navHotels {
    position: relative;
    left: initial;
    top: initial;
    overflow: hidden;
  }

  /* line 3824, ../sass/style.scss */
  #contHotelsBox #rightside #navHotels #goleft {
    float: left;
  }

  /* line 3828, ../sass/style.scss */
  #contHotelsBox #rightside #navHotels #goright {
    float: left;
  }

  /* line 3833, ../sass/style.scss */
  #contFooter #footer #sitemap ul {
    margin: 20px;
  }

  /* line 3837, ../sass/style.scss */
  #contFooter #footer #logoFooter {
    float: initial;
    width: auto;
    text-align: center;
  }

  /* line 3846, ../sass/style.scss */
  .articleBoxed.negativeTop {
    margin-top: -20px;
  }

  /* line 3850, ../sass/style.scss */
  .mainSectionNav {
    text-align: center;
  }

  /* line 3853, ../sass/style.scss */
  .lvlTwooNav {
    text-align: center;
  }

  /* line 3857, ../sass/style.scss */
  .LvlTwoView .leftside {
    padding: 0;
    width: 100%;
  }

  /* line 3862, ../sass/style.scss */
  .LvlTwoView .rightside {
    padding: 0;
    width: 100%;
  }
  /* line 3865, ../sass/style.scss */
  .LvlTwoView .rightside img {
    margin-top: 5px;
  }

  /* line 3870, ../sass/style.scss */
  .fullTitle h3 {
    padding: 38px 0 30px 0;
    text-align: center;
  }

  /* line 3875, ../sass/style.scss */
  #newsSection #leftSnews {
    width: 100%;
  }

  /* line 3879, ../sass/style.scss */
  #newsSection #rightSnews {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
  }

  /* line 3885, ../sass/style.scss */
  .contGalHome .item .dataCarHome {
    margin-top: 24px;
  }

  /* line 3890, ../sass/style.scss */
  #navCar_left, #navCar_right {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  /* line 3906, ../sass/style.scss */
  #navScroller {
    width: 100%;
    padding-top: 20px;
  }
  /* line 3909, ../sass/style.scss */
  #navScroller .navElem {
    display: block;
    margin: 0;
    padding: 0;
  }
  /* line 3913, ../sass/style.scss */
  #navScroller .navElem a {
    display: block;
    margin: 0;
    padding: 0;
    padding: 3px 12px 2px 12px;
    color: #fff;
    color: #022856;
    background: #ededed;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin: 4px auto;
    width: 98%;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  /* line 3927, ../sass/style.scss */
  #navScroller .navElem a:hover {
    background: #033f88;
    color: #fff;
  }
  /* line 3931, ../sass/style.scss */
  #navScroller .navElem a.selected {
    background: #033f88;
    color: #fff;
  }

  /* line 3939, ../sass/style.scss */
  #videoCtr {
    right: 10px;
    bottom: 18px;
    left: initial;
  }
  /* line 3943, ../sass/style.scss */
  #videoCtr #playPause {
    padding: 10px;
  }
  /* line 3945, ../sass/style.scss */
  #videoCtr #playPause i {
    font-size: 15px;
  }
  /* line 3950, ../sass/style.scss */
  #videoCtr #muteUnmute {
    padding: 10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 3953, ../sass/style.scss */
  #videoCtr #muteUnmute i {
    font-size: 15px;
  }

  /* line 3960, ../sass/style.scss */
  #header #topHeader {
    padding: 0;
  }

  /* line 3964, ../sass/style.scss */
  #header #logo {
    width: 73px;
    margin: 10px 0 0 10px;
  }

  /* line 3969, ../sass/style.scss */
  .contGalHome .item .dataCarHome {
    position: absolute;
    top: 54%;
    left: 48px;
    width: 80%;
    font-size: 18px;
    line-height: 18px;
  }

  /* line 3978, ../sass/style.scss */
  .contGalHome .item .dataCarHome span {
    display: none;
  }

  /* line 3982, ../sass/style.scss */
  #nav_btn_menu {
    top: 10px;
    right: 10px;
  }

  /* line 3987, ../sass/style.scss */
  #navCar_right {
    left: initial;
    right: 10px;
  }

  /* line 3992, ../sass/style.scss */
  #navCar_left {
    left: initial;
    right: 70px;
  }

  /* line 4000, ../sass/style.scss */
  #contFooter #footer #logoFooter {
    float: initial;
    width: 100%;
  }
  /* line 4003, ../sass/style.scss */
  #contFooter #footer #logoFooter a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    margin: 5px;
    width: 45%;
    display: inline-block;
  }
  /* line 4011, ../sass/style.scss */
  #contFooter #footer #logoFooter a img {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  /* line 4017, ../sass/style.scss */
  #contFooter #footer #logoFooter a img:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }

  /* line 4024, ../sass/style.scss */
  #theMap h1 {
    font-size: 20px;
  }

  /* line 4029, ../sass/style.scss */
  .boxed #cont_breadcrumb {
    display: none;
  }

  /* line 4035, ../sass/style.scss */
  #newsSection .elemNews .left {
    width: 70%;
  }

  /* line 4039, ../sass/style.scss */
  #newsSection .elemNews .right {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
  }

  /* line 4046, ../sass/style.scss */
  .articleBoxed {
    padding: 20px 16px 40px 16px;
  }

  /* line 4051, ../sass/style.scss */
  .contGalHome .item .dataCarHome {
    top: 50%;
    margin-top: 27px;
  }

  /*  #navCar_left, #navCar_right{
      margin-top:-7px;
    }*/
}
@media screen and (max-width: 320px) {
  /* line 4074, ../sass/style.scss */
  #newsSection .elemList {
    overflow: hidden;
  }

  /* line 4078, ../sass/style.scss */
  #newsSection .elemList span {
    float: left;
  }

  /* line 4083, ../sass/style.scss */
  #newsSection .elemNews .left {
    width: 100%;
  }

  /* line 4087, ../sass/style.scss */
  #newsSection .elemNews .right {
    display: none;
  }

  /* line 4092, ../sass/style.scss */
  .articleBoxed {
    padding: 20px 16px 40px 16px;
  }

  /* line 4096, ../sass/style.scss */
  .contentSection ul.checkOut_Li {
    list-style: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    padding-top: 10px;
  }
  /* line 4102, ../sass/style.scss */
  .contentSection ul.checkOut_Li li {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #033f88;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 4109, ../sass/style.scss */
  .contentSection ul.checkOut_Li li a {
    width: 100%;
  }

  /* line 4115, ../sass/style.scss */
  .contGalHome .item .dataCarHome {
    display: none;
  }

  /* line 4119, ../sass/style.scss */
  #navCar_left, #navCar_right {
    display: none;
  }
}
