﻿@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.33333em;
  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.28571em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

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

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

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

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

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

.pull-left {
  float: left; }

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

.fa.pull-right {
  margin-left: .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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

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

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

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

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

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

.fa-git:before {
  content: ""; }

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

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

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

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: ""; }

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

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

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

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

.fa-contao:before {
  content: ""; }

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

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

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

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

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

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

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

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

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

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

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

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

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

.fa-blind:before {
  content: ""; }

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

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

.fa-braille:before {
  content: ""; }

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

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

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

.fa-glide:before {
  content: ""; }

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

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

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

.fa-viadeo:before {
  content: ""; }

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

.fa-snapchat:before {
  content: ""; }

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

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

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

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

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

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

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

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

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

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

.fa-linode:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: ""; }

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

.fa-telegram:before {
  content: ""; }

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

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

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

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

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

.fa-shower:before {
  content: ""; }

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

.fa-podcast:before {
  content: ""; }

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

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

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

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

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

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

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

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.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: ""; }

.ich_3dglasses:before {
  content: ""; }

.ich_500px:before {
  content: ""; }

.ich_IE:before {
  content: ""; }

.ich_IcoMoon:before {
  content: ""; }

.ich_abacus:before {
  content: ""; }

.ich_ac_unit:before {
  content: ""; }

.ich_access_alarms:before {
  content: ""; }

.ich_accessibility:before {
  content: ""; }

.ich_accessibility2:before {
  content: ""; }

.ich_accessible:before {
  content: ""; }

.ich_account_balance:before {
  content: ""; }

.ich_account_balance_wallet:before {
  content: ""; }

.ich_account_box:before {
  content: ""; }

.ich_account_circle:before {
  content: ""; }

.ich_add:before {
  content: ""; }

.ich_add_a_photo:before {
  content: ""; }

.ich_add_alert:before {
  content: ""; }

.ich_add_box:before {
  content: ""; }

.ich_add_circle:before {
  content: ""; }

.ich_add_location:before {
  content: ""; }

.ich_add_shopping_cart:before {
  content: ""; }

.ich_add_to_queue:before {
  content: ""; }

.ich_address:before {
  content: ""; }

.ich_address_book:before {
  content: ""; }

.ich_address_book_alt:before {
  content: ""; }

.ich_address_book_o:before {
  content: ""; }

.ich_address_card:before {
  content: ""; }

.ich_address_card_o:before {
  content: ""; }

.ich_adjust:before {
  content: ""; }

.ich_adjust2:before {
  content: ""; }

.ich_adn:before {
  content: ""; }

.ich_aid_kit:before {
  content: ""; }

.ich_airline_seat_flat:before {
  content: ""; }

.ich_airline_seat_flat_angled:before {
  content: ""; }

.ich_airline_seat_individual_suite:before {
  content: ""; }

.ich_airline_seat_legroom_extra:before {
  content: ""; }

.ich_airline_seat_legroom_normal:before {
  content: ""; }

.ich_airline_seat_legroom_reduced:before {
  content: ""; }

.ich_airline_seat_recline_extra:before {
  content: ""; }

.ich_airline_seat_recline_normal:before {
  content: ""; }

.ich_airplane:before {
  content: ""; }

.ich_airplanemode_inactive:before {
  content: ""; }

.ich_airplay:before {
  content: ""; }

.ich_airport_shuttle:before {
  content: ""; }

.ich_alarm:before {
  content: ""; }

.ich_alarm2:before {
  content: ""; }

.ich_alarm_add:before {
  content: ""; }

.ich_alarm_off:before {
  content: ""; }

.ich_alarm_on:before {
  content: ""; }

.ich_album:before {
  content: ""; }

.ich_align_center:before {
  content: ""; }

.ich_align_justify:before {
  content: ""; }

.ich_align_left:before {
  content: ""; }

.ich_align_right:before {
  content: ""; }

.ich_all_inclusive:before {
  content: ""; }

.ich_all_out:before {
  content: ""; }

.ich_amazon:before {
  content: ""; }

.ich_ambulance:before {
  content: ""; }

.ich_anchor:before {
  content: ""; }

.ich_android:before {
  content: ""; }

.ich_android2:before {
  content: ""; }

.ich_android3:before {
  content: ""; }

.ich_android_ico:before {
  content: ""; }

.ich_angellist:before {
  content: ""; }

.ich_angle_down:before {
  content: ""; }

.ich_angle_left:before {
  content: ""; }

.ich_angle_right:before {
  content: ""; }

.ich_angle_up:before {
  content: ""; }

.ich_announcement:before {
  content: ""; }

.ich_aperture:before {
  content: ""; }

.ich_apple:before {
  content: ""; }

.ich_apps:before {
  content: ""; }

.ich_archive:before {
  content: ""; }

.ich_archive2:before {
  content: ""; }

.ich_archive3:before {
  content: ""; }

.ich_area_chart:before {
  content: ""; }

.ich_arroarrow_down2w-down:before {
  content: ""; }

.ich_arrow_back:before {
  content: ""; }

.ich_arrow_down:before {
  content: ""; }

.ich_arrow_down_left2:before {
  content: ""; }

.ich_arrow_down_right2:before {
  content: ""; }

.ich_arrow_downward:before {
  content: ""; }

.ich_arrow_drop_down:before {
  content: ""; }

.ich_arrow_drop_down_circle:before {
  content: ""; }

.ich_arrow_drop_up:before {
  content: ""; }

.ich_arrow_forward:before {
  content: ""; }

.ich_arrow_left:before {
  content: ""; }

.ich_arrow_left2:before {
  content: ""; }

.ich_arrow_right:before {
  content: ""; }

.ich_arrow_right3:before {
  content: ""; }

.ich_arrow_up:before {
  content: ""; }

.ich_arrow_up2:before {
  content: ""; }

.ich_arrow_up_left2:before {
  content: ""; }

.ich_arrow_up_right2:before {
  content: ""; }

.ich_arrow_upward:before {
  content: ""; }

.ich_art_track:before {
  content: ""; }

.ich_aspect_ratio:before {
  content: ""; }

.ich_assignment:before {
  content: ""; }

.ich_assignment_ind:before {
  content: ""; }

.ich_assignment_late:before {
  content: ""; }

.ich_assignment_return:before {
  content: ""; }

.ich_assignment_returned:before {
  content: ""; }

.ich_assignment_turned_in:before {
  content: ""; }

.ich_assistant:before {
  content: ""; }

.ich_asterisk:before {
  content: ""; }

.ich_at:before {
  content: ""; }

.ich_attach_file:before {
  content: ""; }

.ich_attachment:before {
  content: ""; }

.ich_attachment2:before {
  content: ""; }

.ich_auction:before {
  content: ""; }

.ich_audio_description:before {
  content: ""; }

.ich_audio_o:before {
  content: ""; }

.ich_audiotrack:before {
  content: ""; }

.ich_automobile:before {
  content: ""; }

.ich_autorenew:before {
  content: ""; }

.ich_av_timer:before {
  content: ""; }

.ich_backspace:before {
  content: ""; }

.ich_backward:before {
  content: ""; }

.ich_bag:before {
  content: ""; }

.ich_balance_scale:before {
  content: ""; }

.ich_ban_circle:before {
  content: ""; }

.ich_bandcamp:before {
  content: ""; }

.ich_bar_chart:before {
  content: ""; }

.ich_bar_graph:before {
  content: ""; }

.ich_barcode:before {
  content: ""; }

.ich_barcode2:before {
  content: ""; }

.ich_bars:before {
  content: ""; }

.ich_baseball:before {
  content: ""; }

.ich_basecamp:before {
  content: ""; }

.ich_bath:before {
  content: ""; }

.ich_batman:before {
  content: ""; }

.ich_battery_alert:before {
  content: ""; }

.ich_battery_charging_full:before {
  content: ""; }

.ich_battery_std:before {
  content: ""; }

.ich_battery_unknown:before {
  content: ""; }

.ich_beach_access:before {
  content: ""; }

.ich_beaker:before {
  content: ""; }

.ich_bed:before {
  content: ""; }

.ich_beenhere:before {
  content: ""; }

.ich_beer:before {
  content: ""; }

.ich_behance:before {
  content: ""; }

.ich_behance_square:before {
  content: ""; }

.ich_bell:before {
  content: ""; }

.ich_bell2:before {
  content: ""; }

.ich_bell_alt:before {
  content: ""; }

.ich_bell_slash:before {
  content: ""; }

.ich_bell_slash_o:before {
  content: ""; }

.ich_bicycle:before {
  content: ""; }

.ich_bin:before {
  content: ""; }

.ich_bin2:before {
  content: ""; }

.ich_binoculars:before {
  content: ""; }

.ich_birthday_cake:before {
  content: ""; }

.ich_bitbucket:before {
  content: ""; }

.ich_bitbucket_sign:before {
  content: ""; }

.ich_black_tie:before {
  content: ""; }

.ich_blind:before {
  content: ""; }

.ich_block:before {
  content: ""; }

.ich_blog:before {
  content: ""; }

.ich_blogger:before {
  content: ""; }

.ich_blogger2:before {
  content: ""; }

.ich_bluetooth:before {
  content: ""; }

.ich_bluetooth_connected:before {
  content: ""; }

.ich_bluetooth_disabled:before {
  content: ""; }

.ich_bluetooth_searching:before {
  content: ""; }

.ich_blur_circular:before {
  content: ""; }

.ich_blur_linear:before {
  content: ""; }

.ich_blur_off:before {
  content: ""; }

.ich_blur_on:before {
  content: ""; }

.ich_bold:before {
  content: ""; }

.ich_bolt:before {
  content: ""; }

.ich_bomb:before {
  content: ""; }

.ich_book:before {
  content: ""; }

.ich_book2:before {
  content: ""; }

.ich_bookmark:before {
  content: ""; }

.ich_bookmark_empty:before {
  content: ""; }

.ich_books:before {
  content: ""; }

.ich_border_all:before {
  content: ""; }

.ich_border_bottom:before {
  content: ""; }

.ich_border_clear:before {
  content: ""; }

.ich_border_color:before {
  content: ""; }

.ich_border_horizontal:before {
  content: ""; }

.ich_border_inner:before {
  content: ""; }

.ich_border_left:before {
  content: ""; }

.ich_border_outer:before {
  content: ""; }

.ich_border_right:before {
  content: ""; }

.ich_border_style:before {
  content: ""; }

.ich_border_top:before {
  content: ""; }

.ich_border_vertical:before {
  content: ""; }

.ich_bowling:before {
  content: ""; }

.ich_bowlingpin:before {
  content: ""; }

.ich_box:before {
  content: ""; }

.ich_box2:before {
  content: ""; }

.ich_box_add:before {
  content: ""; }

.ich_box_remove:before {
  content: ""; }

.ich_branding_watermark:before {
  content: ""; }

.ich_briefcase:before {
  content: ""; }

.ich_briefcase2:before {
  content: ""; }

.ich_brightness_2:before {
  content: ""; }

.ich_brightness_3:before {
  content: ""; }

.ich_brightness_4:before {
  content: ""; }

.ich_brightness_auto:before {
  content: ""; }

.ich_brightness_high:before {
  content: ""; }

.ich_brightness_low:before {
  content: ""; }

.ich_brightness_medium:before {
  content: ""; }

.ich_broken_image:before {
  content: ""; }

.ich_brush:before {
  content: ""; }

.ich_brush2:before {
  content: ""; }

.ich_btc:before {
  content: ""; }

.ich_bubble:before {
  content: ""; }

.ich_bubble2:before {
  content: ""; }

.ich_bubble_chart:before {
  content: ""; }

.ich_bubbles:before {
  content: ""; }

.ich_bubbles2:before {
  content: ""; }

.ich_bubbles3:before {
  content: ""; }

.ich_bubbles4:before {
  content: ""; }

.ich_bug:before {
  content: ""; }

.ich_bug2:before {
  content: ""; }

.ich_bug_report:before {
  content: ""; }

.ich_build:before {
  content: ""; }

.ich_building:before {
  content: ""; }

.ich_building_2:before {
  content: ""; }

.ich_bullhorn:before {
  content: ""; }

.ich_bullhorn2:before {
  content: ""; }

.ich_bullseye:before {
  content: ""; }

.ich_burst_mode:before {
  content: ""; }

.ich_bus:before {
  content: ""; }

.ich_business_center:before {
  content: ""; }

.ich_buysellads:before {
  content: ""; }

.ich_cab:before {
  content: ""; }

.ich_cached:before {
  content: ""; }

.ich_cake:before {
  content: ""; }

.ich_calculator:before {
  content: ""; }

.ich_calendar:before {
  content: ""; }

.ich_calendar2:before {
  content: ""; }

.ich_calendar_check_o:before {
  content: ""; }

.ich_calendar_empty:before {
  content: ""; }

.ich_calendar_minus_o:before {
  content: ""; }

.ich_calendar_plus_o:before {
  content: ""; }

.ich_calendar_times_o:before {
  content: ""; }

.ich_call_end:before {
  content: ""; }

.ich_call_made:before {
  content: ""; }

.ich_call_missed:before {
  content: ""; }

