﻿@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
$alert-success-bg:            $brand-success !default;
$alert-success-text:          $brand-white !default;
$alert-success-border:        $state-success-border !default;

$alert-info-bg:               $brand-info !default;
$alert-info-text:             $brand-white !default;
$alert-info-border:           $state-info-border !default;

$alert-warning-bg:            $brand-warning !default;
$alert-warning-text:          $brand-white !default;
$alert-warning-border:        $state-warning-border !default;

$alert-danger-bg:             $brand-danger !default;
$alert-danger-text:           $brand-white !default;
$alert-danger-border:         $state-danger-border !default;*/
.pagination > li > a, .pagination > li > a:focus {
  color: #334571;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.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 */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.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);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.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 */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  src: local("Poppins Light Italic"), local("Poppins-LightItalic"), url(../fonts/Poppins/Poppins-Light-Italic.woff) format("woff"), url(../fonts/Poppins/Poppins-Light-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: local("Poppins Italic"), local("Poppins-Italic"), url(../fonts/Poppins/Poppins-Italic.woff) format("woff"), url(../fonts/Poppins/Poppins-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: local("Poppins Medium Italic"), local("Poppins-MediumItalic"), url(../fonts/Poppins/Poppins-Medium-Italic.woff) format("woff"), url(../fonts/Poppins/Poppins-Medium-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: local("Poppins SemiBold Italic"), local("Poppins-SemiBoldItalic"), url(../fonts/Poppins/Poppins-SemiBold-Italic.woff) format("woff"), url(../fonts/Poppins/Poppins-SemiBold-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  src: local("Poppins Bold Italic"), local("Poppins-BoldItalic"), url(../fonts/Poppins/Poppins-Bold-Italic.woff) format("woff"), url(../fonts/Poppins/Poppins-Bold-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 800;
  src: local("Poppins ExtraBold Italic"), local("Poppins-ExtraBoldItalic"), url(../fonts/Poppins/Poppins-ExtraBold-Italic.woff) format("woff"), url(../fonts/Poppins/Poppins-ExtraBold-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: local("Poppins Light"), local("Poppins-Light"), url(../fonts/Poppins/Poppins-Light.woff) format("woff"), url(../fonts/Poppins/Poppins-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Poppins/Poppins-Regular.eot);
  src: local("Poppins Regular"), local("Poppins-Regular"), local("Poppins"), url(../fonts/Poppins/Poppins-Regular.woff) format("woff"), url(../fonts/Poppins/Poppins-Regular.svg#Poppins) format("svg"), url(../fonts/Poppins/Poppins-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Poppins/Poppins-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local("Poppins Medium"), local("Poppins-Medium"), url(../fonts/Poppins/Poppins-Medium.woff) format("woff"), url(../fonts/Poppins/Poppins-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(../fonts/Poppins/Poppins-SemiBold.woff) format("woff"), url(../fonts/Poppins/Poppins-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"), url(../fonts/Poppins/Poppins-Bold.woff) format("woff"), url(../fonts/Poppins/Poppins-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: local("Poppins ExtraBold"), local("Poppins-ExtraBold"), url(../fonts/Poppins/Poppins-ExtraBold.woff) format("woff"), url(../fonts/Poppins/Poppins-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: local("Poppins Black"), local("Poppins-Black"), url(../fonts/Poppins/Poppins-Black.woff) format("woff"), url(../fonts/Poppins/Poppins-Black.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url(../fonts/open_sans/Open-Sans-Light-Italic.ttf) format("truetype"), url(../fonts/open_sans/Open-Sans-Light-Italic.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(../fonts/open_sans/Open-Sans-Italic.ttf) format("truetype"), url(../fonts/open_sans/Open-Sans-Italic.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(../fonts/open_sans/Open-Sans-Light.ttf) format("truetype"), url(../fonts/open_sans/Open-Sans-Light.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/open_sans/Open-Sans-Regular.eot);
  src: local("Open Sans Regular"), local("OpenSans-Regular"), local("Open Sans"), url(../fonts/open_sans/Open-Sans-Regular.ttf) format("truetype"), url(../fonts/open_sans/Open-Sans-Regular.woff) format("woff"), url(../fonts/open_sans/Open-Sans-Regular.svg#OpenSans) format("svg"), url(../fonts/open_sans/Open-Sans-Regular.eot?#iefix) format("embedded-opentype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(../fonts/open_sans/Open-Sans-Bold.ttf) format("truetype"), url(../fonts/open_sans/Open-Sans-Bold.woff) format("woff");
}
@font-face {
  font-family: "icodehome-ico";
  src: url("../fonts/icodehome-ico/icodehome-ico.eot?rub8p4");
  src: url("../fonts/icodehome-ico/icodehome-ico.eot?rub8p4#iefix") format("embedded-opentype"), url("../fonts/icodehome-ico/icodehome-ico.ttf?rub8p4") format("truetype"), url("../fonts/icodehome-ico/icodehome-ico.woff?rub8p4") format("woff"), url("../fonts/icodehome-ico/icodehome-ico.svg?rub8p4#icodehome-ico") format("svg");
  font-weight: 400;
  font-weight: normal;
  font-style: normal;
}
.ich [class^=ich],
[class*=ich] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icodehome-ico" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 130%;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  margin-right: 2px;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ich_3d_rotation:before {
  content: "\e931";
}

.ich_3dglasses:before {
  content: "\eda9";
}

.ich_500px:before {
  content: "\f26e";
}

.ich_IE:before {
  content: "\ed7f";
}

.ich_IcoMoon:before {
  content: "\ed8d";
}

.ich_abacus:before {
  content: "\ede0";
}

.ich_ac_unit:before {
  content: "\e943";
}

.ich_access_alarms:before {
  content: "\e945";
}

.ich_accessibility:before {
  content: "\e947";
}

.ich_accessibility2:before {
  content: "\ed0c";
}

.ich_accessible:before {
  content: "\e948";
}

.ich_account_balance:before {
  content: "\e949";
}

.ich_account_balance_wallet:before {
  content: "\e94a";
}

.ich_account_box:before {
  content: "\e94b";
}

.ich_account_circle:before {
  content: "\e94c";
}

.ich_add:before {
  content: "\e94e";
}

.ich_add_a_photo:before {
  content: "\e94f";
}

.ich_add_alert:before {
  content: "\e951";
}

.ich_add_box:before {
  content: "\e952";
}

.ich_add_circle:before {
  content: "\e953";
}

.ich_add_location:before {
  content: "\e955";
}

.ich_add_shopping_cart:before {
  content: "\e956";
}

.ich_add_to_queue:before {
  content: "\e958";
}

.ich_address:before {
  content: "\e926";
}

.ich_address_book:before {
  content: "\ecb4";
}

.ich_address_book_alt:before {
  content: "\f2b9";
}

.ich_address_book_o:before {
  content: "\f2ba";
}

.ich_address_card:before {
  content: "\f2bb";
}

.ich_address_card_o:before {
  content: "\f2bc";
}

.ich_adjust:before {
  content: "\e959";
}

.ich_adjust2:before {
  content: "\f042";
}

.ich_adn:before {
  content: "\f170";
}

.ich_aid_kit:before {
  content: "\ecf2";
}

.ich_airline_seat_flat:before {
  content: "\e95a";
}

.ich_airline_seat_flat_angled:before {
  content: "\e95b";
}

.ich_airline_seat_individual_suite:before {
  content: "\e95c";
}

.ich_airline_seat_legroom_extra:before {
  content: "\e95d";
}

.ich_airline_seat_legroom_normal:before {
  content: "\e95e";
}

.ich_airline_seat_legroom_reduced:before {
  content: "\e95f";
}

.ich_airline_seat_recline_extra:before {
  content: "\e960";
}

.ich_airline_seat_recline_normal:before {
  content: "\e961";
}

.ich_airplane:before {
  content: "\ed09";
}

.ich_airplanemode_inactive:before {
  content: "\e963";
}

.ich_airplay:before {
  content: "\e964";
}

.ich_airport_shuttle:before {
  content: "\e965";
}

.ich_alarm:before {
  content: "\e944";
}

.ich_alarm2:before {
  content: "\ecba";
}

.ich_alarm_add:before {
  content: "\e950";
}

.ich_alarm_off:before {
  content: "\e966";
}

.ich_alarm_on:before {
  content: "\e967";
}

.ich_album:before {
  content: "\e968";
}

.ich_align_center:before {
  content: "\f037";
}

.ich_align_justify:before {
  content: "\f039";
}

.ich_align_left:before {
  content: "\f036";
}

.ich_align_right:before {
  content: "\f038";
}

.ich_all_inclusive:before {
  content: "\e969";
}

.ich_all_out:before {
  content: "\e96a";
}

.ich_amazon:before {
  content: "\ed55";
}

.ich_ambulance:before {
  content: "\f0f9";
}

.ich_anchor:before {
  content: "\f13d";
}

.ich_android:before {
  content: "\ed70";
}

.ich_android2:before {
  content: "\ed9b";
}

.ich_android3:before {
  content: "\f17b";
}

.ich_android_ico:before {
  content: "\e94d";
}

.ich_angellist:before {
  content: "\f209";
}

.ich_angle_down:before {
  content: "\f107";
}

.ich_angle_left:before {
  content: "\f104";
}

.ich_angle_right:before {
  content: "\f105";
}

.ich_angle_up:before {
  content: "\f106";
}

.ich_announcement:before {
  content: "\e96c";
}

.ich_aperture:before {
  content: "\ee18";
}

.ich_apple:before {
  content: "\f179";
}

.ich_apps:before {
  content: "\e96d";
}

.ich_archive:before {
  content: "\edbc";
}

.ich_archive2:before {
  content: "\e96e";
}

.ich_archive3:before {
  content: "\f187";
}

.ich_area_chart:before {
  content: "\f1fe";
}

.ich_arroarrow_down2w-down:before {
  content: "\ed3a";
}

.ich_arrow_back:before {
  content: "\e96f";
}

.ich_arrow_down:before {
  content: "\f063";
}

.ich_arrow_down_left2:before {
  content: "\ed3b";
}

.ich_arrow_down_right2:before {
  content: "\ed39";
}

.ich_arrow_downward:before {
  content: "\e970";
}

.ich_arrow_drop_down:before {
  content: "\e971";
}

.ich_arrow_drop_down_circle:before {
  content: "\e972";
}

.ich_arrow_drop_up:before {
  content: "\e973";
}

.ich_arrow_forward:before {
  content: "\e974";
}

.ich_arrow_left:before {
  content: "\f060";
}

.ich_arrow_left2:before {
  content: "\ed3c";
}

.ich_arrow_right:before {
  content: "\f061";
}

.ich_arrow_right3:before {
  content: "\ed38";
}

.ich_arrow_up:before {
  content: "\f062";
}

.ich_arrow_up2:before {
  content: "\ed36";
}

.ich_arrow_up_left2:before {
  content: "\ed35";
}

.ich_arrow_up_right2:before {
  content: "\ed37";
}

.ich_arrow_upward:before {
  content: "\e975";
}

.ich_art_track:before {
  content: "\e976";
}

.ich_aspect_ratio:before {
  content: "\e977";
}

.ich_assignment:before {
  content: "\e979";
}

.ich_assignment_ind:before {
  content: "\e97a";
}

.ich_assignment_late:before {
  content: "\e97b";
}

.ich_assignment_return:before {
  content: "\e97c";
}

.ich_assignment_returned:before {
  content: "\e97d";
}

.ich_assignment_turned_in:before {
  content: "\e97e";
}

.ich_assistant:before {
  content: "\e97f";
}

.ich_asterisk:before {
  content: "\f069";
}

.ich_at:before {
  content: "\f1fa";
}

.ich_attach_file:before {
  content: "\e981";
}

.ich_attachment:before {
  content: "\ed27";
}

.ich_attachment2:before {
  content: "\e983";
}

.ich_auction:before {
  content: "\edde";
}

.ich_audio_description:before {
  content: "\f29e";
}

.ich_audio_o:before {
  content: "\f1c7";
}

.ich_audiotrack:before {
  content: "\e984";
}

.ich_automobile:before {
  content: "\f1b9";
}

.ich_autorenew:before {
  content: "\e985";
}

.ich_av_timer:before {
  content: "\e986";
}

.ich_backspace:before {
  content: "\e987";
}

.ich_backward:before {
  content: "\f04a";
}

.ich_bag:before {
  content: "\edc6";
}

.ich_balance_scale:before {
  content: "\f24e";
}

.ich_ban_circle:before {
  content: "\f05e";
}

.ich_bandcamp:before {
  content: "\f2d5";
}

.ich_bar_chart:before {
  content: "\f080";
}

.ich_bar_graph:before {
  content: "\e927";
}

.ich_barcode:before {
  content: "\f02a";
}

.ich_barcode2:before {
  content: "\ecaf";
}

.ich_bars:before {
  content: "\ee1b";
}

.ich_baseball:before {
  content: "\eda7";
}

.ich_basecamp:before {
  content: "\ed65";
}

.ich_bath:before {
  content: "\f2cd";
}

.ich_batman:before {
  content: "\edb8";
}

.ich_battery_alert:before {
  content: "\e989";
}

.ich_battery_charging_full:before {
  content: "\e98a";
}

.ich_battery_std:before {
  content: "\e98b";
}

.ich_battery_unknown:before {
  content: "\e98c";
}

.ich_beach_access:before {
  content: "\e98d";
}

.ich_beaker:before {
  content: "\f0c3";
}

.ich_bed:before {
  content: "\f236";
}

.ich_beenhere:before {
  content: "\e98e";
}

.ich_beer:before {
  content: "\f0fc";
}

.ich_behance:before {
  content: "\f1b4";
}

.ich_behance_square:before {
  content: "\f1b5";
}

.ich_bell:before {
  content: "\f0a2";
}

.ich_bell2:before {
  content: "\ecbb";
}

.ich_bell_alt:before {
  content: "\f0f3";
}

.ich_bell_slash:before {
  content: "\f1f6";
}

.ich_bell_slash_o:before {
  content: "\f1f7";
}

.ich_bicycle:before {
  content: "\f206";
}

.ich_bin:before {
  content: "\ed06";
}

.ich_bin2:before {
  content: "\ed07";
}

.ich_binoculars:before {
  content: "\f1e5";
}

.ich_birthday_cake:before {
  content: "\f1fd";
}

.ich_bitbucket:before {
  content: "\f171";
}

.ich_bitbucket_sign:before {
  content: "\f172";
}

.ich_black_tie:before {
  content: "\f27e";
}

.ich_blind:before {
  content: "\f29d";
}

.ich_block:before {
  content: "\e98f";
}

.ich_blog:before {
  content: "\ec85";
}

.ich_blogger:before {
  content: "\ed6a";
}

.ich_blogger2:before {
  content: "\ed6b";
}

.ich_bluetooth:before {
  content: "\e990";
}

.ich_bluetooth_connected:before {
  content: "\e992";
}

.ich_bluetooth_disabled:before {
  content: "\e993";
}

.ich_bluetooth_searching:before {
  content: "\e991";
}

.ich_blur_circular:before {
  content: "\e994";
}

.ich_blur_linear:before {
  content: "\e995";
}

.ich_blur_off:before {
  content: "\e996";
}

.ich_blur_on:before {
  content: "\e997";
}

.ich_bold:before {
  content: "\f032";
}

.ich_bolt:before {
  content: "\f0e7";
}

.ich_bomb:before {
  content: "\f1e2";
}

.ich_book:before {
  content: "\ec9b";
}

.ich_book2:before {
  content: "\f02d";
}

.ich_bookmark:before {
  content: "\f02e";
}

.ich_bookmark_empty:before {
  content: "\f097";
}

.ich_books:before {
  content: "\ec9c";
}

.ich_border_all:before {
  content: "\e99b";
}

.ich_border_bottom:before {
  content: "\e99c";
}

.ich_border_clear:before {
  content: "\e99d";
}

.ich_border_color:before {
  content: "\e99e";
}

.ich_border_horizontal:before {
  content: "\e99f";
}

.ich_border_inner:before {
  content: "\e9a0";
}

.ich_border_left:before {
  content: "\e9a1";
}

.ich_border_outer:before {
  content: "\e9a2";
}

.ich_border_right:before {
  content: "\e9a3";
}

.ich_border_style:before {
  content: "\e9a4";
}

.ich_border_top:before {
  content: "\e9a5";
}

.ich_border_vertical:before {
  content: "\e9a6";
}

.ich_bowling:before {
  content: "\eda5";
}

.ich_bowlingpin:before {
  content: "\eda6";
}

.ich_box:before {
  content: "\edc3";
}

.ich_box2:before {
  content: "\edc4";
}

.ich_box_add:before {
  content: "\ecc6";
}

.ich_box_remove:before {
  content: "\ecc7";
}

.ich_branding_watermark:before {
  content: "\e9a7";
}

.ich_briefcase:before {
  content: "\ed08";
}

.ich_briefcase2:before {
  content: "\f0b1";
}

.ich_brightness_2:before {
  content: "\e9a9";
}

.ich_brightness_3:before {
  content: "\e9aa";
}

.ich_brightness_4:before {
  content: "\e9ab";
}

.ich_brightness_auto:before {
  content: "\e9af";
}

.ich_brightness_high:before {
  content: "\e9ae";
}

.ich_brightness_low:before {
  content: "\e9ac";
}

.ich_brightness_medium:before {
  content: "\e9ad";
}

.ich_broken_image:before {
  content: "\e9b0";
}

.ich_brush:before {
  content: "\e9b1";
}

.ich_brush2:before {
  content: "\edda";
}

.ich_btc:before {
  content: "\f15a";
}

.ich_bubble:before {
  content: "\ecd3";
}

.ich_bubble2:before {
  content: "\ecd6";
}

.ich_bubble_chart:before {
  content: "\e9b2";
}

.ich_bubbles:before {
  content: "\ecd8";
}

.ich_bubbles2:before {
  content: "\ecd5";
}

.ich_bubbles3:before {
  content: "\ecd7";
}

.ich_bubbles4:before {
  content: "\ecd4";
}

.ich_bug:before {
  content: "\f188";
}

.ich_bug2:before {
  content: "\ecf3";
}

.ich_bug_report:before {
  content: "\e9b3";
}

.ich_build:before {
  content: "\e9b4";
}

.ich_building:before {
  content: "\f0f7";
}

.ich_building_2:before {
  content: "\f1ad";
}

.ich_bullhorn:before {
  content: "\f0a1";
}

.ich_bullhorn2:before {
  content: "\ec96";
}

.ich_bullseye:before {
  content: "\f140";
}

.ich_burst_mode:before {
  content: "\e9b5";
}

.ich_bus:before {
  content: "\f207";
}

.ich_business_center:before {
  content: "\e9b7";
}

.ich_buysellads:before {
  content: "\f20d";
}

.ich_cab:before {
  content: "\f1ba";
}

.ich_cached:before {
  content: "\e9b8";
}

.ich_cake:before {
  content: "\e9b9";
}

.ich_calculator:before {
  content: "\f1ec";
}

.ich_calendar:before {
  content: "\ecbc";
}

.ich_calendar2:before {
  content: "\f073";
}

.ich_calendar_check_o:before {
  content: "\f274";
}

.ich_calendar_empty:before {
  content: "\f133";
}

.ich_calendar_minus_o:before {
  content: "\f272";
}

.ich_calendar_plus_o:before {
  content: "\f271";
}

.ich_calendar_times_o:before {
  content: "\f273";
}

.ich_call_end:before {
  content: "\e9bb";
}

.ich_call_made:before {
  content: "\e9bc";
}

.ich_call_missed:before {
  content: "\e9be";
}

.ich_call_missed_outgoing:before {
  content: "\e9bf";
}

.ich_call_received:before {
  content: "\e9c0";
}

.ich_call_split:before {
  content: "\e9c1";
}

.ich_call_to_action:before {
  content: "\e9c2";
}

.ich_camera:before {
  content: "\e9c3";
}

.ich_camera2:before {
  content: "\ec8b";
}

.ich_camera3:before {
  content: "\ed8f";
}

.ich_camera4:before {
  content: "\f030";
}

.ich_camera_enhance:before {
  content: "\e9c5";
}

.ich_camera_front:before {
  content: "\e9c6";
}

.ich_camera_rear:before {
  content: "\e9c7";
}

.ich_camera_retro:before {
  content: "\f083";
}

.ich_camera_roll:before {
  content: "\e9c8";
}

.ich_cancel:before {
  content: "\e9c9";
}

.ich_card_membership:before {
  content: "\e9cb";
}

.ich_card_travel:before {
  content: "\e9cc";
}

.ich_caret_down:before {
  content: "\f0d7";
}

.ich_caret_left:before {
  content: "\f0d9";
}

.ich_caret_right:before {
  content: "\f0da";
}

.ich_caret_up:before {
  content: "\f0d8";
}

.ich_cart_arrow_down:before {
  content: "\f218";
}

.ich_cart_plus:before {
  content: "\f217";
}

.ich_casino:before {
  content: "\e9cd";
}

.ich_cast:before {
  content: "\e9ce";
}

.ich_cast_connected:before {
  content: "\e9cf";
}

.ich_cc:before {
  content: "\f20a";
}

.ich_cc_amex:before {
  content: "\f1f3";
}

.ich_cc_diners_club:before {
  content: "\f24c";
}

.ich_cc_discover:before {
  content: "\f1f2";
}

.ich_cc_jcb:before {
  content: "\f24b";
}

.ich_cc_mastercard:before {
  content: "\f1f1";
}

.ich_cc_paypal:before {
  content: "\f1f4";
}

.ich_cc_stripe:before {
  content: "\f1f5";
}

.ich_cc_visa:before {
  content: "\f1f0";
}

.ich_center_focus_strong:before {
  content: "\e9d0";
}

.ich_center_focus_weak:before {
  content: "\e9d1";
}

.ich_certificate:before {
  content: "\f0a3";
}

.ich_change_history:before {
  content: "\e9d2";
}

.ich_chart:before {
  content: "\ee19";
}

.ich_chart_alt:before {
  content: "\ee1a";
}

.ich_chat:before {
  content: "\eddc";
}

.ich_chat2:before {
  content: "\e9d3";
}

.ich_chat_bubble:before {
  content: "\e9d4";
}

.ich_chat_bubble_outline:before {
  content: "\e9d5";
}

.ich_check:before {
  content: "\e9d6";
}

.ich_check2:before {
  content: "\f046";
}

.ich_check_box:before {
  content: "\e9d7";
}

.ich_check_box_outline_blank:before {
  content: "\e9d8";
}

.ich_check_circle:before {
  content: "\e9d9";
}

.ich_check_empty:before {
  content: "\f096";
}

.ich_check_minus:before {
  content: "\f147";
}

.ich_check_sign:before {
  content: "\f14a";
}

.ich_checkmark:before {
  content: "\ed31";
}

.ich_chevron_down:before {
  content: "\f078";
}

.ich_chevron_left:before {
  content: "\f053";
}

.ich_chevron_right:before {
  content: "\f054";
}

.ich_chevron_sign_down:before {
  content: "\f13a";
}

.ich_chevron_sign_left:before {
  content: "\f137";
}

.ich_chevron_sign_right:before {
  content: "\f138";
}

.ich_chevron_sign_up:before {
  content: "\f139";
}

.ich_chevron_thin_down:before {
  content: "\e91c";
}

.ich_chevron_thin_left:before {
  content: "\e91d";
}

.ich_chevron_thin_right:before {
  content: "\e91e";
}

.ich_chevron_thin_up:before {
  content: "\e91f";
}

.ich_chevron_up:before {
  content: "\f077";
}

.ich_child:before {
  content: "\f1ae";
}

.ich_child_care:before {
  content: "\e9dc";
}

.ich_child_friendly:before {
  content: "\e9dd";
}

.ich_chrome:before {
  content: "\ed7d";
}

.ich_chrome_reader_mode:before {
  content: "\e9de";
}

.ich_circle:before {
  content: "\f111";
}

.ich_circle_arrow_down:before {
  content: "\f0ab";
}

.ich_circle_arrow_left:before {
  content: "\f0a8";
}

.ich_circle_arrow_right:before {
  content: "\f0a9";
}

.ich_circle_arrow_up:before {
  content: "\f0aa";
}

.ich_circle_blank:before {
  content: "\f10c";
}

.ich_circle_thin:before {
  content: "\f1db";
}

.ich_class:before {
  content: "\e998";
}

.ich_clear_all:before {
  content: "\e9e0";
}

.ich_clipboard:before {
  content: "\ed12";
}

.ich_clone:before {
  content: "\f24d";
}

.ich_close:before {
  content: "\e9df";
}

.ich_closed_caption:before {
  content: "\e9e1";
}

.ich_cloud:before {
  content: "\f0c2";
}

.ich_cloud2:before {
  content: "\ed1b";
}

.ich_cloud_check:before {
  content: "\ed1e";
}

.ich_cloud_circle:before {
  content: "\e9e3";
}

.ich_cloud_done:before {
  content: "\e9e4";
}

.ich_cloud_download:before {
  content: "\ed1c";
}

.ich_cloud_download2:before {
  content: "\e9e5";
}

.ich_cloud_download3:before {
  content: "\f0ed";
}

.ich_cloud_off:before {
  content: "\e9e6";
}

.ich_cloud_queue:before {
  content: "\e9e7";
}

.ich_cloud_upload:before {
  content: "\e988";
}

.ich_cloud_upload2:before {
  content: "\f0ee";
}

.ich_cloud_upload3:before {
  content: "\ed1d";
}

.ich_clubs:before {
  content: "\ec94";
}

.ich_code:before {
  content: "\e9e8";
}

.ich_code2:before {
  content: "\f121";
}

.ich_code_fork:before {
  content: "\f126";
}

.ich_code_o:before {
  content: "\f1c9";
}

.ich_codepen:before {
  content: "\ed8b";
}

.ich_codepen2:before {
  content: "\f1cb";
}

.ich_codiepie:before {
  content: "\f284";
}

.ich_coffee:before {
  content: "\f0f4";
}

.ich_cog:before {
  content: "\f013";
}

.ich_cog2:before {
  content: "\ed93";
}

.ich_cog3:before {
  content: "\ecee";
}

.ich_cog4:before {
  content: "\ed95";
}

.ich_cogs:before {
  content: "\ecef";
}

.ich_cogs2:before {
  content: "\f085";
}

.ich_cogs3:before {
  content: "\ed94";
}

.ich_coins:before {
  content: "\ede7";
}

.ich_collapse:before {
  content: "\f150";
}

.ich_collapse_top:before {
  content: "\f151";
}

.ich_collections_bookmark:before {
  content: "\e9ea";
}

.ich_colorize:before {
  content: "\e9ec";
}

.ich_colours:before {
  content: "\e929";
}

.ich_columns:before {
  content: "\f0db";
}

.ich_command:before {
  content: "\ed45";
}

.ich_comment:before {
  content: "\e9ed";
}

.ich_comment2:before {
  content: "\f075";
}

.ich_comment_alt:before {
  content: "\f0e5";
}

.ich_commenting:before {
  content: "\f27a";
}

.ich_commenting_o:before {
  content: "\f27b";
}

.ich_comments:before {
  content: "\f086";
}

.ich_comments_alt:before {
  content: "\f0e6";
}

.ich_compare:before {
  content: "\e9ee";
}

.ich_compare_arrows:before {
  content: "\e9ef";
}

.ich_compass:before {
  content: "\ecb8";
}

.ich_compass2:before {
  content: "\f14e";
}

.ich_compass3:before {
  content: "\ecb7";
}

.ich_confirmation_number:before {
  content: "\e9f1";
}

.ich_connectdevelop:before {
  content: "\f20e";
}

.ich_connection:before {
  content: "\ec97";
}

.ich_contact_mail:before {
  content: "\e9f2";
}

.ich_contact_phone:before {
  content: "\e9f3";
}

.ich_contacts:before {
  content: "\e9f4";
}

.ich_content_copy:before {
  content: "\e9f5";
}

.ich_content_cut:before {
  content: "\e9f6";
}

.ich_content_paste:before {
  content: "\e9f7";
}

.ich_control_point:before {
  content: "\e954";
}

.ich_control_point_duplicate:before {
  content: "\e9f8";
}

.ich_copy:before {
  content: "\eca4";
}

.ich_copy2:before {
  content: "\f0c5";
}

.ich_copyright:before {
  content: "\e9f9";
}

.ich_copyright2:before {
  content: "\f1f9";
}

.ich_create_new_folder:before {
  content: "\e9fb";
}

.ich_creative_commons:before {
  content: "\f25e";
}

.ich_credit_card:before {
  content: "\f09d";
}

.ich_credit_card2:before {
  content: "\ecb2";
}

.ich_credit_card_alt:before {
  content: "\f283";
}

.ich_crop:before {
  content: "\f125";
}

.ich_crop2:before {
  content: "\e9fd";
}

.ich_crop_din:before {
  content: "\e9fe";
}

.ich_crop_free:before {
  content: "\e9ff";
}

.ich_crop_original:before {
  content: "\ea00";
}

.ich_crop_portrait:before {
  content: "\ea01";
}

.ich_crop_rotate:before {
  content: "\ea02";
}

.ich_crop_square:before {
  content: "\ea03";
}

.ich_cross:before {
  content: "\ed30";
}

.ich_css3:before {
  content: "\ed89";
}

.ich_cube:before {
  content: "\edc2";
}

.ich_cube_o:before {
  content: "\f1b2";
}

.ich_cubes:before {
  content: "\f1b3";
}

.ich_cursor:before {
  content: "\f246";
}

.ich_cut:before {
  content: "\f0c4";
}

.ich_dashboard:before {
  content: "\f0e4";
}

.ich_dashboard2:before {
  content: "\ea04";
}

.ich_dashcube:before {
  content: "\f210";
}

.ich_data_usage:before {
  content: "\ea05";
}

.ich_database:before {
  content: "\eccc";
}

.ich_database2:before {
  content: "\f1c0";
}

.ich_date_range:before {
  content: "\ea06";
}

.ich_davidstar:before {
  content: "\edb6";
}

.ich_deaf:before {
  content: "\f2a4";
}

.ich_dehaze:before {
  content: "\ea07";
}

.ich_delete:before {
  content: "\ea08";
}

.ich_delete_forever:before {
  content: "\ea09";
}

.ich_delete_sweep:before {
  content: "\ea0a";
}

.ich_delicious:before {
  content: "\f1a5";
}

.ich_description:before {
  content: "\ea0b";
}

.ich_desktop:before {
  content: "\f108";
}

.ich_desktop2:before {
  content: "\f26c";
}

.ich_desktop_mac:before {
  content: "\ea0c";
}

.ich_desktop_windows:before {
  content: "\ea0d";
}

.ich_details:before {
  content: "\ea0e";
}

.ich_developer_board:before {
  content: "\ea0f";
}

.ich_developer_mode:before {
  content: "\ea10";
}

.ich_deviantart:before {
  content: "\f1bd";
}

.ich_device_hub:before {
  content: "\ea11";
}

.ich_devices_other:before {
  content: "\ea13";
}

.ich_dialer_sip:before {
  content: "\ea14";
}

.ich_dialpad:before {
  content: "\ea15";
}

.ich_diamond:before {
  content: "\edc5";
}

.ich_diamond2:before {
  content: "\f219";
}

.ich_diamonds:before {
  content: "\ec95";
}

.ich_dice:before {
  content: "\ec91";
}

.ich_digg:before {
  content: "\f1a6";
}

.ich_direction:before {
  content: "\eda2";
}

.ich_directions:before {
  content: "\ea16";
}

.ich_directions_bike:before {
  content: "\ea17";
}

.ich_directions_boat:before {
  content: "\ea18";
}

.ich_directions_bus:before {
  content: "\ea19";
}

.ich_directions_car:before {
  content: "\ea1a";
}

.ich_directions_railway:before {
  content: "\ea1b";
}

.ich_directions_run:before {
  content: "\ea1c";
}

.ich_directions_transit:before {
  content: "\ea1d";
}

.ich_directions_walk:before {
  content: "\ea1e";
}

.ich_disc_full:before {
  content: "\ea1f";
}

.ich_display:before {
  content: "\ecbe";
}

.ich_dns:before {
  content: "\ea20";
}

.ich_do_not_disturb_alt:before {
  content: "\ea22";
}

.ich_do_not_disturb_off:before {
  content: "\ea23";
}

.ich_dock:before {
  content: "\ea25";
}

.ich_doller:before {
  content: "\e982";
}

.ich_domain:before {
  content: "\e9b6";
}

.ich_done:before {
  content: "\ea26";
}

.ich_done_all:before {
  content: "\ea27";
}

.ich_donut_large:before {
  content: "\ea28";
}

.ich_donut_small:before {
  content: "\ea29";
}

.ich_dot_circle_alt:before {
  content: "\f192";
}

.ich_double_angle_down:before {
  content: "\f103";
}

.ich_double_angle_left:before {
  content: "\f100";
}

.ich_double_angle_right:before {
  content: "\f101";
}

.ich_double_angle_up:before {
  content: "\f102";
}

.ich_download:before {
  content: "\ed21";
}

.ich_download2:before {
  content: "\f01a";
}

.ich_download3:before {
  content: "\ecc8";
}

.ich_download4:before {
  content: "\ed1f";
}

.ich_download_alt:before {
  content: "\f019";
}

.ich_drafts:before {
  content: "\ea2a";
}

.ich_drag_handle:before {
  content: "\ea2b";
}

.ich_drawer:before {
  content: "\ecc4";
}

.ich_drawer2:before {
  content: "\ecc5";
}

.ich_dribbble:before {
  content: "\ed60";
}

.ich_dribble:before {
  content: "\f17d";
}

.ich_drive:before {
  content: "\eccb";
}

.ich_dropbox:before {
  content: "\f16b";
}

.ich_dropbox2:before {
  content: "\ed62";
}

.ich_droplet:before {
  content: "\ec87";
}

.ich_drupal:before {
  content: "\f1a9";
}

.ich_dvr:before {
  content: "\ea2d";
}

.ich_earth:before {
  content: "\ed24";
}

.ich_edit:before {
  content: "\f044";
}

.ich_edit_location:before {
  content: "\ea2e";
}

.ich_edit_sign:before {
  content: "\f14b";
}

.ich_eercast:before {
  content: "\f2da";
}

.ich_eject:before {
  content: "\ea2f";
}

.ich_eject2:before {
  content: "\f052";
}

.ich_ellipsis_horizontal:before {
  content: "\f141";
}

.ich_ellipsis_vertical:before {
  content: "\f142";
}

.ich_ello:before {
  content: "\ed69";
}

.ich_embed:before {
  content: "\ed52";
}

.ich_embed2:before {
  content: "\ed53";
}

.ich_empire:before {
  content: "\f1d1";
}

.ich_enhanced_encryption:before {
  content: "\ea31";
}

.ich_enlarge:before {
  content: "\ecea";
}

.ich_enlarge2:before {
  content: "\ece8";
}

.ich_envelope:before {
  content: "\edea";
}

.ich_envelope_alt:before {
  content: "\f0e0";
}

.ich_envelope_o:before {
  content: "\f003";
}

.ich_envelope_open:before {
  content: "\f2b6";
}

.ich_envelope_open_o:before {
  content: "\f2b7";
}

.ich_envira:before {
  content: "\f299";
}

.ich_equalizer:before {
  content: "\ea32";
}

.ich_eraser:before {
  content: "\f12d";
}

.ich_error:before {
  content: "\ea33";
}

.ich_error_outline:before {
  content: "\ea34";
}

.ich_etsy:before {
  content: "\f2d7";
}

.ich_eur:before {
  content: "\f153";
}

.ich_euro:before {
  content: "\ea35";
}

.ich_ev_station:before {
  content: "\ea36";
}

.ich_event_available:before {
  content: "\ea38";
}

.ich_event_busy:before {
  content: "\ea39";
}

.ich_event_note:before {
  content: "\ea3a";
}

.ich_event_seat:before {
  content: "\ea3b";
}

.ich_excel:before {
  content: "\f1c3";
}

.ich_exchange:before {
  content: "\f0ec";
}

.ich_exclamation:before {
  content: "\f12a";
}

.ich_exclamation_sign:before {
  content: "\f06a";
}

.ich_exit_to_app:before {
  content: "\ea3c";
}

.ich_expand_less:before {
  content: "\ea3d";
}

.ich_expand_more:before {
  content: "\ea3e";
}

.ich_expeditedssl:before {
  content: "\f23e";
}

.ich_explicit:before {
  content: "\ea3f";
}

.ich_explore:before {
  content: "\ea40";
}

.ich_exposure:before {
  content: "\ea41";
}

.ich_extension:before {
  content: "\ea42";
}

.ich_external_link:before {
  content: "\f08e";
}

.ich_eye:before {
  content: "\ee1c";
}

.ich_eye2:before {
  content: "\ed28";
}

.ich_eye_close:before {
  content: "\f070";
}

.ich_eye_open:before {
  content: "\f06e";
}

.ich_eye_plus:before {
  content: "\ed29";
}

.ich_eyedropper:before {
  content: "\ec86";
}

.ich_eyedropper2:before {
  content: "\f1fb";
}

.ich_f1a4:before {
  content: "\f1a4";
}

.ich_fa:before {
  content: "\f2b4";
}

.ich_face:before {
  content: "\ea43";
}

.ich_facebook:before {
  content: "\ed59";
}

.ich_facebook_official:before {
  content: "\f230";
}

.ich_facebook_sign:before {
  content: "\f082";
}

.ich_facetime_video:before {
  content: "\f03d";
}

.ich_fast_backward:before {
  content: "\f049";
}

.ich_fast_forward:before {
  content: "\ea44";
}

.ich_fast_forward2:before {
  content: "\f050";
}

.ich_fast_rewind:before {
  content: "\ea45";
}

.ich_favorite:before {
  content: "\ea46";
}

.ich_favorite_border:before {
  content: "\ea47";
}

.ich_fax:before {
  content: "\f1ac";
}

.ich_featured_play_list:before {
  content: "\ea48";
}

.ich_featured_video:before {
  content: "\ea49";
}

.ich_feed:before {
  content: "\ec99";
}

.ich_female:before {
  content: "\f182";
}

.ich_fiber_dvr:before {
  content: "\ea4b";
}

.ich_fiber_manual_record:before {
  content: "\ea4c";
}

.ich_fiber_new:before {
  content: "\ea4d";
}

.ich_fiber_pin:before {
  content: "\ea4e";
}

.ich_fiber_smart_record:before {
  content: "\ea4f";
}

.ich_fighter_jet:before {
  content: "\f0fb";
}

.ich_file:before {
  content: "\f15b";
}

.ich_file_alt:before {
  content: "\f016";
}

.ich_file_excel:before {
  content: "\ed85";
}

.ich_file_music:before {
  content: "\eca0";
}

.ich_file_openoffice:before {
  content: "🌠";
}

.ich_file_pdf:before {
  content: "\ed82";
}

.ich_file_picture:before {
  content: "\ec9f";
}

.ich_file_play:before {
  content: "\eca1";
}

.ich_file_text:before {
  content: "\f15c";
}

.ich_file_text2:before {
  content: "\ec9e";
}

.ich_file_text_alt:before {
  content: "\f0f6";
}

.ich_file_upload:before {
  content: "\ea51";
}

.ich_file_video:before {
  content: "\eca2";
}

.ich_file_word:before {
  content: "\ed84";
}

.ich_file_zip:before {
  content: "\eca3";
}

.ich_film:before {
  content: "\ec8f";
}

.ich_film2:before {
  content: "\f008";
}

.ich_film3:before {
  content: "\ed90";
}

.ich_film4:before {
  content: "\ed91";
}

.ich_film5:before {
  content: "\ed92";
}

.ich_filter:before {
  content: "\f0b0";
}

.ich_filter2:before {
  content: "\ea52";
}

.ich_filter3:before {
  content: "\ed48";
}

.ich_filter_b_and_w:before {
  content: "\ea53";
}

.ich_filter_center_focus:before {
  content: "\ea54";
}

.ich_filter_drama:before {
  content: "\ea55";
}

.ich_filter_frames:before {
  content: "\ea56";
}

.ich_filter_list:before {
  content: "\ea58";
}

.ich_filter_none:before {
  content: "\ea59";
}

.ich_filter_tilt_shift:before {
  content: "\ea5a";
}

.ich_filter_vintage:before {
  content: "\ea5b";
}

.ich_find_in_page:before {
  content: "\ea5c";
}

.ich_find_replace:before {
  content: "\ea5d";
}

.ich_fingerprint:before {
  content: "\ea5e";
}

.ich_fire:before {
  content: "\f06d";
}

.ich_fire2:before {
  content: "\ed03";
}

.ich_fire_extinguisher:before {
  content: "\f134";
}

.ich_firefox:before {
  content: "\ed7e";
}

.ich_first_order:before {
  content: "\f2b0";
}

.ich_first_page:before {
  content: "\ea5f";
}

.ich_fitness_center:before {
  content: "\ea60";
}

.ich_flag:before {
  content: "\e980";
}

.ich_flag2:before {
  content: "\f024";
}

.ich_flag3:before {
  content: "\ed26";
}

.ich_flag_alt:before {
  content: "\f11d";
}

.ich_flag_checkered:before {
  content: "\f11e";
}

.ich_flare:before {
  content: "\ea61";
}

.ich_flash_auto:before {
  content: "\ea62";
}

.ich_flash_off:before {
  content: "\ea63";
}

.ich_flash_on:before {
  content: "\ea64";
}

.ich_flickr:before {
  content: "\ed5f";
}

.ich_flickr2:before {
  content: "\f16e";
}

.ich_flickr3:before {
  content: "\ed5e";
}

.ich_flight2:before {
  content: "\e962";
}

.ich_flight_land:before {
  content: "\ea65";
}

.ich_flight_takeoff:before {
  content: "\ea66";
}

.ich_flip:before {
  content: "\ea67";
}

.ich_flip_to_back:before {
  content: "\ea68";
}

.ich_flip_to_front:before {
  content: "\ea69";
}

.ich_floppy_disk:before {
  content: "\ecca";
}

.ich_flow_branch:before {
  content: "\e920";
}

.ich_flow_cascade:before {
  content: "\e921";
}

.ich_flow_line:before {
  content: "\e922";
}

.ich_flow_parallel:before {
  content: "\e923";
}

.ich_flow_tree:before {
  content: "\e924";
}

.ich_folder:before {
  content: "\ea6a";
}

.ich_folder2:before {
  content: "\eca7";
}

.ich_folder_close:before {
  content: "\f07b";
}

.ich_folder_close_alt:before {
  content: "\f114";
}

.ich_folder_download:before {
  content: "\ecab";
}

.ich_folder_minus:before {
  content: "\ecaa";
}

.ich_folder_open:before {
  content: "\f07c";
}

.ich_folder_open2:before {
  content: "\ea6b";
}

.ich_folder_open3:before {
  content: "\eca8";
}

.ich_folder_open_alt:before {
  content: "\f115";
}

.ich_folder_plus:before {
  content: "\eca9";
}

.ich_folder_shared:before {
  content: "\ea6c";
}

.ich_folder_special:before {
  content: "\ea6d";
}

.ich_folder_upload:before {
  content: "\ecac";
}

.ich_font:before {
  content: "\f031";
}

.ich_font_download:before {
  content: "\ea6e";
}

.ich_fonticons:before {
  content: "\f280";
}

.ich_food:before {
  content: "\f0f5";
}

.ich_football:before {
  content: "\eda4";
}

.ich_fork:before {
  content: "\ee24";
}

.ich_format_align_center:before {
  content: "\ea6f";
}

.ich_format_align_justify:before {
  content: "\ea70";
}

.ich_format_align_left:before {
  content: "\ea71";
}

.ich_format_align_right:before {
  content: "\ea72";
}

.ich_format_bold:before {
  content: "\ea73";
}

.ich_format_clear:before {
  content: "\ea74";
}

.ich_format_color_fill:before {
  content: "\ea75";
}

.ich_format_color_reset:before {
  content: "\ea76";
}

.ich_format_color_text:before {
  content: "\ea77";
}

.ich_format_indent_decrease:before {
  content: "\ea78";
}

.ich_format_indent_increase:before {
  content: "\ea79";
}

.ich_format_italic:before {
  content: "\ea7a";
}

.ich_format_line_spacing:before {
  content: "\ea7b";
}

.ich_format_list_bulleted:before {
  content: "\ea7c";
}

.ich_format_list_numbered:before {
  content: "\ea7d";
}

.ich_format_paint:before {
  content: "\ea7e";
}

.ich_format_quote:before {
  content: "\ea7f";
}

.ich_format_shapes:before {
  content: "\ea80";
}

.ich_format_size:before {
  content: "\ea81";
}

.ich_format_strikethrough:before {
  content: "\ea82";
}

.ich_format_textdirection_l_to_r:before {
  content: "\ea83";
}

.ich_format_textdirection_r_to_l:before {
  content: "\ea84";
}

.ich_format_underlined:before {
  content: "\ea85";
}

.ich_fort_awesome:before {
  content: "\f286";
}

.ich_forumbee:before {
  content: "\f211";
}

.ich_forward:before {
  content: "\ecd1";
}

.ich_forward2:before {
  content: "\f04e";
}

.ich_forward3:before {
  content: "\ea87";
}

.ich_forward_10:before {
  content: "\ea88";
}

.ich_forward_30:before {
  content: "\ea89";
}

.ich_forward_5:before {
  content: "\ea8a";
}

.ich_foursquare:before {
  content: "\f180";
}

.ich_free_breakfast:before {
  content: "\ea8b";
}

.ich_free_code_camp:before {
  content: "\f2c5";
}

.ich_frown:before {
  content: "\f119";
}

.ich_fullscreen:before {
  content: "\f0b2";
}

.ich_fullscreen2:before {
  content: "\ea8c";
}

.ich_fullscreen_exit:before {
  content: "\ea8d";
}

.ich_functions:before {
  content: "\ea8e";
}

.ich_futbol_o:before {
  content: "\f1e3";
}

.ich_g_translate:before {
  content: "\ea8f";
}

.ich_gamepad:before {
  content: "\f11b";
}

.ich_games:before {
  content: "\ea90";
}

.ich_gauge:before {
  content: "\e92a";
}

.ich_gavel:before {
  content: "\ea91";
}

.ich_gbp:before {
  content: "\f154";
}

.ich_genderless:before {
  content: "\f22d";
}

.ich_gesture:before {
  content: "\ea92";
}

.ich_get_app:before {
  content: "\ea50";
}

.ich_get_pocket:before {
  content: "\f265";
}

.ich_gg:before {
  content: "\f260";
}

.ich_gg_circle:before {
  content: "\f261";
}

.ich_gif:before {
  content: "\ea93";
}

.ich_gift:before {
  content: "\ecf9";
}

.ich_gift2:before {
  content: "\f06b";
}

.ich_git:before {
  content: "\ed8a";
}

.ich_git2:before {
  content: "\f1d3";
}

.ich_git_square:before {
  content: "\f1d2";
}

.ich_github:before {
  content: "\ed64";
}

.ich_github2:before {
  content: "\f09b";
}

.ich_github_alt:before {
  content: "\f113";
}

.ich_github_sign:before {
  content: "\f092";
}

.ich_gitlab:before {
  content: "\f296";
}

.ich_gittip:before {
  content: "\f184";
}

.ich_glass:before {
  content: "\f000";
}

.ich_glass2:before {
  content: "\ecfb";
}

.ich_glass3:before {
  content: "\ecfa";
}

.ich_glide:before {
  content: "\f2a5";
}

.ich_glide_g:before {
  content: "\f2a6";
}

.ich_globe:before {
  content: "\f0ac";
}

.ich_glyphunicode:before {
  content: "\f1e8";
}

.ich_goat:before {
  content: "\ea94";
}

.ich_golf_course:before {
  content: "\ea95";
}

.ich_google:before {
  content: "\e942";
}

.ich_google_drive:before {
  content: "\ed58";
}

.ich_google_plus:before {
  content: "\f0d5";
}

.ich_google_plus2:before {
  content: "\ed56";
}

.ich_google_plus_circle:before {
  content: "\f2b3";
}

.ich_google_plus_sign:before {
  content: "\f0d4";
}

.ich_google_wallet:before {
  content: "\f1ee";
}

.ich_gradient:before {
  content: "\ea9a";
}

.ich_grain:before {
  content: "\ea9b";
}

.ich_graphic_eq:before {
  content: "\ea9c";
}

.ich_grav:before {
  content: "\f2d6";
}

.ich_grid_off:before {
  content: "\ea9d";
}

.ich_grid_on:before {
  content: "\ea9e";
}

.ich_group:before {
  content: "\f0c0";
}

.ich_group_add:before {
  content: "\eaa0";
}

.ich_group_work:before {
  content: "\eaa1";
}

.ich_h_sign:before {
  content: "\f0fd";
}

.ich_hacker_news:before {
  content: "\f1d4";
}

.ich_hammer:before {
  content: "\ecf0";
}

.ich_hammer2:before {
  content: "\ed02";
}

.ich_hand_down:before {
  content: "\f0a7";
}

.ich_hand_grab_o:before {
  content: "\f255";
}

.ich_hand_left:before {
  content: "\f0a5";
}

.ich_hand_lizard_o:before {
  content: "\f258";
}

.ich_hand_peace_o:before {
  content: "\f25b";
}

.ich_hand_pointer_o:before {
  content: "\f25a";
}

.ich_hand_right:before {
  content: "\f0a4";
}

.ich_hand_scissors_o:before {
  content: "\f257";
}

.ich_hand_spock_o:before {
  content: "\f259";
}

.ich_hand_stop_o:before {
  content: "\f256";
}

.ich_hand_up:before {
  content: "\f0a6";
}

.ich_handshake_o:before {
  content: "\f2b5";
}

.ich_hangouts:before {
  content: "\ed57";
}

.ich_hashtag:before {
  content: "\f292";
}

.ich_hd:before {
  content: "\eaa2";
}

.ich_hdd:before {
  content: "\f0a0";
}

.ich_hdr_off:before {
  content: "\eaa3";
}

.ich_hdr_on:before {
  content: "\eaa4";
}

.ich_hdr_strong:before {
  content: "\eaa5";
}

.ich_hdr_weak:before {
  content: "\eaa6";
}

.ich_header:before {
  content: "\f1dc";
}

.ich_headphones:before {
  content: "\ec8c";
}

.ich_headphones2:before {
  content: "\f025";
}

.ich_headphones3:before {
  content: "\ed9d";
}

.ich_headset:before {
  content: "\eaa7";
}

.ich_headset_mic:before {
  content: "\eaa8";
}

.ich_healing:before {
  content: "\eaa9";
}

.ich_hearing:before {
  content: "\eaaa";
}

.ich_heart:before {
  content: "\ed2a";
}

.ich_heart2:before {
  content: "\f004";
}

.ich_heart3:before {
  content: "\edf4";
}

.ich_heart4:before {
  content: "\edf3";
}

.ich_heart_empty:before {
  content: "\f08a";
}

.ich_heartbeat:before {
  content: "\f21e";
}

.ich_help:before {
  content: "\e92c";
}

.ich_help_outline:before {
  content: "\eaac";
}

.ich_help_with_circle:before {
  content: "\e92b";
}

.ich_high_quality:before {
  content: "\eaad";
}

.ich_highlight:before {
  content: "\eaae";
}

.ich_highlight_off:before {
  content: "\eaaf";
}

.ich_history:before {
  content: "\f1da";
}

.ich_home:before {
  content: "\f015";
}

.ich_home2:before {
  content: "\ee1e";
}

.ich_home3:before {
  content: "\ec7e";
}

.ich_home4:before {
  content: "\eab1";
}

.ich_home5:before {
  content: "\ec7c";
}

.ich_home6:before {
  content: "\ec7d";
}

.ich_hospital:before {
  content: "\f0f8";
}

.ich_hot_tub:before {
  content: "\eab2";
}

.ich_hour_glass:before {
  content: "\e92d";
}

.ich_hourglass_2:before {
  content: "\f252";
}

.ich_hourglass_3:before {
  content: "\f253";
}

.ich_hourglass_empty:before {
  content: "\eab4";
}

.ich_hourglass_end:before {
  content: "\f254";
}

.ich_hourglass_full:before {
  content: "\eab5";
}

.ich_hourglass_o:before {
  content: "\f250";
}

.ich_hourglass_start:before {
  content: "\f251";
}

.ich_houzz:before {
  content: "\f27c";
}

.ich_html_five:before {
  content: "\ed88";
}

.ich_html_five_o:before {
  content: "\ed87";
}

.ich_http:before {
  content: "\eab6";
}

.ich_id_badge:before {
  content: "\f2c1";
}

.ich_id_card:before {
  content: "\f2c2";
}

.ich_id_card_o:before {
  content: "\f2c3";
}

.ich_ils:before {
  content: "\f20b";
}

.ich_image:before {
  content: "\ed9f";
}

.ich_image2:before {
  content: "\e92e";
}

.ich_image3:before {
  content: "\ec89";
}

.ich_image_aspect_ratio:before {
  content: "\eab9";
}

.ich_images:before {
  content: "\ec8a";
}

.ich_imdb:before {
  content: "\f2d8";
}

.ich_import_contacts:before {
  content: "\eaba";
}

.ich_import_export:before {
  content: "\eabb";
}

.ich_important_devices:before {
  content: "\eabc";
}

.ich_inbox:before {
  content: "\f01c";
}

.ich_inbox2:before {
  content: "\eabd";
}

.ich_indent_decrease:before {
  content: "\ed4f";
}

.ich_indent_increase:before {
  content: "\ed4e";
}

.ich_indent_left:before {
  content: "\f03b";
}

.ich_indent_right:before {
  content: "\f03c";
}

.ich_indeterminate_check_box:before {
  content: "\eabe";
}

.ich_industry:before {
  content: "\f275";
}

.ich_infinite:before {
  content: "\ed33";
}

.ich_info:before {
  content: "\e930";
}

.ich_info2:before {
  content: "\ed2f";
}

.ich_info3:before {
  content: "\eded";
}

.ich_info4:before {
  content: "\eabf";
}

.ich_info5:before {
  content: "\edec";
}

.ich_info_circle:before {
  content: "\e92f";
}

.ich_info_i:before {
  content: "\f129";
}

.ich_info_outline:before {
  content: "\eac0";
}

.ich_info_sign:before {
  content: "\f05a";
}

.ich_injection:before {
  content: "\edbf";
}

.ich_input:before {
  content: "\eac1";
}

.ich_inr:before {
  content: "\f156";
}

.ich_insert_comment:before {
  content: "\eac2";
}

.ich_insert_drive_file:before {
  content: "\eac3";
}

.ich_insert_invitation:before {
  content: "\ea37";
}

.ich_instagram:before {
  content: "\ed5a";
}

.ich_instagram2:before {
  content: "\f16d";
}

.ich_internet_explorer:before {
  content: "\f26b";
}

.ich_invert_colors:before {
  content: "\eac6";
}

.ich_invert_colors_off:before {
  content: "\eac7";
}

.ich_ioxhost:before {
  content: "\f208";
}

.ich_iso:before {
  content: "\eac8";
}

.ich_italic:before {
  content: "\f033";
}

.ich_joomla:before {
  content: "\ed68";
}

.ich_jpy:before {
  content: "\f157";
}

.ich_jsfiddle:before {
  content: "\f1cc";
}

.ich_justice:before {
  content: "\eddf";
}

.ich_key:before {
  content: "\f084";
}

.ich_key2:before {
  content: "\edb2";
}

.ich_keyboard:before {
  content: "\eac9";
}

.ich_keyboard2:before {
  content: "\f11c";
}

.ich_keyboard_arrow_down:before {
  content: "\eaca";
}

.ich_keyboard_arrow_left:before {
  content: "\eacb";
}

.ich_keyboard_arrow_right:before {
  content: "\eacc";
}

.ich_keyboard_arrow_up:before {
  content: "\eacd";
}

.ich_keyboard_backspace:before {
  content: "\eace";
}

.ich_keyboard_capslock:before {
  content: "\eacf";
}

.ich_keyboard_hide:before {
  content: "\ead0";
}

.ich_keyboard_return:before {
  content: "\ead1";
}

.ich_keyboard_tab:before {
  content: "\ead2";
}

.ich_keyboard_voice:before {
  content: "\ead3";
}

.ich_kitchen:before {
  content: "\ead4";
}

.ich_krw:before {
  content: "\f159";
}

.ich_lab:before {
  content: "\ed04";
}

.ich_label:before {
  content: "\ead5";
}

.ich_label_outline:before {
  content: "\ead6";
}

.ich_lamp:before {
  content: "\edba";
}

.ich_lamp2:before {
  content: "\edc0";
}

.ich_language:before {
  content: "\ead7";
}

.ich_language2:before {
  content: "\f1ab";
}

.ich_language_interpreting:before {
  content: "\f2a3";
}

.ich_laptop:before {
  content: "\ecbf";
}

.ich_laptop2:before {
  content: "\f109";
}

.ich_laptop3:before {
  content: "\e9f0";
}

.ich_laptop_chromebook:before {
  content: "\ead8";
}

.ich_laptop_mac:before {
  content: "\ead9";
}

.ich_laptop_windows:before {
  content: "\eada";
}

.ich_last_page:before {
  content: "\eadb";
}

.ich_lastfm:before {
  content: "\ed79";
}

.ich_lastfm2:before {
  content: "\f202";
}

.ich_lastfm_alt:before {
  content: "\f203";
}

.ich_layers:before {
  content: "\eadd";
}

.ich_layers_clear:before {
  content: "\eade";
}

.ich_leaf:before {
  content: "\ecfe";
}

.ich_leaf2:before {
  content: "\f06c";
}

.ich_leak_add:before {
  content: "\eadf";
}

.ich_leak_remove:before {
  content: "\eae0";
}

.ich_leanpub:before {
  content: "\f212";
}

.ich_left_quote:before {
  content: "\ee14";
}

.ich_left_quote_alt:before {
  content: "\ee16";
}

.ich_legal:before {
  content: "\f0e3";
}

.ich_lemon:before {
  content: "\f094";
}

.ich_lens:before {
  content: "\eae1";
}

.ich_level_down:before {
  content: "\f149";
}

.ich_level_up:before {
  content: "\f148";
}

.ich_library:before {
  content: "\ec9d";
}

.ich_library2:before {
  content: "\eddd";
}

.ich_library_books:before {
  content: "\eae2";
}

.ich_library_music:before {
  content: "\eae3";
}

.ich_libreoffice:before {
  content: "\ed86";
}

.ich_life_saver:before {
  content: "\f1cd";
}

.ich_lifebuoy:before {
  content: "\ecb3";
}

.ich_light_bulb:before {
  content: "\f0eb";
}

.ich_lightbulb_outline:before {
  content: "\eae4";
}

.ich_line_chart:before {
  content: "\f201";
}

.ich_line_style:before {
  content: "\eae5";
}

.ich_line_weight:before {
  content: "\eae6";
}

.ich_linear_scale:before {
  content: "\eae7";
}

.ich_link:before {
  content: "\eac5";
}

.ich_link2:before {
  content: "\ed25";
}

.ich_link3:before {
  content: "\f0c1";
}

.ich_link_square:before {
  content: "\f14c";
}

.ich_linked_camera:before {
  content: "\eae8";
}

.ich_linkedin:before {
  content: "\ed78";
}

.ich_linkedin_sign:before {
  content: "\f08c";
}

.ich_linode:before {
  content: "\f2b8";
}

.ich_linux:before {
  content: "\f17c";
}

.ich_list:before {
  content: "\f03a";
}

.ich_list2:before {
  content: "\edc8";
}

.ich_list3:before {
  content: "\ed14";
}

.ich_list4:before {
  content: "\eae9";
}

.ich_list5:before {
  content: "\ed15";
}

.ich_list_alt:before {
  content: "\f022";
}

.ich_list_numbered:before {
  content: "\ed13";
}

.ich_live_help:before {
  content: "\eaea";
}

.ich_live_tv:before {
  content: "\eaeb";
}

.ich_local_airport:before {
  content: "\eaed";
}

.ich_local_atm:before {
  content: "\eaee";
}

.ich_local_bar:before {
  content: "\eaef";
}

.ich_local_cafe:before {
  content: "\eaf0";
}

.ich_local_car_wash:before {
  content: "\eaf1";
}

.ich_local_convenience_store:before {
  content: "\eaf2";
}

.ich_local_drink:before {
  content: "\eaf4";
}

.ich_local_florist:before {
  content: "\eaf5";
}

.ich_local_gas_station:before {
  content: "\eaf6";
}

.ich_local_hospital:before {
  content: "\eaf8";
}

.ich_local_hotel:before {
  content: "\eab3";
}

.ich_local_laundry_service:before {
  content: "\eaf9";
}

.ich_local_library:before {
  content: "\eafa";
}

.ich_local_mall:before {
  content: "\eafb";
}

.ich_local_offer:before {
  content: "\eafd";
}

.ich_local_parking:before {
  content: "\eafe";
}

.ich_local_pharmacy:before {
  content: "\eaff";
}

.ich_local_pizza:before {
  content: "\eb00";
}

.ich_local_play:before {
  content: "\eaec";
}

.ich_local_shipping:before {
  content: "\eb02";
}

.ich_local_taxi:before {
  content: "\eb03";
}

.ich_location:before {
  content: "\ecb5";
}

.ich_location2:before {
  content: "\e932";
}

.ich_location3:before {
  content: "\ecb6";
}

.ich_location_arrow:before {
  content: "\f124";
}

.ich_location_city:before {
  content: "\eb04";
}

.ich_location_disabled:before {
  content: "\ea98";
}

.ich_location_off:before {
  content: "\eb05";
}

.ich_location_searching:before {
  content: "\ea97";
}

.ich_lock:before {
  content: "\eab7";
}

.ich_lock2:before {
  content: "\f023";
}

.ich_lock3:before {
  content: "\ecec";
}

.ich_lock_open:before {
  content: "\eb07";
}

.ich_lock_outline:before {
  content: "\eb08";
}

.ich_long_arrow_down:before {
  content: "\f175";
}

.ich_long_arrow_left:before {
  content: "\f177";
}

.ich_long_arrow_right:before {
  content: "\f178";
}

.ich_long_arrow_up:before {
  content: "\f176";
}

.ich_looks:before {
  content: "\eb09";
}

.ich_loop:before {
  content: "\ed32";
}

.ich_loupe:before {
  content: "\eb11";
}

.ich_low_priority:before {
  content: "\eb12";
}

.ich_low_vision:before {
  content: "\f2a8";
}

.ich_loyalty:before {
  content: "\eb13";
}

.ich_magic:before {
  content: "\f0d0";
}

.ich_magic_wand:before {
  content: "\ecf1";
}

.ich_magnet:before {
  content: "\ed05";
}

.ich_magnet2:before {
  content: "\f076";
}

.ich_magnifier:before {
  content: "\edb5";
}

.ich_mail:before {
  content: "\ee08";
}

.ich_mail_outline:before {
  content: "\eb14";
}

.ich_male:before {
  content: "\f183";
}

.ich_man_woman:before {
  content: "\ed2c";
}

.ich_map:before {
  content: "\ecb9";
}

.ich_map2:before {
  content: "\eb15";
}

.ich_map_alt:before {
  content: "\f279";
}

.ich_map_marker:before {
  content: "\f041";
}

.ich_map_o:before {
  content: "\f278";
}

.ich_map_pin:before {
  content: "\f276";
}

.ich_map_pin_fill:before {
  content: "\ee21";
}

.ich_map_pin_stroke:before {
  content: "\ee20";
}

.ich_map_signs:before {
  content: "\f277";
}

.ich_markunread:before {
  content: "\ea30";
}

.ich_markunread_mailbox:before {
  content: "\eb16";
}

.ich_mars:before {
  content: "\f222";
}

.ich_mars_double:before {
  content: "\f227";
}

.ich_mars_stroke:before {
  content: "\f229";
}

.ich_mars_stroke_h:before {
  content: "\f22b";
}

.ich_mars_stroke_v:before {
  content: "\f22a";
}

.ich_maxcdn:before {
  content: "\f136";
}

.ich_meanpath:before {
  content: "\f20c";
}

.ich_medal:before {
  content: "\edb0";
}

.ich_medal2:before {
  content: "\e934";
}

.ich_medal3:before {
  content: "\edaf";
}

.ich_medium:before {
  content: "\f23a";
}

.ich_medkit:before {
  content: "\f0fa";
}

.ich_meetup:before {
  content: "\f2e0";
}

.ich_meh:before {
  content: "\f11a";
}

.ich_memory:before {
  content: "\eb17";
}

.ich_menu:before {
  content: "\ed17";
}

.ich_menu2:before {
  content: "\eb18";
}

.ich_menu3:before {
  content: "\f0c9";
}

.ich_menu_down:before {
  content: "\ed19";
}

.ich_mercury:before {
  content: "\f223";
}

.ich_merge_type:before {
  content: "\e9bd";
}

.ich_message:before {
  content: "\eb19";
}

.ich_meter:before {
  content: "\ed00";
}

.ich_meter2:before {
  content: "\ed01";
}

.ich_mic:before {
  content: "\ec9a";
}

.ich_mic2:before {
  content: "\eb1a";
}

.ich_mic_none:before {
  content: "\eb1b";
}

.ich_mic_off:before {
  content: "\eb1c";
}

.ich_microchip:before {
  content: "\f2db";
}

.ich_microphone:before {
  content: "\f130";
}

.ich_microphone2:before {
  content: "\ee13";
}

.ich_microphone_off:before {
  content: "\f131";
}

.ich_minus:before {
  content: "\f068";
}

.ich_minus_sign:before {
  content: "\f056";
}

.ich_minus_sign_alt:before {
  content: "\f146";
}

.ich_mixcloud:before {
  content: "\f289";
}

.ich_mms:before {
  content: "\eb1d";
}

.ich_mobile:before {
  content: "\ecc0";
}

.ich_mobile2:before {
  content: "\ecc1";
}

.ich_mobile_phone:before {
  content: "\f10b";
}

.ich_mode_comment:before {
  content: "\eb1e";
}

.ich_mode_edit:before {
  content: "\e9fa";
}

.ich_modx:before {
  content: "\f285";
}

.ich_monetization_on:before {
  content: "\eb1f";
}

.ich_money:before {
  content: "\f0d6";
}

.ich_money_off:before {
  content: "\eb20";
}

.ich_moneybag:before {
  content: "\edc7";
}

.ich_monochrome_photos:before {
  content: "\eb21";
}

.ich_mood_bad:before {
  content: "\eb22";
}

.ich_moon:before {
  content: "\f186";
}

.ich_more:before {
  content: "\eb23";
}

.ich_more_horiz:before {
  content: "\eb24";
}

.ich_more_vert:before {
  content: "\eb25";
}

.ich_motorcycle:before {
  content: "\eb26";
}

.ich_motorcycle2:before {
  content: "\f21c";
}

.ich_mouse:before {
  content: "\eb27";
}

.ich_mouse_pointer:before {
  content: "\f245";
}

.ich_move:before {
  content: "\f047";
}

.ich_move_down:before {
  content: "\ed3e";
}

.ich_move_to_inbox:before {
  content: "\eb28";
}

.ich_move_up:before {
  content: "\ed3d";
}

.ich_movie:before {
  content: "\ee0b";
}

.ich_movie_creation:before {
  content: "\eb29";
}

.ich_movie_filter:before {
  content: "\eb2a";
}

.ich_movie_o:before {
  content: "\f1c8";
}

.ich_mug:before {
  content: "\ecfc";
}

.ich_multiline_chart:before {
  content: "\eb2b";
}

.ich_music:before {
  content: "\edeb";
}

.ich_music2:before {
  content: "\ec8d";
}

.ich_music3:before {
  content: "\f001";
}

.ich_music_note:before {
  content: "\eb2c";
}

.ich_music_video:before {
  content: "\eb2d";
}

.ich_my_location:before {
  content: "\ea96";
}

.ich_nature:before {
  content: "\eb2e";
}

.ich_nature_people:before {
  content: "\eb2f";
}

.ich_navigate_before:before {
  content: "\e9da";
}

.ich_navigate_next:before {
  content: "\e9db";
}

.ich_navigation:before {
  content: "\eb30";
}

.ich_near_me:before {
  content: "\eb31";
}

.ich_network_cell:before {
  content: "\eb32";
}

.ich_network_check:before {
  content: "\eb33";
}

.ich_network_locked:before {
  content: "\eb34";
}

.ich_network_wifi:before {
  content: "\eb35";
}

.ich_neuter:before {
  content: "\f22c";
}

.ich_new_releases:before {
  content: "\eb36";
}

.ich_new_tab:before {
  content: "\ed51";
}

.ich_newspaper:before {
  content: "\ec80";
}

.ich_newspaper_o:before {
  content: "\f1ea";
}

.ich_next_week:before {
  content: "\eb37";
}

.ich_nfc:before {
  content: "\eb38";
}

.ich_no_encryption:before {
  content: "\eb39";
}

.ich_not_interested:before {
  content: "\ea21";
}

.ich_notch:before {
  content: "\f1ce";
}

.ich_note:before {
  content: "\eb3b";
}

.ich_note_add:before {
  content: "\eb3c";
}

.ich_notification:before {
  content: "\ed2e";
}

.ich_notifications:before {
  content: "\eb3d";
}

.ich_notifications_active:before {
  content: "\eb3e";
}

.ich_notifications_none:before {
  content: "\eb3f";
}

.ich_notifications_off:before {
  content: "\eb40";
}

.ich_notifications_paused:before {
  content: "\eb41";
}

.ich_object_group:before {
  content: "\f247";
}

.ich_object_ungroup:before {
  content: "\f248";
}

.ich_odnoklassniki:before {
  content: "\f263";
}

.ich_odnoklassniki_square:before {
  content: "\f264";
}

.ich_off:before {
  content: "\f011";
}

.ich_office:before {
  content: "\ec7f";
}

.ich_offline_pin:before {
  content: "\eb42";
}

.ich_ok:before {
  content: "\f00c";
}

.ich_ok_circle:before {
  content: "\f05d";
}

.ich_ok_sign:before {
  content: "\f058";
}

.ich_ol:before {
  content: "\f0cb";
}

.ich_ondemand_video:before {
  content: "\eb43";
}

.ich_onedrive:before {
  content: "\ed63";
}

.ich_opacity:before {
  content: "\eb44";
}

.ich_open:before {
  content: "\eda0";
}

.ich_open_in_browser:before {
  content: "\eb45";
}

.ich_open_in_new:before {
  content: "\eadc";
}

.ich_open_with:before {
  content: "\eb46";
}

.ich_opencart:before {
  content: "\f23d";
}

.ich_opera:before {
  content: "\ed81";
}

.ich_opt:before {
  content: "\ed47";
}

.ich_optin_monster:before {
  content: "\f23c";
}

.ich_oven:before {
  content: "\edab";
}

.ich_pacman:before {
  content: "\ec92";
}

.ich_pagelines:before {
  content: "\f18c";
}

.ich_pages:before {
  content: "\eb47";
}

.ich_pageview:before {
  content: "\eb48";
}

.ich_paint_brush:before {
  content: "\f1fc";
}

.ich_paint_format:before {
  content: "\ec88";
}

.ich_palette:before {
  content: "\e9eb";
}

.ich_pan_tool:before {
  content: "\eb49";
}

.ich_panorama:before {
  content: "\eb4a";
}

.ich_panorama_horizontal:before {
  content: "\eb4c";
}

.ich_panorama_vertical:before {
  content: "\eb4d";
}

.ich_panorama_wide_angle:before {
  content: "\eb4e";
}

.ich_paper_clip:before {
  content: "\f0c6";
}

.ich_paper_plane:before {
  content: "\f1d8";
}

.ich_paper_plane_o:before {
  content: "\f1d9";
}

.ich_paragraph:before {
  content: "\f1dd";
}

.ich_paragraph_center:before {
  content: "\ed4b";
}

.ich_paragraph_justify:before {
  content: "\ed4d";
}

.ich_paragraph_left:before {
  content: "\ed4a";
}

.ich_paragraph_right:before {
  content: "\ed4c";
}

.ich_party_mode:before {
  content: "\eb4f";
}

.ich_paste:before {
  content: "\f0ea";
}

.ich_paste2:before {
  content: "\eca5";
}

.ich_patch:before {
  content: "\edbd";
}

.ich_pause:before {
  content: "\f04c";
}

.ich_pause2:before {
  content: "\eb50";
}

.ich_pause_circle:before {
  content: "\f28b";
}

.ich_pause_circle_filled:before {
  content: "\eb51";
}

.ich_pause_circle_o:before {
  content: "\f28c";
}

.ich_pause_circle_outline:before {
  content: "\eb52";
}

.ich_paw:before {
  content: "\f1b0";
}

.ich_payment:before {
  content: "\e9fc";
}

.ich_paypal:before {
  content: "\f1ed";
}

.ich_pdf_o:before {
  content: "\f1c1";
}

.ich_pen:before {
  content: "\ec84";
}

.ich_pen2:before {
  content: "\eddb";
}

.ich_pen3:before {
  content: "\ede2";
}

.ich_pencil:before {
  content: "\ec82";
}

.ich_pencil2:before {
  content: "\ede1";
}

.ich_pencil3:before {
  content: "\ec81";
}

.ich_pencil4:before {
  content: "\f040";
}

.ich_people:before {
  content: "\ea9f";
}

.ich_people_outline:before {
  content: "\eb53";
}

.ich_percent:before {
  content: "\f295";
}

.ich_perm_camera_mic:before {
  content: "\eb54";
}

.ich_perm_contact_calendar:before {
  content: "\eb55";
}

.ich_perm_data_setting:before {
  content: "\eb56";
}

.ich_perm_device_information:before {
  content: "\eb57";
}

.ich_perm_media:before {
  content: "\eb59";
}

.ich_perm_phone_msg:before {
  content: "\eb5a";
}

.ich_perm_scan_wifi:before {
  content: "\eb5b";
}

.ich_person:before {
  content: "\eb5c";
}

.ich_person_add:before {
  content: "\eb5d";
}

.ich_person_outline:before {
  content: "\eb58";
}

.ich_person_pin:before {
  content: "\eb5e";
}

.ich_person_pin_circle:before {
  content: "\eb5f";
}

.ich_personal_video:before {
  content: "\eb60";
}

.ich_pets:before {
  content: "\eb61";
}

.ich_phone:before {
  content: "\e9ba";
}

.ich_phone2:before {
  content: "\f095";
}

.ich_phone_android:before {
  content: "\eb62";
}

.ich_phone_bluetooth_speaker:before {
  content: "\eb63";
}

.ich_phone_forwarded:before {
  content: "\eb64";
}

.ich_phone_in_talk:before {
  content: "\eb65";
}

.ich_phone_iphone:before {
  content: "\eb66";
}

.ich_phone_locked:before {
  content: "\eb67";
}

.ich_phone_missed:before {
  content: "\eb68";
}

.ich_phone_paused:before {
  content: "\eb69";
}

.ich_phone_sign:before {
  content: "\f098";
}

.ich_phonelink:before {
  content: "\ea12";
}

.ich_phonelink_erase:before {
  content: "\eb6a";
}

.ich_phonelink_lock:before {
  content: "\eb6b";
}

.ich_phonelink_off:before {
  content: "\eb6c";
}

.ich_phonelink_ring:before {
  content: "\eb6d";
}

.ich_phonelink_setup:before {
  content: "\eb6e";
}

.ich_photo:before {
  content: "\eab8";
}

.ich_photo_album:before {
  content: "\eb6f";
}

.ich_photo_camera:before {
  content: "\e9c4";
}

.ich_photo_filter:before {
  content: "\eb70";
}

.ich_photo_library:before {
  content: "\e9e9";
}

.ich_photo_size_select_actual:before {
  content: "\eb71";
}

.ich_photo_size_select_large:before {
  content: "\eb72";
}

.ich_photo_size_select_small:before {
  content: "\eb73";
}

.ich_picture:before {
  content: "\f03e";
}

.ich_picture2:before {
  content: "\ed98";
}

.ich_picture_as_pdf:before {
  content: "\eb74";
}

.ich_picture_in_picture:before {
  content: "\eb75";
}

.ich_picture_in_picture_alt:before {
  content: "\eb76";
}

.ich_picture_o:before {
  content: "\f1c5";
}

.ich_pictures:before {
  content: "\ed99";
}

.ich_pictures2:before {
  content: "\ed9a";
}

.ich_pie_chart:before {
  content: "\eb77";
}

.ich_pie_chart2:before {
  content: "\ecf4";
}

.ich_pie_chart3:before {
  content: "\f200";
}

.ich_pie_chart_outlined:before {
  content: "\eb78";
}

.ich_pied_piper:before {
  content: "\f1a8";
}

.ich_pig:before {
  content: "\ede8";
}

.ich_pil:before {
  content: "\edbe";
}

.ich_pilcrow:before {
  content: "\ed49";
}

.ich_pin:before {
  content: "\ee10";
}

.ich_pin_drop:before {
  content: "\eb79";
}

.ich_pinterest:before {
  content: "\f0d2";
}

.ich_pinterest_p:before {
  content: "\f231";
}

.ich_pinterest_sign:before {
  content: "\f0d3";
}

.ich_piper_pp:before {
  content: "\f1a7";
}

.ich_plane:before {
  content: "\f072";
}

.ich_play:before {
  content: "\ec8e";
}

.ich_play2:before {
  content: "\f04b";
}

.ich_play3:before {
  content: "\f152";
}

.ich_play_arrow:before {
  content: "\eb7a";
}

.ich_play_box:before {
  content: "\f191";
}

.ich_play_circle:before {
  content: "\f01d";
}

.ich_play_circle_filled:before {
  content: "\eb7b";
}

.ich_play_circle_outline:before {
  content: "\eb7c";
}

.ich_play_for_work:before {
  content: "\eb7d";
}

.ich_play_sign:before {
  content: "\f144";
}

.ich_playlist_add:before {
  content: "\eb7e";
}

.ich_playlist_add_check:before {
  content: "\eb7f";
}

.ich_playlist_play:before {
  content: "\eb80";
}

.ich_plug:before {
  content: "\f1e6";
}

.ich_plus:before {
  content: "\f067";
}

.ich_plus_alt:before {
  content: "\f0fe";
}

.ich_plus_one:before {
  content: "\eb81";
}

.ich_plus_sign:before {
  content: "\f055";
}

.ich_plus_square_o:before {
  content: "\f196";
}

.ich_podcast:before {
  content: "\f2ce";
}

.ich_podcast2:before {
  content: "\ec98";
}

.ich_poll:before {
  content: "\e978";
}

.ich_polymer:before {
  content: "\eb82";
}

.ich_pool:before {
  content: "\eb83";
}

.ich_portable_wifi_off:before {
  content: "\eb84";
}

.ich_portrait:before {
  content: "\eb85";
}

.ich_power:before {
  content: "\ed0f";
}

.ich_power2:before {
  content: "\eb86";
}

.ich_power_cord:before {
  content: "\ed11";
}

.ich_power_input:before {
  content: "\eb87";
}

.ich_power_settings_new:before {
  content: "\eb88";
}

.ich_powerpoint:before {
  content: "\f1c4";
}

.ich_pregnant_woman:before {
  content: "\eb89";
}

.ich_present_to_all:before {
  content: "\eb8a";
}

.ich_price_tag:before {
  content: "\ecad";
}

.ich_price_tag3:before {
  content: "\e935";
}

.ich_price_tags:before {
  content: "\ecae";
}

.ich_print:before {
  content: "\eb01";
}

.ich_print2:before {
  content: "\f02f";
}

.ich_print3:before {
  content: "\e936";
}

.ich_printer:before {
  content: "\ecbd";
}

.ich_priority_high:before {
  content: "\eb8b";
}

.ich_product_hunt:before {
  content: "\f288";
}

.ich_profile:before {
  content: "\ede5";
}

.ich_profile2:before {
  content: "\ede6";
}

.ich_profile3:before {
  content: "\ede4";
}

.ich_public:before {
  content: "\eb8c";
}

.ich_publish:before {
  content: "\eb8d";
}

.ich_pushpin:before {
  content: "\f08d";
}

.ich_puzzle_piece:before {
  content: "\f12e";
}

.ich_qq:before {
  content: "\f1d6";
}

.ich_qrcode:before {
  content: "\f029";
}

.ich_qrcode2:before {
  content: "\ecb0";
}

.ich_question:before {
  content: "\f128";
}

.ich_question_answer:before {
  content: "\ea86";
}

.ich_question_circle_o:before {
  content: "\f29c";
}

.ich_question_sign:before {
  content: "\f059";
}

.ich_queue:before {
  content: "\e957";
}

.ich_queue_music:before {
  content: "\eb8e";
}

.ich_queue_play_next:before {
  content: "\eb8f";
}

.ich_quill:before {
  content: "\ec83";
}

.ich_quora:before {
  content: "\f2c4";
}

.ich_quote_left:before {
  content: "\f10d";
}

.ich_quote_right:before {
  content: "\f10e";
}

.ich_quotes_left:before {
  content: "\ecdb";
}

.ich_quotes_right:before {
  content: "\ecdc";
}

.ich_ra:before {
  content: "\f1d0";
}

.ich_radio:before {
  content: "\edad";
}

.ich_radio2:before {
  content: "\eb90";
}

.ich_radio_button_checked:before {
  content: "\eb91";
}

.ich_radio_button_unchecked:before {
  content: "\eb4b";
}

.ich_random:before {
  content: "\f074";
}

.ich_rate_review:before {
  content: "\eb92";
}

.ich_ravelry:before {
  content: "\f2d9";
}

.ich_receipt:before {
  content: "\eb93";
}

.ich_recent_actors:before {
  content: "\eb94";
}

.ich_record_voice_over:before {
  content: "\eb95";
}

.ich_recycle:before {
  content: "\f1b8";
}

.ich_reddit:before {
  content: "\ed76";
}

.ich_reddit_alien:before {
  content: "\f281";
}

.ich_reddit_alt:before {
  content: "\f1a1";
}

.ich_reddit_square:before {
  content: "\f1a2";
}

.ich_redeem:before {
  content: "\e9ca";
}

.ich_redo:before {
  content: "\eb96";
}

.ich_redo2:before {
  content: "\ecd0";
}

.ich_redo3:before {
  content: "\ecce";
}

.ich_refresh:before {
  content: "\eb97";
}

.ich_refresh2:before {
  content: "\f021";
}

.ich_refrigerator:before {
  content: "\edaa";
}

.ich_registered:before {
  content: "\f25d";
}

.ich_remove:before {
  content: "\eb98";
}

.ich_remove2:before {
  content: "\f00d";
}

.ich_remove_circle:before {
  content: "\f05c";
}

.ich_remove_circle2:before {
  content: "\ea24";
}

.ich_remove_circle_outline:before {
  content: "\eb99";
}

.ich_remove_from_queue:before {
  content: "\eb9a";
}

.ich_remove_shopping_cart:before {
  content: "\eb9c";
}

.ich_remove_sign:before {
  content: "\f057";
}

.ich_renren:before {
  content: "\f18b";
}

.ich_reorder2:before {
  content: "\eb9d";
}

.ich_repeat:before {
  content: "\f01e";
}

.ich_repeat2:before {
  content: "\eb9e";
}

.ich_repeat_one:before {
  content: "\eb9f";
}

.ich_replay:before {
  content: "\eba0";
}

.ich_replay_30:before {
  content: "\eba2";
}

.ich_reply:before {
  content: "\f112";
}

.ich_reply2:before {
  content: "\eba4";
}

.ich_reply3:before {
  content: "\ecd2";
}

.ich_reply_all:before {
  content: "\f122";
}

.ich_reply_all2:before {
  content: "\eba5";
}

.ich_report:before {
  content: "\eba6";
}

.ich_resize_full:before {
  content: "\f065";
}

.ich_resize_horizontal:before {
  content: "\f07e";
}

.ich_resize_small:before {
  content: "\f066";
}

.ich_resize_vertical:before {
  content: "\f07d";
}

.ich_restaurant:before {
  content: "\eba8";
}

.ich_restaurant_menu:before {
  content: "\eaf3";
}

.ich_restore:before {
  content: "\eab0";
}

.ich_restore_page:before {
  content: "\eba9";
}

.ich_retweet:before {
  content: "\f079";
}

.ich_right_quote:before {
  content: "\ee15";
}

.ich_right_quote_alt:before {
  content: "\ee17";
}

.ich_ring_volume:before {
  content: "\ebaa";
}

.ich_road:before {
  content: "\f018";
}

.ich_road2:before {
  content: "\ed0b";
}

.ich_rocket:before {
  content: "\f135";
}

.ich_rocket2:before {
  content: "\edef";
}

.ich_rocket3:before {
  content: "\ecff";
}

.ich_room:before {
  content: "\eb06";
}

.ich_room_service:before {
  content: "\ebab";
}

.ich_rotate_90_degrees_ccw:before {
  content: "\ebac";
}

.ich_rotate_left:before {
  content: "\ebad";
}

.ich_rotate_right:before {
  content: "\ebae";
}

.ich_rounded_corner:before {
  content: "\ebaf";
}

.ich_router:before {
  content: "\ebb0";
}

.ich_rowing:before {
  content: "\ebb1";
}

.ich_rss:before {
  content: "\f09e";
}

.ich_rss_alt:before {
  content: "\f143";
}

.ich_rss_feed:before {
  content: "\ebb2";
}

.ich_rub:before {
  content: "\f158";
}

.ich_rv_hookup:before {
  content: "\ebb3";
}

.ich_safari:before {
  content: "\ed80";
}

.ich_safe:before {
  content: "\ede9";
}

.ich_sale:before {
  content: "\eda1";
}

.ich_satellite:before {
  content: "\ebb4";
}

.ich_satellite2:before {
  content: "\edae";
}

.ich_save:before {
  content: "\ebb5";
}

.ich_save_o:before {
  content: "\f0c7";
}

.ich_scanner:before {
  content: "\ebb6";
}

.ich_schedule:before {
  content: "\e946";
}

.ich_school:before {
  content: "\ebb7";
}

.ich_scissors:before {
  content: "\ede3";
}

.ich_screen_lock_landscape:before {
  content: "\ebb8";
}

.ich_screen_lock_portrait:before {
  content: "\ebb9";
}

.ich_screen_lock_rotation:before {
  content: "\ebba";
}

.ich_screen_rotation:before {
  content: "\ebbb";
}

.ich_screen_share:before {
  content: "\ebbc";
}

.ich_screenshot:before {
  content: "\f05b";
}

.ich_scribd:before {
  content: "\f28a";
}

.ich_sd_storage:before {
  content: "\ebbd";
}

.ich_search:before {
  content: "\ece5";
}

.ich_search2:before {
  content: "\ebbe";
}

.ich_search3:before {
  content: "\f002";
}

.ich_secret:before {
  content: "\f21b";
}

.ich_security:before {
  content: "\ebbf";
}

.ich_select_all:before {
  content: "\ebc0";
}

.ich_sellsy:before {
  content: "\f213";
}

.ich_send:before {
  content: "\ebc1";
}

.ich_sentiment_dissatisfied:before {
  content: "\ebc2";
}

.ich_sentiment_neutral:before {
  content: "\ebc3";
}

.ich_sentiment_satisfied:before {
  content: "\ebc4";
}

.ich_sentiment_very_dissatisfied:before {
  content: "\ebc5";
}

.ich_sentiment_very_satisfied:before {
  content: "\ebc6";
}

.ich_server:before {
  content: "\f233";
}

.ich_settings:before {
  content: "\ebc7";
}

.ich_settings_applications:before {
  content: "\ebc8";
}

.ich_settings_backup_restore:before {
  content: "\ebc9";
}

.ich_settings_bluetooth:before {
  content: "\ebca";
}

.ich_settings_brightness:before {
  content: "\ebcb";
}

.ich_settings_cell:before {
  content: "\ebcc";
}

.ich_settings_ethernet:before {
  content: "\ebcd";
}

.ich_settings_input_antenna:before {
  content: "\ebce";
}

.ich_settings_input_composite:before {
  content: "\ebcf";
}

.ich_settings_input_hdmi:before {
  content: "\ebd0";
}

.ich_settings_input_svideo:before {
  content: "\ebd1";
}

.ich_settings_overscan:before {
  content: "\ebd2";
}

.ich_settings_phone:before {
  content: "\ebd3";
}

.ich_settings_power:before {
  content: "\ebd4";
}

.ich_settings_remote:before {
  content: "\ebd5";
}

.ich_settings_system_daydream:before {
  content: "\ebd6";
}

.ich_settings_voice:before {
  content: "\ebd7";
}

.ich_share:before {
  content: "\e937";
}

.ich_share2:before {
  content: "\f045";
}

.ich_share3:before {
  content: "\ee07";
}

.ich_share5:before {
  content: "\ed50";
}

.ich_share6:before {
  content: "\ed54";
}

.ich_share7:before {
  content: "\ebd8";
}

.ich_share_alt:before {
  content: "\f064";
}

.ich_share_alt2:before {
  content: "\f1e0";
}

.ich_share_box:before {
  content: "\f1e1";
}

.ich_share_sign:before {
  content: "\f14d";
}

.ich_shareable:before {
  content: "\e938";
}

.ich_shield:before {
  content: "\ed0e";
}

.ich_shield2:before {
  content: "\f132";
}

.ich_shift:before {
  content: "\ed46";
}

.ich_ship:before {
  content: "\f21a";
}

.ich_shirtsinbulk:before {
  content: "\f214";
}

.ich_shop:before {
  content: "\ebd9";
}

.ich_shop_two:before {
  content: "\ebda";
}

.ich_shopping_bag:before {
  content: "\f290";
}

.ich_shopping_basket:before {
  content: "\ebdb";
}

.ich_shopping_basket2:before {
  content: "\ed8e";
}

.ich_shopping_cart:before {
  content: "\eaf7";
}

.ich_shopping_cart2:before {
  content: "\f07a";
}

.ich_short_text:before {
  content: "\ebdc";
}

.ich_show_chart:before {
  content: "\ebdd";
}

.ich_shower:before {
  content: "\f2cc";
}

.ich_shrink:before {
  content: "\ece9";
}

.ich_shrink2:before {
  content: "\eceb";
}

.ich_shuffle:before {
  content: "\ed34";
}

.ich_shuffle2:before {
  content: "\ebde";
}

.ich_sign_blank:before {
  content: "\f0c8";
}

.ich_sign_language:before {
  content: "\f2a7";
}

.ich_signal:before {
  content: "\f012";
}

.ich_signal_cellular_4_bar:before {
  content: "\ebdf";
}

.ich_signal_cellular_connected_no_internet_4_bar:before {
  content: "\ebe0";
}

.ich_signal_cellular_no_sim:before {
  content: "\eb3a";
}

.ich_signal_cellular_null:before {
  content: "\ebe1";
}

.ich_signal_cellular_off:before {
  content: "\ebe2";
}

.ich_signal_wifi_4_bar:before {
  content: "\ebe3";
}

.ich_signal_wifi_4_bar_lock:before {
  content: "\ebe4";
}

.ich_signal_wifi_off:before {
  content: "\ebe5";
}

.ich_signin:before {
  content: "\f090";
}

.ich_signout:before {
  content: "\f08b";
}

.ich_sim_card:before {
  content: "\ebe6";
}

.ich_sim_card_alert:before {
  content: "\ebe7";
}

.ich_simplybuilt:before {
  content: "\f215";
}

.ich_sitemap:before {
  content: "\f0e8";
}

.ich_skeletor:before {
  content: "\edb9";
}

.ich_skip_next:before {
  content: "\ebe8";
}

.ich_skip_previous:before {
  content: "\ebe9";
}

.ich_skyatlas:before {
  content: "\f216";
}

.ich_skype:before {
  content: "\ed75";
}

.ich_skype2:before {
  content: "\f17e";
}

.ich_slack:before {
  content: "\f198";
}

.ich_sliders:before {
  content: "\f1de";
}

.ich_slideshare:before {
  content: "\f1e7";
}

.ich_slideshare2:before {
  content: "\e940";
}

.ich_slideshow:before {
  content: "\ebea";
}

.ich_slow_motion_video:before {
  content: "\ebeb";
}

.ich_smile:before {
  content: "\f118";
}

.ich_smoke_free:before {
  content: "\ebed";
}

.ich_smoking_rooms:before {
  content: "\ebee";
}

.ich_sms_failed:before {
  content: "\ea4a";
}

.ich_snapchat:before {
  content: "\f2ab";
}

.ich_snapchat_ghost:before {
  content: "\f2ac";
}

.ich_snapchat_square:before {
  content: "\f2ad";
}

.ich_snooze:before {
  content: "\ebf0";
}

.ich_snowflake_o:before {
  content: "\f2dc";
}

.ich_soccer:before {
  content: "\eda8";
}

.ich_sort:before {
  content: "\ebf1";
}

.ich_sort2:before {
  content: "\f0dc";
}

.ich_sort_alpha_asc:before {
  content: "\ed3f";
}

.ich_sort_alpha_desc:before {
  content: "\ed40";
}

.ich_sort_amount_asc:before {
  content: "\ed43";
}

.ich_sort_amount_desc:before {
  content: "\ed44";
}

.ich_sort_by_alpha:before {
  content: "\ebf2";
}

.ich_sort_by_alphabet:before {
  content: "\f15d";
}

.ich_sort_by_attributes:before {
  content: "\f160";
}

.ich_sort_by_attributes_alt:before {
  content: "\f161";
}

.ich_sort_by_order:before {
  content: "\f162";
}

.ich_sort_by_order_alt:before {
  content: "\f163";
}

.ich_sort_down:before {
  content: "\f0dd";
}

.ich_sort_numberic_desc:before {
  content: "\ed42";
}

.ich_sort_numeric_asc:before {
  content: "\ed41";
}

.ich_sort_up:before {
  content: "\f0de";
}

.ich_soundcloud:before {
  content: "\ed74";
}

.ich_soundcloud2:before {
  content: "\ed73";
}

.ich_soundcloud3:before {
  content: "\f1be";
}

.ich_spa:before {
  content: "\ebf3";
}

.ich_space_bar:before {
  content: "\ebf4";
}

.ich_space_shuttle:before {
  content: "\f197";
}

.ich_spades:before {
  content: "\ec93";
}

.ich_speaker:before {
  content: "\ebf5";
}

.ich_speaker_group:before {
  content: "\ebf6";
}

.ich_speaker_notes:before {
  content: "\ebf7";
}

.ich_speaker_notes_off:before {
  content: "\ebf8";
}

.ich_speaker_phone:before {
  content: "\ebf9";
}

.ich_spellcheck:before {
  content: "\ebfa";
}

.ich_sphere:before {
  content: "\ed23";
}

.ich_spinner:before {
  content: "\ecde";
}

.ich_spinner2:before {
  content: "\ece3";
}

.ich_spinner3:before {
  content: "\ece1";
}

.ich_spinner4:before {
  content: "\ece2";
}

.ich_spinner5:before {
  content: "\f110";
}

.ich_spinner6:before {
  content: "\ece4";
}

.ich_spinner7:before {
  content: "\ece0";
}

.ich_spinner8:before {
  content: "\ecdf";
}

.ich_spinner9:before {
  content: "\ecdd";
}

.ich_spoon:before {
  content: "\f1b1";
}

.ich_spoon_knife:before {
  content: "\ecfd";
}

.ich_spotify:before {
  content: "\f1bc";
}

.ich_stack:before {
  content: "\eca6";
}

.ich_stack_exchange:before {
  content: "\f18d";
}

.ich_stackexchange:before {
  content: "\f16c";
}

.ich_stackoverflow:before {
  content: "\ed7b";
}

.ich_star:before {
  content: "\f005";
}

.ich_star2:before {
  content: "\ee1f";
}

.ich_star3:before {
  content: "\e93b";
}

.ich_star4:before {
  content: "\ea99";
}

.ich_star_border:before {
  content: "\ebfb";
}

.ich_star_empty:before {
  content: "\f006";
}

.ich_star_half:before {
  content: "\f089";
}

.ich_star_half2:before {
  content: "\ebfc";
}

.ich_star_half_empty:before {
  content: "\f123";
}

.ich_star_outlined:before {
  content: "\e93a";
}

.ich_stars:before {
  content: "\ebfd";
}

.ich_stats_bars:before {
  content: "\ecf6";
}

.ich_stats_bars2:before {
  content: "\ecf7";
}

.ich_stats_dots:before {
  content: "\ecf5";
}

.ich_stay_primary_landscape:before {
  content: "\ebfe";
}

.ich_stay_primary_portrait:before {
  content: "\ebec";
}

.ich_steam:before {
  content: "\f1b6";
}

.ich_steam_square:before {
  content: "\f1b7";
}

.ich_steering_wheel:before {
  content: "\ee12";
}

.ich_step_backward:before {
  content: "\f048";
}

.ich_step_forward:before {
  content: "\f051";
}

.ich_stethoscope:before {
  content: "\f0f1";
}

.ich_sticky_note:before {
  content: "\f249";
}

.ich_sticky_note_o:before {
  content: "\f24a";
}

.ich_stop:before {
  content: "\f04d";
}

.ich_stop_circle:before {
  content: "\f28d";
}

.ich_stop_circle_o:before {
  content: "\f28e";
}

.ich_stop_screen_share:before {
  content: "\ec00";
}

.ich_storage:before {
  content: "\ec01";
}

.ich_store_mall_directory:before {
  content: "\ec02";
}

.ich_straighten:before {
  content: "\ec03";
}

.ich_street_view:before {
  content: "\f21d";
}

.ich_streetview:before {
  content: "\ec04";
}

.ich_strikethrough:before {
  content: "\f0cc";
}

.ich_strikethrough_s:before {
  content: "\ec05";
}

.ich_stumbleupon:before {
  content: "\ed7a";
}

.ich_stumbleupon_alt:before {
  content: "\f1a3";
}

.ich_style:before {
  content: "\ec06";
}

.ich_subdirectory_arrow_left:before {
  content: "\ec07";
}

.ich_subdirectory_arrow_right:before {
  content: "\ec08";
}

.ich_subject:before {
  content: "\ec09";
}

.ich_subscript:before {
  content: "\f12c";
}

.ich_subscriptions:before {
  content: "\ec0a";
}

.ich_subtitles:before {
  content: "\ec0b";
}

.ich_subway:before {
  content: "\ec0c";
}

.ich_subway2:before {
  content: "\f239";
}

.ich_suitcase:before {
  content: "\ed97";
}

.ich_suitcase2:before {
  content: "\ed96";
}

.ich_suitcase3:before {
  content: "\f0f2";
}

.ich_sun:before {
  content: "\f185";
}

.ich_superpowers:before {
  content: "\f2dd";
}

.ich_superscript:before {
  content: "\f12b";
}

.ich_supervisor_account:before {
  content: "\ec0d";
}

.ich_surround_sound:before {
  content: "\ec0e";
}

.ich_svg:before {
  content: "\ed8c";
}

.ich_swap_calls:before {
  content: "\ec0f";
}

.ich_swap_horiz:before {
  content: "\ec10";
}

.ich_swap_vert:before {
  content: "\ec11";
}

.ich_swap_vertical_circle:before {
  content: "\ec12";
}

.ich_switch:before {
  content: "\ed10";
}

.ich_switch2:before {
  content: "\edb1";
}

.ich_switch_camera:before {
  content: "\ec13";
}

.ich_switch_video:before {
  content: "\ec14";
}

.ich_sync:before {
  content: "\eb10";
}

.ich_sync_disabled:before {
  content: "\ec15";
}

.ich_sync_problem:before {
  content: "\ec16";
}

.ich_system_update:before {
  content: "\ec17";
}

.ich_system_update_alt:before {
  content: "\ec18";
}

.ich_tab:before {
  content: "\ec19";
}

.ich_tab_unselected:before {
  content: "\ec1a";
}

.ich_table:before {
  content: "\f0ce";
}

.ich_tablet:before {
  content: "\ec1b";
}

.ich_tablet2:before {
  content: "\ecc2";
}

.ich_tablet_android:before {
  content: "\ec1c";
}

.ich_tablet_mac:before {
  content: "\ec1d";
}

.ich_tag:before {
  content: "\f02b";
}

.ich_tag_faces:before {
  content: "\eac4";
}

.ich_tags:before {
  content: "\f02c";
}

.ich_tap_and_play:before {
  content: "\ec1e";
}

.ich_target:before {
  content: "\ee23";
}

.ich_target2:before {
  content: "\ed0d";
}

.ich_tasks:before {
  content: "\f0ae";
}

.ich_telegram:before {
  content: "\f2c6";
}

.ich_tencent_weibo:before {
  content: "\f1d5";
}

.ich_terminal:before {
  content: "\f120";
}

.ich_terrain:before {
  content: "\ea57";
}

.ich_text_fields:before {
  content: "\ec1f";
}

.ich_text_format:before {
  content: "\ec20";
}

.ich_text_height:before {
  content: "\f034";
}

.ich_text_width:before {
  content: "\f035";
}

.ich_textsms:before {
  content: "\ebef";
}

.ich_texture:before {
  content: "\ec21";
}

.ich_th:before {
  content: "\f00a";
}

.ich_th_large:before {
  content: "\f009";
}

.ich_th_list:before {
  content: "\f00b";
}

.ich_theaters:before {
  content: "\eafc";
}

.ich_themeisle:before {
  content: "\f2b2";
}

.ich_thermometer:before {
  content: "\f2c7";
}

.ich_thermometer_0:before {
  content: "\f2c8";
}

.ich_thermometer_1:before {
  content: "\f2c9";
}

.ich_thermometer_2:before {
  content: "\f2ca";
}

.ich_thermometer_empty:before {
  content: "\f2cb";
}

.ich_thumb_down:before {
  content: "\ec22";
}

.ich_thumb_up:before {
  content: "\ec23";
}

.ich_thumbs_down:before {
  content: "\f165";
}

.ich_thumbs_down2:before {
  content: "\e93c";
}

.ich_thumbs_down_alt:before {
  content: "\f088";
}

.ich_thumbs_up:before {
  content: "\f164";
}

.ich_thumbs_up2:before {
  content: "\e93d";
}

.ich_thumbs_up_alt:before {
  content: "\f087";
}

.ich_thumbs_up_down:before {
  content: "\ec24";
}

.ich_ticket:before {
  content: "\f145";
}

.ich_ticket2:before {
  content: "\edf2";
}

.ich_ticket3:before {
  content: "\edf0";
}

.ich_ticket4:before {
  content: "\edf1";
}

.ich_ticket5:before {
  content: "\ecb1";
}

.ich_tie:before {
  content: "\eda3";
}

.ich_time:before {
  content: "\f017";
}

.ich_time2:before {
  content: "\ed9c";
}

.ich_time_to_leave:before {
  content: "\ea2c";
}

.ich_timelapse:before {
  content: "\ec25";
}

.ich_timeline:before {
  content: "\ec26";
}

.ich_timer:before {
  content: "\ec27";
}

.ich_timer_off:before {
  content: "\ec2a";
}

.ich_times_rectangle:before {
  content: "\f2d3";
}

.ich_times_rectangle_o:before {
  content: "\f2d4";
}

.ich_tint:before {
  content: "\f043";
}

.ich_title:before {
  content: "\ec2b";
}

.ich_toc:before {
  content: "\ec2c";
}

.ich_today:before {
  content: "\ec2d";
}

.ich_toggle_off:before {
  content: "\f204";
}

.ich_toggle_on:before {
  content: "\f205";
}

.ich_toll:before {
  content: "\ec2e";
}

.ich_tonality:before {
  content: "\ec2f";
}

.ich_tools:before {
  content: "\edd7";
}

.ich_touch_app:before {
  content: "\ec30";
}

.ich_toys:before {
  content: "\ec31";
}

.ich_track_changes:before {
  content: "\ec32";
}

.ich_trademark:before {
  content: "\f25c";
}

.ich_traffic:before {
  content: "\ec33";
}

.ich_train:before {
  content: "\ec34";
}

.ich_train2:before {
  content: "\f238";
}

.ich_tram:before {
  content: "\ec35";
}

.ich_transfer_within_a_station:before {
  content: "\ec36";
}

.ich_transform:before {
  content: "\ec37";
}

.ich_transformers:before {
  content: "\edb7";
}

.ich_transgender:before {
  content: "\f224";
}

.ich_transgender_alt:before {
  content: "\f225";
}

.ich_translate:before {
  content: "\ec38";
}

.ich_trash:before {
  content: "\f014";
}

.ich_trash2:before {
  content: "\f1f8";
}

.ich_tree:before {
  content: "\ed16";
}

.ich_tree2:before {
  content: "\f1bb";
}

.ich_trello:before {
  content: "\ed66";
}

.ich_trello2:before {
  content: "\f181";
}

.ich_trending_down:before {
  content: "\ec39";
}

.ich_trending_flat:before {
  content: "\ec3a";
}

.ich_trending_up:before {
  content: "\ec3b";
}

.ich_tripadvisor:before {
  content: "\f262";
}

.ich_trophy:before {
  content: "\ecf8";
}

.ich_trophy2:before {
  content: "\f091";
}

.ich_truck:before {
  content: "\f0d1";
}

.ich_truck2:before {
  content: "\ed0a";
}

.ich_try:before {
  content: "\f195";
}

.ich_tty:before {
  content: "\f1e4";
}

.ich_tumblr:before {
  content: "\ed6c";
}

.ich_tumblr_sign:before {
  content: "\f174";
}

.ich_tune:before {
  content: "\ec3c";
}

.ich_turned_in:before {
  content: "\e999";
}

.ich_turned_in_not:before {
  content: "\e99a";
}

.ich_tux:before {
  content: "\ed6e";
}

.ich_tv:before {
  content: "\ec3d";
}

.ich_tv2:before {
  content: "\ecc3";
}

.ich_twitter:before {
  content: "\ed5c";
}

.ich_twitter_sign:before {
  content: "\f081";
}

.ich_ul:before {
  content: "\f0ca";
}

.ich_umbrella:before {
  content: "\f0e9";
}

.ich_umbrella2:before {
  content: "\edbb";
}

.ich_unarchive:before {
  content: "\ec3e";
}

.ich_underline:before {
  content: "\f0cd";
}

.ich_undo:before {
  content: "\ec3f";
}

.ich_undo2:before {
  content: "\eccf";
}

.ich_undo3:before {
  content: "\eccd";
}

.ich_undo4:before {
  content: "\f0e2";
}

.ich_unfold_less:before {
  content: "\ec40";
}

.ich_unfold_more:before {
  content: "\ec41";
}

.ich_uniF2A1:before {
  content: "\ee22";
}

.ich_uniF2A2:before {
  content: "\f2a2";
}

.ich_universal_access:before {
  content: "\f29a";
}

.ich_unlink:before {
  content: "\f127";
}

.ich_unlock:before {
  content: "\f09c";
}

.ich_unlock_alt:before {
  content: "\f13e";
}

.ich_unlocked:before {
  content: "\eced";
}

.ich_update:before {
  content: "\ec42";
}

.ich_upload:before {
  content: "\ecc9";
}

.ich_upload2:before {
  content: "\ed20";
}

.ich_upload3:before {
  content: "\ed22";
}

.ich_upload4:before {
  content: "\f01b";
}

.ich_upload_alt:before {
  content: "\f093";
}

.ich_usb:before {
  content: "\ec43";
}

.ich_usb2:before {
  content: "\f287";
}

.ich_usd:before {
  content: "\f155";
}

.ich_user2:before {
  content: "\ee1d";
}

.ich_user3:before {
  content: "\f007";
}

.ich_user_circle:before {
  content: "\f2bd";
}

.ich_user_circle_o:before {
  content: "\f2be";
}

.ich_user_md:before {
  content: "\f0f0";
}

.ich_user_new:before {
  content: "\ecd9";
}

.ich_user_o:before {
  content: "\f2c0";
}

.ich_user_plus:before {
  content: "\f234";
}

.ich_user_tie:before {
  content: "\ecda";
}

.ich_user_times:before {
  content: "\f235";
}

.ich_venus:before {
  content: "\f221";
}

.ich_venus_double:before {
  content: "\f226";
}

.ich_venus_mars:before {
  content: "\f228";
}

.ich_verified_user:before {
  content: "\ec44";
}

.ich_vertical_align_bottom:before {
  content: "\ec45";
}

.ich_vertical_align_center:before {
  content: "\ec46";
}

.ich_vertical_align_top:before {
  content: "\ec47";
}

.ich_viacoin:before {
  content: "\f237";
}

.ich_viadeo:before {
  content: "\f2a9";
}

.ich_viadeo_square:before {
  content: "\f2aa";
}

.ich_vibration:before {
  content: "\ec48";
}

.ich_video:before {
  content: "\e93e";
}

.ich_video_call:before {
  content: "\ec49";
}

.ich_video_camera:before {
  content: "\ec90";
}

.ich_video_label:before {
  content: "\ec4a";
}

.ich_video_library:before {
  content: "\ec4b";
}

.ich_videocam:before {
  content: "\ec4c";
}

.ich_videocam_off:before {
  content: "\ec4d";
}

.ich_videogame_asset:before {
  content: "\ec4e";
}

.ich_view_agenda:before {
  content: "\ec4f";
}

.ich_view_array:before {
  content: "\ec50";
}

.ich_view_carousel:before {
  content: "\ec51";
}

.ich_view_column:before {
  content: "\ec52";
}

.ich_view_comfy:before {
  content: "\ec53";
}

.ich_view_compact:before {
  content: "\ec54";
}

.ich_view_day:before {
  content: "\ec55";
}

.ich_view_headline:before {
  content: "\ec56";
}

.ich_view_list:before {
  content: "\ec57";
}

.ich_view_module:before {
  content: "\ec58";
}

.ich_view_quilt:before {
  content: "\ec59";
}

.ich_view_stream:before {
  content: "\ec5a";
}

.ich_view_week:before {
  content: "\ec5b";
}

.ich_vignette:before {
  content: "\ec5c";
}

.ich_vimeo:before {
  content: "\f27d";
}

.ich_vimeo_square:before {
  content: "\f194";
}

.ich_vine:before {
  content: "\f1ca";
}

.ich_visibility:before {
  content: "\eb9b";
}

.ich_visibility_off:before {
  content: "\ec5d";
}

.ich_vk:before {
  content: "\f189";
}

.ich_voice_chat:before {
  content: "\ec5e";
}

.ich_voicemail:before {
  content: "\ec5f";
}

.ich_volume_control_phone:before {
  content: "\f2a0";
}

.ich_volume_down:before {
  content: "\ec60";
}

.ich_volume_mute:before {
  content: "\ec61";
}

.ich_volume_off:before {
  content: "\ec62";
}

.ich_volume_up:before {
  content: "\ec63";
}

.ich_vpn_key:before {
  content: "\ec64";
}

.ich_vpn_lock:before {
  content: "\ec65";
}

.ich_wallet:before {
  content: "\ed9e";
}

.ich_wallpaper:before {
  content: "\ec66";
}

.ich_warning:before {
  content: "\eba7";
}

.ich_warning_alt:before {
  content: "\ed2d";
}

.ich_warning_sign:before {
  content: "\f071";
}

.ich_washingmachine:before {
  content: "\edac";
}

.ich_watch:before {
  content: "\ec67";
}

.ich_watch_later:before {
  content: "\ec68";
}

.ich_water:before {
  content: "\e93f";
}

.ich_wb_auto:before {
  content: "\ec69";
}

.ich_wb_cloudy:before {
  content: "\e9e2";
}

.ich_wb_incandescent:before {
  content: "\ec6a";
}

.ich_wb_iridescent:before {
  content: "\ec6b";
}

.ich_wb_sunny:before {
  content: "\ec6c";
}

.ich_wc:before {
  content: "\ec6d";
}

.ich_web:before {
  content: "\ec6e";
}

.ich_web_asset:before {
  content: "\ec6f";
}

.ich_wechat:before {
  content: "\f1d7";
}

.ich_weekend:before {
  content: "\ec70";
}

.ich_weibo:before {
  content: "\f18a";
}

.ich_whatsapp:before {
  content: "\ed5b";
}

.ich_whatsapp2:before {
  content: "\f232";
}

.ich_whatshot:before {
  content: "\ec71";
}

.ich_wheelchair:before {
  content: "\f193";
}

.ich_wheelchair_alt:before {
  content: "\f29b";
}

.ich_widgets:before {
  content: "\ec72";
}

.ich_wifi:before {
  content: "\ec73";
}

.ich_wifi2:before {
  content: "\f1eb";
}

.ich_wifi_lock:before {
  content: "\ec74";
}

.ich_wifi_tethering:before {
  content: "\ec75";
}

.ich_wikipedia:before {
  content: "\ed77";
}

.ich_wikipedia_w:before {
  content: "\f266";
}

.ich_window_maximize:before {
  content: "\f2d0";
}

.ich_window_minimize:before {
  content: "\f2d1";
}

.ich_window_restore:before {
  content: "\f2d2";
}

.ich_windows:before {
  content: "\ed71";
}

.ich_windows2:before {
  content: "\f17a";
}

.ich_windows8:before {
  content: "\ed72";
}

.ich_woman:before {
  content: "\ed2b";
}

.ich_word_o:before {
  content: "\f1c2";
}

.ich_wordpress:before {
  content: "\ed67";
}

.ich_work:before {
  content: "\ec76";
}

.ich_wpbeginner:before {
  content: "\f297";
}

.ich_wpexplorer:before {
  content: "\f2de";
}

.ich_wpforms:before {
  content: "\f298";
}

.ich_wrap_text:before {
  content: "\ec77";
}

.ich_wrench:before {
  content: "\f0ad";
}

.ich_xing:before {
  content: "\f168";
}

.ich_xing_sign:before {
  content: "\f169";
}

.ich_y_combinator:before {
  content: "\f23b";
}

.ich_yahoo:before {
  content: "\ed6d";
}

.ich_yelp:before {
  content: "\ed7c";
}

.ich_yelp3:before {
  content: "\f1e9";
}

.ich_yoast:before {
  content: "\f2b1";
}

.ich_youtube:before {
  content: "\f167";
}

.ich_youtube2:before {
  content: "\ed5d";
}

.ich_youtube_play:before {
  content: "\f16a";
}

.ich_youtube_searched_for:before {
  content: "\ec78";
}

.ich_youtube_sign:before {
  content: "\f166";
}

.ich_zip_o:before {
  content: "\f1c6";
}

.ich_zoom_in:before {
  content: "\ece6";
}

.ich_zoom_in2:before {
  content: "\f00e";
}

.ich_zoom_out2:before {
  content: "\f010";
}

.ich_zoom_out22:before {
  content: "\ece7";
}

.ich_zoom_out_map:before {
  content: "\ec7b";
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), url("../fonts/roboto/Roboto-Thin.eot");
  src: url("../fonts/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url("../fonts/roboto/Roboto-Light.eot");
  src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url("../fonts/roboto/Roboto-Regular.eot");
  src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.eot");
  src: url("../fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.eot");
  src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Fjalla One";
  src: url("../fonts/fjalla-one/Fjalla-One.eot"); /* IE9 Compat Modes */
  src: url("../fonts/fjalla-one/Fjalla-One.eot?#iefix") format("embedded-opentype"), url("../fonts/fjalla-one/Fjalla-One.woff2") format("woff2"), url("../fonts/fjalla-one/Fjalla-One.woff") format("woff"), url("../fonts/fjalla-one/Fjalla-One.ttf") format("truetype"), url("../fonts/fjalla-one/Fjalla-One.svg#svgFontName") format("svg"); /* Legacy iOS */
}
.ich-rotate-45 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ich-rotate-135 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.ich-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ich-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ich-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.ich-flip-h {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.ich-flip-v {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .ich-rotate-90,
:root .ich-rotate-180,
:root .ich-rotate-270,
:root .ich-flip-h,
:root .ich-flip-v {
  filter: none;
}

@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");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*
// ==========================================================================
// Z-levels
// ==========================================================================
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #de700f;
  text-decoration: none;
}
a:hover, a:focus {
  color: #964c0a;
  text-decoration: none;
}
a:focus {
  outline: 0;
  outline-offset: 0;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  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;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
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: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
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%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-italic {
  font-style: italic;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #0748a5;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #053374;
}

.text-success {
  color: #00d9a0;
}

a.text-success:hover,
a.text-success:focus {
  color: #00a67a;
}

.text-info {
  color: #00b9f5;
}

a.text-info:hover,
a.text-info:focus {
  color: #0092c2;
}

.text-warning {
  color: #f7931e;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #da7908;
}

.text-danger {
  color: #F04124;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #d32a0e;
}

.text-deep-orange {
  color: #ff5722;
}

a.text-deep-orange:hover,
a.text-deep-orange:focus {
  color: #ee3900;
}

.text-yellow {
  color: #fdd835;
}

a.text-yellow:hover,
a.text-yellow:focus {
  color: #fdce03;
}

.text-light-red {
  color: #e91e63;
}

a.text-light-red:hover,
a.text-light-red:focus {
  color: #c1134e;
}

.text-pink {
  color: #eb575d;
}

a.text-pink:hover,
a.text-pink:focus {
  color: #e62931;
}

.text-gray {
  color: #222d32;
}

a.text-gray:hover,
a.text-gray:focus {
  color: #0d1214;
}

.text-violet {
  color: #741371;
}

a.text-violet:hover,
a.text-violet:focus {
  color: #480c46;
}

.text-blue {
  color: #013879;
}

a.text-blue:hover,
a.text-blue:focus {
  color: #012146;
}

.text-blue-grey {
  color: #607d8b;
}

a.text-blue-grey:hover,
a.text-blue-grey:focus {
  color: #4b626d;
}

.text-brown {
  color: #795548;
}

a.text-brown:hover,
a.text-brown:focus {
  color: #593f35;
}

.text-green {
  color: #8bc34a;
}

a.text-green:hover,
a.text-green:focus {
  color: #71a436;
}

.text-lime {
  color: #cddc39;
}

a.text-lime:hover,
a.text-lime:focus {
  color: #b2c022;
}

.text-light-blue {
  color: #03a9f4;
}

a.text-light-blue:hover,
a.text-light-blue:focus {
  color: #0286c2;
}

.text-cyan {
  color: #00bcd4;
}

a.text-cyan:hover,
a.text-cyan:focus {
  color: #008fa1;
}

.text-teal {
  color: #009688;
}

a.text-teal:hover,
a.text-teal:focus {
  color: #00635a;
}

.text-purple {
  color: #9c27b0;
}

a.text-purple:hover,
a.text-purple:focus {
  color: #771e86;
}

.text-indigo {
  color: #3f51b5;
}

a.text-indigo:hover,
a.text-indigo:focus {
  color: #32408f;
}

.text-default {
  color: #de700f;
}

a.text-default:hover,
a.text-default:focus {
  color: #ae580c;
}

.text-alernative {
  color: #de700f;
}

a.text-alernative:hover,
a.text-alernative:focus {
  color: #ae580c;
}

.text-secondary {
  color: #65c4d8;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #3cb4ce;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #0748a5;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #053374;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.bg-deep-orange {
  background-color: #ff5722;
}

a.bg-deep-orange:hover,
a.bg-deep-orange:focus {
  background-color: #ee3900;
}

.bg-yellow {
  background-color: #fdd835;
}

a.bg-yellow:hover,
a.bg-yellow:focus {
  background-color: #fdce03;
}

.bg-light-red {
  background-color: #e91e63;
}

a.bg-light-red:hover,
a.bg-light-red:focus {
  background-color: #c1134e;
}

.bg-pink {
  background-color: #eb575d;
}

a.bg-pink:hover,
a.bg-pink:focus {
  background-color: #e62931;
}

.bg-gray {
  background-color: #222d32;
}

a.bg-gray:hover,
a.bg-gray:focus {
  background-color: #0d1214;
}

.bg-violet {
  background-color: #741371;
}

a.bg-violet:hover,
a.bg-violet:focus {
  background-color: #480c46;
}

.bg-blue {
  background-color: #013879;
}

a.bg-blue:hover,
a.bg-blue:focus {
  background-color: #012146;
}

.bg-blue-grey {
  background-color: #607d8b;
}

a.bg-blue-grey:hover,
a.bg-blue-grey:focus {
  background-color: #4b626d;
}

.bg-brown {
  background-color: #795548;
}

a.bg-brown:hover,
a.bg-brown:focus {
  background-color: #593f35;
}

.bg-green {
  background-color: #8bc34a;
}

a.bg-green:hover,
a.bg-green:focus {
  background-color: #71a436;
}

.bg-lime {
  background-color: #cddc39;
}

a.bg-lime:hover,
a.bg-lime:focus {
  background-color: #b2c022;
}

.bg-light-blue {
  background-color: #03a9f4;
}

a.bg-light-blue:hover,
a.bg-light-blue:focus {
  background-color: #0286c2;
}

.bg-cyan {
  background-color: #00bcd4;
}

a.bg-cyan:hover,
a.bg-cyan:focus {
  background-color: #008fa1;
}

.bg-teal {
  background-color: #009688;
}

a.bg-teal:hover,
a.bg-teal:focus {
  background-color: #00635a;
}

.bg-purple {
  background-color: #9c27b0;
}

a.bg-purple:hover,
a.bg-purple:focus {
  background-color: #771e86;
}

.bg-indigo {
  background-color: #3f51b5;
}

a.bg-indigo:hover,
a.bg-indigo:focus {
  background-color: #32408f;
}

.bg-default {
  background-color: #de700f;
}

a.bg-default:hover,
a.bg-default:focus {
  background-color: #ae580c;
}

.bg-alernative {
  background-color: #de700f;
}

a.bg-alernative:hover,
a.bg-alernative:focus {
  background-color: #ae580c;
}

.bg-secondary {
  background-color: #65c4d8;
}

a.bg-secondary:hover,
a.bg-secondary:focus {
  background-color: #3cb4ce;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 16.1px;
  border-left: 5px solid rgba(0, 0, 0, 0.08);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid rgba(0, 0, 0, 0.08);
  border-left: 0;
  text-align: right;
}
.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: "";
}
.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: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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: 10px;
  padding-right: 10px;
}

.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;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .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;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .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;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px 5px;
  padding-bottom: 8px 5px;
  color: #999999;
  text-align: left;
}

th {
  text-align: center;
}

.table {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.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: 8px 5px;
  line-height: 1.428571429;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  background-color: #ddd;
  border-bottom: 2px solid #ddd;
}
.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;
}
.table > tbody + tbody {
  border-top: 1px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.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;
}

