@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

/* makes the font 33% larger relative to the icon container */
/* line 5, ../fontawesome/fontscss/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../fontawesome/fontscss/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../fontawesome/fontscss/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../fontawesome/fontscss/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../fontawesome/fontscss/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../fontawesome/fontscss/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../fontawesome/fontscss/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../fontawesome/fontscss/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../fontawesome/fontscss/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../fontawesome/fontscss/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../fontawesome/fontscss/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../fontawesome/fontscss/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../fontawesome/fontscss/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, ../fontawesome/fontscss/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}
/* line 15, ../fontawesome/fontscss/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, ../fontawesome/fontscss/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, ../fontawesome/fontscss/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, ../fontawesome/fontscss/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 24, ../fontawesome/fontscss/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../fontawesome/fontscss/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../fontawesome/fontscss/_animated.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, ../fontawesome/fontscss/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../fontawesome/fontscss/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../fontawesome/fontscss/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../fontawesome/fontscss/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../fontawesome/fontscss/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, ../fontawesome/fontscss/_rotated-flipped.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, ../fontawesome/fontscss/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../fontawesome/fontscss/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../fontawesome/fontscss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../fontawesome/fontscss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../fontawesome/fontscss/_stacked.scss */
.fa-inverse {
  color: #fff;
}

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

/* line 5, ../fontawesome/fontscss/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../fontawesome/fontscss/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../fontawesome/fontscss/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../fontawesome/fontscss/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../fontawesome/fontscss/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../fontawesome/fontscss/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../fontawesome/fontscss/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../fontawesome/fontscss/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../fontawesome/fontscss/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../fontawesome/fontscss/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../fontawesome/fontscss/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../fontawesome/fontscss/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../fontawesome/fontscss/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, ../fontawesome/fontscss/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, ../fontawesome/fontscss/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, ../fontawesome/fontscss/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, ../fontawesome/fontscss/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, ../fontawesome/fontscss/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, ../fontawesome/fontscss/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, ../fontawesome/fontscss/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, ../fontawesome/fontscss/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, ../fontawesome/fontscss/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, ../fontawesome/fontscss/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, ../fontawesome/fontscss/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, ../fontawesome/fontscss/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, ../fontawesome/fontscss/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, ../fontawesome/fontscss/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, ../fontawesome/fontscss/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, ../fontawesome/fontscss/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, ../fontawesome/fontscss/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, ../fontawesome/fontscss/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, ../fontawesome/fontscss/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, ../fontawesome/fontscss/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, ../fontawesome/fontscss/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, ../fontawesome/fontscss/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, ../fontawesome/fontscss/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, ../fontawesome/fontscss/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, ../fontawesome/fontscss/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, ../fontawesome/fontscss/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, ../fontawesome/fontscss/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, ../fontawesome/fontscss/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, ../fontawesome/fontscss/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, ../fontawesome/fontscss/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, ../fontawesome/fontscss/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, ../fontawesome/fontscss/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, ../fontawesome/fontscss/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, ../fontawesome/fontscss/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, ../fontawesome/fontscss/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, ../fontawesome/fontscss/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, ../fontawesome/fontscss/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, ../fontawesome/fontscss/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, ../fontawesome/fontscss/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, ../fontawesome/fontscss/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, ../fontawesome/fontscss/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, ../fontawesome/fontscss/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, ../fontawesome/fontscss/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, ../fontawesome/fontscss/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, ../fontawesome/fontscss/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, ../fontawesome/fontscss/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, ../fontawesome/fontscss/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, ../fontawesome/fontscss/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, ../fontawesome/fontscss/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, ../fontawesome/fontscss/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, ../fontawesome/fontscss/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, ../fontawesome/fontscss/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, ../fontawesome/fontscss/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, ../fontawesome/fontscss/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, ../fontawesome/fontscss/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, ../fontawesome/fontscss/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, ../fontawesome/fontscss/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, ../fontawesome/fontscss/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, ../fontawesome/fontscss/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, ../fontawesome/fontscss/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, ../fontawesome/fontscss/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, ../fontawesome/fontscss/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, ../fontawesome/fontscss/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, ../fontawesome/fontscss/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, ../fontawesome/fontscss/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, ../fontawesome/fontscss/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, ../fontawesome/fontscss/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, ../fontawesome/fontscss/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, ../fontawesome/fontscss/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, ../fontawesome/fontscss/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, ../fontawesome/fontscss/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, ../fontawesome/fontscss/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, ../fontawesome/fontscss/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, ../fontawesome/fontscss/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, ../fontawesome/fontscss/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, ../fontawesome/fontscss/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, ../fontawesome/fontscss/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, ../fontawesome/fontscss/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, ../fontawesome/fontscss/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, ../fontawesome/fontscss/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, ../fontawesome/fontscss/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, ../fontawesome/fontscss/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, ../fontawesome/fontscss/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, ../fontawesome/fontscss/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, ../fontawesome/fontscss/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, ../fontawesome/fontscss/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, ../fontawesome/fontscss/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, ../fontawesome/fontscss/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, ../fontawesome/fontscss/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, ../fontawesome/fontscss/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, ../fontawesome/fontscss/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, ../fontawesome/fontscss/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, ../fontawesome/fontscss/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, ../fontawesome/fontscss/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, ../fontawesome/fontscss/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, ../fontawesome/fontscss/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, ../fontawesome/fontscss/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, ../fontawesome/fontscss/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, ../fontawesome/fontscss/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, ../fontawesome/fontscss/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, ../fontawesome/fontscss/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, ../fontawesome/fontscss/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, ../fontawesome/fontscss/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, ../fontawesome/fontscss/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, ../fontawesome/fontscss/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, ../fontawesome/fontscss/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, ../fontawesome/fontscss/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, ../fontawesome/fontscss/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, ../fontawesome/fontscss/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, ../fontawesome/fontscss/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, ../fontawesome/fontscss/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, ../fontawesome/fontscss/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, ../fontawesome/fontscss/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, ../fontawesome/fontscss/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, ../fontawesome/fontscss/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, ../fontawesome/fontscss/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, ../fontawesome/fontscss/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, ../fontawesome/fontscss/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, ../fontawesome/fontscss/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, ../fontawesome/fontscss/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, ../fontawesome/fontscss/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, ../fontawesome/fontscss/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, ../fontawesome/fontscss/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, ../fontawesome/fontscss/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, ../fontawesome/fontscss/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, ../fontawesome/fontscss/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, ../fontawesome/fontscss/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, ../fontawesome/fontscss/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, ../fontawesome/fontscss/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, ../fontawesome/fontscss/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, ../fontawesome/fontscss/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, ../fontawesome/fontscss/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, ../fontawesome/fontscss/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 164, ../fontawesome/fontscss/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 165, ../fontawesome/fontscss/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 166, ../fontawesome/fontscss/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 168, ../fontawesome/fontscss/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 169, ../fontawesome/fontscss/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 170, ../fontawesome/fontscss/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 171, ../fontawesome/fontscss/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 172, ../fontawesome/fontscss/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 173, ../fontawesome/fontscss/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 174, ../fontawesome/fontscss/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 175, ../fontawesome/fontscss/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 176, ../fontawesome/fontscss/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 177, ../fontawesome/fontscss/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 178, ../fontawesome/fontscss/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 179, ../fontawesome/fontscss/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 180, ../fontawesome/fontscss/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 181, ../fontawesome/fontscss/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 182, ../fontawesome/fontscss/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 183, ../fontawesome/fontscss/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 184, ../fontawesome/fontscss/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 185, ../fontawesome/fontscss/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 186, ../fontawesome/fontscss/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 188, ../fontawesome/fontscss/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 190, ../fontawesome/fontscss/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 191, ../fontawesome/fontscss/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 192, ../fontawesome/fontscss/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 194, ../fontawesome/fontscss/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 196, ../fontawesome/fontscss/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 197, ../fontawesome/fontscss/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 199, ../fontawesome/fontscss/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 200, ../fontawesome/fontscss/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 203, ../fontawesome/fontscss/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 204, ../fontawesome/fontscss/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 205, ../fontawesome/fontscss/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 206, ../fontawesome/fontscss/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 207, ../fontawesome/fontscss/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 208, ../fontawesome/fontscss/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 209, ../fontawesome/fontscss/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 210, ../fontawesome/fontscss/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 211, ../fontawesome/fontscss/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 212, ../fontawesome/fontscss/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 213, ../fontawesome/fontscss/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 214, ../fontawesome/fontscss/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 215, ../fontawesome/fontscss/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 216, ../fontawesome/fontscss/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 217, ../fontawesome/fontscss/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 218, ../fontawesome/fontscss/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 219, ../fontawesome/fontscss/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 220, ../fontawesome/fontscss/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 222, ../fontawesome/fontscss/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 224, ../fontawesome/fontscss/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 226, ../fontawesome/fontscss/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 227, ../fontawesome/fontscss/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 228, ../fontawesome/fontscss/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 230, ../fontawesome/fontscss/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 232, ../fontawesome/fontscss/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 234, ../fontawesome/fontscss/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 235, ../fontawesome/fontscss/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 236, ../fontawesome/fontscss/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 238, ../fontawesome/fontscss/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 239, ../fontawesome/fontscss/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 240, ../fontawesome/fontscss/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 242, ../fontawesome/fontscss/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 243, ../fontawesome/fontscss/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 244, ../fontawesome/fontscss/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 245, ../fontawesome/fontscss/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 246, ../fontawesome/fontscss/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 247, ../fontawesome/fontscss/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 248, ../fontawesome/fontscss/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 249, ../fontawesome/fontscss/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 250, ../fontawesome/fontscss/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 251, ../fontawesome/fontscss/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 252, ../fontawesome/fontscss/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 253, ../fontawesome/fontscss/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 254, ../fontawesome/fontscss/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 255, ../fontawesome/fontscss/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 256, ../fontawesome/fontscss/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 257, ../fontawesome/fontscss/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 258, ../fontawesome/fontscss/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 259, ../fontawesome/fontscss/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 260, ../fontawesome/fontscss/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 261, ../fontawesome/fontscss/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 262, ../fontawesome/fontscss/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 263, ../fontawesome/fontscss/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 264, ../fontawesome/fontscss/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 265, ../fontawesome/fontscss/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 266, ../fontawesome/fontscss/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 267, ../fontawesome/fontscss/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 268, ../fontawesome/fontscss/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 269, ../fontawesome/fontscss/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 270, ../fontawesome/fontscss/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 271, ../fontawesome/fontscss/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 272, ../fontawesome/fontscss/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 274, ../fontawesome/fontscss/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 275, ../fontawesome/fontscss/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 276, ../fontawesome/fontscss/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 277, ../fontawesome/fontscss/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 278, ../fontawesome/fontscss/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 279, ../fontawesome/fontscss/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 281, ../fontawesome/fontscss/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 282, ../fontawesome/fontscss/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 283, ../fontawesome/fontscss/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 284, ../fontawesome/fontscss/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 285, ../fontawesome/fontscss/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 286, ../fontawesome/fontscss/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 287, ../fontawesome/fontscss/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 288, ../fontawesome/fontscss/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 289, ../fontawesome/fontscss/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 290, ../fontawesome/fontscss/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 291, ../fontawesome/fontscss/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 292, ../fontawesome/fontscss/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 293, ../fontawesome/fontscss/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 295, ../fontawesome/fontscss/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 298, ../fontawesome/fontscss/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 299, ../fontawesome/fontscss/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 300, ../fontawesome/fontscss/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 301, ../fontawesome/fontscss/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 303, ../fontawesome/fontscss/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 304, ../fontawesome/fontscss/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 305, ../fontawesome/fontscss/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 306, ../fontawesome/fontscss/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 307, ../fontawesome/fontscss/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 308, ../fontawesome/fontscss/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 309, ../fontawesome/fontscss/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 310, ../fontawesome/fontscss/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 311, ../fontawesome/fontscss/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 312, ../fontawesome/fontscss/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 313, ../fontawesome/fontscss/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 314, ../fontawesome/fontscss/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 315, ../fontawesome/fontscss/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 316, ../fontawesome/fontscss/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 317, ../fontawesome/fontscss/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 318, ../fontawesome/fontscss/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 319, ../fontawesome/fontscss/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 320, ../fontawesome/fontscss/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 321, ../fontawesome/fontscss/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 322, ../fontawesome/fontscss/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 323, ../fontawesome/fontscss/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 324, ../fontawesome/fontscss/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 325, ../fontawesome/fontscss/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 326, ../fontawesome/fontscss/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 327, ../fontawesome/fontscss/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 328, ../fontawesome/fontscss/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 329, ../fontawesome/fontscss/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 330, ../fontawesome/fontscss/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 331, ../fontawesome/fontscss/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 332, ../fontawesome/fontscss/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 333, ../fontawesome/fontscss/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 334, ../fontawesome/fontscss/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 335, ../fontawesome/fontscss/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 336, ../fontawesome/fontscss/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 337, ../fontawesome/fontscss/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 338, ../fontawesome/fontscss/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 339, ../fontawesome/fontscss/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 340, ../fontawesome/fontscss/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 342, ../fontawesome/fontscss/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 344, ../fontawesome/fontscss/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 346, ../fontawesome/fontscss/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 348, ../fontawesome/fontscss/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 349, ../fontawesome/fontscss/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 351, ../fontawesome/fontscss/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 353, ../fontawesome/fontscss/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 357, ../fontawesome/fontscss/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 360, ../fontawesome/fontscss/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 362, ../fontawesome/fontscss/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 364, ../fontawesome/fontscss/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 365, ../fontawesome/fontscss/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 366, ../fontawesome/fontscss/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 367, ../fontawesome/fontscss/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 368, ../fontawesome/fontscss/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 369, ../fontawesome/fontscss/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 370, ../fontawesome/fontscss/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 371, ../fontawesome/fontscss/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 372, ../fontawesome/fontscss/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 373, ../fontawesome/fontscss/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 374, ../fontawesome/fontscss/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 375, ../fontawesome/fontscss/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 376, ../fontawesome/fontscss/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 377, ../fontawesome/fontscss/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 378, ../fontawesome/fontscss/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 379, ../fontawesome/fontscss/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 380, ../fontawesome/fontscss/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 381, ../fontawesome/fontscss/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 382, ../fontawesome/fontscss/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 383, ../fontawesome/fontscss/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 384, ../fontawesome/fontscss/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 385, ../fontawesome/fontscss/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 386, ../fontawesome/fontscss/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 387, ../fontawesome/fontscss/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 388, ../fontawesome/fontscss/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 389, ../fontawesome/fontscss/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 390, ../fontawesome/fontscss/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 391, ../fontawesome/fontscss/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 392, ../fontawesome/fontscss/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 393, ../fontawesome/fontscss/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 394, ../fontawesome/fontscss/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 395, ../fontawesome/fontscss/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 396, ../fontawesome/fontscss/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 397, ../fontawesome/fontscss/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 398, ../fontawesome/fontscss/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 399, ../fontawesome/fontscss/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 400, ../fontawesome/fontscss/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 401, ../fontawesome/fontscss/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 402, ../fontawesome/fontscss/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 404, ../fontawesome/fontscss/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 405, ../fontawesome/fontscss/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 406, ../fontawesome/fontscss/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 407, ../fontawesome/fontscss/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 408, ../fontawesome/fontscss/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 409, ../fontawesome/fontscss/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 410, ../fontawesome/fontscss/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 411, ../fontawesome/fontscss/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 412, ../fontawesome/fontscss/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 413, ../fontawesome/fontscss/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 414, ../fontawesome/fontscss/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 415, ../fontawesome/fontscss/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 417, ../fontawesome/fontscss/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 418, ../fontawesome/fontscss/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 419, ../fontawesome/fontscss/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 420, ../fontawesome/fontscss/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 422, ../fontawesome/fontscss/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 423, ../fontawesome/fontscss/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 424, ../fontawesome/fontscss/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 425, ../fontawesome/fontscss/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 426, ../fontawesome/fontscss/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 427, ../fontawesome/fontscss/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 428, ../fontawesome/fontscss/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 431, ../fontawesome/fontscss/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 433, ../fontawesome/fontscss/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 434, ../fontawesome/fontscss/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 435, ../fontawesome/fontscss/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 436, ../fontawesome/fontscss/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 437, ../fontawesome/fontscss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 438, ../fontawesome/fontscss/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 439, ../fontawesome/fontscss/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 440, ../fontawesome/fontscss/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 441, ../fontawesome/fontscss/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 442, ../fontawesome/fontscss/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 443, ../fontawesome/fontscss/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 444, ../fontawesome/fontscss/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 445, ../fontawesome/fontscss/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 446, ../fontawesome/fontscss/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 447, ../fontawesome/fontscss/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 448, ../fontawesome/fontscss/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 449, ../fontawesome/fontscss/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 450, ../fontawesome/fontscss/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 451, ../fontawesome/fontscss/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 452, ../fontawesome/fontscss/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 453, ../fontawesome/fontscss/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 454, ../fontawesome/fontscss/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 455, ../fontawesome/fontscss/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 456, ../fontawesome/fontscss/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 457, ../fontawesome/fontscss/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 458, ../fontawesome/fontscss/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 460, ../fontawesome/fontscss/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 462, ../fontawesome/fontscss/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 463, ../fontawesome/fontscss/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 464, ../fontawesome/fontscss/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 465, ../fontawesome/fontscss/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 466, ../fontawesome/fontscss/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 467, ../fontawesome/fontscss/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 468, ../fontawesome/fontscss/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 469, ../fontawesome/fontscss/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 470, ../fontawesome/fontscss/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 471, ../fontawesome/fontscss/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 474, ../fontawesome/fontscss/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 476, ../fontawesome/fontscss/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 478, ../fontawesome/fontscss/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 480, ../fontawesome/fontscss/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 481, ../fontawesome/fontscss/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 482, ../fontawesome/fontscss/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 483, ../fontawesome/fontscss/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 484, ../fontawesome/fontscss/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 489, ../fontawesome/fontscss/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 490, ../fontawesome/fontscss/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "";
}

/* line 492, ../fontawesome/fontscss/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 494, ../fontawesome/fontscss/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 495, ../fontawesome/fontscss/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 496, ../fontawesome/fontscss/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 499, ../fontawesome/fontscss/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 500, ../fontawesome/fontscss/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 501, ../fontawesome/fontscss/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 503, ../fontawesome/fontscss/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 505, ../fontawesome/fontscss/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 507, ../fontawesome/fontscss/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 508, ../fontawesome/fontscss/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 509, ../fontawesome/fontscss/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 510, ../fontawesome/fontscss/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 511, ../fontawesome/fontscss/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 512, ../fontawesome/fontscss/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 513, ../fontawesome/fontscss/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 514, ../fontawesome/fontscss/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 515, ../fontawesome/fontscss/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 517, ../fontawesome/fontscss/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 518, ../fontawesome/fontscss/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 519, ../fontawesome/fontscss/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 520, ../fontawesome/fontscss/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 521, ../fontawesome/fontscss/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 522, ../fontawesome/fontscss/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 523, ../fontawesome/fontscss/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 524, ../fontawesome/fontscss/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 525, ../fontawesome/fontscss/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 526, ../fontawesome/fontscss/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 527, ../fontawesome/fontscss/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 528, ../fontawesome/fontscss/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 529, ../fontawesome/fontscss/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 530, ../fontawesome/fontscss/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 531, ../fontawesome/fontscss/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 532, ../fontawesome/fontscss/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 533, ../fontawesome/fontscss/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 534, ../fontawesome/fontscss/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 535, ../fontawesome/fontscss/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 536, ../fontawesome/fontscss/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 537, ../fontawesome/fontscss/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 538, ../fontawesome/fontscss/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 539, ../fontawesome/fontscss/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 540, ../fontawesome/fontscss/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 541, ../fontawesome/fontscss/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 542, ../fontawesome/fontscss/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 543, ../fontawesome/fontscss/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 544, ../fontawesome/fontscss/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 545, ../fontawesome/fontscss/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 546, ../fontawesome/fontscss/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 547, ../fontawesome/fontscss/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 548, ../fontawesome/fontscss/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 549, ../fontawesome/fontscss/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 550, ../fontawesome/fontscss/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 551, ../fontawesome/fontscss/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 552, ../fontawesome/fontscss/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 553, ../fontawesome/fontscss/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 554, ../fontawesome/fontscss/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 557, ../fontawesome/fontscss/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 558, ../fontawesome/fontscss/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 559, ../fontawesome/fontscss/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 560, ../fontawesome/fontscss/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 561, ../fontawesome/fontscss/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 562, ../fontawesome/fontscss/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 563, ../fontawesome/fontscss/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 564, ../fontawesome/fontscss/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 565, ../fontawesome/fontscss/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 566, ../fontawesome/fontscss/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 567, ../fontawesome/fontscss/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 568, ../fontawesome/fontscss/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 569, ../fontawesome/fontscss/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 570, ../fontawesome/fontscss/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 571, ../fontawesome/fontscss/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 572, ../fontawesome/fontscss/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 573, ../fontawesome/fontscss/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 574, ../fontawesome/fontscss/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 575, ../fontawesome/fontscss/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 576, ../fontawesome/fontscss/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 577, ../fontawesome/fontscss/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 578, ../fontawesome/fontscss/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 580, ../fontawesome/fontscss/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 581, ../fontawesome/fontscss/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 582, ../fontawesome/fontscss/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 583, ../fontawesome/fontscss/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 584, ../fontawesome/fontscss/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 585, ../fontawesome/fontscss/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 586, ../fontawesome/fontscss/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 587, ../fontawesome/fontscss/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 588, ../fontawesome/fontscss/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 589, ../fontawesome/fontscss/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 590, ../fontawesome/fontscss/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 591, ../fontawesome/fontscss/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 592, ../fontawesome/fontscss/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 593, ../fontawesome/fontscss/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 594, ../fontawesome/fontscss/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 595, ../fontawesome/fontscss/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 597, ../fontawesome/fontscss/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 598, ../fontawesome/fontscss/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 599, ../fontawesome/fontscss/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 600, ../fontawesome/fontscss/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 601, ../fontawesome/fontscss/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 603, ../fontawesome/fontscss/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 604, ../fontawesome/fontscss/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 605, ../fontawesome/fontscss/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 606, ../fontawesome/fontscss/_icons.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

/* line 608, ../fontawesome/fontscss/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 610, ../fontawesome/fontscss/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 612, ../fontawesome/fontscss/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 614, ../fontawesome/fontscss/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 616, ../fontawesome/fontscss/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 617, ../fontawesome/fontscss/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 618, ../fontawesome/fontscss/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 619, ../fontawesome/fontscss/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 620, ../fontawesome/fontscss/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 621, ../fontawesome/fontscss/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 622, ../fontawesome/fontscss/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 623, ../fontawesome/fontscss/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 624, ../fontawesome/fontscss/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 625, ../fontawesome/fontscss/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 626, ../fontawesome/fontscss/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 627, ../fontawesome/fontscss/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 629, ../fontawesome/fontscss/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 631, ../fontawesome/fontscss/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 633, ../fontawesome/fontscss/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 634, ../fontawesome/fontscss/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 636, ../fontawesome/fontscss/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 638, ../fontawesome/fontscss/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 639, ../fontawesome/fontscss/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 640, ../fontawesome/fontscss/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 641, ../fontawesome/fontscss/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 642, ../fontawesome/fontscss/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 643, ../fontawesome/fontscss/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 644, ../fontawesome/fontscss/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 645, ../fontawesome/fontscss/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 646, ../fontawesome/fontscss/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 647, ../fontawesome/fontscss/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 648, ../fontawesome/fontscss/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 649, ../fontawesome/fontscss/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 650, ../fontawesome/fontscss/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 651, ../fontawesome/fontscss/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 652, ../fontawesome/fontscss/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 653, ../fontawesome/fontscss/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 654, ../fontawesome/fontscss/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 655, ../fontawesome/fontscss/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 656, ../fontawesome/fontscss/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 657, ../fontawesome/fontscss/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 658, ../fontawesome/fontscss/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 660, ../fontawesome/fontscss/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 661, ../fontawesome/fontscss/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 662, ../fontawesome/fontscss/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 663, ../fontawesome/fontscss/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 664, ../fontawesome/fontscss/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 665, ../fontawesome/fontscss/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 666, ../fontawesome/fontscss/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 667, ../fontawesome/fontscss/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 668, ../fontawesome/fontscss/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 669, ../fontawesome/fontscss/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 670, ../fontawesome/fontscss/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 671, ../fontawesome/fontscss/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 672, ../fontawesome/fontscss/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 673, ../fontawesome/fontscss/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 674, ../fontawesome/fontscss/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 675, ../fontawesome/fontscss/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 676, ../fontawesome/fontscss/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 677, ../fontawesome/fontscss/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 678, ../fontawesome/fontscss/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 679, ../fontawesome/fontscss/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 680, ../fontawesome/fontscss/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 681, ../fontawesome/fontscss/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 682, ../fontawesome/fontscss/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 683, ../fontawesome/fontscss/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 684, ../fontawesome/fontscss/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 685, ../fontawesome/fontscss/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 686, ../fontawesome/fontscss/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 687, ../fontawesome/fontscss/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 688, ../fontawesome/fontscss/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 689, ../fontawesome/fontscss/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 690, ../fontawesome/fontscss/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 691, ../fontawesome/fontscss/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 692, ../fontawesome/fontscss/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 693, ../fontawesome/fontscss/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 694, ../fontawesome/fontscss/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 695, ../fontawesome/fontscss/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 696, ../fontawesome/fontscss/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 697, ../fontawesome/fontscss/_icons.scss */
.fa-percent:before {
  content: "";
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 358, ../sass/_variables.scss */
.img-center {
  margin: auto;
}

/* [ body bg ]
	=======================================================*/
/*@mixin background-size(){
	background-size:$cover;
}
*/
/* [ Header scss ]
	=======================================================*/
	/*$anime-time: 8s;
	
	$box-size: 64px;
	$clip-distance: .05;
	$clip-size: $box-size * (1 + $clip-distance * 2);
	$path-width: 2px;
	
	$main-color: rgba(#fff,.8);
	
	$codepen-logo-path: url('../images/logo-icon.png');
	
	%full-fill {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index:9999999
	}
*/
/* [ Main-section scss ]
	=======================================================*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Sansation Light';
  src: url("../fonts/bootstrap/sansation-light.eot");
  src: url("../fonts/bootstrap/sansation-light.eot") format("embedded-opentype"), url("../fonts/bootstrap/sansation-light.woff2") format("woff2"), url("../fonts/bootstrap/sansation-light.woff") format("woff"), url("../fonts/bootstrap/sansation-light.ttf") format("truetype"), url("../fonts/bootstrap/sansation-light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sansation Regular';
  src: url("../fonts/bootstrap/sansation-regular.eot");
  src: url("../fonts/bootstrap/sansation-regular.eot") format("embedded-opentype"), url("../fonts/bootstrap/sansation-regular.woff2") format("woff2"), url("../fonts/bootstrap/sansation-regular.woff") format("woff"), url("../fonts/bootstrap/sansation-regular.ttf") format("truetype"), url("../fonts/bootstrap/sansation-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 50, bootstrap/_glyphicons.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 63, bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 64, bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 66, bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 67, bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 68, bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 69, bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 70, bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 71, bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 72, bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 73, bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 74, bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 75, bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 76, bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 77, bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 78, bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 79, bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 80, bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 81, bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 82, bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 83, bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 84, bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 85, bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 86, bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 87, bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 88, bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 89, bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 90, bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 91, bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 92, bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 93, bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 94, bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 95, bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 96, bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 97, bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 98, bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 99, bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 100, bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 101, bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 102, bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 103, bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 104, bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 105, bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 106, bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 107, bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 108, bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 109, bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 110, bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 111, bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 112, bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 113, bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 114, bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 115, bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 116, bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 117, bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 118, bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 119, bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 120, bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 121, bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 122, bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 123, bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 124, bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 125, bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 126, bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 127, bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 128, bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 129, bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 130, bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 131, bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 132, bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 133, bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 134, bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 135, bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 136, bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 137, bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 138, bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 139, bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 140, bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 141, bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 142, bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 143, bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 144, bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 145, bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 146, bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 147, bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 148, bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 149, bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 150, bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 151, bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 152, bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 153, bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 154, bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 155, bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 156, bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 157, bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 158, bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 159, bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 160, bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 161, bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 162, bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 163, bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 164, bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 165, bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 166, bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 167, bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 168, bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 169, bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 170, bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 171, bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 172, bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 173, bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 174, bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 175, bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 176, bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 177, bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 178, bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 179, bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 180, bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 181, bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 182, bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 183, bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 184, bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 185, bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 186, bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 187, bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 188, bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 189, bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 190, bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 191, bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 192, bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 193, bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 194, bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 195, bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 196, bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 197, bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 198, bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 199, bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 200, bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 201, bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 202, bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 203, bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 204, bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 205, bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 206, bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 207, bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 208, bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 209, bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 210, bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 211, bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 212, bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 213, bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 214, bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 215, bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 216, bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 217, bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 218, bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 219, bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 220, bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 221, bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 222, bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 223, bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 224, bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 225, bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 226, bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 227, bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 228, bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 229, bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 230, bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 231, bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 232, bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 233, bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 234, bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 235, bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 236, bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 237, bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 238, bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 239, bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 240, bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 241, bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 242, bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 243, bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 244, bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 245, bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 246, bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 247, bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 248, bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 249, bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 250, bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 251, bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 252, bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 253, bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 254, bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 255, bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 256, bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 257, bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 258, bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 259, bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 260, bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 261, bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 262, bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 263, bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 264, bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 265, bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 266, bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 267, bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 268, bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 269, bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 278, bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 279, bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 280, bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 281, bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 282, bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 283, bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 284, bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 285, bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 286, bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 287, bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 288, bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 289, bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 290, bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 291, bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 292, bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 293, bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 294, bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 295, bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 296, bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 297, bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 298, bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 299, bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 300, bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 301, bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 302, bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 303, bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 304, bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 305, bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 306, bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 307, bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 308, bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 309, bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 310, bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 311, bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 312, bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 313, bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 314, bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 315, bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 316, bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 317, bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 318, bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 319, bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 320, bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 321, bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 322, bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 323, bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 324, bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 325, bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 326, bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 327, bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 328, bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 329, bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 330, bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 331, bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 332, bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 333, bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

/* line 159, bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 265, bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 55, bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, bootstrap/mixins/_grid-framework.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 27, bootstrap/mixins/_grid-framework.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 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, bootstrap/mixins/_grid-framework.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 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, bootstrap/mixins/_grid-framework.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 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, bootstrap/mixins/_grid-framework.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 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, bootstrap/_tables.scss */
caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #777777;
  text-align: left;
}