.ich_call_missed_outgoing:before {
  content: ""; }

.ich_call_received:before {
  content: ""; }

.ich_call_split:before {
  content: ""; }

.ich_call_to_action:before {
  content: ""; }

.ich_camera:before {
  content: ""; }

.ich_camera2:before {
  content: ""; }

.ich_camera3:before {
  content: ""; }

.ich_camera4:before {
  content: ""; }

.ich_camera_enhance:before {
  content: ""; }

.ich_camera_front:before {
  content: ""; }

.ich_camera_rear:before {
  content: ""; }

.ich_camera_retro:before {
  content: ""; }

.ich_camera_roll:before {
  content: ""; }

.ich_cancel:before {
  content: ""; }

.ich_card_membership:before {
  content: ""; }

.ich_card_travel:before {
  content: ""; }

.ich_caret_down:before {
  content: ""; }

.ich_caret_left:before {
  content: ""; }

.ich_caret_right:before {
  content: ""; }

.ich_caret_up:before {
  content: ""; }

.ich_cart_arrow_down:before {
  content: ""; }

.ich_cart_plus:before {
  content: ""; }

.ich_casino:before {
  content: ""; }

.ich_cast:before {
  content: ""; }

.ich_cast_connected:before {
  content: ""; }

.ich_cc:before {
  content: ""; }

.ich_cc_amex:before {
  content: ""; }

.ich_cc_diners_club:before {
  content: ""; }

.ich_cc_discover:before {
  content: ""; }

.ich_cc_jcb:before {
  content: ""; }

.ich_cc_mastercard:before {
  content: ""; }

.ich_cc_paypal:before {
  content: ""; }

.ich_cc_stripe:before {
  content: ""; }

.ich_cc_visa:before {
  content: ""; }

.ich_center_focus_strong:before {
  content: ""; }

.ich_center_focus_weak:before {
  content: ""; }

.ich_certificate:before {
  content: ""; }

.ich_change_history:before {
  content: ""; }

.ich_chart:before {
  content: ""; }

.ich_chart_alt:before {
  content: ""; }

.ich_chat:before {
  content: ""; }

.ich_chat2:before {
  content: ""; }

.ich_chat_bubble:before {
  content: ""; }

.ich_chat_bubble_outline:before {
  content: ""; }

.ich_check:before {
  content: ""; }

.ich_check2:before {
  content: ""; }

.ich_check_box:before {
  content: ""; }

.ich_check_box_outline_blank:before {
  content: ""; }

.ich_check_circle:before {
  content: ""; }

.ich_check_empty:before {
  content: ""; }

.ich_check_minus:before {
  content: ""; }

.ich_check_sign:before {
  content: ""; }

.ich_checkmark:before {
  content: ""; }

.ich_chevron_down:before {
  content: ""; }

.ich_chevron_left:before {
  content: ""; }

.ich_chevron_right:before {
  content: ""; }

.ich_chevron_sign_down:before {
  content: ""; }

.ich_chevron_sign_left:before {
  content: ""; }

.ich_chevron_sign_right:before {
  content: ""; }

.ich_chevron_sign_up:before {
  content: ""; }

.ich_chevron_thin_down:before {
  content: ""; }

.ich_chevron_thin_left:before {
  content: ""; }

.ich_chevron_thin_right:before {
  content: ""; }

.ich_chevron_thin_up:before {
  content: ""; }

.ich_chevron_up:before {
  content: ""; }

.ich_child:before {
  content: ""; }

.ich_child_care:before {
  content: ""; }

.ich_child_friendly:before {
  content: ""; }

.ich_chrome:before {
  content: ""; }

.ich_chrome_reader_mode:before {
  content: ""; }

.ich_circle:before {
  content: ""; }

.ich_circle_arrow_down:before {
  content: ""; }

.ich_circle_arrow_left:before {
  content: ""; }

.ich_circle_arrow_right:before {
  content: ""; }

.ich_circle_arrow_up:before {
  content: ""; }

.ich_circle_blank:before {
  content: ""; }

.ich_circle_thin:before {
  content: ""; }

.ich_class:before {
  content: ""; }

.ich_clear_all:before {
  content: ""; }

.ich_clipboard:before {
  content: ""; }

.ich_clone:before {
  content: ""; }

.ich_close:before {
  content: ""; }

.ich_closed_caption:before {
  content: ""; }

.ich_cloud:before {
  content: ""; }

.ich_cloud2:before {
  content: ""; }

.ich_cloud_check:before {
  content: ""; }

.ich_cloud_circle:before {
  content: ""; }

.ich_cloud_done:before {
  content: ""; }

.ich_cloud_download:before {
  content: ""; }

.ich_cloud_download2:before {
  content: ""; }

.ich_cloud_download3:before {
  content: ""; }

.ich_cloud_off:before {
  content: ""; }

.ich_cloud_queue:before {
  content: ""; }

.ich_cloud_upload:before {
  content: ""; }

.ich_cloud_upload2:before {
  content: ""; }

.ich_cloud_upload3:before {
  content: ""; }

.ich_clubs:before {
  content: ""; }

.ich_code:before {
  content: ""; }

.ich_code2:before {
  content: ""; }

.ich_code_fork:before {
  content: ""; }

.ich_code_o:before {
  content: ""; }

.ich_codepen:before {
  content: ""; }

.ich_codepen2:before {
  content: ""; }

.ich_codiepie:before {
  content: ""; }

.ich_coffee:before {
  content: ""; }

.ich_cog:before {
  content: ""; }

.ich_cog2:before {
  content: ""; }

.ich_cog3:before {
  content: ""; }

.ich_cog4:before {
  content: ""; }

.ich_cogs:before {
  content: ""; }

.ich_cogs2:before {
  content: ""; }

.ich_cogs3:before {
  content: ""; }

.ich_coins:before {
  content: ""; }

.ich_collapse:before {
  content: ""; }

.ich_collapse_top:before {
  content: ""; }

.ich_collections_bookmark:before {
  content: ""; }

.ich_colorize:before {
  content: ""; }

.ich_colours:before {
  content: ""; }

.ich_columns:before {
  content: ""; }

.ich_command:before {
  content: ""; }

.ich_comment:before {
  content: ""; }

.ich_comment2:before {
  content: ""; }

.ich_comment_alt:before {
  content: ""; }

.ich_commenting:before {
  content: ""; }

.ich_commenting_o:before {
  content: ""; }

.ich_comments:before {
  content: ""; }

.ich_comments_alt:before {
  content: ""; }

.ich_compare:before {
  content: ""; }

.ich_compare_arrows:before {
  content: ""; }

.ich_compass:before {
  content: ""; }

.ich_compass2:before {
  content: ""; }

.ich_compass3:before {
  content: ""; }

.ich_confirmation_number:before {
  content: ""; }

.ich_connectdevelop:before {
  content: ""; }

.ich_connection:before {
  content: ""; }

.ich_contact_mail:before {
  content: ""; }

.ich_contact_phone:before {
  content: ""; }

.ich_contacts:before {
  content: ""; }

.ich_content_copy:before {
  content: ""; }

.ich_content_cut:before {
  content: ""; }

.ich_content_paste:before {
  content: ""; }

.ich_control_point:before {
  content: ""; }

.ich_control_point_duplicate:before {
  content: ""; }

.ich_copy:before {
  content: ""; }

.ich_copy2:before {
  content: ""; }

.ich_copyright:before {
  content: ""; }

.ich_copyright2:before {
  content: ""; }

.ich_create_new_folder:before {
  content: ""; }

.ich_creative_commons:before {
  content: ""; }

.ich_credit_card:before {
  content: ""; }

.ich_credit_card2:before {
  content: ""; }

.ich_credit_card_alt:before {
  content: ""; }

.ich_crop:before {
  content: ""; }

.ich_crop2:before {
  content: ""; }

.ich_crop_din:before {
  content: ""; }

.ich_crop_free:before {
  content: ""; }

.ich_crop_original:before {
  content: ""; }

.ich_crop_portrait:before {
  content: ""; }

.ich_crop_rotate:before {
  content: ""; }

.ich_crop_square:before {
  content: ""; }

.ich_cross:before {
  content: ""; }

.ich_css3:before {
  content: ""; }

.ich_cube:before {
  content: ""; }

.ich_cube_o:before {
  content: ""; }

.ich_cubes:before {
  content: ""; }

.ich_cursor:before {
  content: ""; }

.ich_cut:before {
  content: ""; }

.ich_dashboard:before {
  content: ""; }

.ich_dashboard2:before {
  content: ""; }

.ich_dashcube:before {
  content: ""; }

.ich_data_usage:before {
  content: ""; }

.ich_database:before {
  content: ""; }

.ich_database2:before {
  content: ""; }

.ich_date_range:before {
  content: ""; }

.ich_davidstar:before {
  content: ""; }

.ich_deaf:before {
  content: ""; }

.ich_dehaze:before {
  content: ""; }

.ich_delete:before {
  content: ""; }

.ich_delete_forever:before {
  content: ""; }

.ich_delete_sweep:before {
  content: ""; }

.ich_delicious:before {
  content: ""; }

.ich_description:before {
  content: ""; }

.ich_desktop:before {
  content: ""; }

.ich_desktop2:before {
  content: ""; }

.ich_desktop_mac:before {
  content: ""; }

.ich_desktop_windows:before {
  content: ""; }

.ich_details:before {
  content: ""; }

.ich_developer_board:before {
  content: ""; }

.ich_developer_mode:before {
  content: ""; }

.ich_deviantart:before {
  content: ""; }

.ich_device_hub:before {
  content: ""; }

.ich_devices_other:before {
  content: ""; }

.ich_dialer_sip:before {
  content: ""; }

.ich_dialpad:before {
  content: ""; }

.ich_diamond:before {
  content: ""; }

.ich_diamond2:before {
  content: ""; }

.ich_diamonds:before {
  content: ""; }

.ich_dice:before {
  content: ""; }

.ich_digg:before {
  content: ""; }

.ich_direction:before {
  content: ""; }

.ich_directions:before {
  content: ""; }

.ich_directions_bike:before {
  content: ""; }

.ich_directions_boat:before {
  content: ""; }

.ich_directions_bus:before {
  content: ""; }

.ich_directions_car:before {
  content: ""; }

.ich_directions_railway:before {
  content: ""; }

.ich_directions_run:before {
  content: ""; }

.ich_directions_transit:before {
  content: ""; }

.ich_directions_walk:before {
  content: ""; }

.ich_disc_full:before {
  content: ""; }

.ich_display:before {
  content: ""; }

.ich_dns:before {
  content: ""; }

.ich_do_not_disturb_alt:before {
  content: ""; }

.ich_do_not_disturb_off:before {
  content: ""; }

.ich_dock:before {
  content: ""; }

.ich_doller:before {
  content: ""; }

.ich_domain:before {
  content: ""; }

.ich_done:before {
  content: ""; }

.ich_done_all:before {
  content: ""; }

.ich_donut_large:before {
  content: ""; }

.ich_donut_small:before {
  content: ""; }

.ich_dot_circle_alt:before {
  content: ""; }

.ich_double_angle_down:before {
  content: ""; }

.ich_double_angle_left:before {
  content: ""; }

.ich_double_angle_right:before {
  content: ""; }

.ich_double_angle_up:before {
  content: ""; }

.ich_download:before {
  content: ""; }

.ich_download2:before {
  content: ""; }

.ich_download3:before {
  content: ""; }

.ich_download4:before {
  content: ""; }

.ich_download_alt:before {
  content: ""; }

.ich_drafts:before {
  content: ""; }

.ich_drag_handle:before {
  content: ""; }

.ich_drawer:before {
  content: ""; }

.ich_drawer2:before {
  content: ""; }

.ich_dribbble:before {
  content: ""; }

.ich_dribble:before {
  content: ""; }

.ich_drive:before {
  content: ""; }

.ich_dropbox:before {
  content: ""; }

.ich_dropbox2:before {
  content: ""; }

.ich_droplet:before {
  content: ""; }

.ich_drupal:before {
  content: ""; }

.ich_dvr:before {
  content: ""; }

.ich_earth:before {
  content: ""; }

.ich_edit:before {
  content: ""; }

.ich_edit_location:before {
  content: ""; }

.ich_edit_sign:before {
  content: ""; }

.ich_eercast:before {
  content: ""; }

.ich_eject:before {
  content: ""; }

.ich_eject2:before {
  content: ""; }

.ich_ellipsis_horizontal:before {
  content: ""; }

.ich_ellipsis_vertical:before {
  content: ""; }

.ich_ello:before {
  content: ""; }

.ich_embed:before {
  content: ""; }

.ich_embed2:before {
  content: ""; }

.ich_empire:before {
  content: ""; }

.ich_enhanced_encryption:before {
  content: ""; }

.ich_enlarge:before {
  content: ""; }

.ich_enlarge2:before {
  content: ""; }

.ich_envelope:before {
  content: ""; }

.ich_envelope_alt:before {
  content: ""; }

.ich_envelope_o:before {
  content: ""; }

.ich_envelope_open:before {
  content: ""; }

.ich_envelope_open_o:before {
  content: ""; }

.ich_envira:before {
  content: ""; }