.table-modal > thead > tr:first-child > th,
.table-modal > thead > tr:first-child > td,
.table-modal > tbody > tr:first-child > th,
.table-modal > tbody > tr:first-child > td,
.table-modal > tfoot > tr:first-child > th,
.table-modal > tfoot > tr:first-child > td {
  border: 0;
}
.table-modal > thead > tr > th,
.table-modal > thead > tr > td,
.table-modal > tbody > tr > th,
.table-modal > tbody > tr > td,
.table-modal > tfoot > tr > th,
.table-modal > tfoot > tr > td {
  vertical-align: top;
}

.table-no-border {
  margin: 0;
}
.table-no-border > thead > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tbody > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > tfoot > tr > td {
  font-size: 90%;
  border: 0;
  vertical-align: top;
  padding: 2.5px;
}
.table-no-border > thead > tr > th.bold,
.table-no-border > thead > tr > td.bold,
.table-no-border > tbody > tr > th.bold,
.table-no-border > tbody > tr > td.bold,
.table-no-border > tfoot > tr > th.bold,
.table-no-border > tfoot > tr > td.bold {
  font-weight: 500;
}
.table-no-border > thead > tr > th .ich,
.table-no-border > thead > tr > td .ich,
.table-no-border > tbody > tr > th .ich,
.table-no-border > tbody > tr > td .ich,
.table-no-border > tfoot > tr > th .ich,
.table-no-border > tfoot > tr > td .ich {
  font-size: 100%;
}