/* line 15, bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #eee;
}
/* line 41, bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #eee;
}
/* line 50, bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #eee;
}
/* line 62, bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #eee;
}
/* line 94, bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #eee;
}
/* line 101, bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #eee;
  }
  /* line 183, bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 202, bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 248, bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 333, bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 359, bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 366, bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 388, bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 410, bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 37, bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 53, bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 37, bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 53, bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 37, bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 37, bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 53, bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 139, bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, bootstrap/_dropdowns.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 20, bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  /* position: relative;*/
}

/* line 26, bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, bootstrap/_dropdowns.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: #efced7;
  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);
  background-clip: padding-box;
}
/* line 54, bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 78, bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, bootstrap/_dropdowns.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 103, bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, bootstrap/_dropdowns.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 123, bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 163, bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 120, bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 89, bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 94, bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 101, bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 117, bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 129, bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 159, bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 59, bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 108, bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 170, bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 206, bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 232, bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 478, bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 508, bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 327, bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 359, bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 425, bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 433, bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 442, bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 473, bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 482, bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 490, bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 506, bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 567, bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 577, bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #fff;
}
/* line 579, bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #fff;
}
/* line 583, bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 622, bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 630, bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 641, bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 25, bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 64, bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
/* line 12, bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 12, bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 14, bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, bootstrap/_labels.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 20, bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}
/* line 7, bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, bootstrap/_badges.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: #777777;
  border-radius: 10px;
}
/* line 22, bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 47, bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 24, bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 35, bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-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 26, bootstrap/_progress-bars.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 36, bootstrap/_progress-bars.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 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, bootstrap/_progress-bars.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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}

/* line 64, bootstrap/_progress-bars.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 73, bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, bootstrap/mixins/_progress-bar.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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 77, bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, bootstrap/mixins/_progress-bar.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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 81, bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, bootstrap/mixins/_progress-bar.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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 85, bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, bootstrap/mixins/_progress-bar.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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 1, bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 46, bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 55, bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 63, bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 78, bootstrap/_list-group.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 81, bootstrap/_list-group.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: #777777;
}
/* line 87, bootstrap/_list-group.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 96, bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 101, bootstrap/_list-group.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 4, bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 24, bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 24, bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 24, bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 24, bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 123, bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, bootstrap/_panels.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 16, bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, bootstrap/_panels.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 63, bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, bootstrap/_panels.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 82, bootstrap/_panels.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 89, bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, bootstrap/_panels.scss */
.panel > .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 > thead: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 131, bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child {
  border-top-left-radius: 3px;
}
/* line 135, bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child {
  border-top-right-radius: 3px;
}
/* line 143, bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, bootstrap/_panels.scss */
.panel > .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 > tbody: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 153, bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 157, bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 164, bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #eee;
}
/* line 170, bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, bootstrap/_responsive-embed.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 28, bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, bootstrap/_tooltip.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.42857;
  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 18, bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 36, bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 52, bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 59, bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 66, bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 73, bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 80, bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 87, bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 94, bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, bootstrap/_popovers.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.42857;
  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;
  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 27, bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, bootstrap/_popovers.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 42, bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 123, bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
/* line 109, bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 112, bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 119, bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 138, bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 185, bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 207, bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 229, bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 249, bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 32, bootstrap/_responsive-utilities.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: 480px) {
  /* line 48, bootstrap/_responsive-utilities.scss */
  .btn-login {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  /* line 52, bootstrap/_responsive-utilities.scss */
  .facebook, .google-plus {
    text-align: center;
  }
  /* line 54, bootstrap/_responsive-utilities.scss */
  .facebook i, .google-plus i {
    display: block;
    border: 0px !important;
  }
  /* line 58, bootstrap/_responsive-utilities.scss */
  .facebook span, .google-plus span {
    display: none !important;
  }

  /* line 62, bootstrap/_responsive-utilities.scss */
  .h2-heading {
    font-size: 16px !important;
    text-transform: uppercase;
  }

  /* line 66, bootstrap/_responsive-utilities.scss */
  .media-padd-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* line 70, bootstrap/_responsive-utilities.scss */
  .hr-line {
    display: none !important;
  }

  /* line 74, bootstrap/_responsive-utilities.scss */
  .headings h2 {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  /* line 7, bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

  /* line 84, bootstrap/_responsive-utilities.scss */
  .header2 {
    min-height: 450px;
    background-position: right bottom !important;
  }
  /* line 88, bootstrap/_responsive-utilities.scss */
  .header2 .show-hide-1 {
    display: block !important;
  }
  /* line 91, bootstrap/_responsive-utilities.scss */
  .header2 .media-padding-25-3 {
    padding: 25px 0 !important;
    /*.h1-heading-hide {
    	display:block !important;
    }*/
  }
  /* line 96, bootstrap/_responsive-utilities.scss */
  .header2 .media-padding-25-3 .media-fsize-14 {
    font-size: 14px;
  }

  /* line 101, bootstrap/_responsive-utilities.scss */
  .media-text-right {
    text-align: center !important;
  }

  /* line 105, bootstrap/_responsive-utilities.scss */
  .media_div_show {
    display: block !important;
  }

  /* line 108, bootstrap/_responsive-utilities.scss */
  .media_div_hide {
    display: none !important;
  }

  /* line 112, bootstrap/_responsive-utilities.scss */
  .padding-l-0, .padding-r-0 {
    padding: 0;
  }

  /* line 116, bootstrap/_responsive-utilities.scss */
  .display-none {
    display: none !important;
  }

  /* line 120, bootstrap/_responsive-utilities.scss */
  .inner-section2 .svg-box-icon1, .inner-section2 .svg-box-icon2 {
    margin: 0px !important;
  }

  /* line 125, bootstrap/_responsive-utilities.scss */
  .bluelight-bg2 {
    background: #fff !important;
  }

  /* line 129, bootstrap/_responsive-utilities.scss */
  .careers-section1 .col-sm-4 {
    height: auto !important;
    min-height: auto !important;
  }
  /* line 133, bootstrap/_responsive-utilities.scss */
  .careers-section1 .border-t-1, .careers-section1 .border-r-1, .careers-section1 .border-tr-1, .careers-section1 .border-b-1 {
    border: none !important;
  }

  /* line 138, bootstrap/_responsive-utilities.scss */
  .headings svg {
    display: none !important;
  }
  /* line 141, bootstrap/_responsive-utilities.scss */
  .headings h2 {
    font-size: 32px !important;
  }

  /* line 145, bootstrap/_responsive-utilities.scss */
  .contact-icon {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 151, bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 156, bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 161, bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

  /* line 170, bootstrap/_responsive-utilities.scss */
  .header2 {
    min-height: 350px;
    background-position: center center !important;
  }
  /* line 175, bootstrap/_responsive-utilities.scss */
  .header2 .media-padding-25-3 {
    padding: 25px 0 !important;
  }
  /* line 177, bootstrap/_responsive-utilities.scss */
  .header2 .media-padding-25-3 .h1-heading-hide {
    display: block !important;
  }

  /* line 184, bootstrap/_responsive-utilities.scss */
  .consumer-tabs ul {
    margin: auto;
    padding: 0px;
  }
  /* line 189, bootstrap/_responsive-utilities.scss */
  .consumer-tabs ul li a {
    padding: 10px 10px !important;
    border-radius: 0px !important;
  }

  /* line 196, bootstrap/_responsive-utilities.scss */
  .display-none {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 201, bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 207, bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 212, bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

  /* line 222, bootstrap/_responsive-utilities.scss */
  .navbar-nav li a {
    font-size: 13px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 230, bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 235, bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 240, bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 249, bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 254, bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 259, bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }

  /* line 274, bootstrap/_responsive-utilities.scss */
  .navbar-left2 {
    float: left !important;
  }

  /* line 277, bootstrap/_responsive-utilities.scss */
  .navbar-right2 {
    float: right !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }

  /* line 289, bootstrap/_responsive-utilities.scss */
  .display-none {
    display: block !important;
  }
}
/* line 18, bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 306, bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 306, bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 313, bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 313, bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 320, bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 320, bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* 
	Interlan scss 
================================================================================================*/
/* line 6, ../sass/_mainstyles.scss */
a {
  outline: none !important;
}
/* line 8, ../sass/_mainstyles.scss */
a:focus {
  outline: none !important;
}

/* line 13, ../sass/_mainstyles.scss */
.container {
  width: 100%;
}
/* line 15, ../sass/_mainstyles.scss */
.container .row {
  margin: 0px;
}

/* line 19, ../sass/_mainstyles.scss */
.sansation-light {
  font-family: 'Sansation Light';
}

/* line 22, ../sass/_mainstyles.scss */
.sansation-regular {
  font-family: 'Sansation Regular';
}

/* [ Border ]
=======================================================*/
/* line 29, ../sass/_mainstyles.scss */
.top-border {
  border-top: 3px solid rgba(0, 0, 0, 0.1);
}

/* line 33, ../sass/_mainstyles.scss */
.bottom-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* [ select dropdown box ]
=======================================================*/
/* line 40, ../sass/_mainstyles.scss */
select {
  /* styling */
  background-color: white;
  border: thin solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  width: 100%;
  font: inherit;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 57, ../sass/_mainstyles.scss */
::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: red;
}

/* line 62, ../sass/_mainstyles.scss */
::selection {
  color: white;
  background: red;
}

/* arrows */
/* line 69, ../sass/_mainstyles.scss */
select.chosen-select {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 60%), linear-gradient(135deg, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 60%), linear-gradient(to right, #ffffff, #ffffff);
  background-position: calc(100% - 20px) calc(1em + 1px), calc(100% - 15px) calc(1em + 1px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

/* line 85, ../sass/_mainstyles.scss */
select.chosen-select:focus {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 60%), linear-gradient(135deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 60%), linear-gradient(to right, #ffffff, #ffffff);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  outline: 0;
}

/* line 102, ../sass/_mainstyles.scss */
.select-option {
  padding: 5px;
}

/* [ bg Color ]
=======================================================*/
/* line 109, ../sass/_mainstyles.scss */
.white-bg {
  background: #fff;
  /*@include box-shadow(0 2px 5px rgba(#000,0.15%));*/
}

/* line 113, ../sass/_mainstyles.scss */
.gray-bg {
  background: rgba(0, 0, 0, 0.05);
}

/* line 116, ../sass/_mainstyles.scss */
.bluelight-bg {
  background: #eceff3 url(../images/texture-logo.png) repeat 0 0;
  background-color: #F2F5F7;
}

/* [padding scss ]
=======================================================*/
/* line 125, ../sass/_mainstyles.scss */
.padding-0 {
  padding: 0px;
}

/* line 128, ../sass/_mainstyles.scss */
.padding-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 132, ../sass/_mainstyles.scss */
.padding-10 {
  padding: 10px;
}

/* line 135, ../sass/_mainstyles.scss */
.padding-20 {
  padding: 20px;
}

/* line 138, ../sass/_mainstyles.scss */
.padding-tb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 142, ../sass/_mainstyles.scss */
.padding-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 146, ../sass/_mainstyles.scss */
.padding-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 150, ../sass/_mainstyles.scss */
.padding-tb-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* line 154, ../sass/_mainstyles.scss */
.padding-b-10 {
  padding-bottom: 10px;
}

/* line 157, ../sass/_mainstyles.scss */
.padding-t-10 {
  padding-top: 10px;
}

/* line 160, ../sass/_mainstyles.scss */
.padding-t-15 {
  padding-top: 15px;
}

/* line 163, ../sass/_mainstyles.scss */
.padding-t-40 {
  padding-top: 40px;
}

/* line 167, ../sass/_mainstyles.scss */
.padding-b-15 {
  padding-bottom: 15px;
}

/* line 170, ../sass/_mainstyles.scss */
.padding-l-0 {
  padding-left: 0px;
}

/* line 173, ../sass/_mainstyles.scss */
.padding-r-0 {
  padding-right: 0px;
}

/* line 176, ../sass/_mainstyles.scss */
.padding-r-30 {
  padding-right: 30px;
}

/* line 179, ../sass/_mainstyles.scss */
.padding-lr-40 {
  padding-left: 40px;
  padding-right: 40px;
}

/* 
	Body scss 
================================================================================================*/
/* line 189, ../sass/_mainstyles.scss */
body {
  margin: 0;
  padding: 0;
}

/* line 194, ../sass/_mainstyles.scss */
.inset-body {
  margin: auto;
}

/* line 198, ../sass/_mainstyles.scss */
.float-left {
  float: left;
}

/* line 201, ../sass/_mainstyles.scss */
.position-relative {
  position: relative;
}

/* line 204, ../sass/_mainstyles.scss */
.position-static {
  position: static;
}

/* 
	Header scss 
================================================================================================*/
/* line 213, ../sass/_mainstyles.scss */
.header4 {
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
}

/* line 218, ../sass/_mainstyles.scss */
.header {
  /*@include body-bg('bg.jpg');
  background-size:$cover;*/
  /* 
  	Main navbar scss 
  ======================================================*/
  /* 
  	Header Content scss 
  ======================================================*/
}
/* line 226, ../sass/_mainstyles.scss */
.header .main-nav-section {
  margin: auto;
  with: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 235, ../sass/_mainstyles.scss */
.header .main-nav-section .logo {
  float: left;
  margin-right: 15px;
  width: 62px;
  position: relative;
  z-index: 9999999;
}
/* line 243, ../sass/_mainstyles.scss */
.header .main-nav-section .cont-no {
  color: #ddd;
  font-size: 100%;
}
/* line 248, ../sass/_mainstyles.scss */
.header .main-nav-section .facebook-icon {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 25px;
  display: block;
  padding: 3px 15px 10px;
  text-align: center;
}
/* line 256, ../sass/_mainstyles.scss */
.header .main-nav-section svg {
  padding-top: 10px;
}
/* line 260, ../sass/_mainstyles.scss */
.header .fixed-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  padding: 0;
}
/* line 269, ../sass/_mainstyles.scss */
.header .fixed-top-bar .logo img {
  height: 52px;
}
/* line 279, ../sass/_mainstyles.scss */
.header .header-cont-section {
  overflow: hidden;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 286, ../sass/_mainstyles.scss */
.header .header-cont-section .af-sm-show {
  display: none;
}
/* line 291, ../sass/_mainstyles.scss */
.header .header-cont-section .header-title {
  /*-webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;*/
}
/* line 296, ../sass/_mainstyles.scss */
.header .header-cont-section .header-title .h1-heading {
  color: #fff;
  font-size: 68px;
  font-weight: normal;
}
/* line 302, ../sass/_mainstyles.scss */
.header .header-cont-section .header-title p {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}
/* line 309, ../sass/_mainstyles.scss */
.header .af-video {
  position: absolute;
  overflow: hidden;
  z-index: -100;
  min-width: 100%;
  min-height: 100%;
  background: #000;
  background: url("../videos/home-page-poster.jpg") no-repeat #000;
  background-size: cover;
  /*video { 
  	position: fixed;
  	top: 50%;
  	left: 50%;
  	min-width: 100%;
  	min-height: 100%;
  	width: auto;
  	height: auto;
  	z-index: -100;
  	transform: translateX(-50%) translateY(-50%);
  	background: url('../videos/home-page-poster.jpg') no-repeat;
  	background-size: cover;
  	transition: 1s opacity;
  }*/
}
/* line 319, ../sass/_mainstyles.scss */
.header .af-video video {
  width: 100%;
  height: auto;
}
/* line 338, ../sass/_mainstyles.scss */
.header .af-video .stopfade {
  opacity: .5;
}

/* 
	Main scss 
================================================================================================*/
/* line 348, ../sass/_mainstyles.scss */
.main-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #eceff3 url(../images/texture-logo.png) repeat 0 0;
}
/* line 353, ../sass/_mainstyles.scss */
.main-section .min-height-620 {
  min-height: 500px;
}
/* line 358, ../sass/_mainstyles.scss */
.main-section .h2-title h2 {
  text-align: right;
  font-size: 48px;
  color: #000;
}
/* line 363, ../sass/_mainstyles.scss */
.main-section .h2-title h2 span {
  display: block;
}
/* line 366, ../sass/_mainstyles.scss */
.main-section .h2-title h2 .applist-color {
  font-size: 32px;
  color: #FF0004;
}
/* line 373, ../sass/_mainstyles.scss */
.main-section .rotate-icons1 {
  float: left;
  position: relative;
  width: 22%;
  border: 1px solid transparent;
  min-height: 500px;
}
/* line 380, ../sass/_mainstyles.scss */
.main-section .rotate-icons2 {
  float: left;
  position: relative;
  width: 78%;
  border: 1px solid transparent;
  min-height: 500px;
  /*.apple-bg {
  	background:$white;
  	width:220px;
  	height:210px;
  	margin:22%;
  }*/
}
/* line 387, ../sass/_mainstyles.scss */
.main-section .rotate-icons2 .apple-box {
  width: 90%;
  height: 14%;
  position: absolute;
  bottom: 30%;
  left: 10%;
  display: inline-block;
  overflow: hidden;
}
/* line 396, ../sass/_mainstyles.scss */
.main-section .rotate-icons2 .apple-box .tech-slideshow {
  height: 100%;
  position: relative;
  overflow: hidden;
}
/* line 401, ../sass/_mainstyles.scss */
.main-section .rotate-icons2 .apple-box .tech-slideshow .tech-slideshow-1 {
  height: 100%;
  width: 1910px;
  background: url(../images/boxes.png);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -webkit-animation: moveSlideshow 60s linear infinite;
  -moz-animation: moveSlideshow 60s linear infinite;
}
@-webkit-keyframes moveSlideshow {
  0% {
    right: 0;
  }
  100% {
    right: -1684px;
  }
}
@-moz-keyframes moveSlideshow {
  0% {
    right: 0;
  }
  100% {
    right: -1684px;
  }
}
/* line 430, ../sass/_mainstyles.scss */
.main-section .rotate-icons2 .apple-mob {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}
/* line 437, ../sass/_mainstyles.scss */
.main-section .rotate-icons2 .apple-mob .ser-icon-rotate {
  width: 100% !important;
}
/* line 450, ../sass/_mainstyles.scss */
.main-section .rotate-icons3 {
  position: relative;
}
/* line 454, ../sass/_mainstyles.scss */
.main-section .rotate-icons3 .apple-box {
  width: 70%;
  height: 20%;
  position: absolute;
  top: 39.7%;
  left: 20%;
  display: inline-block;
  overflow: hidden;
}
/* line 463, ../sass/_mainstyles.scss */
.main-section .rotate-icons3 .apple-box .tech-slideshow {
  height: 100%;
  position: relative;
  overflow: hidden;
}
/* line 468, ../sass/_mainstyles.scss */
.main-section .rotate-icons3 .apple-box .tech-slideshow .tech-slideshow-1 {
  height: 100%;
  width: 1906px;
  background: url(../images/boxes2.png);
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -webkit-animation: moveSlideshow 60s linear infinite;
  -moz-animation: moveSlideshow 60s linear infinite;
}
@-webkit-keyframes moveSlideshow {
  0% {
    right: 0;
  }
  100% {
    right: -1684px;
  }
}
@-moz-keyframes moveSlideshow {
  0% {
    right: 0;
  }
  100% {
    right: -1684px;
  }
}
/* line 497, ../sass/_mainstyles.scss */
.main-section .rotate-icons3 .apple-mob1 {
  position: relative;
  z-index: 999;
}
/* line 501, ../sass/_mainstyles.scss */
.main-section .rotate-icons3 .three_simple_gears_turning {
  position: absolute;
  left: 2%;
  bottom: 12%;
  width: 12%;
}
/* line 507, ../sass/_mainstyles.scss */
.main-section .rotate-icons3 .rollers {
  position: absolute;
  left: 18%;
  bottom: 25.4%;
  z-index: 9999;
}
/* line 517, ../sass/_mainstyles.scss */
.main-section .animated1 {
  position: absolute;
  top: 10%;
  left: 72px;
}
/* line 522, ../sass/_mainstyles.scss */
.main-section .animated1 .ser-icon-rotate {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
/* line 527, ../sass/_mainstyles.scss */
.main-section .animated1 .black-logo {
  position: absolute;
  z-index: 99;
  top: 44px;
  left: 44px;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(360deg);
  }
}
/* line 539, ../sass/_mainstyles.scss */
.main-section .animated2 {
  position: absolute;
  bottom: 35%;
  left: 10%;
  z-index: 999;
}
/* line 544, ../sass/_mainstyles.scss */
.main-section .animated2 .ser-icon-rotate {
  -webkit-animation: _spin 4s linear infinite;
  -moz-animation: _spin 4s linear infinite;
  animation: _spin 4s linear infinite;
}
@-moz-keyframes _spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes _spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes _spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/* line 554, ../sass/_mainstyles.scss */
.main-section .animated3 {
  position: absolute;
  bottom: 15%;
  left: -10%;
  z-index: 999;
}
/* line 559, ../sass/_mainstyles.scss */
.main-section .animated3 .ser-icon-rotate {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

/* line 567, ../sass/_mainstyles.scss */
.headings {
  color: #fff;
  font-size: 58px;
  font-weight: normal;
}
/* line 572, ../sass/_mainstyles.scss */
.headings p {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}

/* 
	Main section scss 
================================================================================================*/
/* line 584, ../sass/_mainstyles.scss */
.main-section {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

/* 
	service boxes scss 
================================================================================================*/
/* line 596, ../sass/_mainstyles.scss */
.service-section {
  padding-bottom: 60px;
  position: relative;
}
/* line 599, ../sass/_mainstyles.scss */
.service-section .services-top-boxes {
  padding-bottom: 15px;
  background: #f7f7f7;
}
/* line 603, ../sass/_mainstyles.scss */
.service-section .services-top-boxes .box-bg-blue {
  padding-top: 20px;
  min-height: 400px;
  background: url(../images/blue-texture-bg.png) center bottom no-repeat #f7f7f7;
}
/* line 609, ../sass/_mainstyles.scss */
.service-section .services-top-boxes .box-bg-blue .headings h2 {
  color: #fff;
  font-size: 38px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 615, ../sass/_mainstyles.scss */
.service-section .services-top-boxes .box-bg-blue .headings h2 span {
  display: inline-block;
  border: 1px solid #0bc0ed;
  border-radius: 5px;
  padding: 0px 20px;
}
/* line 621, ../sass/_mainstyles.scss */
.service-section .services-top-boxes .box-bg-blue .headings h2 svg {
  position: absolute;
  top: -62px;
  left: 47%;
  z-index: 99999;
  width: 42px;
  height: 82px;
}
/* line 629, ../sass/_mainstyles.scss */
.service-section .services-top-boxes .box-bg-blue .headings h2 svg .st1110 {
  fill: #0BC0ED;
}
/* line 635, ../sass/_mainstyles.scss */
.service-section .services-top-boxes .box-bg-blue .headings p {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}
/* line 642, ../sass/_mainstyles.scss */
.service-section .services-top-boxes .row-holder {
  top: -120px !important;
}
/* line 646, ../sass/_mainstyles.scss */
.service-section .services-bottom-boxes {
  background: url(../images/radius-bg.png) center 0 no-repeat #fff;
}
/* line 648, ../sass/_mainstyles.scss */
.service-section .services-bottom-boxes .row-holder {
  top: -80px !important;
}

/* 
	contacts  scss 
================================================================================================*/
/* line 662, ../sass/_mainstyles.scss */
.contact-section, .contact-page {
  padding: 20px 0px;
  background: url(../images/texture-logo2.png) center 0 repeat #00b0dc;
  position: relative;
}
/* line 668, ../sass/_mainstyles.scss */
.contact-section .headings .contact-icon, .contact-page .headings .contact-icon {
  height: 180px;
}
/* line 670, ../sass/_mainstyles.scss */
.contact-section .headings .contact-icon img, .contact-page .headings .contact-icon img {
  position: absolute;
  top: -62px;
  left: 36%;
  width: 242px;
  height: 320px;
}
/* line 679, ../sass/_mainstyles.scss */
.contact-section .headings h3, .contact-page .headings h3 {
  text-transform: uppercase;
}
/* line 682, ../sass/_mainstyles.scss */
.contact-section .headings h3 span, .contact-page .headings h3 span {
  display: block;
  padding: 5px 0px;
}
/* line 686, ../sass/_mainstyles.scss */
.contact-section .headings h3 .blue-color, .contact-page .headings h3 .blue-color {
  color: #2f377f;
  font-size: 32px;
}
/* line 690, ../sass/_mainstyles.scss */
.contact-section .headings h3 .red-color, .contact-page .headings h3 .red-color {
  color: #dd0003;
  font-size: 28px;
}
/* line 694, ../sass/_mainstyles.scss */
.contact-section .headings h3 .white-color, .contact-page .headings h3 .white-color {
  color: #f9f9f9;
  font-size: 24px;
}
/* line 699, ../sass/_mainstyles.scss */
.contact-section .headings p, .contact-page .headings p {
  font-size: 16px;
}
/* line 705, ../sass/_mainstyles.scss */
.contact-section .contact-form .form-control, .contact-page .contact-form .form-control {
  color: #fff !important;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  height: 52px;
  line-height: 52px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
}
/* line 714, ../sass/_mainstyles.scss */
.contact-section .contact-form .form-control::-moz-placeholder, .contact-page .contact-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
/* line 717, ../sass/_mainstyles.scss */
.contact-section .contact-form .form-control::-webkit-input-placeholder, .contact-page .contact-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
/* line 720, ../sass/_mainstyles.scss */
.contact-section .contact-form .form-control:-moz-placeholder, .contact-page .contact-form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
/* line 723, ../sass/_mainstyles.scss */
.contact-section .contact-form .form-control:-ms-input-placeholder, .contact-page .contact-form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
/* line 727, ../sass/_mainstyles.scss */
.contact-section .contact-form .form-control:hover, .contact-page .contact-form .form-control:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
/* line 730, ../sass/_mainstyles.scss */
.contact-section .contact-form .form-control:focus, .contact-page .contact-form .form-control:focus {
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 3px rgba(187, 241, 255, 0.5);
}
/* line 737, ../sass/_mainstyles.scss */
.contact-section .contact-form .form-group textarea.form-control, .contact-page .contact-form .form-group textarea.form-control {
  min-height: 208px !important;
  line-height: 24px;
}
/* line 744, ../sass/_mainstyles.scss */
.contact-section .btn-submit, .contact-page .btn-submit {
  display: block;
  font-size: 18px;
  color: #000;
  width: 100%;
  text-transform: uppercase;
  padding: 10px 20px;
  border: none;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  text-decoration: none;
}
/* line 756, ../sass/_mainstyles.scss */
.contact-section .btn-submit:hover, .contact-page .btn-submit:hover {
  background: rgba(255, 255, 255, 0.9);
}

/* line 761, ../sass/_mainstyles.scss */
.contact-page {
  background: none;
}

/* line 764, ../sass/_mainstyles.scss */
.contact-section2 {
  background: url(../images/texture-logo2.png) center 0 repeat #d90000;
}

/* 
	why applist  scss 
================================================================================================*/
/* line 771, ../sass/_mainstyles.scss */
.whyapplist-section {
  padding-top: 30px;
  background: #000;
  position: relative;
}
/* line 777, ../sass/_mainstyles.scss */
.whyapplist-section .headings h2 {
  color: #fff;
  font-size: 48px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 783, ../sass/_mainstyles.scss */
.whyapplist-section .headings h2 span {
  display: inline-block;
  border: 1px solid #0bc0ed;
  border-radius: 5px;
  padding: 0px 40px;
}
/* line 789, ../sass/_mainstyles.scss */
.whyapplist-section .headings h2 svg {
  position: absolute;
  top: -62px;
  left: 47%;
  width: 42px;
  height: 82px;
}
/* line 796, ../sass/_mainstyles.scss */
.whyapplist-section .headings h2 svg .st1110 {
  fill: #0BC0ED;
}
/* line 802, ../sass/_mainstyles.scss */
.whyapplist-section .headings p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}
/* line 810, ../sass/_mainstyles.scss */
.whyapplist-section .company-status h1 {
  font-size: 64px;
  color: #F00;
  line-height: 24px;
  padding-bottom: 40px;
}
/* line 815, ../sass/_mainstyles.scss */
.whyapplist-section .company-status h1 span {
  font-size: 18px;
  color: #fff;
}
/* line 821, ../sass/_mainstyles.scss */
.whyapplist-section .company-status h2 {
  font-size: 64px;
  color: #F00;
  line-height: 24px;
  padding-bottom: 40px;
}
/* line 826, ../sass/_mainstyles.scss */
.whyapplist-section .company-status h2 span {
  font-size: 18px;
  color: #fff;
}
/* line 834, ../sass/_mainstyles.scss */
.whyapplist-section .business-loader {
  text-align: center;
  margin: auto;
}
/* line 837, ../sass/_mainstyles.scss */
.whyapplist-section .business-loader h2 {
  color: #fff;
  text-transform: uppercase;
}

/* 
	services box  scss 
================================================================================================*/
/* line 848, ../sass/_mainstyles.scss */
.servicesbox-section {
  margin: auto;
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}
/* line 855, ../sass/_mainstyles.scss */
.servicesbox-section .service-boxes a {
  display: block;
  min-height: 380px;
  color: #333;
  text-decoration: none;
  padding: 40px;
  position: relative;
  transition-property: background, border-radius;
  transition: all .2s, 1s ease-in-out;
}
/* line 866, ../sass/_mainstyles.scss */
.servicesbox-section .service-boxes a:hover {
  color: #fff;
  background: #f00;
  border-radius: 50%;
  transform: scale(1.1);
}
/* line 871, ../sass/_mainstyles.scss */
.servicesbox-section .service-boxes a:hover p {
  color: #fff;
}
/* line 876, ../sass/_mainstyles.scss */
.servicesbox-section .service-boxes a h2 {
  font-size: 48px;
}
/* line 879, ../sass/_mainstyles.scss */
.servicesbox-section .service-boxes a h3 {
  font-size: 36px;
}
/* line 882, ../sass/_mainstyles.scss */
.servicesbox-section .service-boxes a p {
  font-size: 16px;
  color: #75787f;
}

/* 
	services box  scss 
================================================================================================*/
/* line 895, ../sass/_mainstyles.scss */
.footer {
  margin: auto;
  background: #000;
}
/* line 899, ../sass/_mainstyles.scss */
.footer .footer-menu {
  text-align: center;
  margin: auto;
}
/* line 903, ../sass/_mainstyles.scss */
.footer .footer-menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}
/* line 909, ../sass/_mainstyles.scss */
.footer .footer-menu ul li {
  display: inline-block;
  padding: 3px 12px;
  text-align: center;
}
/* line 914, ../sass/_mainstyles.scss */
.footer .footer-menu ul li a {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
/* line 923, ../sass/_mainstyles.scss */
.footer .footer-social {
  margin: auto;
  padding: 25px 0;
  text-align: center;
}
/* line 928, ../sass/_mainstyles.scss */
.footer .footer-social .social-icons {
  margin: auto;
}
/* line 930, ../sass/_mainstyles.scss */
.footer .footer-social .social-icons li {
  display: inline-block;
  padding: 5px;
  text-align: center;
}
/* line 934, ../sass/_mainstyles.scss */
.footer .footer-social .social-icons li a {
  display: block;
  width: 38px;
  height: 38px;
  color: #fff;
  text-align: center;
  position: relative;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  background: #ca0019;
}
/* line 948, ../sass/_mainstyles.scss */
.footer .footer-social .social-icons li a:hover {
  border-radius: 2px;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
/* line 956, ../sass/_mainstyles.scss */
.footer .footer-social .social-icons li a i {
  font-size: 24px;
  line-height: 38px;
}
/* line 961, ../sass/_mainstyles.scss */
.footer .footer-social .social-icons li .facebook:hover {
  background: #4867aa;
}
/* line 964, ../sass/_mainstyles.scss */
.footer .footer-social .social-icons li .twitter:hover {
  background: #22b5f5;
}
/* line 967, ../sass/_mainstyles.scss */
.footer .footer-social .social-icons li .instagram:hover {
  background: #8d6c5b;
}
/* line 970, ../sass/_mainstyles.scss */
.footer .footer-social .social-icons li .pinterest:hover {
  background: #bd2125;
}
/* line 973, ../sass/_mainstyles.scss */
.footer .footer-social .social-icons li .google-plus:hover {
  background: #dc483b;
}
/* line 981, ../sass/_mainstyles.scss */
.footer .copyright {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

/*==========================================================
	8. PORTFOLIO STYLES
==========================================================*/
/* line 995, ../sass/_mainstyles.scss */
.vt-section {
  margin: 0 auto;
  padding-bottom: 40px;
}

/* line 999, ../sass/_mainstyles.scss */
.red-header {
  background: url(../images/texture-bg.png) repeat 0 0, linear-gradient(-45deg, #ea2625, #f94a47, #b71411);
  padding-bottom: 0;
}

/* line 1004, ../sass/_mainstyles.scss */
.page-header {
  background: url(../images/radius-bg2.png) no-repeat center center;
  background-position: center bottom !important;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
  text-transform: uppercase;
  border: 0;
}
/* line 1013, ../sass/_mainstyles.scss */
.page-header .portfolio-tabs {
  margin: 0 auto;
  list-style: none;
}
/* line 1017, ../sass/_mainstyles.scss */
.page-header .portfolio-tabs li {
  display: inline-block;
  padding: 0 3px;
  text-align: center;
  margin: auto;
}
/* line 1023, ../sass/_mainstyles.scss */
.page-header .portfolio-tabs li a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 1034, ../sass/_mainstyles.scss */
.page-header .portfolio-tabs li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
/* line 1040, ../sass/_mainstyles.scss */
.page-header .portfolio-tabs li.active a {
  background: rgba(0, 0, 0, 0.1);
}

/* line 1046, ../sass/_mainstyles.scss */
.portfolio-section {
  padding: 40px 0;
}

/*FILTER*/
/* line 1053, ../sass/_mainstyles.scss */
#filters {
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  display: block;
}

/* line 1059, ../sass/_mainstyles.scss */
#filters a {
  border: 1px solid #e2e2e2;
  border-right: none;
  border-radius: 0;
  margin: 0;
  color: #7D7D7D;
  font-size: 12px;
  font-weight: 300;
  padding: 15px 20px;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  margin-left: -3px;
  text-transform: capitalize;
  cursor: pointer;
}

/* line 1074, ../sass/_mainstyles.scss */
#filters a:first-child {
  border-radius: 3px 0 0 3px;
}

/* line 1077, ../sass/_mainstyles.scss */
#filters a:last-child {
  border-radius: 0 3px 3px 0;
  border-right: 1px solid #e2e2e2;
}

/* line 1081, ../sass/_mainstyles.scss */
#filters a.checked {
  color: #ca0019;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/* Portfolio wrap*/
/* line 1088, ../sass/_mainstyles.scss */
.port-wrap {
  padding: 0;
  margin: 0;
  max-width: 1170px;
  margin: 0 auto;
  transition: all ease-in-out .6s;
  -moz-transition: all ease-in-out .6s;
  -ms-transition: all ease-in-out .6s;
  -o-transition: all ease-in-out .6s;
  -webkit-transition: all ease-in-out .6s;
}

/* clear fix */
/* line 1100, ../sass/_mainstyles.scss */
.port-wrap:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .port-item ---- */
/* line 1106, ../sass/_mainstyles.scss */
.port-item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  padding: 10px;
  overflow: hidden;
  text-align: center;
  width: 25%;
}

/* line 1116, ../sass/_mainstyles.scss */
.port-item > * {
  margin: 0;
  padding: 0;
}

/* Full width */
/* line 1121, ../sass/_mainstyles.scss */
.port-wrap.port-full-width {
  max-width: 100%;
}

/* line 1124, ../sass/_mainstyles.scss */
.port-wrap.no-space .port-item {
  padding: 0;
}

/* line 1127, ../sass/_mainstyles.scss */
.port-wrap.no-space .port-item:nth-child(2n) .port-meta .triangle {
  border-bottom-color: #f0f0f0;
}

/* line 1130, ../sass/_mainstyles.scss */
.port-wrap.no-space .port-item:nth-child(2n) .port-meta {
  background: #f0f0f0;
}

/* line 1133, ../sass/_mainstyles.scss */
.port-wrap.no-desc .port-item .port-meta {
  display: none;
}

/* line 1136, ../sass/_mainstyles.scss */
.port-wrap.no-space .port-item .p-item .port-meta, .port-wrap.no-space .port-item .p-item .pthumb, .port-wrap.no-desc .port-item .p-item .port-meta, .port-wrap.no-desc .port-item .p-item .pthumb {
  border: none;
  border-radius: 0;
}

/* col number */
/* line 1141, ../sass/_mainstyles.scss */
.port-5col .port-item {
  width: 19.9%;
}

/* line 1144, ../sass/_mainstyles.scss */
.port-4col .port-item {
  width: 24.99%;
}

/* line 1147, ../sass/_mainstyles.scss */
.port-3col .port-item {
  width: 33%;
}

/* line 1150, ../sass/_mainstyles.scss */
.port-2col .port-item {
  width: 50%;
}

/* portfolio item style */
/* line 1154, ../sass/_mainstyles.scss */
.p-item {
  width: 100%;
  height: 100%;
}

/* line 1158, ../sass/_mainstyles.scss */
.p-item .pthumb {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px;
}

/* line 1168, ../sass/_mainstyles.scss */
.p-item .pthumb h3 {
  position: absolute;
  top: 50%;
  height: 30px;
  line-height: 30px;
  margin: -15px 0 0 0;
  text-transform: uppercase;
  font-family: Roboto Condensed;
  right: 0;
  display: block;
  width: 100%;
  text-align: center;
  color: #FFF;
  transition: all ease-in-out .4s;
  -moz-transition: all ease-in-out .4s;
  -ms-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  -webkit-transition: all ease-in-out .4s;
  transform: scale(3, 3);
  -moz-transform: scale(3, 3);
  -ms-transform: scale(3, 3);
  -o-transform: scale(3, 3);
  -webkit-transform: scale(3, 3);
  opacity: 0;
  text-shadow: 3px 3px 3px #000;
}

/* line 1194, ../sass/_mainstyles.scss */
.p-item .pthumb h3 a {
  color: #fff;
}

/* line 1197, ../sass/_mainstyles.scss */
.p-item .pthumb:hover h3 {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  opacity: 1;
}

/* line 1205, ../sass/_mainstyles.scss */
.p-item .pthumb img {
  width: 100%;
}

/* line 1208, ../sass/_mainstyles.scss */
.p-item .pthumb .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
  z-index: 9;
  transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
}

/* line 1220, ../sass/_mainstyles.scss */
.p-item .pthumb:hover .mask {
  background: rgba(0, 0, 0, 0.8);
}

/* line 1223, ../sass/_mainstyles.scss */
.p-item .pthumb .mask .glass {
  background: url(../images/vt_logo_hover.png) right no-repeat;
  background-color: rgba(255, 255, 255, 0.1);
  width: 80%;
  height: 240%;
  left: -220%;
  top: -90%;
  display: inline-block;
  position: absolute;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

/* line 1242, ../sass/_mainstyles.scss */
.p-item .pthumb:hover .mask .glass {
  left: -32%;
}

/* line 1245, ../sass/_mainstyles.scss */
.p-item .pthumb .mask i {
  width: 50px;
  height: 50px;
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  bottom: -60px;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  z-index: 10;
}

/* line 1265, ../sass/_mainstyles.scss */
.p-item .pthumb .mask i:hover {
  background: #ca0019;
  color: #fff;
}

/* line 1269, ../sass/_mainstyles.scss */
.p-item .pthumb .mask .zoom {
  right: 10px;
}

/* line 1272, ../sass/_mainstyles.scss */
.p-item .pthumb .mask .info {
  right: 65px;
}

/* line 1275, ../sass/_mainstyles.scss */
.p-item .pthumb:hover .mask .zoom {
  bottom: 10px;
}

/* line 1278, ../sass/_mainstyles.scss */
.p-item .pthumb:hover .mask .info {
  bottom: 10px;
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

/* line 1286, ../sass/_mainstyles.scss */
.p-item .pthumb img {
  transition: all ease-in-out 1s;
  -moz-transition: all ease-in-out 1s;
  -ms-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
  -webkit-transition: all ease-in-out 1s;
  position: relative;
  z-index: 8;
  float: left;
}

/* line 1296, ../sass/_mainstyles.scss */
.p-item .pthumb:hover img {
  transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}

/* line 1303, ../sass/_mainstyles.scss */
.p-item .pthumb:hover .single-gallery img {
  transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
}

/* line 1310, ../sass/_mainstyles.scss */
.p-item .port-meta {
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #e4e4e4;
  border-top: none;
  text-align: center;
  border-radius: 0 0 3px 3px;
  display: block;
  position: relative;
  background: #FFF;
}

/* line 1322, ../sass/_mainstyles.scss */
.p-item .port-meta .triangle {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  z-index: 99;
}

/* line 1334, ../sass/_mainstyles.scss */
.p-item .port-meta h3 {
  margin: 0;
  display: block;
  padding: 5px 0;
  line-height: 20px;
  font-size: 18px;
}

/* line 1341, ../sass/_mainstyles.scss */
.p-item .port-meta .cat {
  padding: 5px 0;
  display: inline-block;
}

/* line 1345, ../sass/_mainstyles.scss */
.p-item .port-meta p {
  display: block;
}

/*mansory portfolio*/
/* line 1349, ../sass/_mainstyles.scss */
.man-portfolio {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
}

/* line 1358, ../sass/_mainstyles.scss */
.man-portfolio.boxed {
  max-width: 1170px;
}

/* line 1361, ../sass/_mainstyles.scss */
.man-portfolio .item {
  display: inline-block;
  width: 20%;
  height: 159px;
  margin: 0 2px 4px 0;
  overflow: hidden;
  position: relative;
}

/* line 1369, ../sass/_mainstyles.scss */
.man-portfolio .pthumb {
  border-radius: 0;
}

/* line 1372, ../sass/_mainstyles.scss */
.man-portfolio .item-w2 {
  width: 40%;
}

/* line 1375, ../sass/_mainstyles.scss */
.man-portfolio .item-h2 {
  height: 322px;
}

/* line 1378, ../sass/_mainstyles.scss */
.man-portfolio .item-h3 {
  height: 485px;
}

/* line 1381, ../sass/_mainstyles.scss */
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

/* line 1391, ../sass/_mainstyles.scss */
.header2 {
  background: url(../images/pitch-it.png) no-repeat center center;
  background-size: cover;
}
/* line 1396, ../sass/_mainstyles.scss */
.header2 .header-pitchit {
  color: #fff;
  text-align: center;
}
/* line 1399, ../sass/_mainstyles.scss */
.header2 .header-pitchit .show-hide-1 {
  display: none;
}
/* line 1402, ../sass/_mainstyles.scss */
.header2 .header-pitchit .h1-heading-hide {
  font-size: 52px;
  text-align: center;
  text-transform: uppercase;
}
/* line 1409, ../sass/_mainstyles.scss */
.header2 .header-pitchit h2 {
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
}
/* line 1414, ../sass/_mainstyles.scss */
.header2 .header-pitchit h3 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
}
/* line 1422, ../sass/_mainstyles.scss */
.header2 .media-padding-25-3 {
  padding: 15% 3% 25%;
}

/* line 1426, ../sass/_mainstyles.scss */
.contact-header {
  background: url(../images/contact-bg.png) no-repeat center center;
  background-position: center bottom;
  min-height: 768px;
}

/*==========================================================
	careers STYLES
==========================================================*/
/* line 1437, ../sass/_mainstyles.scss */
.careers {
  background: url(../images/career-image.png) no-repeat center center;
  background-position: center 0 !important;
  min-height: 750px;
  position: relative;
}
/* line 1443, ../sass/_mainstyles.scss */
.careers h1 {
  color: #fff;
  font-size: 64px;
  text-transform: uppercase;
  margin: 0;
}

/* line 1450, ../sass/_mainstyles.scss */
.position-absolute {
  position: absolute;
  bottom: 5%;
  margin: auto;
  width: 90%;
  color: #ddd;
}
/* line 1457, ../sass/_mainstyles.scss */
.position-absolute h2 {
  font-size: 36px;
  text-transform: uppercase;
}
/* line 1461, ../sass/_mainstyles.scss */
.position-absolute p {
  font-size: 24px;
}

/* line 1465, ../sass/_mainstyles.scss */
.text-gradient {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
/* line 1469, ../sass/_mainstyles.scss */
.text-gradient h2 {
  font-size: 52px;
}

/* line 1474, ../sass/_mainstyles.scss */
.svg-icon1 {
  display: inline-block;
  text-align: right;
  width: 100px;
  height: 100px;
  vertical-align: middle;
}

/* line 1481, ../sass/_mainstyles.scss */
.dark-blue1 {
  color: #1b1184;
}

/* line 1484, ../sass/_mainstyles.scss */
.red-color {
  color: #dd0003;
}

/* line 1488, ../sass/_mainstyles.scss */
.careers-section1 {
  padding: 40px 0;
}
/* line 1490, ../sass/_mainstyles.scss */
.careers-section1 .col-sm-4 {
  min-height: 300px;
}
/* line 1494, ../sass/_mainstyles.scss */
.careers-section1 .col-sm-4:hover .career-box-icons i {
  background: #FF0000 !important;
}
/* line 1496, ../sass/_mainstyles.scss */
.careers-section1 .col-sm-4:hover .career-box-icons i:after {
  border-top-color: #FF0000 !important;
}
/* line 1501, ../sass/_mainstyles.scss */
.careers-section1 .margin-t-15 {
  margin-top: 20px;
  min-height: 500px;
}
/* line 1505, ../sass/_mainstyles.scss */
.careers-section1 .career-boxes {
  padding: 20px;
}
/* line 1508, ../sass/_mainstyles.scss */
.careers-section1 .career-boxes h2 {
  font-size: 24px;
  color: #3d3d45;
  text-align: center;
  text-transform: uppercase;
}
/* line 1514, ../sass/_mainstyles.scss */
.careers-section1 .career-boxes p, .careers-section1 .career-boxes li {
  color: #555;
  font-size: 16px;
}
/* line 1518, ../sass/_mainstyles.scss */
.careers-section1 .career-boxes li {
  padding-left: 25px;
  padding-bottom: 7px;
  background: url(../images/left-arrow.png) no-repeat center center;
  background-position: 0 center !important;
}
/* line 1524, ../sass/_mainstyles.scss */
.careers-section1 .career-boxes .career-box-icons {
  text-align: center;
}
/* line 1527, ../sass/_mainstyles.scss */
.careers-section1 .career-boxes .career-box-icons i {
  position: relative;
  font-size: 48px;
  color: #fff;
  background: #3d3d45;
  border-radius: 2px;
  padding: 5px 20px;
}
/* line 1535, ../sass/_mainstyles.scss */
.careers-section1 .career-boxes .career-box-icons i:after {
  content: " ";
  position: absolute;
  bottom: -8px;
  left: 40%;
  z-index: 9;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #3d3d45;
}

/* line 1542, ../sass/_mainstyles.scss */
.border-t-1 {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 1545, ../sass/_mainstyles.scss */
.border-r-1 {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 1548, ../sass/_mainstyles.scss */
.border-tr-1 {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 1552, ../sass/_mainstyles.scss */
.border-b-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/*==========================================================
	business_solution STYLES
==========================================================*/
/* line 1564, ../sass/_mainstyles.scss */
.mobile-app {
  background: url(../images/contact-bg.png) no-repeat center center;
  background-position: center bottom;
  min-height: 650px;
  padding-bottom: 20px;
}
/* line 1570, ../sass/_mainstyles.scss */
.mobile-app h1 {
  font-size: 58px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 1579, ../sass/_mainstyles.scss */
.apps_bg {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
/* line 1583, ../sass/_mainstyles.scss */
.apps_bg h2 {
  font-weight: 200;
  font-size: 48px;
}
/* line 1587, ../sass/_mainstyles.scss */
.apps_bg h4 {
  font-weight: 400;
  font-size: 28px;
  color: #838FF7;
}
/* line 1592, ../sass/_mainstyles.scss */
.apps_bg p {
  font-size: 20px;
  font-weight: 200;
}
/* line 1596, ../sass/_mainstyles.scss */
.apps_bg .blue-color1 {
  color: #0bc0ed;
}
/* line 1599, ../sass/_mainstyles.scss */
.apps_bg .blue-color2 {
  color: #49a1ee;
}
/* line 1602, ../sass/_mainstyles.scss */
.apps_bg .blue-color3 {
  color: #156ba9;
}
/* line 1605, ../sass/_mainstyles.scss */
.apps_bg .blue-color4 {
  color: #678eea;
}
/* line 1608, ../sass/_mainstyles.scss */
.apps_bg .blue-color5 {
  color: #503d89;
}
/* line 1611, ../sass/_mainstyles.scss */
.apps_bg .bs-section4 {
  background: #000;
}

/* line 1615, ../sass/_mainstyles.scss */
.mobile-application-bg {
  background: url(../images/mobile-application.png) no-repeat center center;
  background-size: contain;
  background-position: center center !important;
}

/* line 1620, ../sass/_mainstyles.scss */
.apps-section1:after, .apps-section2:after, .apps-section3:after {
  content: " ";
  position: absolute;
  bottom: -20px;
  left: 48%;
  z-index: 9;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f0f7f7;
}

/* line 1632, ../sass/_mainstyles.scss */
.apps-section1 {
  background-color: #fff;
}

/* line 1635, ../sass/_mainstyles.scss */
.apps-section2 {
  background: #eceff3 url(../images/texture-logo.png) repeat 0 0;
  background-color: #F2F5F7;
}

/* line 1639, ../sass/_mainstyles.scss */
.apps-section3 {
  background-color: #fff;
}
/* line 1642, ../sass/_mainstyles.scss */
.apps-section3 .mobile-bg {
  background: url(../images/mobile-bg.jpg) no-repeat center center;
  background-position: right center !important;
}

/* line 1650, ../sass/_mainstyles.scss */
.apps-section4 {
  background: #eceff3 url(../images/texture-logo.png) repeat 0 0;
  background-color: #F2F5F7;
}

/* line 1657, ../sass/_mainstyles.scss */
.apps-section5 {
  /*@include body-bg('black-texture-bg.jpg');
  background-position:center center !important;*/
  background: #eceff3 url(../images/texture-logo2.png) repeat 0 0;
  background-color: #000;
}
/* line 1663, ../sass/_mainstyles.scss */
.apps-section5 h2 {
  color: #ddd;
}
/* line 1666, ../sass/_mainstyles.scss */
.apps-section5 p {
  font-size: 15px;
  text-align: justify;
  color: #ACB0B8;
}
/* line 1671, ../sass/_mainstyles.scss */
.apps-section5 .headings {
  padding-bottom: 30px;
}
/* line 1673, ../sass/_mainstyles.scss */
.apps-section5 .headings span {
  color: #fff;
}
/* line 1676, ../sass/_mainstyles.scss */
.apps-section5 .headings p {
  color: #ddd;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
}

/* line 1686, ../sass/_mainstyles.scss */
.apps-section6 {
  margin: auto;
  position: relative;
}
/* line 1689, ../sass/_mainstyles.scss */
.apps-section6 h1 {
  margin-top: 0;
  font-size: 36px;
}
/* line 1693, ../sass/_mainstyles.scss */
.apps-section6 .developments-h1 {
  color: #46308f;
}
/* line 1696, ../sass/_mainstyles.scss */
.apps-section6 .deployment-h1 {
  color: #6784e8;
}
/* line 1699, ../sass/_mainstyles.scss */
.apps-section6 p {
  color: #74767c;
}
/* line 1703, ../sass/_mainstyles.scss */
.apps-section6 .developments, .apps-section6 .deployment {
  width: 120px;
  margin: auto;
  text-align: center;
}
/* line 1708, ../sass/_mainstyles.scss */
.apps-section6 .devel_deplo_svg-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
/* line 1714, ../sass/_mainstyles.scss */
.apps-section6 .devel_deplo_svg-bg .svg-bg {
  position: relative;
  height: 100%;
  width: 100%;
}

/* line 1722, ../sass/_mainstyles.scss */
.apps-section7 {
  margin: auto;
  background: #eceff3 url(../images/texture-logo2.png) repeat 0 0;
  background-color: #ddd;
}
/* line 1729, ../sass/_mainstyles.scss */
.apps-section7 .headings span {
  color: #162cb3;
}
/* line 1732, ../sass/_mainstyles.scss */
.apps-section7 .headings p {
  color: #333;
  text-align: center;
  font-size: 24px;
  padding-top: 20px;
}
/* line 1740, ../sass/_mainstyles.scss */
.apps-section7 .btn-submit {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 40px;
  background: rgba(255, 0, 0, 0.8);
  text-align: center;
  text-decoration: none;
}
/* line 1749, ../sass/_mainstyles.scss */
.apps-section7 .btn-submit:hover {
  background: rgba(255, 255, 255, 0.9);
  color: red;
}

/* line 1759, ../sass/_mainstyles.scss */
.apps-section8 .site-width {
  font-size: 52px;
}
/* line 1762, ../sass/_mainstyles.scss */
.apps-section8 .number {
  font-size: 52px;
}

/*==========================================================
	business_solution STYLES
==========================================================*/
/* line 1773, ../sass/_mainstyles.scss */
.business_solution {
  background: url(../images/contact-bg.png) no-repeat center center;
  background-position: center bottom;
  background-color: #f7f7f7;
  min-height: 650px;
}
/* line 1779, ../sass/_mainstyles.scss */
.business_solution h1 {
  color: #fff;
  font-size: 64px;
  text-transform: uppercase;
  margin: 0;
}

/* line 1786, ../sass/_mainstyles.scss */
.bs-section1 {
  background-color: #f7f7f7;
}
/* line 1788, ../sass/_mainstyles.scss */
.bs-section1 .headings {
  color: 000;
}

/* line 1792, ../sass/_mainstyles.scss */
.bs-section2 {
  /*@include body-bg('radius-bg.png');
  background-position:center top;*/
  margin: auto;
}

/* line 1798, ../sass/_mainstyles.scss */
.box-border1 {
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #0c94d6;
  position: relative;
}

/* line 1805, ../sass/_mainstyles.scss */
.box-blue-bg {
  display: inline-block;
  position: relative;
  width: 170px;
  height: 170px;
  padding: 20px;
  border-radius: 50%;
  background: #2f377f;
}
/* line 1813, ../sass/_mainstyles.scss */
.box-blue-bg svg {
  position: relative;
  padding-top: 10px;
  width: 120px;
  height: 120px;
}

/* line 1822, ../sass/_mainstyles.scss */
.bs-section3 {
  background: linear-gradient(0deg, #f0f1f5, #ffffff, #f0f1f5);
}

/* line 1826, ../sass/_mainstyles.scss */
.step-block {
  vertical-align: top;
}
/* line 1828, ../sass/_mainstyles.scss */
.step-block .media-text-right {
  text-align: right;
}
/* line 1831, ../sass/_mainstyles.scss */
.step-block .circle {
  padding: 20px;
  width: 134px;
  height: 134px;
  display: inline-block;
  vertical-align: top;
}
/* line 1838, ../sass/_mainstyles.scss */
.step-block .big-count {
  font-size: 88px;
  margin: 0;
  padding: 0;
  padding-right: 20px;
  vertical-align: top;
  line-height: 1;
}
/* line 1846, ../sass/_mainstyles.scss */
.step-block .text-area {
  font-size: 14px;
}
/* line 1848, ../sass/_mainstyles.scss */
.step-block .text-area h4 {
  text-transform: uppercase !important;
}
/* line 1852, ../sass/_mainstyles.scss */
.step-block .blue-color1 {
  color: #0bc0ed;
}
/* line 1855, ../sass/_mainstyles.scss */
.step-block .blue-color2 {
  color: #49a1ee;
}
/* line 1858, ../sass/_mainstyles.scss */
.step-block .blue-color3 {
  color: #156ba9;
}
/* line 1861, ../sass/_mainstyles.scss */
.step-block .blue-color4 {
  color: #678eea;
}
/* line 1864, ../sass/_mainstyles.scss */
.step-block .blue-color5 {
  color: #503d89;
}
/* line 1868, ../sass/_mainstyles.scss */
.step-block .saas-example ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1873, ../sass/_mainstyles.scss */
.step-block .saas-example ul li {
  float: left;
  width: 30%;
  padding: 10px;
}

/* line 1881, ../sass/_mainstyles.scss */
.bs-section4 {
  background: #000;
}

/*
	 Headings
==========================================================*/
/* line 1891, ../sass/_mainstyles.scss */
.headings h2 {
  color: #fff;
  font-size: 48px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 1897, ../sass/_mainstyles.scss */
.headings h2 span {
  display: inline-block;
  border: 1px solid #0bc0ed;
  border-radius: 5px;
  padding: 0px 20px;
}
/* line 1903, ../sass/_mainstyles.scss */
.headings h2 svg {
  position: absolute;
  top: -62px;
  left: 48%;
  z-index: 99999;
  width: 42px;
  height: 82px;
}
/* line 1911, ../sass/_mainstyles.scss */
.headings h2 svg .st1110 {
  fill: #0BC0ED;
}

/*
	 inner-section1
==========================================================*/
/* line 1924, ../sass/_mainstyles.scss */
.inner-section1 {
  margin: auto;
  padding-top: 15px;
}
/* line 1928, ../sass/_mainstyles.scss */
.inner-section1 .headings h2 {
  color: #1f214d;
}

/* line 1934, ../sass/_mainstyles.scss */
.inner-section2 {
  margin: auto;
  padding: 50px 0 120px;
}
/* line 1938, ../sass/_mainstyles.scss */
.inner-section2 .col-sm-12 {
  margin: 0;
}
/* line 1940, ../sass/_mainstyles.scss */
.inner-section2 .col-sm-12 .col-sm-6 {
  margin: 0;
  padding: 10% 0 !important;
}
/* line 1946, ../sass/_mainstyles.scss */
.inner-section2 .title-box-h1, .inner-section2 .title-box-h2, .inner-section2 .title-box-h3 {
  display: inline-block;
  vertical-align: middle;
}
/* line 1950, ../sass/_mainstyles.scss */
.inner-section2 .title-box-h1 {
  font-size: 76px;
}
/* line 1953, ../sass/_mainstyles.scss */
.inner-section2 .title-box-h2 {
  font-size: 48px;
}
/* line 1956, ../sass/_mainstyles.scss */
.inner-section2 .title-box-h3 {
  float: left;
  width: 50%;
  text-align: right;
  font-size: 32px;
  padding: 0 15px;
  padding-top: 8%;
  color: #64c1e0;
}
/* line 1965, ../sass/_mainstyles.scss */
.inner-section2 .title-box-h3_right {
  text-align: left;
  color: #64c1e0;
}
/* line 1970, ../sass/_mainstyles.scss */
.inner-section2 .svg-box-icon1, .inner-section2 .svg-box-icon2 {
  float: right;
  width: 40%;
  position: relative;
  margin-right: -50px;
}
/* line 1976, ../sass/_mainstyles.scss */
.inner-section2 .svg-box-icon1 .st_box_no0, .inner-section2 .svg-box-icon2 .st_box_no0 {
  fill: #FFFFFF;
}
/* line 1977, ../sass/_mainstyles.scss */
.inner-section2 .svg-box-icon1 .st_box_no1, .inner-section2 .svg-box-icon2 .st_box_no1 {
  fill: none;
  stroke: #3928A8;
  stroke-miterlimit: 10;
}
/* line 1978, ../sass/_mainstyles.scss */
.inner-section2 .svg-box-icon1 .st_box_no2, .inner-section2 .svg-box-icon2 .st_box_no2 {
  fill: #3928A8;
}
/* line 1979, ../sass/_mainstyles.scss */
.inner-section2 .svg-box-icon1 .st_box_no3, .inner-section2 .svg-box-icon2 .st_box_no3 {
  font-family: 'MyriadPro-Regular';
}
/* line 1980, ../sass/_mainstyles.scss */
.inner-section2 .svg-box-icon1 .st_box_no4, .inner-section2 .svg-box-icon2 .st_box_no4 {
  font-size: 200px;
}
/* line 1983, ../sass/_mainstyles.scss */
.inner-section2 .svg-box-icon2 {
  float: left;
  width: 40%;
  position: relative;
  margin-right: 0px;
  margin-left: -50px;
}
/* line 1990, ../sass/_mainstyles.scss */
.inner-section2 .media-padding-l-30 {
  padding-left: 30px;
}
/* line 1993, ../sass/_mainstyles.scss */
.inner-section2 .media-padding-r-30 {
  padding-right: 30px;
}
/* line 1997, ../sass/_mainstyles.scss */
.inner-section2 p {
  font-size: 16px;
  padding: 2% 10% 0;
}
/* line 2002, ../sass/_mainstyles.scss */
.inner-section2 .media_div_show {
  display: none;
}

/*==========================================================
	9. BLOG / PAGE STYLE
==========================================================*/
/* line 2017, ../sass/_mainstyles.scss */
.post {
  margin-bottom: 100px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

/* line 2023, ../sass/_mainstyles.scss */
.post .it-entry-thumbnail, .post .it-entry-content, .post .it-entry-meta {
  width: 100%;
  display: inline-block;
  text-align: center;
  /*margin-bottom: 20px;*/
}

/* line 2029, ../sass/_mainstyles.scss */
.it-entry-title a {
  line-height: 25px;
}

/* line 2032, ../sass/_mainstyles.scss */
.it-entry-thumbnail {
  position: relative;
}

/* line 2035, ../sass/_mainstyles.scss */
.it-entry-thumbnail img {
  margin: auto;
  width: 100%;
}

/* line 2039, ../sass/_mainstyles.scss */
.it-entry-thumbnail .mask {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}

/* line 2050, ../sass/_mainstyles.scss */
.it-entry-thumbnail .mask i {
  width: 50px;
  height: 50px;
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  margin: -25px 0 0 -25px;
  left: 50%;
  top: -60px;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  z-index: 10;
}

/* line 2072, ../sass/_mainstyles.scss */
.it-entry-thumbnail .mask i:hover {
  background: #ca0019;
  color: #fff;
}

/* line 2076, ../sass/_mainstyles.scss */
.it-entry-thumbnail .mask:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* line 2079, ../sass/_mainstyles.scss */
.it-entry-thumbnail .mask:hover i {
  top: 50%;
}

/* line 2082, ../sass/_mainstyles.scss */
.post .it-entry-meta {
  border-top: 1px solid #e4e4e4;
  padding-top: 10px;
  margin-top: 20px;
  position: relative;
}

/* line 2088, ../sass/_mainstyles.scss */
.post .it-entry-meta ul {
  width: 70%;
  float: left;
}

/* line 2093, ../sass/_mainstyles.scss */
.post .it-entry-meta ul li {
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  padding: 5px 0;
}

/* line 2099, ../sass/_mainstyles.scss */
.post .it-entry-meta ul li a {
  color: #7d7d7d;
  margin-left: 5px;
}

/* line 2103, ../sass/_mainstyles.scss */
.post .it-entry-meta ul li a:hover {
  color: #ca0019;
}

/* line 2106, ../sass/_mainstyles.scss */
.post .it-entry-meta ul li.tags {
  display: block;
  width: 100%;
}

/* line 2110, ../sass/_mainstyles.scss */
.post .it-entry-meta .button-group {
  width: 30%;
  float: right;
  margin-top: 5px;
}

/* line 2115, ../sass/_mainstyles.scss */
.post .it-entry-meta .button-group a {
  padding: 12px 0;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
  text-align: center;
  box-sizing: content-box;
  width: 100%;
  max-width: 100px;
  float: right;
}

/* line 2126, ../sass/_mainstyles.scss */
.post .it-entry-meta .button-group a.liked {
  max-width: 50px;
  margin-right: 10px;
}

/*.display-block {
	display:inline-block;
}*/
/* Applist Blog */
/* line 2138, ../sass/_mainstyles.scss */
.masonry-blog {
  margin: auto;
  text-align: center;
}

/* line 2142, ../sass/_mainstyles.scss */
.masonry-blog img {
  margin: auto !important;
}

/* clear fix */
/* line 2144, ../sass/_mainstyles.scss */
.masonry-blog:after {
  content: '';
  display: inline-block;
  clear: both;
}

/* line 2149, ../sass/_mainstyles.scss */
.masonry-blog .loadmore {
  display: block;
  width: 100%;
  margin: 50px auto;
  text-align: center;
  border-top: 1px solid #e4e4e4;
  padding-top: 30px;
}

/* line 2157, ../sass/_mainstyles.scss */
.s-post {
  width: 100%;
  margin-bottom: 20px !important;
  background-color: #fff;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

/* line 2165, ../sass/_mainstyles.scss */
.masonry-blog .s-post {
  width: 220px;
  margin: auto;
  text-align: center;
  padding: 7px;
  box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.3);
}

/* line 2172, ../sass/_mainstyles.scss */
.masonry-blog .s-post a {
  text-align: center;
  color: #333;
  font-weight: normal;
  text-decoration: none;
}

/* line 2181, ../sass/_mainstyles.scss */
.apps-section .masonry-blog .s-post {
  border: 0;
  box-shadow: 7px 7px 8px transparent;
}

/*.s-post:after {
	position: absolute;
	bottom: -2px;
	left: 1%;
	width: 98%;
	height: 3px;
	
	border-radius: 0 0 3px 3px;
	border-top: 0;
	content: '';
}*/
/* line 2201, ../sass/_mainstyles.scss */
.s-post.large-post {
  width: 540px;
}

/* line 2204, ../sass/_mainstyles.scss */
.s-post .it-entry-title {
  text-align: center;
  position: relative;
  /*margin-bottom: 35px;*/
  font-size: 20px;
}

/* line 2210, ../sass/_mainstyles.scss */
.s-post .it-entry-thumbnail {
  /*border-radius: 3px 3px 0 0;*/
  overflow: hidden;
  transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  text-align: center;
  margin: auto;
}

/* line 2220, ../sass/_mainstyles.scss */
.s-post .it-entry-thumbnail ul {
  margin: auto;
}

/*.s-post .it-entry-title:after {
	position: absolute;
	content: '';
	background: #ca0019;
	height: 2px;
	width: 50px;
	left: 50%;
	bottom: -15px;
	margin-left: -25px;
	transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}*/
/* line 2238, ../sass/_mainstyles.scss */
.s-post .post:hover .it-entry-title:after {
  width: 100px;
  /*margin-left: -30px;*/
}

/* line 2242, ../sass/_mainstyles.scss */
.s-post .it-entry-content {
  padding: 20px 10px 10px 10px;
  border-top: 0;
  /*border-radius: 0 0 3px 3px;*/
  margin: 0;
}

/* line 2249, ../sass/_mainstyles.scss */
.s-post .it-entry-thumbnail, .s-post.post .it-entry-meta {
  margin-bottom: 0;
}

/* line 2252, ../sass/_mainstyles.scss */
.s-post.post .it-entry-meta ul {
  width: 50%;
}

/* line 2255, ../sass/_mainstyles.scss */
.s-post.post .it-entry-meta .button-group {
  width: 30%;
}

/* line 2258, ../sass/_mainstyles.scss */
.s-post.post .it-entry-text {
  text-align: center;
}

/* line 2261, ../sass/_mainstyles.scss */
.s-post.post .post-format {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ca0019;
  transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  text-align: center;
  line-height: 50px;
  margin: -44px auto 20px;
  position: relative;
}

/* line 2275, ../sass/_mainstyles.scss */
.s-post.large-post .post-format {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: -51px auto 30px auto;
}

/* line 2281, ../sass/_mainstyles.scss */
.s-post.post:hover .post-format {
  background: #000;
}

/* line 2284, ../sass/_mainstyles.scss */
.s-post.post .post-format i {
  color: #FFF;
  font-size: 20px;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: -15px 0 0 -15px;
  top: 50%;
  left: 50%;
  transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
}

/* line 2300, ../sass/_mainstyles.scss */
.s-post.large-post .it-entry-meta ul li {
  line-height: 42px;
}

/* line 2303, ../sass/_mainstyles.scss */
.s-post.large-post h2.it-entry-title a {
  font-size: 28px;
}

/* line 2306, ../sass/_mainstyles.scss */
.s-post .owl-theme .owl-controls {
  margin: 0;
}

/*====== Quote-format ======*/
/* line 2310, ../sass/_mainstyles.scss */
.s-post.quote-format .it-entry-text {
  padding-left: 0;
  position: relative;
}

/* line 2314, ../sass/_mainstyles.scss */
.s-post.quote-format .it-entry-text p {
  font-size: 15px;
  line-height: 25px;
}

/* line 2318, ../sass/_mainstyles.scss */
.s-post.large-post.quote-format .it-entry-text p {
  font-size: 22px;
  line-height: 35px;
}

/* line 2322, ../sass/_mainstyles.scss */
.s-post.quote-format .it-entry-content {
  border-radius: 3px;
  border-top: 1px solid #e4e4e4;
}

/* line 2327, ../sass/_mainstyles.scss */
.s-post.quote-format .it-entry-text:after {
  display: none;
}

/* line 2330, ../sass/_mainstyles.scss */
.s-post.quote-format .post-format {
  background-color: #5CB85C;
  margin: 20px auto;
}

/* line 2335, ../sass/_mainstyles.scss */
.s-post.quote-format .it-entry-content .it-entry-meta {
  border-top: 1px solid #e4e4e4;
  text-align: center;
}

/* line 2339, ../sass/_mainstyles.scss */
.s-post.quote-format .it-entry-content .it-entry-meta .button-group {
  width: 100%;
  display: block;
  text-align: center;
}

/* line 2344, ../sass/_mainstyles.scss */
.s-post.quote-format .it-entry-content .it-entry-meta .button-group a {
  float: none;
  display: inline-block;
  text-align: center;
}

/* boxed */
/* line 2350, ../sass/_mainstyles.scss */
.masonry-blog.boxed {
  max-width: 1170px;
}

/* MAX 640px */
@media only screen and (max-width: 640px) {
  /* line 2356, ../sass/_mainstyles.scss */
  .masonry-blog .s-post, .masonry-blog.large-post .s-post {
    width: 100%;
  }

  /* line 2359, ../sass/_mainstyles.scss */
  .masonry-blog .s-post:after {
    width: 98%;
    left: 1%;
  }
}
/* Post list */
/* line 2365, ../sass/_mainstyles.scss */
.post-carousel.post-list .item {
  margin: 10px;
  text-align: center;
  margin: auto;
}

/* Post grid */
/* line 2373, ../sass/_mainstyles.scss */
.post-grid {
  margin: 40px auto;
}

/* line 2376, ../sass/_mainstyles.scss */
.post-grid .item {
  background: #3fbf79;
  margin: 0;
  text-align: center;
}

/* line 2381, ../sass/_mainstyles.scss */
.post-grid .item .s-post:after {
  display: none;
}

/* line 2384, ../sass/_mainstyles.scss */
.post-grid .item .s-post .it-entry-title a {
  line-height: 20px;
}

/* line 2387, ../sass/_mainstyles.scss */
.post-grid .item .s-post .it-entry-title:after {
  background: none;
}

/* line 2390, ../sass/_mainstyles.scss */
.post-grid .item .s-post:nth-child(2) .it-entry-thumbnail {
  display: inline-block;
}

/* line 2393, ../sass/_mainstyles.scss */
.post-grid .item .s-post:nth-child(2) .it-entry-content {
  display: inline-block;
}

/* line 2396, ../sass/_mainstyles.scss */
.post-grid .item .s-post {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
}

/* line 2401, ../sass/_mainstyles.scss */
.post-grid .item .s-post .it-entry-thumbnail, .post-grid .item .s-post .it-entry-content {
  border-radius: 0;
  text-align: center;
  display: inline-block;
}

/* line 2406, ../sass/_mainstyles.scss */
.post-grid .item .s-post .it-entry-content {
  text-align: center;
  padding-bottom: 0;
  display: inline-block;
  border: none;
  padding: 10px;
}

/* line 2413, ../sass/_mainstyles.scss */
.post-grid .item .s-post .it-entry-content .readmore {
  color: #ca0019;
  transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
}

/* line 2420, ../sass/_mainstyles.scss */
.post-grid .item .s-post .it-entry-content .readmore:hover {
  color: #3d3d3d;
  padding-left: 10px;
}

/* line 2424, ../sass/_mainstyles.scss */
.post-grid .item .s-post .it-entry-content .it-entry-title, .post-grid .item .s-post .it-entry-content .it-entry-title a, .post-grid .item .s-post .it-entry-content .it-entry-text {
  font-size: 12px;
  text-align: center;
  /*margin-bottom: 10px;*/
}

/* line 2429, ../sass/_mainstyles.scss */
.post-grid .item .s-post .it-entry-content .it-entry-title:after {
  left: 0;
  margin-left: 0;
  /*bottom: -5px;*/
}

/*
	 Blog Section
==========================================================*/
/* line 2440, ../sass/_mainstyles.scss */
.blue-header {
  background: url(../images/texture-bg.png) repeat 0 0, linear-gradient(-45deg, #00b4e7, #0146ae, #003bbb, #012bb3, #021a64, #010427);
  /*background: url(../images/texture-bg.png), linear-gradient(-45deg, #5aadeb, #3b4290, #383e84, #323d99, #202056) !important;*/
}

/* line 2446, ../sass/_mainstyles.scss */
.heading {
  color: #fff;
}
/* line 2448, ../sass/_mainstyles.scss */
.heading h1 {
  font-size: 58px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 2455, ../sass/_mainstyles.scss */
.bottom-corner-bg {
  padding-bottom: 40px;
  background: url(../images/radius-bg2.png) no-repeat center center;
  background-position: center bottom !important;
}

/* line 2460, ../sass/_mainstyles.scss */
.bottom-corner-bg2 {
  background: url(../images/radius-bg3.png) no-repeat center center;
}

/* line 2465, ../sass/_mainstyles.scss */
.light-bluecolor {
  color: #337ab7;
}

/* line 2468, ../sass/_mainstyles.scss */
.dark-bluecolor {
  color: #212162;
}

/* line 2471, ../sass/_mainstyles.scss */
.blog-section1 {
  padding: 3% 0;
  background: linear-gradient(90deg, #2e399a, #5aadeb, #212162);
}

/* line 2476, ../sass/_mainstyles.scss */
.blog-section2 {
  padding: 35px 0;
}
/* line 2478, ../sass/_mainstyles.scss */
.blog-section2 .blog-box {
  min-height: 470px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
/* line 2481, ../sass/_mainstyles.scss */
.blog-section2 .blog-box .client-name {
  padding: 15px 15px;
}
/* line 2483, ../sass/_mainstyles.scss */
.blog-section2 .blog-box .client-name span {
  float: right;
  color: #888;
}
/* line 2488, ../sass/_mainstyles.scss */
.blog-section2 .blog-box .profile-cover {
  min-width: 250px;
  position: relative;
}
/* line 2491, ../sass/_mainstyles.scss */
.blog-section2 .blog-box .profile-cover img {
  width: 100%;
}
/* line 2494, ../sass/_mainstyles.scss */
.blog-section2 .blog-box .profile-cover .img-border {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
/* line 2499, ../sass/_mainstyles.scss */
.blog-section2 .blog-box .blog-content {
  padding: 0px 15px;
}
/* line 2502, ../sass/_mainstyles.scss */
.blog-section2 .blog-box .blog-content h2 a {
  color: #212162;
}
/* line 2504, ../sass/_mainstyles.scss */
.blog-section2 .blog-box .blog-content h2 a:hover {
  color: #f00;
}
/* line 2509, ../sass/_mainstyles.scss */
.blog-section2 .blog-box .blog-content p {
  color: #888;
}
/* line 2513, ../sass/_mainstyles.scss */
.blog-section2 .blog-box .profile-photo-name {
  padding: 15px;
}
/* line 2516, ../sass/_mainstyles.scss */
.blog-section2 .blog-box .profile-photo-name .profile-photo {
  display: inline-block;
  width: 60px;
  height: 60px;
  vertical-align: middle;
}
/* line 2523, ../sass/_mainstyles.scss */
.blog-section2 .blog-box .profile-photo-name .profile-name {
  display: inline-block;
  font-size: 24px;
  color: #333;
  margin-left: 15px;
  padding: 3px 10px;
}
/* line 2532, ../sass/_mainstyles.scss */
.blog-section2 .blog-box2 {
  height: auto;
  border: 0;
}
/* line 2537, ../sass/_mainstyles.scss */
.blog-section2 .search-blog .form-control {
  border-radius: 2px;
  height: 42px;
}
/* line 2543, ../sass/_mainstyles.scss */
.blog-section2 .latest-posts h2 {
  padding: 10px 0;
  border-bottom: 2px solid #337ab7;
}
/* line 2547, ../sass/_mainstyles.scss */
.blog-section2 .latest-posts a {
  margin-bottom: 15px;
  display: block;
}
/* line 2550, ../sass/_mainstyles.scss */
.blog-section2 .latest-posts a img {
  width: 100%;
}

/*
	 Blog Details Section
==========================================================*/
/* line 2561, ../sass/_mainstyles.scss */
.blog_banner {
  margin: auto;
  padding-top: 10px;
}
/* line 2565, ../sass/_mainstyles.scss */
.blog_banner .banner_img img {
  width: 100%;
  min-height: 200px;
}

/* line 2571, ../sass/_mainstyles.scss */
.back-page {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 2573, ../sass/_mainstyles.scss */
.back-page h4 {
  font-weight: normal;
  color: #999;
  font-size: 14px;
}
/* line 2577, ../sass/_mainstyles.scss */
.back-page h4 a {
  color: #999;
}
/* line 2580, ../sass/_mainstyles.scss */
.back-page h4 a:hover {
  color: #f00;
}

/*
	 Sitemap Section
==========================================================*/
/* line 2593, ../sass/_mainstyles.scss */
.sitemap-section {
  padding: 60px 0;
}
/* line 2595, ../sass/_mainstyles.scss */
.sitemap-section .page-links {
  margin: auto;
}
/* line 2598, ../sass/_mainstyles.scss */
.sitemap-section .page-links li {
  padding: 10px 0;
  text-align: left;
}
/* line 2601, ../sass/_mainstyles.scss */
.sitemap-section .page-links li a {
  font-size: 16px;
  color: #555;
  text-align: left;
  text-decoration: none;
}
/* line 2606, ../sass/_mainstyles.scss */
.sitemap-section .page-links li a:hover {
  color: #f00;
}
/* line 2610, ../sass/_mainstyles.scss */
.sitemap-section .page-links li a i {
  padding-right: 10px;
}
/* line 2615, ../sass/_mainstyles.scss */
.sitemap-section .page-links li ul {
  margin: 0;
  margin-left: 20px;
}

/*validation css*/
/* line 2624, ../sass/_mainstyles.scss */
.input-msg {
  display: none;
  position: absolute;
  background: url(img/down-arrow.png) no-repeat center bottom;
  color: #FFF;
  cursor: pointer;
}

/* line 2626, ../sass/_mainstyles.scss */
.input-error {
  /*background:#FFD8D8 !important*/
  outline: 1px solid #EB8945;
}

/* line 2627, ../sass/_mainstyles.scss */
.input-err-msg {
  display: block;
  margin-bottom: 7px;
  background: #183349;
  padding: 3px 10px 4px 10px;
  font-size: 12px !important;
}

/* line 2629, ../sass/_mainstyles.scss */
.succ-msg {
  background: url("images/tick.png") no-repeat scroll 0.7em 0.25em #C3FFE6;
  border: 1px solid #12C268;
  box-shadow: 0 0 3px #FFFFFF inset;
  color: #057446;
  padding: 4px 10px 4px 30px;
  margin: 5px 0px 5px 0px;
  text-align: center;
  font-size: 12px !important;
}

/* line 2630, ../sass/_mainstyles.scss */
.err-msg {
  background: url("images/error.png") no-repeat scroll 0.7em 0.25em #FFC3C3;
  border: 1px solid #FF0000;
  box-shadow: 0 0 3px #FFFFFF inset;
  color: #C10707;
  padding: 4px 10px 4px 30px;
  margin: 5px 0px 5px 0px;
  text-align: center;
}

/* line 2632, ../sass/_mainstyles.scss */
#message {
  color: #060;
}

/*validation css*/
/* line 2636, ../sass/_mainstyles.scss */
.our-client-section {
  padding: 40px 0;
  margin: auto;
}
/* line 2640, ../sass/_mainstyles.scss */
.our-client-section .clients {
  text-align: center;
}
/* line 2642, ../sass/_mainstyles.scss */
.our-client-section .clients li {
  display: inline-block;
  padding: 10px;
}

/*
	 country-img
==========================================================*/
/* line 2654, ../sass/_mainstyles.scss */
.country-img {
  margin: 0;
}
/* line 2657, ../sass/_mainstyles.scss */
.country-img li {
  display: inline-block;
  width: 10%;
  text-align: center;
  padding: 10px 10px;
  color: #fff;
}

/* line 1, ../sass/_animation.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 8, ../sass/_animation.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 13, ../sass/_animation.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/* line 55, ../sass/_animation.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 80, ../sass/_animation.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* line 124, ../sass/_animation.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* line 188, ../sass/_animation.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
/* line 230, ../sass/_animation.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/* line 294, ../sass/_animation.scss */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
/* line 361, ../sass/_animation.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* line 449, ../sass/_animation.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* line 508, ../sass/_animation.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 565, ../sass/_animation.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 622, ../sass/_animation.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 679, ../sass/_animation.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 736, ../sass/_animation.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
/* line 793, ../sass/_animation.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
/* line 839, ../sass/_animation.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
/* line 885, ../sass/_animation.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
/* line 931, ../sass/_animation.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
/* line 977, ../sass/_animation.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1002, ../sass/_animation.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 1037, ../sass/_animation.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 1072, ../sass/_animation.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1107, ../sass/_animation.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1142, ../sass/_animation.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1177, ../sass/_animation.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1212, ../sass/_animation.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 1247, ../sass/_animation.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 1282, ../sass/_animation.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 1307, ../sass/_animation.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
/* line 1342, ../sass/_animation.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
/* line 1377, ../sass/_animation.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
/* line 1412, ../sass/_animation.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
/* line 1447, ../sass/_animation.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
/* line 1482, ../sass/_animation.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
/* line 1517, ../sass/_animation.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
/* line 1552, ../sass/_animation.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
/* line 1587, ../sass/_animation.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1671, ../sass/_animation.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
/* line 1731, ../sass/_animation.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
/* line 1791, ../sass/_animation.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
/* line 1829, ../sass/_animation.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
/* line 1867, ../sass/_animation.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
/* line 1931, ../sass/_animation.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
/* line 1968, ../sass/_animation.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 2015, ../sass/_animation.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 2060, ../sass/_animation.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 2105, ../sass/_animation.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 2150, ../sass/_animation.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 2195, ../sass/_animation.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
/* line 2240, ../sass/_animation.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
/* line 2285, ../sass/_animation.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
/* line 2330, ../sass/_animation.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
/* line 2375, ../sass/_animation.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
/* line 2420, ../sass/_animation.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 2453, ../sass/_animation.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 2486, ../sass/_animation.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 2519, ../sass/_animation.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
/* line 2552, ../sass/_animation.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
/* line 2585, ../sass/_animation.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
/* line 2618, ../sass/_animation.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 2653, ../sass/_animation.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
/* line 2686, ../sass/_animation.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
/* line 2790, ../sass/_animation.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
/* line 2827, ../sass/_animation.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
/* line 2864, ../sass/_animation.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 2894, ../sass/_animation.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/* line 2937, ../sass/_animation.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    -ms-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/* line 2980, ../sass/_animation.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    -ms-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/* line 3023, ../sass/_animation.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/* line 3066, ../sass/_animation.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
/* line 3109, ../sass/_animation.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
/* line 3153, ../sass/_animation.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    -ms-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 3197, ../sass/_animation.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    -ms-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 3241, ../sass/_animation.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}
/* line 3285, ../sass/_animation.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

/* 
	icons effects scss 
================================================================================================*/
/* line 7, ../sass/_mainmenu.scss */
.touch-effects {
  padding: 0 !important;
  display: inline-block;
  vertical-align: middle;
}
/* line 12, ../sass/_mainmenu.scss */
.touch-effects .top-icons1 {
  float: left;
  width: 75%;
}
/* line 16, ../sass/_mainmenu.scss */
.touch-effects .top-icons2 {
  float: left;
  width: 25%;
  text-align: center;
  padding-left: 0 !important;
}
/* line 22, ../sass/_mainmenu.scss */
.touch-effects .call-no {
  display: block;
  padding-right: 15px;
  padding-top: 12px;
}
/* line 26, ../sass/_mainmenu.scss */
.touch-effects .call-no img {
  width: 100%;
}

/* line 31, ../sass/_mainmenu.scss */
.touch-effects a {
  display: inline-block;
  width: auto;
  color: #fff;
  padding: 22px 9px;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: border 0.7s ease-in-out, color 0.7s ease-in-out;
  -moz-transition: border 0.7s ease-in-out, color 0.7s ease-in-out;
  -o-transition: border 0.7s ease-in-out, color 0.7s ease-in-out;
  transition: border 0.7s ease-in-out, color 0.7s ease-in-out;
}

/* line 44, ../sass/_mainmenu.scss */
.touch-effects .burger-menu {
  margin: 0 auto;
  width: 60px;
  overflow: hidden;
  margin-left: 3px;
  display: block;
  height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 9999;
  float: right;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: border 0.7s ease-in-out;
  -moz-transition: border 0.7s ease-in-out;
  -o-transition: border 0.7s ease-in-out;
  transition: border 0.7s ease-in-out;
}

/* line 62, ../sass/_mainmenu.scss */
.touch-effects .burger-menua {
  display: block;
}

/* line 65, ../sass/_mainmenu.scss */
.burger-menu .burger-container {
  display: table-cell;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out, transform 0.3s ease-in-out;
  vertical-align: middle;
}

/* line 73, ../sass/_mainmenu.scss */
.touch-effects .burger-menu .line {
  width: 25px;
  height: 1px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}

/* line 87, ../sass/_mainmenu.scss */
.touch-effects .burger-menu .line-middle div {
  width: 50%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 97, ../sass/_mainmenu.scss */
.touch-effects .burger-menu .line-middle-left {
  left: 0;
  transform-origin: 0 100% !important;
}

/* line 101, ../sass/_mainmenu.scss */
.touch-effects .burger-menu .line-middle-right {
  right: 0;
  transform-origin: 100% 0 !important;
}

/* line 105, ../sass/_mainmenu.scss */
.touch-effects .burger-menu .burger-container-right {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -o-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 116, ../sass/_mainmenu.scss */
.touch-effects .burger-menu .burger-container-right .line {
  background-color: #fff;
}

/* line 119, ../sass/_mainmenu.scss */
.touch-effects .burger-menu .burger-container-right .line-top {
  top: -2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 126, ../sass/_mainmenu.scss */
.touch-effects .burger-menu .burger-container-right .line-bottom {
  top: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 133, ../sass/_mainmenu.scss */
.touch-effects .ico-arrBack {
  height: 60px;
  background-color: #1e4aa2;
  width: 124px;
  padding: 10px;
  position: relative;
}

/* line 140, ../sass/_mainmenu.scss */
.touch-effects .ico-arrBack .line.line-arrow {
  width: 48px;
  background-color: #fff;
  height: 1px;
  position: absolute;
  top: 50%;
  margin: 0 30px;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 153, ../sass/_mainmenu.scss */
.touch-effects .ico-arrBack .arrow-left:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #fff;
  border-width: 4px;
  margin-top: -4px;
  margin-left: -4px;
}

/* line 171, ../sass/_mainmenu.scss */
.touch-effects .ico-container {
  margin: 0 !important;
  width: 48px !important;
}

/* line 175, ../sass/_mainmenu.scss */
.touch-effects .ico-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 181, ../sass/_mainmenu.scss */
.touch-effects .ico-search {
  font-size: 25px;
  padding: 17px 5px;
}

/* line 185, ../sass/_mainmenu.scss */
.touch-effects .btn-line .top {
  width: 100%;
}

/* line 188, ../sass/_mainmenu.scss */
.touch-effects .btn-line .left, .touch-effects .btn-line .right {
  height: 100%;
}

/* line 191, ../sass/_mainmenu.scss */
.touch-effects .btn-line .bottom:after, .touch-effects .btn-line .bottom:before {
  width: 50%;
}

/* line 195, ../sass/_mainmenu.scss */
.touch-effects .ico-container.ico-arrBack .icon-arrBack {
  position: static;
  float: left;
  display: block;
  width: 120px;
}

/* line 201, ../sass/_mainmenu.scss */
.touch-effects .ico {
  width: auto;
}

/* line 205, ../sass/_mainmenu.scss */
.touch-effects .transition-on {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 211, ../sass/_mainmenu.scss */
.touch-effects .transition-off {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 217, ../sass/_mainmenu.scss */
.touch-effects .btn-close {
  position: fixed;
  top: -150%;
  margin-top: 15px;
  left: 50%;
  z-index: 99999;
  margin-left: -25px;
  -webkit-transition: opacity 0.3s ease-in-out, top 0s linear;
  -moz-transition: opacity 0.3s ease-in-out, top 0s linear;
  -o-transition: opacity 0.3s ease-in-out, top 0s linear;
  transition: opacity 0.3s ease-in-out, top 0s linear;
}

/* line 229, ../sass/_mainmenu.scss */
.touch-effects .btn-close .icon-cross {
  font-size: 20px;
  color: #1d52c0;
  border: 1px solid #1d52c0;
  border-radius: 100%;
  padding: 15px;
}

/* line 236, ../sass/_mainmenu.scss */
.touch-effects .btn-line .top {
  height: 1px;
  width: 0;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

/* line 253, ../sass/_mainmenu.scss */
.touch-effects .btn-line .left, .touch-effects .btn-line .right {
  height: 0;
  background-color: #fff;
  position: absolute;
  width: 1px;
  top: 0;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

/* line 264, ../sass/_mainmenu.scss */
.touch-effects .btn-line .left {
  left: 0;
}

/* line 267, ../sass/_mainmenu.scss */
.touch-effects .btn-line .right {
  right: 0;
}

/* line 270, ../sass/_mainmenu.scss */
.touch-effects .btn-line .bottom:after, .touch-effects .btn-line .bottom:before {
  content: '';
  bottom: 0;
  background-color: #fff;
  position: absolute;
  width: 0;
  height: 1px;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

/* line 282, ../sass/_mainmenu.scss */
.touch-effects .btn-line .bottom:after {
  left: 0;
}

/* line 285, ../sass/_mainmenu.scss */
.touch-effects .btn-line .bottom:before {
  right: 0;
}

/* line 288, ../sass/_mainmenu.scss */
.ico-container {
  position: relative;
  overflow: hidden;
}

/* line 292, ../sass/_mainmenu.scss */
.touch-effects .ico-container .ico {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 10;
}

/* line 300, ../sass/_mainmenu.scss */
.touch-effects .ico-container .top {
  height: 1px;
  width: 0;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 317, ../sass/_mainmenu.scss */
.touch-effects .ico-container .left, .touch-effects .ico-container .right {
  height: 0;
  background-color: #fff;
  position: absolute;
  width: 1px;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 328, ../sass/_mainmenu.scss */
.touch-effects .ico-container .left {
  left: 0;
}

/* line 331, ../sass/_mainmenu.scss */
.touch-effects .ico-container .right {
  right: 0;
}

/* line 334, ../sass/_mainmenu.scss */
.touch-effects .ico-container .bottom {
  position: absolute;
  left: 0;
  width: 300%;
  height: 300%;
  top: 100%;
  background-color: #fff;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

/* line 356, ../sass/_mainmenu.scss */
.touch-effects .btn-nav:hover .burger-container.burger-container-left {
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
}

/* line 363, ../sass/_mainmenu.scss */
.touch-effects .btn-nav:hover .burger-container.burger-container-left .line-top {
  top: 2px;
}

/* line 366, ../sass/_mainmenu.scss */
.btn-nav:hover .burger-container.burger-container-left .line-bottom {
  top: -2px;
}

/* line 369, ../sass/_mainmenu.scss */
.touch-effects .btn-nav:hover .burger-container.burger-container-right {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out, transform 0.2s ease-in-out;
}

/* line 380, ../sass/_mainmenu.scss */
.touch-effects .btn-nav:hover .burger-container.burger-container-right .line {
  background-color: #fff;
}

/* line 383, ../sass/_mainmenu.scss */
.touch-effects .btn-nav:hover .burger-container.burger-container-right .line-top {
  top: 0;
}

/* line 386, ../sass/_mainmenu.scss */
.touch-effects .btn-nav:hover .burger-container.burger-container-right .line-bottom {
  top: 0;
}

/* line 389, ../sass/_mainmenu.scss */
.touch-effects .hover-animation:hover .bottom {
  background-color: #1d52c0;
}

/* line 392, ../sass/_mainmenu.scss */
.touch-effects .hover-animation:hover .ico {
  color: #1d52c0;
  -webkit-transition: all 0.1s ease-in-out 0.30000000000000004s;
  -moz-transition: all 0.1s ease-in-out 0.30000000000000004s;
  -o-transition: all 0.1s ease-in-out 0.30000000000000004s;
  transition: all 0.1s ease-in-out 0.3s;
}

/* line 399, ../sass/_mainmenu.scss */
.touch-effects .hover-animation:hover .left, .touch-effects .hover-animation:hover .right, .touch-effects .hover-animation:hover .top {
  background-color: rgba(255, 255, 255, 0.4);
}

/* line 402, ../sass/_mainmenu.scss */
.touch-effects .hover-animation:hover .left {
  -webkit-transition: height 0.1s ease-in-out;
  -moz-transition: height 0.1s ease-in-out;
  -o-transition: height 0.1s ease-in-out;
  transition: height 0.1s ease-in-out;
  height: 100%;
  bottom: 0;
  top: auto;
}

/* line 411, ../sass/_mainmenu.scss */
.touch-effects .hover-animation:hover .top {
  -webkit-transition: width 0.1s ease-in-out 0.1s;
  -moz-transition: width 0.1s ease-in-out 0.1s;
  -o-transition: width 0.1s ease-in-out 0.1s;
  transition: width 0.1s ease-in-out 0.1s;
  width: 100%;
  left: 0;
  right: auto;
  margin: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

/* line 426, ../sass/_mainmenu.scss */
.touch-effects .hover-animation:hover .right {
  -webkit-transition: height 0.1s ease-in-out 0.2s;
  -moz-transition: height 0.1s ease-in-out 0.2s;
  -o-transition: height 0.1s ease-in-out 0.2s;
  transition: height 0.1s ease-in-out 0.2s;
  height: 100%;
  top: 0;
  bottom: auto;
}

/* line 435, ../sass/_mainmenu.scss */
.touch-effects .hover-animation:hover .bottom {
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.25s ease-in-out 0.2s, background 0s linear;
  -moz-transition: -moz-transform 0.25s ease-in-out 0.2s, background 0s linear;
  -o-transition: -o-transform 0.25s ease-in-out 0.2s, background 0s linear;
  transition: -webkit-transform 0.25s ease-in-out 0.2s, -moz-transform 0.25s ease-in-out 0.2s, -o-transform 0.25s ease-in-out 0.2s, transform 0.25s ease-in-out 0.2s, background 0s linear;
}

/* line 447, ../sass/_mainmenu.scss */
.fixedMenu-on .ico-container:hover .ico {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 453, ../sass/_mainmenu.scss */
.touch-effects .fixedMenu-on .ico-container:hover .bottom {
  -webkit-transition: -webkit-transform 0.25s ease-in-out, background 0s linear;
  -moz-transition: -moz-transform 0.25s ease-in-out, background 0s linear;
  -o-transition: -o-transform 0.25s ease-in-out, background 0s linear;
  transition: -webkit-transform 0.25s ease-in-out, -moz-transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out, transform 0.25s ease-in-out, background 0s linear;
}

/* line 459, ../sass/_mainmenu.scss */
.touch-effects .grid-container a:hover .line {
  height: 0;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

/* line 466, ../sass/_mainmenu.scss */
.grid-container a:hover .text-content .line-h {
  width: 100%;
  -webkit-transition: width 0.3s ease-in-out 0.15s;
  -moz-transition: width 0.3s ease-in-out 0.15s;
  -o-transition: width 0.3s ease-in-out 0.15s;
  transition: width 0.3s ease-in-out 0.15s;
}

/* line 473, ../sass/_mainmenu.scss */
.touch-effects .grid-container a:hover .hover {
  height: 58px;
  margin-top: -29px;
}

@-webkit-keyframes topBottom {
  0% {
    -webkit-transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(-3px);
  }
}
@-moz-keyframes topBottom {
  0% {
    -moz-transform: translateY(-3px);
  }
  50% {
    -moz-transform: translateY(3px);
  }
  100% {
    -moz-transform: translateY(-3px);
  }
}
@-o-keyframes topBottom {
  0% {
    -o-transform: translateY(-3px);
  }
  50% {
    -o-transform: translateY(3px);
  }
  100% {
    -o-transform: translateY(-3px);
  }
}
@keyframes topBottom {
  0% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
/* line 532, ../sass/_mainmenu.scss */
.touch-effects .classremove div {
  display: none !important;
}

/* line 535, ../sass/_mainmenu.scss */
.touch-effects .ico-heart {
  display: none;
}

/*----- Toggle Button -----*/
/* line 542, ../sass/_mainmenu.scss */
.touch-effects .toggle-nav-top, .touch-effects .call-icon {
  display: none;
}

/*----- top-menu -----*/
/* line 548, ../sass/_mainmenu.scss */
.top-menu {
  display: inline-block;
}
/* line 550, ../sass/_mainmenu.scss */
.top-menu ul {
  display: inline-block;
  padding: 10px 0px;
}
/* line 554, ../sass/_mainmenu.scss */
.top-menu ul li {
  float: left;
  list-style: none;
  font-size: 17px;
  padding: 0px 3px;
}
/* line 560, ../sass/_mainmenu.scss */
.top-menu ul li a {
  text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.5);
  color: #ddd;
  transition: color linear 0.15s;
  padding: 0px 5px;
  height: 1.5em;
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 571, ../sass/_mainmenu.scss */
.top-menu ul li a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
/* line 579, ../sass/_mainmenu.scss */
.top-menu ul li a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 999999;
}
/* line 591, ../sass/_mainmenu.scss */
.top-menu ul li a:hover, .top-menu ul li a:focus {
  text-decoration: none;
  color: #F90000;
}
/* line 595, ../sass/_mainmenu.scss */
.top-menu ul li a:hover span, .top-menu ul li a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 606, ../sass/_mainmenu.scss */
.top-menu ul .current-item a {
  text-decoration: none;
  color: #F90000;
}
/* line 610, ../sass/_mainmenu.scss */
.top-menu ul .current-item a span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 622, ../sass/_mainmenu.scss */
.our-works {
  position: relative;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 632, ../sass/_mainmenu.scss */
#filters {
  margin: 1%;
  padding: 0;
  list-style: none;
}

/* line 638, ../sass/_mainmenu.scss */
#filters li {
  float: left;
}

/* line 642, ../sass/_mainmenu.scss */
#filters li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
}

/* line 650, ../sass/_mainmenu.scss */
#filters li span.active {
  background: #e95a44;
  color: #fff;
}

/* line 657, ../sass/_mainmenu.scss */
#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 23%;
  margin: 1%;
  /*display:none;*/
  float: left;
  overflow: hidden;
}

/* line 668, ../sass/_mainmenu.scss */
.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #666;
  cursor: pointer;
}

/* line 675, ../sass/_mainmenu.scss */
.portfolio img {
  max-width: 100%;
  position: relative;
}

/* line 680, ../sass/_mainmenu.scss */
.portfolio .label {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -40px;
}

/* line 687, ../sass/_mainmenu.scss */
.portfolio .label-bg {
  background: #e95a44;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 696, ../sass/_mainmenu.scss */
.portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
}

/* line 703, ../sass/_mainmenu.scss */
.portfolio .text-category {
  display: block;
  font-size: 9px;
}

/* 
	Media Screens 
============================================================================================================*/
@media (min-width: 1200px) {
  /* line 715, ../sass/_mainmenu.scss */
  .header-cont-section {
    /*height:100vh !important;*/
  }
  /* line 718, ../sass/_mainmenu.scss */
  .header-cont-section .af-logo svg {
    height: 300px !important;
  }

  /* line 723, ../sass/_mainmenu.scss */
  .rotate-icons1 {
    width: 25% !important;
    border: 1px solid transparent;
    min-height: 300px;
  }
  /* line 729, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 {
    left: 0px !important;
  }
  /* line 731, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 .ser-icon-rotate {
    width: 100% !important;
  }
  /* line 734, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 .black-logo {
    width: 60% !important;
    top: 20% !important;
    left: 19% !important;
  }
  /* line 740, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated2 {
    bottom: 30% !important;
    left: 20% !important;
  }
  /* line 743, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated2 .ser-icon-rotate {
    width: 100% !important;
  }

  /* line 749, ../sass/_mainmenu.scss */
  .rotate-icons2 {
    width: 75% !important;
    min-height: 500px !important;
  }
  /* line 752, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box {
    width: 72%;
    bottom: 35% !important;
  }
  /* line 756, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box .tech-slideshow {
    height: 65px;
    position: relative;
    overflow: hidden;
  }
  /* line 761, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box .tech-slideshow .tech-slideshow-1 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  /* line 772, ../sass/_mainmenu.scss */
  .rotate-icons2 .animated3 {
    position: absolute;
    width: 35%;
    bottom: 15% !important;
    left: -10% !important;
  }
  /* line 778, ../sass/_mainmenu.scss */
  .rotate-icons2 .animated3 .ser-icon-rotate {
    width: 50% !important;
  }
  /* line 783, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-mob {
    bottom: 0px !important;
    left: 0;
    margin: 0 !important;
  }

  /* line 790, ../sass/_mainmenu.scss */
  .apps-section6 {
    min-height: 650px !important;
  }
  /* line 793, ../sass/_mainmenu.scss */
  .apps-section6 .devel_deplo_svg-bg {
    min-height: 550px !important;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  /* line 802, ../sass/_mainmenu.scss */
  .header-cont-section {
    /*height:100vh !important*/
  }
  /* line 805, ../sass/_mainmenu.scss */
  .header-cont-section .af-logo svg {
    height: 200px !important;
  }

  /* line 810, ../sass/_mainmenu.scss */
  .rotate-icons1 {
    width: 25% !important;
    border: 1px solid transparent;
    min-height: 300px;
  }
  /* line 816, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 {
    left: 0px !important;
  }
  /* line 818, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 .ser-icon-rotate {
    width: 100% !important;
  }
  /* line 821, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 .black-logo {
    width: 60% !important;
    top: 20% !important;
    left: 19% !important;
  }
  /* line 827, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated2 {
    bottom: 40% !important;
    left: 0% !important;
  }
  /* line 830, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated2 .ser-icon-rotate {
    width: 100% !important;
  }

  /* line 836, ../sass/_mainmenu.scss */
  .rotate-icons2 {
    width: 75% !important;
    min-height: 400px !important;
  }
  /* line 840, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box {
    width: 72%;
    bottom: 30% !important;
  }
  /* line 843, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box .tech-slideshow {
    height: 65px;
    position: relative;
    overflow: hidden;
  }
  /* line 848, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box .tech-slideshow .tech-slideshow-1 {
    position: absolute;
    top: 0;
    right: 0;
    height: 70px !important;
    background-size: 80% !important;
    background-repeat: repeat-x !important;
  }
  /* line 859, ../sass/_mainmenu.scss */
  .rotate-icons2 .animated3 {
    position: absolute;
    width: 35%;
    bottom: 15% !important;
    left: -10% !important;
  }
  /* line 865, ../sass/_mainmenu.scss */
  .rotate-icons2 .animated3 .ser-icon-rotate {
    width: 50% !important;
  }
  /* line 870, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-mob {
    bottom: 0px !important;
    left: 0;
    margin: 0 !important;
  }

  /* line 877, ../sass/_mainmenu.scss */
  .apps-section6 {
    min-height: 600px !important;
  }
  /* line 880, ../sass/_mainmenu.scss */
  .apps-section6 .devel_deplo_svg-bg {
    min-height: 500px !important;
  }
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 888, ../sass/_mainmenu.scss */
  .header-cont-section {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  /* line 892, ../sass/_mainmenu.scss */
  .header-cont-section .header-title .h1-heading {
    font-size: 48px !important;
  }
  /* line 896, ../sass/_mainmenu.scss */
  .header-cont-section .header-title p {
    font-size: 20px !important;
  }
  /* line 901, ../sass/_mainmenu.scss */
  .header-cont-section .af-logo svg {
    height: 250px !important;
  }

  /* line 906, ../sass/_mainmenu.scss */
  .padding-lr-40 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 910, ../sass/_mainmenu.scss */
  .rotate-icons1 {
    width: 25% !important;
    border: 1px solid transparent;
    min-height: 300px;
  }
  /* line 916, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 {
    left: 0px !important;
  }
  /* line 918, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 .ser-icon-rotate {
    width: 100% !important;
  }
  /* line 921, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 .black-logo {
    width: 60% !important;
    top: 20% !important;
    left: 19% !important;
  }
  /* line 927, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated2 {
    bottom: 40% !important;
    left: 0% !important;
  }
  /* line 930, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated2 .ser-icon-rotate {
    width: 100% !important;
  }

  /* line 936, ../sass/_mainmenu.scss */
  .rotate-icons2 {
    width: 75% !important;
    min-height: 400px !important;
  }
  /* line 939, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box {
    width: 72%;
    bottom: 28% !important;
  }
  /* line 943, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box .tech-slideshow {
    height: 65px;
    position: relative;
    overflow: hidden;
  }
  /* line 948, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box .tech-slideshow .tech-slideshow-1 {
    position: absolute;
    top: 0;
    right: 0;
    height: 70px !important;
    background-size: 80% !important;
    background-repeat: repeat-x !important;
  }
  /* line 958, ../sass/_mainmenu.scss */
  .rotate-icons2 .animated3 {
    position: absolute;
    width: 35%;
    bottom: 15% !important;
    left: -10% !important;
  }
  /* line 964, ../sass/_mainmenu.scss */
  .rotate-icons2 .animated3 .ser-icon-rotate {
    width: 50% !important;
  }
  /* line 969, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-mob {
    bottom: 0px !important;
    left: 0;
    margin: 0 !important;
  }

  /* line 977, ../sass/_mainmenu.scss */
  .apps-section6 {
    min-height: 550px !important;
  }
  /* line 980, ../sass/_mainmenu.scss */
  .apps-section6 .devel_deplo_svg-bg {
    min-height: 450px !important;
  }

  /*.rotate-icons3 {
  	.apple-box {
  		.tech-slideshow {				
  			.tech-slideshow-1 {
  				background-size:70% !important;
  				background-repeat:repeat-x !important;
  			}	
  		}
  	}
  }*/
}
@media screen and (min-width: 992) {
  /* line 997, ../sass/_mainmenu.scss */
  .top-menu {
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  /* line 1005, ../sass/_mainmenu.scss */
  .header-cont-section {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  /* line 1010, ../sass/_mainmenu.scss */
  .header-cont-section .header-title .h1-heading {
    font-size: 38px !important;
  }
  /* line 1014, ../sass/_mainmenu.scss */
  .header-cont-section .header-title p {
    font-size: 18px !important;
  }
  /* line 1019, ../sass/_mainmenu.scss */
  .header-cont-section .af-logo svg {
    height: 100px !important;
  }

  /* line 1025, ../sass/_mainmenu.scss */
  .call-no {
    display: none !important;
  }

  /* line 1029, ../sass/_mainmenu.scss */
  .rotate-icons1 {
    width: 25% !important;
    border: 1px solid transparent;
    min-height: 300px;
  }
  /* line 1034, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 {
    left: 0px !important;
  }
  /* line 1036, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 .ser-icon-rotate {
    width: 65% !important;
  }
  /* line 1039, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 .black-logo {
    width: 40% !important;
    top: 23% !important;
    left: 17% !important;
  }
  /* line 1045, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated2 {
    bottom: 35% !important;
    left: 10% !important;
  }
  /* line 1048, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated2 .ser-icon-rotate {
    width: 100% !important;
  }

  /* line 1054, ../sass/_mainmenu.scss */
  .rotate-icons2 {
    width: 75% !important;
    min-height: 300px;
  }
  /* line 1058, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box {
    width: 72%;
    bottom: 35% !important;
  }
  /* line 1062, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box .tech-slideshow {
    height: 65px;
    position: relative;
    overflow: hidden;
  }
  /* line 1067, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box .tech-slideshow .tech-slideshow-1 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  /* line 1078, ../sass/_mainmenu.scss */
  .rotate-icons2 .animated3 {
    position: absolute;
    width: 52%;
    bottom: 20% !important;
    left: -10% !important;
  }
  /* line 1084, ../sass/_mainmenu.scss */
  .rotate-icons2 .animated3 .ser-icon-rotate {
    width: 30% !important;
  }
  /* line 1088, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-mob {
    bottom: 0px !important;
    left: 0;
  }

  /* line 1094, ../sass/_mainmenu.scss */
  .top-menu {
    /*position:relative;*/
  }
  /* line 1097, ../sass/_mainmenu.scss */
  .top-menu ul.active {
    display: none;
  }
  /* line 1101, ../sass/_mainmenu.scss */
  .top-menu ul {
    width: 100%;
    position: absolute;
    top: 120%;
    left: 0;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
  }
  /* line 1110, ../sass/_mainmenu.scss */
  .top-menu ul li {
    padding: 8px 0px;
    float: none;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  /* line 1115, ../sass/_mainmenu.scss */
  .top-menu ul li a {
    display: block;
    text-align: center;
  }
  /* line 1124, ../sass/_mainmenu.scss */
  .top-menu .touch-effects .toggle-nav-top {
    display: inline-block;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.8);
    font-size: 22px;
    transition: color linear 0.15s;
    position: relative;
    line-height: 6px !important;
    text-align: center;
  }
  /* line 1137, ../sass/_mainmenu.scss */
  .top-menu .touch-effects .toggle-nav-top.active {
    text-decoration: none;
  }

  /* line 1143, ../sass/_mainmenu.scss */
  .media-width-100p {
    width: 50%;
  }
  /* line 1145, ../sass/_mainmenu.scss */
  .media-width-100p .call-icon {
    display: block;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    padding: 3px 15px 10px;
    text-align: center;
    margin-right: 20px;
  }
  /* line 1153, ../sass/_mainmenu.scss */
  .media-width-100p .top-icons1, .media-width-100p .top-icons2 {
    float: none;
    display: inline-block;
    width: auto !important;
    padding-left: 10%;
  }

  /* line 1161, ../sass/_mainmenu.scss */
  .devel_deplo_svg-bg {
    display: none;
  }

  /* line 1164, ../sass/_mainmenu.scss */
  .apps-section6 {
    min-height: auto;
  }
}
/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 1172, ../sass/_mainmenu.scss */
  .our-works {
    width: 768px;
  }

  /* line 1175, ../sass/_mainmenu.scss */
  .rotate-icons1 {
    width: 25% !important;
    border: 1px solid transparent;
    min-height: 200px;
  }
  /* line 1180, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 {
    left: 0px !important;
  }
  /* line 1182, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 .ser-icon-rotate {
    width: 65% !important;
  }
  /* line 1185, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 .black-logo {
    width: 40% !important;
    top: 23% !important;
    left: 17% !important;
  }
  /* line 1191, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated2 {
    bottom: 35% !important;
    left: 10% !important;
  }
  /* line 1194, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated2 .ser-icon-rotate {
    width: 100% !important;
  }

  /* line 1200, ../sass/_mainmenu.scss */
  .rotate-icons2 {
    width: 75% !important;
    min-height: 200px;
  }
  /* line 1204, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box {
    width: 72%;
  }
  /* line 1207, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box .tech-slideshow {
    height: 65px;
    position: relative;
    overflow: hidden;
  }
  /* line 1212, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box .tech-slideshow .tech-slideshow-1 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  /* line 1223, ../sass/_mainmenu.scss */
  .rotate-icons2 .animated3 {
    position: absolute;
    width: 52%;
    bottom: 20% !important;
    left: -10% !important;
  }
  /* line 1229, ../sass/_mainmenu.scss */
  .rotate-icons2 .animated3 .ser-icon-rotate {
    width: 30% !important;
  }
  /* line 1233, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-mob {
    bottom: 0px !important;
    left: 0;
  }

  /* line 1239, ../sass/_mainmenu.scss */
  .heading h1 {
    font-size: 48px;
    line-height: 48px !important;
  }
  /* line 1243, ../sass/_mainmenu.scss */
  .heading h2 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  /* line 1247, ../sass/_mainmenu.scss */
  .heading h3 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  /* line 1251, ../sass/_mainmenu.scss */
  .heading p {
    font-size: 18px !important;
    font-weight: normal !important;
  }

  /* line 1256, ../sass/_mainmenu.scss */
  .text-area {
    padding-left: 20px !important;
  }

  /* line 1260, ../sass/_mainmenu.scss */
  .country-img li {
    width: 15%;
  }
  /* line 1263, ../sass/_mainmenu.scss */
  .country-img li h5 {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  /* line 1271, ../sass/_mainmenu.scss */
  .media-padd-50 {
    padding: 8% 6% 0;
  }

  /* line 1274, ../sass/_mainmenu.scss */
  .media-padd2-50 {
    padding: 0 6% 0;
  }

  /* line 1277, ../sass/_mainmenu.scss */
  .business-solution {
    width: 40%;
  }
}
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  /* line 1285, ../sass/_mainmenu.scss */
  .our-works {
    width: 95%;
  }

  /* line 1289, ../sass/_mainmenu.scss */
  #portfoliolist .portfolio {
    width: 48%;
    margin: 1%;
  }

  /* line 1294, ../sass/_mainmenu.scss */
  #ads {
    display: none;
  }

  /* line 1297, ../sass/_mainmenu.scss */
  .header-cont-section {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  /* line 1302, ../sass/_mainmenu.scss */
  .header-cont-section .header-title .h1-heading {
    font-size: 24px !important;
  }
  /* line 1306, ../sass/_mainmenu.scss */
  .header-cont-section .header-title p {
    font-size: 16px !important;
  }
  /* line 1311, ../sass/_mainmenu.scss */
  .header-cont-section .af-logo svg {
    height: 80px !important;
  }

  /* line 1317, ../sass/_mainmenu.scss */
  .padding-lr-40 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 1321, ../sass/_mainmenu.scss */
  .rotate-icons1 {
    width: 25% !important;
    border: 1px solid transparent;
    min-height: 300px;
  }
  /* line 1327, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 {
    left: 0px !important;
  }
  /* line 1329, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 .ser-icon-rotate {
    width: 100% !important;
  }
  /* line 1332, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 .black-logo {
    width: 60% !important;
    top: 20% !important;
    left: 19% !important;
  }
  /* line 1338, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated2 {
    bottom: 40% !important;
    left: 0% !important;
  }
  /* line 1341, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated2 .ser-icon-rotate {
    width: 100% !important;
  }

  /* line 1347, ../sass/_mainmenu.scss */
  .rotate-icons2 {
    width: 75% !important;
    min-height: 400px !important;
  }
  /* line 1350, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box {
    width: 72%;
  }
  /* line 1353, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box .tech-slideshow {
    height: 65px;
    position: relative;
    overflow: hidden;
  }
  /* line 1358, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box .tech-slideshow .tech-slideshow-1 {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px !important;
    background-size: 70% !important;
    background-repeat: repeat-x !important;
  }
  /* line 1369, ../sass/_mainmenu.scss */
  .rotate-icons2 .animated3 {
    position: absolute;
    width: 35%;
    bottom: 15% !important;
    left: -10% !important;
  }
  /* line 1375, ../sass/_mainmenu.scss */
  .rotate-icons2 .animated3 .ser-icon-rotate {
    width: 50% !important;
  }
  /* line 1380, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-mob {
    bottom: 0px !important;
    left: 0;
    margin: 0 !important;
  }

  /* line 1390, ../sass/_mainmenu.scss */
  .main-section .h2-title h2 {
    text-align: right;
    font-size: 28px;
    color: #000;
  }
  /* line 1395, ../sass/_mainmenu.scss */
  .main-section .h2-title h2 span {
    display: block;
  }
  /* line 1398, ../sass/_mainmenu.scss */
  .main-section .h2-title h2 .applist-color {
    font-size: 22px;
    color: #FF0004;
  }

  /* line 1406, ../sass/_mainmenu.scss */
  .heading h1 {
    font-size: 38px !important;
    line-height: 48px !important;
  }
  /* line 1410, ../sass/_mainmenu.scss */
  .heading h2 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  /* line 1414, ../sass/_mainmenu.scss */
  .heading h3 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  /* line 1418, ../sass/_mainmenu.scss */
  .heading p {
    font-size: 14px !important;
  }

  /* line 1424, ../sass/_mainmenu.scss */
  .country-img li {
    width: 20%;
  }
  /* line 1426, ../sass/_mainmenu.scss */
  .country-img li h5 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 651px) {
  /* line 1435, ../sass/_mainmenu.scss */
  .rotate-icons2 {
    width: 75% !important;
    min-height: 400px !important;
  }
  /* line 1438, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box {
    width: 72%;
    bottom: 27% !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 1448, ../sass/_mainmenu.scss */
  .rotate-icons1 {
    width: 25% !important;
    border: 1px solid transparent;
    min-height: 100px;
  }
  /* line 1452, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 {
    width: 90% !important;
    left: 0px !important;
  }
  /* line 1456, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 .ser-icon-rotate {
    width: 100% !important;
  }
  /* line 1459, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 .black-logo {
    width: 60% !important;
    top: 20% !important;
    left: 19% !important;
  }
  /* line 1465, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated2 {
    bottom: 55% !important;
    left: 0% !important;
  }
  /* line 1469, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated2 .ser-icon-rotate {
    width: 80% !important;
  }

  /* line 1476, ../sass/_mainmenu.scss */
  .rotate-icons2 {
    width: 75% !important;
    min-height: 300px !important;
  }
  /* line 1479, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box {
    width: 72%;
    bottom: 25% !important;
  }
  /* line 1483, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box .tech-slideshow .tech-slideshow-1 {
    height: 35px !important;
    background-size: 50% !important;
  }

  /* line 1490, ../sass/_mainmenu.scss */
  .header-cont-section {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  /* line 1495, ../sass/_mainmenu.scss */
  .header-cont-section .header-title .h1-heading {
    font-size: 18px !important;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 1501, ../sass/_mainmenu.scss */
  .header-cont-section .header-title p {
    font-size: 13px !important;
  }
  /* line 1506, ../sass/_mainmenu.scss */
  .header-cont-section .af-logo svg {
    height: 50px !important;
    display: none;
  }
  /* line 1510, ../sass/_mainmenu.scss */
  .header-cont-section .af-logo .af-sm-show {
    display: inline-block;
  }

  /* line 1517, ../sass/_mainmenu.scss */
  .headings span {
    font-size: 24px !important;
    border: none !important;
    line-height: 28px !important;
  }
  /* line 1522, ../sass/_mainmenu.scss */
  .headings p {
    font-size: 16px !important;
  }

  /* line 1527, ../sass/_mainmenu.scss */
  .blue-color1, .blue-color2, .blue-color3, .blue-color4, .blue-color5 {
    padding: 0 !important;
  }

  /* line 1532, ../sass/_mainmenu.scss */
  .country-img li {
    width: 25%;
  }
  /* line 1534, ../sass/_mainmenu.scss */
  .country-img li h5 {
    font-size: 12px;
  }
}
/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 1543, ../sass/_mainmenu.scss */
  .our-works {
    width: 70%;
  }

  /* line 1547, ../sass/_mainmenu.scss */
  #ads {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  /* line 1556, ../sass/_mainmenu.scss */
  .rotate-icons1 {
    width: 25% !important;
    border: 1px solid transparent;
    min-height: 100px;
  }
  /* line 1562, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 {
    left: 0px !important;
    width: 100% !important;
  }
  /* line 1565, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 .ser-icon-rotate {
    width: 100% !important;
  }
  /* line 1568, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated1 .black-logo {
    width: 60% !important;
    top: 20% !important;
    left: 19% !important;
  }
  /* line 1574, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated2 {
    bottom: 56% !important;
    left: 0% !important;
  }
  /* line 1577, ../sass/_mainmenu.scss */
  .rotate-icons1 .animated2 .ser-icon-rotate {
    width: 90% !important;
  }

  /* line 1585, ../sass/_mainmenu.scss */
  .rotate-icons2 {
    width: 75% !important;
    min-height: 300px !important;
  }
  /* line 1588, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box {
    width: 72%;
    bottom: 18% !important;
  }
  /* line 1592, ../sass/_mainmenu.scss */
  .rotate-icons2 .apple-box .tech-slideshow .tech-slideshow-1 {
    height: 30px !important;
    background-size: 46% !important;
  }
  /* line 1599, ../sass/_mainmenu.scss */
  .rotate-icons2 .animated3 {
    position: absolute;
    width: 35%;
    bottom: 12% !important;
    left: -10% !important;
  }
  /* line 1605, ../sass/_mainmenu.scss */
  .rotate-icons2 .animated3 .ser-icon-rotate {
    width: 50% !important;
  }

  /* line 1613, ../sass/_mainmenu.scss */
  .main-nav-section .col-xs-3 {
    padding: 0 !important;
    width: 50px !important;
  }
  /* line 1617, ../sass/_mainmenu.scss */
  .main-nav-section .col-xs-3 .touch-effects .burger-menu {
    width: 50px !important;
  }

  /* line 1625, ../sass/_mainmenu.scss */
  .country-img li {
    width: 30%;
  }
  /* line 1627, ../sass/_mainmenu.scss */
  .country-img li h5 {
    font-size: 12px;
  }
}
/* #Clearing */
/* Self Clearing Goodness */
/* line 1639, ../sass/_mainmenu.scss */
.our-works:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 1641, ../sass/_mainmenu.scss */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 1651, ../sass/_mainmenu.scss */
.row:after,
.clearfix:after {
  clear: both;
}

/* line 1654, ../sass/_mainmenu.scss */
.row,
.clearfix {
  zoom: 1;
}

/* line 1658, ../sass/_mainmenu.scss */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*
	 Modal PopUp-img
==========================================================*/
/* line 1673, ../sass/_mainmenu.scss */
.modal-dialog {
  z-index: 999999 !important;
}

/* line 1676, ../sass/_mainmenu.scss */
.modal-content {
  z-index: 999999 !important;
}

/* line 1679, ../sass/_mainmenu.scss */
.modal-body {
  z-index: 999999 !important;
}

/* line 1683, ../sass/_mainmenu.scss */
body.modal-open {
  padding: 0 !important;
  z-index: 999999 !important;
}

/* line 1687, ../sass/_mainmenu.scss */
.modal {
  text-align: center;
  padding: 0 !important;
  z-index: 999999 !important;
}

/* line 1692, ../sass/_mainmenu.scss */
.modal {
  z-index: 999999 !important;
}

/* line 1696, ../sass/_mainmenu.scss */
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

/* line 1704, ../sass/_mainmenu.scss */
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* line 1710, ../sass/_mainmenu.scss */
.portfolio-section .modal-body img {
  margin: auto;
}

/* footer footnotes */
/* line 1716, ../sass/_mainmenu.scss */
footer ol {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 15px;
  padding-left: 20px;
}

/* Bootstrap Docs */
/* line 1724, ../sass/_mainmenu.scss */
.bs-example {
  position: relative;
  padding: 45px 15px 15px;
  margin: 0 -15px 15px;
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
}

/* line 1734, ../sass/_mainmenu.scss */
.bs-example-padded-bottom {
  padding-bottom: 24px;
}

/* line 1737, ../sass/_mainmenu.scss */
a.close-popup {
  width: 24px;
  height: 24px;
  font-family: 'paratype_pt_webfont';
  font-size: 16px;
  color: #000;
  text-align: center;
  text-decoration: none;
  line-height: 24px;
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 99999;
  cursor: pointer;
  background: #fefefe;
  border-radius: 2px;
}

/* line 1754, ../sass/_mainmenu.scss */
div.overlaypopup a.close-popup i {
  font-size: 16px;
  color: #333;
}

/* line 1755, ../sass/_mainmenu.scss */
div.overlaypopup a.close-popup:hover i {
  color: #f00;
}

@media (min-width: 768px) {
  /* line 1758, ../sass/_mainmenu.scss */
  .modal-dialog {
    width: 70% !important;
  }

  /* line 1761, ../sass/_mainmenu.scss */
  .modal-body {
    width: 100% !important;
  }

  /* line 1765, ../sass/_mainmenu.scss */
  .bs-example {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 1776, ../sass/_mainmenu.scss */
.bs-example + .code {
  margin: -15px -15px 15px;
  border-width: 0 0 1px;
  border-radius: 0;
}

@media (min-width: 768px) {
  /* line 1782, ../sass/_mainmenu.scss */
  .bs-example + .code {
    margin-top: -16px;
    margin-right: 0;
    margin-left: 0;
    border-width: 1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
/* CodeMirror Bootstrap Theme */
/* line 1792, ../sass/_mainmenu.scss */
.cm-s-bootstrap .cm-comment {
  font-style: italic;
  color: #999988;
}

/* line 1796, ../sass/_mainmenu.scss */
.cm-s-bootstrap .cm-number {
  color: #F60;
}

/* line 1799, ../sass/_mainmenu.scss */
.cm-s-bootstrap .cm-atom {
  color: #366;
}

/* line 1802, ../sass/_mainmenu.scss */
.cm-s-bootstrap .cm-variable-2 {
  color: #99F;
}

/* line 1805, ../sass/_mainmenu.scss */
.cm-s-bootstrap .cm-property {
  color: #99F;
}

/* line 1808, ../sass/_mainmenu.scss */
.cm-s-bootstrap .cm-string {
  color: #DD1144;
}

/* line 1811, ../sass/_mainmenu.scss */
.cm-s-bootstrap .cm-keyword {
  color: #069;
}

/* line 1814, ../sass/_mainmenu.scss */
.cm-s-bootstrap .cm-operator {
  color: #555;
}

/* line 1817, ../sass/_mainmenu.scss */
.cm-s-bootstrap .cm-qualifier {
  color: #0A8;
}

/* line 4, ../sass/_svgeffects.scss */
.row-holder {
  position: relative;
  /*-webkit-transform: translateY(130px);
  -ms-transform: translateY(130px);
  transform: translateY(130px);*/
  width: 100%;
  min-height: 350px !important;
  bottom: 0px;
  margin: 0 auto;
}

/* line 14, ../sass/_svgeffects.scss */
.padding-t-130 {
  padding-top: 130px;
}

/* line 17, ../sass/_svgeffects.scss */
.svg-animation svg {
  -webkit-animation: 5s circle forwards;
  animation: 5s circle forwards;
}

/* line 22, ../sass/_svgeffects.scss */
.row-holder.start-animation .circles svg {
  -webkit-animation: 5s circle forwards;
  animation: 5s circle forwards;
}

/* line 27, ../sass/_svgeffects.scss */
.circles-holder {
  text-align: center;
}

/* line 31, ../sass/_svgeffects.scss */
.img-block {
  border: 1px solid #008fd5;
  border-radius: 50%;
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  text-align: center;
}

/* line 41, ../sass/_svgeffects.scss */
.img-block.big-circle {
  width: 190px;
  height: 190px;
}

/* line 45, ../sass/_svgeffects.scss */
.img-block.big-circle .circles {
  width: 170px;
  height: 170px;
}

/* line 49, ../sass/_svgeffects.scss */
.img-block.big-circle .circles svg {
  width: 135px;
  height: 135px;
}

/* line 53, ../sass/_svgeffects.scss */
.circles {
  background: #2f377f;
  border-radius: 50%;
  position: absolute;
  width: 140px;
  height: 140px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 65, ../sass/_svgeffects.scss */
.circles svg {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 106px;
  z-index: 99999;
  height: 106px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

/* line 80, ../sass/_svgeffects.scss */
.introducing-block-holder {
  position: relative;
}

/* line 83, ../sass/_svgeffects.scss */
.introducing-block-holder:before, .introducing-block-holder:after {
  content: " ";
  display: table;
}

/* line 87, ../sass/_svgeffects.scss */
.introducing-block-holder:after {
  clear: both;
}

/* line 91, ../sass/_svgeffects.scss */
.introducing-block:before, .introducing-block:after {
  content: " ";
  display: table;
}

/* line 95, ../sass/_svgeffects.scss */
.introducing-block:after {
  clear: both;
}

/* line 98, ../sass/_svgeffects.scss */
.logo2 {
  display: none;
}

/* line 101, ../sass/_svgeffects.scss */
.text-block {
  margin-top: 200px;
  line-height: 25px;
  font-size: 20px;
  color: #fff;
  float: left;
  font-weight: 300;
  font-family: "proxima_nova_ltlight";
  max-width: 490px;
}

/* line 111, ../sass/_svgeffects.scss */
.text-block h2 {
  text-transform: uppercase;
  color: #424183;
  font-size: 60px;
  line-height: 62px;
  margin: 0;
  font-weight: 600;
}

/* line 119, ../sass/_svgeffects.scss */
.text-block h1 {
  font-size: 80px;
  line-height: 89px;
  margin: 0 0 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

/* line 127, ../sass/_svgeffects.scss */
.text-block p {
  margin: 0;
}

/* line 130, ../sass/_svgeffects.scss */
.text-block p span {
  text-transform: uppercase;
}

/* line 133, ../sass/_svgeffects.scss */
.text-block .btn-sign {
  margin-top: 65px;
  display: inline-block;
  background: none;
  color: #0bc0ed;
  border-radius: 5px;
  padding: 13px 31px;
  border: 1px solid #0bc0ed;
}

/* line 142, ../sass/_svgeffects.scss */
.text-block .btn-sign:hover {
  background: #008fd5;
  color: #2c3487;
  border-radius: 5px;
  padding: 13px 31px;
  border: 1px solid #273f9c;
}

/* line 149, ../sass/_svgeffects.scss */
.title-intro-block {
  font-size: 25px;
  line-height: 27px;
  background: none;
  color: #0bc0ed;
  border-radius: 5px;
  padding: 14px 35px;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  display: inline-block;
  padding-bottom: 10px;
  bottom: -117px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 300;
  border: 1px solid #0bc0ed;
}

/* line 170, ../sass/_svgeffects.scss */
.mobile-anim-block {
  float: right;
}

/* line 173, ../sass/_svgeffects.scss */
.mobile-anim-block .phone-block {
  float: left;
  padding: 0 100px;
  position: relative;
  margin-right: 60px;
  margin-top: 98px;
}

/* line 180, ../sass/_svgeffects.scss */
.mobile-anim-block .phone-block .mobile-ver {
  display: none;
}

/* line 183, ../sass/_svgeffects.scss */
.mobile-anim-block .main-phone {
  position: relative;
}

/* line 186, ../sass/_svgeffects.scss */
.mobile-anim-block .main-phone:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 672px;
  height: 157px;
  background: url("../images/centre_shadow.png") 0 0 no-repeat;
}

/* line 198, ../sass/_svgeffects.scss */
.mobile-anim-block .main-phone .hotspot {
  content: "";
  position: absolute;
  opacity: 0;
  top: 2%;
  bottom: 2%;
  right: 0;
  left: 4.2%;
  background: url("../images/hotspot.png") 0 0 no-repeat;
  z-index: 10;
  -webkit-animation: 2s fade-out-main-phone forwards;
  animation: 2s fade-out-main-phone forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/* line 213, ../sass/_svgeffects.scss */
.mobile-anim-block .main-phone .screen-img {
  position: absolute;
  -webkit-animation: 2s fade-out-main-phone forwards;
  animation: 2s fade-out-main-phone forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  top: 21%;
  left: 9.5%;
  z-index: 9;
  opacity: 0;
}

/* line 224, ../sass/_svgeffects.scss */
.mobile-anim-block .main-phone .screen-img img {
  width: 100%;
  max-width: 233px;
  padding: 0px;
  margin: 0px;
}

/* line 230, ../sass/_svgeffects.scss */
.mobile-anim-block .main-phone svg {
  width: 283px;
  height: 545px;
}

/* line 234, ../sass/_svgeffects.scss */
.mobile-anim-block .main-phone svg .no_animate_ path {
  -webkit-animation: none;
  animation: none;
  fill: black;
  stroke-width: 0;
  opacity: 0;
}

/* line 241, ../sass/_svgeffects.scss */
.mobile-anim-block .main-phone svg path {
  -webkit-animation: 4s main-phone-animation forwards;
  animation: 4s main-phone-animation forwards;
  stroke: #8babec;
  fill: none;
  stroke-width: 1;
  stroke-dasharray: 1028;
}

/* line 249, ../sass/_svgeffects.scss */
.mobile-anim-block .left-phone, .mobile-anim-block .right-phone {
  position: absolute;
  top: 55px;
  right: -10px;
  opacity: 0;
}

/* line 255, ../sass/_svgeffects.scss */
.mobile-anim-block .left-phone:after, .mobile-anim-block .right-phone:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 409px;
  height: 70px;
  background: url("../images/right_shadow.png") 0 0 no-repeat;
}

/* line 267, ../sass/_svgeffects.scss */
.mobile-anim-block .left-phone img, .mobile-anim-block .right-phone img {
  max-width: 100%;
  width: 172px;
  height: 445px;
}

/* line 272, ../sass/_svgeffects.scss */
.mobile-anim-block .left-phone {
  right: auto;
  left: -10px;
  -webkit-animation: 2s left-phone-animation forwards;
  animation: 2s left-phone-animation forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

/* line 280, ../sass/_svgeffects.scss */
.mobile-anim-block .right-phone {
  -webkit-animation: 2s right-phone-animation forwards;
  animation: 2s right-phone-animation forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

/* line 286, ../sass/_svgeffects.scss */
.mobile-anim-block .circle-block {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 35px;
}

/* line 293, ../sass/_svgeffects.scss */
.mobile-anim-block .circle-block li {
  margin-bottom: 70px;
  position: relative;
  width: 165px;
  height: 165px;
}

/* line 299, ../sass/_svgeffects.scss */
.mobile-anim-block .circle-block li .rating-white {
  -webkit-animation: 3s rating-animation;
  animation: 3s rating-animation;
  stroke-dasharray: 1100;
}

/* line 304, ../sass/_svgeffects.scss */
.mobile-anim-block .circle-block li:before {
  top: 50%;
  position: absolute;
  content: "";
  right: 100%;
  width: 111px;
  height: 1px;
  background-color: #00bbf9;
}

/* line 313, ../sass/_svgeffects.scss */
.mobile-anim-block .circle-block li:nth-child(2) {
  margin-left: 155px;
}

/* line 316, ../sass/_svgeffects.scss */
.mobile-anim-block .circle-block li:nth-child(2):before {
  width: 248px;
}

/* line 319, ../sass/_svgeffects.scss */
.mobile-anim-block .circle-block li:nth-child(2) .circles-text {
  background: rgba(39, 46, 109, 0.5);
}

/* line 322, ../sass/_svgeffects.scss */
.mobile-anim-block .circle-block li:last-child {
  margin-left: 47px;
}

/* line 325, ../sass/_svgeffects.scss */
.mobile-anim-block .circle-block li:last-child:before {
  width: 170px;
}

/* line 328, ../sass/_svgeffects.scss */
.mobile-anim-block .circle-block li:last-child .rating-white {
  -webkit-animation: 3s rating-animation-2;
  animation: 3s rating-animation-2;
  stroke-dasharray: 1300;
}

/* line 333, ../sass/_svgeffects.scss */
.mobile-anim-block .circle-block li:last-child .circles-text {
  background: rgba(39, 46, 109, 0.5);
}

/* line 336, ../sass/_svgeffects.scss */
.mobile-anim-block .circle-block li > svg {
  width: 165px;
  height: 160px;
}

/* line 340, ../sass/_svgeffects.scss */
.mobile-anim-block .circle-block .circles-wrp {
  width: 128px;
  height: 128px;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 350, ../sass/_svgeffects.scss */
.mobile-anim-block .circle-block .circles-wrp svg {
  display: none;
}

/* line 353, ../sass/_svgeffects.scss */
.mobile-anim-block .circle-block .circles-text {
  background: rgba(39, 46, 109, 0.8);
  border-radius: 50%;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 50% !important;
  top: 50% !important;
  margin: -67px 0 0 -59px;
  font-size: 30px !important;
  line-height: 32px !important;
  color: #fff;
}

/* line 366, ../sass/_svgeffects.scss */
.mobile-anim-block .circle-block .circles-integer {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 374, ../sass/_svgeffects.scss */
.mobile-anim-block .circle-block .circles-integer:after {
  content: "photos";
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px !important;
  font-weight: 300;
}

/* line 387, ../sass/_svgeffects.scss */
.mobile-anim-block .circle-block .circles-integer:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  bottom: -3px;
}

/* line 395, ../sass/_svgeffects.scss */
.mobile-anim-block .circle-block #circles-2 .circles-integer:after {
  content: "likes";
}

/* line 398, ../sass/_svgeffects.scss */
.mobile-anim-block .circle-block #circles-3 .circles-integer:after {
  content: "followers";
}

/* line 401, ../sass/_svgeffects.scss */
.mobile-anim-block .top-circle {
  position: absolute;
  top: -97px;
  width: 334px;
  height: 153px;
  opacity: 0;
  -webkit-animation: 1s fade-out-main-phone forwards;
  animation: 1s fade-out-main-phone forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

/* line 412, ../sass/_svgeffects.scss */
.mobile-anim-block .top-circle svg {
  max-width: 100%;
  max-height: 100%;
}

/* line 416, ../sass/_svgeffects.scss */
.mobile-anim-block .top-circle .top-circle-animate {
  -webkit-animation: 4s top-circle-anim forwards;
  animation: 4s top-circle-anim forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

/* line 422, ../sass/_svgeffects.scss */
.mobile-anim-block .bottom-circle {
  width: 413px;
  height: 182px;
  position: absolute;
  bottom: -130px;
  left: 0;
  opacity: 0;
  -webkit-animation: 1s fade-out-main-phone forwards;
  animation: 1s fade-out-main-phone forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

/* line 434, ../sass/_svgeffects.scss */
.mobile-anim-block .bottom-circle svg {
  max-width: 100%;
  max-height: 100%;
}

/* line 438, ../sass/_svgeffects.scss */
.mobile-anim-block .bottom-circle .top-circle-animate {
  -webkit-animation: 4s top-circle-anim forwards;
  animation: 4s top-circle-anim forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

@media (max-width: 1450px) {
  /* line 446, ../sass/_svgeffects.scss */
  .mobile-anim-block .phone-block {
    padding: 0 60px;
    margin-right: 20px;
  }

  /* line 450, ../sass/_svgeffects.scss */
  .mobile-anim-block .top-circle, .mobile-anim-block .bottom-circle {
    display: none;
  }
}
@media (max-width: 1350px) {
  /* line 456, ../sass/_svgeffects.scss */
  .mobile-anim-block .circle-block li:nth-child(2) {
    margin-left: 115px;
  }
}
@media (max-width: 1315px) {
  /* line 462, ../sass/_svgeffects.scss */
  .text-block {
    margin-top: 40px;
    max-width: 380px;
  }

  /* line 466, ../sass/_svgeffects.scss */
  .text-block h2 {
    font-size: 40px;
    line-height: 50px;
  }

  /* line 470, ../sass/_svgeffects.scss */
  .text-block h1 {
    font-size: 70px;
    margin-bottom: 30px;
  }

  /* line 474, ../sass/_svgeffects.scss */
  .text-block .btn-sign {
    margin-top: 45px;
  }

  /* line 477, ../sass/_svgeffects.scss */
  .mobile-anim-block .phone-block {
    margin-right: 5px;
    margin-top: 25px;
  }

  /* line 481, ../sass/_svgeffects.scss */
  .mobile-anim-block .main-phone svg {
    width: 210px;
    height: 407px;
  }

  /* line 485, ../sass/_svgeffects.scss */
  .mobile-anim-block .main-phone .screen-img {
    width: 100%;
    max-width: 83%;
  }

  /* line 489, ../sass/_svgeffects.scss */
  .mobile-anim-block .main-phone .hotspot {
    width: 100%;
    max-width: 83%;
    background-size: cover;
  }

  /* line 494, ../sass/_svgeffects.scss */
  .mobile-anim-block .top-circle {
    top: -37px;
    width: 251px;
    height: 94px;
    right: 12px;
  }

  /* line 500, ../sass/_svgeffects.scss */
  .mobile-anim-block .bottom-circle {
    width: 246px;
    height: 105px;
    bottom: -41px;
    left: 55px;
  }

  /* line 506, ../sass/_svgeffects.scss */
  .mobile-anim-block .left-phone img, .mobile-anim-block .right-phone img {
    width: 141px;
    height: 312px;
  }

  /* line 510, ../sass/_svgeffects.scss */
  .mobile-anim-block .circle-block {
    margin-top: 0;
  }

  /* line 513, ../sass/_svgeffects.scss */
  .mobile-anim-block .circle-block li {
    margin-bottom: 20px;
    position: relative;
    width: 140px;
    height: 140px;
  }

  /* line 519, ../sass/_svgeffects.scss */
  .mobile-anim-block .circle-block li:nth-child(1):before {
    width: 90px;
  }

  /* line 522, ../sass/_svgeffects.scss */
  .mobile-anim-block .circle-block li:nth-child(2):before {
    width: 110px;
  }

  /* line 525, ../sass/_svgeffects.scss */
  .mobile-anim-block .circle-block li:nth-child(3):before {
    width: 143px;
  }

  /* line 528, ../sass/_svgeffects.scss */
  .mobile-anim-block .circle-block li > svg {
    width: 140px;
    height: 135px;
  }

  /* line 532, ../sass/_svgeffects.scss */
  .mobile-anim-block .circle-block .circles-wrp {
    width: 108px;
    height: 108px;
  }

  /* line 536, ../sass/_svgeffects.scss */
  .mobile-anim-block .circle-block .circles-text {
    margin: -56px 0 0 -50px;
  }

  /* line 539, ../sass/_svgeffects.scss */
  .mobile-anim-block .circle-block .circles-integer:after {
    font-size: 14px;
  }
}
@media (max-width: 1385px) {
  /* line 545, ../sass/_svgeffects.scss */
  .row-holder {
    /*-webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);*/
  }
}
@media (max-width: 1240px) {
  /* line 553, ../sass/_svgeffects.scss */
  .text-block {
    max-width: 400px;
  }

  /* line 556, ../sass/_svgeffects.scss */
  .text-block h1 {
    font-size: 65px;
    line-height: 70px;
  }

  /* line 560, ../sass/_svgeffects.scss */
  .text-block h2 {
    font-size: 50px;
    line-height: 55px;
  }

  /* line 564, ../sass/_svgeffects.scss */
  .text-block p {
    font-size: 18px;
  }
}
@media (max-width: 1220px) {
  /* line 570, ../sass/_svgeffects.scss */
  .row-holder {
    /*-webkit-transform: translateY(220px);
    -ms-transform: translateY(220px);
    transform: translateY(220px);*/
  }
}
@media (max-width: 1170px) {
  /* line 578, ../sass/_svgeffects.scss */
  .mobile-anim-block .phone-block {
    margin-right: 20px;
  }

  /* line 581, ../sass/_svgeffects.scss */
  .mobile-anim-block .circle-block {
    display: none;
  }

  /* line 584, ../sass/_svgeffects.scss */
  .mobile-anim-block .bottom-circle, .mobile-anim-block .top-circle {
    display: none;
  }
}
@media (max-width: 1055px) {
  /* line 590, ../sass/_svgeffects.scss */
  .row-holder {
    /*-webkit-transform: translateY(240px);
    -ms-transform: translateY(240px);
    transform: translateY(240px);*/
  }
}
@media (max-width: 960px) {
  /* line 598, ../sass/_svgeffects.scss */
  .mobile-anim-block .phone-block {
    padding: 0;
  }

  /* line 601, ../sass/_svgeffects.scss */
  .mobile-anim-block .right-phone, .mobile-anim-block .left-phone {
    display: none;
  }
}
@media (max-width: 990px) {
  /* line 607, ../sass/_svgeffects.scss */
  .title-intro-block {
    font-size: 20px;
    padding: 14px 22px 10px 22px;
  }
}
@media (max-width: 920px) {
  /* line 614, ../sass/_svgeffects.scss */
  .img-block {
    border: 1px solid #008fd5;
    border-radius: 50%;
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto 40px;
    text-align: center;
  }

  /* line 623, ../sass/_svgeffects.scss */
  .img-block.big-circle {
    width: 180px;
    height: 180px;
  }

  /* line 627, ../sass/_svgeffects.scss */
  .img-block.big-circle .circles {
    width: 160px;
    height: 160px;
  }

  /* line 631, ../sass/_svgeffects.scss */
  .img-block.big-circle .circles svg {
    width: 125px;
    height: 125px;
  }
}
@media (max-width: 768px) {
  /* line 640, ../sass/_svgeffects.scss */
  .logo2 {
    display: block;
    position: absolute;
    top: 20px;
    left: 0px;
  }

  /* line 646, ../sass/_svgeffects.scss */
  .text-block {
    float: none;
    font-size: 18px;
    margin-bottom: 40px;
    margin-top: 50px;
  }

  /* line 652, ../sass/_svgeffects.scss */
  .text-block .btn-sign {
    display: inline-block;
  }

  /* line 655, ../sass/_svgeffects.scss */
  .text-block h1 {
    margin-bottom: 25px;
  }

  /* line 658, ../sass/_svgeffects.scss */
  .mobile-anim-block {
    float: none;
  }

  /* line 661, ../sass/_svgeffects.scss */
  .mobile-anim-block .phone-block {
    float: none;
    margin: 20px 0 80px 0;
  }

  /* line 666, ../sass/_svgeffects.scss */
  .mobile-anim-block .phone-block .main-phone {
    display: none;
  }

  /* line 669, ../sass/_svgeffects.scss */
  .mobile-anim-block .phone-block .mobile-ver {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    display: block;
  }

  /* line 675, ../sass/_svgeffects.scss */
  .mobile-anim-block .phone-block .mobile-ver svg {
    display: block;
    width: 100%;
    max-height: 408px;
  }

  /* line 681, ../sass/_svgeffects.scss */
  .mobile-anim-block .phone-block .mobile-ver path {
    -webkit-animation: 2s main-phone-animation forwards;
    animation: 2s main-phone-animation forwards;
    stroke: #8babec;
    fill: none;
    stroke-width: 0.7;
    stroke-dasharray: 1028;
  }

  /* line 689, ../sass/_svgeffects.scss */
  .mobile-anim-block .phone-block .mobile-ver img {
    position: absolute;
    top: 21.5%;
    left: 50%;
    margin-left: -22%;
    max-height: 61.1%;
    width: 43.8%;
    opacity: 0;
    -webkit-animation: 1s fade-out-main-phone forwards;
    animation: 1s fade-out-main-phone forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }

  /* .row-holder {
  	position: absolute;
  	top: 100%;
  	-webkit-transform: translateY(0);
  	-ms-transform: translateY(0);
  	transform: translateY(0);
  	background: #f7f7f7;
  	padding-top: 80px;
  }*/
  /* line 711, ../sass/_svgeffects.scss */
  .row-holder .circles-holder {
    margin-bottom: 10px;
  }

  /* line 714, ../sass/_svgeffects.scss */
  .row-holder .img-block {
    margin: auto;
    display: inline-block;
  }

  /* line 718, ../sass/_svgeffects.scss */
  .row-holder .img-block.big-circle {
    width: 160px;
    height: 160px;
  }

  /* line 722, ../sass/_svgeffects.scss */
  .row-holder .img-block.big-circle .circles {
    width: 140px;
    height: 140px;
  }

  /* line 726, ../sass/_svgeffects.scss */
  .row-holder .img-block.big-circle .circles svg {
    width: 106px;
    height: 106px;
  }

  /* line 730, ../sass/_svgeffects.scss */
  .title-intro-block {
    font-size: 16px;
    position: absolute;
    max-width: 45%;
    text-align: center;
    bottom: -55px;
    display: block;
    z-index: 10;
    width: 100%;
    background: #f7f7f7;
    padding: 5px 5px 3px;
  }

  /* line 742, ../sass/_svgeffects.scss */
  .title-intro-block:before {
    width: 10px;
    height: 53px;
  }
}
@media (max-width: 660px) {
  /* line 749, ../sass/_svgeffects.scss */
  .row-holder > div {
    width: 100%;
  }

  /* line 752, ../sass/_svgeffects.scss */
  .circles-holder {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
  }

  /* line 757, ../sass/_svgeffects.scss */
  .circles-holder p {
    left: 200px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  /* line 769, ../sass/_svgeffects.scss */
  .title-intro-block {
    max-width: 65%;
  }
}
@media (max-width: 500px) {
 /*.row-holder .img-block {
	margin:auto;
	width: 90px;
	height: 90px;
}
 .row-holder .img-block svg {
	width: 65px;
	height: 65px;
}
 .row-holder .img-block.big-circle {
	width: 90px;
	height: 90px;
}
 .row-holder .img-block.big-circle .circles {
	width: 80px;
	height: 80px;
}
 .row-holder .img-block.big-circle .circles svg {
	width: 65px;
	height: 65px;
}
 .row-holder .img-block .circles {
	width: 80px;
	height: 80px;
}
 .circles-holder p {
	font-size: 15px;
	line-height: 17px;
	left: 120px;
}*/
}
@media (max-width: 450px) {
  /* line 810, ../sass/_svgeffects.scss */
  .title-intro-block {
    font-size: 15px;
    max-width: 85%;
    padding: 5px 0 3px;
  }

  /* line 815, ../sass/_svgeffects.scss */
  .text-block h1 {
    font-size: 45px;
    line-height: 47px;
  }

  /* line 819, ../sass/_svgeffects.scss */
  .text-block h2 {
    font-size: 35px;
    line-height: 37px;
  }
}
/* line 825, ../sass/_svgeffects.scss */
* {
  outline: 0;
}

/* line 828, ../sass/_svgeffects.scss */
.no-scroll {
  overflow: hidden !important;
  height: 100vh !important;
}

/* line 832, ../sass/_svgeffects.scss */
#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 210px;
  min-height: 100%;
  min-width: 320px;
  background: #f7f7f7;
}

/* line 841, ../sass/_svgeffects.scss */
.popup-show {
  display: none;
}

/* line 844, ../sass/_svgeffects.scss */
.pop-up {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

/* line 851, ../sass/_svgeffects.scss */
.table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 857, ../sass/_svgeffects.scss */
.table .cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 861, ../sass/_svgeffects.scss */
.popup-holder {
  width: 571px;
  display: inline-block;
  background: #fff;
  padding: 20px 70px;
  position: relative;
  text-align: left;
  border-radius: 5px;
  z-index: 1000;
}

/* line 872, ../sass/_svgeffects.scss */
.popup-holder h1 {
  margin: 0 0 30px;
  padding: 0 0 5px;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #156ba9;
  border-bottom: 1px solid #ddd;
}

/* line 881, ../sass/_svgeffects.scss */
.popup-holder .row-form {
  overflow: hidden;
  margin-bottom: 15px;
}

/* line 885, ../sass/_svgeffects.scss */
.popup-holder .row-form.login, .popup-holder .row-form.pass {
  border-radius: 5px;
  border: 1px solid #ddd;
  height: 30px;
  width: 100%;
  background: #fff;
}

/* line 893, ../sass/_svgeffects.scss */
.popup-holder .row-form.reconnect-email input[type="email"] {
  background-color: #f6f6f6;
}

/* line 896, ../sass/_svgeffects.scss */
.popup-holder .row-form.reconnect-email input[type="email"]:hover, .popup-holder .row-form.reconnect-email input[type="email"]:focus, .popup-holder .row-form.reconnect-email input[type="email"]:active {
  background: #fff;
}

/* line 899, ../sass/_svgeffects.scss */
.popup-holder .row-form.email {
  margin: -5px 0 5px;
}

/* line 902, ../sass/_svgeffects.scss */
.popup-holder .row-form.email p {
  font-size: 14px;
  line-height: 16px;
  color: #838383;
}

/* line 908, ../sass/_svgeffects.scss */
.popup-holder fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/* line 913, ../sass/_svgeffects.scss */
.popup-holder input[type="text"], .popup-holder input[type="password"], .popup-holder input[type="email"] {
  border: none;
  background: none;
  color: #a1a1a1;
  font-size: 16px;
  width: 100%;
  padding: 5px 30px 5px 10px;
  height: 28px;
}

/* line 922, ../sass/_svgeffects.scss */
.popup-holder ::-webkit-input-placeholder {
  color: #a1a1a1;
}

/* line 925, ../sass/_svgeffects.scss */
.popup-holder :-moz-placeholder {
  color: #a1a1a1;
}

/* line 928, ../sass/_svgeffects.scss */
.popup-holder ::-moz-placeholder {
  color: #a1a1a1;
}

/* line 931, ../sass/_svgeffects.scss */
.popup-holder :-ms-input-placeholder {
  color: #a1a1a1;
}

/* line 934, ../sass/_svgeffects.scss */
.popup-holder .remember {
  margin-bottom: 26px;
  position: relative;
  display: inline-block;
  overflow: visible;
}

/* line 940, ../sass/_svgeffects.scss */
.popup-holder .remember input[type="checkbox"] {
  display: none;
}

/* line 943, ../sass/_svgeffects.scss */
.popup-holder .remember label {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #008fd5;
}

/* line 952, ../sass/_svgeffects.scss */
.popup-holder .remember label:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
  width: 18px;
  height: 18px;
  background-color: white;
  border: 1px solid #008fd5;
  border-radius: 5px;
}

/* line 963, ../sass/_svgeffects.scss */
.popup-holder .remember label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: -1px;
  height: 16px;
  width: 10px;
  -webkit-transform: rotate(55deg) skew(30deg);
  -ms-transform: rotate(55deg) skew(30deg);
  transform: rotate(55deg) skew(30deg);
  border-bottom: 3px solid #008fd5;
  border-right: 3px solid #008fd5;
  margin-top: -5px;
  margin-left: 6px;
  opacity: 0;
}

/* line 979, ../sass/_svgeffects.scss */
.popup-holder .remember input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

/* line 982, ../sass/_svgeffects.scss */
.popup-holder input[type="submit"], .popup-holder .btn-cancel {
  display: inline-block;
  border: 1px solid #008fd5;
  font-size: 16px;
  line-height: 18px;
  background: #ecf8ff;
  color: #008fd5;
  border-radius: 5px;
  padding: 10px 20px;
}

/* line 992, ../sass/_svgeffects.scss */
.popup-holder input[type="submit"]:hover, .popup-holder .btn-cancel:hover {
  background: #008fd5;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid transparent;
}

/* line 999, ../sass/_svgeffects.scss */
.popup-holder input[type="submit"].sign-in-hover, .popup-holder .btn-cancel.sign-in-hover {
  background: #05b6e9;
  color: #fff;
}

/* line 1003, ../sass/_svgeffects.scss */
.popup-holder input[type="submit"].sign-in-hover:hover, .popup-holder .btn-cancel.sign-in-hover:hover {
  background: #008fd5;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid transparent;
}

/* line 1010, ../sass/_svgeffects.scss */
.popup-holder input[type="submit"] {
  margin-right: 15px;
}

/* line 1013, ../sass/_svgeffects.scss */
.popup-holder .sigh-help {
  display: block;
  margin-top: 10px;
  text-decoration: underline;
  color: #1f6bb2;
  font-size: 16px;
}

/* line 1020, ../sass/_svgeffects.scss */
.popup-holder .close {
  position: absolute;
  cursor: pointer;
  top: 18px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: #ddd;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1000;
}

/* line 1033, ../sass/_svgeffects.scss */
.popup-holder .close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 1038, ../sass/_svgeffects.scss */
.popup-holder .close:after, .popup-holder .close:before {
  background: #fff;
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 1050, ../sass/_svgeffects.scss */
.popup-holder .close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1055, ../sass/_svgeffects.scss */
.popup-holder .close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1060, ../sass/_svgeffects.scss */
.description {
  overflow: visible;
  color: #000;
  border-radius: 5px;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 20px;
}

/* line 1068, ../sass/_svgeffects.scss */
.description > p {
  margin: 0px;
}

/* line 1071, ../sass/_svgeffects.scss */
.description.warning {
  background-color: #ecf8ff;
  color: #1f6bb2;
}

/* line 1075, ../sass/_svgeffects.scss */
.description.error {
  background-color: #f2dede;
  color: #b94a48;
}

/* line 1079, ../sass/_svgeffects.scss */
.tooltip-block {
  width: 12px;
  height: 12px;
  position: absolute;
  background-color: #e8e8e8;
  right: -20px;
  top: 2px;
  cursor: pointer;
}

/* line 1088, ../sass/_svgeffects.scss */
.tooltip-block:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -3px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #e8e8e8;
}

/* line 1098, ../sass/_svgeffects.scss */
.tooltip-block:hover {
  background-color: #91c7f0;
}

/* line 1101, ../sass/_svgeffects.scss */
.tooltip-block:hover:after {
  border-top: 3px solid #91c7f0;
}

/* line 1104, ../sass/_svgeffects.scss */
.tooltip-block:hover .tooltip-holder {
  display: block;
}

/* line 1107, ../sass/_svgeffects.scss */
.tooltip-block .tooltip-holder {
  display: none;
  width: 208px;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  left: 50%;
  bottom: 100%;
  margin: -10px 0 15px -104px;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  border: 1px solid #ebebeb;
  z-index: 100;
}

/* line 1122, ../sass/_svgeffects.scss */
.tooltip-block .tooltip-holder .tooltip-frame {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 20px;
}

/* line 1127, ../sass/_svgeffects.scss */
.tooltip-block .tooltip-holder:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

/* line 1142, ../sass/_svgeffects.scss */
.tooltip-block .tooltip-holder:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -11px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #e8e8e8;
}

/* line 1157, ../sass/_svgeffects.scss */
.tooltip-block .tooltip-holder .title {
  font-size: 16px;
  color: #828282;
  padding: 10px 20px;
  margin: 0 -20px 10px;
  background: #ebebeb;
  border-radius: 5px 5px 0 0;
}

@media (max-width: 760px) {
  /* line 1167, ../sass/_svgeffects.scss */
  #wrapper {
    padding-bottom: 0;
  }
}
@media (max-width: 639px) {
  /* line 1173, ../sass/_svgeffects.scss */
  .popup-holder {
    max-width: 300px;
    padding: 20px 33px 10px;
  }

  /* line 1177, ../sass/_svgeffects.scss */
  .popup-holder h1 {
    padding: 0 0 5px 5px;
  }

  /* line 1180, ../sass/_svgeffects.scss */
  .popup-holder:after {
    width: 25px;
    height: 25px;
    top: 18px;
    left: 10px;
    background-size: contain;
  }

  /* line 1187, ../sass/_svgeffects.scss */
  .popup-holder .row > div {
    padding: 0;
  }

  /* line 1190, ../sass/_svgeffects.scss */
  .popup-holder .close {
    top: 18px;
    right: 10px;
  }

  /* line 1194, ../sass/_svgeffects.scss */
  .popup-holder .tooltip-block .tooltip-holder {
    right: 0;
    left: auto;
  }

  /* line 1198, ../sass/_svgeffects.scss */
  .popup-holder .tooltip-block .tooltip-holder:after, .popup-holder .tooltip-block .tooltip-holder:before {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 1205, ../sass/_svgeffects.scss */
  .popup-holder .remember label {
    font-size: 15px;
    line-height: 15px;
  }

  /* line 1209, ../sass/_svgeffects.scss */
  .popup-holder .remember label:before {
    margin-right: 3px;
  }
}
@-webkit-keyframes circle {
  0% {
    opacity: 0;
    stroke-dasharray: 0 500;
  }
  100% {
    opacity: 1;
    stroke-dasharray: 500 0;
  }
}
@keyframes circle {
  0% {
    opacity: 0;
    stroke-dasharray: 0 500;
  }
  100% {
    opacity: 1;
    stroke-dasharray: 500 0;
  }
}
@-webkit-keyframes sphere {
  0% {
    stroke-dasharray: 0 200;
  }
  100% {
    opacity: 1;
    stroke-dasharray: 200 0;
  }
}
@keyframes sphere {
  0% {
    stroke-dasharray: 0 200;
  }
  100% {
    opacity: 1;
    stroke-dasharray: 200 0;
  }
}
@-webkit-keyframes circle-sphere {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle-sphere {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rating-animation {
  0% {
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes rating-animation {
  0% {
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes rating-animation-2 {
  0% {
    stroke-dashoffset: 800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes rating-animation-2 {
  0% {
    stroke-dashoffset: 800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes main-phone-animation {
  0% {
    stroke-dashoffset: -1028;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes main-phone-animation {
  0% {
    stroke-dashoffset: -1028;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes left-phone-animation {
  0% {
    opacity: 0;
    left: 110px;
  }
  100% {
    opacity: 1;
    left: -10px;
  }
}
@keyframes left-phone-animation {
  0% {
    opacity: 0;
    left: 110px;
  }
  100% {
    opacity: 1;
    left: -10px;
  }
}
@-webkit-keyframes right-phone-animation {
  0% {
    opacity: 0;
    right: 110px;
  }
  100% {
    opacity: 1;
    right: -10px;
  }
}
@keyframes right-phone-animation {
  0% {
    opacity: 0;
    right: 110px;
  }
  100% {
    opacity: 1;
    right: -10px;
  }
}
@-webkit-keyframes fade-out-main-phone {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out-main-phone {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes top-circle-anim {
  0% {
    stroke-dasharray: 0 200px;
  }
  100% {
    stroke-dasharray: 200px 0;
  }
}
@keyframes top-circle-anim {
  0% {
    stroke-dasharray: 0 200px;
  }
  100% {
    stroke-dasharray: 200px 0;
  }
}
@-webkit-keyframes text-block-animate-left {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes text-block-animate-left {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes restart-animation-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes restart-animation-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 88, icons/*.png */
.icons-sprite, .icons-icon1, .icons-icon2, .icons-icon3, .icons-icon4, .icons-icon5, .icons-icon6 {
  background-image: url('../images/icons-s2084c4d9ff.png');
  background-repeat: no-repeat;
}

/*body {
	word-wrap: break-word;
}*/
/* line 23, ../sass/styles.scss */
section {
  display: block;
}

/* line 84, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-icon1 {
  background-position: 0 0;
}

/* line 84, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-icon2 {
  background-position: 0 -36px;
}

/* line 84, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-icon3 {
  background-position: 0 -72px;
}

/* line 84, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-icon4 {
  background-position: 0 -108px;
}

/* line 84, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-icon5 {
  background-position: 0 -144px;
}

/* line 84, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-icon6 {
  background-position: 0 -180px;
}