.ich_equalizer:before {
  content: ""; }

.ich_eraser:before {
  content: ""; }

.ich_error:before {
  content: ""; }

.ich_error_outline:before {
  content: ""; }

.ich_etsy:before {
  content: ""; }

.ich_eur:before {
  content: ""; }

.ich_euro:before {
  content: ""; }

.ich_ev_station:before {
  content: ""; }

.ich_event_available:before {
  content: ""; }

.ich_event_busy:before {
  content: ""; }

.ich_event_note:before {
  content: ""; }

.ich_event_seat:before {
  content: ""; }

.ich_excel:before {
  content: ""; }

.ich_exchange:before {
  content: ""; }

.ich_exclamation:before {
  content: ""; }

.ich_exclamation_sign:before {
  content: ""; }

.ich_exit_to_app:before {
  content: ""; }

.ich_expand_less:before {
  content: ""; }

.ich_expand_more:before {
  content: ""; }

.ich_expeditedssl:before {
  content: ""; }

.ich_explicit:before {
  content: ""; }

.ich_explore:before {
  content: ""; }

.ich_exposure:before {
  content: ""; }

.ich_extension:before {
  content: ""; }

.ich_external_link:before {
  content: ""; }

.ich_eye:before {
  content: ""; }

.ich_eye2:before {
  content: ""; }

.ich_eye_close:before {
  content: ""; }

.ich_eye_open:before {
  content: ""; }

.ich_eye_plus:before {
  content: ""; }

.ich_eyedropper:before {
  content: ""; }

.ich_eyedropper2:before {
  content: ""; }

.ich_f1a4:before {
  content: ""; }

.ich_fa:before {
  content: ""; }

.ich_face:before {
  content: ""; }

.ich_facebook:before {
  content: ""; }

.ich_facebook_official:before {
  content: ""; }

.ich_facebook_sign:before {
  content: ""; }

.ich_facetime_video:before {
  content: ""; }

.ich_fast_backward:before {
  content: ""; }

.ich_fast_forward:before {
  content: ""; }

.ich_fast_forward2:before {
  content: ""; }

.ich_fast_rewind:before {
  content: ""; }

.ich_favorite:before {
  content: ""; }

.ich_favorite_border:before {
  content: ""; }

.ich_fax:before {
  content: ""; }

.ich_featured_play_list:before {
  content: ""; }

.ich_featured_video:before {
  content: ""; }

.ich_feed:before {
  content: ""; }

.ich_female:before {
  content: ""; }

.ich_fiber_dvr:before {
  content: ""; }

.ich_fiber_manual_record:before {
  content: ""; }

.ich_fiber_new:before {
  content: ""; }

.ich_fiber_pin:before {
  content: ""; }

.ich_fiber_smart_record:before {
  content: ""; }

.ich_fighter_jet:before {
  content: ""; }

.ich_file:before {
  content: ""; }

.ich_file_alt:before {
  content: ""; }

.ich_file_excel:before {
  content: ""; }

.ich_file_music:before {
  content: ""; }

.ich_file_openoffice:before {
  content: "🌠"; }

.ich_file_pdf:before {
  content: ""; }

.ich_file_picture:before {
  content: ""; }

.ich_file_play:before {
  content: ""; }

.ich_file_text:before {
  content: ""; }

.ich_file_text2:before {
  content: ""; }

.ich_file_text_alt:before {
  content: ""; }

.ich_file_upload:before {
  content: ""; }

.ich_file_video:before {
  content: ""; }

.ich_file_word:before {
  content: ""; }

.ich_file_zip:before {
  content: ""; }

.ich_film:before {
  content: ""; }

.ich_film2:before {
  content: ""; }

.ich_film3:before {
  content: ""; }

.ich_film4:before {
  content: ""; }

.ich_film5:before {
  content: ""; }

.ich_filter:before {
  content: ""; }

.ich_filter2:before {
  content: ""; }

.ich_filter3:before {
  content: ""; }

.ich_filter_b_and_w:before {
  content: ""; }

.ich_filter_center_focus:before {
  content: ""; }

.ich_filter_drama:before {
  content: ""; }

.ich_filter_frames:before {
  content: ""; }

.ich_filter_list:before {
  content: ""; }

.ich_filter_none:before {
  content: ""; }

.ich_filter_tilt_shift:before {
  content: ""; }

.ich_filter_vintage:before {
  content: ""; }

.ich_find_in_page:before {
  content: ""; }

.ich_find_replace:before {
  content: ""; }

.ich_fingerprint:before {
  content: ""; }

.ich_fire:before {
  content: ""; }

.ich_fire2:before {
  content: ""; }

.ich_fire_extinguisher:before {
  content: ""; }

.ich_firefox:before {
  content: ""; }

.ich_first_order:before {
  content: ""; }

.ich_first_page:before {
  content: ""; }

.ich_fitness_center:before {
  content: ""; }

.ich_flag:before {
  content: ""; }

.ich_flag2:before {
  content: ""; }

.ich_flag3:before {
  content: ""; }

.ich_flag_alt:before {
  content: ""; }

.ich_flag_checkered:before {
  content: ""; }

.ich_flare:before {
  content: ""; }

.ich_flash_auto:before {
  content: ""; }

.ich_flash_off:before {
  content: ""; }

.ich_flash_on:before {
  content: ""; }

.ich_flickr:before {
  content: ""; }

.ich_flickr2:before {
  content: ""; }

.ich_flickr3:before {
  content: ""; }

.ich_flight2:before {
  content: ""; }

.ich_flight_land:before {
  content: ""; }

.ich_flight_takeoff:before {
  content: ""; }

.ich_flip:before {
  content: ""; }

.ich_flip_to_back:before {
  content: ""; }

.ich_flip_to_front:before {
  content: ""; }

.ich_floppy_disk:before {
  content: ""; }

.ich_flow_branch:before {
  content: ""; }

.ich_flow_cascade:before {
  content: ""; }

.ich_flow_line:before {
  content: ""; }

.ich_flow_parallel:before {
  content: ""; }

.ich_flow_tree:before {
  content: ""; }

.ich_folder:before {
  content: ""; }

.ich_folder2:before {
  content: ""; }

.ich_folder_close:before {
  content: ""; }

.ich_folder_close_alt:before {
  content: ""; }

.ich_folder_download:before {
  content: ""; }

.ich_folder_minus:before {
  content: ""; }

.ich_folder_open:before {
  content: ""; }

.ich_folder_open2:before {
  content: ""; }

.ich_folder_open3:before {
  content: ""; }

.ich_folder_open_alt:before {
  content: ""; }

.ich_folder_plus:before {
  content: ""; }

.ich_folder_shared:before {
  content: ""; }

.ich_folder_special:before {
  content: ""; }

.ich_folder_upload:before {
  content: ""; }

.ich_font:before {
  content: ""; }

.ich_font_download:before {
  content: ""; }

.ich_fonticons:before {
  content: ""; }

.ich_food:before {
  content: ""; }

.ich_football:before {
  content: ""; }

.ich_fork:before {
  content: ""; }

.ich_format_align_center:before {
  content: ""; }

.ich_format_align_justify:before {
  content: ""; }

.ich_format_align_left:before {
  content: ""; }

.ich_format_align_right:before {
  content: ""; }

.ich_format_bold:before {
  content: ""; }

.ich_format_clear:before {
  content: ""; }

.ich_format_color_fill:before {
  content: ""; }

.ich_format_color_reset:before {
  content: ""; }

.ich_format_color_text:before {
  content: ""; }

.ich_format_indent_decrease:before {
  content: ""; }

.ich_format_indent_increase:before {
  content: ""; }

.ich_format_italic:before {
  content: ""; }

.ich_format_line_spacing:before {
  content: ""; }

.ich_format_list_bulleted:before {
  content: ""; }

.ich_format_list_numbered:before {
  content: ""; }

.ich_format_paint:before {
  content: ""; }

.ich_format_quote:before {
  content: ""; }

.ich_format_shapes:before {
  content: ""; }

.ich_format_size:before {
  content: ""; }

.ich_format_strikethrough:before {
  content: ""; }

.ich_format_textdirection_l_to_r:before {
  content: ""; }

.ich_format_textdirection_r_to_l:before {
  content: ""; }

.ich_format_underlined:before {
  content: ""; }

.ich_fort_awesome:before {
  content: ""; }

.ich_forumbee:before {
  content: ""; }

.ich_forward:before {
  content: ""; }

.ich_forward2:before {
  content: ""; }

.ich_forward3:before {
  content: ""; }

.ich_forward_10:before {
  content: ""; }

.ich_forward_30:before {
  content: ""; }

.ich_forward_5:before {
  content: ""; }

.ich_foursquare:before {
  content: ""; }

.ich_free_breakfast:before {
  content: ""; }

.ich_free_code_camp:before {
  content: ""; }

.ich_frown:before {
  content: ""; }

.ich_fullscreen:before {
  content: ""; }

.ich_fullscreen2:before {
  content: ""; }

.ich_fullscreen_exit:before {
  content: ""; }

.ich_functions:before {
  content: ""; }

.ich_futbol_o:before {
  content: ""; }

.ich_g_translate:before {
  content: ""; }

.ich_gamepad:before {
  content: ""; }

.ich_games:before {
  content: ""; }

.ich_gauge:before {
  content: ""; }

.ich_gavel:before {
  content: ""; }

.ich_gbp:before {
  content: ""; }

.ich_genderless:before {
  content: ""; }

.ich_gesture:before {
  content: ""; }

.ich_get_app:before {
  content: ""; }

.ich_get_pocket:before {
  content: ""; }

.ich_gg:before {
  content: ""; }

.ich_gg_circle:before {
  content: ""; }

.ich_gif:before {
  content: ""; }

.ich_gift:before {
  content: ""; }

.ich_gift2:before {
  content: ""; }

.ich_git:before {
  content: ""; }

.ich_git2:before {
  content: ""; }

.ich_git_square:before {
  content: ""; }

.ich_github:before {
  content: ""; }

.ich_github2:before {
  content: ""; }

.ich_github_alt:before {
  content: ""; }

.ich_github_sign:before {
  content: ""; }

.ich_gitlab:before {
  content: ""; }

.ich_gittip:before {
  content: ""; }

.ich_glass:before {
  content: ""; }

.ich_glass2:before {
  content: ""; }

.ich_glass3:before {
  content: ""; }

.ich_glide:before {
  content: ""; }

.ich_glide_g:before {
  content: ""; }

.ich_globe:before {
  content: ""; }

.ich_glyphunicode:before {
  content: ""; }

.ich_goat:before {
  content: ""; }

.ich_golf_course:before {
  content: ""; }

.ich_google:before {
  content: ""; }

.ich_google_drive:before {
  content: ""; }

.ich_google_plus:before {
  content: ""; }

.ich_google_plus2:before {
  content: ""; }

.ich_google_plus_circle:before {
  content: ""; }

.ich_google_plus_sign:before {
  content: ""; }

.ich_google_wallet:before {
  content: ""; }

.ich_gradient:before {
  content: ""; }

.ich_grain:before {
  content: ""; }

.ich_graphic_eq:before {
  content: ""; }

.ich_grav:before {
  content: ""; }

.ich_grid_off:before {
  content: ""; }

.ich_grid_on:before {
  content: ""; }

.ich_group:before {
  content: ""; }

.ich_group_add:before {
  content: ""; }

.ich_group_work:before {
  content: ""; }

.ich_h_sign:before {
  content: ""; }

.ich_hacker_news:before {
  content: ""; }

.ich_hammer:before {
  content: ""; }

.ich_hammer2:before {
  content: ""; }

.ich_hand_down:before {
  content: ""; }

.ich_hand_grab_o:before {
  content: ""; }

.ich_hand_left:before {
  content: ""; }

.ich_hand_lizard_o:before {
  content: ""; }

.ich_hand_peace_o:before {
  content: ""; }

.ich_hand_pointer_o:before {
  content: ""; }

.ich_hand_right:before {
  content: ""; }

.ich_hand_scissors_o:before {
  content: ""; }

.ich_hand_spock_o:before {
  content: ""; }

.ich_hand_stop_o:before {
  content: ""; }

.ich_hand_up:before {
  content: ""; }

.ich_handshake_o:before {
  content: ""; }

.ich_hangouts:before {
  content: ""; }

.ich_hashtag:before {
  content: ""; }

.ich_hd:before {
  content: ""; }

.ich_hdd:before {
  content: ""; }

.ich_hdr_off:before {
  content: ""; }

.ich_hdr_on:before {
  content: ""; }

.ich_hdr_strong:before {
  content: ""; }

.ich_hdr_weak:before {
  content: ""; }

.ich_header:before {
  content: ""; }

.ich_headphones:before {
  content: ""; }

.ich_headphones2:before {
  content: ""; }

.ich_headphones3:before {
  content: ""; }

.ich_headset:before {
  content: ""; }

.ich_headset_mic:before {
  content: ""; }

.ich_healing:before {
  content: ""; }

.ich_hearing:before {
  content: ""; }

.ich_heart:before {
  content: ""; }

.ich_heart2:before {
  content: ""; }

.ich_heart3:before {
  content: ""; }

