@charset "IBM437";
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 14, ../sass/vendor/_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;
  transform: translate(0, 0);
}

#respond input[type="text"], #respond input[type="email"], #respond input[type="url"]
{
  background: white;
  border: 1px solid #b9b9b9;
  padding: 8px 12px 8px 12px;
  color: #3c3c3c;
  font-size: 16px;
  margin-left:10px;
}

#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label
{
  min-width:40px;
}

#respond input[type="checkbox"]
{
  vertical-align:top;
  margin-right:10px;
}

#respond #submit
{
  color: white;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  padding:8px 25px 8px 25px;
}

.comment-block, .comments-link, .comments-count
{
  display:none;
}

/* makes the font 33% larger relative to the icon container */
/* line 24, ../sass/vendor/_font-awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 29, ../sass/vendor/_font-awesome.scss */
.fa-2x {
  font-size: 2em;
}

/* line 32, ../sass/vendor/_font-awesome.scss */
.fa-3x {
  font-size: 3em;
}

/* line 35, ../sass/vendor/_font-awesome.scss */
.fa-4x {
  font-size: 4em;
}

/* line 38, ../sass/vendor/_font-awesome.scss */
.fa-5x {
  font-size: 5em;
}

/* line 41, ../sass/vendor/_font-awesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 45, ../sass/vendor/_font-awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 50, ../sass/vendor/_font-awesome.scss */
.fa-ul > li {
  position: relative;
}

/* line 53, ../sass/vendor/_font-awesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 60, ../sass/vendor/_font-awesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 63, ../sass/vendor/_font-awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 68, ../sass/vendor/_font-awesome.scss */
.pull-right {
  float: right;
}

/* line 71, ../sass/vendor/_font-awesome.scss */
.pull-left {
  float: left;
}

/* line 74, ../sass/vendor/_font-awesome.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 77, ../sass/vendor/_font-awesome.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 80, ../sass/vendor/_font-awesome.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 84, ../sass/vendor/_font-awesome.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  /* line 89, ../sass/vendor/_font-awesome.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 93, ../sass/vendor/_font-awesome.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  /* line 99, ../sass/vendor/_font-awesome.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 103, ../sass/vendor/_font-awesome.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 108, ../sass/vendor/_font-awesome.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 114, ../sass/vendor/_font-awesome.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 120, ../sass/vendor/_font-awesome.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 126, ../sass/vendor/_font-awesome.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 132, ../sass/vendor/_font-awesome.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 142, ../sass/vendor/_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 145, ../sass/vendor/_font-awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 154, ../sass/vendor/_font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 160, ../sass/vendor/_font-awesome.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 163, ../sass/vendor/_font-awesome.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 166, ../sass/vendor/_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 171, ../sass/vendor/_font-awesome.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 174, ../sass/vendor/_font-awesome.scss */
.fa-music:before {
  content: "\f001";
}

/* line 177, ../sass/vendor/_font-awesome.scss */
.fa-search:before {
  content: "\f002";
}

/* line 180, ../sass/vendor/_font-awesome.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 183, ../sass/vendor/_font-awesome.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 186, ../sass/vendor/_font-awesome.scss */
.fa-star:before {
  content: "\f005";
}

/* line 189, ../sass/vendor/_font-awesome.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 192, ../sass/vendor/_font-awesome.scss */
.fa-user:before {
  content: "\f007";
}

/* line 195, ../sass/vendor/_font-awesome.scss */
.fa-film:before {
  content: "\f008";
}

/* line 198, ../sass/vendor/_font-awesome.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 201, ../sass/vendor/_font-awesome.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 204, ../sass/vendor/_font-awesome.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 207, ../sass/vendor/_font-awesome.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 212, ../sass/vendor/_font-awesome.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 215, ../sass/vendor/_font-awesome.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 218, ../sass/vendor/_font-awesome.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 221, ../sass/vendor/_font-awesome.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 224, ../sass/vendor/_font-awesome.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 228, ../sass/vendor/_font-awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 231, ../sass/vendor/_font-awesome.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 234, ../sass/vendor/_font-awesome.scss */
.fa-home:before {
  content: "\f015";
}

/* line 237, ../sass/vendor/_font-awesome.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 240, ../sass/vendor/_font-awesome.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 243, ../sass/vendor/_font-awesome.scss */
.fa-road:before {
  content: "\f018";
}

/* line 246, ../sass/vendor/_font-awesome.scss */
.fa-download:before {
  content: "\f019";
}

/* line 249, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 252, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 255, ../sass/vendor/_font-awesome.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 258, ../sass/vendor/_font-awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 262, ../sass/vendor/_font-awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 265, ../sass/vendor/_font-awesome.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 268, ../sass/vendor/_font-awesome.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 271, ../sass/vendor/_font-awesome.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 274, ../sass/vendor/_font-awesome.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 277, ../sass/vendor/_font-awesome.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 280, ../sass/vendor/_font-awesome.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 283, ../sass/vendor/_font-awesome.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 286, ../sass/vendor/_font-awesome.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 289, ../sass/vendor/_font-awesome.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 292, ../sass/vendor/_font-awesome.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 295, ../sass/vendor/_font-awesome.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 298, ../sass/vendor/_font-awesome.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 301, ../sass/vendor/_font-awesome.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 304, ../sass/vendor/_font-awesome.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 307, ../sass/vendor/_font-awesome.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 310, ../sass/vendor/_font-awesome.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 313, ../sass/vendor/_font-awesome.scss */
.fa-font:before {
  content: "\f031";
}

/* line 316, ../sass/vendor/_font-awesome.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 319, ../sass/vendor/_font-awesome.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 322, ../sass/vendor/_font-awesome.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 325, ../sass/vendor/_font-awesome.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 328, ../sass/vendor/_font-awesome.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 331, ../sass/vendor/_font-awesome.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 334, ../sass/vendor/_font-awesome.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 337, ../sass/vendor/_font-awesome.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 340, ../sass/vendor/_font-awesome.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 344, ../sass/vendor/_font-awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 347, ../sass/vendor/_font-awesome.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 350, ../sass/vendor/_font-awesome.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 355, ../sass/vendor/_font-awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 358, ../sass/vendor/_font-awesome.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 361, ../sass/vendor/_font-awesome.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 364, ../sass/vendor/_font-awesome.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 367, ../sass/vendor/_font-awesome.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 371, ../sass/vendor/_font-awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 374, ../sass/vendor/_font-awesome.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 377, ../sass/vendor/_font-awesome.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 380, ../sass/vendor/_font-awesome.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 383, ../sass/vendor/_font-awesome.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 386, ../sass/vendor/_font-awesome.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 389, ../sass/vendor/_font-awesome.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 392, ../sass/vendor/_font-awesome.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 395, ../sass/vendor/_font-awesome.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 398, ../sass/vendor/_font-awesome.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 401, ../sass/vendor/_font-awesome.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 404, ../sass/vendor/_font-awesome.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 407, ../sass/vendor/_font-awesome.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 410, ../sass/vendor/_font-awesome.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 413, ../sass/vendor/_font-awesome.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 416, ../sass/vendor/_font-awesome.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 419, ../sass/vendor/_font-awesome.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 422, ../sass/vendor/_font-awesome.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 425, ../sass/vendor/_font-awesome.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 428, ../sass/vendor/_font-awesome.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 431, ../sass/vendor/_font-awesome.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 434, ../sass/vendor/_font-awesome.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 437, ../sass/vendor/_font-awesome.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 440, ../sass/vendor/_font-awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 443, ../sass/vendor/_font-awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 446, ../sass/vendor/_font-awesome.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 449, ../sass/vendor/_font-awesome.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 452, ../sass/vendor/_font-awesome.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 455, ../sass/vendor/_font-awesome.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 458, ../sass/vendor/_font-awesome.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 462, ../sass/vendor/_font-awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 465, ../sass/vendor/_font-awesome.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 468, ../sass/vendor/_font-awesome.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 471, ../sass/vendor/_font-awesome.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 474, ../sass/vendor/_font-awesome.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 477, ../sass/vendor/_font-awesome.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 480, ../sass/vendor/_font-awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 483, ../sass/vendor/_font-awesome.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 486, ../sass/vendor/_font-awesome.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 489, ../sass/vendor/_font-awesome.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 492, ../sass/vendor/_font-awesome.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 495, ../sass/vendor/_font-awesome.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 499, ../sass/vendor/_font-awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 502, ../sass/vendor/_font-awesome.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 505, ../sass/vendor/_font-awesome.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 508, ../sass/vendor/_font-awesome.scss */
.fa-random:before {
  content: "\f074";
}

/* line 511, ../sass/vendor/_font-awesome.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 514, ../sass/vendor/_font-awesome.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 517, ../sass/vendor/_font-awesome.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 520, ../sass/vendor/_font-awesome.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 523, ../sass/vendor/_font-awesome.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 526, ../sass/vendor/_font-awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 529, ../sass/vendor/_font-awesome.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 532, ../sass/vendor/_font-awesome.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 535, ../sass/vendor/_font-awesome.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 538, ../sass/vendor/_font-awesome.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 542, ../sass/vendor/_font-awesome.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 545, ../sass/vendor/_font-awesome.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 548, ../sass/vendor/_font-awesome.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 551, ../sass/vendor/_font-awesome.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 554, ../sass/vendor/_font-awesome.scss */
.fa-key:before {
  content: "\f084";
}

/* line 558, ../sass/vendor/_font-awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 561, ../sass/vendor/_font-awesome.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 564, ../sass/vendor/_font-awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 567, ../sass/vendor/_font-awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 570, ../sass/vendor/_font-awesome.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 573, ../sass/vendor/_font-awesome.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 576, ../sass/vendor/_font-awesome.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 579, ../sass/vendor/_font-awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 582, ../sass/vendor/_font-awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 585, ../sass/vendor/_font-awesome.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 588, ../sass/vendor/_font-awesome.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 591, ../sass/vendor/_font-awesome.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 594, ../sass/vendor/_font-awesome.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 597, ../sass/vendor/_font-awesome.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 600, ../sass/vendor/_font-awesome.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 603, ../sass/vendor/_font-awesome.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 606, ../sass/vendor/_font-awesome.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 609, ../sass/vendor/_font-awesome.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 612, ../sass/vendor/_font-awesome.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 615, ../sass/vendor/_font-awesome.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 619, ../sass/vendor/_font-awesome.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 622, ../sass/vendor/_font-awesome.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 625, ../sass/vendor/_font-awesome.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 628, ../sass/vendor/_font-awesome.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 631, ../sass/vendor/_font-awesome.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 634, ../sass/vendor/_font-awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 637, ../sass/vendor/_font-awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 640, ../sass/vendor/_font-awesome.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 643, ../sass/vendor/_font-awesome.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 646, ../sass/vendor/_font-awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 649, ../sass/vendor/_font-awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 652, ../sass/vendor/_font-awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 655, ../sass/vendor/_font-awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 658, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 661, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 664, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 667, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 670, ../sass/vendor/_font-awesome.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 673, ../sass/vendor/_font-awesome.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 676, ../sass/vendor/_font-awesome.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 679, ../sass/vendor/_font-awesome.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 682, ../sass/vendor/_font-awesome.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 685, ../sass/vendor/_font-awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 689, ../sass/vendor/_font-awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 693, ../sass/vendor/_font-awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 696, ../sass/vendor/_font-awesome.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 699, ../sass/vendor/_font-awesome.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 703, ../sass/vendor/_font-awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 707, ../sass/vendor/_font-awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 710, ../sass/vendor/_font-awesome.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 714, ../sass/vendor/_font-awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 717, ../sass/vendor/_font-awesome.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 722, ../sass/vendor/_font-awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 725, ../sass/vendor/_font-awesome.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 728, ../sass/vendor/_font-awesome.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 731, ../sass/vendor/_font-awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 734, ../sass/vendor/_font-awesome.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 737, ../sass/vendor/_font-awesome.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 740, ../sass/vendor/_font-awesome.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 743, ../sass/vendor/_font-awesome.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 746, ../sass/vendor/_font-awesome.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 749, ../sass/vendor/_font-awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 752, ../sass/vendor/_font-awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 755, ../sass/vendor/_font-awesome.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 758, ../sass/vendor/_font-awesome.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 761, ../sass/vendor/_font-awesome.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 764, ../sass/vendor/_font-awesome.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 767, ../sass/vendor/_font-awesome.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 770, ../sass/vendor/_font-awesome.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 773, ../sass/vendor/_font-awesome.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 777, ../sass/vendor/_font-awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 781, ../sass/vendor/_font-awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 785, ../sass/vendor/_font-awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 788, ../sass/vendor/_font-awesome.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 791, ../sass/vendor/_font-awesome.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 795, ../sass/vendor/_font-awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 799, ../sass/vendor/_font-awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 803, ../sass/vendor/_font-awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 806, ../sass/vendor/_font-awesome.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 809, ../sass/vendor/_font-awesome.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 813, ../sass/vendor/_font-awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 816, ../sass/vendor/_font-awesome.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 819, ../sass/vendor/_font-awesome.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 823, ../sass/vendor/_font-awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 826, ../sass/vendor/_font-awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 829, ../sass/vendor/_font-awesome.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 832, ../sass/vendor/_font-awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 835, ../sass/vendor/_font-awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 838, ../sass/vendor/_font-awesome.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 841, ../sass/vendor/_font-awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 844, ../sass/vendor/_font-awesome.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 847, ../sass/vendor/_font-awesome.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 850, ../sass/vendor/_font-awesome.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 853, ../sass/vendor/_font-awesome.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 856, ../sass/vendor/_font-awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 859, ../sass/vendor/_font-awesome.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 862, ../sass/vendor/_font-awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 865, ../sass/vendor/_font-awesome.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 868, ../sass/vendor/_font-awesome.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 871, ../sass/vendor/_font-awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 874, ../sass/vendor/_font-awesome.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 877, ../sass/vendor/_font-awesome.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 880, ../sass/vendor/_font-awesome.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 883, ../sass/vendor/_font-awesome.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 886, ../sass/vendor/_font-awesome.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 889, ../sass/vendor/_font-awesome.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 892, ../sass/vendor/_font-awesome.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 895, ../sass/vendor/_font-awesome.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 898, ../sass/vendor/_font-awesome.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 901, ../sass/vendor/_font-awesome.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 904, ../sass/vendor/_font-awesome.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 907, ../sass/vendor/_font-awesome.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 910, ../sass/vendor/_font-awesome.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 913, ../sass/vendor/_font-awesome.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 917, ../sass/vendor/_font-awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 920, ../sass/vendor/_font-awesome.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 923, ../sass/vendor/_font-awesome.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 926, ../sass/vendor/_font-awesome.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 929, ../sass/vendor/_font-awesome.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 932, ../sass/vendor/_font-awesome.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 936, ../sass/vendor/_font-awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 939, ../sass/vendor/_font-awesome.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 942, ../sass/vendor/_font-awesome.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 945, ../sass/vendor/_font-awesome.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 948, ../sass/vendor/_font-awesome.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 951, ../sass/vendor/_font-awesome.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 954, ../sass/vendor/_font-awesome.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 957, ../sass/vendor/_font-awesome.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 960, ../sass/vendor/_font-awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 963, ../sass/vendor/_font-awesome.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 966, ../sass/vendor/_font-awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 969, ../sass/vendor/_font-awesome.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 972, ../sass/vendor/_font-awesome.scss */
.fa-code:before {
  content: "\f121";
}

/* line 976, ../sass/vendor/_font-awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 981, ../sass/vendor/_font-awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 984, ../sass/vendor/_font-awesome.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 987, ../sass/vendor/_font-awesome.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 990, ../sass/vendor/_font-awesome.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 994, ../sass/vendor/_font-awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 997, ../sass/vendor/_font-awesome.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1000, ../sass/vendor/_font-awesome.scss */
.fa-info:before {
  content: "\f129";
}

