/*
	Global imports

	1. Base
    2. Navigation
    3. Content
	4. Carousel
	5. Dropdown Search
	6. Info Wrap
	7. Footer
*/
/*!
 *  Font Awesome 4.6.3 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.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 14, sass/fonts/_font-awesome.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/fonts/_font-awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 96, sass/fonts/_font-awesome.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/fonts/_font-awesome.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/fonts/_font-awesome.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/fonts/_font-awesome.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/fonts/_font-awesome.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/fonts/_font-awesome.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/fonts/_font-awesome.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/fonts/_font-awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

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

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

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

/* line 178, sass/fonts/_font-awesome.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/fonts/_font-awesome.scss */
.fa-glass:before {
  content: "\f000";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1501, sass/fonts/_font-awesome.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/fonts/_font-awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1838, sass/fonts/_font-awesome.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1842, sass/fonts/_font-awesome.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1846, sass/fonts/_font-awesome.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1850, sass/fonts/_font-awesome.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1854, sass/fonts/_font-awesome.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1857, sass/fonts/_font-awesome.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1860, sass/fonts/_font-awesome.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 1863, sass/fonts/_font-awesome.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1866, sass/fonts/_font-awesome.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1869, sass/fonts/_font-awesome.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1872, sass/fonts/_font-awesome.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1875, sass/fonts/_font-awesome.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1878, sass/fonts/_font-awesome.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 1881, sass/fonts/_font-awesome.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1884, sass/fonts/_font-awesome.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1887, sass/fonts/_font-awesome.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1891, sass/fonts/_font-awesome.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1895, sass/fonts/_font-awesome.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1899, sass/fonts/_font-awesome.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1902, sass/fonts/_font-awesome.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1906, sass/fonts/_font-awesome.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1910, sass/fonts/_font-awesome.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1913, sass/fonts/_font-awesome.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1916, sass/fonts/_font-awesome.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1919, sass/fonts/_font-awesome.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1922, sass/fonts/_font-awesome.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1925, sass/fonts/_font-awesome.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1928, sass/fonts/_font-awesome.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1931, sass/fonts/_font-awesome.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1934, sass/fonts/_font-awesome.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 1937, sass/fonts/_font-awesome.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1940, sass/fonts/_font-awesome.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1943, sass/fonts/_font-awesome.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1946, sass/fonts/_font-awesome.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1949, sass/fonts/_font-awesome.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1952, sass/fonts/_font-awesome.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1955, sass/fonts/_font-awesome.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1958, sass/fonts/_font-awesome.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 1961, sass/fonts/_font-awesome.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 1964, sass/fonts/_font-awesome.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 1967, sass/fonts/_font-awesome.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1970, sass/fonts/_font-awesome.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1974, sass/fonts/_font-awesome.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 1977, sass/fonts/_font-awesome.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 1980, sass/fonts/_font-awesome.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 1983, sass/fonts/_font-awesome.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1986, sass/fonts/_font-awesome.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1989, sass/fonts/_font-awesome.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1992, sass/fonts/_font-awesome.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 1995, sass/fonts/_font-awesome.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 1998, sass/fonts/_font-awesome.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2001, sass/fonts/_font-awesome.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2004, sass/fonts/_font-awesome.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 2007, sass/fonts/_font-awesome.scss */
.fa-map:before {
  content: "\f279";
}

/* line 2010, sass/fonts/_font-awesome.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2013, sass/fonts/_font-awesome.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2016, sass/fonts/_font-awesome.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2019, sass/fonts/_font-awesome.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2022, sass/fonts/_font-awesome.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2025, sass/fonts/_font-awesome.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2028, sass/fonts/_font-awesome.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2031, sass/fonts/_font-awesome.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 2034, sass/fonts/_font-awesome.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2037, sass/fonts/_font-awesome.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2040, sass/fonts/_font-awesome.scss */
.fa-modx:before {
  content: "\f285";
}

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

/* line 2046, sass/fonts/_font-awesome.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 2049, sass/fonts/_font-awesome.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2052, sass/fonts/_font-awesome.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2055, sass/fonts/_font-awesome.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2058, sass/fonts/_font-awesome.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2061, sass/fonts/_font-awesome.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2064, sass/fonts/_font-awesome.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2067, sass/fonts/_font-awesome.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2070, sass/fonts/_font-awesome.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2073, sass/fonts/_font-awesome.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2076, sass/fonts/_font-awesome.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2079, sass/fonts/_font-awesome.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2082, sass/fonts/_font-awesome.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2085, sass/fonts/_font-awesome.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 2088, sass/fonts/_font-awesome.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2091, sass/fonts/_font-awesome.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2094, sass/fonts/_font-awesome.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2097, sass/fonts/_font-awesome.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 2100, sass/fonts/_font-awesome.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2103, sass/fonts/_font-awesome.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2106, sass/fonts/_font-awesome.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2109, sass/fonts/_font-awesome.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 2112, sass/fonts/_font-awesome.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2115, sass/fonts/_font-awesome.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2118, sass/fonts/_font-awesome.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2121, sass/fonts/_font-awesome.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2124, sass/fonts/_font-awesome.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2128, sass/fonts/_font-awesome.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2133, sass/fonts/_font-awesome.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2136, sass/fonts/_font-awesome.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2139, sass/fonts/_font-awesome.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2143, sass/fonts/_font-awesome.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2146, sass/fonts/_font-awesome.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2149, sass/fonts/_font-awesome.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2152, sass/fonts/_font-awesome.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2155, sass/fonts/_font-awesome.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2158, sass/fonts/_font-awesome.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2161, sass/fonts/_font-awesome.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2164, sass/fonts/_font-awesome.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2167, sass/fonts/_font-awesome.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2170, sass/fonts/_font-awesome.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2173, sass/fonts/_font-awesome.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

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

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

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

/*------------------------------------------------------------------------------------------------------------------------

	OPACITY 
	
	By using this mixin we can apply an opacity to a class which will be read by all browsers,
	without having to target ie as this will do it for us.

------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------

	PREFIXES

	This mixin will include all the prefixes that are used when we build our sites. This will increase development 
	and will stop us duplicating the same code all the time aswell. prefixes are the -webkit-, -moz- that are used
	before our property.

	The types of properties that are using this mixin are:

	- box-sizing
	- border-radius
	- box-shadow
	- transition
	- rotation
	- animation

------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------

	RETINA 
	
	New technologies / devices are using retina screens which means the pixel ratio is 2:1. 
	By using this mixin we can target these devices with an image 2 times the size to increase 
	the quality of the image displayed making it less pixelated.

------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------

	MEDIA QUERIES

	This mixin can be used for when we are building a responsive website from mobile first.

------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------

	IMAGE REPLACE

	This would be used if we have important text that we want to change into 
	a background image but hide the text. An example could be a company logo.
	We need this to be a link so therefore will need some text but as it is a 
	logo it will be an image. Instead of wrapping an image tag inside an anchor 
	the best solution is to image replace the text.

	To use this within a class simply extend the following extension like so:

	@extend %img-replace;

--------------------------------------------------------------------------------*/
/* line 17, sass/extensions/_img-replace.scss */
.slick-arrow, .content__title--home {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* =============================================================================
   
   CALC EMS 

   Returns the relevant pixel amount in ems.
   Useful for responsive designs and specifically locations where the 'calc-percent' can't be used (because container width is unknown)
   http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw/#baseline-expectations
   
   Explanation:
   The premise is that you divide the 'target' amount (in pixels) by the standard font size of the browser (16px).
   You then specify the return value to be 'ems'.
   e.g. 95px / 16 = 5.9375em;
   
   Example usage:
   padding-right: calc-ems(95);
   
   ========================================================================== */
/* Slider */
/* line 3, sass/slick/_slick.scss */
.slick-slider {
  display: block;
  overflow: hidden;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 0;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
/* line 22, sass/slick/_slick.scss */
.slick-slider:hover {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
/* line 25, sass/slick/_slick.scss */
.slick-slider:hover .slick-arrow {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 30, sass/slick/_slick.scss */
.slick-slider:hover .slick-prev {
  left: 0;
}
/* line 34, sass/slick/_slick.scss */
.slick-slider:hover .slick-next {
  right: 0;
}

/* line 39, sass/slick/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 46, sass/slick/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 50, sass/slick/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 55, sass/slick/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 64, sass/slick/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 70, sass/slick/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 76, sass/slick/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 80, sass/slick/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 84, sass/slick/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 88, sass/slick/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 91, sass/slick/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 94, sass/slick/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 100, sass/slick/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 104, sass/slick/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 108, sass/slick/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 112, sass/slick/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 118, sass/slick/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 121, sass/slick/_slick.scss */
.slick-arrow {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  line-height: 60px;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 1;
  height: 60px;
  width: 34px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (min-width: 48em) {
  /* line 121, sass/slick/_slick.scss */
  .slick-arrow {
    height: 120px;
    line-height: 120px;
    margin-top: -60px;
    width: 68px;
  }
}
/* line 152, sass/slick/_slick.scss */
.slick-arrow:focus {
  outline: none;
}
/* line 156, sass/slick/_slick.scss */
.slick-arrow:hover {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

/* line 160, sass/slick/_slick.scss */
.slick-prev {
  background: rgba(255, 255, 255, 0.5) url("../images/chevron-prev.png") left 6px center no-repeat;
  left: -34px;
}
@media (min-width: 48em) {
  /* line 160, sass/slick/_slick.scss */
  .slick-prev {
    background: rgba(255, 255, 255, 0.5) url("../images/chevron-prev.png") left 24px center no-repeat;
    left: -68px;
  }
}

/* line 170, sass/slick/_slick.scss */
.slick-next {
  background: rgba(255, 255, 255, 0.5) url("../images/chevron-next.png") right 6px center no-repeat;
  right: -34px;
}
@media (min-width: 48em) {
  /* line 170, sass/slick/_slick.scss */
  .slick-next {
    background: rgba(255, 255, 255, 0.5) url("../images/chevron-next.png") right 24px center no-repeat;
    right: -68px;
  }
}

/* Magnific Popup CSS */
/* line 2, sass/magpop/_magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 13, sass/magpop/_magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 23, sass/magpop/_magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 33, sass/magpop/_magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 39, sass/magpop/_magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 42, sass/magpop/_magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 50, sass/magpop/_magnific-popup.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 55, sass/magpop/_magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 58, sass/magpop/_magnific-popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 63, sass/magpop/_magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 69, sass/magpop/_magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 72, sass/magpop/_magnific-popup.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 80, sass/magpop/_magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 83, sass/magpop/_magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 86, sass/magpop/_magnific-popup.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 96, sass/magpop/_magnific-popup.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 98, sass/magpop/_magnific-popup.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 101, sass/magpop/_magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 104, sass/magpop/_magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 107, sass/magpop/_magnific-popup.scss */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 121, sass/magpop/_magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 125, sass/magpop/_magnific-popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 140, sass/magpop/_magnific-popup.scss */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* line 143, sass/magpop/_magnific-popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 146, sass/magpop/_magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 149, sass/magpop/_magnific-popup.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 157, sass/magpop/_magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 166, sass/magpop/_magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 176, sass/magpop/_magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 178, sass/magpop/_magnific-popup.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 181, sass/magpop/_magnific-popup.scss */
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 193, sass/magpop/_magnific-popup.scss */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 197, sass/magpop/_magnific-popup.scss */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 202, sass/magpop/_magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 204, sass/magpop/_magnific-popup.scss */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 207, sass/magpop/_magnific-popup.scss */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 211, sass/magpop/_magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 213, sass/magpop/_magnific-popup.scss */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 216, sass/magpop/_magnific-popup.scss */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 219, sass/magpop/_magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 222, sass/magpop/_magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 226, sass/magpop/_magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 229, sass/magpop/_magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 234, sass/magpop/_magnific-popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 245, sass/magpop/_magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 256, sass/magpop/_magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}

/* line 258, sass/magpop/_magnific-popup.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 271, sass/magpop/_magnific-popup.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 276, sass/magpop/_magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 279, sass/magpop/_magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 287, sass/magpop/_magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 294, sass/magpop/_magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 297, sass/magpop/_magnific-popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 304, sass/magpop/_magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 307, sass/magpop/_magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 309, sass/magpop/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 312, sass/magpop/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 315, sass/magpop/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  /* line 323, sass/magpop/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 325, sass/magpop/_magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 328, sass/magpop/_magnific-popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 340, sass/magpop/_magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 343, sass/magpop/_magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 346, sass/magpop/_magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 349, sass/magpop/_magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* -----------------
	1. BASE
----------------- */
/* line 27, sass/base.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 31, sass/base.scss */
body {
  font: 16px/1.4 "Muli", "arial", sans-serif;
  margin: 0;
  min-width: 20em;
  position: relative;
  -webkit-text-size-adjust: none;
}

/* line 40, sass/base.scss */
.wrapper {
  overflow: hidden;
  position: relative;
}
/* line 44, sass/base.scss */
.wrapper--visible {
  overflow: visible;
}

/* line 49, sass/base.scss */
.wrap-grey {
  background: #D2D2D2;
  padding-bottom: 2em;
}
/* line 53, sass/base.scss */
.wrap-grey + .footer {
  margin-top: 0;
}

/* line 58, sass/base.scss */
.wrap-inner {
  border-bottom: 2px solid #b1aeae;
}

/* line 62, sass/base.scss */
.container {
  margin: auto;
  max-width: 1150px;
}
/* line 66, sass/base.scss */
.container--full {
  max-width: none;
}
/* line 69, sass/base.scss */
.container--full .content-inner {
  padding: 0;
}

/* line 75, sass/base.scss */
img {
  border: none;
}

/* -----------------
	2. NAVIGATION
----------------- */
/* line 82, sass/base.scss */
.nav {
  border-bottom: 1px solid #BEBEBE;
}

/* line 86, sass/base.scss */
.nav-intro {
  border-bottom: 1px solid #BEBEBE;
  padding: 1.25em;
}

/* line 91, sass/base.scss */
.prehead {
  margin: auto;
  max-width: 120.375em;
  text-align: left;
}

/* line 97, sass/base.scss */
.prehead__title {
  color: #000000;
  display: block;
  font-size: 0.625em;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  /* line 97, sass/base.scss */
  .prehead__title {
    font-size: 0.8125em;
    font-weight: 500;
  }
}

/* line 111, sass/base.scss */
.prehead__logo {
  display: inline-block;
  margin-top: 1em;
  vertical-align: middle;
}
/* line 116, sass/base.scss */
.prehead__logo img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
}

/* line 124, sass/base.scss */
.nav-content {
  margin: auto;
  max-width: 58.75em;
  overflow: hidden;
  padding: 0 0.75em;
}

/* line 131, sass/base.scss */
.nav-info {
  border-bottom: 1px solid #BEBEBE;
  line-height: 48px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 48em) {
  /* line 131, sass/base.scss */
  .nav-info {
    border: none;
    float: left;
    text-align: left;
    width: 50%;
  }
}
/* line 147, sass/base.scss */
.nav-info li {
  color: #000000;
  display: inline-block;
  font-size: 0.625em;
  line-height: 1;
  margin: 0 0.5em;
  text-transform: uppercase;
  vertical-align: middle;
}
@media (min-width: 30em) {
  /* line 147, sass/base.scss */
  .nav-info li {
    font-size: 0.75em;
  }
}
@media (min-width: 52.5em) {
  /* line 147, sass/base.scss */
  .nav-info li {
    margin: 0 1.5em 0 0;
  }
}

/* line 166, sass/base.scss */
.nav-times {
  overflow: hidden;
  text-align: center;
}
@media (min-width: 48em) {
  /* line 166, sass/base.scss */
  .nav-times {
    float: right;
    padding: 0 0.5em;
    text-align: right;
    width: 50%;
  }
}

/* line 178, sass/base.scss */
.nav-times__hours,
.nav-times__date {
  color: #000000;
  float: left;
  font-size: 0.6875em;
  line-height: 48px;
  margin: 0;
  padding: 0 0.5em;
  text-transform: uppercase;
}
@media (min-width: 30em) {
  /* line 178, sass/base.scss */
  .nav-times__hours,
  .nav-times__date {
    display: inline-block;
    float: none;
    font-size: 0.75em;
    margin-left: 1.5em;
    padding: 0;
    text-align: right;
    vertical-align: middle;
  }
}
@media (min-width: 60em) {
  /* line 178, sass/base.scss */
  .nav-times__hours,
  .nav-times__date {
    margin-left: 3.375em;
  }
}

/* line 203, sass/base.scss */
.nav-times__hours {
  text-align: left;
  width: 70%;
}
@media (min-width: 30em) {
  /* line 203, sass/base.scss */
  .nav-times__hours {
    width: auto;
  }
}

/* line 212, sass/base.scss */
.nav-times__date {
  text-align: right;
  width: 30%;
}
@media (min-width: 30em) {
  /* line 212, sass/base.scss */
  .nav-times__date {
    width: auto;
  }
}

/* -----------------
	3. CONTENT
----------------- */
/* line 224, sass/base.scss */
.content {
  margin: auto;
  max-width: 64em;
  padding: 1.25em;
  position: relative;
  z-index: 0;
}
@media (min-width: 48em) {
  /* line 224, sass/base.scss */
  .content {
    padding: 1em;
  }
}
@media (min-width: 64em) {
  /* line 224, sass/base.scss */
  .content {
    padding: 2em 3em;
  }
}
/* line 239, sass/base.scss */
.content--home {
  max-width: 75em;
}
@media (min-width: 64em) {
  /* line 239, sass/base.scss */
  .content--home {
    padding: 1.5em 1em;
  }
}
@media (min-width: 48em) {
  /* line 247, sass/base.scss */
  .content--home .list,
  .content--home .box {
    width: 100%;
  }
}
@media (min-width: 64em) {
  /* line 254, sass/base.scss */
  .content--home .content-inner {
    padding-left: 120px;
    position: relative;
  }
  /* line 259, sass/base.scss */
  .content--home .list {
    width: 45%;
  }
  /* line 263, sass/base.scss */
  .content--home .box {
    width: 55%;
  }
}
/* line 269, sass/base.scss */
.content--alt {
  margin-bottom: 1.25em;
  z-index: 9999;
}
@media (min-width: 48em) {
  /* line 269, sass/base.scss */
  .content--alt {
    margin-bottom: 2.375em;
  }
}
/* line 277, sass/base.scss */
.content--alt .content-intro {
  overflow: visible;
}
/* line 280, sass/base.scss */
.content--alt .content-intro p {
  line-height: 38px;
}

/* line 287, sass/base.scss */
.content-intro {
  overflow: hidden;
}
/* line 290, sass/base.scss */
.content-intro h1 {
  float: left;
  line-height: 1;
  margin: 0;
}
/* line 296, sass/base.scss */
.content-intro p {
  float: right;
  font-size: 1.5em;
  line-height: 1;
  margin: 0;
}
/* line 303, sass/base.scss */
.content-intro a {
  color: #F36523;
  display: inline-block;
  font-size: 0.625em;
  text-decoration: none;
  vertical-align: bottom;
}
/* line 310, sass/base.scss */
.content-intro a:hover {
  text-decoration: underline;
}

/* line 316, sass/base.scss */
.content__title {
  display: inline-block;
}
/* line 319, sass/base.scss */
.content__title--home {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/* line 329, sass/base.scss */
.content-inner {
  overflow: hidden;
}
@media (min-width: 48em) {
  /* line 329, sass/base.scss */
  .content-inner {
    padding: 0.75em 0;
  }
}
@media (min-width: 48em) {
  /* line 336, sass/base.scss */
  .content-inner--thin {
    padding: 0;
  }
}

@media (min-width: 64em) {
  /* line 343, sass/base.scss */
  .content-inner__pointer {
    position: absolute;
    margin-top: -13px;
    left: 0;
    top: 50%;
  }
}

/* -----------------
	4. CAROUSEL
----------------- */
/* line 355, sass/base.scss */
.carousel {
  background: #D2D2D2;
  margin: auto;
  position: relative;
}
/* line 361, sass/base.scss */
.carousel img {
  display: block;
  margin: auto;
  max-width: 100%;
}

/* line 368, sass/base.scss */
.carousel-preloader {
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

/* line 381, sass/base.scss */
.list {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
@media (min-width: 64em) {
  /* line 381, sass/base.scss */
  .list {
    float: left;
    padding-right: 1.5em;
    position: relative;
    width: 40%;
  }
  /* line 392, sass/base.scss */
  .list:after {
    background: url("../images/bracket-black.png") center center no-repeat;
    content: '';
    height: 92px;
    width: 18px;
    position: absolute;
    margin-top: -46px;
    right: 12px;
    top: 50%;
  }
}
@media (min-width: 48em) {
  /* line 408, sass/base.scss */
  .list--uk:before {
    color: #000000;
    content: 'UK';
    font-size: 1.5em;
    line-height: 1;
    position: absolute;
    margin-top: -12px;
    right: 32px;
    top: 50%;
  }
}
@media (min-width: 60em) {
  /* line 423, sass/base.scss */
  .list--uk:before {
    right: 40px;
  }
}
@media (min-width: 64em) {
  /* line 429, sass/base.scss */
  .list--flip {
    padding-left: 2em;
    padding-right: 0;
  }
  /* line 434, sass/base.scss */
  .list--flip:after {
    right: inherit;
    left: 0;
  }
}
@media (min-width: 64em) {
  /* line 443, sass/base.scss */
  .list--lrg:after {
    background: url("../images/bracket-black-lrg.png") center center no-repeat;
    height: 170px;
    margin-top: -85px;
  }
}
@media (min-width: 48em) {
  /* line 453, sass/base.scss */
  .list--bracket-alt:after {
    background: url("../images/bracket-black-flipped.png") center center no-repeat;
    height: 92px;
    margin-top: -46px;
  }
}
/* line 461, sass/base.scss */
.list li {
  color: #000000;
  display: block;
  font-family: "Open Sans", "arial", sans-serif;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.4;
  margin: 0.25em 0;
  padding-left: 1.25em;
  position: relative;
  text-transform: uppercase;
}
/* line 473, sass/base.scss */
.list li:before {
  color: #F36523;
  content: '\25AA';
  font-size: 32px;
  line-height: 1;
  position: absolute;
  left: 0;
  margin-top: -17px;
  top: 50%;
}

/* line 493, sass/base.scss */
.box {
  background: #F36523;
  color: #FFFFFF;
  display: block;
  padding: 0.75em 1.125em;
  text-decoration: none;
}
@media (min-width: 48em) {
  /* line 493, sass/base.scss */
  .box {
    float: left;
    padding: 1.5em 1.875em;
    width: 60%;
  }
}
@media (min-width: 60em) {
  /* line 493, sass/base.scss */
  .box {
    padding: 1.5em 3em;
  }
}
@media (min-width: 48em) {
  /* line 510, sass/base.scss */
  .box--tight {
    padding: 1em;
  }
}
@media (min-width: 60em) {
  /* line 510, sass/base.scss */
  .box--tight {
    padding: 1em;
  }
}
@media (min-width: 48em) {
  /* line 520, sass/base.scss */
  .box--contact {
    padding: 3em 1.5em;
  }
}
@media (min-width: 60em) {
  /* line 520, sass/base.scss */
  .box--contact {
    padding: 3em 1.5em;
  }
}

/* line 531, sass/base.scss */
.box__title {
  margin: 0;
}
@media (min-width: 48em) {
  /* line 531, sass/base.scss */
  .box__title {
    font-size: 1.3125em;
  }
}
/* line 538, sass/base.scss */
.box__title a {
  color: #FFFFFF;
  text-decoration: none;
}
/* line 542, sass/base.scss */
.box__title a:hover {
  text-decoration: underline;
}

/* line 548, sass/base.scss */
.box__text {
  margin: 0.75em 0;
}

/* line 552, sass/base.scss */
.box__tel,
.box__em {
  display: inline-block;
  position: relative;
  width: 8%;
}
/* line 558, sass/base.scss */
.box__tel:after,
.box__em:after {
  content: ':';
  position: absolute;
  right: 4px;
  top: 0;
}

@media (min-width: 48em) {
  /* line 568, sass/base.scss */
  .box__em {
    line-height: 60px;
  }
  /* line 572, sass/base.scss */
  .box__em:after {
    background: url("../images/bracket-white.png") center center no-repeat;
    content: '';
    height: 36px;
    margin-top: -18px;
    right: 2px;
    top: 50%;
    width: 12px;
  }
}

/* line 584, sass/base.scss */
.box__emails {
  display: inline-block;
  vertical-align: top;
  width: 90%;
}
@media (min-width: 48em) {
  /* line 584, sass/base.scss */
  .box__emails {
    font-size: 0.875em;
  }
}
/* line 593, sass/base.scss */
.box__emails a {
  color: #FFFFFF;
  display: inline-block;
  text-decoration: none;
}
/* line 598, sass/base.scss */
.box__emails a:hover {
  text-decoration: underline;
}

/* line 604, sass/base.scss */
.box-wrap {
  line-height: 148px;
}
/* line 607, sass/base.scss */
.box-wrap .box {
  margin: 0.75em 0 0;
  text-align: center;
}
/* line 611, sass/base.scss */
.box-wrap .box:first-child {
  margin: 0;
}
/* line 615, sass/base.scss */
.box-wrap .box:hover {
  text-decoration: underline;
}
@media (min-width: 34.375em) {
  /* line 621, sass/base.scss */
  .box-wrap .box {
    float: right;
    margin: 0;
    padding: 1.125em 0.75em;
    width: 44%;
  }
  /* line 627, sass/base.scss */
  .box-wrap .box:first-child {
    float: left;
    width: 55%;
  }
}
@media (min-width: 48em) {
  /* line 604, sass/base.scss */
  .box-wrap {
    float: left;
    width: 60%;
  }
}
@media (min-width: 48em) {
  /* line 639, sass/base.scss */
  .box-wrap--home {
    float: left;
    width: 100%;
  }
}
@media (min-width: 64em) {
  /* line 639, sass/base.scss */
  .box-wrap--home {
    float: right;
    width: 55%;
  }
}
@media (min-width: 48em) {
  /* line 650, sass/base.scss */
  .box-wrap--home .box {
    line-height: 120px;
    min-height: 120px;
    margin-left: 2%;
    width: 45%;
  }
  /* line 657, sass/base.scss */
  .box-wrap--home .box:first-child {
    margin: 0;
    width: 53%;
  }
  /* line 662, sass/base.scss */
  .box-wrap--home .box .box-content {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
  }
}

/* line 672, sass/base.scss */
.box-inner {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  width: 100%;
}

/* line 679, sass/base.scss */
.block-wrap {
  overflow: hidden;
}
@media (min-width: 40em) {
  /* line 679, sass/base.scss */
  .block-wrap {
    margin: 0 -0.75em;
  }
}
@media (min-width: 48em) {
  /* line 679, sass/base.scss */
  .block-wrap {
    margin: 0 -1.25em;
  }
}

/* line 691, sass/base.scss */
.block {
  margin-top: 2.25em;
  text-align: center;
}
/* line 695, sass/base.scss */
.block:first-child {
  margin: 0;
}
@media (min-width: 40em) {
  /* line 691, sass/base.scss */
  .block {
    float: left;
    margin: 0;
    padding: 0 0.75em;
    width: 33.3333%;
  }
}
@media (min-width: 48em) {
  /* line 691, sass/base.scss */
  .block {
    padding: 0 1.25em;
  }
}

/* line 711, sass/base.scss */
.block__title {
  font-weight: 400;
  font-size: 1em;
}
@media (min-width: 40em) {
  /* line 711, sass/base.scss */
  .block__title {
    font-size: 0.875em;
  }
}
@media (min-width: 48em) {
  /* line 711, sass/base.scss */
  .block__title {
    font-size: 1.125em;
  }
}

/* line 724, sass/base.scss */
.block__img {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 0;
}
/* line 730, sass/base.scss */
.block__img:before {
  background: #F36523;
  color: #FFFFFF;
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 10px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 28px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media (min-width: 48em) {
  /* line 730, sass/base.scss */
  .block__img:before {
    height: 52px;
    line-height: 52px;
    width: 52px;
  }
}
/* line 759, sass/base.scss */
.block__img:hover:before {
  background: #e6510d;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
/* line 766, sass/base.scss */
.block__img img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
}

/* line 774, sass/base.scss */
.block__link {
  color: #000000;
  display: inline-block;
  text-decoration: none;
}
/* line 779, sass/base.scss */
.block__link:hover {
  text-decoration: underline;
}

/* line 784, sass/base.scss */
.product-list {
  margin: 0.5em -0.5em;
  overflow: hidden;
}
@media (min-width: 40em) {
  /* line 784, sass/base.scss */
  .product-list {
    margin: 0.5em -1em;
  }
}

/* line 793, sass/base.scss */
.product {
  padding: 0.5em;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (min-width: 30em) {
  /* line 793, sass/base.scss */
  .product {
    float: left;
    width: 50%;
  }
}
@media (min-width: 40em) {
  /* line 793, sass/base.scss */
  .product {
    padding: 1em;
    width: 33.333%;
  }
}
/* line 809, sass/base.scss */
.product a {
  display: block;
  position: relative;
  z-index: 0;
}
/* line 814, sass/base.scss */
.product a:before {
  background: #F36523;
  color: #FFFFFF;
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 10px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 28px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media (min-width: 48em) {
  /* line 814, sass/base.scss */
  .product a:before {
    height: 52px;
    line-height: 52px;
    width: 52px;
  }
}
/* line 843, sass/base.scss */
.product a:hover:before {
  background: #e6510d;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
/* line 851, sass/base.scss */
.product img {
  display: block;
  height: auto;
  margin: auto;
  position: relative;
  width: 100%;
  z-index: 0;
}
/* line 860, sass/base.scss */
.product p {
  margin-bottom: 0;
}

/* ----------------------
	5. Dropdown Search
---------------------- */
/* line 868, sass/base.scss */
.dd-area {
  float: left;
  max-width: 18.75em;
  position: relative;
  width: 100%;
  z-index: 9999;
}
/* line 875, sass/base.scss */
.dd-area a {
  color: #999999;
  font-size: 0.75em;
  text-transform: uppercase;
}
/* line 880, sass/base.scss */
.dd-area a:hover {
  text-decoration: none;
}

/* line 886, sass/base.scss */
.dd-target {
  border: 1px solid #BABABA;
  display: inline-block;
  line-height: 38px;
  padding: 0 1em;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
/* line 895, sass/base.scss */
.dd-target:after {
  background: #F36523;
  color: #FFFFFF;
  content: '\f078';
  font-family: 'FontAwesome';
  font-size: 10px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 1;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
/* line 918, sass/base.scss */
.dd-target:hover:after {
  background: #e6510d;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

/* line 926, sass/base.scss */
.dd-opts {
  background: #FFFFFF;
  border: 1px solid #BABABA;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0.5em 0.75em;
  width: calc(100% - 39px);
  position: absolute;
  left: 0;
  top: 39px;
  z-index: 1;
}
/* line 941, sass/base.scss */
.dd-opts li {
  display: block;
  line-height: 1.8;
}
/* line 946, sass/base.scss */
.dd-opts a {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
/* line 949, sass/base.scss */
.dd-opts a:hover {
  color: #000000;
}

/* -----------------
	6. INFO WRAP
----------------- */
/* line 958, sass/base.scss */
.info-wrap {
  border-bottom: 1px solid #BABABA;
  border-top: 1px solid #BABABA;
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* line 967, sass/base.scss */
.info-carousel {
  border-bottom: 1px solid #BABABA;
  position: relative;
}
@media (min-width: 48em) {
  /* line 967, sass/base.scss */
  .info-carousel {
    border-bottom: none;
    border-right: 1px solid #BABABA;
    float: left;
    width: calc(100% - 400px);
  }
}
/* line 978, sass/base.scss */
.info-carousel .slick-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 48em) {
  /* line 978, sass/base.scss */
  .info-carousel .slick-arrow {
    width: 54px;
  }
}
/* line 986, sass/base.scss */
.info-carousel .slick-prev {
  left: 0;
}
@media (min-width: 48em) {
  /* line 986, sass/base.scss */
  .info-carousel .slick-prev {
    background-position: left 19px center;
  }
}
/* line 994, sass/base.scss */
.info-carousel .slick-next {
  right: 0;
}
@media (min-width: 48em) {
  /* line 994, sass/base.scss */
  .info-carousel .slick-next {
    background-position: right 19px center;
  }
}

/* line 1003, sass/base.scss */
.carousel-slider {
  position: relative;
}
/* line 1006, sass/base.scss */
.carousel-slider img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

/* line 1018, sass/base.scss */
.slide {
  cursor: zoom-in;
  height: 320px;
}
@media (min-width: 48em) {
  /* line 1018, sass/base.scss */
  .slide {
    height: 580px;
  }
}

/* line 1027, sass/base.scss */
.info-detail {
  padding: 2em 1em;
}
@media (min-width: 48em) {
  /* line 1027, sass/base.scss */
  .info-detail {
    float: right;
    padding: 3em 1.5em 1.5em;
    width: 25em;
  }
}
/* line 1036, sass/base.scss */
.info-detail p {
  font-size: 0.875em;
  margin-bottom: 0;
}

/* line 1042, sass/base.scss */
.info-detail__title {
  font-size: 2em;
  font-weight: 400;
  margin: 0;
}

/* line 1048, sass/base.scss */
.info-img-zoom {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: #FFFFFF;
  text-align: center;
}
/* line 1058, sass/base.scss */
.info-img-zoom img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

/* line 1069, sass/base.scss */
.zoom-link {
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  display: inline-block;
  font-size: 0.75em;
  padding: 0.75em 0.75em;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 1;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
/* line 1086, sass/base.scss */
.zoom-link:hover {
  color: #F36523;
}

/* line 1091, sass/base.scss */
.close-link {
  color: #F36523;
  display: inline-block;
  font-size: 0.875em;
  text-decoration: none;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 1;
}

/* line 1104, sass/base.scss */
.controls {
  background: rgba(255, 255, 255, 0.5);
  font-size: 1em;
  padding: 0.75em 0.75em;
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 1;
}

/* line 1116, sass/base.scss */
.controls-btn {
  background: rgba(243, 101, 35, 0.5);
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  margin-right: 0em;
  text-align: center;
  vertical-align: middle;
  width: 48px;
}
/* line 1128, sass/base.scss */
.controls-btn span {
  display: inline-block;
  font-size: 1.5em;
  vertical-align: middle;
}
/* line 1134, sass/base.scss */
.controls-btn.active {
  background: rgba(243, 101, 35, 0.75);
}

/* line 1139, sass/base.scss */
.count {
  color: #000000;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}

/* -----------------
	7. FOOTER
----------------- */
/* line 1149, sass/base.scss */
.footer {
  font-family: arial, helvetica, sans-serif;
  margin-top: 2em;
  position: relative;
}
/* line 1154, sass/base.scss */
.footer a {
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
/* line 1157, sass/base.scss */
.footer a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 1163, sass/base.scss */
.footer-inner {
  padding: 1em;
}

/* line 1167, sass/base.scss */
.footer-wrap {
  overflow: hidden;
}
@media (min-width: 64em) {
  /* line 1171, sass/base.scss */
  .footer-wrap .col {
    float: left;
    width: 50%;
  }
  /* line 1176, sass/base.scss */
  .footer-wrap .col-right {
    text-align: right;
  }
}
@media (min-width: 100em) {
  /* line 1182, sass/base.scss */
  .footer-wrap .col {
    width: 65%;
  }
  /* line 1186, sass/base.scss */
  .footer-wrap .col-right {
    width: 35%;
  }
}

/* line 1192, sass/base.scss */
.footer-inner__text {
  display: block;
  clear: both;
}
/* line 1197, sass/base.scss */
.footer-inner__text--period span {
  display: inline-block;
  vertical-align: middle;
}

/* line 1204, sass/base.scss */
.footer-inner__title {
  margin: 0.5em 0 0;
  text-transform: uppercase;
}
/* line 1208, sass/base.scss */
.footer-inner__title b {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
/* line 1214, sass/base.scss */
.footer-inner__title span {
  display: inline-block;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}
/* line 1220, sass/base.scss */
.footer-inner__title span span {
  display: block;
}

/* line 1226, sass/base.scss */
.footer-inner__link {
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}
/* line 1231, sass/base.scss */
.footer-inner__link:first-child {
  margin: 0;
}

/* line 1236, sass/base.scss */
.footer-text__box {
  display: inline-block;
  height: 56px;
  line-height: 52px;
  text-align: center;
  width: 56px;
}

/* line 1244, sass/base.scss */
.footer-arrow {
  background: url("../images/arrow-long.png") center center no-repeat;
  height: 14px;
  margin: 0 8px;
  width: 45px;
}

/* line 1251, sass/base.scss */
.footer-logos {
  display: inline-block;
  height: auto;
  margin: 1em 0 0.5em;
  max-width: 100%;
  text-align: right;
}

/* ----------------------
	6. LEDINDEX PAGE
------------------------- */
/* line 1262, sass/base.scss */
.led-header {
  margin-bottom: 1em;
}

/* line 1266, sass/base.scss */
.led-header-inner {
  background: #444444;
}

/* line 1270, sass/base.scss */
.led-header-content {
  margin: 0 -0.5em;
  overflow: hidden;
}
@media (min-width: 48em) {
  /* line 1270, sass/base.scss */
  .led-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* line 1289, sass/base.scss */
.led-header-col {
  padding: 0 0.5em;
}
/* line 1292, sass/base.scss */
.led-header-col.last {
  display: none;
}
@media (min-width: 80em) {
  /* line 1292, sass/base.scss */
  .led-header-col.last {
    display: block;
  }
}
@media (min-width: 31.25em) {
  /* line 1300, sass/base.scss */
  .led-header-col.led-header-logo, .led-header-col.last {
    float: none;
    width: 100%;
  }
}
@media (min-width: 48em) {
  /* line 1300, sass/base.scss */
  .led-header-col.led-header-logo, .led-header-col.last {
    width: auto;
  }
}
@media (min-width: 31.25em) {
  /* line 1312, sass/base.scss */
  .led-header-col.featured {
    float: left;
    width: 32%;
  }
}
@media (min-width: 48em) {
  /* line 1312, sass/base.scss */
  .led-header-col.featured {
    float: none;
    width: auto;
  }
}
@media (min-width: 31.25em) {
  /* line 1324, sass/base.scss */
  .led-header-col.products-led {
    float: left;
    width: 68%;
  }
}
@media (min-width: 48em) {
  /* line 1324, sass/base.scss */
  .led-header-col.products-led {
    float: none;
    width: auto;
  }
}
/* line 1336, sass/base.scss */
.led-header-col .led-product {
  background: #FFFFFF;
  margin: 1em auto 0;
  padding: 0.1875em;
  width: fit-content;
}
@media (min-width: 48em) {
  /* line 1336, sass/base.scss */
  .led-header-col .led-product {
    margin: 0.5em 0 0;
    width: 100%;
  }
}

/* line 1349, sass/base.scss */
.led-header-logo {
  display: block;
}
/* line 1352, sass/base.scss */
.led-header-logo a {
  display: block;
}
/* line 1356, sass/base.scss */
.led-header-logo img {
  border: none;
  display: block;
  height: auto;
  max-width: 100%;
  margin: auto;
}
@media (min-width: 48em) {
  /* line 1356, sass/base.scss */
  .led-header-logo img {
    margin: 0;
  }
}

/* line 1369, sass/base.scss */
.led-header-logo__title {
  color: #F36523;
  font-family: "Muli", "arial", sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  margin: 1.5em 0 0;
  text-align: center;
}
@media (min-width: 48em) {
  /* line 1369, sass/base.scss */
  .led-header-logo__title {
    text-align: left;
  }
}
@media (min-width: 64em) {
  /* line 1369, sass/base.scss */
  .led-header-logo__title {
    font-size: 1.625em;
  }
}

/* line 1386, sass/base.scss */
.led-header-feature {
  color: #F36523;
  font-family: "Muli", "arial", sans-serif;
  font-size: 0.875em;
  font-weight: 300;
  margin: 0.25em 0 0;
  text-align: center;
}
@media (min-width: 64em) {
  /* line 1386, sass/base.scss */
  .led-header-feature {
    font-size: 1em;
  }
}

/* CTA BANNER */
/* line 1400, sass/base.scss */
.led-cta-banner {
  background: #03A4A5;
  margin-top: 0.25em;
}
/* line 1404, sass/base.scss */
.led-cta-banner .btn {
  background: #1C8C8D;
  color: #FFFFFF;
  display: block;
  font-family: 'Arial', sans-serif;
  font-size: 1em;
  font-weight: lighter;
  padding: 0.25em 2em;
  margin-top: 1em;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
@media (min-width: 48em) {
  /* line 1404, sass/base.scss */
  .led-cta-banner .btn {
    display: inline-block;
    margin-left: 1.5em;
    margin-top: 0;
  }
}
@media (min-width: 64em) {
  /* line 1404, sass/base.scss */
  .led-cta-banner .btn {
    font-size: 1.1875em;
    margin-left: 3em;
    padding: 0.375em 2em;
  }
}
/* line 1430, sass/base.scss */
.led-cta-banner .btn:first-child {
  margin: 0;
}
/* line 1434, sass/base.scss */
.led-cta-banner .btn:hover {
  background: rgba(28, 140, 141, 0.5);
}

/* MAIN CONTAINER FOR LED PAGE */
/* line 1441, sass/base.scss */
.led-page-container {
  margin: auto;
  max-width: 1800px;
  padding: 1.5em;
}
/* line 1446, sass/base.scss */
.led-header .led-page-container {
  padding: 1em 1.5em;
}
@media (min-width: 48em) {
  /* line 1446, sass/base.scss */
  .led-header .led-page-container {
    padding: 0.5em 1.5em;
  }
}
/* line 1454, sass/base.scss */
.led-cta-banner .led-page-container {
  padding: 1em 1.5em;
}
@media (min-width: 48em) {
  /* line 1454, sass/base.scss */
  .led-cta-banner .led-page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* DATE */
/* line 1474, sass/base.scss */
.led-cta-date {
  color: #FFFFFF;
  font-family: 'Arial', sans-serif;
  font-size: 1em;
  font-weight: lighter;
  margin-bottom: 0;
  text-align: center;
  word-spacing: 8px;
}
@media (min-width: 48em) {
  /* line 1474, sass/base.scss */
  .led-cta-date {
    margin: 0;
    text-align: right;
  }
}
@media (min-width: 64em) {
  /* line 1474, sass/base.scss */
  .led-cta-date {
    font-size: 1.1875em;
  }
}

/* line 1493, sass/base.scss */
.led-product-banner-wrap {
  background: #FFFFFF;
  padding: 1em 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* line 1502, sass/base.scss */
.led-product-banner {
  background: #ff6600;
  height: 16px;
  line-height: 1;
}

/* line 1508, sass/base.scss */
.led-product-banner__title {
  background: #FFFFFF;
  color: #000000;
  display: inline-block;
  font-family: "Muli", "arial", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0 3em;
  padding: 0 1.25em;
  vertical-align: top;
  text-transform: uppercase;
  word-spacing: 10px;
}

/* line 1523, sass/base.scss */
.led-products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.5em 3em;
}

/* line 1539, sass/base.scss */
.led-product {
  padding: 0.5em;
  width: 50%;
}
@media (min-width: 30em) {
  /* line 1539, sass/base.scss */
  .led-product {
    width: 33.33333%;
  }
}
@media (min-width: 48em) {
  /* line 1539, sass/base.scss */
  .led-product {
    width: 25%;
  }
}
@media (min-width: 64em) {
  /* line 1539, sass/base.scss */
  .led-product {
    width: 12.5%;
  }
}

/* line 1557, sass/base.scss */
.led-product-detail {
  border: 1px solid #ADBA80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  text-decoration: none;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
/* line 1573, sass/base.scss */
.led-product-detail img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
/* line 1583, sass/base.scss */
.led-product-detail:hover .led-product-inner {
  background: #666;
}
/* line 1587, sass/base.scss */
.led-product-detail:hover .led-product-name {
  color: #FFFFFF;
}

/* line 1593, sass/base.scss */
.led-product-inner {
  background: #E8E8E8;
  border-top: 1px solid #ADBA80;
  flex: 1;
  margin-bottom: auto;
  padding: 0.5em 0.5em 1em;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

/* line 1603, sass/base.scss */
.led-product-name {
  color: #000000;
  display: block;
  font-family: "Muli", "arial", sans-serif;
  font-size: 0.75em;
  margin: 0;
  width: 100%;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

/* ----------------------
	7. PARTNERS
------------------------- */
@media (min-width: 60em) {
  /* line 1617, sass/base.scss */
  .partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 60em) {
  /* line 1631, sass/base.scss */
  .partners-info {
    border-right: 2px solid #b1aeae;
    height: 100%;
    max-width: 50%;
    width: 100%;
  }
}
@media (min-width: 80em) {
  /* line 1631, sass/base.scss */
  .partners-info {
    max-width: none;
    width: 40%;
  }
}

/* line 1645, sass/base.scss */
.partners-info__title {
  color: #666;
  font-size: 1.25em;
  margin: 0;
  padding: 0.25em 0;
  text-align: center;
}
@media (min-width: 48em) {
  /* line 1645, sass/base.scss */
  .partners-info__title {
    font-size: 1.75em;
  }
}
@media (min-width: 64em) {
  /* line 1645, sass/base.scss */
  .partners-info__title {
    font-size: 2em;
  }
}

/* line 1661, sass/base.scss */
.partners-block {
  background: #FFFFFF;
  padding: 1em;
}
@media (min-width: 48em) {
  /* line 1661, sass/base.scss */
  .partners-block {
    padding: 1em 2em;
  }
}
/* line 1669, sass/base.scss */
.partners-block p {
  color: #666;
  font-family: "Muli", "arial", sans-serif;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 1px;
}

/* line 1678, sass/base.scss */
.partners-list-desc {
  list-style: none;
  margin: 1.5em 0;
  padding: 0;
}
/* line 1683, sass/base.scss */
.partners-list-desc li {
  color: #000000;
  display: block;
  font-family: "Muli", "arial", sans-serif;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 0.25em 0;
  padding-left: 1.25em;
  position: relative;
}
/* line 1695, sass/base.scss */
.partners-list-desc li:before {
  color: #F36523;
  content: '\2022';
  font-size: 20px;
  line-height: 1;
  position: absolute;
  left: 0;
  margin-top: -10px;
  top: 50%;
}

/* line 1710, sass/base.scss */
.partners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1724, sass/base.scss */
.partners-logo {
  padding: 0.5em;
  width: 100%;
}
@media (min-width: 40em) {
  /* line 1724, sass/base.scss */
  .partners-logo {
    padding: 1em 0.5em;
    width: 50%;
  }
}
/* line 1733, sass/base.scss */
.partners-logo img {
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%;
}

@media (min-width: 60em) {
  /* line 1741, sass/base.scss */
  .partners-graphic {
    align-self: flex-end;
    max-height: 500px;
    max-width: 50%;
    width: 100%;
  }
}
@media (min-width: 80em) {
  /* line 1741, sass/base.scss */
  .partners-graphic {
    max-width: 60%;
  }
}

/* line 1754, sass/base.scss */
.partners-graphic-bg {
  position: relative;
}
@media (min-width: 60em) {
  /* line 1754, sass/base.scss */
  .partners-graphic-bg {
    border-bottom: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    padding-top: 56.25%;
  }
}
@media (min-width: 80em) {
  /* line 1754, sass/base.scss */
  .partners-graphic-bg {
    padding-top: 0;
  }
}
/* line 1768, sass/base.scss */
.partners-graphic-bg.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
/* line 1772, sass/base.scss */
.partners-graphic-bg.compat-object-fit img {
  display: none;
}
/* line 1777, sass/base.scss */
.partners-graphic-bg img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
}
@media (min-width: 60em) {
  /* line 1777, sass/base.scss */
  .partners-graphic-bg img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-width: none;
    display: block;
    z-index: 0;
  }
}
@media (min-width: 80em) {
  /* line 1777, sass/base.scss */
  .partners-graphic-bg img {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
  }
}

/* line 1811, sass/base.scss */
.partners-cta {
  padding: 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 48em) {
  /* line 1811, sass/base.scss */
  .partners-cta {
    padding: 2em 1em;
  }
}
@media (min-width: 80em) {
  /* line 1811, sass/base.scss */
  .partners-cta {
    border-right: 2px solid #b1aeae;
    width: 50%;
  }
}
@media (min-width: 80em) {
  /* line 1811, sass/base.scss */
  .partners-cta {
    width: 40%;
  }
}
/* line 1834, sass/base.scss */
.partners-cta .btn {
  background: #939393;
  color: #FFFFFF;
  display: block;
  font-family: 'Arial', sans-serif;
  font-size: 1em;
  font-weight: lighter;
  padding: 0.25em 2em;
  margin-top: 1em;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
@media (min-width: 48em) {
  /* line 1834, sass/base.scss */
  .partners-cta .btn {
    display: inline-block;
    margin-left: 1.5em;
    margin-top: 0;
  }
}
@media (min-width: 100em) {
  /* line 1834, sass/base.scss */
  .partners-cta .btn {
    font-size: 1.1875em;
    margin-left: 2em;
    padding: 0.375em 2em;
  }
}
/* line 1860, sass/base.scss */
.partners-cta .btn:first-child {
  margin: 0;
}
/* line 1864, sass/base.scss */
.partners-cta .btn:hover {
  background: #F36523;
}

@media print {
  /* line 2, sass/functions/_print.scss */
  body {
    -webkit-print-color-adjust: exact !important;
  }

  /* line 10, sass/functions/_print.scss */
  .led-product-banner-wrap {
    background-color: #FFFFFF;
  }

  /* line 14, sass/functions/_print.scss */
  .led-product-banner {
    background-color: #ff6600;
  }

  /* line 18, sass/functions/_print.scss */
  .led-product {
    width: 20%;
  }
}