.ich_heart4:before {
  content: ""; }

.ich_heart_empty:before {
  content: ""; }

.ich_heartbeat:before {
  content: ""; }

.ich_help:before {
  content: ""; }

.ich_help_outline:before {
  content: ""; }

.ich_help_with_circle:before {
  content: ""; }

.ich_high_quality:before {
  content: ""; }

.ich_highlight:before {
  content: ""; }

.ich_highlight_off:before {
  content: ""; }

.ich_history:before {
  content: ""; }

.ich_home:before {
  content: ""; }

.ich_home2:before {
  content: ""; }

.ich_home3:before {
  content: ""; }

.ich_home4:before {
  content: ""; }

.ich_home5:before {
  content: ""; }

.ich_home6:before {
  content: ""; }

.ich_hospital:before {
  content: ""; }

.ich_hot_tub:before {
  content: ""; }

.ich_hour_glass:before {
  content: ""; }

.ich_hourglass_2:before {
  content: ""; }

.ich_hourglass_3:before {
  content: ""; }

.ich_hourglass_empty:before {
  content: ""; }

.ich_hourglass_end:before {
  content: ""; }

.ich_hourglass_full:before {
  content: ""; }

.ich_hourglass_o:before {
  content: ""; }

.ich_hourglass_start:before {
  content: ""; }

.ich_houzz:before {
  content: ""; }

.ich_html_five:before {
  content: ""; }

.ich_html_five_o:before {
  content: ""; }

.ich_http:before {
  content: ""; }

.ich_id_badge:before {
  content: ""; }

.ich_id_card:before {
  content: ""; }

.ich_id_card_o:before {
  content: ""; }

.ich_ils:before {
  content: ""; }

.ich_image:before {
  content: ""; }

.ich_image2:before {
  content: ""; }

.ich_image3:before {
  content: ""; }

.ich_image_aspect_ratio:before {
  content: ""; }

.ich_images:before {
  content: ""; }

.ich_imdb:before {
  content: ""; }

.ich_import_contacts:before {
  content: ""; }

.ich_import_export:before {
  content: ""; }

.ich_important_devices:before {
  content: ""; }

.ich_inbox:before {
  content: ""; }

.ich_inbox2:before {
  content: ""; }

.ich_indent_decrease:before {
  content: ""; }

.ich_indent_increase:before {
  content: ""; }

.ich_indent_left:before {
  content: ""; }

.ich_indent_right:before {
  content: ""; }

.ich_indeterminate_check_box:before {
  content: ""; }

.ich_industry:before {
  content: ""; }

.ich_infinite:before {
  content: ""; }

.ich_info:before {
  content: ""; }

.ich_info2:before {
  content: ""; }

.ich_info3:before {
  content: ""; }

.ich_info4:before {
  content: ""; }

.ich_info5:before {
  content: ""; }

.ich_info_circle:before {
  content: ""; }

.ich_info_i:before {
  content: ""; }

.ich_info_outline:before {
  content: ""; }

.ich_info_sign:before {
  content: ""; }

.ich_injection:before {
  content: ""; }

.ich_input:before {
  content: ""; }

.ich_inr:before {
  content: ""; }

.ich_insert_comment:before {
  content: ""; }

.ich_insert_drive_file:before {
  content: ""; }

.ich_insert_invitation:before {
  content: ""; }

.ich_instagram:before {
  content: ""; }

.ich_instagram2:before {
  content: ""; }

.ich_internet_explorer:before {
  content: ""; }

.ich_invert_colors:before {
  content: ""; }

.ich_invert_colors_off:before {
  content: ""; }

.ich_ioxhost:before {
  content: ""; }

.ich_iso:before {
  content: ""; }

.ich_italic:before {
  content: ""; }

.ich_joomla:before {
  content: ""; }

.ich_jpy:before {
  content: ""; }

.ich_jsfiddle:before {
  content: ""; }

.ich_justice:before {
  content: ""; }

.ich_key:before {
  content: ""; }

.ich_key2:before {
  content: ""; }

.ich_keyboard:before {
  content: ""; }

.ich_keyboard2:before {
  content: ""; }

.ich_keyboard_arrow_down:before {
  content: ""; }

.ich_keyboard_arrow_left:before {
  content: ""; }

.ich_keyboard_arrow_right:before {
  content: ""; }

.ich_keyboard_arrow_up:before {
  content: ""; }

.ich_keyboard_backspace:before {
  content: ""; }

.ich_keyboard_capslock:before {
  content: ""; }

.ich_keyboard_hide:before {
  content: ""; }

.ich_keyboard_return:before {
  content: ""; }

.ich_keyboard_tab:before {
  content: ""; }

.ich_keyboard_voice:before {
  content: ""; }

.ich_kitchen:before {
  content: ""; }

.ich_krw:before {
  content: ""; }

.ich_lab:before {
  content: ""; }

.ich_label:before {
  content: ""; }

.ich_label_outline:before {
  content: ""; }

.ich_lamp:before {
  content: ""; }

.ich_lamp2:before {
  content: ""; }

.ich_language:before {
  content: ""; }

.ich_language2:before {
  content: ""; }

.ich_language_interpreting:before {
  content: ""; }

.ich_laptop:before {
  content: ""; }

.ich_laptop2:before {
  content: ""; }

.ich_laptop3:before {
  content: ""; }

.ich_laptop_chromebook:before {
  content: ""; }

.ich_laptop_mac:before {
  content: ""; }

.ich_laptop_windows:before {
  content: ""; }

.ich_last_page:before {
  content: ""; }

.ich_lastfm:before {
  content: ""; }

.ich_lastfm2:before {
  content: ""; }

.ich_lastfm_alt:before {
  content: ""; }

.ich_layers:before {
  content: ""; }

.ich_layers_clear:before {
  content: ""; }

.ich_leaf:before {
  content: ""; }

.ich_leaf2:before {
  content: ""; }

.ich_leak_add:before {
  content: ""; }

.ich_leak_remove:before {
  content: ""; }

.ich_leanpub:before {
  content: ""; }

.ich_left_quote:before {
  content: ""; }

.ich_left_quote_alt:before {
  content: ""; }

.ich_legal:before {
  content: ""; }

.ich_lemon:before {
  content: ""; }

.ich_lens:before {
  content: ""; }

.ich_level_down:before {
  content: ""; }

.ich_level_up:before {
  content: ""; }

.ich_library:before {
  content: ""; }

.ich_library2:before {
  content: ""; }

.ich_library_books:before {
  content: ""; }

.ich_library_music:before {
  content: ""; }

.ich_libreoffice:before {
  content: ""; }

.ich_life_saver:before {
  content: ""; }

.ich_lifebuoy:before {
  content: ""; }

.ich_light_bulb:before {
  content: ""; }

.ich_lightbulb_outline:before {
  content: ""; }

.ich_line_chart:before {
  content: ""; }

.ich_line_style:before {
  content: ""; }

.ich_line_weight:before {
  content: ""; }

.ich_linear_scale:before {
  content: ""; }

.ich_link:before {
  content: ""; }

.ich_link2:before {
  content: ""; }

.ich_link3:before {
  content: ""; }

.ich_link_square:before {
  content: ""; }

.ich_linked_camera:before {
  content: ""; }

.ich_linkedin:before {
  content: ""; }

.ich_linkedin_sign:before {
  content: ""; }

.ich_linode:before {
  content: ""; }

.ich_linux:before {
  content: ""; }

.ich_list:before {
  content: ""; }

.ich_list2:before {
  content: ""; }

.ich_list3:before {
  content: ""; }

.ich_list4:before {
  content: ""; }

.ich_list5:before {
  content: ""; }

.ich_list_alt:before {
  content: ""; }

.ich_list_numbered:before {
  content: ""; }

.ich_live_help:before {
  content: ""; }

.ich_live_tv:before {
  content: ""; }

.ich_local_airport:before {
  content: ""; }

.ich_local_atm:before {
  content: ""; }

.ich_local_bar:before {
  content: ""; }

.ich_local_cafe:before {
  content: ""; }

.ich_local_car_wash:before {
  content: ""; }

.ich_local_convenience_store:before {
  content: ""; }

.ich_local_drink:before {
  content: ""; }

.ich_local_florist:before {
  content: ""; }

.ich_local_gas_station:before {
  content: ""; }

.ich_local_hospital:before {
  content: ""; }

.ich_local_hotel:before {
  content: ""; }

.ich_local_laundry_service:before {
  content: ""; }

.ich_local_library:before {
  content: ""; }

.ich_local_mall:before {
  content: ""; }

.ich_local_offer:before {
  content: ""; }

.ich_local_parking:before {
  content: ""; }

.ich_local_pharmacy:before {
  content: ""; }

.ich_local_pizza:before {
  content: ""; }

.ich_local_play:before {
  content: ""; }

.ich_local_shipping:before {
  content: ""; }

.ich_local_taxi:before {
  content: ""; }

.ich_location:before {
  content: ""; }

.ich_location2:before {
  content: ""; }

.ich_location3:before {
  content: ""; }

.ich_location_arrow:before {
  content: ""; }

.ich_location_city:before {
  content: ""; }

.ich_location_disabled:before {
  content: ""; }

.ich_location_off:before {
  content: ""; }

.ich_location_searching:before {
  content: ""; }

.ich_lock:before {
  content: ""; }

.ich_lock2:before {
  content: ""; }

.ich_lock3:before {
  content: ""; }

.ich_lock_open:before {
  content: ""; }

.ich_lock_outline:before {
  content: ""; }

.ich_long_arrow_down:before {
  content: ""; }

.ich_long_arrow_left:before {
  content: ""; }

.ich_long_arrow_right:before {
  content: ""; }

.ich_long_arrow_up:before {
  content: ""; }

.ich_looks:before {
  content: ""; }

.ich_loop:before {
  content: ""; }

.ich_loupe:before {
  content: ""; }

.ich_low_priority:before {
  content: ""; }

.ich_low_vision:before {
  content: ""; }

.ich_loyalty:before {
  content: ""; }

.ich_magic:before {
  content: ""; }

.ich_magic_wand:before {
  content: ""; }

.ich_magnet:before {
  content: ""; }

.ich_magnet2:before {
  content: ""; }

.ich_magnifier:before {
  content: ""; }

.ich_mail:before {
  content: ""; }

.ich_mail_outline:before {
  content: ""; }

.ich_male:before {
  content: ""; }

.ich_man_woman:before {
  content: ""; }

.ich_map:before {
  content: ""; }

.ich_map2:before {
  content: ""; }

.ich_map_alt:before {
  content: ""; }

.ich_map_marker:before {
  content: ""; }

.ich_map_o:before {
  content: ""; }

.ich_map_pin:before {
  content: ""; }

.ich_map_pin_fill:before {
  content: ""; }

.ich_map_pin_stroke:before {
  content: ""; }

.ich_map_signs:before {
  content: ""; }

.ich_markunread:before {
  content: ""; }

.ich_markunread_mailbox:before {
  content: ""; }

.ich_mars:before {
  content: ""; }

.ich_mars_double:before {
  content: ""; }

.ich_mars_stroke:before {
  content: ""; }

.ich_mars_stroke_h:before {
  content: ""; }

.ich_mars_stroke_v:before {
  content: ""; }

.ich_maxcdn:before {
  content: ""; }

.ich_meanpath:before {
  content: ""; }

.ich_medal:before {
  content: ""; }

.ich_medal2:before {
  content: ""; }

.ich_medal3:before {
  content: ""; }

.ich_medium:before {
  content: ""; }

.ich_medkit:before {
  content: ""; }

.ich_meetup:before {
  content: ""; }

.ich_meh:before {
  content: ""; }

.ich_memory:before {
  content: ""; }

.ich_menu:before {
  content: ""; }

.ich_menu2:before {
  content: ""; }

.ich_menu3:before {
  content: ""; }

.ich_menu_down:before {
  content: ""; }

.ich_mercury:before {
  content: ""; }

.ich_merge_type:before {
  content: ""; }

.ich_message:before {
  content: ""; }

.ich_meter:before {
  content: ""; }

.ich_meter2:before {
  content: ""; }

.ich_mic:before {
  content: ""; }

.ich_mic2:before {
  content: ""; }

.ich_mic_none:before {
  content: ""; }

.ich_mic_off:before {
  content: ""; }

.ich_microchip:before {
  content: ""; }

.ich_microphone:before {
  content: ""; }

.ich_microphone2:before {
  content: ""; }

.ich_microphone_off:before {
  content: ""; }

.ich_minus:before {
  content: ""; }

.ich_minus_sign:before {
  content: ""; }

.ich_minus_sign_alt:before {
  content: ""; }

.ich_mixcloud:before {
  content: ""; }

.ich_mms:before {
  content: ""; }

.ich_mobile:before {
  content: ""; }

.ich_mobile2:before {
  content: ""; }

.ich_mobile_phone:before {
  content: ""; }

.ich_mode_comment:before {
  content: ""; }

.ich_mode_edit:before {
  content: ""; }

.ich_modx:before {
  content: ""; }

.ich_monetization_on:before {
  content: ""; }

.ich_money:before {
  content: ""; }