.table-bordered {
  border: 1px solid #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .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;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}

.table-booking {
  border: 1px solid #ddd;
}
.table-booking > thead > tr > th,
.table-booking > thead > tr > td,
.table-booking > tbody > tr > th,
.table-booking > tbody > tr > td,
.table-booking > tfoot > tr > th,
.table-booking > tfoot > tr > td {
  text-align: left;
  border-bottom: 1px solid #d5dee2;
}
.table-booking > thead > tr > th ul, .table-booking > thead > tr > th ol,
.table-booking > thead > tr > td ul,
.table-booking > thead > tr > td ol,
.table-booking > tbody > tr > th ul,
.table-booking > tbody > tr > th ol,
.table-booking > tbody > tr > td ul,
.table-booking > tbody > tr > td ol,
.table-booking > tfoot > tr > th ul,
.table-booking > tfoot > tr > th ol,
.table-booking > tfoot > tr > td ul,
.table-booking > tfoot > tr > td ol {
  margin: 0;
  padding: 0;
}
.table-booking > thead > tr > th,
.table-booking > thead > tr > td {
  border-bottom-width: 2px;
}
.table-booking > tbody > tr:nth-of-type(even) {
  background-color: #d5dee2;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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;
}

label {
  font-size: 85%;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 0;
  outline-offset: 0;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #6f6f6f;
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 14px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #6f6f6f;
  background-color: #fcfcfc;
  background-image: none;
  border: 2px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border ease-in-out 0.3s;
  -o-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
}
.form-control:focus {
  color: black;
  border-color: #86c042;
  background-color: #fff;
  outline: 2px;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

textarea {
  overflow: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 35px;
  }
  input[type=date].input-sm,
  .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-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .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-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 32px;
  }
  input[type=date].input-lg,
  .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-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .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-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.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 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

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;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.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;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 32px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

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: 32px;
  line-height: 32px;
}

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;
}