/* line 1003, ../sass/vendor/_font-awesome.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1006, ../sass/vendor/_font-awesome.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1009, ../sass/vendor/_font-awesome.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1012, ../sass/vendor/_font-awesome.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1015, ../sass/vendor/_font-awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1018, ../sass/vendor/_font-awesome.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1021, ../sass/vendor/_font-awesome.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1024, ../sass/vendor/_font-awesome.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1027, ../sass/vendor/_font-awesome.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1030, ../sass/vendor/_font-awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1033, ../sass/vendor/_font-awesome.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1036, ../sass/vendor/_font-awesome.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1039, ../sass/vendor/_font-awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1042, ../sass/vendor/_font-awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1045, ../sass/vendor/_font-awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1048, ../sass/vendor/_font-awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1051, ../sass/vendor/_font-awesome.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1054, ../sass/vendor/_font-awesome.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1057, ../sass/vendor/_font-awesome.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1060, ../sass/vendor/_font-awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1063, ../sass/vendor/_font-awesome.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1066, ../sass/vendor/_font-awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1069, ../sass/vendor/_font-awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1072, ../sass/vendor/_font-awesome.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1075, ../sass/vendor/_font-awesome.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1078, ../sass/vendor/_font-awesome.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1081, ../sass/vendor/_font-awesome.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1084, ../sass/vendor/_font-awesome.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1087, ../sass/vendor/_font-awesome.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1090, ../sass/vendor/_font-awesome.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 1093, ../sass/vendor/_font-awesome.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1096, ../sass/vendor/_font-awesome.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1099, ../sass/vendor/_font-awesome.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1102, ../sass/vendor/_font-awesome.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1105, ../sass/vendor/_font-awesome.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1109, ../sass/vendor/_font-awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1113, ../sass/vendor/_font-awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1117, ../sass/vendor/_font-awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1121, ../sass/vendor/_font-awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1124, ../sass/vendor/_font-awesome.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 1128, ../sass/vendor/_font-awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1132, ../sass/vendor/_font-awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1138, ../sass/vendor/_font-awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1143, ../sass/vendor/_font-awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1147, ../sass/vendor/_font-awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1151, ../sass/vendor/_font-awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1154, ../sass/vendor/_font-awesome.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1157, ../sass/vendor/_font-awesome.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1160, ../sass/vendor/_font-awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1163, ../sass/vendor/_font-awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1166, ../sass/vendor/_font-awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1169, ../sass/vendor/_font-awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1172, ../sass/vendor/_font-awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1175, ../sass/vendor/_font-awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1178, ../sass/vendor/_font-awesome.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1181, ../sass/vendor/_font-awesome.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1184, ../sass/vendor/_font-awesome.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1187, ../sass/vendor/_font-awesome.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1190, ../sass/vendor/_font-awesome.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1193, ../sass/vendor/_font-awesome.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1196, ../sass/vendor/_font-awesome.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1199, ../sass/vendor/_font-awesome.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1202, ../sass/vendor/_font-awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1205, ../sass/vendor/_font-awesome.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1208, ../sass/vendor/_font-awesome.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1211, ../sass/vendor/_font-awesome.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1214, ../sass/vendor/_font-awesome.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1217, ../sass/vendor/_font-awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1220, ../sass/vendor/_font-awesome.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1223, ../sass/vendor/_font-awesome.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1226, ../sass/vendor/_font-awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1229, ../sass/vendor/_font-awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1232, ../sass/vendor/_font-awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1235, ../sass/vendor/_font-awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1238, ../sass/vendor/_font-awesome.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1241, ../sass/vendor/_font-awesome.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1244, ../sass/vendor/_font-awesome.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1247, ../sass/vendor/_font-awesome.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1250, ../sass/vendor/_font-awesome.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1253, ../sass/vendor/_font-awesome.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1256, ../sass/vendor/_font-awesome.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1259, ../sass/vendor/_font-awesome.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1262, ../sass/vendor/_font-awesome.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1265, ../sass/vendor/_font-awesome.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1269, ../sass/vendor/_font-awesome.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1272, ../sass/vendor/_font-awesome.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1275, ../sass/vendor/_font-awesome.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1278, ../sass/vendor/_font-awesome.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1281, ../sass/vendor/_font-awesome.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1284, ../sass/vendor/_font-awesome.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1287, ../sass/vendor/_font-awesome.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1290, ../sass/vendor/_font-awesome.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1293, ../sass/vendor/_font-awesome.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1296, ../sass/vendor/_font-awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1299, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1302, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1306, ../sass/vendor/_font-awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1309, ../sass/vendor/_font-awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1312, ../sass/vendor/_font-awesome.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1315, ../sass/vendor/_font-awesome.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1319, ../sass/vendor/_font-awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1322, ../sass/vendor/_font-awesome.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1325, ../sass/vendor/_font-awesome.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1328, ../sass/vendor/_font-awesome.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1331, ../sass/vendor/_font-awesome.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1334, ../sass/vendor/_font-awesome.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1337, ../sass/vendor/_font-awesome.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1342, ../sass/vendor/_font-awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1346, ../sass/vendor/_font-awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1349, ../sass/vendor/_font-awesome.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1352, ../sass/vendor/_font-awesome.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1355, ../sass/vendor/_font-awesome.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1358, ../sass/vendor/_font-awesome.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1361, ../sass/vendor/_font-awesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1364, ../sass/vendor/_font-awesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1367, ../sass/vendor/_font-awesome.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1370, ../sass/vendor/_font-awesome.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1373, ../sass/vendor/_font-awesome.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 1376, ../sass/vendor/_font-awesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1379, ../sass/vendor/_font-awesome.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1382, ../sass/vendor/_font-awesome.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1385, ../sass/vendor/_font-awesome.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 1388, ../sass/vendor/_font-awesome.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1391, ../sass/vendor/_font-awesome.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 1394, ../sass/vendor/_font-awesome.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 1397, ../sass/vendor/_font-awesome.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1400, ../sass/vendor/_font-awesome.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1403, ../sass/vendor/_font-awesome.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1406, ../sass/vendor/_font-awesome.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1409, ../sass/vendor/_font-awesome.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1412, ../sass/vendor/_font-awesome.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1415, ../sass/vendor/_font-awesome.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1418, ../sass/vendor/_font-awesome.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1421, ../sass/vendor/_font-awesome.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1425, ../sass/vendor/_font-awesome.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1429, ../sass/vendor/_font-awesome.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1432, ../sass/vendor/_font-awesome.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1435, ../sass/vendor/_font-awesome.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1438, ../sass/vendor/_font-awesome.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1441, ../sass/vendor/_font-awesome.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1444, ../sass/vendor/_font-awesome.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1447, ../sass/vendor/_font-awesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1450, ../sass/vendor/_font-awesome.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1453, ../sass/vendor/_font-awesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1456, ../sass/vendor/_font-awesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1461, ../sass/vendor/_font-awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1465, ../sass/vendor/_font-awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1469, ../sass/vendor/_font-awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1473, ../sass/vendor/_font-awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1476, ../sass/vendor/_font-awesome.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1479, ../sass/vendor/_font-awesome.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1482, ../sass/vendor/_font-awesome.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1485, ../sass/vendor/_font-awesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1492, ../sass/vendor/_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 1495, ../sass/vendor/_font-awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1499, ../sass/vendor/_font-awesome.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1503, ../sass/vendor/_font-awesome.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1506, ../sass/vendor/_font-awesome.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1509, ../sass/vendor/_font-awesome.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1512, ../sass/vendor/_font-awesome.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1515, ../sass/vendor/_font-awesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1518, ../sass/vendor/_font-awesome.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1522, ../sass/vendor/_font-awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1526, ../sass/vendor/_font-awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1530, ../sass/vendor/_font-awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1533, ../sass/vendor/_font-awesome.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 1537, ../sass/vendor/_font-awesome.scss */
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1540, ../sass/vendor/_font-awesome.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 1543, ../sass/vendor/_font-awesome.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1546, ../sass/vendor/_font-awesome.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1549, ../sass/vendor/_font-awesome.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1552, ../sass/vendor/_font-awesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1555, ../sass/vendor/_font-awesome.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1559, ../sass/vendor/_font-awesome.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1562, ../sass/vendor/_font-awesome.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1565, ../sass/vendor/_font-awesome.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1568, ../sass/vendor/_font-awesome.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1571, ../sass/vendor/_font-awesome.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1574, ../sass/vendor/_font-awesome.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1577, ../sass/vendor/_font-awesome.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1580, ../sass/vendor/_font-awesome.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1583, ../sass/vendor/_font-awesome.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1586, ../sass/vendor/_font-awesome.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1589, ../sass/vendor/_font-awesome.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1592, ../sass/vendor/_font-awesome.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1595, ../sass/vendor/_font-awesome.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1598, ../sass/vendor/_font-awesome.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1601, ../sass/vendor/_font-awesome.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1604, ../sass/vendor/_font-awesome.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1607, ../sass/vendor/_font-awesome.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1610, ../sass/vendor/_font-awesome.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1613, ../sass/vendor/_font-awesome.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1616, ../sass/vendor/_font-awesome.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1619, ../sass/vendor/_font-awesome.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1622, ../sass/vendor/_font-awesome.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1625, ../sass/vendor/_font-awesome.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 1628, ../sass/vendor/_font-awesome.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1631, ../sass/vendor/_font-awesome.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1634, ../sass/vendor/_font-awesome.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1637, ../sass/vendor/_font-awesome.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1640, ../sass/vendor/_font-awesome.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1643, ../sass/vendor/_font-awesome.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1646, ../sass/vendor/_font-awesome.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1649, ../sass/vendor/_font-awesome.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1652, ../sass/vendor/_font-awesome.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1655, ../sass/vendor/_font-awesome.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1658, ../sass/vendor/_font-awesome.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1661, ../sass/vendor/_font-awesome.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 1664, ../sass/vendor/_font-awesome.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1667, ../sass/vendor/_font-awesome.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 1670, ../sass/vendor/_font-awesome.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 1675, ../sass/vendor/_font-awesome.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1678, ../sass/vendor/_font-awesome.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1681, ../sass/vendor/_font-awesome.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1684, ../sass/vendor/_font-awesome.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1687, ../sass/vendor/_font-awesome.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1690, ../sass/vendor/_font-awesome.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1693, ../sass/vendor/_font-awesome.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1696, ../sass/vendor/_font-awesome.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1699, ../sass/vendor/_font-awesome.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1702, ../sass/vendor/_font-awesome.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1705, ../sass/vendor/_font-awesome.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1708, ../sass/vendor/_font-awesome.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1711, ../sass/vendor/_font-awesome.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1714, ../sass/vendor/_font-awesome.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 1717, ../sass/vendor/_font-awesome.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1720, ../sass/vendor/_font-awesome.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1723, ../sass/vendor/_font-awesome.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1726, ../sass/vendor/_font-awesome.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1729, ../sass/vendor/_font-awesome.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1732, ../sass/vendor/_font-awesome.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1735, ../sass/vendor/_font-awesome.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 1738, ../sass/vendor/_font-awesome.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 1741, ../sass/vendor/_font-awesome.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1744, ../sass/vendor/_font-awesome.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1747, ../sass/vendor/_font-awesome.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1750, ../sass/vendor/_font-awesome.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1753, ../sass/vendor/_font-awesome.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1756, ../sass/vendor/_font-awesome.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1759, ../sass/vendor/_font-awesome.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1762, ../sass/vendor/_font-awesome.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1765, ../sass/vendor/_font-awesome.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1768, ../sass/vendor/_font-awesome.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1771, ../sass/vendor/_font-awesome.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1774, ../sass/vendor/_font-awesome.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1777, ../sass/vendor/_font-awesome.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1780, ../sass/vendor/_font-awesome.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1783, ../sass/vendor/_font-awesome.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1787, ../sass/vendor/_font-awesome.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1790, ../sass/vendor/_font-awesome.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1793, ../sass/vendor/_font-awesome.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1796, ../sass/vendor/_font-awesome.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1799, ../sass/vendor/_font-awesome.scss */
.fa-medium:before {
  content: "\f23a";
}

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?98272293");
  src: url("../fonts/fontello.eot?98272293#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?98272293") format("woff"), url("../fonts/fontello.ttf?98272293") format("truetype"), url("../fonts/fontello.svg?98272293#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?98272293#fontello') format('svg');
  }
}
*/
/* line 22, ../sass/vendor/_fontello.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 53, ../sass/vendor/_fontello.scss */
.icon-down-open-big:before {
  content: '\e800';
}

/* '' */
/* line 54, ../sass/vendor/_fontello.scss */
.icon-left-open-big:before {
  content: '\e801';
}

/* '' */
/* line 55, ../sass/vendor/_fontello.scss */
.icon-right-open-big:before {
  content: '\e802';
}

/* '' */
/* line 56, ../sass/vendor/_fontello.scss */
.icon-up-open-big:before {
  content: '\e803';
}

/* '' */
/* line 57, ../sass/vendor/_fontello.scss */
.icon-right:before {
  content: '\e806';
}

/* '' */
/* line 58, ../sass/vendor/_fontello.scss */
.icon-left:before {
  content: '\e807';
}

/* '' */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
/* line 9, ../sass/vendor/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 16, ../sass/vendor/_animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 21, ../sass/vendor/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  /* line 27, ../sass/vendor/_animate.scss */
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 34, ../sass/vendor/_animate.scss */
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  /* line 41, ../sass/vendor/_animate.scss */
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  /* line 48, ../sass/vendor/_animate.scss */
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  /* line 55, ../sass/vendor/_animate.scss */
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 62, ../sass/vendor/_animate.scss */
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  /* line 69, ../sass/vendor/_animate.scss */
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  /* line 76, ../sass/vendor/_animate.scss */
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

/* line 82, ../sass/vendor/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  /* line 91, ../sass/vendor/_animate.scss */
  0%, 50%, 100% {
    opacity: 1;
  }

  /* line 95, ../sass/vendor/_animate.scss */
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  /* line 101, ../sass/vendor/_animate.scss */
  0%, 50%, 100% {
    opacity: 1;
  }

  /* line 105, ../sass/vendor/_animate.scss */
  25%, 75% {
    opacity: 0;
  }
}

/* line 110, ../sass/vendor/_animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  /* line 118, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  /* line 123, ../sass/vendor/_animate.scss */
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  /* line 128, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  /* line 135, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  /* line 140, ../sass/vendor/_animate.scss */
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  /* line 145, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 151, ../sass/vendor/_animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  /* line 157, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  /* line 162, ../sass/vendor/_animate.scss */
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  /* line 167, ../sass/vendor/_animate.scss */
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  /* line 172, ../sass/vendor/_animate.scss */
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  /* line 177, ../sass/vendor/_animate.scss */
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  /* line 182, ../sass/vendor/_animate.scss */
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  /* line 187, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  /* line 194, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  /* line 199, ../sass/vendor/_animate.scss */
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  /* line 204, ../sass/vendor/_animate.scss */
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  /* line 209, ../sass/vendor/_animate.scss */
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  /* line 214, ../sass/vendor/_animate.scss */
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  /* line 219, ../sass/vendor/_animate.scss */
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  /* line 224, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 230, ../sass/vendor/_animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  /* line 236, ../sass/vendor/_animate.scss */
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 241, ../sass/vendor/_animate.scss */
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  /* line 246, ../sass/vendor/_animate.scss */
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  /* line 253, ../sass/vendor/_animate.scss */
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 258, ../sass/vendor/_animate.scss */
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  /* line 263, ../sass/vendor/_animate.scss */
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