.ich_money_off:before {
  content: ""; }

.ich_moneybag:before {
  content: ""; }

.ich_monochrome_photos:before {
  content: ""; }

.ich_mood_bad:before {
  content: ""; }

.ich_moon:before {
  content: ""; }

.ich_more:before {
  content: ""; }

.ich_more_horiz:before {
  content: ""; }

.ich_more_vert:before {
  content: ""; }

.ich_motorcycle:before {
  content: ""; }

.ich_motorcycle2:before {
  content: ""; }

.ich_mouse:before {
  content: ""; }

.ich_mouse_pointer:before {
  content: ""; }

.ich_move:before {
  content: ""; }

.ich_move_down:before {
  content: ""; }

.ich_move_to_inbox:before {
  content: ""; }

.ich_move_up:before {
  content: ""; }

.ich_movie:before {
  content: ""; }

.ich_movie_creation:before {
  content: ""; }

.ich_movie_filter:before {
  content: ""; }

.ich_movie_o:before {
  content: ""; }

.ich_mug:before {
  content: ""; }

.ich_multiline_chart:before {
  content: ""; }

.ich_music:before {
  content: ""; }

.ich_music2:before {
  content: ""; }

.ich_music3:before {
  content: ""; }

.ich_music_note:before {
  content: ""; }

.ich_music_video:before {
  content: ""; }

.ich_my_location:before {
  content: ""; }

.ich_nature:before {
  content: ""; }

.ich_nature_people:before {
  content: ""; }

.ich_navigate_before:before {
  content: ""; }

.ich_navigate_next:before {
  content: ""; }

.ich_navigation:before {
  content: ""; }

.ich_near_me:before {
  content: ""; }

.ich_network_cell:before {
  content: ""; }

.ich_network_check:before {
  content: ""; }

.ich_network_locked:before {
  content: ""; }

.ich_network_wifi:before {
  content: ""; }

.ich_neuter:before {
  content: ""; }

.ich_new_releases:before {
  content: ""; }

.ich_new_tab:before {
  content: ""; }

.ich_newspaper:before {
  content: ""; }

.ich_newspaper_o:before {
  content: ""; }

.ich_next_week:before {
  content: ""; }

.ich_nfc:before {
  content: ""; }

.ich_no_encryption:before {
  content: ""; }

.ich_not_interested:before {
  content: ""; }

.ich_notch:before {
  content: ""; }

.ich_note:before {
  content: ""; }

.ich_note_add:before {
  content: ""; }

.ich_notification:before {
  content: ""; }

.ich_notifications:before {
  content: ""; }

.ich_notifications_active:before {
  content: ""; }

.ich_notifications_none:before {
  content: ""; }

.ich_notifications_off:before {
  content: ""; }

.ich_notifications_paused:before {
  content: ""; }

.ich_object_group:before {
  content: ""; }

.ich_object_ungroup:before {
  content: ""; }

.ich_odnoklassniki:before {
  content: ""; }

.ich_odnoklassniki_square:before {
  content: ""; }

.ich_off:before {
  content: ""; }

.ich_office:before {
  content: ""; }

.ich_offline_pin:before {
  content: ""; }

.ich_ok:before {
  content: ""; }

.ich_ok_circle:before {
  content: ""; }

.ich_ok_sign:before {
  content: ""; }

.ich_ol:before {
  content: ""; }

.ich_ondemand_video:before {
  content: ""; }

.ich_onedrive:before {
  content: ""; }

.ich_opacity:before {
  content: ""; }

.ich_open:before {
  content: ""; }

.ich_open_in_browser:before {
  content: ""; }

.ich_open_in_new:before {
  content: ""; }

.ich_open_with:before {
  content: ""; }

.ich_opencart:before {
  content: ""; }

.ich_opera:before {
  content: ""; }

.ich_opt:before {
  content: ""; }

.ich_optin_monster:before {
  content: ""; }

.ich_oven:before {
  content: ""; }

.ich_pacman:before {
  content: ""; }

.ich_pagelines:before {
  content: ""; }

.ich_pages:before {
  content: ""; }

.ich_pageview:before {
  content: ""; }

.ich_paint_brush:before {
  content: ""; }

.ich_paint_format:before {
  content: ""; }

.ich_palette:before {
  content: ""; }

.ich_pan_tool:before {
  content: ""; }

.ich_panorama:before {
  content: ""; }

.ich_panorama_horizontal:before {
  content: ""; }

.ich_panorama_vertical:before {
  content: ""; }

.ich_panorama_wide_angle:before {
  content: ""; }

.ich_paper_clip:before {
  content: ""; }

.ich_paper_plane:before {
  content: ""; }

.ich_paper_plane_o:before {
  content: ""; }

.ich_paragraph:before {
  content: ""; }

.ich_paragraph_center:before {
  content: ""; }

.ich_paragraph_justify:before {
  content: ""; }

.ich_paragraph_left:before {
  content: ""; }

.ich_paragraph_right:before {
  content: ""; }

.ich_party_mode:before {
  content: ""; }

.ich_paste:before {
  content: ""; }

.ich_paste2:before {
  content: ""; }

.ich_patch:before {
  content: ""; }

.ich_pause:before {
  content: ""; }

.ich_pause2:before {
  content: ""; }

.ich_pause_circle:before {
  content: ""; }

.ich_pause_circle_filled:before {
  content: ""; }

.ich_pause_circle_o:before {
  content: ""; }

.ich_pause_circle_outline:before {
  content: ""; }

.ich_paw:before {
  content: ""; }

.ich_payment:before {
  content: ""; }

.ich_paypal:before {
  content: ""; }

.ich_pdf_o:before {
  content: ""; }

.ich_pen:before {
  content: ""; }

.ich_pen2:before {
  content: ""; }

.ich_pen3:before {
  content: ""; }

.ich_pencil:before {
  content: ""; }

.ich_pencil2:before {
  content: ""; }

.ich_pencil3:before {
  content: ""; }

.ich_pencil4:before {
  content: ""; }

.ich_people:before {
  content: ""; }

.ich_people_outline:before {
  content: ""; }

.ich_percent:before {
  content: ""; }

.ich_perm_camera_mic:before {
  content: ""; }

.ich_perm_contact_calendar:before {
  content: ""; }

.ich_perm_data_setting:before {
  content: ""; }

.ich_perm_device_information:before {
  content: ""; }

.ich_perm_media:before {
  content: ""; }

.ich_perm_phone_msg:before {
  content: ""; }

.ich_perm_scan_wifi:before {
  content: ""; }

.ich_person:before {
  content: ""; }

.ich_person_add:before {
  content: ""; }

.ich_person_outline:before {
  content: ""; }

.ich_person_pin:before {
  content: ""; }

.ich_person_pin_circle:before {
  content: ""; }

.ich_personal_video:before {
  content: ""; }

.ich_pets:before {
  content: ""; }

.ich_phone:before {
  content: ""; }

.ich_phone2:before {
  content: ""; }

.ich_phone_android:before {
  content: ""; }

.ich_phone_bluetooth_speaker:before {
  content: ""; }

.ich_phone_forwarded:before {
  content: ""; }

.ich_phone_in_talk:before {
  content: ""; }

.ich_phone_iphone:before {
  content: ""; }

.ich_phone_locked:before {
  content: ""; }

.ich_phone_missed:before {
  content: ""; }

.ich_phone_paused:before {
  content: ""; }

.ich_phone_sign:before {
  content: ""; }

.ich_phonelink:before {
  content: ""; }

.ich_phonelink_erase:before {
  content: ""; }

.ich_phonelink_lock:before {
  content: ""; }

.ich_phonelink_off:before {
  content: ""; }

.ich_phonelink_ring:before {
  content: ""; }

.ich_phonelink_setup:before {
  content: ""; }

.ich_photo:before {
  content: ""; }

.ich_photo_album:before {
  content: ""; }

.ich_photo_camera:before {
  content: ""; }

.ich_photo_filter:before {
  content: ""; }

.ich_photo_library:before {
  content: ""; }

.ich_photo_size_select_actual:before {
  content: ""; }

.ich_photo_size_select_large:before {
  content: ""; }

.ich_photo_size_select_small:before {
  content: ""; }

.ich_picture:before {
  content: ""; }

.ich_picture2:before {
  content: ""; }

.ich_picture_as_pdf:before {
  content: ""; }

.ich_picture_in_picture:before {
  content: ""; }

.ich_picture_in_picture_alt:before {
  content: ""; }

.ich_picture_o:before {
  content: ""; }

.ich_pictures:before {
  content: ""; }

.ich_pictures2:before {
  content: ""; }

.ich_pie_chart:before {
  content: ""; }

.ich_pie_chart2:before {
  content: ""; }

.ich_pie_chart3:before {
  content: ""; }

.ich_pie_chart_outlined:before {
  content: ""; }

.ich_pied_piper:before {
  content: ""; }

.ich_pig:before {
  content: ""; }

.ich_pil:before {
  content: ""; }

.ich_pilcrow:before {
  content: ""; }

.ich_pin:before {
  content: ""; }

.ich_pin_drop:before {
  content: ""; }

.ich_pinterest:before {
  content: ""; }

.ich_pinterest_p:before {
  content: ""; }

.ich_pinterest_sign:before {
  content: ""; }

.ich_piper_pp:before {
  content: ""; }

.ich_plane:before {
  content: ""; }

.ich_play:before {
  content: ""; }

.ich_play2:before {
  content: ""; }

.ich_play3:before {
  content: ""; }

.ich_play_arrow:before {
  content: ""; }

.ich_play_box:before {
  content: ""; }

.ich_play_circle:before {
  content: ""; }

.ich_play_circle_filled:before {
  content: ""; }

.ich_play_circle_outline:before {
  content: ""; }

.ich_play_for_work:before {
  content: ""; }

.ich_play_sign:before {
  content: ""; }

.ich_playlist_add:before {
  content: ""; }

.ich_playlist_add_check:before {
  content: ""; }

.ich_playlist_play:before {
  content: ""; }

.ich_plug:before {
  content: ""; }

.ich_plus:before {
  content: ""; }

.ich_plus_alt:before {
  content: ""; }

.ich_plus_one:before {
  content: ""; }

.ich_plus_sign:before {
  content: ""; }

.ich_plus_square_o:before {
  content: ""; }

.ich_podcast:before {
  content: ""; }

.ich_podcast2:before {
  content: ""; }

.ich_poll:before {
  content: ""; }

.ich_polymer:before {
  content: ""; }

.ich_pool:before {
  content: ""; }

.ich_portable_wifi_off:before {
  content: ""; }

.ich_portrait:before {
  content: ""; }

.ich_power:before {
  content: ""; }

.ich_power2:before {
  content: ""; }

.ich_power_cord:before {
  content: ""; }

.ich_power_input:before {
  content: ""; }

.ich_power_settings_new:before {
  content: ""; }

.ich_powerpoint:before {
  content: ""; }

.ich_pregnant_woman:before {
  content: ""; }

.ich_present_to_all:before {
  content: ""; }

.ich_price_tag:before {
  content: ""; }

.ich_price_tag3:before {
  content: ""; }

.ich_price_tags:before {
  content: ""; }

.ich_print:before {
  content: ""; }

.ich_print2:before {
  content: ""; }

.ich_print3:before {
  content: ""; }

.ich_printer:before {
  content: ""; }

.ich_priority_high:before {
  content: ""; }

.ich_product_hunt:before {
  content: ""; }

.ich_profile:before {
  content: ""; }

.ich_profile2:before {
  content: ""; }

.ich_profile3:before {
  content: ""; }

.ich_public:before {
  content: ""; }

.ich_publish:before {
  content: ""; }

.ich_pushpin:before {
  content: ""; }

.ich_puzzle_piece:before {
  content: ""; }

.ich_qq:before {
  content: ""; }

.ich_qrcode:before {
  content: ""; }

.ich_qrcode2:before {
  content: ""; }

.ich_question:before {
  content: ""; }

.ich_question_answer:before {
  content: ""; }

.ich_question_circle_o:before {
  content: ""; }

.ich_question_sign:before {
  content: ""; }

.ich_queue:before {
  content: ""; }

.ich_queue_music:before {
  content: ""; }

.ich_queue_play_next:before {
  content: ""; }

.ich_quill:before {
  content: ""; }

.ich_quora:before {
  content: ""; }

.ich_quote_left:before {
  content: ""; }

.ich_quote_right:before {
  content: ""; }

.ich_quotes_left:before {
  content: ""; }

.ich_quotes_right:before {
  content: ""; }

.ich_ra:before {
  content: ""; }

.ich_radio:before {
  content: ""; }

.ich_radio2:before {
  content: ""; }

.ich_radio_button_checked:before {
  content: ""; }

.ich_radio_button_unchecked:before {
  content: ""; }

.ich_random:before {
  content: ""; }

.ich_rate_review:before {
  content: ""; }

.ich_ravelry:before {
  content: ""; }

.ich_receipt:before {
  content: ""; }

.ich_recent_actors:before {
  content: ""; }

.ich_record_voice_over:before {
  content: ""; }

.ich_recycle:before {
  content: ""; }

.ich_reddit:before {
  content: ""; }