.form-group-sm .form-control {
  height: 32px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 32px;
  line-height: 32px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 32px;
  min-height: 32px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 1.5;
}

.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.3333333;
  border-radius: 6px;
}

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;
}

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;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}

.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;
}

.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: 32px;
  height: 32px;
  line-height: 32px;
}

.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;
}
.has-success .form-control {
  border: 1px solid #3c763d;
}
.has-success .form-control:focus {
  color: #1a321a;
  background-color: #96ca97;
}
.has-success .select-errror {
  border: 1px solid #3c763d !important;
}
.has-success .select-errror:focus {
  color: #1a321a !important;
  background-color: #96ca97 !important;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.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;
}
.has-warning .form-control {
  border: 1px solid #8a6d3b;
}
.has-warning .form-control:focus {
  color: #43351c;
  background-color: #d5c19d;
}
.has-warning .select-errror {
  border: 1px solid #8a6d3b !important;
}
.has-warning .select-errror:focus {
  color: #43351c !important;
  background-color: #d5c19d !important;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.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: #eb575d;
}
.has-error .form-control {
  border: 1px solid #eb575d;
}
.has-error .form-control:focus {
  color: #c5171e;
  background-color: #fdf2f2;
}
.has-error .select-errror {
  border: 1px solid #eb575d !important;
}
.has-error .select-errror:focus {
  color: #c5171e !important;
  background-color: #fdf2f2 !important;
}
.has-error .input-group-addon {
  color: #eb575d;
  border-color: #eb575d;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #eb575d;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 7px;
    font-size: 12px;
  }
}

