/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 14, ../sass/_ico_nytsee.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 23, ../sass/_ico_nytsee.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

/* line 52, ../sass/_ico_nytsee.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 59, ../sass/_ico_nytsee.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

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

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

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

/* line 73, ../sass/_ico_nytsee.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 76, ../sass/_ico_nytsee.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 80, ../sass/_ico_nytsee.scss */
.pull-right {
  float: right;
}

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

/* line 86, ../sass/_ico_nytsee.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 89, ../sass/_ico_nytsee.scss */
.fa.pull-right {
  margin-left: .3em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 183, ../sass/_ico_nytsee.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 186, ../sass/_ico_nytsee.scss */
.fa-music:before {
  content: "\f001";
}

/* line 189, ../sass/_ico_nytsee.scss */
.fa-search:before {
  content: "\f002";
}

/* line 192, ../sass/_ico_nytsee.scss */
.fa-envelope-o:before {
  content: "\f003";
}

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

/* line 198, ../sass/_ico_nytsee.scss */
.fa-star:before {
  content: "\f005";
}

/* line 201, ../sass/_ico_nytsee.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 204, ../sass/_ico_nytsee.scss */
.fa-user:before {
  content: "\f007";
}

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

/* line 210, ../sass/_ico_nytsee.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 213, ../sass/_ico_nytsee.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 216, ../sass/_ico_nytsee.scss */
.fa-th-list:before {
  content: "\f00b";
}

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

/* line 222, ../sass/_ico_nytsee.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 227, ../sass/_ico_nytsee.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 230, ../sass/_ico_nytsee.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 233, ../sass/_ico_nytsee.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 236, ../sass/_ico_nytsee.scss */
.fa-signal:before {
  content: "\f012";
}

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

/* line 243, ../sass/_ico_nytsee.scss */
.fa-trash-o:before {
  content: "\f014";
}

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

/* line 249, ../sass/_ico_nytsee.scss */
.fa-file-o:before {
  content: "\f016";
}

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

/* line 255, ../sass/_ico_nytsee.scss */
.fa-road:before {
  content: "\f018";
}

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

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

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

/* line 267, ../sass/_ico_nytsee.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 270, ../sass/_ico_nytsee.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 273, ../sass/_ico_nytsee.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 277, ../sass/_ico_nytsee.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 280, ../sass/_ico_nytsee.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 283, ../sass/_ico_nytsee.scss */
.fa-lock:before {
  content: "\f023";
}

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

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

/* line 292, ../sass/_ico_nytsee.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 295, ../sass/_ico_nytsee.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 298, ../sass/_ico_nytsee.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 301, ../sass/_ico_nytsee.scss */
.fa-qrcode:before {
  content: "\f029";
}

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

/* line 307, ../sass/_ico_nytsee.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 310, ../sass/_ico_nytsee.scss */
.fa-tags:before {
  content: "\f02c";
}

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

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

/* line 319, ../sass/_ico_nytsee.scss */
.fa-print:before {
  content: "\f02f";
}

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

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

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

/* line 331, ../sass/_ico_nytsee.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 334, ../sass/_ico_nytsee.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 337, ../sass/_ico_nytsee.scss */
.fa-text-width:before {
  content: "\f035";
}

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

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

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

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

/* line 352, ../sass/_ico_nytsee.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 355, ../sass/_ico_nytsee.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 359, ../sass/_ico_nytsee.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 362, ../sass/_ico_nytsee.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 365, ../sass/_ico_nytsee.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 370, ../sass/_ico_nytsee.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 373, ../sass/_ico_nytsee.scss */
.fa-map-marker:before {
  content: "\f041";
}

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

/* line 379, ../sass/_ico_nytsee.scss */
.fa-tint:before {
  content: "\f043";
}

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

/* line 386, ../sass/_ico_nytsee.scss */
.fa-share-square-o:before {
  content: "\f045";
}

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

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

/* line 395, ../sass/_ico_nytsee.scss */
.fa-step-backward:before {
  content: "\f048";
}

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

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

/* line 404, ../sass/_ico_nytsee.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 407, ../sass/_ico_nytsee.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 410, ../sass/_ico_nytsee.scss */
.fa-stop:before {
  content: "\f04d";
}

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

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

/* line 419, ../sass/_ico_nytsee.scss */
.fa-step-forward:before {
  content: "\f051";
}

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

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

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

/* line 431, ../sass/_ico_nytsee.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 434, ../sass/_ico_nytsee.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 437, ../sass/_ico_nytsee.scss */
.fa-times-circle:before {
  content: "\f057";
}

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

/* line 443, ../sass/_ico_nytsee.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 446, ../sass/_ico_nytsee.scss */
.fa-info-circle:before {
  content: "\f05a";
}

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

/* line 452, ../sass/_ico_nytsee.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

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

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

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

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

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

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

/* line 473, ../sass/_ico_nytsee.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

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

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

/* line 483, ../sass/_ico_nytsee.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 486, ../sass/_ico_nytsee.scss */
.fa-minus:before {
  content: "\f068";
}

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

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

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

/* line 498, ../sass/_ico_nytsee.scss */
.fa-leaf:before {
  content: "\f06c";
}

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

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

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

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

/* line 514, ../sass/_ico_nytsee.scss */
.fa-plane:before {
  content: "\f072";
}

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

/* line 520, ../sass/_ico_nytsee.scss */
.fa-random:before {
  content: "\f074";
}

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

/* line 526, ../sass/_ico_nytsee.scss */
.fa-magnet:before {
  content: "\f076";
}

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

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

/* line 535, ../sass/_ico_nytsee.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 538, ../sass/_ico_nytsee.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

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

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

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

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

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

/* line 557, ../sass/_ico_nytsee.scss */
.fa-twitter-square:before {
  content: "\f081";
}

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

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

/* line 566, ../sass/_ico_nytsee.scss */
.fa-key:before {
  content: "\f084";
}

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

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

/* line 576, ../sass/_ico_nytsee.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 579, ../sass/_ico_nytsee.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 582, ../sass/_ico_nytsee.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 585, ../sass/_ico_nytsee.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 588, ../sass/_ico_nytsee.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 591, ../sass/_ico_nytsee.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 594, ../sass/_ico_nytsee.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

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

/* line 600, ../sass/_ico_nytsee.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 603, ../sass/_ico_nytsee.scss */
.fa-trophy:before {
  content: "\f091";
}

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

/* line 609, ../sass/_ico_nytsee.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 612, ../sass/_ico_nytsee.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 615, ../sass/_ico_nytsee.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 618, ../sass/_ico_nytsee.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 621, ../sass/_ico_nytsee.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 624, ../sass/_ico_nytsee.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 627, ../sass/_ico_nytsee.scss */
.fa-twitter:before {
  content: "\f099";
}

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

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

/* line 637, ../sass/_ico_nytsee.scss */
.fa-unlock:before {
  content: "\f09c";
}

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

/* line 643, ../sass/_ico_nytsee.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 686, ../sass/_ico_nytsee.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 689, ../sass/_ico_nytsee.scss */
.fa-tasks:before {
  content: "\f0ae";
}

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

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

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

/* line 701, ../sass/_ico_nytsee.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 705, ../sass/_ico_nytsee.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

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

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

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

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

/* line 723, ../sass/_ico_nytsee.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 726, ../sass/_ico_nytsee.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 730, ../sass/_ico_nytsee.scss */
.fa-square:before {
  content: "\f0c8";
}

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

/* line 738, ../sass/_ico_nytsee.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 741, ../sass/_ico_nytsee.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 744, ../sass/_ico_nytsee.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 747, ../sass/_ico_nytsee.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 750, ../sass/_ico_nytsee.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 753, ../sass/_ico_nytsee.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 756, ../sass/_ico_nytsee.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 759, ../sass/_ico_nytsee.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 762, ../sass/_ico_nytsee.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

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

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

/* line 771, ../sass/_ico_nytsee.scss */
.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

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

/* line 789, ../sass/_ico_nytsee.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 793, ../sass/_ico_nytsee.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 797, ../sass/_ico_nytsee.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

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

/* line 804, ../sass/_ico_nytsee.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 807, ../sass/_ico_nytsee.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

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

/* line 815, ../sass/_ico_nytsee.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 819, ../sass/_ico_nytsee.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 822, ../sass/_ico_nytsee.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

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

/* line 829, ../sass/_ico_nytsee.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 832, ../sass/_ico_nytsee.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 835, ../sass/_ico_nytsee.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 839, ../sass/_ico_nytsee.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

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

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

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

/* line 851, ../sass/_ico_nytsee.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 854, ../sass/_ico_nytsee.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 857, ../sass/_ico_nytsee.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 860, ../sass/_ico_nytsee.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

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

/* line 866, ../sass/_ico_nytsee.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 869, ../sass/_ico_nytsee.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 872, ../sass/_ico_nytsee.scss */
.fa-building-o:before {
  content: "\f0f7";
}

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

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

/* line 881, ../sass/_ico_nytsee.scss */
.fa-medkit:before {
  content: "\f0fa";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 923, ../sass/_ico_nytsee.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 926, ../sass/_ico_nytsee.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 929, ../sass/_ico_nytsee.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 933, ../sass/_ico_nytsee.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 936, ../sass/_ico_nytsee.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 939, ../sass/_ico_nytsee.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 942, ../sass/_ico_nytsee.scss */
.fa-spinner:before {
  content: "\f110";
}

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

/* line 948, ../sass/_ico_nytsee.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

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

/* line 955, ../sass/_ico_nytsee.scss */
.fa-folder-o:before {
  content: "\f114";
}

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

/* line 961, ../sass/_ico_nytsee.scss */
.fa-smile-o:before {
  content: "\f118";
}

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

/* line 967, ../sass/_ico_nytsee.scss */
.fa-meh-o:before {
  content: "\f11a";
}

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

/* line 973, ../sass/_ico_nytsee.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 976, ../sass/_ico_nytsee.scss */
.fa-flag-o:before {
  content: "\f11d";
}

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

/* line 982, ../sass/_ico_nytsee.scss */
.fa-terminal:before {
  content: "\f120";
}

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

/* line 988, ../sass/_ico_nytsee.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 992, ../sass/_ico_nytsee.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 997, ../sass/_ico_nytsee.scss */
.fa-location-arrow:before {
  content: "\f124";
}

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

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

/* line 1006, ../sass/_ico_nytsee.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1010, ../sass/_ico_nytsee.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1013, ../sass/_ico_nytsee.scss */
.fa-info:before {
  content: "\f129";
}

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

/* line 1019, ../sass/_ico_nytsee.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1022, ../sass/_ico_nytsee.scss */
.fa-subscript:before {
  content: "\f12c";
}

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

/* line 1028, ../sass/_ico_nytsee.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1031, ../sass/_ico_nytsee.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1034, ../sass/_ico_nytsee.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1037, ../sass/_ico_nytsee.scss */
.fa-shield:before {
  content: "\f132";
}

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

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

/* line 1046, ../sass/_ico_nytsee.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1049, ../sass/_ico_nytsee.scss */
.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

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

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

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

/* line 1073, ../sass/_ico_nytsee.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

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

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

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

/* line 1085, ../sass/_ico_nytsee.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1088, ../sass/_ico_nytsee.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1091, ../sass/_ico_nytsee.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1094, ../sass/_ico_nytsee.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1097, ../sass/_ico_nytsee.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1100, ../sass/_ico_nytsee.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1103, ../sass/_ico_nytsee.scss */
.fa-level-down:before {
  content: "\f149";
}

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

/* line 1109, ../sass/_ico_nytsee.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

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

/* line 1115, ../sass/_ico_nytsee.scss */
.fa-share-square:before {
  content: "\f14d";
}

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

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

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

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

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

/* line 1137, ../sass/_ico_nytsee.scss */
.fa-gbp:before {
  content: "\f154";
}

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

/* line 1144, ../sass/_ico_nytsee.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1148, ../sass/_ico_nytsee.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1154, ../sass/_ico_nytsee.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1159, ../sass/_ico_nytsee.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

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

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

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

/* line 1173, ../sass/_ico_nytsee.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1176, ../sass/_ico_nytsee.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1179, ../sass/_ico_nytsee.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1182, ../sass/_ico_nytsee.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1185, ../sass/_ico_nytsee.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1188, ../sass/_ico_nytsee.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1191, ../sass/_ico_nytsee.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1194, ../sass/_ico_nytsee.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1197, ../sass/_ico_nytsee.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1200, ../sass/_ico_nytsee.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1203, ../sass/_ico_nytsee.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1206, ../sass/_ico_nytsee.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1209, ../sass/_ico_nytsee.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

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

/* line 1215, ../sass/_ico_nytsee.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1218, ../sass/_ico_nytsee.scss */
.fa-instagram:before {
  content: "\f16d";
}

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

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

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

/* line 1230, ../sass/_ico_nytsee.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1233, ../sass/_ico_nytsee.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1236, ../sass/_ico_nytsee.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

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

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

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

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

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

/* line 1254, ../sass/_ico_nytsee.scss */
.fa-windows:before {
  content: "\f17a";
}

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

/* line 1260, ../sass/_ico_nytsee.scss */
.fa-linux:before {
  content: "\f17c";
}

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

/* line 1266, ../sass/_ico_nytsee.scss */
.fa-skype:before {
  content: "\f17e";
}

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

/* line 1272, ../sass/_ico_nytsee.scss */
.fa-trello:before {
  content: "\f181";
}

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

/* line 1278, ../sass/_ico_nytsee.scss */
.fa-male:before {
  content: "\f183";
}

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

/* line 1285, ../sass/_ico_nytsee.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1288, ../sass/_ico_nytsee.scss */
.fa-moon-o:before {
  content: "\f186";
}

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

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

/* line 1297, ../sass/_ico_nytsee.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1300, ../sass/_ico_nytsee.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1303, ../sass/_ico_nytsee.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1306, ../sass/_ico_nytsee.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1309, ../sass/_ico_nytsee.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

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

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

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

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

/* line 1325, ../sass/_ico_nytsee.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1328, ../sass/_ico_nytsee.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1331, ../sass/_ico_nytsee.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1335, ../sass/_ico_nytsee.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1338, ../sass/_ico_nytsee.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1341, ../sass/_ico_nytsee.scss */
.fa-slack:before {
  content: "\f198";
}

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

/* line 1347, ../sass/_ico_nytsee.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1350, ../sass/_ico_nytsee.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1353, ../sass/_ico_nytsee.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

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

/* line 1362, ../sass/_ico_nytsee.scss */
.fa-yahoo:before {
  content: "\f19e";
}

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

/* line 1368, ../sass/_ico_nytsee.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1371, ../sass/_ico_nytsee.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1374, ../sass/_ico_nytsee.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1377, ../sass/_ico_nytsee.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

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

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

/* line 1386, ../sass/_ico_nytsee.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1389, ../sass/_ico_nytsee.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

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

/* line 1395, ../sass/_ico_nytsee.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1398, ../sass/_ico_nytsee.scss */
.fa-language:before {
  content: "\f1ab";
}

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

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

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

/* line 1410, ../sass/_ico_nytsee.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1413, ../sass/_ico_nytsee.scss */
.fa-spoon:before {
  content: "\f1b1";
}

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

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

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

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

/* line 1428, ../sass/_ico_nytsee.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1431, ../sass/_ico_nytsee.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1434, ../sass/_ico_nytsee.scss */
.fa-recycle:before {
  content: "\f1b8";
}

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

/* line 1441, ../sass/_ico_nytsee.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1445, ../sass/_ico_nytsee.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1448, ../sass/_ico_nytsee.scss */
.fa-spotify:before {
  content: "\f1bc";
}

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

/* line 1454, ../sass/_ico_nytsee.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

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

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

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

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

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

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

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

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

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

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

/* line 1492, ../sass/_ico_nytsee.scss */
.fa-vine:before {
  content: "\f1ca";
}

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

/* line 1498, ../sass/_ico_nytsee.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1501, ../sass/_ico_nytsee.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

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

/* line 1511, ../sass/_ico_nytsee.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

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

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

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

/* line 1526, ../sass/_ico_nytsee.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1531, ../sass/_ico_nytsee.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1534, ../sass/_ico_nytsee.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1537, ../sass/_ico_nytsee.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1541, ../sass/_ico_nytsee.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1545, ../sass/_ico_nytsee.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

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

/* line 1552, ../sass/_ico_nytsee.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

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

/* line 1558, ../sass/_ico_nytsee.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1561, ../sass/_ico_nytsee.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1564, ../sass/_ico_nytsee.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1567, ../sass/_ico_nytsee.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

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

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

/* line 1577, ../sass/_ico_nytsee.scss */
.fa-tty:before {
  content: "\f1e4";
}

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

/* line 1583, ../sass/_ico_nytsee.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1586, ../sass/_ico_nytsee.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1589, ../sass/_ico_nytsee.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1592, ../sass/_ico_nytsee.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1595, ../sass/_ico_nytsee.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1598, ../sass/_ico_nytsee.scss */
.fa-wifi:before {
  content: "\f1eb";
}

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

/* line 1604, ../sass/_ico_nytsee.scss */
.fa-paypal:before {
  content: "\f1ed";
}

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

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

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

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

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

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

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

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

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

/* line 1634, ../sass/_ico_nytsee.scss */
.fa-trash:before {
  content: "\f1f8";
}

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

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

/* line 1643, ../sass/_ico_nytsee.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1646, ../sass/_ico_nytsee.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

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

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

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

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

/* line 1661, ../sass/_ico_nytsee.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1664, ../sass/_ico_nytsee.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1667, ../sass/_ico_nytsee.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1670, ../sass/_ico_nytsee.scss */
.fa-toggle-on:before {
  content: "\f205";
}

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

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

/* line 1679, ../sass/_ico_nytsee.scss */
.fa-ioxhost:before {
  content: "\f208";
}

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

/* line 1685, ../sass/_ico_nytsee.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 1688, ../sass/_ico_nytsee.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1693, ../sass/_ico_nytsee.scss */
.fa-meanpath:before {
  content: "\f20c";
}

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

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

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

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

/* line 1708, ../sass/_ico_nytsee.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1711, ../sass/_ico_nytsee.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1714, ../sass/_ico_nytsee.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1717, ../sass/_ico_nytsee.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1720, ../sass/_ico_nytsee.scss */
.fa-skyatlas:before {
  content: "\f216";
}

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

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

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

/* line 1732, ../sass/_ico_nytsee.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1735, ../sass/_ico_nytsee.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1738, ../sass/_ico_nytsee.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1741, ../sass/_ico_nytsee.scss */
.fa-street-view:before {
  content: "\f21d";
}

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

/* line 1747, ../sass/_ico_nytsee.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1750, ../sass/_ico_nytsee.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 1753, ../sass/_ico_nytsee.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 1756, ../sass/_ico_nytsee.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1760, ../sass/_ico_nytsee.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1763, ../sass/_ico_nytsee.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1766, ../sass/_ico_nytsee.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1769, ../sass/_ico_nytsee.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1772, ../sass/_ico_nytsee.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1775, ../sass/_ico_nytsee.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1778, ../sass/_ico_nytsee.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1781, ../sass/_ico_nytsee.scss */
.fa-neuter:before {
  content: "\f22c";
}

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

/* line 1787, ../sass/_ico_nytsee.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1790, ../sass/_ico_nytsee.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1793, ../sass/_ico_nytsee.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1796, ../sass/_ico_nytsee.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1799, ../sass/_ico_nytsee.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1802, ../sass/_ico_nytsee.scss */
.fa-user-times:before {
  content: "\f235";
}

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

/* line 1809, ../sass/_ico_nytsee.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1812, ../sass/_ico_nytsee.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1815, ../sass/_ico_nytsee.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1818, ../sass/_ico_nytsee.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 1821, ../sass/_ico_nytsee.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1825, ../sass/_ico_nytsee.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1828, ../sass/_ico_nytsee.scss */
.fa-opencart:before {
  content: "\f23d";
}

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

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

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

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

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

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

/* line 1855, ../sass/_ico_nytsee.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1858, ../sass/_ico_nytsee.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1861, ../sass/_ico_nytsee.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 1864, ../sass/_ico_nytsee.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1867, ../sass/_ico_nytsee.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1870, ../sass/_ico_nytsee.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

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

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

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

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

/* line 1885, ../sass/_ico_nytsee.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

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

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

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

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

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

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

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

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

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

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

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

/* line 1926, ../sass/_ico_nytsee.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1929, ../sass/_ico_nytsee.scss */
.fa-registered:before {
  content: "\f25d";
}

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

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

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

/* line 1941, ../sass/_ico_nytsee.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1944, ../sass/_ico_nytsee.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1947, ../sass/_ico_nytsee.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

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

/* line 1953, ../sass/_ico_nytsee.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1956, ../sass/_ico_nytsee.scss */
.fa-safari:before {
  content: "\f267";
}

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

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

/* line 1965, ../sass/_ico_nytsee.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 1968, ../sass/_ico_nytsee.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1971, ../sass/_ico_nytsee.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

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

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

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

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

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

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

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

/* line 1996, ../sass/_ico_nytsee.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 1999, ../sass/_ico_nytsee.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2002, ../sass/_ico_nytsee.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2005, ../sass/_ico_nytsee.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 2008, ../sass/_ico_nytsee.scss */
.fa-map:before {
  content: "\f279";
}

/* line 2011, ../sass/_ico_nytsee.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2014, ../sass/_ico_nytsee.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

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

/* line 2020, ../sass/_ico_nytsee.scss */
.fa-vimeo:before {
  content: "\f27d";
}

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

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

/* line 2029, ../sass/_ico_nytsee.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

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

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

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

/* line 2041, ../sass/_ico_nytsee.scss */
.fa-modx:before {
  content: "\f285";
}

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

/* line 2047, ../sass/_ico_nytsee.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 2050, ../sass/_ico_nytsee.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2053, ../sass/_ico_nytsee.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2056, ../sass/_ico_nytsee.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2059, ../sass/_ico_nytsee.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2062, ../sass/_ico_nytsee.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2065, ../sass/_ico_nytsee.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2068, ../sass/_ico_nytsee.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2071, ../sass/_ico_nytsee.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2074, ../sass/_ico_nytsee.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

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

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

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

/* line 2086, ../sass/_ico_nytsee.scss */
.fa-percent:before {
  content: "\f295";
}

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

/* line 2092, ../sass/_ico_nytsee.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2095, ../sass/_ico_nytsee.scss */
.fa-wpforms:before {
  content: "\f298";
}

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

/* line 2101, ../sass/_ico_nytsee.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2104, ../sass/_ico_nytsee.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2107, ../sass/_ico_nytsee.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

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

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

/* line 2116, ../sass/_ico_nytsee.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

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

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

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

/* line 2129, ../sass/_ico_nytsee.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

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

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

/* line 2140, ../sass/_ico_nytsee.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2144, ../sass/_ico_nytsee.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2147, ../sass/_ico_nytsee.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2150, ../sass/_ico_nytsee.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2153, ../sass/_ico_nytsee.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2156, ../sass/_ico_nytsee.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2159, ../sass/_ico_nytsee.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2162, ../sass/_ico_nytsee.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

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

/* line 2168, ../sass/_ico_nytsee.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2171, ../sass/_ico_nytsee.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

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

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

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

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

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

/* line 2191, ../sass/_ico_nytsee.scss */
.fa-linode:before {
  content: "\f2b8";
}

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

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

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

/* line 2204, ../sass/_ico_nytsee.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2208, ../sass/_ico_nytsee.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2211, ../sass/_ico_nytsee.scss */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2214, ../sass/_ico_nytsee.scss */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2217, ../sass/_ico_nytsee.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2220, ../sass/_ico_nytsee.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2224, ../sass/_ico_nytsee.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2228, ../sass/_ico_nytsee.scss */
.fa-quora:before {
  content: "\f2c4";
}

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

/* line 2234, ../sass/_ico_nytsee.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2237, ../sass/_ico_nytsee.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2242, ../sass/_ico_nytsee.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2246, ../sass/_ico_nytsee.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2250, ../sass/_ico_nytsee.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2254, ../sass/_ico_nytsee.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2258, ../sass/_ico_nytsee.scss */
.fa-shower:before {
  content: "\f2cc";
}

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

/* line 2266, ../sass/_ico_nytsee.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2269, ../sass/_ico_nytsee.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2272, ../sass/_ico_nytsee.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2275, ../sass/_ico_nytsee.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2278, ../sass/_ico_nytsee.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2282, ../sass/_ico_nytsee.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

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

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

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

/* line 2295, ../sass/_ico_nytsee.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2298, ../sass/_ico_nytsee.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2301, ../sass/_ico_nytsee.scss */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2304, ../sass/_ico_nytsee.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2307, ../sass/_ico_nytsee.scss */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2310, ../sass/_ico_nytsee.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2313, ../sass/_ico_nytsee.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2316, ../sass/_ico_nytsee.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2319, ../sass/_ico_nytsee.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2329, ../sass/_ico_nytsee.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/** {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}*/
/*@include box-sizing(border-box);
@include transition(all 0.5s ease);*/
@font-face {
  font-family: 'roboto_slabregular';
  src: url("../fonts/robot/robotoslab_regular/RobotoSlab-Regular-webfont.eot");
  src: url("../fonts/robot/robotoslab_regular/RobotoSlab-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robot/robotoslab_regular/RobotoSlab-Regular-webfont.woff") format("woff"), url("../fonts/robot/robotoslab_regular/RobotoSlab-Regular-webfont.ttf") format("truetype"), url("../fonts/robot/robotoslab_regular/RobotoSlab-Regular-webfont.svg#roboto_slabregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_slablight';
  src: url("../fonts/robot/robotoslab_light/RobotoSlab-Light-webfont.eot");
  src: url("../fonts/robot/robotoslab_light/RobotoSlab-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robot/robotoslab_light/RobotoSlab-Light-webfont.woff") format("woff"), url("../fonts/robot/robotoslab_light/RobotoSlab-Light-webfont.ttf") format("truetype"), url("../fonts/robot/robotoslab_light/RobotoSlab-Light-webfont.svg#roboto_slablight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url("../fonts/roboto/Roboto-Light.eot");
  src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype"), url("../fonts/robo/robotoslab_regular/RobotoSlab-Light-webfont.svg#roboto_slablight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN-MediumAlternate';
  src: url("../fonts/DIN-MediumAlternate.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-MediumAlternate.woff") format("woff"), url("DIN-MediumAlternate.ttf") format("truetype"), url("../fonts/DIN-MediumAlternate.svg#DIN-MediumAlternate") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FSLolaMedium';
  src: url("../fonts/FSLolaMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/FSLolaMedium.woff") format("woff"), url("../fonts/FSLolaMedium.ttf") format("truetype"), url("../fonts/FSLolaMedium.svg#FSLolaMedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN-Regular';
  src: url("../fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Regular.woff") format("woff"), url("../fonts/DIN-Regular.ttf") format("truetype"), url("../fonts/DIN-Regular.svg#DIN-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Georgia-Bold';
  src: url("../fonts/Georgia-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia-Bold.woff") format("woff"), url("../fonts/Georgia-Bold.ttf") format("truetype"), url("../fonts/Georgia-Bold.svg#Georgia-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KGSecondChancesSolid';
  src: url("../fonts/KGSecondChancesSolid.eot?#iefix") format("embedded-opentype"), url("../fonts/KGSecondChancesSolid.woff") format("woff"), url("../fonts/KGSecondChancesSolid.ttf") format("truetype"), url("../fonts/KGSecondChancesSolid.svg#KGSecondChancesSolid") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 151, ../sass/style.scss */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "KGSecondChancesSolid";
  /*background: url(../images/bg_body.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
  height: auto;
}

/* line 167, ../sass/style.scss */
html {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjEwMCUiIGN5PSIxMDAlIiByPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2ZjZGZlZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2OWZjNyIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-radial-gradient(100% 100%, #fcdfed 10%, #f69fc7 100%);
  background-image: -webkit-radial-gradient(100% 100%, #fcdfed 10%, #f69fc7 100%);
  background-image: radial-gradient(100% 100%, #fcdfed 10%, #f69fc7 100%);
  height: 100%;
}

/* line 173, ../sass/style.scss */
#cont_header {
  height: auto;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  /*background:#fff;*/
}
/* line 180, ../sass/style.scss */
#cont_header #header {
  width: 905px;
  height: auto;
  text-align: center;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  /*background:pink;*/
}
/* line 188, ../sass/style.scss */
#cont_header #header img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}

/* line 199, ../sass/style.scss */
#container {
  width: 905px;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px 70px 5px;
  /*background:red;*/
}

/* line 212, ../sass/style.scss */
#personnages img {
  width: 100%;
  display: block;
}

/* line 221, ../sass/style.scss */
#textZone {
  width: 420px;
  display: block;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  color: #e23988;
  font-size: 24px;
  padding: 10px 0;
}
/* line 231, ../sass/style.scss */
#textZone span.underlined {
  text-decoration: underline;
  cursor: pointer;
}

/* line 239, ../sass/style.scss */
.responsiveIframe {
  margin: 0;
  position: relative;
  padding: 0;
  padding-bottom: calc(56.25%);
}

/* line 248, ../sass/style.scss */
.cont_btns_classique {
  width: 100%;
  display: block;
  text-align: center;
  padding: 30px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 254, ../sass/style.scss */
.cont_btns_classique .btn_carre {
  font-size: 20px;
  display: block;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #fff;
  vertical-align: top;
  background: #e23988;
  margin: 10px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 265, ../sass/style.scss */
.cont_btns_classique .btn_carre a {
  color: #fff;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 6px 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 273, ../sass/style.scss */
.cont_btns_classique .btn_carre:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 278, ../sass/style.scss */
.cont_btns_classique .gris {
  background: #b8b8b8;
}
/* line 282, ../sass/style.scss */
.cont_btns_classique .yellow_dark {
  background: #e1bb1e;
}
/* line 286, ../sass/style.scss */
.cont_btns_classique .yellow_bright {
  background: #e1bb1e;
}
/* line 290, ../sass/style.scss */
.cont_btns_classique .button_yellow {
  background: #e2bb1e;
}
/* line 292, ../sass/style.scss */
.cont_btns_classique .button_yellow a {
  color: #fff;
}

/* line 298, ../sass/style.scss */
#toForm {
  display: none;
}

/* line 302, ../sass/style.scss */
.btn_classic {
  height: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin: 5px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 312, ../sass/style.scss */
.btn_classic a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  margin: 0;
  padding: 0;
  outline: none;
  color: #fff;
  padding: 9px 10px;
  display: block;
  background: #e23988;
  font-size: 15px;
  letter-spacing: 1px;
}
/* line 325, ../sass/style.scss */
.btn_classic:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 331, ../sass/style.scss */
.btnLarg {
  width: 90%;
  display: block;
  margin: 10px auto 5px auto;
}
/* line 335, ../sass/style.scss */
.btnLarg i {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  margin: 0 5px;
}

/* line 346, ../sass/style.scss */
#contForm .loaderForm {
  color: #0b8a43;
  font-size: 15px;
  text-align: center;
  margin: 5px auto 0 auto;
  width: 20px;
  display: none;
}

/* line 356, ../sass/style.scss */
#viralVideo {
  display: none;
}

/* line 360, ../sass/style.scss */
.responsiveIframe {
  display: none;
}

/* line 365, ../sass/style.scss */
.finalMesg {
  width: 420px;
  display: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  color: #e23988;
  font-size: 24px;
  padding: 10px 0;
}
/* line 375, ../sass/style.scss */
.finalMesg span.underlined {
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  /* line 396, ../sass/style.scss */
  #cont_header {
    height: auto;
  }

  /* line 400, ../sass/style.scss */
  #cont_header #header {
    width: 100%;
    height: auto;
  }

  /* line 405, ../sass/style.scss */
  #header_slogan {
    width: 100%;
  }

  /* line 409, ../sass/style.scss */
  #container #leftSide, #container #rightSide {
    width: 100%;
    display: block;
  }

  /* line 414, ../sass/style.scss */
  #container {
    width: 100%;
  }

  /* line 418, ../sass/style.scss */
  #toForm {
    display: block;
  }

  /* line 423, ../sass/style.scss */
  #container #leftSide h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #0b8a43;
    padding: 30px 0 20px 0;
  }

  /* line 432, ../sass/style.scss */
  #contForm {
    width: 95%;
    margin: 0;
    padding: 0;
    padding: 10px 5px;
    display: block;
    margin: 0 auto 49px auto;
    background: #fff;
    height: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 433, ../sass/style.scss */
  #contForm .row {
    margin-bottom: 0;
  }
  /* line 447, ../sass/style.scss */
  #contForm h4 {
    width: 100%;
    margin-left: 0;
  }
  /* line 449, ../sass/style.scss */
  #contForm h4 span {
    color: #006a39;
  }
  /* line 450, ../sass/style.scss */
  #contForm h4 img {
    display: none;
  }

  /* line 457, ../sass/style.scss */
  #contForm .infoForm {
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  /* line 473, ../sass/style.scss */
  .boxVolontaire {
    width: 48%;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: none;
    text-align: justify;
    vertical-align: top;
    font-size: 13px;
    color: #fff;
    /*margin:10px 10px 0 10px;*/
    padding: 0 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 425px) {
  /* line 498, ../sass/style.scss */
  #cont_btns_header {
    display: none;
  }

  /* line 502, ../sass/style.scss */
  #textZone, .finalMesg {
    width: 100%;
  }

  /* line 506, ../sass/style.scss */
  #container #leftSide h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #0b8a43;
    text-align: center;
    padding: 30px 0 20px 0;
  }

  /* line 516, ../sass/style.scss */
  #container #leftSide h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #0b8a43;
    text-align: center;
    padding: 30px 0 20px 0;
  }
}
@media screen and (max-width: 320px) {
  /* line 546, ../sass/style.scss */
  #cont_boxs .boxme {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 552, ../sass/style.scss */
  #container #leftSide h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #0b8a43;
    text-align: center;
    padding: 30px 0 20px 0;
  }
}
@media screen and (max-width: 550px) {
  /* line 581, ../sass/style.scss */
  #interactive_zone {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    font-size: 0;
  }
  /* line 587, ../sass/style.scss */
  #interactive_zone .left_school {
    margin: 0;
    padding: 0;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    width: 60%;
    /*background:pink;*/
  }
  /* line 597, ../sass/style.scss */
  #interactive_zone .right_school {
    margin: 0;
    padding: 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    width: 40%;
    text-align: center;
    font-size: 120px;
  }
  /* line 606, ../sass/style.scss */
  #interactive_zone .right_school span {
    display: block;
    text-align: center;
    padding: 10px 0;
    line-height: 18px;
    font-size: 11px;
    margin-top: 20px;
    font-size: 15px;
    padding: 5px 25px 10px 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 617, ../sass/style.scss */
  #interactive_zone .right_school p {
    margin: 0;
    padding: 0;
    font-size: 55px;
  }

  /* line 625, ../sass/style.scss */
  .column-2 {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  /* line 645, ../sass/style.scss */
  .fifthy_col {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  /* line 651, ../sass/style.scss */
  .fifthy_left {
    float: none;
  }

  /* line 655, ../sass/style.scss */
  .fifthy_right {
    float: none;
  }

  /* line 659, ../sass/style.scss */
  .fifthy_row {
    overflow: hidden;
  }

  /* line 663, ../sass/style.scss */
  .chiffre_left {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: normal;
    vertical-align: middle;
    color: #fff;
    background: #e1bb1e;
  }

  /* line 677, ../sass/style.scss */
  .chiffre_right {
    width: 100%;
    display: block;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 686, ../sass/style.scss */
  .back_Donation_Confirme {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: #008092;
    color: #fff;
    border: none;
    outline: none;
    margin: 0 10px 20px 10px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 5px 5px 5px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 0;
  }
  /* line 698, ../sass/style.scss */
  .back_Donation_Confirme a {
    color: #fff;
    padding: 7px 20px;
    display: block;
  }
  /* line 703, ../sass/style.scss */
  .back_Donation_Confirme:hover {
    background: #e1bb1e;
    color: #3d3d3d;
  }
  /* line 706, ../sass/style.scss */
  .back_Donation_Confirme:hover a {
    color: #3d3d3d;
  }

  /* line 714, ../sass/style.scss */
  #cont_how_to .elem_howto {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
  }
  /* line 719, ../sass/style.scss */
  #cont_how_to .elem_howto img {
    display: block;
    margin: 0;
    padding: 0;
    margin: 5px auto 5px auto;
  }

  /* line 730, ../sass/style.scss */
  #instructions .etapes {
    height: auto;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
  }
  /* line 739, ../sass/style.scss */
  #instructions .etapes span {
    height: 100px;
    width: 100px;
    display: block;
    background: #188ba2;
    font-size: 70px;
    text-align: center;
    color: #fff;
    line-height: 100px;
    -moz-border-radius: 80%;
    -webkit-border-radius: 80%;
    border-radius: 80%;
    margin: 50px auto 30px auto;
  }

  /* line 756, ../sass/style.scss */
  .elem_timeline {
    /*background:red !important;*/
    width: 100% !important;
    border: none !important;
    margin-top: 0px !important;
  }

  /* line 764, ../sass/style.scss */
  .elem_publication {
    width: 98%;
    height: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #1c6977;
    padding: 10px 5px;
    margin: 20px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid #dbdbdb;
  }
  /* line 777, ../sass/style.scss */
  .elem_publication img {
    margin: 10px auto;
    display: block;
    width: 63%;
  }

  /* line 786, ../sass/style.scss */
  #cont_btns_header {
    width: 120px;
    right: 20px;
    top: 20px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 791, ../sass/style.scss */
  #cont_btns_header .btn_me {
    margin: 0;
    padding: 0 6px;
    background: none;
    margin-bottom: 2px;
  }
  /* line 796, ../sass/style.scss */
  #cont_btns_header .btn_me a {
    font-size: 12px;
    color: #007287 !important;
  }

  /* line 806, ../sass/style.scss */
  #cont_btns_carto {
    width: 120px;
    right: 20px;
    top: 20px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 811, ../sass/style.scss */
  #cont_btns_carto .btn_carto {
    margin: 0;
    padding: 0 6px;
    background: #006980;
    margin-bottom: 2px;
  }
  /* line 816, ../sass/style.scss */
  #cont_btns_carto .btn_carto a {
    font-size: 12px;
    color: #007287 !important;
  }

  /* line 826, ../sass/style.scss */
  .mainbanner_caption {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    height: 160px;
    width: 70%;
    display: block;
    z-index: 9999;
    color: #fff;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* line 838, ../sass/style.scss */
  .mainbanner_caption h2 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
  }
  /* line 847, ../sass/style.scss */
  .mainbanner_caption p {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 15px;
    /*font-family: 'Roboto-Light';*/
    font-family: "KGSecondChancesSolid";
  }
  /* line 855, ../sass/style.scss */
  .mainbanner_caption .btn_me {
    padding: 2px 10px;
    font-size: 12px;
    margin-top: 3px;
  }

  /* line 864, ../sass/style.scss */
  #nav_main_slider {
    padding: 15px 0;
  }
  /* line 866, ../sass/style.scss */
  #nav_main_slider .btn_nav_in_main_slider {
    font-size: 13px;
    width: 31.8%;
  }
  /* line 869, ../sass/style.scss */
  #nav_main_slider .btn_nav_in_main_slider span {
    height: 30px;
  }

  /* line 878, ../sass/style.scss */
  .or_boxs {
    /* width:45.9%;*/
  }

  /* line 882, ../sass/style.scss */
  .box_paiment {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 885, ../sass/style.scss */
  .box_paiment img {
    width: 100%;
  }

  /* line 892, ../sass/style.scss */
  #cont_type_done .elem_type {
    width: 100%;
    margin: 10px auto;
  }
}