.ich_reddit_alien:before {
  content: ""; }

.ich_reddit_alt:before {
  content: ""; }

.ich_reddit_square:before {
  content: ""; }

.ich_redeem:before {
  content: ""; }

.ich_redo:before {
  content: ""; }

.ich_redo2:before {
  content: ""; }

.ich_redo3:before {
  content: ""; }

.ich_refresh:before {
  content: ""; }

.ich_refresh2:before {
  content: ""; }

.ich_refrigerator:before {
  content: ""; }

.ich_registered:before {
  content: ""; }

.ich_remove:before {
  content: ""; }

.ich_remove2:before {
  content: ""; }

.ich_remove_circle:before {
  content: ""; }

.ich_remove_circle2:before {
  content: ""; }

.ich_remove_circle_outline:before {
  content: ""; }

.ich_remove_from_queue:before {
  content: ""; }

.ich_remove_shopping_cart:before {
  content: ""; }

.ich_remove_sign:before {
  content: ""; }

.ich_renren:before {
  content: ""; }

.ich_reorder2:before {
  content: ""; }

.ich_repeat:before {
  content: ""; }

.ich_repeat2:before {
  content: ""; }

.ich_repeat_one:before {
  content: ""; }

.ich_replay:before {
  content: ""; }

.ich_replay_30:before {
  content: ""; }

.ich_reply:before {
  content: ""; }

.ich_reply2:before {
  content: ""; }

.ich_reply3:before {
  content: ""; }

.ich_reply_all:before {
  content: ""; }

.ich_reply_all2:before {
  content: ""; }

.ich_report:before {
  content: ""; }

.ich_resize_full:before {
  content: ""; }

.ich_resize_horizontal:before {
  content: ""; }

.ich_resize_small:before {
  content: ""; }

.ich_resize_vertical:before {
  content: ""; }

.ich_restaurant:before {
  content: ""; }

.ich_restaurant_menu:before {
  content: ""; }

.ich_restore:before {
  content: ""; }

.ich_restore_page:before {
  content: ""; }

.ich_retweet:before {
  content: ""; }

.ich_right_quote:before {
  content: ""; }

.ich_right_quote_alt:before {
  content: ""; }

.ich_ring_volume:before {
  content: ""; }

.ich_road:before {
  content: ""; }

.ich_road2:before {
  content: ""; }

.ich_rocket:before {
  content: ""; }

.ich_rocket2:before {
  content: ""; }

.ich_rocket3:before {
  content: ""; }

.ich_room:before {
  content: ""; }

.ich_room_service:before {
  content: ""; }

.ich_rotate_90_degrees_ccw:before {
  content: ""; }

.ich_rotate_left:before {
  content: ""; }

.ich_rotate_right:before {
  content: ""; }

.ich_rounded_corner:before {
  content: ""; }

.ich_router:before {
  content: ""; }

.ich_rowing:before {
  content: ""; }

.ich_rss:before {
  content: ""; }

.ich_rss_alt:before {
  content: ""; }

.ich_rss_feed:before {
  content: ""; }

.ich_rub:before {
  content: ""; }

.ich_rv_hookup:before {
  content: ""; }

.ich_safari:before {
  content: ""; }

.ich_safe:before {
  content: ""; }

.ich_sale:before {
  content: ""; }

.ich_satellite:before {
  content: ""; }

.ich_satellite2:before {
  content: ""; }

.ich_save:before {
  content: ""; }

.ich_save_o:before {
  content: ""; }

.ich_scanner:before {
  content: ""; }

.ich_schedule:before {
  content: ""; }

.ich_school:before {
  content: ""; }

.ich_scissors:before {
  content: ""; }

.ich_screen_lock_landscape:before {
  content: ""; }

.ich_screen_lock_portrait:before {
  content: ""; }

.ich_screen_lock_rotation:before {
  content: ""; }

.ich_screen_rotation:before {
  content: ""; }

.ich_screen_share:before {
  content: ""; }

.ich_screenshot:before {
  content: ""; }

.ich_scribd:before {
  content: ""; }

.ich_sd_storage:before {
  content: ""; }

.ich_search:before {
  content: ""; }

.ich_search2:before {
  content: ""; }

.ich_search3:before {
  content: ""; }

.ich_secret:before {
  content: ""; }

.ich_security:before {
  content: ""; }

.ich_select_all:before {
  content: ""; }

.ich_sellsy:before {
  content: ""; }

.ich_send:before {
  content: ""; }

.ich_sentiment_dissatisfied:before {
  content: ""; }

.ich_sentiment_neutral:before {
  content: ""; }

.ich_sentiment_satisfied:before {
  content: ""; }

.ich_sentiment_very_dissatisfied:before {
  content: ""; }

.ich_sentiment_very_satisfied:before {
  content: ""; }

.ich_server:before {
  content: ""; }

.ich_settings:before {
  content: ""; }

.ich_settings_applications:before {
  content: ""; }

.ich_settings_backup_restore:before {
  content: ""; }

.ich_settings_bluetooth:before {
  content: ""; }

.ich_settings_brightness:before {
  content: ""; }

.ich_settings_cell:before {
  content: ""; }

.ich_settings_ethernet:before {
  content: ""; }

.ich_settings_input_antenna:before {
  content: ""; }

.ich_settings_input_composite:before {
  content: ""; }

.ich_settings_input_hdmi:before {
  content: ""; }

.ich_settings_input_svideo:before {
  content: ""; }

.ich_settings_overscan:before {
  content: ""; }

.ich_settings_phone:before {
  content: ""; }

.ich_settings_power:before {
  content: ""; }

.ich_settings_remote:before {
  content: ""; }

.ich_settings_system_daydream:before {
  content: ""; }

.ich_settings_voice:before {
  content: ""; }

.ich_share:before {
  content: ""; }

.ich_share2:before {
  content: ""; }

.ich_share3:before {
  content: ""; }

.ich_share5:before {
  content: ""; }

.ich_share6:before {
  content: ""; }

.ich_share7:before {
  content: ""; }

.ich_share_alt:before {
  content: ""; }

.ich_share_alt2:before {
  content: ""; }

.ich_share_box:before {
  content: ""; }

.ich_share_sign:before {
  content: ""; }

.ich_shareable:before {
  content: ""; }

.ich_shield:before {
  content: ""; }

.ich_shield2:before {
  content: ""; }

.ich_shift:before {
  content: ""; }

.ich_ship:before {
  content: ""; }

.ich_shirtsinbulk:before {
  content: ""; }

.ich_shop:before {
  content: ""; }

.ich_shop_two:before {
  content: ""; }

.ich_shopping_bag:before {
  content: ""; }

.ich_shopping_basket:before {
  content: ""; }

.ich_shopping_basket2:before {
  content: ""; }

.ich_shopping_cart:before {
  content: ""; }

.ich_shopping_cart2:before {
  content: ""; }

.ich_short_text:before {
  content: ""; }

.ich_show_chart:before {
  content: ""; }

.ich_shower:before {
  content: ""; }

.ich_shrink:before {
  content: ""; }

.ich_shrink2:before {
  content: ""; }

.ich_shuffle:before {
  content: ""; }

.ich_shuffle2:before {
  content: ""; }

.ich_sign_blank:before {
  content: ""; }

.ich_sign_language:before {
  content: ""; }

.ich_signal:before {
  content: ""; }

.ich_signal_cellular_4_bar:before {
  content: ""; }

.ich_signal_cellular_connected_no_internet_4_bar:before {
  content: ""; }

.ich_signal_cellular_no_sim:before {
  content: ""; }

.ich_signal_cellular_null:before {
  content: ""; }

.ich_signal_cellular_off:before {
  content: ""; }

.ich_signal_wifi_4_bar:before {
  content: ""; }

.ich_signal_wifi_4_bar_lock:before {
  content: ""; }

.ich_signal_wifi_off:before {
  content: ""; }

.ich_signin:before {
  content: ""; }

.ich_signout:before {
  content: ""; }

.ich_sim_card:before {
  content: ""; }

.ich_sim_card_alert:before {
  content: ""; }

.ich_simplybuilt:before {
  content: ""; }

.ich_sitemap:before {
  content: ""; }

.ich_skeletor:before {
  content: ""; }

.ich_skip_next:before {
  content: ""; }

.ich_skip_previous:before {
  content: ""; }

.ich_skyatlas:before {
  content: ""; }

.ich_skype:before {
  content: ""; }

.ich_skype2:before {
  content: ""; }

.ich_slack:before {
  content: ""; }

.ich_sliders:before {
  content: ""; }

.ich_slideshare:before {
  content: ""; }

.ich_slideshare2:before {
  content: ""; }

.ich_slideshow:before {
  content: ""; }

.ich_slow_motion_video:before {
  content: ""; }

.ich_smile:before {
  content: ""; }

.ich_smoke_free:before {
  content: ""; }

.ich_smoking_rooms:before {
  content: ""; }

.ich_sms_failed:before {
  content: ""; }

.ich_snapchat:before {
  content: ""; }

.ich_snapchat_ghost:before {
  content: ""; }

.ich_snapchat_square:before {
  content: ""; }

.ich_snooze:before {
  content: ""; }

.ich_snowflake_o:before {
  content: ""; }

.ich_soccer:before {
  content: ""; }

.ich_sort:before {
  content: ""; }

.ich_sort2:before {
  content: ""; }

.ich_sort_alpha_asc:before {
  content: ""; }

.ich_sort_alpha_desc:before {
  content: ""; }

.ich_sort_amount_asc:before {
  content: ""; }

.ich_sort_amount_desc:before {
  content: ""; }

.ich_sort_by_alpha:before {
  content: ""; }

.ich_sort_by_alphabet:before {
  content: ""; }

.ich_sort_by_attributes:before {
  content: ""; }

.ich_sort_by_attributes_alt:before {
  content: ""; }

.ich_sort_by_order:before {
  content: ""; }

.ich_sort_by_order_alt:before {
  content: ""; }

.ich_sort_down:before {
  content: ""; }

.ich_sort_numberic_desc:before {
  content: ""; }

.ich_sort_numeric_asc:before {
  content: ""; }

.ich_sort_up:before {
  content: ""; }

.ich_soundcloud:before {
  content: ""; }

.ich_soundcloud2:before {
  content: ""; }

.ich_soundcloud3:before {
  content: ""; }

.ich_spa:before {
  content: ""; }

.ich_space_bar:before {
  content: ""; }

.ich_space_shuttle:before {
  content: ""; }

.ich_spades:before {
  content: ""; }

.ich_speaker:before {
  content: ""; }

.ich_speaker_group:before {
  content: ""; }

.ich_speaker_notes:before {
  content: ""; }

.ich_speaker_notes_off:before {
  content: ""; }

.ich_speaker_phone:before {
  content: ""; }

.ich_spellcheck:before {
  content: ""; }

.ich_sphere:before {
  content: ""; }

.ich_spinner:before {
  content: ""; }

.ich_spinner2:before {
  content: ""; }

.ich_spinner3:before {
  content: ""; }

.ich_spinner4:before {
  content: ""; }

.ich_spinner5:before {
  content: ""; }

.ich_spinner6:before {
  content: ""; }

.ich_spinner7:before {
  content: ""; }

.ich_spinner8:before {
  content: ""; }

.ich_spinner9:before {
  content: ""; }

.ich_spoon:before {
  content: ""; }

.ich_spoon_knife:before {
  content: ""; }

.ich_spotify:before {
  content: ""; }

.ich_stack:before {
  content: ""; }

.ich_stack_exchange:before {
  content: ""; }

.ich_stackexchange:before {
  content: ""; }

.ich_stackoverflow:before {
  content: ""; }

.ich_star:before {
  content: ""; }

.ich_star2:before {
  content: ""; }

.ich_star3:before {
  content: ""; }

.ich_star4:before {
  content: ""; }

.ich_star_border:before {
  content: ""; }

.ich_star_empty:before {
  content: ""; }

.ich_star_half:before {
  content: ""; }

.ich_star_half2:before {
  content: ""; }

.ich_star_half_empty:before {
  content: ""; }

.ich_star_outlined:before {
  content: ""; }

.ich_stars:before {
  content: ""; }

.ich_stats_bars:before {
  content: ""; }

.ich_stats_bars2:before {
  content: ""; }

.ich_stats_dots:before {
  content: ""; }

.ich_stay_primary_landscape:before {
  content: ""; }

.ich_stay_primary_portrait:before {
  content: ""; }

.ich_steam:before {
  content: ""; }

.ich_steam_square:before {
  content: ""; }

.ich_steering_wheel:before {
  content: ""; }

.ich_step_backward:before {
  content: ""; }

.ich_step_forward:before {
  content: ""; }

.ich_stethoscope:before {
  content: ""; }

.ich_sticky_note:before {
  content: ""; }

.ich_sticky_note_o:before {
  content: ""; }

.ich_stop:before {
  content: ""; }

.ich_stop_circle:before {
  content: ""; }

.ich_stop_circle_o:before {
  content: ""; }

.ich_stop_screen_share:before {
  content: ""; }

.ich_storage:before {
  content: ""; }

.ich_store_mall_directory:before {
  content: ""; }

