/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../assets/fonts/fontawesome-webfont.eot?v=4.6.2");
  src: url("../../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("../../assets/fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("../../assets/fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("../../assets/fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("../../assets/fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, sass/partials/_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;
}

/* line 4, sass/partials/_font-awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 4, sass/partials/_font-awesome.scss */
.pull-right {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 4, sass/partials/_font-awesome.scss */
.fa-inverse {
  color: #fff;
}

/* line 4, sass/partials/_font-awesome.scss */
.fa-glass:before {
  content: "\f000";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=e977dc72847059c60d8bb3854e73ef9d)
 * Config saved to config.json and https://gist.github.com/e977dc72847059c60d8bb3854e73ef9d
 */
  /*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 14, sass/partials/_bootstrap.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 14, sass/partials/_bootstrap.scss */
body {
  margin: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 14, sass/partials/_bootstrap.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 14, sass/partials/_bootstrap.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
[hidden], template {
  display: none;
}

/* line 14, sass/partials/_bootstrap.scss */
a {
  background-color: transparent;
}

/* line 14, sass/partials/_bootstrap.scss */
a:active, a:hover {
  outline: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 14, sass/partials/_bootstrap.scss */
b, strong {
  font-weight: bold;
}

/* line 14, sass/partials/_bootstrap.scss */
dfn {
  font-style: italic;
}

/* line 14, sass/partials/_bootstrap.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 14, sass/partials/_bootstrap.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 14, sass/partials/_bootstrap.scss */
small {
  font-size: 80%;
}

/* line 14, sass/partials/_bootstrap.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 14, sass/partials/_bootstrap.scss */
sup {
  top: -0.5em;
}

/* line 14, sass/partials/_bootstrap.scss */
sub {
  bottom: -0.25em;
}

/* line 14, sass/partials/_bootstrap.scss */
img {
  border: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 14, sass/partials/_bootstrap.scss */
figure {
  margin: 1em 40px;
}

/* line 14, sass/partials/_bootstrap.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
pre {
  overflow: auto;
}

/* line 14, sass/partials/_bootstrap.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 14, sass/partials/_bootstrap.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
button {
  overflow: visible;
}

/* line 14, sass/partials/_bootstrap.scss */
button, select {
  text-transform: none;
}

/* line 14, sass/partials/_bootstrap.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 14, sass/partials/_bootstrap.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 14, sass/partials/_bootstrap.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
input {
  line-height: normal;
}

/* line 14, sass/partials/_bootstrap.scss */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 14, sass/partials/_bootstrap.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 14, sass/partials/_bootstrap.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 14, sass/partials/_bootstrap.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 14, sass/partials/_bootstrap.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
textarea {
  overflow: auto;
}

/* line 14, sass/partials/_bootstrap.scss */
optgroup {
  font-weight: bold;
}

/* line 14, sass/partials/_bootstrap.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
td, th {
  padding: 0;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 14, sass/partials/_bootstrap.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-euro:before, .glyphicon-eur:before {
  content: "\20ac";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 14, sass/partials/_bootstrap.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 14, sass/partials/_bootstrap.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, sass/partials/_bootstrap.scss */
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, sass/partials/_bootstrap.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 14, sass/partials/_bootstrap.scss */
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 14, sass/partials/_bootstrap.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 14, sass/partials/_bootstrap.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 14, sass/partials/_bootstrap.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 14, sass/partials/_bootstrap.scss */
figure {
  margin: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
img {
  vertical-align: middle;
}

/* line 14, sass/partials/_bootstrap.scss */
.img-responsive, .thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 14, sass/partials/_bootstrap.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 14, sass/partials/_bootstrap.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 14, sass/partials/_bootstrap.scss */
.img-circle {
  border-radius: 50%;
}

/* line 14, sass/partials/_bootstrap.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

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

/* line 14, sass/partials/_bootstrap.scss */
[role="button"] {
  cursor: pointer;
}

/* line 14, sass/partials/_bootstrap.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .container {
    width: 1170px;
  }
}
/* line 14, sass/partials/_bootstrap.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, sass/partials/_bootstrap.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-12 {
  width: 100%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-9 {
  width: 75%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-6 {
  width: 50%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-3 {
  width: 25%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 14, sass/partials/_bootstrap.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 14, sass/partials/_bootstrap.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 14, sass/partials/_bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 14, sass/partials/_bootstrap.scss */
.collapse {
  display: none;
}

/* line 14, sass/partials/_bootstrap.scss */
.collapse.in {
  display: block;
}

/* line 14, sass/partials/_bootstrap.scss */
tr.collapse.in {
  display: table-row;
}

/* line 14, sass/partials/_bootstrap.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 14, sass/partials/_bootstrap.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 14, sass/partials/_bootstrap.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 14, sass/partials/_bootstrap.scss */
.dropup, .dropdown {
  position: relative;
}

/* line 14, sass/partials/_bootstrap.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 14, sass/partials/_bootstrap.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 14, sass/partials/_bootstrap.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 14, sass/partials/_bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 14, sass/partials/_bootstrap.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 14, sass/partials/_bootstrap.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 14, sass/partials/_bootstrap.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777;
}

/* line 14, sass/partials/_bootstrap.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 14, sass/partials/_bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 14, sass/partials/_bootstrap.scss */
.open > a {
  outline: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 14, sass/partials/_bootstrap.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

/* line 14, sass/partials/_bootstrap.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 14, sass/partials/_bootstrap.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 14, sass/partials/_bootstrap.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

/* line 14, sass/partials/_bootstrap.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 14, sass/partials/_bootstrap.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 14, sass/partials/_bootstrap.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 14, sass/partials/_bootstrap.scss */
.label:empty {
  display: none;
}

/* line 14, sass/partials/_bootstrap.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 14, sass/partials/_bootstrap.scss */
.label-default {
  background-color: #777;
}

/* line 14, sass/partials/_bootstrap.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 14, sass/partials/_bootstrap.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 14, sass/partials/_bootstrap.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 14, sass/partials/_bootstrap.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 14, sass/partials/_bootstrap.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 14, sass/partials/_bootstrap.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 14, sass/partials/_bootstrap.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 14, sass/partials/_bootstrap.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 14, sass/partials/_bootstrap.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 14, sass/partials/_bootstrap.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 14, sass/partials/_bootstrap.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 14, sass/partials/_bootstrap.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}

/* line 14, sass/partials/_bootstrap.scss */
.badge:empty {
  display: none;
}

/* line 14, sass/partials/_bootstrap.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 14, sass/partials/_bootstrap.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 14, sass/partials/_bootstrap.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 14, sass/partials/_bootstrap.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 14, sass/partials/_bootstrap.scss */
.list-group-item > .badge {
  float: right;
}

/* line 14, sass/partials/_bootstrap.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 14, sass/partials/_bootstrap.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 14, sass/partials/_bootstrap.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

/* line 14, sass/partials/_bootstrap.scss */
.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

/* line 14, sass/partials/_bootstrap.scss */
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7;
}

/* line 14, sass/partials/_bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 14, sass/partials/_bootstrap.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 14, sass/partials/_bootstrap.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 14, sass/partials/_bootstrap.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 14, sass/partials/_bootstrap.scss */
.alert > p, .alert > ul {
  margin-bottom: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 14, sass/partials/_bootstrap.scss */
.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

/* line 14, sass/partials/_bootstrap.scss */
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 14, sass/partials/_bootstrap.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 14, sass/partials/_bootstrap.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 14, sass/partials/_bootstrap.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 14, sass/partials/_bootstrap.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 14, sass/partials/_bootstrap.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 14, sass/partials/_bootstrap.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 14, sass/partials/_bootstrap.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 14, sass/partials/_bootstrap.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 14, sass/partials/_bootstrap.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 14, sass/partials/_bootstrap.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 14, sass/partials/_bootstrap.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 14, sass/partials/_bootstrap.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 14, sass/partials/_bootstrap.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 14, sass/partials/_bootstrap.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 14, sass/partials/_bootstrap.scss */
.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 14, sass/partials/_bootstrap.scss */
.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 14, sass/partials/_bootstrap.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 14, sass/partials/_bootstrap.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 14, sass/partials/_bootstrap.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 14, sass/partials/_bootstrap.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 14, sass/partials/_bootstrap.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 14, sass/partials/_bootstrap.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 14, sass/partials/_bootstrap.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 14, sass/partials/_bootstrap.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 14, sass/partials/_bootstrap.scss */
.media {
  margin-top: 15px;
}

/* line 14, sass/partials/_bootstrap.scss */
.media:first-child {
  margin-top: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.media, .media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 14, sass/partials/_bootstrap.scss */
.media-body {
  width: 10000px;
}

/* line 14, sass/partials/_bootstrap.scss */
.media-object {
  display: block;
}

/* line 14, sass/partials/_bootstrap.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 14, sass/partials/_bootstrap.scss */
.media-right, .media > .pull-right {
  padding-left: 10px;
}

/* line 14, sass/partials/_bootstrap.scss */
.media-left, .media > .pull-left {
  padding-right: 10px;
}

/* line 14, sass/partials/_bootstrap.scss */
.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 14, sass/partials/_bootstrap.scss */
.media-middle {
  vertical-align: middle;
}

/* line 14, sass/partials/_bootstrap.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 14, sass/partials/_bootstrap.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 14, sass/partials/_bootstrap.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 14, sass/partials/_bootstrap.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 14, sass/partials/_bootstrap.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 14, sass/partials/_bootstrap.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 14, sass/partials/_bootstrap.scss */
a.list-group-item, button.list-group-item {
  color: #555;
}

/* line 14, sass/partials/_bootstrap.scss */
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 14, sass/partials/_bootstrap.scss */
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 14, sass/partials/_bootstrap.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 14, sass/partials/_bootstrap.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}

/* line 14, sass/partials/_bootstrap.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 14, sass/partials/_bootstrap.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

/* line 14, sass/partials/_bootstrap.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 14, sass/partials/_bootstrap.scss */
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 14, sass/partials/_bootstrap.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 14, sass/partials/_bootstrap.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 14, sass/partials/_bootstrap.scss */
a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

/* line 14, sass/partials/_bootstrap.scss */
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 14, sass/partials/_bootstrap.scss */
a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 14, sass/partials/_bootstrap.scss */
a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 14, sass/partials/_bootstrap.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 14, sass/partials/_bootstrap.scss */
a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

/* line 14, sass/partials/_bootstrap.scss */
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 14, sass/partials/_bootstrap.scss */
a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 14, sass/partials/_bootstrap.scss */
a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 14, sass/partials/_bootstrap.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 14, sass/partials/_bootstrap.scss */
a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, sass/partials/_bootstrap.scss */
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 14, sass/partials/_bootstrap.scss */
a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 14, sass/partials/_bootstrap.scss */
a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 14, sass/partials/_bootstrap.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 14, sass/partials/_bootstrap.scss */
a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

/* line 14, sass/partials/_bootstrap.scss */
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 14, sass/partials/_bootstrap.scss */
a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 14, sass/partials/_bootstrap.scss */
a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 14, sass/partials/_bootstrap.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 14, sass/partials/_bootstrap.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-body {
  padding: 15px;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-default {
  border-color: #ddd;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 14, sass/partials/_bootstrap.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 14, sass/partials/_bootstrap.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 14, sass/partials/_bootstrap.scss */
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 14, sass/partials/_bootstrap.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 14, sass/partials/_bootstrap.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

/* line 14, sass/partials/_bootstrap.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 14, sass/partials/_bootstrap.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 14, sass/partials/_bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 14, sass/partials/_bootstrap.scss */
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

/* line 14, sass/partials/_bootstrap.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 14, sass/partials/_bootstrap.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 14, sass/partials/_bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 14, sass/partials/_bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 14, sass/partials/_bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 14, sass/partials/_bootstrap.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 14, sass/partials/_bootstrap.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 14, sass/partials/_bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 14, sass/partials/_bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 14, sass/partials/_bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 14, sass/partials/_bootstrap.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 14, sass/partials/_bootstrap.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 14, sass/partials/_bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 14, sass/partials/_bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 14, sass/partials/_bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 14, sass/partials/_bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 14, sass/partials/_bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

/* line 14, sass/partials/_bootstrap.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 14, sass/partials/_bootstrap.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 14, sass/partials/_bootstrap.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 14, sass/partials/_bootstrap.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 14, sass/partials/_bootstrap.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 14, sass/partials/_bootstrap.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 14, sass/partials/_bootstrap.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 14, sass/partials/_bootstrap.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 14, sass/partials/_bootstrap.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 14, sass/partials/_bootstrap.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 14, sass/partials/_bootstrap.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 14, sass/partials/_bootstrap.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 14, sass/partials/_bootstrap.scss */
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

/* line 14, sass/partials/_bootstrap.scss */
.clearfix:after, .container:after, .container-fluid:after, .row:after, .panel-body:after {
  clear: both;
}

/* line 14, sass/partials/_bootstrap.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 14, sass/partials/_bootstrap.scss */
.pull-right {
  float: right !important;
}

/* line 14, sass/partials/_bootstrap.scss */
.pull-left {
  float: left !important;
}

/* line 14, sass/partials/_bootstrap.scss */
.hide {
  display: none !important;
}

/* line 14, sass/partials/_bootstrap.scss */
.show {
  display: block !important;
}

/* line 14, sass/partials/_bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 14, sass/partials/_bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 14, sass/partials/_bootstrap.scss */
.hidden {
  display: none !important;
}

/* line 14, sass/partials/_bootstrap.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 14, sass/partials/_bootstrap.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

/* line 14, sass/partials/_bootstrap.scss */
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .visible-md {
    display: block !important;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 14, sass/partials/_bootstrap.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 14, sass/partials/_bootstrap.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 14, sass/partials/_bootstrap.scss */
  .visible-print {
    display: block !important;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 14, sass/partials/_bootstrap.scss */
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
/* line 14, sass/partials/_bootstrap.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 14, sass/partials/_bootstrap.scss */
  .visible-print-block {
    display: block !important;
  }
}
/* line 14, sass/partials/_bootstrap.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 14, sass/partials/_bootstrap.scss */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 14, sass/partials/_bootstrap.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 14, sass/partials/_bootstrap.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 14, sass/partials/_bootstrap.scss */
  .hidden-print {
    display: none !important;
  }
}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
/* line 15, sass/partials/_swiper.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 15, sass/partials/_swiper.scss */
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 15, sass/partials/_swiper.scss */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 15, sass/partials/_swiper.scss */
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 15, sass/partials/_swiper.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

/* line 15, sass/partials/_swiper.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

/* line 15, sass/partials/_swiper.scss */
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 15, sass/partials/_swiper.scss */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* line 1, sass/partials/_gallery-page.scss */
html, body {
  position: relative;
  height: 100%;
}

/* line 5, sass/partials/_gallery-page.scss */
body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

/* line 13, sass/partials/_gallery-page.scss */
.swiper-container {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 1800px) {
  /* line 21, sass/partials/_gallery-page.scss */
  .swiper-container.bottom-bar .swiper-slide {
    height: 90%;
  }
}

/* line 27, sass/partials/_gallery-page.scss */
.swiper-container.blurred {
  -webkit-filter: blur(10px);
}

/* line 31, sass/partials/_gallery-page.scss */
.swiper-slide {
  font-size: 15px;
  background: #fff;
  background-size: cover !important;
  background-position: center center !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 44, sass/partials/_gallery-page.scss */
.swiper-pagination-bullet-active {
  background: #B03034;
}

/* line 48, sass/partials/_gallery-page.scss */
.swiper-button-prev, .swiper-button-next {
  font-size: 75px;
  z-index: 200;
  background: none;
  color: #B03034;
  opacity: 0.65;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* line 59, sass/partials/_gallery-page.scss */
.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 1.0;
}

/* line 63, sass/partials/_gallery-page.scss */
.watermark {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  width: 375px;
}
/* line 70, sass/partials/_gallery-page.scss */
.watermark.bottom-bar {
  bottom: 135px;
}
@media screen and (min-width: 1800px) {
  /* line 70, sass/partials/_gallery-page.scss */
  .watermark.bottom-bar {
    bottom: 155px;
  }
}
@media screen and (min-width: 1800px) {
  /* line 63, sass/partials/_gallery-page.scss */
  .watermark {
    width: 600px;
  }
}

/* line 83, sass/partials/_gallery-page.scss */
.gallery-logo {
  width: 375px;
  height: auto;
  display: block;
  float: right;
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 1800px) {
  /* line 83, sass/partials/_gallery-page.scss */
  .gallery-logo {
    width: 600px;
  }
}

/* line 96, sass/partials/_gallery-page.scss */
.fullscreen {
  position: fixed;
  top: 40px;
  right: 40px;
  background: rgba(255, 255, 255, 0.5);
  color: #515151;
  border: none;
  z-index: 10;
  opacity: 0.4;
  font-size: 18px;
  padding: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

/* line 118, sass/partials/_gallery-page.scss */
#hideFullScreen {
  display: none;
}

/* line 122, sass/partials/_gallery-page.scss */
.fullscreen:hover {
  opacity: 0.9;
  background: white;
}

/* line 128, sass/partials/_gallery-page.scss */
.swiper-slide .text-panel {
  position: absolute;
  width: 30%;
  max-width: 350px;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 40px;
  background: rgba(255, 255, 255, 0.85);
  z-index: 2;
  border-top: 20px solid #B03034;
  overflow-y: scroll;
}
@media screen and (min-width: 1800px) {
  /* line 128, sass/partials/_gallery-page.scss */
  .swiper-slide .text-panel {
    max-width: 550px !important;
  }
}

/* line 146, sass/partials/_gallery-page.scss */
.swiper-slide .text-panel .title {
  font-size: 40px;
  margin-top: 0;
  color: #bf1e2e;
  font-weight: 600;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d8d8d8;
  font-family: 'Oswald', sans-serif;
}
@media screen and (min-width: 1800px) {
  /* line 146, sass/partials/_gallery-page.scss */
  .swiper-slide .text-panel .title {
    font-size: 55px;
  }
}

/* line 161, sass/partials/_gallery-page.scss */
.swiper-slide .text-panel .stats {
  background: #fafafa;
  padding: 20px;
  color: #666;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
}
@media screen and (min-width: 1800px) {
  /* line 161, sass/partials/_gallery-page.scss */
  .swiper-slide .text-panel .stats {
    font-size: 26px;
  }
}

/* line 173, sass/partials/_gallery-page.scss */
.swiper-slide .text-panel .stats p {
  margin-bottom: 0;
  margin-top: 5px;
}
@media screen and (min-width: 1800px) {
  /* line 173, sass/partials/_gallery-page.scss */
  .swiper-slide .text-panel .stats p {
    font-size: 26px;
    margin-top: 15px;
  }
}

/* line 183, sass/partials/_gallery-page.scss */
.swiper-slide .text-panel .description {
  font-size: 18x;
  font-family: 'Lato', sans-serif;
  color: #313131;
}
@media screen and (min-width: 1800px) {
  /* line 183, sass/partials/_gallery-page.scss */
  .swiper-slide .text-panel .description {
    font-size: 28px;
  }
}

/* line 194, sass/partials/_gallery-page.scss */
.swiper-container.bottom-bar .text-panel {
  top: 5%;
  left: 2%;
  max-height: 75%;
}
@media screen and (min-width: 1800px) {
  /* line 194, sass/partials/_gallery-page.scss */
  .swiper-container.bottom-bar .text-panel {
    max-height: 55%;
  }
}

/* line 205, sass/partials/_gallery-page.scss */
.trigger-lead-form {
  display: inline-block;
  float: right;
  padding: 15px;
  border: 2px solid #e8e8e8;
  color: #e8e8e8;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin: 24px 0;
  text-decoration: none;
  color: #fff;
  background: #B03034;
  border-color: #B03034;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 1800px) {
  /* line 205, sass/partials/_gallery-page.scss */
  .trigger-lead-form {
    font-size: 28px;
  }
}

/* line 230, sass/partials/_gallery-page.scss */
.trigger-lead-form:hover {
  color: #B03034;
  background: #e8e8e8;
  border-color: #e8e8e8;
  text-decoration: none;
}

/* line 237, sass/partials/_gallery-page.scss */
.lead-takeover {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #e8e8e8;
  font-family: 'Lato', sans-serif;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* line 252, sass/partials/_gallery-page.scss */
.lead-takeover.open {
  opacity: 1.0;
  z-index: 9;
}

/* line 257, sass/partials/_gallery-page.scss */
.lead-takeover .content {
  width: 500px;
  margin: 200px auto;
  position: relative;
}

/* line 263, sass/partials/_gallery-page.scss */
.lead-takeover .close {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #e8e8e8;
  border: none;
  background: none;
  position: absolute;
  right: -50px;
  top: -5px;
  cursor: pointer;
}

/* line 276, sass/partials/_gallery-page.scss */
.lead-takeover p {
  font-size: 20px;
}

/* line 280, sass/partials/_gallery-page.scss */
.lead-takeover .mc4wp-form .full {
  width: 100%;
  float: left;
  margin-bottom: 8px;
}

/* line 286, sass/partials/_gallery-page.scss */
.lead-takeover .mc4wp-form .half {
  width: 46%;
  margin-right: 8%;
  float: left;
}

/* line 292, sass/partials/_gallery-page.scss */
.lead-takeover .mc4wp-form .half:last-child {
  margin-right: 0%;
}

/* line 296, sass/partials/_gallery-page.scss */
.lead-takeover .mc4wp-form input[type="text"], .lead-takeover .mc4wp-form input[type="email"] {
  width: 100%;
  font-size: 22px;
  padding: 8px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

/* line 305, sass/partials/_gallery-page.scss */
.lead-takeover .mc4wp-form label {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

/* line 311, sass/partials/_gallery-page.scss */
.lead-takeover .mc4wp-form .caption {
  font-size: 14px;
  margin-top: 5px;
  font-family: 'Lato', sans-serif;
}

/* line 317, sass/partials/_gallery-page.scss */
.lead-takeover .mc4wp-form input[type="submit"] {
  display: inline-block;
  padding: 15px;
  border: 2px solid #e8e8e8;
  background: none;
  color: #e8e8e8;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin: 25px 0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* line 334, sass/partials/_gallery-page.scss */
.lead-takeover .mc4wp-form input[type="submit"]:hover {
  color: #fff;
  background: #B03034;
  border-color: #B03034;
  text-decoration: none;
  cursor: pointer;
}

/* line 342, sass/partials/_gallery-page.scss */
.footer-bar {
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 2%;
  background: #e8e8e8;
}
/* line 352, sass/partials/_gallery-page.scss */
.footer-bar .logo {
  float: left;
  width: 250px;
}
/* line 356, sass/partials/_gallery-page.scss */
.footer-bar .logo img {
  width: 100%;
  height: auto;
  background: none;
}
@media screen and (min-width: 1800px) {
  /* line 352, sass/partials/_gallery-page.scss */
  .footer-bar .logo {
    width: 375px;
  }
}
@media screen and (min-width: 2000px) {
  /* line 352, sass/partials/_gallery-page.scss */
  .footer-bar .logo {
    width: 500px;
  }
}
/* line 371, sass/partials/_gallery-page.scss */
.footer-bar .contact-info {
  float: right;
  margin-top: 35px;
}
@media screen and (min-width: 1800px) {
  /* line 371, sass/partials/_gallery-page.scss */
  .footer-bar .contact-info {
    margin-top: 40px;
  }
}
/* line 379, sass/partials/_gallery-page.scss */
.footer-bar .contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 384, sass/partials/_gallery-page.scss */
.footer-bar .contact-info ul li {
  float: left;
  margin-left: 40px;
  font-size: 28px;
  list-style: outside;
}
/* line 390, sass/partials/_gallery-page.scss */
.footer-bar .contact-info ul li:first-child {
  list-style: none;
}
@media screen and (min-width: 1800px) {
  /* line 384, sass/partials/_gallery-page.scss */
  .footer-bar .contact-info ul li {
    font-size: 35px;
  }
}
@media screen and (min-width: 2000px) {
  /* line 384, sass/partials/_gallery-page.scss */
  .footer-bar .contact-info ul li {
    font-size: 40px;
  }
}

/* line 1, sass/partials/_preloader.scss */
.preloader {
  background: #999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  padding-top: 10%;
}
/* line 13, sass/partials/_preloader.scss */
.preloader .logo {
  width: 100%;
}
/* line 16, sass/partials/_preloader.scss */
.preloader .logo img {
  width: 100%;
  height: auto;
}
/* line 22, sass/partials/_preloader.scss */
.preloader .caption {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  /* line 22, sass/partials/_preloader.scss */
  .preloader .caption {
    font-size: 28px;
  }
}

@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-ms-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-o-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
/* line 196, sass/partials/_preloader.scss */
.uil-ripple-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

/* line 203, sass/partials/_preloader.scss */
.uil-ripple-css div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border-width: 12px;
  border-style: solid;
  -ms-animation: uil-ripple 2s ease-out infinite;
  -moz-animation: uil-ripple 2s ease-out infinite;
  -webkit-animation: uil-ripple 2s ease-out infinite;
  -o-animation: uil-ripple 2s ease-out infinite;
  animation: uil-ripple 2s ease-out infinite;
}

/* line 220, sass/partials/_preloader.scss */
.uil-ripple-css div:nth-of-type(1) {
  border-color: #cec9c9;
}

/* line 223, sass/partials/_preloader.scss */
.uil-ripple-css div:nth-of-type(2) {
  border-color: #3c302e;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