.textarea-body {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 1em;
}
.textarea-body textarea,
.textarea-body textarea.autoresize-textarea {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
}

.autoresize-textarea {
  overflow-y: hidden;
  transition: all 0.3s;
  padding: 16px 14px;
  box-sizing: content-box;
  resize: none;
  width: calc(100% - 3.2rem);
}
.autoresize-textarea.review-textarea {
  min-height: 100px;
  height: 100px;
}
.autoresize-textarea.comment-textarea {
  min-height: 56px;
  height: 56px;
}
.autoresize-textarea.product-textarea {
  min-height: 50px;
  height: 50px;
}
.autoresize-textarea.contact-textarea {
  min-height: 145px;
  height: 145px;
}
.autoresize-textarea.links-textarea {
  border: 1px solid #cccccc;
  margin: 1.5em auto;
}

.review-footer .btn-min-width {
  min-width: 220px;
}

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
.checkbox {
  /* Indeterminate checkbox */
}
.checkbox [type=checkbox]:not(:checked),
.checkbox [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox.disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.26);
}
.checkbox [type=checkbox] {
  /* checkbox aspect */
}
.checkbox [type=checkbox] + .options {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  vertical-align: middle;
}
.checkbox [type=checkbox] + .options:before, .checkbox [type=checkbox]:not(.filled) + .options:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 4px;
  margin-top: 2px;
  transition: 0.2s;
}
.checkbox [type=checkbox]:not(.filled) + .options:after {
  border: 0;
  transform: scale(0);
}
.checkbox [type=checkbox]:not(:checked):disabled + .options:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}
.checkbox [type=checkbox].tabbed:focus + .options:after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
.checkbox [type=checkbox]:checked + .options:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-right: 2px solid 2px solid #0748a5;
  border-bottom: 2px solid 2px solid #0748a5;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
  border-radius: 0;
}
.checkbox [type=checkbox]:checked:disabled + .options:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}
.checkbox [type=checkbox]:indeterminate + .options:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #0748a5;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}
.checkbox [type=checkbox]:indeterminate:disabled + .options:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.checkbox [type=checkbox].filled + .options:after {
  border-radius: 4px;
}
.checkbox [type=checkbox].filled + .options:before,
.checkbox [type=checkbox].filled + .options:after {
  content: "";
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
.checkbox [type=checkbox].filled:not(:checked) + .options:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
.checkbox [type=checkbox].filled:not(:checked) + .options:after {
  height: 19px;
  width: 19px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}
.checkbox [type=checkbox].filled:checked + .options:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.checkbox [type=checkbox].filled:checked + .options:after {
  top: 0;
  width: 19px;
  height: 19px;
  border: 2px solid #de700f;
  background-color: #de700f;
  z-index: 0;
}
.checkbox [type=checkbox].filled.tabbed:focus + .options:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}
.checkbox [type=checkbox].filled.tabbed:checked:focus + .options:after {
  border-radius: 2px;
  background-color: #de700f;
  border-color: #de700f;
}
.checkbox [type=checkbox].filled:disabled:not(:checked) + .options:before {
  background-color: transparent;
  border: 2px solid transparent;
}
.checkbox [type=checkbox].filled:disabled:not(:checked) + .options:after {
  border-color: transparent;
  background-color: #BDBDBD;
}
.checkbox [type=checkbox].filled:disabled:checked + .options:before {
  background-color: transparent;
}
.checkbox [type=checkbox].filled:disabled:checked + .options:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}

.checkbox [type=checkbox]:not(:checked),
.checkbox [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox.disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.26);
}
.checkbox [type=checkbox] {
  /* checkbox aspect */
}
.checkbox [type=checkbox] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  vertical-align: middle;
}
.checkbox [type=checkbox]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-right: 2px solid 2px solid #0748a5;
  border-bottom: 2px solid 2px solid #0748a5;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
  border-radius: 0;
}
.checkbox [type=checkbox]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}
.checkbox [type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 20px;
  font-size: 1.5rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  vertical-align: middle;
}
.checkbox [type=checkbox] + label:after {
  border-radius: 4px;
}
.checkbox [type=checkbox] + label:before,
.checkbox [type=checkbox] + label:after {
  content: "";
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
.checkbox [type=checkbox]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
.checkbox [type=checkbox]:not(:checked) + label:after {
  height: 19px;
  width: 19px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}
.checkbox [type=checkbox]:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.checkbox [type=checkbox]:checked + label:after {
  top: 0;
  width: 19px;
  height: 19px;
  border: 2px solid #de700f;
  background-color: #de700f;
  z-index: 0;
}
.checkbox [type=checkbox].tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}
.checkbox [type=checkbox].tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #de700f;
  border-color: #de700f;
}
.checkbox [type=checkbox]:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}
.checkbox [type=checkbox]:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}
.checkbox [type=checkbox]:disabled:checked + label:before {
  background-color: transparent;
}
.checkbox [type=checkbox]:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}

/* Radio Buttons
   ========================================================================== */
.radio {
  /* Unchecked styles */
  /* Checked styles */
  /* Radio With gap */
  /* Focused styles */
  /* Disabled Radio With gap */
  /* Disabled style */
}
.radio.disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.26);
}
.radio [type=radio]:not(:checked),
.radio [type=radio]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.radio [type=radio]:not(:checked) + .options,
.radio [type=radio]:checked + .options {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
  font-size: 1rem;
  transition: 0.28s ease;
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  user-select: none;
}
.radio [type=radio] + .options:before,
.radio [type=radio] + .options:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  margin-top: 3px;
  width: 18px;
  height: 18px;
  z-index: 0;
  transition: 0.28s ease;
}
.radio [type=radio]:not(:checked) + .options:before,
.radio [type=radio]:not(:checked) + .options:after,
.radio [type=radio]:checked + .options:before,
.radio [type=radio]:checked + .options:after,
.radio [type=radio].with-gap:checked + .options:before,
.radio [type=radio].with-gap:checked + .options:after {
  border-radius: 50%;
}
.radio [type=radio]:not(:checked) + .options:before,
.radio [type=radio]:not(:checked) + .options:after {
  border: 2px solid #5a5a5a;
}
.radio [type=radio]:not(:checked) + .options:after {
  transform: scale(0);
}
.radio [type=radio]:checked + .options:before {
  border: 2px solid transparent;
}
.radio [type=radio]:checked + .options:after,
.radio [type=radio].with-gap:checked + .options:before,
.radio [type=radio].with-gap:checked + .options:after {
  border: 2px solid #0748a5;
}
.radio [type=radio]:checked + .options:after,
.radio [type=radio].with-gap:checked + .options:after {
  background-color: #0748a5;
}
.radio [type=radio]:checked + .options:after {
  transform: scale(1.02);
}
.radio [type=radio].with-gap:checked + .options:after {
  transform: scale(0.5);
}
.radio [type=radio].tabbed:focus + .options:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
.radio [type=radio].with-gap:disabled:checked + .options:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
}
.radio [type=radio].with-gap:disabled:checked + .options:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}
.radio [type=radio]:disabled:not(:checked) + .options:before,
.radio [type=radio]:disabled:checked + .options:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
}
.radio [type=radio]:disabled + .options {
  color: rgba(0, 0, 0, 0.26);
}
.radio [type=radio]:disabled:not(:checked) + .options:before {
  border-color: rgba(0, 0, 0, 0.26);
}
.radio [type=radio]:disabled:checked + .options:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  text-transform: capitalize;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  /*white-space: nowrap;*/
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.round {
  border-radius: 50px;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 0;
  outline-offset: 0;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #000;
  text-decoration: none;
}
.btn.hoverable:hover, .btn.hoverable:focus, .btn.hoverable.focus {
  text-decoration: none;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}
.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);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.prefix {
  position: relative;
  padding-left: 50px;
}
.btn.prefix .ich {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  left: 0.8em;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #000;
  background-color: #f2f2f2;
  border-color: #BDC3C7;
}
.btn-default:focus, .btn-default.focus {
  color: #000;
  background-color: #d9d9d9;
  border-color: #78848c;
}
.btn-default:focus .loader-round-b, .btn-default.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-default:hover {
  color: #000;
  background-color: #d9d9d9;
  border-color: #9ca5ab;
}
.btn-default:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #000;
  background-color: #d9d9d9;
  border-color: #9ca5ab;
}
.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: #000;
  background-color: #c7c7c7;
  border-color: #78848c;
}
.btn-default:active .loader-round-b, .btn-default.active .loader-round-b, .open > .btn-default.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.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: #f2f2f2;
  border-color: #BDC3C7;
}
.btn-default .badge {
  color: #f2f2f2;
  background-color: #000;
}

.btn-primary {
  color: #fff;
  background-color: #0748a5;
  border-color: #063d8d;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #053374;
  border-color: #010812;
}
.btn-primary:focus .loader-round-b, .btn-primary.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-primary:hover {
  color: #fff;
  background-color: #053374;
  border-color: #032452;
}
.btn-primary:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #053374;
  border-color: #032452;
}
.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: #032452;
  border-color: #010812;
}
.btn-primary:active .loader-round-b, .btn-primary.active .loader-round-b, .open > .btn-primary.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.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: #0748a5;
  border-color: #063d8d;
}
.btn-primary .badge {
  color: #0748a5;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #00d9a0;
  border-color: #00c08d;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #00a67a;
  border-color: #00402f;
}
.btn-success:focus .loader-round-b, .btn-success.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-success:hover {
  color: #fff;
  background-color: #00a67a;
  border-color: #008260;
}
.btn-success:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #00a67a;
  border-color: #008260;
}
.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: #008260;
  border-color: #00402f;
}
.btn-success:active .loader-round-b, .btn-success.active .loader-round-b, .open > .btn-success.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.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: #00d9a0;
  border-color: #00c08d;
}
.btn-success .badge {
  color: #00d9a0;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #00b9f5;
  border-color: #00a6dc;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #0092c2;
  border-color: #00455c;
}
.btn-info:focus .loader-round-b, .btn-info.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-info:hover {
  color: #fff;
  background-color: #0092c2;
  border-color: #00789e;
}
.btn-info:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0092c2;
  border-color: #00789e;
}
.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: #00789e;
  border-color: #00455c;
}
.btn-info:active .loader-round-b, .btn-info.active .loader-round-b, .open > .btn-info.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.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: #00b9f5;
  border-color: #00a6dc;
}
.btn-info .badge {
  color: #00b9f5;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f7931e;
  border-color: #f38709;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #da7908;
  border-color: #784304;
}
.btn-warning:focus .loader-round-b, .btn-warning.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-warning:hover {
  color: #fff;
  background-color: #da7908;
  border-color: #b86607;
}
.btn-warning:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #da7908;
  border-color: #b86607;
}
.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: #b86607;
  border-color: #784304;
}
.btn-warning:active .loader-round-b, .btn-warning.active .loader-round-b, .open > .btn-warning.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.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: #f7931e;
  border-color: #f38709;
}
.btn-warning .badge {
  color: #f7931e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #F04124;
  border-color: #ea2f10;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #d32a0e;
  border-color: #731708;
}
.btn-danger:focus .loader-round-b, .btn-danger.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-danger:hover {
  color: #fff;
  background-color: #d32a0e;
  border-color: #b1240c;
}
.btn-danger:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d32a0e;
  border-color: #b1240c;
}
.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: #b1240c;
  border-color: #731708;
}
.btn-danger:active .loader-round-b, .btn-danger.active .loader-round-b, .open > .btn-danger.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.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: #F04124;
  border-color: #ea2f10;
}
.btn-danger .badge {
  color: #F04124;
  background-color: #fff;
}

.btn-pink {
  color: #fff;
  background-color: #eb575d;
  border-color: #e84047;
}
.btn-pink:focus, .btn-pink.focus {
  color: #fff;
  background-color: #e62931;
  border-color: #971217;
}
.btn-pink:focus .loader-round-b, .btn-pink.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-pink:hover {
  color: #fff;
  background-color: #e62931;
  border-color: #d21921;
}
.btn-pink:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #e62931;
  border-color: #d21921;
}
.btn-pink:active:hover, .btn-pink:active:focus, .btn-pink:active.focus, .btn-pink.active:hover, .btn-pink.active:focus, .btn-pink.active.focus, .open > .btn-pink.dropdown-toggle:hover, .open > .btn-pink.dropdown-toggle:focus, .open > .btn-pink.dropdown-toggle.focus {
  color: #fff;
  background-color: #d21921;
  border-color: #971217;
}
.btn-pink:active .loader-round-b, .btn-pink.active .loader-round-b, .open > .btn-pink.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
  background-image: none;
}
.btn-pink.disabled:hover, .btn-pink.disabled:focus, .btn-pink.disabled.focus, .btn-pink[disabled]:hover, .btn-pink[disabled]:focus, .btn-pink[disabled].focus, fieldset[disabled] .btn-pink:hover, fieldset[disabled] .btn-pink:focus, fieldset[disabled] .btn-pink.focus {
  background-color: #eb575d;
  border-color: #e84047;
}
.btn-pink .badge {
  color: #eb575d;
  background-color: #fff;
}

.btn-inverse {
  color: #fff;
  background-color: #1a1a1a;
  border-color: black;
}
.btn-inverse:focus, .btn-inverse.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-inverse:focus .loader-round-b, .btn-inverse.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-inverse:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-inverse:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-inverse:active:hover, .btn-inverse:active:focus, .btn-inverse:active.focus, .btn-inverse.active:hover, .btn-inverse.active:focus, .btn-inverse.active.focus, .open > .btn-inverse.dropdown-toggle:hover, .open > .btn-inverse.dropdown-toggle:focus, .open > .btn-inverse.dropdown-toggle.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-inverse:active .loader-round-b, .btn-inverse.active .loader-round-b, .open > .btn-inverse.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
  background-image: none;
}
.btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled.focus, .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled].focus, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse.focus {
  background-color: #1a1a1a;
  border-color: black;
}
.btn-inverse .badge {
  color: #1a1a1a;
  background-color: #fff;
}

.btn-gray {
  color: #fff;
  background-color: #222d32;
  border-color: #181f23;
}
.btn-gray:focus, .btn-gray.focus {
  color: #fff;
  background-color: #0d1214;
  border-color: black;
}
.btn-gray:focus .loader-round-b, .btn-gray.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-gray:hover {
  color: #fff;
  background-color: #0d1214;
  border-color: black;
}
.btn-gray:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-gray:active, .btn-gray.active, .open > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #0d1214;
  border-color: black;
}
.btn-gray:active:hover, .btn-gray:active:focus, .btn-gray:active.focus, .btn-gray.active:hover, .btn-gray.active:focus, .btn-gray.active.focus, .open > .btn-gray.dropdown-toggle:hover, .open > .btn-gray.dropdown-toggle:focus, .open > .btn-gray.dropdown-toggle.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-gray:active .loader-round-b, .btn-gray.active .loader-round-b, .open > .btn-gray.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-gray:active, .btn-gray.active, .open > .btn-gray.dropdown-toggle {
  background-image: none;
}
.btn-gray.disabled:hover, .btn-gray.disabled:focus, .btn-gray.disabled.focus, .btn-gray[disabled]:hover, .btn-gray[disabled]:focus, .btn-gray[disabled].focus, fieldset[disabled] .btn-gray:hover, fieldset[disabled] .btn-gray:focus, fieldset[disabled] .btn-gray.focus {
  background-color: #222d32;
  border-color: #181f23;
}
.btn-gray .badge {
  color: #222d32;
  background-color: #fff;
}

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #181f23;
}
.btn-white:focus, .btn-white.focus {
  color: #000;
  background-color: #e6e6e6;
  border-color: black;
}
.btn-white:focus .loader-round-b, .btn-white.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-white:hover {
  color: #000;
  background-color: #e6e6e6;
  border-color: black;
}
.btn-white:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  color: #000;
  background-color: #e6e6e6;
  border-color: black;
}
.btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus, .open > .btn-white.dropdown-toggle:hover, .open > .btn-white.dropdown-toggle:focus, .open > .btn-white.dropdown-toggle.focus {
  color: #000;
  background-color: #d4d4d4;
  border-color: black;
}
.btn-white:active .loader-round-b, .btn-white.active .loader-round-b, .open > .btn-white.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  background-image: none;
}
.btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white.focus {
  background-color: #fff;
  border-color: #181f23;
}
.btn-white .badge {
  color: #fff;
  background-color: #000;
}

.btn-theme {
  color: #fff;
  background-color: #de700f;
  border-color: #c6640d;
}
.btn-theme:focus, .btn-theme.focus {
  color: #fff;
  background-color: #ae580c;
  border-color: #4f2805;
}
.btn-theme:focus .loader-round-b, .btn-theme.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-theme:hover {
  color: #fff;
  background-color: #ae580c;
  border-color: #8d470a;
}
.btn-theme:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-theme:active, .btn-theme.active, .open > .btn-theme.dropdown-toggle {
  color: #fff;
  background-color: #ae580c;
  border-color: #8d470a;
}
.btn-theme:active:hover, .btn-theme:active:focus, .btn-theme:active.focus, .btn-theme.active:hover, .btn-theme.active:focus, .btn-theme.active.focus, .open > .btn-theme.dropdown-toggle:hover, .open > .btn-theme.dropdown-toggle:focus, .open > .btn-theme.dropdown-toggle.focus {
  color: #fff;
  background-color: #8d470a;
  border-color: #4f2805;
}
.btn-theme:active .loader-round-b, .btn-theme.active .loader-round-b, .open > .btn-theme.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-theme:active, .btn-theme.active, .open > .btn-theme.dropdown-toggle {
  background-image: none;
}
.btn-theme.disabled:hover, .btn-theme.disabled:focus, .btn-theme.disabled.focus, .btn-theme[disabled]:hover, .btn-theme[disabled]:focus, .btn-theme[disabled].focus, fieldset[disabled] .btn-theme:hover, fieldset[disabled] .btn-theme:focus, fieldset[disabled] .btn-theme.focus {
  background-color: #de700f;
  border-color: #c6640d;
}
.btn-theme .badge {
  color: #de700f;
  background-color: #fff;
}