.ich_straighten:before {
  content: ""; }

.ich_street_view:before {
  content: ""; }

.ich_streetview:before {
  content: ""; }

.ich_strikethrough:before {
  content: ""; }

.ich_strikethrough_s:before {
  content: ""; }

.ich_stumbleupon:before {
  content: ""; }

.ich_stumbleupon_alt:before {
  content: ""; }

.ich_style:before {
  content: ""; }

.ich_subdirectory_arrow_left:before {
  content: ""; }

.ich_subdirectory_arrow_right:before {
  content: ""; }

.ich_subject:before {
  content: ""; }

.ich_subscript:before {
  content: ""; }

.ich_subscriptions:before {
  content: ""; }

.ich_subtitles:before {
  content: ""; }

.ich_subway:before {
  content: ""; }

.ich_subway2:before {
  content: ""; }

.ich_suitcase:before {
  content: ""; }

.ich_suitcase2:before {
  content: ""; }

.ich_suitcase3:before {
  content: ""; }

.ich_sun:before {
  content: ""; }

.ich_superpowers:before {
  content: ""; }

.ich_superscript:before {
  content: ""; }

.ich_supervisor_account:before {
  content: ""; }

.ich_surround_sound:before {
  content: ""; }

.ich_svg:before {
  content: ""; }

.ich_swap_calls:before {
  content: ""; }

.ich_swap_horiz:before {
  content: ""; }

.ich_swap_vert:before {
  content: ""; }

.ich_swap_vertical_circle:before {
  content: ""; }

.ich_switch:before {
  content: ""; }

.ich_switch2:before {
  content: ""; }

.ich_switch_camera:before {
  content: ""; }

.ich_switch_video:before {
  content: ""; }

.ich_sync:before {
  content: ""; }

.ich_sync_disabled:before {
  content: ""; }

.ich_sync_problem:before {
  content: ""; }

.ich_system_update:before {
  content: ""; }

.ich_system_update_alt:before {
  content: ""; }

.ich_tab:before {
  content: ""; }

.ich_tab_unselected:before {
  content: ""; }

.ich_table:before {
  content: ""; }

.ich_tablet:before {
  content: ""; }

.ich_tablet2:before {
  content: ""; }

.ich_tablet_android:before {
  content: ""; }

.ich_tablet_mac:before {
  content: ""; }

.ich_tag:before {
  content: ""; }

.ich_tag_faces:before {
  content: ""; }

.ich_tags:before {
  content: ""; }

.ich_tap_and_play:before {
  content: ""; }

.ich_target:before {
  content: ""; }

.ich_target2:before {
  content: ""; }

.ich_tasks:before {
  content: ""; }

.ich_telegram:before {
  content: ""; }

.ich_tencent_weibo:before {
  content: ""; }

.ich_terminal:before {
  content: ""; }

.ich_terrain:before {
  content: ""; }

.ich_text_fields:before {
  content: ""; }

.ich_text_format:before {
  content: ""; }

.ich_text_height:before {
  content: ""; }

.ich_text_width:before {
  content: ""; }

.ich_textsms:before {
  content: ""; }

.ich_texture:before {
  content: ""; }

.ich_th:before {
  content: ""; }

.ich_th_large:before {
  content: ""; }

.ich_th_list:before {
  content: ""; }

.ich_theaters:before {
  content: ""; }

.ich_themeisle:before {
  content: ""; }

.ich_thermometer:before {
  content: ""; }

.ich_thermometer_0:before {
  content: ""; }

.ich_thermometer_1:before {
  content: ""; }

.ich_thermometer_2:before {
  content: ""; }

.ich_thermometer_empty:before {
  content: ""; }

.ich_thumb_down:before {
  content: ""; }

.ich_thumb_up:before {
  content: ""; }

.ich_thumbs_down:before {
  content: ""; }

.ich_thumbs_down2:before {
  content: ""; }

.ich_thumbs_down_alt:before {
  content: ""; }

.ich_thumbs_up:before {
  content: ""; }

.ich_thumbs_up2:before {
  content: ""; }

.ich_thumbs_up_alt:before {
  content: ""; }

.ich_thumbs_up_down:before {
  content: ""; }

.ich_ticket:before {
  content: ""; }

.ich_ticket2:before {
  content: ""; }

.ich_ticket3:before {
  content: ""; }

.ich_ticket4:before {
  content: ""; }

.ich_ticket5:before {
  content: ""; }

.ich_tie:before {
  content: ""; }

.ich_time:before {
  content: ""; }

.ich_time2:before {
  content: ""; }

.ich_time_to_leave:before {
  content: ""; }

.ich_timelapse:before {
  content: ""; }

.ich_timeline:before {
  content: ""; }

.ich_timer:before {
  content: ""; }

.ich_timer_off:before {
  content: ""; }

.ich_times_rectangle:before {
  content: ""; }

.ich_times_rectangle_o:before {
  content: ""; }

.ich_tint:before {
  content: ""; }

.ich_title:before {
  content: ""; }

.ich_toc:before {
  content: ""; }

.ich_today:before {
  content: ""; }

.ich_toggle_off:before {
  content: ""; }

.ich_toggle_on:before {
  content: ""; }

.ich_toll:before {
  content: ""; }

.ich_tonality:before {
  content: ""; }

.ich_tools:before {
  content: ""; }

.ich_touch_app:before {
  content: ""; }

.ich_toys:before {
  content: ""; }

.ich_track_changes:before {
  content: ""; }

.ich_trademark:before {
  content: ""; }

.ich_traffic:before {
  content: ""; }

.ich_train:before {
  content: ""; }

.ich_train2:before {
  content: ""; }

.ich_tram:before {
  content: ""; }

.ich_transfer_within_a_station:before {
  content: ""; }

.ich_transform:before {
  content: ""; }

.ich_transformers:before {
  content: ""; }

.ich_transgender:before {
  content: ""; }

.ich_transgender_alt:before {
  content: ""; }

.ich_translate:before {
  content: ""; }

.ich_trash:before {
  content: ""; }

.ich_trash2:before {
  content: ""; }

.ich_tree:before {
  content: ""; }

.ich_tree2:before {
  content: ""; }

.ich_trello:before {
  content: ""; }

.ich_trello2:before {
  content: ""; }

.ich_trending_down:before {
  content: ""; }

.ich_trending_flat:before {
  content: ""; }

.ich_trending_up:before {
  content: ""; }

.ich_tripadvisor:before {
  content: ""; }

.ich_trophy:before {
  content: ""; }

.ich_trophy2:before {
  content: ""; }

.ich_truck:before {
  content: ""; }

.ich_truck2:before {
  content: ""; }

.ich_try:before {
  content: ""; }

.ich_tty:before {
  content: ""; }

.ich_tumblr:before {
  content: ""; }

.ich_tumblr_sign:before {
  content: ""; }

.ich_tune:before {
  content: ""; }

.ich_turned_in:before {
  content: ""; }

.ich_turned_in_not:before {
  content: ""; }

.ich_tux:before {
  content: ""; }

.ich_tv:before {
  content: ""; }

.ich_tv2:before {
  content: ""; }

.ich_twitter:before {
  content: ""; }

.ich_twitter_sign:before {
  content: ""; }

.ich_ul:before {
  content: ""; }

.ich_umbrella:before {
  content: ""; }

.ich_umbrella2:before {
  content: ""; }

.ich_unarchive:before {
  content: ""; }

.ich_underline:before {
  content: ""; }

.ich_undo:before {
  content: ""; }

.ich_undo2:before {
  content: ""; }

.ich_undo3:before {
  content: ""; }

.ich_undo4:before {
  content: ""; }

.ich_unfold_less:before {
  content: ""; }

.ich_unfold_more:before {
  content: ""; }

.ich_uniF2A1:before {
  content: ""; }

.ich_uniF2A2:before {
  content: ""; }

.ich_universal_access:before {
  content: ""; }

.ich_unlink:before {
  content: ""; }

.ich_unlock:before {
  content: ""; }

.ich_unlock_alt:before {
  content: ""; }

.ich_unlocked:before {
  content: ""; }

.ich_update:before {
  content: ""; }

.ich_upload:before {
  content: ""; }

.ich_upload2:before {
  content: ""; }

.ich_upload3:before {
  content: ""; }

.ich_upload4:before {
  content: ""; }

.ich_upload_alt:before {
  content: ""; }

.ich_usb:before {
  content: ""; }

.ich_usb2:before {
  content: ""; }

.ich_usd:before {
  content: ""; }

.ich_user2:before {
  content: ""; }

.ich_user3:before {
  content: ""; }

.ich_user_circle:before {
  content: ""; }

.ich_user_circle_o:before {
  content: ""; }

.ich_user_md:before {
  content: ""; }

.ich_user_new:before {
  content: ""; }

.ich_user_o:before {
  content: ""; }

.ich_user_plus:before {
  content: ""; }

.ich_user_tie:before {
  content: ""; }

.ich_user_times:before {
  content: ""; }

.ich_venus:before {
  content: ""; }

.ich_venus_double:before {
  content: ""; }

.ich_venus_mars:before {
  content: ""; }

.ich_verified_user:before {
  content: ""; }

.ich_vertical_align_bottom:before {
  content: ""; }

.ich_vertical_align_center:before {
  content: ""; }

.ich_vertical_align_top:before {
  content: ""; }

.ich_viacoin:before {
  content: ""; }

.ich_viadeo:before {
  content: ""; }

.ich_viadeo_square:before {
  content: ""; }

.ich_vibration:before {
  content: ""; }

.ich_video:before {
  content: ""; }

.ich_video_call:before {
  content: ""; }

.ich_video_camera:before {
  content: ""; }

.ich_video_label:before {
  content: ""; }

.ich_video_library:before {
  content: ""; }

.ich_videocam:before {
  content: ""; }

.ich_videocam_off:before {
  content: ""; }

.ich_videogame_asset:before {
  content: ""; }

.ich_view_agenda:before {
  content: ""; }

.ich_view_array:before {
  content: ""; }

.ich_view_carousel:before {
  content: ""; }

.ich_view_column:before {
  content: ""; }

.ich_view_comfy:before {
  content: ""; }

.ich_view_compact:before {
  content: ""; }

.ich_view_day:before {
  content: ""; }

.ich_view_headline:before {
  content: ""; }

.ich_view_list:before {
  content: ""; }

.ich_view_module:before {
  content: ""; }

.ich_view_quilt:before {
  content: ""; }

.ich_view_stream:before {
  content: ""; }

.ich_view_week:before {
  content: ""; }

.ich_vignette:before {
  content: ""; }

.ich_vimeo:before {
  content: ""; }

.ich_vimeo_square:before {
  content: ""; }

.ich_vine:before {
  content: ""; }

.ich_visibility:before {
  content: ""; }

.ich_visibility_off:before {
  content: ""; }

.ich_vk:before {
  content: ""; }

.ich_voice_chat:before {
  content: ""; }

.ich_voicemail:before {
  content: ""; }

.ich_volume_control_phone:before {
  content: ""; }

.ich_volume_down:before {
  content: ""; }

.ich_volume_mute:before {
  content: ""; }

.ich_volume_off:before {
  content: ""; }

.ich_volume_up:before {
  content: ""; }

.ich_vpn_key:before {
  content: ""; }

.ich_vpn_lock:before {
  content: ""; }

.ich_wallet:before {
  content: ""; }

.ich_wallpaper:before {
  content: ""; }

.ich_warning:before {
  content: ""; }

.ich_warning_alt:before {
  content: ""; }

.ich_warning_sign:before {
  content: ""; }

.ich_washingmachine:before {
  content: ""; }

.ich_watch:before {
  content: ""; }

.ich_watch_later:before {
  content: ""; }

.ich_water:before {
  content: ""; }

.ich_wb_auto:before {
  content: ""; }

.ich_wb_cloudy:before {
  content: ""; }

.ich_wb_incandescent:before {
  content: ""; }

.ich_wb_iridescent:before {
  content: ""; }

.ich_wb_sunny:before {
  content: ""; }

.ich_wc:before {
  content: ""; }

.ich_web:before {
  content: ""; }

.ich_web_asset:before {
  content: ""; }

.ich_wechat:before {
  content: ""; }

.ich_weekend:before {
  content: ""; }

.ich_weibo:before {
  content: ""; }

.ich_whatsapp:before {
  content: ""; }

.ich_whatsapp2:before {
  content: ""; }

.ich_whatshot:before {
  content: ""; }

.ich_wheelchair:before {
  content: ""; }

.ich_wheelchair_alt:before {
  content: ""; }

.ich_widgets:before {
  content: ""; }

.ich_wifi:before {
  content: ""; }

.ich_wifi2:before {
  content: ""; }

.ich_wifi_lock:before {
  content: ""; }

.ich_wifi_tethering:before {
  content: ""; }

.ich_wikipedia:before {
  content: ""; }

.ich_wikipedia_w:before {
  content: ""; }

.ich_window_maximize:before {
  content: ""; }

.ich_window_minimize:before {
  content: ""; }

.ich_window_restore:before {
  content: ""; }

.ich_windows:before {
  content: ""; }

.ich_windows2:before {
  content: ""; }