/* line 269, ../sass/vendor/_animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  /* line 275, ../sass/vendor/_animate.scss */
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  /* line 280, ../sass/vendor/_animate.scss */
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  /* line 285, ../sass/vendor/_animate.scss */
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  /* line 290, ../sass/vendor/_animate.scss */
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  /* line 295, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  /* line 302, ../sass/vendor/_animate.scss */
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  /* line 307, ../sass/vendor/_animate.scss */
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  /* line 312, ../sass/vendor/_animate.scss */
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  /* line 317, ../sass/vendor/_animate.scss */
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  /* line 322, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 328, ../sass/vendor/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  /* line 337, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  /* line 342, ../sass/vendor/_animate.scss */
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  /* line 347, ../sass/vendor/_animate.scss */
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  /* line 352, ../sass/vendor/_animate.scss */
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  /* line 357, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  /* line 364, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  /* line 369, ../sass/vendor/_animate.scss */
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  /* line 374, ../sass/vendor/_animate.scss */
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  /* line 379, ../sass/vendor/_animate.scss */
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  /* line 384, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 390, ../sass/vendor/_animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  /* line 398, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: none;
    transform: none;
  }

  /* line 403, ../sass/vendor/_animate.scss */
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  /* line 408, ../sass/vendor/_animate.scss */
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  /* line 413, ../sass/vendor/_animate.scss */
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  /* line 418, ../sass/vendor/_animate.scss */
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  /* line 423, ../sass/vendor/_animate.scss */
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  /* line 428, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  /* line 435, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: none;
    transform: none;
  }

  /* line 440, ../sass/vendor/_animate.scss */
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  /* line 445, ../sass/vendor/_animate.scss */
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  /* line 450, ../sass/vendor/_animate.scss */
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  /* line 455, ../sass/vendor/_animate.scss */
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  /* line 460, ../sass/vendor/_animate.scss */
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  /* line 465, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 471, ../sass/vendor/_animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  /* line 477, ../sass/vendor/_animate.scss */
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 482, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 488, ../sass/vendor/_animate.scss */
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  /* line 493, ../sass/vendor/_animate.scss */
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  /* line 498, ../sass/vendor/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  /* line 504, ../sass/vendor/_animate.scss */
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  /* line 509, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  /* line 517, ../sass/vendor/_animate.scss */
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 522, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 528, ../sass/vendor/_animate.scss */
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  /* line 533, ../sass/vendor/_animate.scss */
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  /* line 538, ../sass/vendor/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  /* line 544, ../sass/vendor/_animate.scss */
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  /* line 549, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 556, ../sass/vendor/_animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  /* line 564, ../sass/vendor/_animate.scss */
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 569, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  /* line 575, ../sass/vendor/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  /* line 581, ../sass/vendor/_animate.scss */
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  /* line 586, ../sass/vendor/_animate.scss */
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  /* line 591, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  /* line 598, ../sass/vendor/_animate.scss */
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 603, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  /* line 609, ../sass/vendor/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  /* line 615, ../sass/vendor/_animate.scss */
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  /* line 620, ../sass/vendor/_animate.scss */
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  /* line 625, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 631, ../sass/vendor/_animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  /* line 637, ../sass/vendor/_animate.scss */
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 642, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  /* line 648, ../sass/vendor/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  /* line 654, ../sass/vendor/_animate.scss */
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  /* line 659, ../sass/vendor/_animate.scss */
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  /* line 664, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  /* line 671, ../sass/vendor/_animate.scss */
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 676, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  /* line 682, ../sass/vendor/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  /* line 688, ../sass/vendor/_animate.scss */
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  /* line 693, ../sass/vendor/_animate.scss */
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  /* line 698, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 704, ../sass/vendor/_animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  /* line 710, ../sass/vendor/_animate.scss */
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 715, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  /* line 721, ../sass/vendor/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  /* line 727, ../sass/vendor/_animate.scss */
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  /* line 732, ../sass/vendor/_animate.scss */
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  /* line 737, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  /* line 744, ../sass/vendor/_animate.scss */
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 749, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  /* line 755, ../sass/vendor/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  /* line 761, ../sass/vendor/_animate.scss */
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  /* line 766, ../sass/vendor/_animate.scss */
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  /* line 771, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 777, ../sass/vendor/_animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  /* line 783, ../sass/vendor/_animate.scss */
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 788, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  /* line 794, ../sass/vendor/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  /* line 800, ../sass/vendor/_animate.scss */
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  /* line 805, ../sass/vendor/_animate.scss */
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  /* line 810, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  /* line 817, ../sass/vendor/_animate.scss */
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 822, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  /* line 828, ../sass/vendor/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  /* line 834, ../sass/vendor/_animate.scss */
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  /* line 839, ../sass/vendor/_animate.scss */
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  /* line 844, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 850, ../sass/vendor/_animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  /* line 856, ../sass/vendor/_animate.scss */
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  /* line 861, ../sass/vendor/_animate.scss */
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  /* line 867, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  /* line 875, ../sass/vendor/_animate.scss */
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  /* line 880, ../sass/vendor/_animate.scss */
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  /* line 886, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 893, ../sass/vendor/_animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  /* line 901, ../sass/vendor/_animate.scss */
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  /* line 906, ../sass/vendor/_animate.scss */
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  /* line 912, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  /* line 920, ../sass/vendor/_animate.scss */
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  /* line 925, ../sass/vendor/_animate.scss */
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  /* line 931, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 938, ../sass/vendor/_animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  /* line 944, ../sass/vendor/_animate.scss */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  /* line 950, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  /* line 958, ../sass/vendor/_animate.scss */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  /* line 964, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 971, ../sass/vendor/_animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  /* line 977, ../sass/vendor/_animate.scss */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  /* line 983, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  /* line 991, ../sass/vendor/_animate.scss */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  /* line 997, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1004, ../sass/vendor/_animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  /* line 1010, ../sass/vendor/_animate.scss */
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  /* line 1015, ../sass/vendor/_animate.scss */
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  /* line 1021, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  /* line 1029, ../sass/vendor/_animate.scss */
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  /* line 1034, ../sass/vendor/_animate.scss */
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  /* line 1040, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1047, ../sass/vendor/_animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  /* line 1053, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
  }

  /* line 1054, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  /* line 1058, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
  }

  /* line 1059, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
  }
}

/* line 1062, ../sass/vendor/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  /* line 1068, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  /* line 1074, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  /* line 1082, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  /* line 1088, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1095, ../sass/vendor/_animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  /* line 1101, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  /* line 1107, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  /* line 1115, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  /* line 1121, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1128, ../sass/vendor/_animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  /* line 1134, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  /* line 1140, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  /* line 1148, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  /* line 1154, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1161, ../sass/vendor/_animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  /* line 1167, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  /* line 1173, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  /* line 1181, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  /* line 1187, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1194, ../sass/vendor/_animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  /* line 1200, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  /* line 1206, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  /* line 1214, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  /* line 1220, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1227, ../sass/vendor/_animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  /* line 1233, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  /* line 1239, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  /* line 1247, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  /* line 1253, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1260, ../sass/vendor/_animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  /* line 1266, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  /* line 1272, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  /* line 1280, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  /* line 1286, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1293, ../sass/vendor/_animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  /* line 1299, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  /* line 1305, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  /* line 1313, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  /* line 1319, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1326, ../sass/vendor/_animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  /* line 1332, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 1333, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  /* line 1337, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 1338, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
  }
}

/* line 1341, ../sass/vendor/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  /* line 1347, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 1351, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  /* line 1359, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 1363, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 1370, ../sass/vendor/_animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  /* line 1376, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 1380, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  /* line 1388, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 1392, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1399, ../sass/vendor/_animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  /* line 1405, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 1409, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  /* line 1417, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 1421, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 1428, ../sass/vendor/_animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  /* line 1434, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 1438, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  /* line 1446, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 1450, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1457, ../sass/vendor/_animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  /* line 1463, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 1467, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  /* line 1475, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 1479, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 1486, ../sass/vendor/_animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  /* line 1492, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 1496, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  /* line 1504, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 1508, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1515, ../sass/vendor/_animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  /* line 1521, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 1525, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  /* line 1533, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 1537, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 1544, ../sass/vendor/_animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  /* line 1550, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 1554, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  /* line 1562, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 1566, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1573, ../sass/vendor/_animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  /* line 1579, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  /* line 1586, ../sass/vendor/_animate.scss */
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  /* line 1593, ../sass/vendor/_animate.scss */
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 1600, ../sass/vendor/_animate.scss */
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 1607, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  /* line 1616, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  /* line 1623, ../sass/vendor/_animate.scss */
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  /* line 1630, ../sass/vendor/_animate.scss */
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 1637, ../sass/vendor/_animate.scss */
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 1644, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 1652, ../sass/vendor/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  /* line 1660, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  /* line 1668, ../sass/vendor/_animate.scss */
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  /* line 1675, ../sass/vendor/_animate.scss */
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  /* line 1681, ../sass/vendor/_animate.scss */
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  /* line 1686, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  /* line 1693, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  /* line 1701, ../sass/vendor/_animate.scss */
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  /* line 1708, ../sass/vendor/_animate.scss */
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  /* line 1714, ../sass/vendor/_animate.scss */
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  /* line 1719, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 1725, ../sass/vendor/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  /* line 1733, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  /* line 1741, ../sass/vendor/_animate.scss */
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  /* line 1748, ../sass/vendor/_animate.scss */
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  /* line 1754, ../sass/vendor/_animate.scss */
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  /* line 1759, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  /* line 1766, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  /* line 1774, ../sass/vendor/_animate.scss */
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  /* line 1781, ../sass/vendor/_animate.scss */
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  /* line 1787, ../sass/vendor/_animate.scss */
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  /* line 1792, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 1798, ../sass/vendor/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  /* line 1806, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  /* line 1811, ../sass/vendor/_animate.scss */
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  /* line 1817, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  /* line 1825, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  /* line 1830, ../sass/vendor/_animate.scss */
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  /* line 1836, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 1843, ../sass/vendor/_animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  /* line 1853, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  /* line 1858, ../sass/vendor/_animate.scss */
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  /* line 1864, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  /* line 1872, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  /* line 1877, ../sass/vendor/_animate.scss */
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  /* line 1883, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

/* line 1890, ../sass/vendor/_animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  /* line 1900, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  /* line 1906, ../sass/vendor/_animate.scss */
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  /* line 1912, ../sass/vendor/_animate.scss */
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  /* line 1918, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  /* line 1926, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  /* line 1932, ../sass/vendor/_animate.scss */
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  /* line 1938, ../sass/vendor/_animate.scss */
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  /* line 1944, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 1951, ../sass/vendor/_animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  /* line 1959, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 1963, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  /* line 1971, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 1975, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 1982, ../sass/vendor/_animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  /* line 1990, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  /* line 1998, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  /* line 2008, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  /* line 2016, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2025, ../sass/vendor/_animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  /* line 2031, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  /* line 2039, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  /* line 2049, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  /* line 2057, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2066, ../sass/vendor/_animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  /* line 2072, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  /* line 2080, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  /* line 2090, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  /* line 2098, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2107, ../sass/vendor/_animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  /* line 2113, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  /* line 2121, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  /* line 2131, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  /* line 2139, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2148, ../sass/vendor/_animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  /* line 2154, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  /* line 2162, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  /* line 2172, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  /* line 2180, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2189, ../sass/vendor/_animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  /* line 2195, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  /* line 2201, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  /* line 2211, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  /* line 2217, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

/* line 2226, ../sass/vendor/_animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  /* line 2232, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  /* line 2238, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  /* line 2248, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  /* line 2254, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

/* line 2263, ../sass/vendor/_animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  /* line 2269, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  /* line 2275, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  /* line 2285, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  /* line 2291, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2300, ../sass/vendor/_animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  /* line 2306, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  /* line 2312, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  /* line 2322, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  /* line 2328, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2337, ../sass/vendor/_animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  /* line 2343, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  /* line 2349, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  /* line 2359, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  /* line 2365, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

/* line 2374, ../sass/vendor/_animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  /* line 2380, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 2387, ../sass/vendor/_animate.scss */
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 2396, ../sass/vendor/_animate.scss */
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  /* line 2406, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  /* line 2414, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 2421, ../sass/vendor/_animate.scss */
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 2430, ../sass/vendor/_animate.scss */
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  /* line 2440, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 2447, ../sass/vendor/_animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  /* line 2455, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  /* line 2461, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  /* line 2469, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  /* line 2475, ../sass/vendor/_animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 2482, ../sass/vendor/_animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  /* line 2490, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 2494, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  /* line 2502, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 2506, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 2513, ../sass/vendor/_animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  /* line 2519, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 2525, ../sass/vendor/_animate.scss */
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  /* line 2531, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 2537, ../sass/vendor/_animate.scss */
  50% {
    opacity: 1;
  }
}

/* line 2542, ../sass/vendor/_animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  /* line 2548, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2556, ../sass/vendor/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  /* line 2566, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2574, ../sass/vendor/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2583, ../sass/vendor/_animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  /* line 2589, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2597, ../sass/vendor/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  /* line 2607, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2615, ../sass/vendor/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2624, ../sass/vendor/_animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  /* line 2630, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2638, ../sass/vendor/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  /* line 2648, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2656, ../sass/vendor/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2665, ../sass/vendor/_animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  /* line 2671, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2679, ../sass/vendor/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  /* line 2689, ../sass/vendor/_animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2697, ../sass/vendor/_animate.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2706, ../sass/vendor/_animate.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  /* line 2712, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 2716, ../sass/vendor/_animate.scss */
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 2722, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  /* line 2728, ../sass/vendor/_animate.scss */
  0% {
    opacity: 1;
  }

  /* line 2732, ../sass/vendor/_animate.scss */
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 2738, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
  }
}

/* line 2743, ../sass/vendor/_animate.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  /* line 2749, ../sass/vendor/_animate.scss */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2757, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  /* line 2769, ../sass/vendor/_animate.scss */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2777, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2788, ../sass/vendor/_animate.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  /* line 2794, ../sass/vendor/_animate.scss */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  /* line 2800, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  /* line 2810, ../sass/vendor/_animate.scss */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  /* line 2816, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

/* line 2825, ../sass/vendor/_animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  /* line 2831, ../sass/vendor/_animate.scss */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  /* line 2837, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  /* line 2847, ../sass/vendor/_animate.scss */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  /* line 2853, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

/* line 2862, ../sass/vendor/_animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  /* line 2868, ../sass/vendor/_animate.scss */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2876, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  /* line 2888, ../sass/vendor/_animate.scss */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 2896, ../sass/vendor/_animate.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2907, ../sass/vendor/_animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  /* line 2913, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  /* line 2919, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  /* line 2926, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  /* line 2932, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 2938, ../sass/vendor/_animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  /* line 2944, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  /* line 2950, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  /* line 2957, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  /* line 2963, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 2969, ../sass/vendor/_animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  /* line 2975, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  /* line 2981, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  /* line 2988, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  /* line 2994, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 3000, ../sass/vendor/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  /* line 3006, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  /* line 3012, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  /* line 3019, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  /* line 3025, ../sass/vendor/_animate.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 3031, ../sass/vendor/_animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  /* line 3037, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 3042, ../sass/vendor/_animate.scss */
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  /* line 3050, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 3055, ../sass/vendor/_animate.scss */
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/* line 3062, ../sass/vendor/_animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  /* line 3068, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 3073, ../sass/vendor/_animate.scss */
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  /* line 3081, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 3086, ../sass/vendor/_animate.scss */
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* line 3093, ../sass/vendor/_animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  /* line 3099, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 3104, ../sass/vendor/_animate.scss */
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  /* line 3112, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 3117, ../sass/vendor/_animate.scss */
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/* line 3124, ../sass/vendor/_animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  /* line 3130, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 3135, ../sass/vendor/_animate.scss */
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  /* line 3143, ../sass/vendor/_animate.scss */
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 3148, ../sass/vendor/_animate.scss */
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

/* line 3155, ../sass/vendor/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.2.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
/* line 14, ../sass/vendor/_chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 25, ../sass/vendor/_chosen.scss */
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 30, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 41, ../sass/vendor/_chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

/* line 44, ../sass/vendor/_chosen.scss */
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
/* line 50, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 71, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 74, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 81, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 84, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

/* line 94, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 97, ../sass/vendor/_chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 100, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 108, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 114, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 121, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 135, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 140, ../sass/vendor/_chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
/* line 147, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 157, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 166, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 170, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 175, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 184, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 189, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 194, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 197, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 204, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, white 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

/* line 221, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 225, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 230, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 244, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 265, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 268, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

/* line 278, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 281, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

/* line 292, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 295, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 298, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 302, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 310, ../sass/vendor/_chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 314, ../sass/vendor/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, white));
  background-image: -webkit-linear-gradient(#eeeeee 20%, white 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, white 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, white 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 327, ../sass/vendor/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 331, ../sass/vendor/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 334, ../sass/vendor/_chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 338, ../sass/vendor/_chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 344, ../sass/vendor/_chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 348, ../sass/vendor/_chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 351, ../sass/vendor/_chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 357, ../sass/vendor/_chosen.scss */
.chosen-rtl {
  text-align: right;
}

/* line 360, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 364, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 369, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 372, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 376, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 380, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 383, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 386, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 390, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 395, ../sass/vendor/_chosen.scss */
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

/* line 398, ../sass/vendor/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 402, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 406, ../sass/vendor/_chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 409, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}

/* line 415, ../sass/vendor/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 418, ../sass/vendor/_chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  /* line 431, ../sass/vendor/_chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* line 446, ../sass/vendor/_chosen.scss */
.chosen-container {
  font-size: 14px;
}

/* line 450, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single {
  padding: 0 0 0 15px;
  height: 50px;
  border: none !important;
  border-radius: 5px;
  background: none !important;
  box-shadow: none !important;
  color: #d2d2d2;
  text-decoration: none;
  white-space: nowrap;
  line-height: 50px;
}

/* line 463, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single div b {
  background: url(../images/icons/icon-down-arrow.png) 0 50% no-repeat !important;
  background-size: 14px 8px !important;
}

/* line 468, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 477, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: 0px;
}

/* line 481, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 486, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background: none;
  background-color: #f5f4f2;
  color: #a99f91;
}

/* line 491, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #a4a3a2;
}

/* line 496, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 502, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 0px 0px 0;
  padding: 0 0 0 0px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 513, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 11px 15px;
  list-style: none;
  line-height: 18px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 526, ../sass/vendor/_chosen.scss */
.filter-block .select-form {
  text-align: left;
}
/* line 529, ../sass/vendor/_chosen.scss */
.filter-block .chosen-container-single .chosen-single {
  padding: 0 0 0 10px;
  height: 42px;
  border: 1px solid #d2d2d2 !important;
  border-radius: 0px;
  background: white !important;
  box-shadow: none !important;
  color: #3c3c3c;
  line-height: 42px;
}
/* line 539, ../sass/vendor/_chosen.scss */
.filter-block .chosen-container .chosen-results li {
  border-bottom: 1px solid #d2d2d2;
}
/* line 542, ../sass/vendor/_chosen.scss */
.filter-block .chosen-container-single .chosen-single div {
  right: 0px;
}
/* line 545, ../sass/vendor/_chosen.scss */
.filter-block .chosen-container-single .chosen-single div b {
  background: url(../images/icons/icon-select.png) 0 50% no-repeat !important;
  background-size: 8px 5px !important;
}
/* line 549, ../sass/vendor/_chosen.scss */
.filter-block .chosen-container-single .chosen-drop {
  border-color: #d2d2d2;
  padding-top: 0px;
}

/* line 556, ../sass/vendor/_chosen.scss */
.results-filter .chosen-container-single .chosen-single {
  background-color: #ebe9e6 !important;
  border-radius: 0px;
  line-height: 36px;
  height: 36px;
  color: #3c3c3c;
  font-size: 14px;
}
/* line 564, ../sass/vendor/_chosen.scss */
.results-filter .chosen-container-single .chosen-single div b {
  background: url(../images/icons/icon-select.png) 0 50% no-repeat !important;
  background-size: 8px 5px !important;
}
/* line 568, ../sass/vendor/_chosen.scss */
.results-filter .chosen-container-single .chosen-single div {
  right: 2px;
}

@media (min-width: 768px) {
  /* line 577, ../sass/vendor/_chosen.scss */
  .filter-block .select-form {
    width: 249px;
  }

}
@media (max-width: 767px) {
  /* line 586, ../sass/vendor/_chosen.scss */
  .chosen-container-single .chosen-single div b {
    background: url(../images/icons/icon-down-arrow1.png) 0 50% no-repeat !important;
    background-size: 13px 7px !important;
  }

  .news_header_logo img {max-width:190px !important}

  /* line 590, ../sass/vendor/_chosen.scss */
  select {
    background: url(../images/icons/icon-select.png) 96% 50% no-repeat white !important;
    background-size: 8px 5px !important;
    padding-left: 15px;
    margin-bottom: 0 !important;
  }

  /* line 598, ../sass/vendor/_chosen.scss */
  .chosen-container-single .chosen-single span {
    padding-right: 45px;
  }
}
/* Slider */
/* line 40, ../sass/vendor/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-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;
}

/* line 55, ../sass/vendor/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 62, ../sass/vendor/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 70, ../sass/vendor/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 85, ../sass/vendor/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
  margin: 0 auto;
}
/* line 93, ../sass/vendor/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 98, ../sass/vendor/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 102, ../sass/vendor/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 106, ../sass/vendor/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  border: 1px solid transparent;
  display: none;
  position: relative;
}
/* line 111, ../sass/vendor/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 114, ../sass/vendor/_slick.scss */
.slick-slide img {
  display: block;
  margin: 0 auto;
}
/* line 118, ../sass/vendor/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 124, ../sass/vendor/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 128, ../sass/vendor/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 132, ../sass/vendor/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 136, ../sass/vendor/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
/* line 148, ../sass/vendor/_slick.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  top: 50px;
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 163, ../sass/vendor/_slick.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
/* line 167, ../sass/vendor/_slick.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 172, ../sass/vendor/_slick.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

/* line 176, ../sass/vendor/_slick.scss */
.slick-prev:before, .slick-next:before {
  font-family: 'fontello';
  font-size: 26px;
  line-height: 1;
  color: #aaa192;
  opacity: 1;
}