.btn-theme-light {
  color: #fff;
  background-color: #964c0a;
  border-color: #7e4009;
}
.btn-theme-light:focus, .btn-theme-light.focus {
  color: #fff;
  background-color: #673407;
  border-color: #070400;
}
.btn-theme-light:focus .loader-round-b, .btn-theme-light.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-theme-light:hover {
  color: #fff;
  background-color: #673407;
  border-color: #452305;
}
.btn-theme-light:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-theme-light:active, .btn-theme-light.active, .open > .btn-theme-light.dropdown-toggle {
  color: #fff;
  background-color: #673407;
  border-color: #452305;
}
.btn-theme-light:active:hover, .btn-theme-light:active:focus, .btn-theme-light:active.focus, .btn-theme-light.active:hover, .btn-theme-light.active:focus, .btn-theme-light.active.focus, .open > .btn-theme-light.dropdown-toggle:hover, .open > .btn-theme-light.dropdown-toggle:focus, .open > .btn-theme-light.dropdown-toggle.focus {
  color: #fff;
  background-color: #452305;
  border-color: #070400;
}
.btn-theme-light:active .loader-round-b, .btn-theme-light.active .loader-round-b, .open > .btn-theme-light.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-theme-light:active, .btn-theme-light.active, .open > .btn-theme-light.dropdown-toggle {
  background-image: none;
}
.btn-theme-light.disabled:hover, .btn-theme-light.disabled:focus, .btn-theme-light.disabled.focus, .btn-theme-light[disabled]:hover, .btn-theme-light[disabled]:focus, .btn-theme-light[disabled].focus, fieldset[disabled] .btn-theme-light:hover, fieldset[disabled] .btn-theme-light:focus, fieldset[disabled] .btn-theme-light.focus {
  background-color: #964c0a;
  border-color: #7e4009;
}
.btn-theme-light .badge {
  color: #964c0a;
  background-color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #51bcd3;
  border-color: #3cb4ce;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #31a7c0;
  border-color: #1c606f;
}
.btn-secondary:focus .loader-round-b, .btn-secondary.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-secondary:hover {
  color: #fff;
  background-color: #31a7c0;
  border-color: #298ea3;
}
.btn-secondary:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #31a7c0;
  border-color: #298ea3;
}
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #298ea3;
  border-color: #1c606f;
}
.btn-secondary:active .loader-round-b, .btn-secondary.active .loader-round-b, .open > .btn-secondary.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  background-image: none;
}
.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
  background-color: #51bcd3;
  border-color: #3cb4ce;
}
.btn-secondary .badge {
  color: #51bcd3;
  background-color: #fff;
}

.btn-alernative {
  color: #fff;
  background-color: #c6640d;
  border-color: #ae580c;
}
.btn-alernative:focus, .btn-alernative.focus {
  color: #fff;
  background-color: #964c0a;
  border-color: #371c04;
}
.btn-alernative:focus .loader-round-b, .btn-alernative.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-alernative:hover {
  color: #fff;
  background-color: #964c0a;
  border-color: #753b08;
}
.btn-alernative:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-alernative:active, .btn-alernative.active, .open > .btn-alernative.dropdown-toggle {
  color: #fff;
  background-color: #964c0a;
  border-color: #753b08;
}
.btn-alernative:active:hover, .btn-alernative:active:focus, .btn-alernative:active.focus, .btn-alernative.active:hover, .btn-alernative.active:focus, .btn-alernative.active.focus, .open > .btn-alernative.dropdown-toggle:hover, .open > .btn-alernative.dropdown-toggle:focus, .open > .btn-alernative.dropdown-toggle.focus {
  color: #fff;
  background-color: #753b08;
  border-color: #371c04;
}
.btn-alernative:active .loader-round-b, .btn-alernative.active .loader-round-b, .open > .btn-alernative.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-alernative:active, .btn-alernative.active, .open > .btn-alernative.dropdown-toggle {
  background-image: none;
}
.btn-alernative.disabled:hover, .btn-alernative.disabled:focus, .btn-alernative.disabled.focus, .btn-alernative[disabled]:hover, .btn-alernative[disabled]:focus, .btn-alernative[disabled].focus, fieldset[disabled] .btn-alernative:hover, fieldset[disabled] .btn-alernative:focus, fieldset[disabled] .btn-alernative.focus {
  background-color: #c6640d;
  border-color: #ae580c;
}
.btn-alernative .badge {
  color: #c6640d;
  background-color: #fff;
}

.btn-secondary-light {
  color: #fff;
  background-color: #cbebf2;
  border-color: #b6e3ed;
}
.btn-secondary-light:focus, .btn-secondary-light.focus {
  color: #fff;
  background-color: #a2dbe7;
  border-color: #51bcd3;
}
.btn-secondary-light:focus .loader-round-b, .btn-secondary-light.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-secondary-light:hover {
  color: #fff;
  background-color: #a2dbe7;
  border-color: #86d0e0;
}
.btn-secondary-light:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-secondary-light:active, .btn-secondary-light.active, .open > .btn-secondary-light.dropdown-toggle {
  color: #fff;
  background-color: #a2dbe7;
  border-color: #86d0e0;
}
.btn-secondary-light:active:hover, .btn-secondary-light:active:focus, .btn-secondary-light:active.focus, .btn-secondary-light.active:hover, .btn-secondary-light.active:focus, .btn-secondary-light.active.focus, .open > .btn-secondary-light.dropdown-toggle:hover, .open > .btn-secondary-light.dropdown-toggle:focus, .open > .btn-secondary-light.dropdown-toggle.focus {
  color: #fff;
  background-color: #86d0e0;
  border-color: #51bcd3;
}
.btn-secondary-light:active .loader-round-b, .btn-secondary-light.active .loader-round-b, .open > .btn-secondary-light.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.btn-secondary-light:active, .btn-secondary-light.active, .open > .btn-secondary-light.dropdown-toggle {
  background-image: none;
}
.btn-secondary-light.disabled:hover, .btn-secondary-light.disabled:focus, .btn-secondary-light.disabled.focus, .btn-secondary-light[disabled]:hover, .btn-secondary-light[disabled]:focus, .btn-secondary-light[disabled].focus, fieldset[disabled] .btn-secondary-light:hover, fieldset[disabled] .btn-secondary-light:focus, fieldset[disabled] .btn-secondary-light.focus {
  background-color: #cbebf2;
  border-color: #b6e3ed;
}
.btn-secondary-light .badge {
  color: #cbebf2;
  background-color: #fff;
}

.btn-link {
  color: #de700f;
  font-weight: normal;
  border-radius: 0;
}
.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;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #964c0a;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-borderd {
  color: #000;
  font-weight: normal;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.btn-borderd, .btn-borderd:active, .btn-borderd.active, .btn-borderd[disabled], fieldset[disabled] .btn-borderd {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-borderd, .btn-borderd:hover, .btn-borderd:focus, .btn-borderd:active {
  border-color: #ccc;
}
.btn-borderd:hover, .btn-borderd:focus {
  color: #964c0a;
  text-decoration: none;
  background-color: #fff;
}
.btn-borderd[disabled]:hover, .btn-borderd[disabled]:focus, fieldset[disabled] .btn-borderd:hover, fieldset[disabled] .btn-borderd:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

.btn-borderd {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 24px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.btn-borderd:focus, .btn-borderd.focus, .btn-borderd:active:focus, .btn-borderd:active.focus, .btn-borderd.active:focus, .btn-borderd.active.focus {
  outline: 0;
  outline-offset: 0;
}
.btn-borderd.hoverable:hover, .btn-borderd.hoverable:focus, .btn-borderd.hoverable.focus {
  text-decoration: none;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}
.btn-borderd:hover, .btn-borderd:focus, .btn-borderd.focus {
  color: #000;
  text-decoration: none;
}
.btn-borderd:active, .btn-borderd.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);
}
.btn-borderd.disabled, .btn-borderd[disabled], fieldset[disabled] .btn-borderd {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.borderd-default {
  color: #BDC3C7 !important;
  background-color: transparent;
  border-color: #BDC3C7;
}
.borderd-default:focus, .borderd-default.focus {
  color: #000 !important;
  background-color: #d9d9d9 !important;
  border-color: #78848c;
}
.borderd-default:focus .loader-round-b, .borderd-default.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-default:hover {
  color: #000 !important;
  background-color: #d9d9d9 !important;
  border-color: #9ca5ab;
}
.borderd-default:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-default:active, .borderd-default.active, .open > .borderd-default.dropdown-toggle {
  color: #000;
  background-color: #d9d9d9;
  border-color: #9ca5ab;
}
.borderd-default:active:hover, .borderd-default:active:focus, .borderd-default:active.focus, .borderd-default.active:hover, .borderd-default.active:focus, .borderd-default.active.focus, .open > .borderd-default.dropdown-toggle:hover, .open > .borderd-default.dropdown-toggle:focus, .open > .borderd-default.dropdown-toggle.focus {
  color: #000;
  background-color: #c7c7c7;
  border-color: #78848c;
}
.borderd-default:active .loader-round-b, .borderd-default.active .loader-round-b, .open > .borderd-default.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-default:active, .borderd-default.active, .open > .borderd-default.dropdown-toggle {
  background-image: none;
}
.borderd-default.disabled:hover, .borderd-default.disabled:focus, .borderd-default.disabled.focus, .borderd-default[disabled]:hover, .borderd-default[disabled]:focus, .borderd-default[disabled].focus, fieldset[disabled] .borderd-default:hover, fieldset[disabled] .borderd-default:focus, fieldset[disabled] .borderd-default.focus {
  background-color: #f2f2f2;
  border-color: #BDC3C7;
}
.borderd-default .badge {
  color: #f2f2f2;
  background-color: #000;
}

.borderd-primary {
  color: #063d8d !important;
  background-color: transparent;
  border-color: #063d8d;
}
.borderd-primary:focus, .borderd-primary.focus {
  color: #fff !important;
  background-color: #053374 !important;
  border-color: #010812;
}
.borderd-primary:focus .loader-round-b, .borderd-primary.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-primary:hover {
  color: #fff !important;
  background-color: #053374 !important;
  border-color: #032452;
}
.borderd-primary:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-primary:active, .borderd-primary.active, .open > .borderd-primary.dropdown-toggle {
  color: #fff;
  background-color: #053374;
  border-color: #032452;
}
.borderd-primary:active:hover, .borderd-primary:active:focus, .borderd-primary:active.focus, .borderd-primary.active:hover, .borderd-primary.active:focus, .borderd-primary.active.focus, .open > .borderd-primary.dropdown-toggle:hover, .open > .borderd-primary.dropdown-toggle:focus, .open > .borderd-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #032452;
  border-color: #010812;
}
.borderd-primary:active .loader-round-b, .borderd-primary.active .loader-round-b, .open > .borderd-primary.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-primary:active, .borderd-primary.active, .open > .borderd-primary.dropdown-toggle {
  background-image: none;
}
.borderd-primary.disabled:hover, .borderd-primary.disabled:focus, .borderd-primary.disabled.focus, .borderd-primary[disabled]:hover, .borderd-primary[disabled]:focus, .borderd-primary[disabled].focus, fieldset[disabled] .borderd-primary:hover, fieldset[disabled] .borderd-primary:focus, fieldset[disabled] .borderd-primary.focus {
  background-color: #0748a5;
  border-color: #063d8d;
}
.borderd-primary .badge {
  color: #0748a5;
  background-color: #fff;
}

.borderd-warning {
  color: #f38709 !important;
  background-color: transparent;
  border-color: #f38709;
}
.borderd-warning:focus, .borderd-warning.focus {
  color: #fff !important;
  background-color: #da7908 !important;
  border-color: #784304;
}
.borderd-warning:focus .loader-round-b, .borderd-warning.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-warning:hover {
  color: #fff !important;
  background-color: #da7908 !important;
  border-color: #b86607;
}
.borderd-warning:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-warning:active, .borderd-warning.active, .open > .borderd-warning.dropdown-toggle {
  color: #fff;
  background-color: #da7908;
  border-color: #b86607;
}
.borderd-warning:active:hover, .borderd-warning:active:focus, .borderd-warning:active.focus, .borderd-warning.active:hover, .borderd-warning.active:focus, .borderd-warning.active.focus, .open > .borderd-warning.dropdown-toggle:hover, .open > .borderd-warning.dropdown-toggle:focus, .open > .borderd-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #b86607;
  border-color: #784304;
}
.borderd-warning:active .loader-round-b, .borderd-warning.active .loader-round-b, .open > .borderd-warning.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-warning:active, .borderd-warning.active, .open > .borderd-warning.dropdown-toggle {
  background-image: none;
}
.borderd-warning.disabled:hover, .borderd-warning.disabled:focus, .borderd-warning.disabled.focus, .borderd-warning[disabled]:hover, .borderd-warning[disabled]:focus, .borderd-warning[disabled].focus, fieldset[disabled] .borderd-warning:hover, fieldset[disabled] .borderd-warning:focus, fieldset[disabled] .borderd-warning.focus {
  background-color: #f7931e;
  border-color: #f38709;
}
.borderd-warning .badge {
  color: #f7931e;
  background-color: #fff;
}

.borderd-success {
  color: #00c08d !important;
  background-color: transparent;
  border-color: #00c08d;
}
.borderd-success:focus, .borderd-success.focus {
  color: #fff !important;
  background-color: #00a67a !important;
  border-color: #00402f;
}
.borderd-success:focus .loader-round-b, .borderd-success.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-success:hover {
  color: #fff !important;
  background-color: #00a67a !important;
  border-color: #008260;
}
.borderd-success:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-success:active, .borderd-success.active, .open > .borderd-success.dropdown-toggle {
  color: #fff;
  background-color: #00a67a;
  border-color: #008260;
}
.borderd-success:active:hover, .borderd-success:active:focus, .borderd-success:active.focus, .borderd-success.active:hover, .borderd-success.active:focus, .borderd-success.active.focus, .open > .borderd-success.dropdown-toggle:hover, .open > .borderd-success.dropdown-toggle:focus, .open > .borderd-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #008260;
  border-color: #00402f;
}
.borderd-success:active .loader-round-b, .borderd-success.active .loader-round-b, .open > .borderd-success.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-success:active, .borderd-success.active, .open > .borderd-success.dropdown-toggle {
  background-image: none;
}
.borderd-success.disabled:hover, .borderd-success.disabled:focus, .borderd-success.disabled.focus, .borderd-success[disabled]:hover, .borderd-success[disabled]:focus, .borderd-success[disabled].focus, fieldset[disabled] .borderd-success:hover, fieldset[disabled] .borderd-success:focus, fieldset[disabled] .borderd-success.focus {
  background-color: #00d9a0;
  border-color: #00c08d;
}
.borderd-success .badge {
  color: #00d9a0;
  background-color: #fff;
}

.borderd-info {
  color: #00a6dc !important;
  background-color: transparent;
  border-color: #00a6dc;
}
.borderd-info:focus, .borderd-info.focus {
  color: #fff !important;
  background-color: #0092c2 !important;
  border-color: #00455c;
}
.borderd-info:focus .loader-round-b, .borderd-info.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-info:hover {
  color: #fff !important;
  background-color: #0092c2 !important;
  border-color: #00789e;
}
.borderd-info:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-info:active, .borderd-info.active, .open > .borderd-info.dropdown-toggle {
  color: #fff;
  background-color: #0092c2;
  border-color: #00789e;
}
.borderd-info:active:hover, .borderd-info:active:focus, .borderd-info:active.focus, .borderd-info.active:hover, .borderd-info.active:focus, .borderd-info.active.focus, .open > .borderd-info.dropdown-toggle:hover, .open > .borderd-info.dropdown-toggle:focus, .open > .borderd-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #00789e;
  border-color: #00455c;
}
.borderd-info:active .loader-round-b, .borderd-info.active .loader-round-b, .open > .borderd-info.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-info:active, .borderd-info.active, .open > .borderd-info.dropdown-toggle {
  background-image: none;
}
.borderd-info.disabled:hover, .borderd-info.disabled:focus, .borderd-info.disabled.focus, .borderd-info[disabled]:hover, .borderd-info[disabled]:focus, .borderd-info[disabled].focus, fieldset[disabled] .borderd-info:hover, fieldset[disabled] .borderd-info:focus, fieldset[disabled] .borderd-info.focus {
  background-color: #00b9f5;
  border-color: #00a6dc;
}
.borderd-info .badge {
  color: #00b9f5;
  background-color: #fff;
}

.borderd-deep-orange {
  color: #ff4409 !important;
  background-color: transparent;
  border-color: #ff4409;
}
.borderd-deep-orange:focus, .borderd-deep-orange.focus {
  color: #fff !important;
  background-color: #ee3900 !important;
  border-color: #882100;
}
.borderd-deep-orange:focus .loader-round-b, .borderd-deep-orange.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-deep-orange:hover {
  color: #fff !important;
  background-color: #ee3900 !important;
  border-color: #ca3100;
}
.borderd-deep-orange:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-deep-orange:active, .borderd-deep-orange.active, .open > .borderd-deep-orange.dropdown-toggle {
  color: #fff;
  background-color: #ee3900;
  border-color: #ca3100;
}
.borderd-deep-orange:active:hover, .borderd-deep-orange:active:focus, .borderd-deep-orange:active.focus, .borderd-deep-orange.active:hover, .borderd-deep-orange.active:focus, .borderd-deep-orange.active.focus, .open > .borderd-deep-orange.dropdown-toggle:hover, .open > .borderd-deep-orange.dropdown-toggle:focus, .open > .borderd-deep-orange.dropdown-toggle.focus {
  color: #fff;
  background-color: #ca3100;
  border-color: #882100;
}
.borderd-deep-orange:active .loader-round-b, .borderd-deep-orange.active .loader-round-b, .open > .borderd-deep-orange.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-deep-orange:active, .borderd-deep-orange.active, .open > .borderd-deep-orange.dropdown-toggle {
  background-image: none;
}
.borderd-deep-orange.disabled:hover, .borderd-deep-orange.disabled:focus, .borderd-deep-orange.disabled.focus, .borderd-deep-orange[disabled]:hover, .borderd-deep-orange[disabled]:focus, .borderd-deep-orange[disabled].focus, fieldset[disabled] .borderd-deep-orange:hover, fieldset[disabled] .borderd-deep-orange:focus, fieldset[disabled] .borderd-deep-orange.focus {
  background-color: #ff5722;
  border-color: #ff4409;
}
.borderd-deep-orange .badge {
  color: #ff5722;
  background-color: #fff;
}

.borderd-yellow {
  color: #fdd31c !important;
  background-color: transparent;
  border-color: #fdd31c;
}
.borderd-yellow:focus, .borderd-yellow.focus {
  color: #fff !important;
  background-color: #fdce03 !important;
  border-color: #987c02;
}
.borderd-yellow:focus .loader-round-b, .borderd-yellow.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-yellow:hover {
  color: #fff !important;
  background-color: #fdce03 !important;
  border-color: #d9b102;
}
.borderd-yellow:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-yellow:active, .borderd-yellow.active, .open > .borderd-yellow.dropdown-toggle {
  color: #fff;
  background-color: #fdce03;
  border-color: #d9b102;
}
.borderd-yellow:active:hover, .borderd-yellow:active:focus, .borderd-yellow:active.focus, .borderd-yellow.active:hover, .borderd-yellow.active:focus, .borderd-yellow.active.focus, .open > .borderd-yellow.dropdown-toggle:hover, .open > .borderd-yellow.dropdown-toggle:focus, .open > .borderd-yellow.dropdown-toggle.focus {
  color: #fff;
  background-color: #d9b102;
  border-color: #987c02;
}
.borderd-yellow:active .loader-round-b, .borderd-yellow.active .loader-round-b, .open > .borderd-yellow.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-yellow:active, .borderd-yellow.active, .open > .borderd-yellow.dropdown-toggle {
  background-image: none;
}
.borderd-yellow.disabled:hover, .borderd-yellow.disabled:focus, .borderd-yellow.disabled.focus, .borderd-yellow[disabled]:hover, .borderd-yellow[disabled]:focus, .borderd-yellow[disabled].focus, fieldset[disabled] .borderd-yellow:hover, fieldset[disabled] .borderd-yellow:focus, fieldset[disabled] .borderd-yellow.focus {
  background-color: #fdd835;
  border-color: #fdd31c;
}
.borderd-yellow .badge {
  color: #fdd835;
  background-color: #fff;
}

.borderd-light-red {
  color: #d81558 !important;
  background-color: transparent;
  border-color: #d81558;
}
.borderd-light-red:focus, .borderd-light-red.focus {
  color: #fff !important;
  background-color: #c1134e !important;
  border-color: #640a29;
}
.borderd-light-red:focus .loader-round-b, .borderd-light-red.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-light-red:hover {
  color: #fff !important;
  background-color: #c1134e !important;
  border-color: #a11041;
}
.borderd-light-red:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-light-red:active, .borderd-light-red.active, .open > .borderd-light-red.dropdown-toggle {
  color: #fff;
  background-color: #c1134e;
  border-color: #a11041;
}
.borderd-light-red:active:hover, .borderd-light-red:active:focus, .borderd-light-red:active.focus, .borderd-light-red.active:hover, .borderd-light-red.active:focus, .borderd-light-red.active.focus, .open > .borderd-light-red.dropdown-toggle:hover, .open > .borderd-light-red.dropdown-toggle:focus, .open > .borderd-light-red.dropdown-toggle.focus {
  color: #fff;
  background-color: #a11041;
  border-color: #640a29;
}
.borderd-light-red:active .loader-round-b, .borderd-light-red.active .loader-round-b, .open > .borderd-light-red.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-light-red:active, .borderd-light-red.active, .open > .borderd-light-red.dropdown-toggle {
  background-image: none;
}
.borderd-light-red.disabled:hover, .borderd-light-red.disabled:focus, .borderd-light-red.disabled.focus, .borderd-light-red[disabled]:hover, .borderd-light-red[disabled]:focus, .borderd-light-red[disabled].focus, fieldset[disabled] .borderd-light-red:hover, fieldset[disabled] .borderd-light-red:focus, fieldset[disabled] .borderd-light-red.focus {
  background-color: #e91e63;
  border-color: #d81558;
}
.borderd-light-red .badge {
  color: #e91e63;
  background-color: #fff;
}

.borderd-pink {
  color: #e84047 !important;
  background-color: transparent;
  border-color: #e84047;
}
.borderd-pink:focus, .borderd-pink.focus {
  color: #fff !important;
  background-color: #e62931 !important;
  border-color: #971217;
}
.borderd-pink:focus .loader-round-b, .borderd-pink.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-pink:hover {
  color: #fff !important;
  background-color: #e62931 !important;
  border-color: #d21921;
}
.borderd-pink:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-pink:active, .borderd-pink.active, .open > .borderd-pink.dropdown-toggle {
  color: #fff;
  background-color: #e62931;
  border-color: #d21921;
}
.borderd-pink:active:hover, .borderd-pink:active:focus, .borderd-pink:active.focus, .borderd-pink.active:hover, .borderd-pink.active:focus, .borderd-pink.active.focus, .open > .borderd-pink.dropdown-toggle:hover, .open > .borderd-pink.dropdown-toggle:focus, .open > .borderd-pink.dropdown-toggle.focus {
  color: #fff;
  background-color: #d21921;
  border-color: #971217;
}
.borderd-pink:active .loader-round-b, .borderd-pink.active .loader-round-b, .open > .borderd-pink.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-pink:active, .borderd-pink.active, .open > .borderd-pink.dropdown-toggle {
  background-image: none;
}
.borderd-pink.disabled:hover, .borderd-pink.disabled:focus, .borderd-pink.disabled.focus, .borderd-pink[disabled]:hover, .borderd-pink[disabled]:focus, .borderd-pink[disabled].focus, fieldset[disabled] .borderd-pink:hover, fieldset[disabled] .borderd-pink:focus, fieldset[disabled] .borderd-pink.focus {
  background-color: #eb575d;
  border-color: #e84047;
}
.borderd-pink .badge {
  color: #eb575d;
  background-color: #fff;
}

.borderd-gray {
  color: #181f23 !important;
  background-color: transparent;
  border-color: #181f23;
}
.borderd-gray:focus, .borderd-gray.focus {
  color: #fff !important;
  background-color: #0d1214 !important;
  border-color: black;
}
.borderd-gray:focus .loader-round-b, .borderd-gray.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-gray:hover {
  color: #fff !important;
  background-color: #0d1214 !important;
  border-color: black;
}
.borderd-gray:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-gray:active, .borderd-gray.active, .open > .borderd-gray.dropdown-toggle {
  color: #fff;
  background-color: #0d1214;
  border-color: black;
}
.borderd-gray:active:hover, .borderd-gray:active:focus, .borderd-gray:active.focus, .borderd-gray.active:hover, .borderd-gray.active:focus, .borderd-gray.active.focus, .open > .borderd-gray.dropdown-toggle:hover, .open > .borderd-gray.dropdown-toggle:focus, .open > .borderd-gray.dropdown-toggle.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}
.borderd-gray:active .loader-round-b, .borderd-gray.active .loader-round-b, .open > .borderd-gray.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-gray:active, .borderd-gray.active, .open > .borderd-gray.dropdown-toggle {
  background-image: none;
}
.borderd-gray.disabled:hover, .borderd-gray.disabled:focus, .borderd-gray.disabled.focus, .borderd-gray[disabled]:hover, .borderd-gray[disabled]:focus, .borderd-gray[disabled].focus, fieldset[disabled] .borderd-gray:hover, fieldset[disabled] .borderd-gray:focus, fieldset[disabled] .borderd-gray.focus {
  background-color: #222d32;
  border-color: #181f23;
}
.borderd-gray .badge {
  color: #222d32;
  background-color: #fff;
}

.borderd-violet {
  color: #5e0f5c !important;
  background-color: transparent;
  border-color: #5e0f5c;
}
.borderd-violet:focus, .borderd-violet.focus {
  color: #fff !important;
  background-color: #480c46 !important;
  border-color: black;
}
.borderd-violet:focus .loader-round-b, .borderd-violet.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-violet:hover {
  color: #fff !important;
  background-color: #480c46 !important;
  border-color: #2a0728;
}
.borderd-violet:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-violet:active, .borderd-violet.active, .open > .borderd-violet.dropdown-toggle {
  color: #fff;
  background-color: #480c46;
  border-color: #2a0728;
}
.borderd-violet:active:hover, .borderd-violet:active:focus, .borderd-violet:active.focus, .borderd-violet.active:hover, .borderd-violet.active:focus, .borderd-violet.active.focus, .open > .borderd-violet.dropdown-toggle:hover, .open > .borderd-violet.dropdown-toggle:focus, .open > .borderd-violet.dropdown-toggle.focus {
  color: #fff;
  background-color: #2a0728;
  border-color: black;
}
.borderd-violet:active .loader-round-b, .borderd-violet.active .loader-round-b, .open > .borderd-violet.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-violet:active, .borderd-violet.active, .open > .borderd-violet.dropdown-toggle {
  background-image: none;
}
.borderd-violet.disabled:hover, .borderd-violet.disabled:focus, .borderd-violet.disabled.focus, .borderd-violet[disabled]:hover, .borderd-violet[disabled]:focus, .borderd-violet[disabled].focus, fieldset[disabled] .borderd-violet:hover, fieldset[disabled] .borderd-violet:focus, fieldset[disabled] .borderd-violet.focus {
  background-color: #741371;
  border-color: #5e0f5c;
}
.borderd-violet .badge {
  color: #741371;
  background-color: #fff;
}

.borderd-blue {
  color: #012c60 !important;
  background-color: transparent;
  border-color: #012c60;
}
.borderd-blue:focus, .borderd-blue.focus {
  color: #fff !important;
  background-color: #012146 !important;
  border-color: black;
}
.borderd-blue:focus .loader-round-b, .borderd-blue.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-blue:hover {
  color: #fff !important;
  background-color: #012146 !important;
  border-color: #001023;
}
.borderd-blue:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-blue:active, .borderd-blue.active, .open > .borderd-blue.dropdown-toggle {
  color: #fff;
  background-color: #012146;
  border-color: #001023;
}
.borderd-blue:active:hover, .borderd-blue:active:focus, .borderd-blue:active.focus, .borderd-blue.active:hover, .borderd-blue.active:focus, .borderd-blue.active.focus, .open > .borderd-blue.dropdown-toggle:hover, .open > .borderd-blue.dropdown-toggle:focus, .open > .borderd-blue.dropdown-toggle.focus {
  color: #fff;
  background-color: #001023;
  border-color: black;
}
.borderd-blue:active .loader-round-b, .borderd-blue.active .loader-round-b, .open > .borderd-blue.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-blue:active, .borderd-blue.active, .open > .borderd-blue.dropdown-toggle {
  background-image: none;
}
.borderd-blue.disabled:hover, .borderd-blue.disabled:focus, .borderd-blue.disabled.focus, .borderd-blue[disabled]:hover, .borderd-blue[disabled]:focus, .borderd-blue[disabled].focus, fieldset[disabled] .borderd-blue:hover, fieldset[disabled] .borderd-blue:focus, fieldset[disabled] .borderd-blue.focus {
  background-color: #013879;
  border-color: #012c60;
}
.borderd-blue .badge {
  color: #013879;
  background-color: #fff;
}