.ich_windows8:before {
  content: ""; }

.ich_woman:before {
  content: ""; }

.ich_word_o:before {
  content: ""; }

.ich_wordpress:before {
  content: ""; }

.ich_work:before {
  content: ""; }

.ich_wpbeginner:before {
  content: ""; }

.ich_wpexplorer:before {
  content: ""; }

.ich_wpforms:before {
  content: ""; }

.ich_wrap_text:before {
  content: ""; }

.ich_wrench:before {
  content: ""; }

.ich_xing:before {
  content: ""; }

.ich_xing_sign:before {
  content: ""; }

.ich_y_combinator:before {
  content: ""; }

.ich_yahoo:before {
  content: ""; }

.ich_yelp:before {
  content: ""; }

.ich_yelp3:before {
  content: ""; }

.ich_yoast:before {
  content: ""; }

.ich_youtube:before {
  content: ""; }

.ich_youtube2:before {
  content: ""; }

.ich_youtube_play:before {
  content: ""; }

.ich_youtube_searched_for:before {
  content: ""; }

.ich_youtube_sign:before {
  content: ""; }

.ich_zip_o:before {
  content: ""; }

.ich_zoom_in:before {
  content: ""; }

.ich_zoom_in2:before {
  content: ""; }

.ich_zoom_out2:before {
  content: ""; }

.ich_zoom_out22:before {
  content: ""; }

.ich_zoom_out_map:before {
  content: ""; }

@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: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.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: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.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: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.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: transparent; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #fd3d3d;
  text-decoration: none; }
  a:hover, a:focus {
    color: #eb0202;
    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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.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: .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: #fd3d3d; }

a.text-default:hover,
a.text-default:focus {
  color: #fc0b0b; }

.text-alernative {
  color: #fd3d3d; }

a.text-alernative:hover,
a.text-alernative:focus {
  color: #fc0b0b; }

.text-secondary {
  color: #191919; }

a.text-secondary:hover,
a.text-secondary:focus {
  color: black; }

.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: #fd3d3d; }

a.bg-default:hover,
a.bg-default:focus {
  background-color: #fc0b0b; }

.bg-alernative {
  background-color: #fd3d3d; }

a.bg-alernative:hover,
a.bg-alernative:focus {
  background-color: #fc0b0b; }

.bg-secondary {
  background-color: #191919; }

a.bg-secondary:hover,
a.bg-secondary:focus {
  background-color: black; }

.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.42857; }

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.42857;
    color: #999999; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.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: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

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.42857;
  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.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.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.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .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.42857;
    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.42857;
  color: #6f6f6f; }

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 14px;
  font-size: 14px;
  line-height: 1.42857;
  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[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 32px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.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.33333;
  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.33333;
  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.33333; }

.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: .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 .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .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 #fd3d3d;
    background-color: #fd3d3d;
    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: #fd3d3d;
    border-color: #fd3d3d; }
  .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 .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .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 #fd3d3d;
  background-color: #fd3d3d;
  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: #fd3d3d;
  border-color: #fd3d3d; }

.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: .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: .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.42857;
  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: -.5em;
      left: .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: #fd3d3d;
  border-color: #fd2424; }
  .btn-theme:focus, .btn-theme.focus {
    color: #fff;
    background-color: #fc0b0b;
    border-color: #9f0202; }
    .btn-theme:focus .loader-round-b, .btn-theme.focus .loader-round-b {
      border-color: rgba(255, 255, 255, 0.25);
      border-left-color: white; }
  .btn-theme:hover {
    color: #fff;
    background-color: #fc0b0b;
    border-color: #e10202; }
    .btn-theme:hover .loader-round-b {
      border-color: rgba(255, 255, 255, 0.25);
      border-left-color: white; }
  .btn-theme:active, .btn-theme.active,
  .open > .btn-theme.dropdown-toggle {
    color: #fff;
    background-color: #fc0b0b;
    border-color: #e10202; }
    .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: #e10202;
      border-color: #9f0202; }
    .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: white; }
  .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: #fd3d3d;
    border-color: #fd2424; }
  .btn-theme .badge {
    color: #fd3d3d;
    background-color: #fff; }

.btn-theme-light {
  color: #fff;
  background-color: #eb0202;
  border-color: #d20202; }
  .btn-theme-light:focus, .btn-theme-light.focus {
    color: #fff;
    background-color: #b90202;
    border-color: #540101; }
    .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: white; }
  .btn-theme-light:hover {
    color: #fff;
    background-color: #b90202;
    border-color: #950202; }
    .btn-theme-light:hover .loader-round-b {
      border-color: rgba(255, 255, 255, 0.25);
      border-left-color: white; }
  .btn-theme-light:active, .btn-theme-light.active,
  .open > .btn-theme-light.dropdown-toggle {
    color: #fff;
    background-color: #b90202;
    border-color: #950202; }
    .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: #950202;
      border-color: #540101; }
    .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: white; }
  .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: #eb0202;
    border-color: #d20202; }
  .btn-theme-light .badge {
    color: #eb0202;
    background-color: #fff; }

.btn-secondary {
  color: #fff;
  background-color: #0c0c0c;
  border-color: black; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-secondary:focus .loader-round-b, .btn-secondary.focus .loader-round-b {
      border-color: rgba(255, 255, 255, 0.25);
      border-left-color: white; }
  .btn-secondary:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-secondary:hover .loader-round-b {
      border-color: rgba(255, 255, 255, 0.25);
      border-left-color: white; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .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: black;
      border-color: black; }
    .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: white; }
  .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: #0c0c0c;
    border-color: black; }
  .btn-secondary .badge {
    color: #0c0c0c;
    background-color: #fff; }

.btn-alernative {
  color: #fff;
  background-color: #fd2424;
  border-color: #fc0b0b; }
  .btn-alernative:focus, .btn-alernative.focus {
    color: #fff;
    background-color: #eb0202;
    border-color: #860101; }
    .btn-alernative:focus .loader-round-b, .btn-alernative.focus .loader-round-b {
      border-color: rgba(255, 255, 255, 0.25);
      border-left-color: white; }
  .btn-alernative:hover {
    color: #fff;
    background-color: #eb0202;
    border-color: #c80202; }
    .btn-alernative:hover .loader-round-b {
      border-color: rgba(255, 255, 255, 0.25);
      border-left-color: white; }
  .btn-alernative:active, .btn-alernative.active,
  .open > .btn-alernative.dropdown-toggle {
    color: #fff;
    background-color: #eb0202;
    border-color: #c80202; }
    .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: #c80202;
      border-color: #860101; }
    .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: white; }
  .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: #fd2424;
    border-color: #fc0b0b; }
  .btn-alernative .badge {
    color: #fd2424;
    background-color: #fff; }

.btn-secondary-light {
  color: #fff;
  background-color: #595959;
  border-color: #4d4d4d; }
  .btn-secondary-light:focus, .btn-secondary-light.focus {
    color: #fff;
    background-color: #3f3f3f;
    border-color: #0d0d0d; }
    .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: white; }
  .btn-secondary-light:hover {
    color: #fff;
    background-color: #3f3f3f;
    border-color: #2e2e2e; }
    .btn-secondary-light:hover .loader-round-b {
      border-color: rgba(255, 255, 255, 0.25);
      border-left-color: white; }
  .btn-secondary-light:active, .btn-secondary-light.active,
  .open > .btn-secondary-light.dropdown-toggle {
    color: #fff;
    background-color: #3f3f3f;
    border-color: #2e2e2e; }
    .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: #2d2d2d;
      border-color: #0d0d0d; }
    .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: white; }
  .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: #595959;
    border-color: #4d4d4d; }
  .btn-secondary-light .badge {
    color: #595959;
    background-color: #fff; }

.btn-link {
  color: #fd3d3d;
  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: #eb0202;
    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: #eb0202;
    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.33333;
  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.42857;
  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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: white; }
  .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: #fd2424 !important;
  background-color: transparent;
  border-color: #fd2424; }
  .borderd-theme-inverse:focus, .borderd-theme-inverse.focus {
    color: #fd3d3d !important;
    background-color: #fc0b0b !important;
    border-color: #9f0202; }
    .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: white; }
  .borderd-theme-inverse:hover {
    color: #fd3d3d !important;
    background-color: #fc0b0b !important;
    border-color: #e10202; }
    .borderd-theme-inverse:hover .loader-round-b {
      border-color: rgba(255, 255, 255, 0.25);
      border-left-color: white; }
  .borderd-theme-inverse:active, .borderd-theme-inverse.active,
  .open > .borderd-theme-inverse.dropdown-toggle {
    color: #fd3d3d;
    background-color: #fc0b0b;
    border-color: #e10202; }
    .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: #fd3d3d;
      background-color: #e10202;
      border-color: #9f0202; }
    .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: white; }
  .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: #fd3d3d;
    border-color: #fd2424; }
  .borderd-theme-inverse .badge {
    color: #fd3d3d;
    background-color: #fd3d3d; }

.borderd-theme {
  color: #fd2424 !important;
  background-color: transparent;
  border-color: #fd2424; }
  .borderd-theme:focus, .borderd-theme.focus {
    color: #fff !important;
    background-color: #fc0b0b !important;
    border-color: #9f0202; }
    .borderd-theme:focus .loader-round-b, .borderd-theme.focus .loader-round-b {
      border-color: rgba(255, 255, 255, 0.25);
      border-left-color: white; }
  .borderd-theme:hover {
    color: #fff !important;
    background-color: #fc0b0b !important;
    border-color: #e10202; }
    .borderd-theme:hover .loader-round-b {
      border-color: rgba(255, 255, 255, 0.25);
      border-left-color: white; }
  .borderd-theme:active, .borderd-theme.active,
  .open > .borderd-theme.dropdown-toggle {
    color: #fff;
    background-color: #fc0b0b;
    border-color: #e10202; }
    .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: #e10202;
      border-color: #9f0202; }
    .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: white; }
  .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: #fd3d3d;
    border-color: #fd2424; }
  .borderd-theme .badge {
    color: #fd3d3d;
    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: black !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: white; }
  .borderd-secondary:hover {
    color: #fff !important;
    background-color: black !important;
    border-color: #bababa; }
    .borderd-secondary:hover .loader-round-b {
      border-color: rgba(255, 255, 255, 0.25);
      border-left-color: white; }
  .borderd-secondary:active, .borderd-secondary.active,
  .open > .borderd-secondary.dropdown-toggle {
    color: #fff;
    background-color: black;
    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: black;
      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: white; }
  .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: #191919;
    border-color: #d9d9d9; }
  .borderd-secondary .badge {
    color: #191919;
    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: white; }
  .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: white; }
  .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: white; }
  .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: -.16em; }
  .load-more-btn .loader-round-b {
    position: absolute;
    left: 1em;
    margin-top: -.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: .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: #fd3d3d; }
  .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, transparent 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.8) 60%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 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, transparent 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.42857;
    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: #fd3d3d; }

.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.42857;
  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: #fd3d3d; }
  .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.42857;
      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: #fd3d3d; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #fd3d3d;
      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.42857;
        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: #fd3d3d; }
      .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: #fd3d3d;
          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: #fd3d3d; }
          @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.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .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.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-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: black; }
  @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: #fd3d3d;
  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: #191919; }
  @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.64706px;
  height: 37.64706px;
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin-top: -18.82353px;
  left: 10px; }
  .navbar .user .h-user .noti {
    background: #000;
    border-radius: 50%;
    width: 18.28571px;
    height: 18.28571px;
    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: #fd3d3d;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fd3d3d;
    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: #fc0b0b; }
  .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: #fd3d3d;
      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: #fd3d3d; }
  @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: #fd3d3d;
        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: #fd3d3d;
      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: #fd3d3d; }
  .navbar-default .btn-link {
    color: #000; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #fd3d3d; }
    .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: #fd1515;
  border-color: #fd3d3d; }
  .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: #eb0202; }
    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
      color: #fff;
      background-color: #eb0202; }
    .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: #eb0202; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #eb0202;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #fd3d3d; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #fd3d3d; }
    .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: #eb0202; }
    .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: #eb0202; }
    .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: calc(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: #fd3d3d; }
  .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: #fd3d3d; }
  .side-nav .profile-card-menu {
    position: relative;
    background: #fc0b0b;
    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: #191919; }
  .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.42857;
      font-weight: 600;
      text-decoration: none;
      color: #fd3d3d;
      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: #fd3d3d;
    border-color: #fd3d3d; }
  .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.33333; }

.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: #fd3d3d; }
  .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: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .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,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #fd3d3d;
    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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .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: #fd3d3d; }

.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.42857; }

.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: .5em 1.2em; }
  .modal-img-header .close-btn {
    position: absolute;
    background: #F04124;
    color: #fff;
    border: 0;
    top: 0;
    right: 0;
    padding: .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.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .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.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .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: #fd3d3d; }
    .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: #191919;
    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: #fd3d3d;
    border-color: #fd3d3d;
    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: #fd3d3d;
      border-color: #fa0303; }
    .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: #fd1515;
      border-color: #fa0303; }
  .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: #fd3d3d; }
    .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.42857;
  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: #191919; }

.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: #191919;
  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; } }