/* line 183, ../sass/vendor/_slick.scss */
.slick-prev {
  left: -40px;
}
/* line 185, ../sass/vendor/_slick.scss */
.slick-prev:before {
  content: '\e801';
}

/* line 189, ../sass/vendor/_slick.scss */
.slick-next {
  right: -40px;
}
/* line 191, ../sass/vendor/_slick.scss */
.slick-next:before {
  content: '\e802';
}

/* Dots */
/* line 198, ../sass/vendor/_slick.scss */
.slick-slider {
  margin-bottom: 0px;
}

/* line 201, ../sass/vendor/_slick.scss */
.slick-dots {
  position: absolute;
  bottom: 18px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
/* line 209, ../sass/vendor/_slick.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 217, ../sass/vendor/_slick.scss */
.slick-dots li button {
  border: 0;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  background-color: #a4a3a2;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 232, ../sass/vendor/_slick.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 1;
}
/* line 236, ../sass/vendor/_slick.scss */
.slick-dots li.slick-active button {
  opacity: 1;
}

/* line 243, ../sass/vendor/_slick.scss */
.product-slider .slick-dots {
  position: relative;
  bottom: 0;
  padding-top: 10px;
}
/* line 248, ../sass/vendor/_slick.scss */
.product-slider .slider {
  margin-bottom: 10px;
}

/* line 255, ../sass/vendor/_slick.scss */
.featured-banner .slick-dots, .category-feature .slick-dots, .main-banner .slick-dots {
  bottom: 30px;
}
/* line 257, ../sass/vendor/_slick.scss */
.featured-banner .slick-dots li, .category-feature .slick-dots li, .main-banner .slick-dots li {
  height: 15px;
  width: 15px;
  margin: 0 8px;
}
/* line 261, ../sass/vendor/_slick.scss */
.featured-banner .slick-dots li button, .category-feature .slick-dots li button, .main-banner .slick-dots li button {
  height: 15px;
  width: 15px;
}
/* line 264, ../sass/vendor/_slick.scss */
.featured-banner .slick-dots li button:hover, .featured-banner .slick-dots li button:focus, .category-feature .slick-dots li button:hover, .category-feature .slick-dots li button:focus, .main-banner .slick-dots li button:hover, .main-banner .slick-dots li button:focus {
  opacity: 1;
}
/* line 268, ../sass/vendor/_slick.scss */
.featured-banner .slick-dots li.slick-active button, .category-feature .slick-dots li.slick-active button, .main-banner .slick-dots li.slick-active button {
  opacity: 1;
}

/* line 278, ../sass/vendor/_slick.scss */
.main-banner .slick-dots li {
  height: 15px;
  width: 15px;
  margin: 0 8px;
}
/* line 282, ../sass/vendor/_slick.scss */
.main-banner .slick-dots li button {
  height: 15px;
  width: 15px;
}

.banner .slider { display: none; }
.banner .slider.slick-initialized { display: block; }
/* line 291, ../sass/vendor/_slick.scss */
.banner .slider {
  margin-bottom: 30px;
}
/* line 294, ../sass/vendor/_slick.scss */
.banner .slick-dots {
  bottom: 10px;
  position: relative;
}

/* line 302, ../sass/vendor/_slick.scss */
.featured-products .slick-dots, .product-tools .slick-dots, .options .slick-dots {
  bottom: -20px;
}

/* line 311, ../sass/vendor/_slick.scss */
.category-feature .slick-dots li button {
  background: #ffffff;
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* Dots */
  /* line 326, ../sass/vendor/_slick.scss */
  .slick-dots li {
    height: 10px;
    width: 10px;
  }
  /* line 329, ../sass/vendor/_slick.scss */
  .slick-dots li button {
    height: 10px;
    width: 10px;
  }

  /* line 338, ../sass/vendor/_slick.scss */
  .featured-products .slick-dots, .product-tools .slick-dots, .options .slick-dots {
    bottom: -20px;
  }
}
@media (max-width: 767px) {
  /* Dots */
  /* line 353, ../sass/vendor/_slick.scss */
  .slick-dots li {
    height: 10px !important;
    width: 10px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  /* line 358, ../sass/vendor/_slick.scss */
  .slick-dots li button {
    height: 10px !important;
    width: 10px !important;
  }

  /* line 367, ../sass/vendor/_slick.scss */
  .featured-products .slick-dots, .product-tools .slick-dots {
    bottom: -40px;
  }
  /* line 370, ../sass/vendor/_slick.scss */
  .featured-products .slick-prev, .product-tools .slick-prev {
    left: -15px;
  }
  /* line 372, ../sass/vendor/_slick.scss */
  .featured-products .slick-prev:before, .product-tools .slick-prev:before {
    content: '\e801';
  }
  /* line 376, ../sass/vendor/_slick.scss */
  .featured-products .slick-next, .product-tools .slick-next {
    right: -15px;
  }
  /* line 378, ../sass/vendor/_slick.scss */
  .featured-products .slick-next:before, .product-tools .slick-next:before {
    content: '\e802';
  }

  /* line 385, ../sass/vendor/_slick.scss */
  .options .slick-dots {
    bottom: -45px;
  }
}
/* Magnific Popup CSS */
/* line 2, ../sass/vendor/_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;
  filter: alpha(opacity=80);
}

/* line 14, ../sass/vendor/_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 24, ../sass/vendor/_magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 36, ../sass/vendor/_magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 42, ../sass/vendor/_magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 45, ../sass/vendor/_magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 53, ../sass/vendor/_magnific-popup.scss */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 57, ../sass/vendor/_magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 60, ../sass/vendor/_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 65, ../sass/vendor/_magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 71, ../sass/vendor/_magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 74, ../sass/vendor/_magnific-popup.scss */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 79, ../sass/vendor/_magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 82, ../sass/vendor/_magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 85, ../sass/vendor/_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 95, ../sass/vendor/_magnific-popup.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 97, ../sass/vendor/_magnific-popup.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 100, ../sass/vendor/_magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 103, ../sass/vendor/_magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 106, ../sass/vendor/_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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 118, ../sass/vendor/_magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 122, ../sass/vendor/_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;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 138, ../sass/vendor/_magnific-popup.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 141, ../sass/vendor/_magnific-popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 144, ../sass/vendor/_magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 147, ../sass/vendor/_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 154, ../sass/vendor/_magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 163, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 174, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 176, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 179, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 190, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 194, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 199, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 201, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 204, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 208, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 210, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 213, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

/* line 216, ../sass/vendor/_magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 219, ../sass/vendor/_magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 223, ../sass/vendor/_magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 226, ../sass/vendor/_magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 231, ../sass/vendor/_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 242, ../sass/vendor/_magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 255, ../sass/vendor/_magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}

/* line 257, ../sass/vendor/_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 270, ../sass/vendor/_magnific-popup.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 275, ../sass/vendor/_magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 278, ../sass/vendor/_magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 286, ../sass/vendor/_magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 293, ../sass/vendor/_magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 296, ../sass/vendor/_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 303, ../sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 306, ../sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 308, ../sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 311, ../sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 314, ../sass/vendor/_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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 324, ../sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 326, ../sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 329, ../sass/vendor/_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 342, ../sass/vendor/_magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 346, ../sass/vendor/_magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 350, ../sass/vendor/_magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 354, ../sass/vendor/_magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 359, ../sass/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 361, ../sass/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 367, ../sass/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 369, ../sass/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 371, ../sass/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
/* line 383, ../sass/vendor/_magnific-popup.scss */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
/* line 401, ../sass/vendor/_magnific-popup.scss */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
/* line 412, ../sass/vendor/_magnific-popup.scss */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
/* line 423, ../sass/vendor/_magnific-popup.scss */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
/* line 431, ../sass/vendor/_magnific-popup.scss */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
/* line 435, ../sass/vendor/_magnific-popup.scss */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* line 441, ../sass/vendor/_magnific-popup.scss */
.popup-content {
  background: #f5f4f2;
  font-size: 15px;
  padding: 45px 40px 35px 40px;
}
/* line 445, ../sass/vendor/_magnific-popup.scss */
.popup-content h1 {
  font-size: 31px;
  font-weight: bold;
}

/* line 451, ../sass/vendor/_magnific-popup.scss */
.mfp-close {
  width: 50px !important;
  height: 50px !important;
  opacity: 1 !important;
  background: url(../images/icons/icon-close.png) 50% 50% no-repeat #d2d2d2 !important;
  text-indent: -99999px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 458, ../sass/vendor/_magnific-popup.scss */
.mfp-close:hover {
  background-color: #bebebe !important;
}

/* line 465, ../sass/vendor/_magnific-popup.scss */
#popup-login {
  max-width: 420px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
/* line 471, ../sass/vendor/_magnific-popup.scss */
#popup-login .input-text {
  font-style: italic;
}

@media (max-width: 767px) {
  /* line 479, ../sass/vendor/_magnific-popup.scss */
  .popup-content {
    padding: 35px 20px 25px 20px;
  }
}
/* line 31, ../sass/styles.scss */
.border-line {
  position: relative;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 35px;
}
/* line 36, ../sass/styles.scss */
.border-line:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background-color: #b9ada9;
  overflow: hidden;
  width: 140px;
}

/* line 49, ../sass/styles.scss */
.wrapper {
  position: relative;
  z-index: 2;
}

#reset-password legend, #reset-password label {display:none;}
#reset-password fieldset {border:none;}
#password-lost-form-wrap {text-align: center;}
.som-password-sent-message {text-align: center; background: white;border: none;color: #ea0a8c;font-weight: bold; margin-bottom: 40px;}
.som-password-error-message {opacity:0;}
#lostpasswordform, #resetpasswordform {text-align: center; display:none;}
.lostpassword-submit {margin-top:30px;}
#lostpasswordform input, #resetpasswordform input {
  max-width:400px;
  margin:auto;
}

/* line 62, ../sass/styles.scss */
.heading-category {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}
/* line 67, ../sass/styles.scss */
.heading-category h1, .heading-category h2, .heading-category h3, .heading-category h4, .heading-category h5, .heading-category h6 {
  margin-bottom: 8px;
  line-height: 1;
  font-weight: bold !important;
}

/* line 76, ../sass/styles.scss */
h1 small {
  color: #3c3c3c;
  font-size: 17px;
  font-weight: normal;
}

/* line 84, ../sass/styles.scss */
h4 a {
  color: #3c3c3c;
}

/* line 90, ../sass/styles.scss */
.text-large {
  font-size: 18px;
}

/* line 94, ../sass/styles.scss */
.text-medium {
  font-size: 16px;
}

/* line 98, ../sass/styles.scss */
.text-small {
  font-size: 12px;
  line-height: 1.5;
}

/* line 108, ../sass/styles.scss */
.button.large {
  font-weight: bold;
}

/* line 112, ../sass/styles.scss */
.read-more {
  background: #f2f1ef;
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 119, ../sass/styles.scss */
.read-more:hover {
  background: #b5b5b5;
  text-decoration: none;
}

/* line 125, ../sass/styles.scss */
.button.fixed {
  min-width: 200px;
  margin: 0 auto;
}

/* line 130, ../sass/styles.scss */
.button-order {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 136, ../sass/styles.scss */
.button-arrow {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #bcb7af !important;
}

/* line 144, ../sass/styles.scss */
.button-enquire {
  background-color: rgba(240, 239, 237, 0.85);
  font-size: 11px;
  color: #ec1c23;
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  float: right;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 17px;
  display: none;
}
/* line 159, ../sass/styles.scss */
.button-enquire:hover {
  text-decoration: none;
}

/* line 170, ../sass/styles.scss */
.input-category .button {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 45px;
}
/* line 174, ../sass/styles.scss */
.input-category .button .fa {
  line-height: 0.9;
}
/* line 178, ../sass/styles.scss */
.input-category .input-text {
  border-right: none;
  display: table-cell !important;
  width: 100% !important;
  height: 45px !important;
}
/* line 184, ../sass/styles.scss */
.input-category .input-button {
  float: none !important;
}
/* line 186, ../sass/styles.scss */
.input-category .input-button button:last-child {
  margin-left: -1px !important;
}
/* line 190, ../sass/styles.scss */
.input-category form {
  display: table;
}
/* line 193, ../sass/styles.scss */
.input-category .input-filler {
  display: table-row;
}

/* line 198, ../sass/styles.scss */
input {
  box-shadow: none !important;
}

/* line 202, ../sass/styles.scss */
.icheckbox {
  position: relative;
  top: 2px;
}

/* line 211, ../sass/styles.scss */
.icon-image-down-arrow {
  background: url(../images/icons/icon-down-arrow-large.png) 0 0 no-repeat;
  background-size: 11px 67px;
  width: 11px;
  height: 67px;
  display: block;
}

/* line 219, ../sass/styles.scss */
.icon-image-dc-arrow {
  background: url(../images/icons/icon-circle-down-arrow.png) 0 0 no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  margin-left: 3px;
}

/* line 227, ../sass/styles.scss */
.icon-image-dc-arrow-red {
  background: url(../images/icons/icon-circle-arrow.png) 0 0 no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  margin-left: 3px;
}

/* line 235, ../sass/styles.scss */
.icon-image-right-arrow {
  background: url(../images/icons/icon-circle-right-arrow.png) 0 0 no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}

/* line 242, ../sass/styles.scss */
.fa-wheelchair {
  font-size: 18px;
  position: relative;
  left: 1px;
  top: -1px;
}

/* line 249, ../sass/styles.scss */
.fa-wrench {
  font-size: 18px;
}

/* line 254, ../sass/styles.scss */
.icon-content {
  display: block;
  margin-bottom: 20px;
}
/* line 29, ../sass/switch/mixins/_mixins.scss */
.icon-content:before, .icon-content:after {
  content: " ";
  display: table;
}
/* line 33, ../sass/switch/mixins/_mixins.scss */
.icon-content:after {
  clear: both;
}
/* line 258, ../sass/styles.scss */
.icon-content a {
  margin-right: 8px;
}
/* line 260, ../sass/styles.scss */
.icon-content a:last-child {
  margin-right: 0;
}

/* line 270, ../sass/styles.scss */
.banner {
  padding: 20px;
}
/* line 272, ../sass/styles.scss */
.banner .caption {
  position: relative;
  text-align: center;
  background: none;
  font-size: 14px;
  font-style: italic;
}
/* line 279, ../sass/styles.scss */
.banner .download-button {
  float: right;
  margin-top: -45px;
  margin-right: 20px;
  position: relative;
  z-index: 99;
  background: #ffffff;
  padding: 4px 10px 4px 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 289, ../sass/styles.scss */
.banner .download-button:hover {
  text-decoration: none;
  background: #dbd5d0;
  color: #ffffff;
}

/* line 299, ../sass/styles.scss */
.main-banner .caption {
  text-align: left;
}

/* line 311, ../sass/styles.scss */
ul.arrow {
  font-size: 16px;
}
/* line 313, ../sass/styles.scss */
ul.arrow li {
  margin-bottom: 10px;
  padding-left: 0;
}
/* line 316, ../sass/styles.scss */
ul.arrow li:before {
  display: none;
}
/* line 320, ../sass/styles.scss */
ul.arrow a {
  padding-left: 33px;
  color: #3c3c3c;
}
/* line 323, ../sass/styles.scss */
ul.arrow a:hover button {
  text-decoration: underline;
}
/* line 327, ../sass/styles.scss */
ul.arrow a:before {
  content: '';
  background: url(../images/icons/icon-circle-arrow.png) 0 0 no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  border: none;
  top: 3px;
  position: absolute;
  top: 2px;
  left: 0;
}
/* line 343, ../sass/styles.scss */
ul.arrow.arrow-right a:before {
  content: '';
  background: url(../images/icons/icon-circle-arrow-right.png) 0 0 no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  border: none;
  top: 3px;
  position: absolute;
  top: 2px;
  left: 0;
}

/* line 361, ../sass/styles.scss */
ul.bullet {
  font-size: 16px;
}

/* line 370, ../sass/styles.scss */
.header {
  width: 100%;
  position: relative;
  background: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 377, ../sass/styles.scss */
.header-content {
  position: relative;
  z-index: 999;
}
/* line 381, ../sass/styles.scss */
.header-content.with-banner .top-right-inner a {
  color: #ffffff;
}

/* line 388, ../sass/styles.scss */
.header-logo {
  /* background: url(../images/sf-logo.png) 0 0 no-repeat;*/
  background: url(/au/wp-content/uploads/2019/02/sf-logo2.png) 0 0 no-repeat;
  background-size: 290px 50px;
  width: 290px;
  height: 50px;
  text-indent: -99999px;
  display: block;
  float: left;
  margin-left: 20px;
  margin-right: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

/* line 402, ../sass/styles.scss */
.nav-bar-absolute .header-logo {
  /*background: url(../images/sf-logo-home.png) 0 0 no-repeat;*/
  background: url(https://streetfurniture.com/au/wp-content/uploads/2019/02/sf-logo3.png) 0 0 no-repeat;

  background-size: 290px 50px;
}

/* line 410, ../sass/styles.scss */
.top-bar {
  width: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 418, ../sass/styles.scss */
.top-right {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 9999;
  text-align: right;
  font-size: 12px;
}
/* line 425, ../sass/styles.scss */
.top-right .top-nav {
  margin: 0;
  display: block;
  float: none;
  text-align: right;
}
/* line 431, ../sass/styles.scss */
.top-right .top-right-content {
  position: relative;
  padding-right: 70px;
  padding-top: 15px;
}
/* line 436, ../sass/styles.scss */
.top-right .search-trigger {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 442, ../sass/styles.scss */
.top-right .favorites .fa {
  color: #ef4031;
  margin-left: 3px;
}

/* line 449, ../sass/styles.scss */
.top-nav > li {
  float: left;
  margin-right: 8px;
  color: #a4a3a2;
}
/* line 453, ../sass/styles.scss */
.top-nav > li:last-child {
  margin-right: 0;
}
/* line 455, ../sass/styles.scss */
.top-nav > li:last-child a {
  margin-right: 0;
}
/* line 459, ../sass/styles.scss */
.top-nav > li a {
  font-weight: bold;
  color: #a4a3a2;
  margin-right: 8px;
  display: inline-block;
}
/* line 464, ../sass/styles.scss */
.top-nav > li a:hover {
  text-decoration: underline;
}
/* line 468, ../sass/styles.scss */
.top-nav > li .fa {
  position: relative;
  top: -1px;
  margin-right: 5px;
  font-size: 15px;
}
/* line 474, ../sass/styles.scss */
.top-nav > li .name {
  color: #3c3c3c;
}
/* line 476, ../sass/styles.scss */
.top-nav > li .name a {
  color: #3c3c3c;
}

/* line 483, ../sass/styles.scss */
.top-right-inner .fa {
  margin-left: 4px;
}

/* line 489, ../sass/styles.scss */
.search-trigger {
  background-color: #a4a3a2;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  float: left;
  position: relative;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
/* line 499, ../sass/styles.scss */
.search-trigger:hover {
  background-color: #888888;
}
/* line 502, ../sass/styles.scss */
.search-trigger .fa {
  color: white;
  font-size: 18px;
}

/* line 513, ../sass/styles.scss */
.filter {
  float: left;
}
/* line 515, ../sass/styles.scss */
.filter h3 {
  font-size: 16px;
  color: #d2d2d2;
  font-weight: bold;
  line-height: 50px;
  float: left;
  margin-right: 23px;
  margin-bottom: 0;
}
/* line 524, ../sass/styles.scss */
.filter .select-form {
  float: left;
  width: 175px;
}
/* line 527, ../sass/styles.scss */
.filter .select-form select {
  border: none;
  font-size: 16px;
  line-height: 34px;
  color: #d2d2d2;
}
/* line 534, ../sass/styles.scss */
.filter .button {
  background-color: #504d4c;
  border: none;
  width: 50px;
  height: 50px;
  color: white;
  font-size: 24px;
  margin-bottom: 0;
  padding: 0;
}
/* line 543, ../sass/styles.scss */
.filter .button .fa {
  position: relative;
  top: -2px;
}
/* line 547, ../sass/styles.scss */
.filter .button:hover {
  background-color: #807e7d;
}

/* line 557, ../sass/styles.scss */
.search-box {
  border-left: 1px solid #484442;
  height: 50px;
  float: right;
  width: 287px;
  background: #25201e;
}
/* line 563, ../sass/styles.scss */
.search-box .input-text {
  height: 50px;
  background: none;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
/* line 573, ../sass/styles.scss */
.search-box :-moz-placeholder {
  color: #bfbfbf;
  opacity: 1 !important;
}
/* line 577, ../sass/styles.scss */
.search-box ::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1 !important;
}
/* line 581, ../sass/styles.scss */
.search-box :-ms-input-placeholder {
  color: #ffffff;
}
/* line 584, ../sass/styles.scss */
.search-box ::-webkit-input-placeholder {
  color: #ffffff;
}

/* line 593, ../sass/styles.scss */
.nav-bar {
  width: 100%;
  z-index: 901;
}

/* line 598, ../sass/styles.scss */
.nav-bar-content {
  z-index: 901;
}

/* line 602, ../sass/styles.scss */
.header-content {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 99999;
  width: 100%;
}

/* line 609, ../sass/styles.scss */
.nav-bar-absolute .nav > li > a {
  color: white;
}
/* line 611, ../sass/styles.scss */
.nav-bar-absolute .nav > li > a:hover {
  color: white;
  background-color: #3c3c3c;
  text-shadow: none;
}

/* line 618, ../sass/styles.scss */
.nav > li {
  position: static;
}
/* line 620, ../sass/styles.scss */
.nav > li a {
  position: relative;
  z-index: 999999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 628, ../sass/styles.scss */
.home .nav-switch .line {
  background-color: white;
}

/* line 637, ../sass/styles.scss */
.dropdown-content {
  z-index: auto;
  top: 0;
  padding: 112px 0 40px 0;
  min-height: 372px;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  border: none;
  overflow: hidden;
}
/* line 646, ../sass/styles.scss */
.dropdown-content .icon-circle {
  width: 30px;
  height: 30px;
  font-size: 10px;
  line-height: 30px;
  font-weight: normal !important;
}

/* line 655, ../sass/styles.scss */
.dropdown-close {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal !important;
  font-family: Arial;
  border: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  text-indent: -99999px;
  background: url(../images/icons/icon-close-white.png) 50% 50% no-repeat #3c3c3c;
}
/* line 670, ../sass/styles.scss */
.dropdown-close:hover {
  background-color: #a4a3a2;
}

/* line 675, ../sass/styles.scss */
.dropdown-content-logo {
  background: url(/au/wp-content/uploads/2019/02/sf-logo2.png) 50% 50% no-repeat !important;
  background-size: 199px 96px !important;
  width: 199px;
  height: 96px;
  text-indent: -99999px;
  display: block;
  margin-left: 20px;
  font-size: 24px;
  margin-right: 0px;
  margin-top: 12px;
  position: absolute !important;
  top: 0;
  left: 0;
  color: white;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* line 694, ../sass/styles.scss */
.dropdown-parent .nav-bar {
  z-index: 99999;
}
/* line 698, ../sass/styles.scss */
.dropdown-parent .nav > li > a {
  z-index: 999999999;
}
/* line 703, ../sass/styles.scss */
.dropdown-parent .nav-bar-absolute .header-logo {
  opacity: 0;
}
/* line 707, ../sass/styles.scss */
.dropdown-parent .top-right {
  z-index: 9;
}
/* line 710, ../sass/styles.scss */
.dropdown-parent .nav li a {
  color: #3c3c3c;
  text-shadow: none;
}
/* line 713, ../sass/styles.scss */
.dropdown-parent .nav li a:hover {
  color: #a4a3a2;
  background: none;
}
/* line 718, ../sass/styles.scss */
.dropdown-parent .dropdown-menu-content {
  background-color: white !important;
}
/* line 721, ../sass/styles.scss */
.dropdown-parent .dropdown-menu-content li a:hover {
  color: #ffffff;
  background-color: #a4a3a2;
}
/* line 729, ../sass/styles.scss */
.dropdown-parent .dropdown-menu li:first-child:before {
  border-bottom: 7px solid #ffffff;
}

/* line 739, ../sass/styles.scss */
.backdrop, .backdrop-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 900;
  display: none;
  left: 0;
  top: 0;
}

/* line 752, ../sass/styles.scss */
.nav-bar-absolute .dropdown-menu .dropdown-menu-content {
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 758, ../sass/styles.scss */
.dropdown-menu {
  position: relative !important;
}
/* line 760, ../sass/styles.scss */
.dropdown-menu li:first-child {
  position: relative;
}
/* line 762, ../sass/styles.scss */
.dropdown-menu li:first-child:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  width: 0;
  margin-left: -6px;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f1f1f1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 776, ../sass/styles.scss */
.dropdown-menu li:first-child:hover:before {
  border-bottom-color: #f1f1f1;
}
/* line 781, ../sass/styles.scss */
.dropdown-menu a {
  display: block;
  padding: 12px 10px;
  text-align: center;
}
/* line 785, ../sass/styles.scss */
.dropdown-menu a:hover {
  text-decoration: none;
  background-color: #646464;
  color: #ffffff;
}
/* line 791, ../sass/styles.scss */
.dropdown-menu.dropdown-active {
  color: #ffffff !important;
  /*background-color: $color-primary;*/
  text-shadow: none;
}
/* line 796, ../sass/styles.scss */
.dropdown-menu .dropdown-menu-content {
  min-width: 270px;
  position: absolute;
  top: 100%;
  background-color: #f1f1f1;
  display: none;
  right: auto;
  left: 20%;
  margin-left: -100px;
  z-index: 999999;
}
/* line 809, ../sass/styles.scss */
.dropdown-menu.dropdown-right .dropdown-menu-content {
  left: auto !important;
  right: 0 !important;
}

/* line 817, ../sass/styles.scss */
.category-feature {
  background: #ffffff;
  padding: 10px 10px 12px 10px;
  text-align: center;
}
/* line 821, ../sass/styles.scss */
.category-feature .category-image {
  display: block;
  margin-bottom: 10px;
}
/* line 824, ../sass/styles.scss */
.category-feature .category-image img {
  height: 140px;
  width: 100%;
}
/* line 829, ../sass/styles.scss */
.category-feature h4 {
  font-weight: normal;
  text-align: center;
}

/* line 835, ../sass/styles.scss */
.category-nav-container {
  border-top: 2px solid #c6c0b6;
  border-bottom: 2px solid #c6c0b6;
  padding-top: 18px;
  margin-left: 10px;
}
/* line 29, ../sass/switch/mixins/_mixins.scss */
.category-nav-container:before, .category-nav-container:after {
  content: " ";
  display: table;
}
/* line 33, ../sass/switch/mixins/_mixins.scss */
.category-nav-container:after {
  clear: both;
}
/* line 841, ../sass/styles.scss */
.category-nav-container .category-nav {
  float: left;
  min-width: 208px;
  font-size: 18px;
  text-transform: none;
}
/* line 846, ../sass/styles.scss */
.category-nav-container .category-nav li {
  line-height: 1.6;
}
/* line 849, ../sass/styles.scss */
.category-nav-container .category-nav a {
  color: #3c3c3c;
}
/* line 851, ../sass/styles.scss */
.category-nav-container .category-nav a:hover {
  text-decoration: none;
  color: #ef4031;
}

/* line 864, ../sass/styles.scss */
.right-nav {
  position: fixed;
  top: 25%;
  right: 0;
  /*right: -137px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);*/
  margin-top: -20px;
  z-index: 9999;
  /*-webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);*/
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
}
/* line 895, ../sass/styles.scss */
.right-nav ul {
  margin-bottom: 0;
}
/* line 898, ../sass/styles.scss */
.right-nav li {
  float: left;
  margin-right: 2px;
}
/* line 902, ../sass/styles.scss */
.right-nav li:first-child a {
  background-color: #ed1c24;
}
/* line 904, ../sass/styles.scss */
.right-nav li:first-child a:hover {
  background-color: #c61017;
}
/* line 909, ../sass/styles.scss */
.right-nav li:last-child {
  margin-right: 0;
}
/* line 911, ../sass/styles.scss */
.right-nav li:last-child a {
  background: #a4a3a2;
}
/* line 913, ../sass/styles.scss */
.right-nav li:last-child a:hover {
  background-color: #828282;
}
/* line 919, ../sass/styles.scss */
.right-nav a {
  display: inline-block;
  padding: 12px 16px 12px 16px;
  color: white;
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 927, ../sass/styles.scss */
.right-nav a:hover {
  text-decoration: none;
}

/* line 936, ../sass/styles.scss */
.top_slider {
  overflow: hidden;
}

/* line 940, ../sass/styles.scss */
.hero {
  background-size: cover !important;
  height: 750px;
  width: 100%;
  z-index: 1;
  position: relative;
  display: table !important;
}
/* line 947, ../sass/styles.scss */
.hero:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
/* line 957, ../sass/styles.scss */
.hero.slick-slide, .hero .slick-slide {
  border: none;
}

/* line 962, ../sass/styles.scss */
.hero-inner {
  height: 460px !important;
  width: auto;
}
/* line 965, ../sass/styles.scss */
.hero-inner .hero-intro {
  vertical-align: bottom;
  text-align: left;
  padding-bottom: 85px;
}
/* line 969, ../sass/styles.scss */
.hero-inner .hero-intro .heading-category {
  text-align: left;
}
/* line 972, ../sass/styles.scss */
.hero-inner .hero-intro h1 {
  font-size: 52px;
}

/* line 979, ../sass/styles.scss */
.hero-banner img {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 986, ../sass/styles.scss */
.hero-intro {
  display: table-cell;
  text-align: center;
  color: white;
  width: 100%;
  height: 100%;
  font-size: 18px;
  padding-left: 10px;
  vertical-align: middle;
  padding-right: 10px;
  position: relative;
}
/* line 997, ../sass/styles.scss */
.hero-intro h1 {
  font-size: 57px;
  color: white;
  font-weight: bold;
  letter-spacing: -1px;
}
/* line 1003, ../sass/styles.scss */
.hero-intro .heading-category {
  font-size: 18px;
}

/* line 1008, ../sass/styles.scss */
.down-button {
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-left: -18px;
  font-size: 25px;
  color: #ebebe9;
  padding: 20px;
  border-radius: 50%;
  font-weight: normal;
  text-align: center;
}
/* line 1019, ../sass/styles.scss */
.down-button .icon-image {
  margin: 0 auto;
}
/* line 1022, ../sass/styles.scss */
.down-button:hover {
  -webkit-animation: hoverArrow .5s ease-out;
  -moz-animation: hoverArrow .5s ease-out;
  -o-animation: hoverArrow .5s ease-out;
  animation: hoverArrow .5s ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes hoverArrow {
  /* line 1032, ../sass/styles.scss */
  0% {
    bottom: 17px;
  }

  /* line 1035, ../sass/styles.scss */
  40% {
    bottom: 27px;
  }

  /* line 1038, ../sass/styles.scss */
  60% {
    bottom: 10px;
  }
}

@keyframes hoverArrow {
  /* line 1044, ../sass/styles.scss */
  0% {
    bottom: 17px;
  }

  /* line 1047, ../sass/styles.scss */
  40% {
    bottom: 27px;
  }

  /* line 1050, ../sass/styles.scss */
  60% {
    bottom: 10px;
  }
}

/* line 1059, ../sass/styles.scss */
.header.active {
  margin-top: 50px;
}
/* line 1061, ../sass/styles.scss */
.header.active .top-right {
  z-index: 999;
}
/* line 1065, ../sass/styles.scss */
.header.active .search-trigger:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 7px solid #d2d2d2;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
/* line 1075, ../sass/styles.scss */
.header.active .search-trigger:hover {
  background-color: #d2d2d2;
}

/* line 1090, ../sass/styles.scss */
.main {
  padding-bottom: 30px;
  min-height: 400px;
  position: relative;
  z-index: 2;
}

/* line 1097, ../sass/styles.scss */
.main-content {
  padding: 60px 0 0px 0;
}

/* line 1105, ../sass/styles.scss */
.content {
  padding-right: 40px;
  font-size: 18px;
}
/* line 1108, ../sass/styles.scss */
.content h2 {
  font-weight: normal;
}
/* line 1111, ../sass/styles.scss */
.content .main-banner {
  margin-right: -40px;
}
/* line 1114, ../sass/styles.scss */
.content p:last-child {
  margin-bottom: 0;
}

/* line 1123, ../sass/styles.scss */
.sidebar {
  font-size: 14px;
}
/* line 1125, ../sass/styles.scss */
.sidebar a {
  color: #3c3c3c;
  text-decoration: none !important;
}
/* line 1128, ../sass/styles.scss */
.sidebar a:hover {
  text-decoration: underline !important;
}

/* line 1134, ../sass/styles.scss */
.side-content {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #b5b5b5;
}
/* line 1139, ../sass/styles.scss */
.side-content.no-border {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0px;
}
/* line 1145, ../sass/styles.scss */
.side-content ul:last-child {
  margin-bottom: 0;
}
/* line 1149, ../sass/styles.scss */
.side-content p:last-child {
  margin-bottom: 0;
}
/* line 1152, ../sass/styles.scss */
.side-content:last-child {
  margin-bottom: 0;
}

/* line 1160, ../sass/styles.scss */
.featured-products {
  background-color: #f2f1ef !important;
  overflow: hidden;
}

/* line 1165, ../sass/styles.scss */
.product-tools {
  display: block;
  margin-bottom: 50px;
  padding-bottom: 20px;
  text-align: center;
  overflow: hidden;
}
/* line 1172, ../sass/styles.scss */
.product-tools .slick-list {
  padding-bottom: 10px;
  overflow: visible;
}
/* line 1176, ../sass/styles.scss */
.product-tools ul {
  font-size: 0;
  text-align: center;
  width: 100%;
}
/* line 1181, ../sass/styles.scss */
.product-tools .slides {
  border-right: 1px solid #dcdbda;
  display: inline-block !important;
  float: none !important;
}
/* line 1185, ../sass/styles.scss */
.product-tools .slides:first-child {
  border-left: 1px solid #dcdbda;
}
/* line 1190, ../sass/styles.scss */
.product-tools .tool-details {
  font-size: 14px;
  display: block;
  vertical-align: middle;
  height: 103px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
/* line 1200, ../sass/styles.scss */
.product-tools .tool-details:hover .hover {
  opacity: 1;
}
/* line 1203, ../sass/styles.scss */
.product-tools .tool-details:hover .product-tool-image {
  opacity: 1;
}
/* line 1209, ../sass/styles.scss */
.product-tools .slides.active .hover {
  opacity: 1;
}
/* line 1212, ../sass/styles.scss */
.product-tools .slides.active .product-tool-image {
  opacity: 1;
}
/* line 1216, ../sass/styles.scss */
.product-tools .tool-image {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #dedad8;
  display: block;
}
/* line 1221, ../sass/styles.scss */
.product-tools .tool-image img {
  margin: 0 auto;
}
/* line 1225, ../sass/styles.scss */
.product-tools a:hover {
  text-decoration: none;
}
/* line 1228, ../sass/styles.scss */
.product-tools .valign {
  text-align: center;
}
/* line 1231, ../sass/styles.scss */
.product-tools .valign-content {
  height: 82px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 1236, ../sass/styles.scss */
.product-tools .hover {
  font-size: 13px;
  font-weight: bold;
  color: #3c3c3c;
  display: table;
  width: 100%;
  padding-top: 22px;
  text-align: center;
  opacity: 0;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 1251, ../sass/styles.scss */
.product-tools .product-tool-image {
  opacity: 0.3;
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 1256, ../sass/styles.scss */
.product-tools .icon-circle {
  margin-top: 20px;
}

/* line 1262, ../sass/styles.scss */
.icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3c3c3c;
  display: inline-block;
  vertical-align: top;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  font-weight: normal !important;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
/* line 1276, ../sass/styles.scss */
.icon-circle a {
  color: white;
}
/* line 1278, ../sass/styles.scss */
.icon-circle a:hover {
  text-decoration: none;
}
/* line 1282, ../sass/styles.scss */
.icon-circle:hover {
  background-color: #a4a3a2;
  text-decoration: none;
}

/* line 1289, ../sass/styles.scss */
.product-content {
  margin-left: -17px;
  margin-right: -17px;
  min-height: 230px;
}
/* line 1293, ../sass/styles.scss */
.product-content .slides {
  padding-left: 17px;
  padding-right: 17px;
}
/* line 1297, ../sass/styles.scss */
.product-content .product-image {
  display: block;
  border-bottom: 1px solid #3c3c3c;
  padding-bottom: 8px;
  text-align: center;
  margin-bottom: 20px;
}
/* line 1304, ../sass/styles.scss */
.product-content .product-info {
  text-align: center;
  display: block;
  font-size: 15px;
  line-height: 1.4;
}
/* line 1309, ../sass/styles.scss */
.product-content .product-info a {
  color: #3c3c3c;
}

/* line 1320, ../sass/styles.scss */
.block-image-content {
  position: relative;
  color: white;
  display: block;
  margin-bottom: 20px;
}
/* line 1325, ../sass/styles.scss */
.block-image-content img {
  border: 1px solid transparent;
  width: 100%;
}
/* line 1329, ../sass/styles.scss */
.block-image-content .heading-category {
  font-size: 14px;
  text-align: left;
}
/* line 1333, ../sass/styles.scss */
.block-image-content h3 {
  color: white;
}
/* line 1336, ../sass/styles.scss */
.block-image-content a {
  color: white;
}
/* line 1339, ../sass/styles.scss */
.block-image-content .block-details {
  position: absolute;
  bottom: 15%;
  left: 20px;
}
/* line 1344, ../sass/styles.scss */
.block-image-content .block-image {
  overflow: hidden;
  background-color: #000000;
}
/* line 1347, ../sass/styles.scss */
.block-image-content .block-image img {
  width: 100%;
  display: block;
  opacity: 0.8;
}

/* line 1355, ../sass/styles.scss */
.featured-projects .block-image-content img {
  border: none;
}

/* line 1360, ../sass/styles.scss */
.main-inner {
  padding-bottom: 70px;
}
/* line 1362, ../sass/styles.scss */
.main-inner .block-image-content {
  margin-bottom: 21px;
}
/* line 1364, ../sass/styles.scss */
.main-inner .block-image-content:last-child {
  margin-bottom: 0;
}

/* line 1375, ../sass/styles.scss */
.featured-banner .slides {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  height: 550px;
  position: relative;
}

/* line 1384, ../sass/styles.scss */
.static-banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  height: 214px;
}
/* line 1389, ../sass/styles.scss */
.static-banner img {
  opacity: 0;
}

/* line 1394, ../sass/styles.scss */
.slide-details {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  color: white;
}
/* line 1403, ../sass/styles.scss */
.slide-details h1, .slide-details h2, .slide-details h3, .slide-details h4, .slide-details h5, .slide-details h6 {
  color: white;
}
/* line 1406, ../sass/styles.scss */
.slide-details h1 {
  font-size: 57px;
  font-weight: bold;
  letter-spacing: -1px;
}
/* line 1411, ../sass/styles.scss */
.slide-details .heading-category {
  font-size: 18px;
}

/* line 1422, ../sass/styles.scss */
.article .article-image {
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
/* line 1426, ../sass/styles.scss */
.article .article-image img {
  width: 100%;
}
/* line 1431, ../sass/styles.scss */
.article h1 a, .article h2 a, .article h3 a, .article h4 a, .article h5 a, .article h6 a {
  color: #3c3c3c;
}
/* line 1435, ../sass/styles.scss */
.article a {
  color: #a4a3a2;
}

/* line 1440, ../sass/styles.scss */
.article-links {
  font-size: 11px;
  color: #3C3C3C;
}
/* line 1443, ../sass/styles.scss */
.article-links .left, .article-links .right, .article-links .force-left, .article-links .force-right {
  margin-bottom: 8px !important;
}
/* line 1446, ../sass/styles.scss */
.article-links a {
  color: #3C3C3C;
}
/* line 1449, ../sass/styles.scss */
.article-links .fa {
  font-size: 13px;
  position: relative;
  top: -2px;
}

/* line 1456, ../sass/styles.scss */
.favorites-icon {
  position: absolute;
  right: 15px;
  top: 10px;
  color: white !important;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 1463, ../sass/styles.scss */
.favorites-icon a {
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 1466, ../sass/styles.scss */
.favorites-icon a:hover {
  color: #ed1c24 !important;
}
/* line 1470, ../sass/styles.scss */
.favorites-icon:hover {
  color: #ed1c24 !important;
}
/* line 1472, ../sass/styles.scss */
.favorites-icon:hover a {
  color: #ed1c24 !important;
}
/* line 1476, ../sass/styles.scss */
.favorites-icon.active {
  color: #ed1c24 !important;
}

/* line 1482, ../sass/styles.scss */
.active .fa-heart {
  color: #ed1c24;
}

/* line 1491, ../sass/styles.scss */
.newsletter-block {
  background-color: #000000;
}
/* line 1493, ../sass/styles.scss */
.newsletter-block .newsletter-block-image {
  opacity: 0.5;
}
/* line 1495, ../sass/styles.scss */
.newsletter-block .newsletter-block-image img {
  width: 100%;
}
/* line 1499, ../sass/styles.scss */
.newsletter-block .newsletter-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
}
/* line 1509, ../sass/styles.scss */
.newsletter-block .newsletter-content h4 {
  color: #ffffff;
  font-size: 20px;
}
/* line 1514, ../sass/styles.scss */
.newsletter-block .newsletter-form {
  margin: 0 auto;
}

/* line 1519, ../sass/styles.scss */
.newsletter-form {
  max-width: 240px;
}
/* line 1521, ../sass/styles.scss */
.newsletter-form .button {
  background-color: #ea0a8c;
  color: white;
}
/* line 1524, ../sass/styles.scss */
.newsletter-form .button .fa {
  font-size: 24px;
  position: relative;
  top: 2px;
}
/* line 1529, ../sass/styles.scss */
.newsletter-form .button:hover {
  background-color: #c50575;
  text-decoration: none;
}
/* line 1534, ../sass/styles.scss */
.newsletter-form .input-text {
  font-style: italic;
  border-color: transparent !important;
}

/* line 1545, ../sass/styles.scss */
.team {
  background-color: #f2f1ef;
}

/* line 1549, ../sass/styles.scss */
.team-feature {
  position: relative;
  width: 480px;
}
/* line 1552, ../sass/styles.scss */
.team-feature .team-image {
  display: block;
  text-align: center;
  background-size: cover;
  height: 519px;
}
/* line 1557, ../sass/styles.scss */
.team-feature .team-image img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
/* line 1563, ../sass/styles.scss */
.team-feature .team-details {
  background-color: white;
  display: block;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 55px;
}
/* line 1570, ../sass/styles.scss */
.team-feature .team-details p:last-child {
  margin-bottom: 0;
}
/* line 1574, ../sass/styles.scss */
.team-feature a {
  color: #3c3c3c;
}

/* line 1579, ../sass/styles.scss */
.team-listing {
  width: 100%;
  overflow: hidden;
}
/* line 29, ../sass/switch/mixins/_mixins.scss */
.team-listing:before, .team-listing:after {
  content: " ";
  display: table;
}
/* line 33, ../sass/switch/mixins/_mixins.scss */
.team-listing:after {
  clear: both;
}
/* line 1583, ../sass/styles.scss */
.team-listing img {
  width: 100%;
  display: block;
}
/* line 1587, ../sass/styles.scss */
.team-listing li {
  float: left;
  width: 25%;
}
/* line 1591, ../sass/styles.scss */
.team-listing .team-list {
  position: relative;
}
/* line 1594, ../sass/styles.scss */
.team-listing .team-list:hover .hover {
  background-color: rgba(129, 129, 129, 0.8);
  opacity: 1;
}
/* line 1600, ../sass/styles.scss */
.team-listing .hover {
  background-color: rgba(129, 129, 129, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  opacity: 0;
}
/* line 1610, ../sass/styles.scss */
.team-listing .hover-content {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 1615, ../sass/styles.scss */
.team-listing .heading-category {
  font-size: 11px;
  text-align: left;
  display: block;
  padding: 10px 10px 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  color: #ffffff;
}
/* line 1627, ../sass/styles.scss */
.team-listing h4 {
  font-size: 20px;
  color: #ffffff;
}
/* line 1631, ../sass/styles.scss */
.team-listing .button {
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}
/* line 1643, ../sass/styles.scss */
.team-listing .icon {
  font-size: 22px;
  margin-left: -2px;
}

.footer-logos img {
  margin:25px 0;
  display: block;
}

/* line 1656, ../sass/styles.scss */
.footer {
  padding-top: 40px;
  overflow: hidden;
}
/* line 1659, ../sass/styles.scss */
.footer .button {
  font-weight: normal;
}
/* line 1662, ../sass/styles.scss */
.footer .button.primary {
  background: #bfbfbf;
  border-color: transparent;
}
/* line 1665, ../sass/styles.scss */
.footer .button.primary:hover {
  background: #a4a4a4;
}
/* line 1670, ../sass/styles.scss */
.footer .contact-info li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
/* line 1675, ../sass/styles.scss */
.footer .contact-info .fa {
  font-size: 26px;
  vertical-align: middle;
}
/* line 1679, ../sass/styles.scss */
.footer .contact-info span {
  display: table-cell;
  padding-right: 12px;
  vertical-align: middle;
}
/* line 1684, ../sass/styles.scss */
.footer .contact-info a {
  color: #3c3c3c;
}
/* line 1688, ../sass/styles.scss */
.footer h5 {
  font-size: 16px;
  color: #ffffff !important;
}

/* line 1695, ../sass/styles.scss */
.footer-top .social {
  margin-bottom: 0;
}
/* line 1697, ../sass/styles.scss */
.footer-top .social .fa {
  font-size: 24px;
  margin-right: 10px;
}

/* line 1704, ../sass/styles.scss */
.footer-content {
  color: white;
}

/* line 1711, ../sass/styles.scss */
.social {
  display: block;
  margin-bottom: 30px;
}
/* line 1714, ../sass/styles.scss */
.social .fa {
  margin-right: 0;
  font-size: 20px;
}
/* line 1718, ../sass/styles.scss */
.social a {
  color: #bfbfbf;
  margin-right: 20px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: inline-block;
}
/* line 1723, ../sass/styles.scss */
.social a:hover {
  opacity: 0.5;
}
/* line 1726, ../sass/styles.scss */
.social a:last-child {
  margin-right: 0;
}

/* line 1733, ../sass/styles.scss */
.aila-logo {
  display: block;
  margin-bottom: 15px;
}
/* line 1736, ../sass/styles.scss */
.aila-logo img {
  width: 144px;
  height: 73px;
}

/* line 1746, ../sass/styles.scss */
.footer-content a {
  color: white;
}

/* line 1755, ../sass/styles.scss */
.footer-bottom {
  font-size: 12px;
  text-align: center;
}
/* line 1758, ../sass/styles.scss */
.footer-bottom .loc {
  color: #ffffff;
  display: inline-block;
  margin-left: 24px;
  margin-right: 24px;
}
/* line 1763, ../sass/styles.scss */
.footer-bottom .loc a {
  margin-right: 5px;
  margin-left: 5px;
  color: #7e726e;
  display: inline-block;
}
/* line 1768, ../sass/styles.scss */
.footer-bottom .loc a.active {
  color: #ffffff;
}

/* line 1780, ../sass/styles.scss */
.enquiry {
  background: url(../images/enquiry-bg.jpg) 50% 0 no-repeat #a4a3a2;
  height: 337px;
  color: white;
  padding-top: 92px;
}
/* line 1785, ../sass/styles.scss */
.enquiry h3 {
  color: white;
}

/* line 1792, ../sass/styles.scss */
.cta .heading-category {
  text-align: left;
}
/* line 1795, ../sass/styles.scss */
.cta h3 {
  font-size: 38px;
}

/* line 1805, ../sass/styles.scss */
.featured-listing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 1810, ../sass/styles.scss */
.featured-listing .row {
  margin-bottom: 10px;
}

/* line 1820, ../sass/styles.scss */
.details-content {
  font-size: 14px;
}
/* line 1822, ../sass/styles.scss */
.details-content .main-top {
  text-align: left;
  padding-top: 10px;
}
/* line 1825, ../sass/styles.scss */
.details-content .main-top h1 {
  font-size: 36px;
  font-weight: normal !important;
}
/* line 1830, ../sass/styles.scss */
.details-content .main-top .favorites .fa {
  font-size: 30px;
  margin-left: 10px;
  color: #e5e5e5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 1837, ../sass/styles.scss */
.details-content .main-top .favorites:hover .fa {
  color: #ef4031;
}
/* line 1842, ../sass/styles.scss */
.details-content .main-top .social-media {
  text-align: right;
  margin-top: -50px;
}
/* line 1848, ../sass/styles.scss */
.details-content .main-top .social .fa {
  font-size: 18px;
}
/* line 1853, ../sass/styles.scss */
.details-content .sidebar {
  font-size: 14px;
}
/* line 1855, ../sass/styles.scss */
.details-content .sidebar a {
  text-decoration: underline;
}
/* line 1857, ../sass/styles.scss */
.details-content .sidebar a:hover {
  text-decoration: none;
}

/* line 1865, ../sass/styles.scss */
#single-streetchat .editor-content {
  font-size: 18px;
}

/* line 1870, ../sass/styles.scss */
.main-banner {
  padding: 0;
}
/* line 1872, ../sass/styles.scss */
.main-banner .banner {
  padding: 0;
}

/* line 1884, ../sass/styles.scss */
.inline-nav li {
  display: inline-block;
  margin: 0;
}

/* line 29, ../sass/switch/mixins/_mixins.scss */
.tag-nav:before, .tag-nav:after {
  content: " ";
  display: table;
}
/* line 33, ../sass/switch/mixins/_mixins.scss */
.tag-nav:after {
  clear: both;
}
/* line 1893, ../sass/styles.scss */
.tag-nav li {
  font-size: 15px;
  float: left;
  margin-bottom: 10px;
  margin-right: 8px;
}
/* line 1899, ../sass/styles.scss */
.tag-nav a {
  background-color: #c6c6c6;
  display: block;
  padding: 1px 15px 2px 15px;
  border-radius: 7px;
  text-decoration: none !important;
  color: white;
}
/* line 1906, ../sass/styles.scss */
.tag-nav a:hover {
  background-color: #a4a3a2;
}

/* line 1922, ../sass/styles.scss */
.filter-block {
  background-color: #f0efec;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  position: relative;
}
/* line 1928, ../sass/styles.scss */
.filter-block .select-content {
  padding-top: 8px;
}
/* line 1931, ../sass/styles.scss */
.filter-block:after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 9px solid #f0efec;
}
/* line 1941, ../sass/styles.scss */
.filter-block .select-form {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
/* line 1946, ../sass/styles.scss */
.filter-block .or {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  font-style: italic;
  font-weight: normal;
  color: #a0a0a0;
  margin-bottom: 10px;
  font-size: 12px;
}

/* line 1959, ../sass/styles.scss */
.product-slider {
  position: relative;
}

/* line 1963, ../sass/styles.scss */
.icon-absolute {
  position: absolute;
  bottom: 11px;
  left: 12px;
}
/* line 1967, ../sass/styles.scss */
.icon-absolute .icon-circle {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 8px;
}

/* line 1976, ../sass/styles.scss */
.product-new-content {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
/* line 1980, ../sass/styles.scss */
.product-new-content .icon {
  position: absolute;
}
/* line 1983, ../sass/styles.scss */
.product-new-content h4 {
  font-weight: normal;
  font-size: 16px;
}

/* line 1990, ../sass/styles.scss */
.download-button {
  font-size: 11px;
  text-transform: uppercase;
}

/* line 1999, ../sass/styles.scss */
.options {
  text-align: center;
  padding-top: 20px;
}
/* line 2002, ../sass/styles.scss */
.options .option-image {
  display: block;
  margin-bottom: 22px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

/* line 2015, ../sass/styles.scss */
.download-block {
  background: #f2efed;
  padding: 25px 30px 25px 30px;
  display: block;
  min-height: 198px;
  margin-bottom: 20px;
}
/* line 29, ../sass/switch/mixins/_mixins.scss */
.download-block:before, .download-block:after {
  content: " ";
  display: table;
}
/* line 33, ../sass/switch/mixins/_mixins.scss */
.download-block:after {
  clear: both;
}
/* line 2022, ../sass/styles.scss */
.download-block ul {
  margin-bottom: 0;
}
/* line 2024, ../sass/styles.scss */
.download-block ul li:last-child {
  margin-bottom: 0;
}
/* line 2028, ../sass/styles.scss */
.download-block h5 {
  margin-bottom: 5px;
}
/* line 2030, ../sass/styles.scss */
.download-block h5 small {
  font-size: 12px;
  color: #3c3c3c;
  font-weight: bold;
}

/* line 2038, ../sass/styles.scss */
.download-image {
  margin-bottom: 15px;
}
/* line 2040, ../sass/styles.scss */
.download-image .icon-image {
  vertical-align: bottom;
}

/* line 2045, ../sass/styles.scss */
.download-content {
  font-size: 12px;
  margin-bottom: 20px;
}

/* line 2054, ../sass/styles.scss */
.case-studies {
  background: #f2efed;
  padding-top: 70px;
  padding-bottom: 50px;
}

/* line 2062, ../sass/styles.scss */
.profile-pic {
  background: #f1efed;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: none;
  margin: 0 auto;
}
/* line 2070, ../sass/styles.scss */
.profile-pic img {
  overflow: hidden;
  display: block;
}

/* line 2082, ../sass/styles.scss */
.location-info {
  background: url(../images/location-banner-wide.jpg) 50% 50% no-repeat #f1f0ed;
  height: 336px;
  display: none !important;
}
/* line 2085, ../sass/styles.scss */
.location-info .location-details {
  height: 336px;
  display: table;
}
/* line 2089, ../sass/styles.scss */
.location-info .heading-category {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

/* line 2099, ../sass/styles.scss */
#map_canvas {
  width: 100%;
  height: 100%;
}

/* line 2104, ../sass/styles.scss */
#map_canvas img {
  max-width: none;
}

/* line 2108, ../sass/styles.scss */
.map-container {
  height: 500px;
  position: relative;
  width: 100%;
  margin-bottom: 70px;
}

/* line 2115, ../sass/styles.scss */
.map-content {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 2130, ../sass/styles.scss */
.signup-content {
  font-size: 16px;
}

/* line 2140, ../sass/styles.scss */
#video-block {
  position: relative;
  background-color: #000000;
  background-size: cover;
  display: table;
  overflow: hidden;
}
/* line 2146, ../sass/styles.scss */
#video-block video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 2158, ../sass/styles.scss */
.video iframe {
  width: 100% !important;
  /* height: 377px !important;*/
}

@media (min-width: 768px) {
  /* line 2173, ../sass/styles.scss */
  .nav-fold {
    display: block !important;
  }

  /* line 2176, ../sass/styles.scss */
  .backdrop-mobile {
    display: none !important;
  }

  /* line 2180, ../sass/styles.scss */
  .product-info-container {
    height: auto !important;
  }

  /* line 2185, ../sass/styles.scss */
  .article-image img {
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
  }
  /* line 2191, ../sass/styles.scss */
  .article-image:hover img {
    opacity: 0.5;
  }

  /* line 2200, ../sass/styles.scss */
  .block-image-content:hover .block-image img {
    opacity: 0.5;
  }
  /* line 2206, ../sass/styles.scss */
  .block-image-content .block-image img {
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 2220, ../sass/styles.scss */
  .header-logo {
    margin-left: 0px;
    margin-right: 0;
  }

  /* line 2225, ../sass/styles.scss */
  .nav-bar-content {
    margin-right: 0 !important;
  }

  /* line 2229, ../sass/styles.scss */
  .nav {
    margin-top: 58px;
  }

  /* line 2233, ../sass/styles.scss */
  .dropdown-content {
    padding-top: 132px;
  }

  /* line 2237, ../sass/styles.scss */
  .dropdown-content-logo {
    margin-left: 0px;
    margin-right: 0;
  }

  /* line 2244, ../sass/styles.scss */
  .hero {
    height: 550px;
  }

  /* line 2255, ../sass/styles.scss */
  .featured-products .product-content {
    margin-left: -10px;
    margin-right: -10px;
    min-height: 230px;
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 2269, ../sass/styles.scss */
  .product-tools .tool-details:hover .product-tool-image {
    opacity: 0.3;
  }
  /* line 2272, ../sass/styles.scss */
  .product-tools .tool-details:hover .hover {
    opacity: 0;
  }
  /* line 2277, ../sass/styles.scss */
  .product-tools .icon-circle {
    background: #3c3c3c !important;
  }

  /* line 2283, ../sass/styles.scss */
  .product-tools .slides.active .product-tool-image {
    opacity: 1 !important;
  }
  /* line 2286, ../sass/styles.scss */
  .product-tools .slides.active .product-tool-image {
    opacity: 1 !important;
  }
  /* line 2291, ../sass/styles.scss */
  .product-tools .slides.active .tool-details:hover .hover {
    opacity: 1;
  }

  /* line 2299, ../sass/styles.scss */
  .main-inner {
    padding-bottom: 45px;
  }
  /* line 2301, ../sass/styles.scss */
  .main-inner .block-image-content {
    margin-bottom: 20px;
  }
  /* line 2303, ../sass/styles.scss */
  .main-inner .block-image-content:last-child {
    margin-bottom: 0;
  }

  /* line 2312, ../sass/styles.scss */
  .team-feature {
    margin: 0 auto;
  }

  /* line 2316, ../sass/styles.scss */
  .team-listing {
    display: none;
  }

  /* line 2323, ../sass/styles.scss */
  .category-feature .category-image img {
    height: 93px;
  }




  /* line 2337, ../sass/styles.scss */
  .footer-top {
    text-align: center;
  }
  /* line 2339, ../sass/styles.scss */
  .footer-top .contact-info {
    float: none !important;
    margin-bottom: 20px;
  }
  /* line 2343, ../sass/styles.scss */
  .footer-top .social {
    float: none !important;
  }

  /* line 2350, ../sass/styles.scss */
  .location-info {
    background: url(../images/location-banner-ipad.jpg) -30px 100% no-repeat #f1f0ed;
    background-size: 500px 248px;
    height: 280px;
  }
  /* line 2354, ../sass/styles.scss */
  .location-info .location-details {
    height: 280px;
  }
  /* line 2357, ../sass/styles.scss */
  .location-info .heading-category {
    padding-left: 20px;
  }

  /* line 2363, ../sass/styles.scss */
  .wp-caption {
    width: auto !important;
  }

  /* line 2367, ../sass/styles.scss */
  .or-break {
    display: block !important;
    height: 0 !important;
    text-indent: -999999px !important;
    margin: 0 !important;
  }

  /* line 2376, ../sass/styles.scss */
  .map-container {
    height: 336px;
    position: relative;
    width: 100%;
    margin-bottom: 70px;
  }
}
@media (min-width: 1024px) and (max-width: 1080px) {
  /* line 2391, ../sass/styles.scss */
  .header-logo {
    margin-right: 0;
  }

  /* line 2398, ../sass/styles.scss */
  .team-feature {
    width: 444px;
  }
  /* line 2400, ../sass/styles.scss */
  .team-feature .team-image {
    height: 480px;
  }

  /* line 2405, ../sass/styles.scss */
  #single-products .block-image-content img {
    height: 221px;
  }

  /* line 2410, ../sass/styles.scss */
  .map-container {
    height: 461px;
  }

  /* line 2415, ../sass/styles.scss */
  .or-break {
    display: block !important;
    height: 0 !important;
    text-indent: -999999px !important;
    margin: 0 !important;
  }

  /* line 2425, ../sass/styles.scss */
  .featured-products .product-content {
    padding-left: 35px;
    padding-right: 35px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  /* line 2451, ../sass/styles.scss */
  .heading-category {
    font-size: 14px !important;
  }

  /* line 2455, ../sass/styles.scss */
  h1 {
    font-weight: normal;
    font-size: 36px !important;
  }
  /* line 2458, ../sass/styles.scss */
  h1 small {
    display: block;
    padding-top: 7px;
  }

  /* line 2464, ../sass/styles.scss */
  h2 {
    font-size: 24px;
  }

  /* line 2468, ../sass/styles.scss */
  h3 {
    font-size: 21px;
  }

  /* line 2472, ../sass/styles.scss */
  h4 {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }

  /* line 2481, ../sass/styles.scss */
  .banner {
    padding: 0;
  }

  /* line 2486, ../sass/styles.scss */
  .main-banner .caption {
    text-align: center;
  }

  /* line 2495, ../sass/styles.scss */
  .nav-bar-absolute .header-logo, .header-logo {
    background: url(../images/sf-logo1-m.png) 0 0 no-repeat;
    background-size: 80px 33px;
    width: 80px;
    height: 33px;
    margin-left: 0px;
    margin-top: 13px;
  }

  /*.home .header-logo {
    background: url(../images/sf-logo-m.png) 0 0 no-repeat;
    background-size: 80px 33px;
  }*/
  /* line 2514, ../sass/styles.scss */
  .home .nav-bar.nav-bar-absolute {
    position: absolute;
  }

  /* line 2519, ../sass/styles.scss */
  .nav-bar.nav-bar-absolute {
    position: relative;
    min-height: 60px;
  }

  /* line 2524, ../sass/styles.scss */
  .nav-bar {
    min-height: 100%;
  }
  /* line 2526, ../sass/styles.scss */
  .nav-bar .icon-circle {
    width: 24px;
    height: 24px;
    font-size: 8px;
    line-height: 25px;
    position: relative;
    top: 0px;
    margin-left: 5px;
  }

  /* line 2537, ../sass/styles.scss */
  .nav-fold {
    width: 100%;
    height: auto;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    clear: both;
    z-index: 99999;
    padding: 0;
    background: none;
  }

  /* line 2551, ../sass/styles.scss */
  .nav-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    background-color: white;
    padding-top: 70px;
    position: relative;
    min-height: 520px;
  }
  /* line 2559, ../sass/styles.scss */
  .nav-content a {
    color: #3c3c3c !important;
    text-shadow: none !important;
  }
  /* line 2563, ../sass/styles.scss */
  .nav-content h3 {
    color: #3c3c3c !important;
  }

  /* line 2568, ../sass/styles.scss */
  .nav > li {
    border-bottom: 2px solid #cfc9c1;
  }
  /* line 2570, ../sass/styles.scss */
  .nav > li:last-child {
    border-bottom: none;
  }

  /* line 2575, ../sass/styles.scss */
  .nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  /* line 2578, ../sass/styles.scss */
  .nav > li > a:hover {
    background: none !important;
  }
  /* line 2581, ../sass/styles.scss */
  .nav > li > a:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 18px;
    background: url(../images/icons/icon-down-arrow1.png) 0 0 no-repeat;
    background-size: 13px 7px;
    width: 13px;
    height: 7px;
  }

  /* line 2593, ../sass/styles.scss */
  .top-nav {
    position: absolute;
    top: 14px;
    left: 30px;
    margin-top: 0;
  }

  /* line 2600, ../sass/styles.scss */
  .nav-close {
    position: absolute;
    right: 32px;
    top: 17px;
    width: 25px;
    height: 25px;
    display: block;
  }
  /* line 2607, ../sass/styles.scss */
  .nav-close .line {
    background-color: #3c3c3c;
    height: 4px;
    width: 31px;
    display: block;
    position: relative;
    left: -4px;
  }
  /* line 2614, ../sass/styles.scss */
  .nav-close .line:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
  }
  /* line 2618, ../sass/styles.scss */
  .nav-close .line:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
  }

  /* line 2625, ../sass/styles.scss */
  .backdrop {
    display: none !important;
  }

  /* line 2632, ../sass/styles.scss */
  .dropdown-content {
    background: none;
    border: none;
    position: relative;
    right: auto;
    left: 0;
    min-height: 1px;
    padding: 0 0 5px 0;
  }
  /* line 2640, ../sass/styles.scss */
  .dropdown-content .container {
    padding: 0;
  }

  /* line 2645, ../sass/styles.scss */
  .category-nav-container {
    border: none;
    padding: 0;
    margin: 0;
    border-top: 2px solid #cfc9c1;
    padding-top: 10px;
  }
  /* line 2651, ../sass/styles.scss */
  .category-nav-container .category-nav {
    float: none;
    display: block;
    min-width: 208px;
  }
  /* line 2655, ../sass/styles.scss */
  .category-nav-container .category-nav li {
    margin-bottom: 2px;
  }

  /* line 2661, ../sass/styles.scss */
  .dropdown-content-logo {
    display: none;
  }

  /* line 2665, ../sass/styles.scss */
  .dropdown-close {
    display: none;
  }

  /* line 2671, ../sass/styles.scss */
  .dropdown-parent .nav-bar {
    z-index: auto;
  }
  /* line 2674, ../sass/styles.scss */
  .dropdown-parent .nav-bar-content {
    z-index: 1;
  }
  /* line 2677, ../sass/styles.scss */
  .dropdown-parent .nav-fold {
    display: block !important;
  }
  /* line 2681, ../sass/styles.scss */
  .dropdown-parent .nav > li a {
    z-index: 1;
  }
  /* line 2685, ../sass/styles.scss */
  .dropdown-parent .header-logo {
    display: none;
  }
  /* line 2688, ../sass/styles.scss */
  .dropdown-parent .top-right {
    display: none;
  }
  /* line 2691, ../sass/styles.scss */
  .dropdown-parent .nav li a {
    color: #3c3c3c;
    text-shadow: none;
  }
  /* line 2694, ../sass/styles.scss */
  .dropdown-parent .nav li a:hover {
    color: #a4a3a2;
  }

  /* line 2701, ../sass/styles.scss */
  .nav > li.dropdown-active > a {
    color: #3c3c3c !important;
  }
  /* line 2703, ../sass/styles.scss */
  .nav > li.dropdown-active > a:after {
    background: url(../images/icons/icon-up-arrow1.png) 0 0 no-repeat;
    background-size: 13px 7px;
  }

  /* line 2714, ../sass/styles.scss */
  .dropdown-menu {
    position: relative !important;
    font-size: 18px;
  }
  /* line 2718, ../sass/styles.scss */
  .dropdown-menu li:first-child:before {
    display: none;
  }
  /* line 2722, ../sass/styles.scss */
  .dropdown-menu a {
    display: block;
    padding: 0px 0px;
    text-align: left;
  }
  /* line 2726, ../sass/styles.scss */
  .dropdown-menu a:hover {
    text-decoration: none;
    background: none;
    color: #ffffff;
  }
  /* line 2732, ../sass/styles.scss */
  .dropdown-menu.dropdown-active {
    color: #ffffff !important;
    background: none;
    text-shadow: none;
  }
  /* line 2737, ../sass/styles.scss */
  .dropdown-menu .dropdown-menu-content {
    border-top: 2px solid #cfc9c1;
    padding-top: 10px;
    padding-bottom: 14px;
    min-width: 200px;
    position: relative;
    top: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    right: auto;
    left: 0;
    margin-left: 0;
    text-transform: none !important;
  }
  /* line 2750, ../sass/styles.scss */
  .dropdown-menu .dropdown-menu-content:before {
    display: none;
  }
  /* line 2756, ../sass/styles.scss */
  .dropdown-menu.dropdown-right .dropdown-menu-content {
    left: auto !important;
    right: 0 !important;
  }

  /* line 2764, ../sass/styles.scss */
  .search-box {
    float: none;
    display: block;
    width: 100%;
    border: none;
  }

  /* line 2774, ../sass/styles.scss */
  .right-nav {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    overflow: hidden;
  }
  /* line 2781, ../sass/styles.scss */
  .right-nav li {
    float: none;
    margin-bottom: 0px;
    display: block;
    width: auto;
    border-right: 2px solid transparent;
    margin-right: 0;
  }
  /* line 2788, ../sass/styles.scss */
  .right-nav li:last-child {
    margin-bottom: 0;
    border: none;
  }
  /* line 2793, ../sass/styles.scss */
  .right-nav a {
    background-color: #ef4031;
    display: block;
    padding: 16px 0px 15px 0;
    color: white;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.4;
  }

  /* line 2805, ../sass/styles.scss */
  .button-enquire {
    display: block;
  }

  /* line 2809, ../sass/styles.scss */
  .input-category {
    width: 100%;
  }
  /* line 2811, ../sass/styles.scss */
  .input-category .input-button {
    vertical-align: top;
  }

  /* line 2816, ../sass/styles.scss */
  .search-box {
    max-width: 100% !important;
  }

  /* line 2823, ../sass/styles.scss */
  .filter {
    float: none;
    display: block;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }
  /* line 2831, ../sass/styles.scss */
  .filter h3 {
    margin-right: 0px;
    margin-bottom: 0;
    float: none;
    display: block;
  }
  /* line 2840, ../sass/styles.scss */
  .filter .select-form-container {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin-left: -16px;
    margin-right: -16px;
    padding-right: 50px;
  }
  /* line 2847, ../sass/styles.scss */
  .filter .select-form {
    float: none;
    width: auto;
    border-bottom: 1px solid #d2d2d2;
    display: block;
  }
  /* line 2852, ../sass/styles.scss */
  .filter .select-form:last-child {
    border-bottom: none;
  }
  /* line 2855, ../sass/styles.scss */
  .filter .select-form select {
    border: none;
    background: none;
    font-size: 16px;
    line-height: 30px;
    color: #3c3c3c;
    background: url(../images/icons/icon-down-arrow1.png) 91.5% 22px no-repeat;
    background-size: 13px 7px;
    height: 50px;
  }
  /* line 2866, ../sass/styles.scss */
  .filter .button {
    background-color: #b5b5b5;
    border: none;
    width: 50px;
    height: 102px;
    color: white;
    font-size: 24px;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    right: 0;
  }
  /* line 2878, ../sass/styles.scss */
  .filter .button .fa {
    position: relative;
    top: -2px;
  }
  /* line 2882, ../sass/styles.scss */
  .filter .button:hover {
    background-color: #807e7d;
  }

  /* line 2892, ../sass/styles.scss */
  .hero {
    height: 570px;
  }

  /* line 2896, ../sass/styles.scss */
  .hero-intro {
    font-size: 14px;
  }
  /* line 2898, ../sass/styles.scss */
  .hero-intro h1 {
    font-size: 36px;
  }
  /* line 2901, ../sass/styles.scss */
  .hero-intro .heading-category {
    font-size: 14px;
  }

  /* line 2906, ../sass/styles.scss */
  .hero-inner {
    height: auto;
    width: auto;
    background: none;
  }
  /* line 2910, ../sass/styles.scss */
  .hero-inner .hero-intro {
    text-align: left;
  }
  /* line 2912, ../sass/styles.scss */
  .hero-inner .hero-intro .heading-category {
    text-align: left;
  }
  /* line 2915, ../sass/styles.scss */
  .hero-inner .hero-intro h1 {
    font-size: 52px;
  }

  /* line 2925, ../sass/styles.scss */
  .product-content {
    margin-left: 0px;
    margin-right: 0px;
  }

  /* line 2932, ../sass/styles.scss */
  .product-tools {
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  /* line 2939, ../sass/styles.scss */
  .main-inner {
    padding-bottom: 40px;
  }

  /* line 2946, ../sass/styles.scss */
  .case-studies {
    background: #f2efed;
    padding-top: 30px;
    padding-bottom: 0px;
  }

  /* line 2956, ../sass/styles.scss */
  .featured-projects .container, .featured-projects .row {
    padding: 0;
    margin: 0;
  }
  /* line 2960, ../sass/styles.scss */
  .featured-projects [class^="grid-"] {
    padding: 0;
    margin-bottom: 20px;
  }
  /* line 2963, ../sass/styles.scss */
  .featured-projects [class^="grid-"]:last-child {
    margin-bottom: 0;
  }

  /* line 2972, ../sass/styles.scss */
  .featured-news {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: -40px;
  }
  /* line 2977, ../sass/styles.scss */
  .featured-news .article .row {
    margin: 0;
  }
  /* line 2980, ../sass/styles.scss */
  .featured-news .article [class^="grid-"] {
    padding: 0;
  }

  /* line 2986, ../sass/styles.scss */
  .newsletter-block {
    margin-left: -15px;
    margin-right: -15px;
  }

  /* line 2991, ../sass/styles.scss */
  .article {
    margin-bottom: 20px !important;
    margin-left: -15px;
    margin-right: -15px;
  }

  /* line 3004, ../sass/styles.scss */
  .team-feature {
    height: 519px;
    width: auto;
  }
  /* line 3007, ../sass/styles.scss */
  .team-feature .team-image {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 3011, ../sass/styles.scss */
  .team-feature .team-details {
    bottom: 30px;
  }

  /* line 3016, ../sass/styles.scss */
  .team-listing {
    display: none;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 3021, ../sass/styles.scss */
  .team-listing .heading-category {
    font-size: 11px !important;
  }
  /* line 3024, ../sass/styles.scss */
  .team-listing li {
    width: 50%;
  }

  /* line 3030, ../sass/styles.scss */
  .main-content {
    padding: 30px 0 0px 0;
  }

  /* line 3034, ../sass/styles.scss */
  .content {
    padding-right: 15px;
  }
  /* line 3036, ../sass/styles.scss */
  .content h2 {
    line-height: 1.5;
    font-weight: normal;
  }
  /* line 3040, ../sass/styles.scss */
  .content .main-banner {
    margin-right: 0;
  }

  /* line 3046, ../sass/styles.scss */
  .sidebar {
    padding-top: 15px;
    display: block;
  }
  /* line 3049, ../sass/styles.scss */
  .sidebar .side-content:first-child {
    border-top: 1px solid #b5b5b5;
    padding-top: 40px;
  }
  /* line 3053, ../sass/styles.scss */
  .sidebar .side-content:last-child {
    margin-bottom: 0;
  }

  /* line 3063, ../sass/styles.scss */
  .enquiry {
    background: none;
    background: #a4a3a2;
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
    margin-bottom: 40px;
  }
  /* line 3071, ../sass/styles.scss */
  .enquiry .heading-category {
    text-align: center;
  }
  /* line 3074, ../sass/styles.scss */
  .enquiry h3 {
    font-size: 28px;
  }

  /* line 3085, ../sass/styles.scss */
  .details-content .main-top .social-media {
    margin-top: -10px;
    float: none;
    display: block;
    text-align: left;
  }

  /* line 3095, ../sass/styles.scss */
  .block-image-content img {
    width: 100%;
    height: auto !important;
    max-height: none !important;
  }

  /* line 3102, ../sass/styles.scss */
  .map-container {
    height: 195px;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 50px;
  }

  /* line 3112, ../sass/styles.scss */
  .main-inner .block-image-content {
    margin-bottom: 20px;
  }
  /* line 3114, ../sass/styles.scss */
  .main-inner .block-image-content:last-child {
    margin-bottom: 20px;
  }

  /* line 3125, ../sass/styles.scss */
  .filter-block {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  /* line 3128, ../sass/styles.scss */
  .filter-block .select-content {
    padding-top: 0;
  }
  /* line 3131, ../sass/styles.scss */
  .filter-block .select-form {
    width: 100%;
    margin-bottom: 0px;
  }
  /* line 3135, ../sass/styles.scss */
  .filter-block .or {
    display: block;
    margin-bottom: 5px;
  }

  /* line 3145, ../sass/styles.scss */
  .options {
    overflow: hidden;
    padding-bottom: 50px;
  }
  /* line 3148, ../sass/styles.scss */
  .options .slick-list {
    overflow: visible;
  }
  /* line 3151, ../sass/styles.scss */
  .options .slides {
    padding-left: 25px;
    padding-right: 25px;
  }

  /* line 3161, ../sass/styles.scss */
  .download-block h5 small {
    display: block;
    padding-top: 5px;
  }

  /* line 3168, ../sass/styles.scss */
  .product-info-container {
    height: 0;
    overflow: hidden;
  }
  /* line 3171, ../sass/styles.scss */
  .product-info-container .product-info-content {
    padding-bottom: 20px;
    padding-top: 10px;
  }

  /* line 3177, ../sass/styles.scss */
  .accordion {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 3182, ../sass/styles.scss */
  .accordion-trigger {
    border-bottom: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
    display: block;
    padding-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left !important;
    cursor: pointer;
    padding-top: 15px !important;
    margin-bottom: -1px;
    background: url(../images/icons/icon-down-arrow1.png) 95% 24px no-repeat;
    background-size: 21px 11px;
  }
  /* line 3197, ../sass/styles.scss */
  .accordion-trigger.active {
    border-bottom: none;
    background: url(../images/icons/icon-up-arrow1.png) 95% 24px no-repeat;
    background-size: 21px 11px;
  }

  /* line 3208, ../sass/styles.scss */
  .case-studies {
    background: none;
  }

  /* line 3213, ../sass/styles.scss */
  .product-new-content {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 3224, ../sass/styles.scss */
  .footer {
    padding-top: 20px;
  }
  /* line 3226, ../sass/styles.scss */
  .footer .button {
    width: 100%;
  }
  /* line 3230, ../sass/styles.scss */
  .footer .contact-info li {
    display: block;
    margin-right: 0;
    margin-bottom: 28px;
    line-height: 1.4;
  }
  /* line 3236, ../sass/styles.scss */
  .footer .contact-info .fa {
    width: 30px;
    font-size: 31px;
  }
  /* line 3241, ../sass/styles.scss */
  .footer h5 {
    font-size: 16px;
    color: #ffffff !important;
  }
  /* line 3245, ../sass/styles.scss */
  .footer .newsletter-form {
    width: 100%;
    max-width: 100%;
  }

  /* line 3253, ../sass/styles.scss */
  .footer-top .social .fa {
    font-size: 20px;
    margin-right: 0px;
  }

  /* line 3263, ../sass/styles.scss */
  .social {
    margin-bottom: 20px;
  }
  /* line 3265, ../sass/styles.scss */
  .social a {
    margin-right: 20px;
  }

  /* line 3274, ../sass/styles.scss */
  .footer-bottom {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  /* line 3277, ../sass/styles.scss */
  .footer-bottom .loc {
    padding-top: 5px;
    display: block;
  }

  /* line 3287, ../sass/styles.scss */
  .map {
    margin-top: -30px;
    background-size: cover;
    position: relative;
    text-align: center;
  }
  /* line 3298, ../sass/styles.scss */
  .map h1 {
    font-weight: bold;
    line-height: 1;
    letter-spacing: -1px;
  }
  /* line 3303, ../sass/styles.scss */
  .map p {
    line-height: 1.3;
  }
  /* line 3306, ../sass/styles.scss */
  .map .filter-block {
    width: 100%;
  }
  /* line 3312, ../sass/styles.scss */
  .map .filter-block.filter-open .filter-trigger {
    background: url(../images/icons/icon-down-arrow1.png) 100% 50% no-repeat;
  }

  /* line 3319, ../sass/styles.scss */
  .marker {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* line 3326, ../sass/styles.scss */
  .filter-trigger {
    text-align: left;
    display: block;
    font-size: 16px;
    color: #3c3c3c;
    font-weight: bold;
    background: url(../images/icons/icon-up-arrow1.png) 100% 50% no-repeat;
    background-size: 27px 15px;
    padding-top: 13px;
    padding-bottom: 10px;
  }

  /* line 3338, ../sass/styles.scss */
  .filter-content {
    display: none;
    height: 412px;
  }

  /* line 3348, ../sass/styles.scss */
  .results-filter .select-form {
    float: none;
    width: auto;
    border-bottom: 1px solid #d2d2d2;
    display: block;
  }
  /* line 3353, ../sass/styles.scss */
  .results-filter .select-form:last-child {
    border-bottom: none;
  }
  /* line 3356, ../sass/styles.scss */
  .results-filter .select-form select {
    border: none;
    background: none;
    font-size: 14px;
    line-height: 18px;
    color: #3c3c3c;
    background: url(../images/icons/icon-select.png) 95% 50% no-repeat #ebe9e6;
    height: 36px;
  }

  /* line 3368, ../sass/styles.scss */
  .results-num {
    font-size: 13px;
    font-weight: bold;
    padding-top: 8px;
  }

  /* line 3375, ../sass/styles.scss */
  .wp-caption {
    width: auto !important;
  }
}

#PopupSignupForm_0 .mc-modal-bg{
  background: rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, 0.7);
}

.gfield_password_strength::before {
  content: "Password strength: ";
  font-weight: bold;
}

.gfield_password_strength.short, .gfield_password_strength.mismatch, .gfield_password_strength.bad {
  color:red;
}

.gfield_password_strength.good, .gfield_password_strength.strong {
  color: #00bc00;
}

.gfield_password_strength.blank {
  display:none;
}

#enquire-now #gform_1 #field_1_26 {display:none;}

#sign-up .gfield_description.validation_message, #account-detail .gfield_description.validation_message {display:block;}

.signup-content #field_1_27 {display:none !important;}

#what-we-do #gform_wrapper_1, #directors #gform_wrapper_1, #government-contracts #gform_wrapper_1, #meet-the-team #gform_wrapper_1, #iso-certifications #gform_wrapper_1, #awards-and-media #gform_wrapper_1, #videos  #gform_wrapper_1, #contact #gform_wrapper_1, #environmental-strategy  #gform_wrapper_1, #a-sense-of-place #gform_wrapper_1 {display:none;}

#single-products .side-content h3 {text-transform:lowercase;}
.side-content .inline-nav, .side-content .tag-nav, .side-content .archives-nav {padding-left: 10px; padding-right:10px;}

.filter_product_form .select-form:nth-child(5), .filter_product_form span:nth-child(4) {display:none;}

.at-share-btn.at-svc-gmail {display:none !important}

.news_header_logo img {max-width:290px}

/*#videos .video iframe {height: 192px !important;}*/

#videos .grid-4 {height: 290px !important;}

#videos h4 {text-transform:initial;font-size: 16px; }

.details-content .side-content p span {color:#888888;font-weight:bold;}
.details-content .side-content h3 {padding:2px 10px 0;}
.details-content .side-content p {padding:0 10px 2px; margin-bottom: 20px !important;}
.details-content .side-content a p {color:#343a40 !important}
/*.details-content .side-content a h3, .details-content .side-content a p {padding:0 10px;display:block;}*/
.details-content .side-content a:hover {display:block;text-decoration:none;background:#ededed;transition-duration: 0.4s;cursor:pointer;}
.details-content .product_sidebar .block-image-content a:hover {opacity:0.8;transition-duration: 0.4s;}


#tpbr_topbar {cursor:pointer;}
#tpbr_box {font-weight:400 !important;padding:7px 15px !important;line-height:22px !important;font-size:14px !important;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important}
.top-bar {background: #3c3c3c !important;}
.search-box {border-left: 1px solid #555 !important;background: #3c3c3c !important;}
#tpbr_calltoaction {background: none !important;padding:0px 12px 1px 4px !important;margin-left:0 !important;text-decoration: underline !important;}

/*#tpbr_topbar .circle {*/
/*  height: 8px;*/
/*  width: 8px;*/
/*  margin-bottom: 1px;*/
/*  margin-right:7px;*/
/*  border-radius: 4rem;*/
/*  opacity: 0;*/
/*  -webkit-animation: pulsate 2s ease-out;*/
/*  -webkit-animation-iteration-count: infinite;*/
/*  -webkit-transition: background-color .3s linear;*/
/*  -moz-transition: background-color .3s linear;*/
/*  -o-transition: background-color .3s linear;*/
/*  -ms-transition: background-color .3s linear;*/
/*  transition: background-color .3s linear;*/
/*  background-color: white;*/
/*  display: inline-block;*/
/*}*/

@-webkit-keyframes pulsate {
  0% {
    opacity: .1
  }
  40% {
    opacity: 1.0
  }
  60% {
    opacity: 1.0
  }
  100% {
    opacity: .1
  }
}


.us-featured-banner {background:url('/wp-content/uploads/2020/04/asla-bg.jpg') no-repeat center;height:540px;width:100%;text-align:center;background-size: cover;}
.us-featured-banner img {max-width:1020px;width:100%;height:auto;margin:0 auto;margin-top:192px;padding:0 40px;}
/*.resource-watch, #single-products hr.hide-on-small {display:none;}*/



.wp-block-image figcaption {text-align: center;font-size: 16px !important;color: #666666 !important;font-weight: 400;font-style: initial !important;}
.wp-block-image figcaption em {font-style: initial !important;}

.climate-action {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: -10px;
  padding-top: 19px;
}
.climate-text {
  width: 80px;
  line-height: 1.3em;
  font-size: 0.8em;
  font-weight: bold;
  color: #033323;
  margin-right: 10px;
  text-align: right;
}
.climate-logo {
  width: 180px;
  height: 69px;
  background: url(../images/climate-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.streetchat-sign-up_wrapper.gform_wrapper { padding-top: 0; margin-top:-24px;}
form.streetchat-sign-up { display: flex; position: relative; }
form.streetchat-sign-up .gfield_label { display: none; }
form.streetchat-sign-up .gform_body, form.streetchat-sign-up .gform_footer { padding: 0; }
form.streetchat-sign-up input { border: none !important; height:46px !important; }
form.streetchat-sign-up .button.primary {background-color: #ea0a8c;font-size: 2em;line-height: 25px;padding-bottom: 13px; transition: background-color 0.3s; }
form.streetchat-sign-up .button.primary:hover {background-color: #c50575;}
form.streetchat-sign-up .gform_body { flex-grow: 1;}
.streetchat-sign-up.gform_confirmation_wrapper {color: #468847;background-color: #DFF0D8;border-color: #D6E9C6;padding: 10px;}
form.streetchat-sign-up .gform_ajax_spinner { position: absolute; bottom: -5px; left: 50%; transform:translateX(-50%);}
@media (max-width: 1350px) {

  .nav-content {margin-top:75px;}
}

@media (max-width: 1199px) {

  ul.nav {margin-top:0;position:absolute;margin-left: -350px;left: 50%;}

}


@media (max-width: 1080px) {

  /* .video iframe {
     height: 347px !important;
   }*/

  #videos iframe {height: 347px !important;}

  .home .team-feature .team-details {display:none;}

}


@media (max-width: 1023px) {

  ul.nav {margin-left: -280px;}
  /*.video iframe {
    height: 267px !important;
  }*/
  #videos .grid-4 {height:480px !important;}
  /*#videos .video iframe {height: 405px !important;}*/
  #videos iframe {height: 250px !important;}

}

@media (max-width: 767px) {

  /* .video iframe {
     height: 400px !important;
   }*/

  #videos iframe {height: 400px !important;}
  ul.nav {
    margin-left:0;
    left:0;
    position:relative;
  }
  .right-nav li {border:none !important;}

  .us-featured-banner {height:440px;}
  .us-featured-banner img {margin-top:140px;}
}


@media (max-width: 600px) {

  /*.video iframe {
    height: 306px !important;
  }*/

  /*#videos .video iframe {height: 330px !important;}*/

  #videos .grid-4 {
    height: 400px !important;
  }

  #videos iframe {height: 297px !important;}


  .us-featured-banner {height:340px;}
  .us-featured-banner img {margin-top:120px;}

}

@media (max-width: 500px) {

  /*.video iframe {
    height: 255px !important;
  }*/

  #videos .video iframe {height: 256px !important;}

  .editor-content iframe {height:246px !important;}

  #videos .grid-4 {height:328px !important;}

  #videos iframe {height: 250px !important;}


  .us-featured-banner img {margin-top:135px;}

  .climate-action {
    margin-bottom: 10px;
    margin-top: -20px;
    padding-top: 0;
  }
  .climate-text {
    font-size: 0.6em;
  }
  .climate-logo {
    width: 90px;
    height: 34px;
  }

}

@media (max-width: 400px) {

  /*#videos .video iframe {height: 194px !important;}*/

  #videos .grid-4 {height: 220px !important;}

  .editor-content iframe {height: 185px !important;}

  #videos iframe {height: 196px !important;}

}
@media (min-width: 767px) {
  .nav > li:hover > ul {
    display: block !important;
  }
}