.borderd-blue-grey {
  color: #566f7c !important;
  background-color: transparent;
  border-color: #566f7c;
}
.borderd-blue-grey:focus, .borderd-blue-grey.focus {
  color: #fff !important;
  background-color: #4b626d !important;
  border-color: #212c31;
}
.borderd-blue-grey:focus .loader-round-b, .borderd-blue-grey.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-blue-grey:hover {
  color: #fff !important;
  background-color: #4b626d !important;
  border-color: #3d4f58;
}
.borderd-blue-grey:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-blue-grey:active, .borderd-blue-grey.active, .open > .borderd-blue-grey.dropdown-toggle {
  color: #fff;
  background-color: #4b626d;
  border-color: #3d4f58;
}
.borderd-blue-grey:active:hover, .borderd-blue-grey:active:focus, .borderd-blue-grey:active.focus, .borderd-blue-grey.active:hover, .borderd-blue-grey.active:focus, .borderd-blue-grey.active.focus, .open > .borderd-blue-grey.dropdown-toggle:hover, .open > .borderd-blue-grey.dropdown-toggle:focus, .open > .borderd-blue-grey.dropdown-toggle.focus {
  color: #fff;
  background-color: #3d4f58;
  border-color: #212c31;
}
.borderd-blue-grey:active .loader-round-b, .borderd-blue-grey.active .loader-round-b, .open > .borderd-blue-grey.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-blue-grey:active, .borderd-blue-grey.active, .open > .borderd-blue-grey.dropdown-toggle {
  background-image: none;
}
.borderd-blue-grey.disabled:hover, .borderd-blue-grey.disabled:focus, .borderd-blue-grey.disabled.focus, .borderd-blue-grey[disabled]:hover, .borderd-blue-grey[disabled]:focus, .borderd-blue-grey[disabled].focus, fieldset[disabled] .borderd-blue-grey:hover, fieldset[disabled] .borderd-blue-grey:focus, fieldset[disabled] .borderd-blue-grey.focus {
  background-color: #607d8b;
  border-color: #566f7c;
}
.borderd-blue-grey .badge {
  color: #607d8b;
  background-color: #fff;
}

.borderd-brown {
  color: #694a3e !important;
  background-color: transparent;
  border-color: #694a3e;
}
.borderd-brown:focus, .borderd-brown.focus {
  color: #fff !important;
  background-color: #593f35 !important;
  border-color: #19120f;
}
.borderd-brown:focus .loader-round-b, .borderd-brown.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-brown:hover {
  color: #fff !important;
  background-color: #593f35 !important;
  border-color: #432f28;
}
.borderd-brown:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-brown:active, .borderd-brown.active, .open > .borderd-brown.dropdown-toggle {
  color: #fff;
  background-color: #593f35;
  border-color: #432f28;
}
.borderd-brown:active:hover, .borderd-brown:active:focus, .borderd-brown:active.focus, .borderd-brown.active:hover, .borderd-brown.active:focus, .borderd-brown.active.focus, .open > .borderd-brown.dropdown-toggle:hover, .open > .borderd-brown.dropdown-toggle:focus, .open > .borderd-brown.dropdown-toggle.focus {
  color: #fff;
  background-color: #432f28;
  border-color: #19120f;
}
.borderd-brown:active .loader-round-b, .borderd-brown.active .loader-round-b, .open > .borderd-brown.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-brown:active, .borderd-brown.active, .open > .borderd-brown.dropdown-toggle {
  background-image: none;
}
.borderd-brown.disabled:hover, .borderd-brown.disabled:focus, .borderd-brown.disabled.focus, .borderd-brown[disabled]:hover, .borderd-brown[disabled]:focus, .borderd-brown[disabled].focus, fieldset[disabled] .borderd-brown:hover, fieldset[disabled] .borderd-brown:focus, fieldset[disabled] .borderd-brown.focus {
  background-color: #795548;
  border-color: #694a3e;
}
.borderd-brown .badge {
  color: #795548;
  background-color: #fff;
}

.borderd-green {
  color: #7eb73d !important;
  background-color: transparent;
  border-color: #7eb73d;
}
.borderd-green:focus, .borderd-green.focus {
  color: #fff !important;
  background-color: #71a436 !important;
  border-color: #3c571d;
}
.borderd-green:focus .loader-round-b, .borderd-green.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-green:hover {
  color: #fff !important;
  background-color: #71a436 !important;
  border-color: #5f892d;
}
.borderd-green:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-green:active, .borderd-green.active, .open > .borderd-green.dropdown-toggle {
  color: #fff;
  background-color: #71a436;
  border-color: #5f892d;
}
.borderd-green:active:hover, .borderd-green:active:focus, .borderd-green:active.focus, .borderd-green.active:hover, .borderd-green.active:focus, .borderd-green.active.focus, .open > .borderd-green.dropdown-toggle:hover, .open > .borderd-green.dropdown-toggle:focus, .open > .borderd-green.dropdown-toggle.focus {
  color: #fff;
  background-color: #5f892d;
  border-color: #3c571d;
}
.borderd-green:active .loader-round-b, .borderd-green.active .loader-round-b, .open > .borderd-green.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-green:active, .borderd-green.active, .open > .borderd-green.dropdown-toggle {
  background-image: none;
}
.borderd-green.disabled:hover, .borderd-green.disabled:focus, .borderd-green.disabled.focus, .borderd-green[disabled]:hover, .borderd-green[disabled]:focus, .borderd-green[disabled].focus, fieldset[disabled] .borderd-green:hover, fieldset[disabled] .borderd-green:focus, fieldset[disabled] .borderd-green.focus {
  background-color: #8bc34a;
  border-color: #7eb73d;
}
.borderd-green .badge {
  color: #8bc34a;
  background-color: #fff;
}

.borderd-lime {
  color: #c6d626 !important;
  background-color: transparent;
  border-color: #c6d626;
}
.borderd-lime:focus, .borderd-lime.focus {
  color: #fff !important;
  background-color: #b2c022 !important;
  border-color: #616913;
}
.borderd-lime:focus .loader-round-b, .borderd-lime.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-lime:hover {
  color: #fff !important;
  background-color: #b2c022 !important;
  border-color: #95a21d;
}
.borderd-lime:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-lime:active, .borderd-lime.active, .open > .borderd-lime.dropdown-toggle {
  color: #fff;
  background-color: #b2c022;
  border-color: #95a21d;
}
.borderd-lime:active:hover, .borderd-lime:active:focus, .borderd-lime:active.focus, .borderd-lime.active:hover, .borderd-lime.active:focus, .borderd-lime.active.focus, .open > .borderd-lime.dropdown-toggle:hover, .open > .borderd-lime.dropdown-toggle:focus, .open > .borderd-lime.dropdown-toggle.focus {
  color: #fff;
  background-color: #95a21d;
  border-color: #616913;
}
.borderd-lime:active .loader-round-b, .borderd-lime.active .loader-round-b, .open > .borderd-lime.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-lime:active, .borderd-lime.active, .open > .borderd-lime.dropdown-toggle {
  background-image: none;
}
.borderd-lime.disabled:hover, .borderd-lime.disabled:focus, .borderd-lime.disabled.focus, .borderd-lime[disabled]:hover, .borderd-lime[disabled]:focus, .borderd-lime[disabled].focus, fieldset[disabled] .borderd-lime:hover, fieldset[disabled] .borderd-lime:focus, fieldset[disabled] .borderd-lime.focus {
  background-color: #cddc39;
  border-color: #c6d626;
}
.borderd-lime .badge {
  color: #cddc39;
  background-color: #fff;
}

.borderd-danger {
  color: #ea2f10 !important;
  background-color: transparent;
  border-color: #ea2f10;
}
.borderd-danger:focus, .borderd-danger.focus {
  color: #fff !important;
  background-color: #d32a0e !important;
  border-color: #731708;
}
.borderd-danger:focus .loader-round-b, .borderd-danger.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-danger:hover {
  color: #fff !important;
  background-color: #d32a0e !important;
  border-color: #b1240c;
}
.borderd-danger:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-danger:active, .borderd-danger.active, .open > .borderd-danger.dropdown-toggle {
  color: #fff;
  background-color: #d32a0e;
  border-color: #b1240c;
}
.borderd-danger:active:hover, .borderd-danger:active:focus, .borderd-danger:active.focus, .borderd-danger.active:hover, .borderd-danger.active:focus, .borderd-danger.active.focus, .open > .borderd-danger.dropdown-toggle:hover, .open > .borderd-danger.dropdown-toggle:focus, .open > .borderd-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #b1240c;
  border-color: #731708;
}
.borderd-danger:active .loader-round-b, .borderd-danger.active .loader-round-b, .open > .borderd-danger.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-danger:active, .borderd-danger.active, .open > .borderd-danger.dropdown-toggle {
  background-image: none;
}
.borderd-danger.disabled:hover, .borderd-danger.disabled:focus, .borderd-danger.disabled.focus, .borderd-danger[disabled]:hover, .borderd-danger[disabled]:focus, .borderd-danger[disabled].focus, fieldset[disabled] .borderd-danger:hover, fieldset[disabled] .borderd-danger:focus, fieldset[disabled] .borderd-danger.focus {
  background-color: #F04124;
  border-color: #ea2f10;
}
.borderd-danger .badge {
  color: #F04124;
  background-color: #fff;
}

.borderd-light-blue {
  color: #0398db !important;
  background-color: transparent;
  border-color: #0398db;
}
.borderd-light-blue:focus, .borderd-light-blue.focus {
  color: #fff !important;
  background-color: #0286c2 !important;
  border-color: #01405d;
}
.borderd-light-blue:focus .loader-round-b, .borderd-light-blue.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-light-blue:hover {
  color: #fff !important;
  background-color: #0286c2 !important;
  border-color: #026e9e;
}
.borderd-light-blue:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-light-blue:active, .borderd-light-blue.active, .open > .borderd-light-blue.dropdown-toggle {
  color: #fff;
  background-color: #0286c2;
  border-color: #026e9e;
}
.borderd-light-blue:active:hover, .borderd-light-blue:active:focus, .borderd-light-blue:active.focus, .borderd-light-blue.active:hover, .borderd-light-blue.active:focus, .borderd-light-blue.active.focus, .open > .borderd-light-blue.dropdown-toggle:hover, .open > .borderd-light-blue.dropdown-toggle:focus, .open > .borderd-light-blue.dropdown-toggle.focus {
  color: #fff;
  background-color: #026e9e;
  border-color: #01405d;
}
.borderd-light-blue:active .loader-round-b, .borderd-light-blue.active .loader-round-b, .open > .borderd-light-blue.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-light-blue:active, .borderd-light-blue.active, .open > .borderd-light-blue.dropdown-toggle {
  background-image: none;
}
.borderd-light-blue.disabled:hover, .borderd-light-blue.disabled:focus, .borderd-light-blue.disabled.focus, .borderd-light-blue[disabled]:hover, .borderd-light-blue[disabled]:focus, .borderd-light-blue[disabled].focus, fieldset[disabled] .borderd-light-blue:hover, fieldset[disabled] .borderd-light-blue:focus, fieldset[disabled] .borderd-light-blue.focus {
  background-color: #03a9f4;
  border-color: #0398db;
}
.borderd-light-blue .badge {
  color: #03a9f4;
  background-color: #fff;
}

.borderd-cyan {
  color: #00a5bb !important;
  background-color: transparent;
  border-color: #00a5bb;
}
.borderd-cyan:focus, .borderd-cyan.focus {
  color: #fff !important;
  background-color: #008fa1 !important;
  border-color: #00343b;
}
.borderd-cyan:focus .loader-round-b, .borderd-cyan.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-cyan:hover {
  color: #fff !important;
  background-color: #008fa1 !important;
  border-color: #006f7d;
}
.borderd-cyan:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-cyan:active, .borderd-cyan.active, .open > .borderd-cyan.dropdown-toggle {
  color: #fff;
  background-color: #008fa1;
  border-color: #006f7d;
}
.borderd-cyan:active:hover, .borderd-cyan:active:focus, .borderd-cyan:active.focus, .borderd-cyan.active:hover, .borderd-cyan.active:focus, .borderd-cyan.active.focus, .open > .borderd-cyan.dropdown-toggle:hover, .open > .borderd-cyan.dropdown-toggle:focus, .open > .borderd-cyan.dropdown-toggle.focus {
  color: #fff;
  background-color: #006f7d;
  border-color: #00343b;
}
.borderd-cyan:active .loader-round-b, .borderd-cyan.active .loader-round-b, .open > .borderd-cyan.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-cyan:active, .borderd-cyan.active, .open > .borderd-cyan.dropdown-toggle {
  background-image: none;
}
.borderd-cyan.disabled:hover, .borderd-cyan.disabled:focus, .borderd-cyan.disabled.focus, .borderd-cyan[disabled]:hover, .borderd-cyan[disabled]:focus, .borderd-cyan[disabled].focus, fieldset[disabled] .borderd-cyan:hover, fieldset[disabled] .borderd-cyan:focus, fieldset[disabled] .borderd-cyan.focus {
  background-color: #00bcd4;
  border-color: #00a5bb;
}
.borderd-cyan .badge {
  color: #00bcd4;
  background-color: #fff;
}

.borderd-teal {
  color: #007d71 !important;
  background-color: transparent;
  border-color: #007d71;
}
.borderd-teal:focus, .borderd-teal.focus {
  color: #fff !important;
  background-color: #00635a !important;
  border-color: black;
}
.borderd-teal:focus .loader-round-b, .borderd-teal.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-teal:hover {
  color: #fff !important;
  background-color: #00635a !important;
  border-color: #003f39;
}
.borderd-teal:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-teal:active, .borderd-teal.active, .open > .borderd-teal.dropdown-toggle {
  color: #fff;
  background-color: #00635a;
  border-color: #003f39;
}
.borderd-teal:active:hover, .borderd-teal:active:focus, .borderd-teal:active.focus, .borderd-teal.active:hover, .borderd-teal.active:focus, .borderd-teal.active.focus, .open > .borderd-teal.dropdown-toggle:hover, .open > .borderd-teal.dropdown-toggle:focus, .open > .borderd-teal.dropdown-toggle.focus {
  color: #fff;
  background-color: #003f39;
  border-color: black;
}
.borderd-teal:active .loader-round-b, .borderd-teal.active .loader-round-b, .open > .borderd-teal.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-teal:active, .borderd-teal.active, .open > .borderd-teal.dropdown-toggle {
  background-image: none;
}
.borderd-teal.disabled:hover, .borderd-teal.disabled:focus, .borderd-teal.disabled.focus, .borderd-teal[disabled]:hover, .borderd-teal[disabled]:focus, .borderd-teal[disabled].focus, fieldset[disabled] .borderd-teal:hover, fieldset[disabled] .borderd-teal:focus, fieldset[disabled] .borderd-teal.focus {
  background-color: #009688;
  border-color: #007d71;
}
.borderd-teal .badge {
  color: #009688;
  background-color: #fff;
}

.borderd-purple {
  color: #89229b !important;
  background-color: transparent;
  border-color: #89229b;
}
.borderd-purple:focus, .borderd-purple.focus {
  color: #fff !important;
  background-color: #771e86 !important;
  border-color: #2d0b33;
}
.borderd-purple:focus .loader-round-b, .borderd-purple.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-purple:hover {
  color: #fff !important;
  background-color: #771e86 !important;
  border-color: #5d1769;
}
.borderd-purple:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-purple:active, .borderd-purple.active, .open > .borderd-purple.dropdown-toggle {
  color: #fff;
  background-color: #771e86;
  border-color: #5d1769;
}
.borderd-purple:active:hover, .borderd-purple:active:focus, .borderd-purple:active.focus, .borderd-purple.active:hover, .borderd-purple.active:focus, .borderd-purple.active.focus, .open > .borderd-purple.dropdown-toggle:hover, .open > .borderd-purple.dropdown-toggle:focus, .open > .borderd-purple.dropdown-toggle.focus {
  color: #fff;
  background-color: #5d1769;
  border-color: #2d0b33;
}
.borderd-purple:active .loader-round-b, .borderd-purple.active .loader-round-b, .open > .borderd-purple.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-purple:active, .borderd-purple.active, .open > .borderd-purple.dropdown-toggle {
  background-image: none;
}
.borderd-purple.disabled:hover, .borderd-purple.disabled:focus, .borderd-purple.disabled.focus, .borderd-purple[disabled]:hover, .borderd-purple[disabled]:focus, .borderd-purple[disabled].focus, fieldset[disabled] .borderd-purple:hover, fieldset[disabled] .borderd-purple:focus, fieldset[disabled] .borderd-purple.focus {
  background-color: #9c27b0;
  border-color: #89229b;
}
.borderd-purple .badge {
  color: #9c27b0;
  background-color: #fff;
}

.borderd-indigo {
  color: #3849a2 !important;
  background-color: transparent;
  border-color: #3849a2;
}
.borderd-indigo:focus, .borderd-indigo.focus {
  color: #fff !important;
  background-color: #32408f !important;
  border-color: #171e44;
}
.borderd-indigo:focus .loader-round-b, .borderd-indigo.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-indigo:hover {
  color: #fff !important;
  background-color: #32408f !important;
  border-color: #293475;
}
.borderd-indigo:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-indigo:active, .borderd-indigo.active, .open > .borderd-indigo.dropdown-toggle {
  color: #fff;
  background-color: #32408f;
  border-color: #293475;
}
.borderd-indigo:active:hover, .borderd-indigo:active:focus, .borderd-indigo:active.focus, .borderd-indigo.active:hover, .borderd-indigo.active:focus, .borderd-indigo.active.focus, .open > .borderd-indigo.dropdown-toggle:hover, .open > .borderd-indigo.dropdown-toggle:focus, .open > .borderd-indigo.dropdown-toggle.focus {
  color: #fff;
  background-color: #293475;
  border-color: #171e44;
}
.borderd-indigo:active .loader-round-b, .borderd-indigo.active .loader-round-b, .open > .borderd-indigo.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-indigo:active, .borderd-indigo.active, .open > .borderd-indigo.dropdown-toggle {
  background-image: none;
}
.borderd-indigo.disabled:hover, .borderd-indigo.disabled:focus, .borderd-indigo.disabled.focus, .borderd-indigo[disabled]:hover, .borderd-indigo[disabled]:focus, .borderd-indigo[disabled].focus, fieldset[disabled] .borderd-indigo:hover, fieldset[disabled] .borderd-indigo:focus, fieldset[disabled] .borderd-indigo.focus {
  background-color: #3f51b5;
  border-color: #3849a2;
}
.borderd-indigo .badge {
  color: #3f51b5;
  background-color: #fff;
}

.borderd-theme-inverse {
  color: #c6640d !important;
  background-color: transparent;
  border-color: #c6640d;
}
.borderd-theme-inverse:focus, .borderd-theme-inverse.focus {
  color: #de700f !important;
  background-color: #ae580c !important;
  border-color: #4f2805;
}
.borderd-theme-inverse:focus .loader-round-b, .borderd-theme-inverse.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-theme-inverse:hover {
  color: #de700f !important;
  background-color: #ae580c !important;
  border-color: #8d470a;
}
.borderd-theme-inverse:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-theme-inverse:active, .borderd-theme-inverse.active, .open > .borderd-theme-inverse.dropdown-toggle {
  color: #de700f;
  background-color: #ae580c;
  border-color: #8d470a;
}
.borderd-theme-inverse:active:hover, .borderd-theme-inverse:active:focus, .borderd-theme-inverse:active.focus, .borderd-theme-inverse.active:hover, .borderd-theme-inverse.active:focus, .borderd-theme-inverse.active.focus, .open > .borderd-theme-inverse.dropdown-toggle:hover, .open > .borderd-theme-inverse.dropdown-toggle:focus, .open > .borderd-theme-inverse.dropdown-toggle.focus {
  color: #de700f;
  background-color: #8d470a;
  border-color: #4f2805;
}
.borderd-theme-inverse:active .loader-round-b, .borderd-theme-inverse.active .loader-round-b, .open > .borderd-theme-inverse.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-theme-inverse:active, .borderd-theme-inverse.active, .open > .borderd-theme-inverse.dropdown-toggle {
  background-image: none;
}
.borderd-theme-inverse.disabled:hover, .borderd-theme-inverse.disabled:focus, .borderd-theme-inverse.disabled.focus, .borderd-theme-inverse[disabled]:hover, .borderd-theme-inverse[disabled]:focus, .borderd-theme-inverse[disabled].focus, fieldset[disabled] .borderd-theme-inverse:hover, fieldset[disabled] .borderd-theme-inverse:focus, fieldset[disabled] .borderd-theme-inverse.focus {
  background-color: #de700f;
  border-color: #c6640d;
}
.borderd-theme-inverse .badge {
  color: #de700f;
  background-color: #de700f;
}

.borderd-theme {
  color: #c6640d !important;
  background-color: transparent;
  border-color: #c6640d;
}
.borderd-theme:focus, .borderd-theme.focus {
  color: #fff !important;
  background-color: #ae580c !important;
  border-color: #4f2805;
}
.borderd-theme:focus .loader-round-b, .borderd-theme.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-theme:hover {
  color: #fff !important;
  background-color: #ae580c !important;
  border-color: #8d470a;
}
.borderd-theme:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-theme:active, .borderd-theme.active, .open > .borderd-theme.dropdown-toggle {
  color: #fff;
  background-color: #ae580c;
  border-color: #8d470a;
}
.borderd-theme:active:hover, .borderd-theme:active:focus, .borderd-theme:active.focus, .borderd-theme.active:hover, .borderd-theme.active:focus, .borderd-theme.active.focus, .open > .borderd-theme.dropdown-toggle:hover, .open > .borderd-theme.dropdown-toggle:focus, .open > .borderd-theme.dropdown-toggle.focus {
  color: #fff;
  background-color: #8d470a;
  border-color: #4f2805;
}
.borderd-theme:active .loader-round-b, .borderd-theme.active .loader-round-b, .open > .borderd-theme.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-theme:active, .borderd-theme.active, .open > .borderd-theme.dropdown-toggle {
  background-image: none;
}
.borderd-theme.disabled:hover, .borderd-theme.disabled:focus, .borderd-theme.disabled.focus, .borderd-theme[disabled]:hover, .borderd-theme[disabled]:focus, .borderd-theme[disabled].focus, fieldset[disabled] .borderd-theme:hover, fieldset[disabled] .borderd-theme:focus, fieldset[disabled] .borderd-theme.focus {
  background-color: #de700f;
  border-color: #c6640d;
}
.borderd-theme .badge {
  color: #de700f;
  background-color: #fff;
}

.borderd-secondary {
  color: #d9d9d9 !important;
  background-color: transparent;
  border-color: #d9d9d9;
}
.borderd-secondary:focus, .borderd-secondary.focus {
  color: #fff !important;
  background-color: #3cb4ce !important;
  border-color: #999999;
}
.borderd-secondary:focus .loader-round-b, .borderd-secondary.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-secondary:hover {
  color: #fff !important;
  background-color: #3cb4ce !important;
  border-color: #bababa;
}
.borderd-secondary:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-secondary:active, .borderd-secondary.active, .open > .borderd-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3cb4ce;
  border-color: #bababa;
}
.borderd-secondary:active:hover, .borderd-secondary:active:focus, .borderd-secondary:active.focus, .borderd-secondary.active:hover, .borderd-secondary.active:focus, .borderd-secondary.active.focus, .open > .borderd-secondary.dropdown-toggle:hover, .open > .borderd-secondary.dropdown-toggle:focus, .open > .borderd-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #2fa0b8;
  border-color: #999999;
}
.borderd-secondary:active .loader-round-b, .borderd-secondary.active .loader-round-b, .open > .borderd-secondary.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-secondary:active, .borderd-secondary.active, .open > .borderd-secondary.dropdown-toggle {
  background-image: none;
}
.borderd-secondary.disabled:hover, .borderd-secondary.disabled:focus, .borderd-secondary.disabled.focus, .borderd-secondary[disabled]:hover, .borderd-secondary[disabled]:focus, .borderd-secondary[disabled].focus, fieldset[disabled] .borderd-secondary:hover, fieldset[disabled] .borderd-secondary:focus, fieldset[disabled] .borderd-secondary.focus {
  background-color: #65c4d8;
  border-color: #d9d9d9;
}
.borderd-secondary .badge {
  color: #65c4d8;
  background-color: #fff;
}

.borderd-white {
  color: white !important;
  background-color: transparent;
  border-color: white;
}
.borderd-white:focus, .borderd-white.focus {
  color: #333333 !important;
  background-color: #e6e6e6 !important;
  border-color: #d9d9d9;
}
.borderd-white:focus .loader-round-b, .borderd-white.focus .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-white:hover {
  color: #333333 !important;
  background-color: #e6e6e6 !important;
  border-color: #d9d9d9;
}
.borderd-white:hover .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-white:active, .borderd-white.active, .open > .borderd-white.dropdown-toggle {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
}
.borderd-white:active:hover, .borderd-white:active:focus, .borderd-white:active.focus, .borderd-white.active:hover, .borderd-white.active:focus, .borderd-white.active.focus, .open > .borderd-white.dropdown-toggle:hover, .open > .borderd-white.dropdown-toggle:focus, .open > .borderd-white.dropdown-toggle.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #c7c7c7;
}
.borderd-white:active .loader-round-b, .borderd-white.active .loader-round-b, .open > .borderd-white.dropdown-toggle .loader-round-b {
  border-color: rgba(255, 255, 255, 0.25);
  border-left-color: rgb(255, 255, 255);
}
.borderd-white:active, .borderd-white.active, .open > .borderd-white.dropdown-toggle {
  background-image: none;
}
.borderd-white.disabled:hover, .borderd-white.disabled:focus, .borderd-white.disabled.focus, .borderd-white[disabled]:hover, .borderd-white[disabled]:focus, .borderd-white[disabled].focus, fieldset[disabled] .borderd-white:hover, fieldset[disabled] .borderd-white:focus, fieldset[disabled] .borderd-white.focus {
  background-color: #fff;
  border-color: #f2f2f2;
}
.borderd-white .badge {
  color: #fff;
  background-color: #333333;
}

/* Select Field
   ========================================================================== */
.load-more-btn {
  margin-top: 1.5em;
  text-align: center;
  text-transform: uppercase;
}
.load-more-btn .load-more {
  max-width: 260px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.load-more-btn .loader-round-w {
  position: absolute;
  left: 1em;
  margin-top: -0.16em;
}
.load-more-btn .loader-round-b {
  position: absolute;
  left: 1em;
  margin-top: -0.16em;
}

.select-wrapper select {
  display: none;
}

.select-wrapper select.browser-default {
  display: block;
}

.select-wrapper select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 35px;
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: #fcfcfc;
  outline: none;
  border-radius: 4px;
  height: 46px;
  line-height: 51px;
  width: 100%;
  font-size: 14px;
  margin: 0;
  color: #000;
  padding: 0 1em;
  display: table-cell;
  border: 1px solid #ccc;
}
.select-wrapper input.select-dropdown:focus {
  color: black;
  border-color: #86c042;
  background-color: #fff;
  outline: 2px;
}
.select-wrapper span.caret {
  color: initial;
  position: absolute;
  right: 1.2em;
  top: 0;
  bottom: 0;
  height: 10px;
  margin: auto 0;
  font-size: 10px;
  line-height: 10px;
  z-index: 1;
}
.select-wrapper span.caret.disabled {
  color: #eeeeee;
}
.select-wrapper + label {
  position: absolute;
  top: -14px;
  font-size: 14px;
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
}

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 3rem;
}

.select-dropdown li img {
  height: 25px;
  width: 25px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #999999;
}
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

.dropdown-content {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04), 0 1px 7px 0 rgba(0, 0, 0, 0.07), 0 3px 3px -3px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  margin: 0;
  padding: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}
.dropdown-content li {
  clear: both;
  color: #000;
  list-style: none;
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
}
.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
  background-color: #eee;
}
.dropdown-content li.active.selected {
  background-color: #e1e1e1;
}
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}
.dropdown-content li > a, .dropdown-content li > span {
  font-size: 13px;
  color: #444;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 22px;
  padding: 14px 16px;
}
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect input[type=button], .waves-effect input[type=reset], .waves-effect input[type=submit] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
  outline: 0;
  outline-offset: 0;
}
.waves-effect img {
  position: relative;
  z-index: -1;
}

.waves-notransition {
  transition: none !important;
}

.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
  /*min-height: $input-height-base;*/
  min-height: 35px;
}
.waves-input-wrapper .waves-button-input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  outline: 0;
  outline-offset: 0;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}

.explore-btn {
  color: #fff;
  background-color: #00a5bb;
  border-color: #008fa1;
}

.explore-btn:hover {
  background: #334571;
  color: #fff;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 520px;
}
@media (max-width: 768px) {
  .parallax-container {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .parallax-container {
    height: 200px;
  }
}
.parallax-container.info-parallax {
  height: 200px;
  background: #de700f;
}
.parallax-container.compay-talk-widget {
  height: 450px;
  padding: 40px 0;
}
.parallax-container.serch-parallax {
  height: 240px;
}
@media (max-width: 480px) {
  .parallax-container.serch-parallax {
    height: 140px;
  }
}
.parallax-container.contact-parallax {
  height: 300px;
}
.parallax-container.contact-parallax:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #000, black);
  background-image: -o-linear-gradient(45deg, #000, black);
  background-image: linear-gradient(45deg, #000, black);
  z-index: 2;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
@media (max-width: 480px) {
  .parallax-container.contact-parallax {
    height: 160px;
  }
}
.parallax-container.page-parallax {
  height: 140px;
}
.parallax-container.page-parallax:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax img {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

.userr-backimage {
  position: relative;
  overflow: hidden;
  height: 320px;
  z-index: 2;
}
@media (max-width: 768px) {
  .userr-backimage {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .userr-backimage {
    height: 200px;
  }
}
.userr-backimage .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.userr-backimage .parallax img {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform: translateX(-60%);
}
.userr-backimage .shadow {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+40,000000+60&0+0,0.5+40,0.8+60 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.8) 60%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.8) 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.8) 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#cc000000", GradientType=0);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  height: 50%;
}
.userr-backimage .edit-banner {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  padding: 10px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-left: -120px;
  margin-top: -1.2em;
}
.userr-backimage .edit-banner:hover {
  background: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
  z-index: 600;
}

.FileinputMini {
  margin-bottom: 9px;
  display: inline-block;
}
.FileinputMini .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.FileinputMini .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.FileinputMini .thumbnail > img {
  max-height: 100%;
}
.FileinputMini .btn {
  vertical-align: middle;
  padding: 6px 7.2px;
}

.FileinputMini-exists .FileinputMini-new,
.FileinputMini-new .FileinputMini-exists {
  display: none;
}

.FileinputMini-exists.close {
  float: none;
}

.FileinputMini-inline .FileinputMini-controls {
  display: inline;
}

.FileinputMini-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
  position: absolute;
  left: 0;
  padding-left: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.form-control .FileinputMini-filename {
  vertical-align: bottom;
}

.FileinputMini.input-group {
  display: table;
}

.FileinputMini-new.input-group .btn-file,
.FileinputMini-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}
.FileinputMini-new.input-group .btn-file.btn-xs, .FileinputMini-new.input-group .btn-group-xs > .btn-file.btn, .FileinputMini-new.input-group .btn-file.btn-sm, .FileinputMini-new.input-group .btn-group-sm > .btn-file.btn,
.FileinputMini-new .input-group .btn-file.btn-xs,
.FileinputMini-new .input-group .btn-group-xs > .btn-file.btn,
.FileinputMini-new .input-group .btn-file.btn-sm,
.FileinputMini-new .input-group .btn-group-sm > .btn-file.btn {
  border-radius: 0 2px 2px 0;
}
.FileinputMini-new.input-group .btn-file.btn-lg, .FileinputMini-new.input-group .btn-group-lg > .btn-file.btn,
.FileinputMini-new .input-group .btn-file.btn-lg,
.FileinputMini-new .input-group .btn-group-lg > .btn-file.btn {
  border-radius: 0 6px 6px 0;
}

.form-group.has-warning .FileinputMini .FileinputMini-preview {
  color: #8a6d3b;
}
.form-group.has-warning .FileinputMini .thumbnail {
  border-color: #faebcc;
}

.form-group.has-error .FileinputMini .FileinputMini-preview {
  color: #eb575d;
}
.form-group.has-error .FileinputMini .thumbnail {
  border-color: #ebccd1;
}

.form-group.has-success .FileinputMini .FileinputMini-preview {
  color: #3c763d;
}
.form-group.has-success .FileinputMini .thumbnail {
  border-color: #d6e9c6;
}

.input-group-addon:not(:first-child) {
  border-left: 0;
}

.FileinputMini:before, .FileinputMini:after {
  content: " ";
  display: table;
}
.FileinputMini:after {
  clear: both;
}
.FileinputMini.fileinputs-popup {
  display: block;
}
.FileinputMini.fileinputs-popup .fileinputs-thumbnail {
  float: left;
  width: 180px;
  height: 180px;
  background: #e6e6e6;
  position: relative;
  margin-right: 30px;
}
.FileinputMini.fileinputs-popup .fileinputs-thumbnail .thumbnail {
  position: relative;
  background-color: transparent;
}
.FileinputMini.fileinputs-popup img {
  display: block;
  width: 100%;
  height: 100%;
}
.FileinputMini.fileinputs-popup .thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
}
.FileinputMini.fileinputs-popup .thumbnail.FileinputMini-preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.FileinputMini.fileinputs-popup .fileinput-btns {
  float: right;
  width: 50%;
}

.FileinputMini.FileinputMini-new {
  position: relative;
  display: block;
  margin: 0;
  min-height: 160px;
}
.FileinputMini.FileinputMini-new .profile-avator-dis,
.FileinputMini.FileinputMini-new .thumbnail {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 0;
}
.FileinputMini.FileinputMini-new .profile-avator-dis img,
.FileinputMini.FileinputMini-new .thumbnail img {
  width: 100%;
  height: 100%;
}
.FileinputMini.FileinputMini-new .FileinputMini-uploader {
  padding-top: 14px;
  text-align: center;
}
.FileinputMini.FileinputMini-new .btn-file {
  font-size: 80%;
  text-align: center;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.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;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
}
.dropdown-menu:after {
  position: absolute;
  bottom: 100%;
  right: 15%;
  display: block;
  width: 0;
  height: 0;
  margin-right: -7px;
  content: "";
  border: 0 solid transparent;
  border-width: 5px 10px;
  border-width: 1rem 1rem;
  border-bottom-color: #d5dee2;
  border-top-width: 0;
  z-index: 5;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 6px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li:first-child, .dropdown-menu > li:first-child a {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.dropdown-menu > li:last-child, .dropdown-menu > li:last-child a {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #de700f;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #e84047;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.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;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.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;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.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;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.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);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.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;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.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;
}
.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;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.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;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[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;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.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;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #6f6f6f;
  text-align: center;
  background-color: #eeeeee;
  border: 0;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 2px;
}
.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;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.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;
}

.input-group-addon:first-child {
  border-right: 0;
}

.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;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 6px 10px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #eb575d;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #de700f;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  font-weight: 500;
  font-size: 110%;
  padding: 8px 10px;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
  color: #de700f;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #de700f;
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs > li.active > a:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #eb575d;
  height: 2px;
  content: "";
}
.nav-tabs.horizontal-tabs {
  border: 0;
}
.nav-tabs.horizontal-tabs > li {
  border: 0;
  margin: 0;
  float: none;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-tabs.horizontal-tabs > li > a {
  border: 0;
  margin: 0;
  line-height: 1.428571429;
  border: 0;
  display: block;
  color: #000;
  border-radius: 4px 4px 0 0;
  position: relative;
  font-weight: 500;
  font-size: 110%;
  padding: 8px 10px;
}
.nav-tabs.horizontal-tabs > li > a:hover {
  border: 0;
  background-color: transparent;
  color: #de700f;
}
.nav-tabs.horizontal-tabs > li.active > a {
  border: 0;
  background-color: #fff;
}
.nav-tabs.horizontal-tabs > li.active > a, .nav-tabs.horizontal-tabs > li.active > a:hover, .nav-tabs.horizontal-tabs > li.active > a:focus {
  color: #de700f;
  border: 0;
  display: block;
  cursor: default;
}
.nav-tabs.horizontal-tabs > li.active > a:after {
  display: none;
}
.nav-tabs.horizontal-tabs > li.active > a:before {
  position: absolute;
  left: 100%;
  content: "";
  top: 50%;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 4px;
  background-color: #de700f;
}
@media (max-width: 768px) {
  .nav-tabs.horizontal-tabs > li.active > a:before {
    display: none;
  }
}
.nav-tabs.horizontal-tabs > li:last-child {
  border: 0;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #e84047;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 64px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (max-width: 992px) {
  .navbar {
    min-height: 64px;
  }
}
.navbar .container {
  position: relative;
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
@media (max-width: 480px) {
  .navbar-header {
    float: left;
    width: auto;
  }
}
@media (max-width: 768px) {
  .navbar-header {
    float: none;
    width: 100%;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: -10px;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed !important;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  /*position: absolute;
    top: 50%;
    padding: 0;*/
  color: #000;
  height: 64px;
  padding: 4px 0;
  margin: 0;
  display: block;
}
.navbar-brand img {
  display: block;
  width: auto;
  height: 100%;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: black;
  background-color: transparent;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (max-width: 768px) {
  .navbar-brand {
    float: left;
    margin-left: 15px;
  }
}
@media (max-width: 992px) {
  .navbar-brand {
    margin: 0 auto;
    float: none;
    padding: 7.2px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 11px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  /*line-height: $line-height-computed;*/
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

.navbar-form {
  position: absolute;
  top: 50%;
  padding: 0;
  left: 280px;
  margin-top: -20px;
  width: 20%;
}
.navbar-form .form-control {
  height: 40px;
  padding: 9px 18px;
  font-size: 1 2px;
  padding-right: 50px;
}
.navbar-form .ich {
  font-size: 180%;
}
.navbar-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  padding: 6px;
}
.navbar-form .form-control {
  color: rgb(0, 0, 0);
}
@media (max-width: 992px) {
  .navbar-form {
    left: 300px;
  }
}
@media (max-width: 1200px) {
  .navbar-form {
    left: 260px;
    width: 30%;
  }
}
@media (max-width: 480px) {
  .navbar-form {
    left: 275px;
  }
}

.button-sidenav {
  color: #de700f;
  font-size: 130%;
  line-height: 3em;
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 1024;
  z-index: 20;
}
.button-sidenav:hover, .button-sidenav:focus {
  color: #65c4d8;
}
@media (min-width: 768px) {
  .button-sidenav {
    display: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.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;
}

.navbar-btn {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 16px;
  margin-bottom: 16px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 21px;
  margin-bottom: 21px;
}

.navbar-text {
  margin-top: 22px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar .user #User-link {
  overflow: hidden;
  max-width: 260px;
  min-height: 64px;
}
.navbar .user > a {
  padding: 18px;
  padding-left: 64px;
  line-height: 1.2;
}
.navbar .user > a .caret {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -2px;
}
.navbar .user > a:hover, .navbar .user > a.hover, .navbar .user > a:focus {
  color: #fff !important;
}
.navbar .user:hover, .navbar .user.hover a, .navbar .user:focus a {
  color: #fff !important;
}
.navbar .user .h-user {
  width: 37.6470588235px;
  height: 37.6470588235px;
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin-top: -18.8235294118px;
  left: 10px;
}
.navbar .user .h-user .noti {
  background: #000;
  border-radius: 50%;
  width: 18.2857142857px;
  height: 18.2857142857px;
  font-size: 70%;
  font-weight: 500;
  right: -9px;
  top: 2px;
  text-align: center;
  border: 2px solid #f7931e;
  line-height: 1.9;
  position: absolute;
}
.navbar .user .h-user img {
  width: 100%;
}
.navbar .user .user-inf {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 120%;
  font-weight: 500;
}
.navbar .user .user-inf small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-weight: normal;
}
.navbar .user .dropdown-menu {
  margin: 0;
  padding: 0;
  min-width: 200px;
}
.navbar .user .dropdown-menu a {
  padding: 0.6em 1em;
}

.navbar-default {
  position: relative;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 15px 20px 10px rgba(0, 0, 0, 0.05), 0 6px 20px 10px rgba(0, 0, 0, 0.02), 0 6px 10px -6px rgba(0, 0, 0, 0.05);
}
.navbar-default.navbar-background {
  background-color: #fff;
}
.navbar-default .nav-container {
  position: relative;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  padding: 21px 12px;
  font-size: 100%;
  font-weight: 500;
  color: #000;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #de700f;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #de700f;
  background-color: transparent;
}
.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;
}
.navbar-default .navbar-nav.navbar-main li > .btn {
  border-radius: 2px;
}
.navbar-default .navbar-nav.navbar-main li:hover > .btn {
  background-color: #ae580c;
}
.navbar-default .navbar-nav.navbar-main li a {
  cursor: pointer;
}
.navbar-default .navbar-nav li.user-list {
  border-bottom: 1px solid #d5dee2;
}
.navbar-default .navbar-nav li.user-list .nav-user {
  display: inline-block;
  height: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
.navbar-default .navbar-nav li.user-list .nav-user img {
  height: 100% !important;
}
.navbar-default .navbar-nav li.mycart {
  border-left: 1px solid #d5dee2;
  position: relative;
}
.navbar-default .navbar-nav li.mycart .count {
  width: 1 2px;
  height: 1 2px;
  background-color: #de700f;
  text-align: center;
  border-radius: 50px;
  line-height: 1.5;
  font-size: 80%;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 15px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .navbar-default .navbar-nav > li > a {
    padding: 14px 10px;
    font-size: 100%;
    font-weight: 500;
    color: #000;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ebebeb;
}
.navbar-default .navbar-nav .dropdown-menu {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  -webkit-transition: all 400ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -o-transition: all 400ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: all 400ms cubic-bezier(0.34, 1.61, 0.7, 1);
}
.navbar-default .navbar-nav > .open .dropdown-menu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #de700f;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #de700f;
    background-color: transparent;
  }
  .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: #de700f;
    background-color: transparent;
  }
  .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;
  }
}
.navbar-default .navbar-link {
  color: #000;
}
.navbar-default .navbar-link:hover {
  color: #de700f;
}
.navbar-default .btn-link {
  color: #000;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #de700f;
}
.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;
}
.navbar-default .header-phone {
  position: relative;
  margin: 20px 0;
  width: 55%;
  color: #fff;
}
.navbar-default .header-phone .phone-no {
  text-align: center;
  max-width: 180px;
  position: relative;
}
.navbar-default .header-phone a {
  font-size: 125%;
  color: #fff;
}
.navbar-default .header-phone a .ich {
  color: #fff;
}
.navbar-default .header-phone a:hover {
  text-decoration: none;
}
.navbar-default .header-phone .small {
  font-size: 80%;
  display: block;
}
.navbar-default .header-phone .no-fees {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 999;
  margin-top: -20px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Open Sans", sans-serif;
  padding: 8px;
  line-height: 0.8;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 180%;
  text-transform: uppercase;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  cursor: pointer;
}
.navbar-default .header-phone .popover {
  color: #333333;
}

.navbar-inverse {
  /*min-height: $navbar-height/2;*/
  min-height: 16.66667px;
  background-color: #b85d0c;
  border-color: #de700f;
}
.navbar-inverse .navbar-brand {
  color: #eb575d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .nav-container {
  position: relative;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav {
  /*margin-top: 0;
      margin-bottom: 0;*/
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-inverse .navbar-nav > li > a {
  font-size: 86%;
  color: #fff;
  padding-top: 2.33333px;
  padding-bottom: 2.33333px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #964c0a;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #964c0a;
}
.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;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #964c0a;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #964c0a;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #de700f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #de700f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #964c0a;
  }
  .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: #964c0a;
  }
  .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;
  }
}

.side-nav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: 100%;
  height: -moz-calc(100%);
  padding-bottom: 100px;
  background-color: #fff;
  z-index: 1050;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}
.side-nav .header-form-group {
  margin: 10px 15px;
}
.side-nav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}
.side-nav .collapsible {
  margin: 0;
}
.side-nav ul.side-nav-list {
  margin: 0;
  padding: 0;
}
.side-nav ul.side-nav-list li {
  float: none;
  line-height: 30px;
  list-style: none;
}
.side-nav ul.side-nav-list li a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  padding: 3px 16px;
  /*&.btn,
  &.btn-large,
  &.btn-floating { color: $button-raised-color; }
  &.btn-flat { color: $button-flat-color; }

  &.btn:hover,
  &.btn-large:hover { background-color: lighten($button-raised-background, 5%); }
  &.btn-floating:hover { background-color: $button-raised-background; }*/
}
.side-nav ul.side-nav-list li a:focus {
  text-decoration: none;
}
.side-nav ul.side-nav-list li a.btn, .side-nav ul.side-nav-list li a.btn-large, .side-nav ul.side-nav-list li a.btn-flat, .side-nav ul.side-nav-list li a.btn-floating {
  margin: 10px 15px;
}
.side-nav ul.side-nav-list li.active,
.side-nav ul.side-nav-list li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.side-nav ul.side-nav-list li > a > i,
.side-nav ul.side-nav-list li > a > [class^=mdi-],
.side-nav ul.side-nav-list li > a > [class*=mdi-],
.side-nav ul.side-nav-list li > a > i.ich {
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0 8px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}
.side-nav .dropdown-menu:after {
  right: 6%;
}
.side-nav .caret {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 1em;
}
.side-nav .about-me {
  padding: 15px;
  background-color: #eeeeee;
  line-height: 1.5;
  font-size: 90%;
}
.side-nav .divider {
  margin: 8px 0 0 0;
}
.side-nav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}
.side-nav .subheader:hover {
  background-color: transparent;
}
.side-nav .dropdown-toggle {
  position: relative;
}
.side-nav .dropdown-menu {
  position: relative;
  box-shadow: none;
  float: none;
  width: auto;
  background: rgba(0, 0, 0, 0.1);
}
.side-nav .dropdown-menu > li > a:hover, .side-nav .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #de700f;
}
.side-nav .follow {
  background: #550e53;
  display: block;
  text-align: center;
  padding: 0.5em;
  color: #fff;
  font-size: 90%;
}
.side-nav .follow a {
  display: inline-block;
  padding: 0;
  color: #fff;
}
.side-nav .follow a:hover {
  background-color: transparent;
  color: #000;
}
.side-nav .mobile-footer {
  border-top: 2px dashed #d5dee2;
  padding: 14px 6px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0em;
}
.side-nav .mobile-footer ul {
  margin: 0;
  padding: 0;
}
.side-nav .mobile-footer ul li {
  text-align: center;
  list-style: none;
  font-size: 90%;
}
.side-nav .mobile-footer ul li a {
  color: #6f6f6f;
}
.side-nav .mobile-footer ul li:hover a, .side-nav .mobile-footer ul li.active a {
  color: #de700f;
}
.side-nav .profile-card-menu {
  position: relative;
  background: #ae580c;
  padding: 16.8px 14px;
  padding-left: 84px;
  min-height: 72px;
  font-size: 90%;
}
.side-nav .profile-card-menu .navbar-avatar {
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
}
.side-nav .profile-card-menu .navbar-avatar .menu-avatar-outer {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 4px;
}
.side-nav .profile-card-menu .navbar-avatar .menu-avatar-outer img {
  display: block;
  width: 60px;
  height: 60px;
}
.side-nav .profile-card-menu .navbar-about {
  color: #fff;
}
.side-nav .profile-card-menu .navbar-about .user-id {
  font-weight: 600;
  font-size: 140%;
}
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

.side-nav.fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}
.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}

#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  will-change: opacity;
}

.breadcrumb {
  padding: 12px 15px;
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > li a {
  text-decoration: none;
}
.breadcrumb > li a:hover {
  color: #65c4d8;
}
.breadcrumb > .active {
  color: #cccccc;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
  /*&:first-child {
      > a,
      > span {
          margin-left: 0;
          @include border-left-radius($border-radius-base);
      }
  }

  &:last-child {
      > a,
      > span {
          @include border-right-radius($border-radius-base);
      }
  }*/
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  cursor: pointer;
  float: left;
  padding: 6px 14px;
  line-height: 1.428571429;
  font-weight: 600;
  text-decoration: none;
  color: #de700f;
  background-color: #fff;
  border: 2px solid #d5dee2;
  margin-left: 2px;
  border-radius: 50px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #de700f;
  border-color: #de700f;
}
.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: #0748a5;
  border-color: #0748a5;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #d5dee2;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #de700f;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #0748a5;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #053374;
}

.label-success {
  background-color: #00d9a0;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #00a67a;
}

.label-info {
  background-color: #00b9f5;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #0092c2;
}

.label-warning {
  background-color: #f7931e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #da7908;
}

.label-danger {
  background-color: #F04124;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #d32a0e;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #de700f;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
  font-family: "VAGRoundedBold";
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  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;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #de700f;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 500;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #f4faf2;
  border-color: #00d9a0;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #00c08d;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #f6fbfd;
  border-color: #00b9f5;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #00a6dc;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: white;
  border-color: #f7931e;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f38709;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #fcf8f8;
  border-color: #F04124;
  color: #eb575d;
}
.alert-danger hr {
  border-top-color: #ea2f10;
}
.alert-danger .alert-link {
  color: #e62931;
}

@-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;
  }
}
.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);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #0748a5;
  -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;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.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;
}

.progress-bar-success {
  background-color: #00d9a0;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #00b9f5;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f7931e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #F04124;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
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;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999;
  cursor: not-allowed;
}
.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;
}
.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: #999999;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #e84047;
  border-color: #e84047;
}
.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;
}
.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: #fef7f7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
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;
}
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;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
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;
}
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;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
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;
}
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;
}

.list-group-item-danger {
  color: #eb575d;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #eb575d;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
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: #eb575d;
  background-color: #ebcccc;
}
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: #eb575d;
  border-color: #eb575d;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  /*background-color: $panel-bg;*/
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 7px 0 rgba(0, 0, 0, 0.1), 0 3px 3px -3px rgba(0, 0, 0,   0.08);*/
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.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;
}
.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;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.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;
}
.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;
}
.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;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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;
}
.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;
}
.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;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.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;
}
.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;
}
.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;
}
.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;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: rgba(0, 0, 0, 0.08);
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.08);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.08);
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

.panel-primary {
  border-color: #0748a5;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0748a5;
  border-color: #0748a5;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0748a5;
}
.panel-primary > .panel-heading .badge {
  color: #0748a5;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0748a5;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #eb575d;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #eb575d;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.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;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-16by6 {
  padding-bottom: 44%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 2px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.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;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  -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;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-backdrop.with-sahdow {
  background-color: #000;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .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);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 1000px;
  }
}
.modal-img-header {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  font-size: 160%;
  padding: 0.5em 1.2em;
}
.modal-img-header .close-btn {
  position: absolute;
  background: #F04124;
  color: #fff;
  border: 0;
  top: 0;
  right: 0;
  padding: 0.5em;
}
.modal-img-header .close-btn:active:focus, .modal-img-header .close-btn:active.focus, .modal-img-header .close-btn.active:focus, .modal-img-header .close-btn.active.focus {
  outline: 0;
  -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);
}
.modal-img-header .close-btn:hover, .modal-img-header .close-btn:focus, .modal-img-header .close-btn.focus {
  outline: 0;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  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);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  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);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.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;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.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);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.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;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.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);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  background: #fff;
  width: 220px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-dropdown {
  position: absolute;
  left: 0;
  z-index: 250;
  /*&:before {
      content: '';
      display: inline-block;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #ccc;
      border-top: 0;
      border-bottom-color: rgba(0, 0, 0, .2);
      position: absolute;
  }
  &:after {
      content: '';
      display: inline-block;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff;
      border-top: 0;
      position: absolute;
  }*/
}
.datepicker.datepicker-dropdown:after {
  display: none;
}
.datepicker.datepicker-dropdown.datepicker-orient-left:before {
  left: 15px;
}
.datepicker.datepicker-dropdown.datepicker-orient-left:after {
  left: 15px;
}
.datepicker.datepicker-dropdown.datepicker-orient-right:before {
  right: 15px;
}
.datepicker.datepicker-dropdown.datepicker-orient-right:after {
  right: 15px;
}
.datepicker.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  padding: 0;
  text-align: center;
  width: 34px;
  height: 34px;
  border: none;
}
.datepicker table tr th {
  /*&.next {
      &:after {
          content: "\eacc";
      }
  }
  &.prev {
      &:after {
          content: "\eacb";
      }
  }*/
}
.datepicker table tr th.next, .datepicker table tr th.prev {
  font-size: 200%;
  position: relative;
}
.datepicker table tr th.dow {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  color: #de700f;
}
.datepicker table tr td.day {
  border-radius: 50%;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: #65c4d8;
  cursor: pointer;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #b3b3b3;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: #fafafa;
  color: #b3b3b3;
  cursor: default;
  border-radius: 0;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  color: #333333;
  background-color: #00b9f5;
  border-color: #006c8f;
}
.datepicker table tr td.today:focus, .datepicker table tr td.today:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover.active {
  color: #333333;
  background-color: #00b9f5;
  border-color: #003e52;
}
.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover {
  color: #333333;
  background-color: #009acc;
  border-color: #003e52;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #00b9f5;
  border-color: #006c8f;
  border-radius: 0;
}
.datepicker table tr td.range.today:focus, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover:focus, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover.active {
  color: #000;
  background-color: #00b9f5;
  border-color: #003e52;
}
.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover {
  color: #000;
  background-color: #009acc;
  border-color: #003e52;
}
.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #999999;
  border-color: #6f6f6f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus, .datepicker table tr td.selected:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover:focus, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover.active {
  color: #fff;
  background-color: #999999;
  border-color: #505050;
}
.datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover {
  color: #fff;
  background-color: #858585;
  border-color: #505050;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  color: #fff;
  background-color: #de700f;
  border-color: #de700f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus, .datepicker table tr td.active:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover.active {
  color: #fff;
  background-color: #de700f;
  border-color: #a5530b;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover {
  color: #fff;
  background-color: #b85d0c;
  border-color: #a5530b;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  color: #000;
  background-color: #f2f2f2;
  border-color: #BDC3C7;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover.active {
  color: #000;
  background-color: #f2f2f2;
  border-color: #9ca5ab;
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover {
  color: #000;
  background-color: #dedede;
  border-color: #9ca5ab;
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
  color: #de700f;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #ccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
}
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #65c4d8;
}

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px; /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*!
 * toastDialog - Web Notifications based on Growl
 * @version v0.3.3
 * @link https://hoxxep.github.io/toastDialog
 *
 * Copyright 2014-2017 Liam Gray <hoxxep@gmail.com>
 * Released under the MIT license
 * @license https://github.com/hoxxep/toastDialog/blob/master/LICENSE 
 */
#toastDialog-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  width: 380px;
  z-index: 100;
  pointer-events: none;
}

.toastDialog-notification {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 15px;
  padding-left: 80px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  pointer-events: all;
  color: #fff;
  background: #65c4d8;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25), 0 0 15px rgba(0, 0, 0, 0.05) inset;
  border-radius: 5px;
  opacity: 0;
  left: 400px;
  transition: opacity 0.21s ease, left 0.35s ease-in, margin 0.35s ease;
}

.toastDialog-notification.toastDialog-in {
  opacity: 1;
  left: 0;
  transition: opacity 0.28s ease-out 0.07s, left 0.35s ease-out;
}

.toastDialog-notification.no-hover:not(.not-dismissable) {
  padding-right: 95px;
}

.toastDialog-notification.no-hover:not(.not-dismissable) .toastDialog-close {
  opacity: 1;
  box-shadow: none;
}

.toastDialog-notification.not-dismissable {
  padding-right: 15px;
}

.toastDialog-notification.not-dismissable .toastDialog-close {
  display: none;
}

.toastDialog-notification .toastDialog-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background: #f2f2f2;
  box-shadow: -30px 0 30px #f2f2f2;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  cursor: pointer;
}

.toastDialog-notification .toastDialog-close svg {
  position: relative;
  width: 18px;
  height: 18px;
  margin: -9px;
  top: 50%;
  vertical-align: top;
  fill: #ccc;
  pointer-events: none;
  transition: fill 0.25s ease;
}

.toastDialog-notification .toastDialog-close:hover svg {
  fill: #aaa;
}

.toastDialog-notification:hover .toastDialog-close {
  opacity: 1;
}

.toastDialog-notification .toastDialog-title {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4em;
}

.toastDialog-notification .toastDialog-text {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.25em;
}

.toastDialog-notification .toastDialog-title:visible + .toastDialog-text:visible {
  margin-top: 0.3em;
}

.toastDialog-notification.toastDialog-no-title .toastDialog-title {
  display: none;
}

.toastDialog-notification.toastDialog-no-text .toastDialog-text {
  display: none;
}

.toastDialog-notification .toastDialog-icon {
  position: absolute;
  width: 80px;
  top: 0;
  bottom: 0;
  left: 0;
  margin-right: 15px;
}

.toastDialog-notification .toastDialog-icon * {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px;
  font-size: 28px;
  vertical-align: middle;
  text-align: center;
}

.toastDialog-notification.toastDialog-no-icon {
  padding-left: 15px;
}

.toastDialog-notification.toastDialog-no-icon .toastDialog-icon {
  display: none;
}

.toastDialog-notification.waves-effect {
  display: block;
}

.toastDialog-notification.waves-effect .waves-ripple {
  z-index: 3;
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.075) 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.075) 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.075) 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.075) 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 60%, rgba(255, 255, 255, 0) 70%);
}

@media screen and (max-width: 480px) {
  #toastDialog-wrapper {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
  }
  #toastDialog-wrapper .toastDialog-notification {
    margin: 0;
    padding-top: 10px;
    padding-right: 90px;
    padding-bottom: 10px 80px;
    border-radius: 0;
    box-shadow: none;
    border-top: 1px solid #ccc;
  }
  #toastDialog-wrapper .toastDialog-notification .toastDialog-close {
    box-shadow: none;
    opacity: 1;
  }
  #toastDialog-wrapper .toastDialog-notification h3 {
    font-size: 1.2em;
  }
}
