<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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)
 */
/*$brand-cyan: #f4ae00 !default;*/
/*$brand-orange: #f7931e !default;*/
/*
$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;*/
.btn-form-query {
  background: #e15616;
  color: #ffffff; }

/*!
 *  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&amp;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 &gt; 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; }

body {
  font-family: 'Verdana', Verdana; }

ul, li {
  list-style: none; }

p {
  text-align: justify;
  line-height: 1.8; }

a:hover {
  cursor: pointer; }

/*----====old-code====----*/
/*navbar*/
/*----=====Navbar=====------*/
.navbar-default {
  background: #fff !important; }
  .navbar-default .navbar-collapse .navbar-nav {
    position: absolute;
    right: 0px;
    top: 0px; }
    .navbar-default .navbar-collapse .navbar-nav li a {
      color: #000; }

/*video*/
.trip-factory-inserted {
  margin-top: 2%;
  background-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -webkit-filter: blur(0);
  filter: blur(0);
  height: 100%;
  transition: -webkit-filter .35s ease-in-out;
  transition: filter .35s ease-in-out;
  transition: filter .35s ease-in-out,-webkit-filter .35s ease-in-out;
  width: 100%; }

audio, canvas, progress, video {
  vertical-align: baseline;
  width: -webkit-fill-available;
  height: 500px;
  overflow: hidden;
  object-fit: none;
  display: block !important; }

@media only screen and (max-width: 500px) {
  audio, canvas, progress, video {
    vertical-align: baseline;
    width: -webkit-fill-available;
    height: 300px;
    overflow: hidden;
    object-fit: none;
    display: block !important; }
  .origin-center {
    display: block;
    text-align: center; } }

.enquiry-btn a {
  padding: 12px;
  color: #fff;
  font-weight: 600; }

.enquiry-btn a:hover {
  color: #fff; }

.Enquir_y {
  margin-top: 12px; }

.Enquir_y a {
  background: red;
  /*padding: 12px 29px;*/
  border-radius: 30px;
  color: #fff; }

.Enquiry-D {
  padding: 0px; }

.package-btn {
  background: #fff;
  border-top: 1px solid #b5b5b5; }

.brdr {
  border-right: 1px solid #000; }

/*.view-more {
    padding: 20px 0px;
}*/
.view-more a {
  text-align: center;
  display: block;
  font-weight: 600;
  padding: 12px 0px; }

.details {
  padding: 20px 30px 8px; }

.Activity-heading-slider {
  margin-bottom: 45px; }

.Activity-slider span {
  width: 120px;
  height: 2px;
  background-color: #e1e1e1;
  display: block;
  margin: 0 auto; }

.Activity-slider span em {
  width: 60px;
  height: 2px;
  background-color: #fc5b62;
  display: block;
  margin: auto; }

.Activity-heading h5 {
  font-size: 18px; }

/*----====Banner_Search_section====-----*/
.search-sec {
  padding: 2rem;
  position: relative;
  margin-left: 0%;
  margin-top: -25%;
  transform: translate(0%, 0%);
  z-index: 9; }

.wrn-btn {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 0px !important;
  padding: 14px !important;
  background: #31bd7d !important; }

.Art {
  padding: 0px !important; }

.Art .search-slt {
/*  padding-left: 32px !important;*/
  display: block;
  width: 100%;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border-right: 1px solid #da1925;
  height: 50px;
  border-radius: 0;
  position: relative; }

.search-icon {
  position: absolute;
  left: 10px;
  top: 15px;
  color: #909192; }

.tips {
  height: 40px !important; }

.Activity-sec figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 210px; }
  .Activity-sec figure img {
    height: 210px; }

/*Activity-Detail*/
.Activity span {
  width: 120px;
  height: 2px;
  background-color: #e1e1e1;
  display: block; }

.Activity span em {
  width: 60px;
  height: 2px;
  background-color: #fc5b62;
  display: block; }

a.grid_item {
  display: block;
  margin-bottom: 25px; }

a.grid_item figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 210px !important; }

a.grid_item figure .score {
  position: absolute;
  top: 15px;
  right: 0px;
  z-index: 9; }

a.grid_item figure img {
  width: 100%;
  height: 210px !important;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

a.grid_item .info {
  position: absolute;
  width: 100%;
  z-index: 9;
  display: block;
  padding: 25px 20px 5px 20px;
  color: #fff;
  left: 0;
  bottom: 0;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
  box-sizing: border-box; }

a.grid_item .info h3 {
  color: #fff;
  font-size: 18px; }

/*Blog-section*/
a.box_news {
  position: relative;
  display: block;
  padding-left: 230px;
  color: #555;
  margin-bottom: 30px;
  min-height: 150px; }

.margin_80_55 {
  padding-top: 80px;
  padding-bottom: 55px; }

.main_title_2 {
  text-align: center;
  margin-bottom: 45px;
  position: relative; }

a.box_news {
  position: relative;
  display: block;
  padding-left: 230px;
  color: #555;
  margin-bottom: 30px;
  min-height: 150px; }

a.box_news figure {
  width: 220px;
  height: 180px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0; }

a.box_news figure img {
  width: 250px;
  height: 210px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

a.box_news figure figcaption {
  background-color: #FFC107;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  color: #fff;
  width: 60px;
  height: 60px;
  padding: 15px;
  line-height: 1; }

a.box_news ul {
  margin: 0;
  padding: 10px 0 0 0; }

a.box_news ul li {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 5px; }

#reccomended .item {
  margin: 0 15px; }

/*---===call-section===---*/
.call_section {
  background: url("../../Images/Home Page Banner/Why Choose Us/Why Choose US.jpg") center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 400px;
  padding: 10% 0; }

.animated .block-vertical {
  animation: reveal_top_to_bottom 1s ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  background: #0054a6; }

.animated .block-reveal {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.animated .block-vertical {
  animation: reveal_top_to_bottom 1s ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  background: #0054a6; }

.box_1 {
  /*background-color: #121921;*/
  color: #fff;
  /*padding: 45px;*/ }

a.btn_1, .btn_1, .Fixed-button {
  border: none;
  color: #fff;
  background: #31bd7d;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 26px; }

.tastimonial-posts .entry-content {
  position: relative;
  color: #fff;
  font-size: 120%;
  line-height: 1.2;
  font-style: italic;
  margin-bottom: .5em;
  left: 0px; }

/*Buttons*/
.btn_home_align {
  position: relative;
  padding-bottom: 5%; }

.Trip-border {
  /*border-bottom: 4px solid #f6f6f6;*/ }

a.btn_1 {
  position: absolute;
  right: 0px; }

.Fixed-button {
  position: initial; }

/*footer*/
footer {
  background-color: #121921;
  color: #fbfbfb;
  color: rgba(255, 255, 255, 0.7); }

footer h5 {
  color: #fff;
  margin: 25px 0;
  font-size: 15px; }

@media (max-width: 575px) {
  footer h5 {
    margin: 25px 0 10px 0; } }

footer ul li {
  margin-bottom: 5px; }

footer ul li a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  color: #fff;
  opacity: 0.7; }

footer ul li a:hover {
  color: #f04124;
  opacity: 1; }

footer ul li a i {
  margin-right: 10px;
  color: #fff; }

footer ul.links li a:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0); }

footer ul.links li a:hover:after {
  opacity: 1;
  color: #f04124; }

footer ul.links li a:after {
  content: "\2192";
  position: absolute;
  margin-left: 5px;
  margin-top: -3px;
  top: 1px;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

footer ul.contacts li a i {
  margin-right: 10px; }

footer hr {
  opacity: 0.1; }

footer #copy {
  text-align: right;
  font-size: 13px;
  font-size: 0.8125rem;
  opacity: 0.7; }

@media (max-width: 767px) {
  footer #copy {
    text-align: left;
    margin: 5px 0 20px 0; } }

/* Newsletter footer*/
#newsletter .form-group {
  position: relative; }

#newsletter .loader {
  position: absolute;
  right: -20px;
  top: 11px;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem; }

#newsletter h6 {
  color: #fff;
  margin: 15px 0 15px 0; }

#newsletter .form-group {
  position: relative; }

#newsletter input[type='email'] {
  border: 0;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff; }

#newsletter input[type='email']:focus {
  border: 0;
  box-shadow: none; }

#newsletter input[type='submit'] {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  top: 0;
  border: 0;
  padding: 0 12px;
  height: 40px;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #007cc3;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none; }

#newsletter input[type='submit']:hover {
  background-color: #f04124;
  color: #fff; }

.follow_us {
  margin-top: 15px;
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s; }

.follow_us ul {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0; }

.follow_us h5 {
  color: #fff; }

.follow_us ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px; }

.follow_us ul li:first-child {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 13px; }

.follow_us ul li a {
  color: #fff;
  opacity: 0.7; }

.follow_us ul li a:hover {
  opacity: 1; }

ul#footer-selector {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none; }

ul#footer-selector li {
  float: left;
  margin-right: 10px; }

@media (max-width: 575px) {
  ul#footer-selector li:last-child {
    margin-top: 5px; } }

/* Addtional links Footer */
ul#additional_links {
  margin: 0;
  padding: 8px 0 0 0;
  color: #555;
  font-size: 13px;
  float: right; }

@media (max-width: 991px) {
  ul#additional_links {
    float: none;
    margin-top: 10px; } }

ul#additional_links li {
  display: inline-block;
  margin-right: 15px; }

ul#additional_links li:first-child {
  margin-right: 20px; }

ul#additional_links li:last-child:after {
  content: ""; }

ul#additional_links li span {
  color: #fff;
  opacity: 0.5; }

ul#additional_links li a {
  color: #fff;
  opacity: 0.5;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

ul#additional_links li a:hover {
  opacity: 1; }

ul#additional_links li:after {
  content: "|";
  font-weight: 300;
  position: relative;
  left: 10px; }

.styled-select {
  width: 100%;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  border: none;
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-right: 35px;
  position: relative; }

.styled-select#lang-selector:after {
  font-family: 'ElegantIcons';
  content: "\f107 ";
  color: #fff;
  position: absolute;
  right: 10px;
  top: 0; }

.styled-select#currency-selector:after {
  font-family: 'ElegantIcons';
  content: "\33";
  color: #fff;
  position: absolute;
  right: 10px;
  top: 0; }

.styled-select select {
  background: transparent;
  width: 110%;
  padding-left: 10px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 30px;
  color: #ccc;
  font-size: 12px;
  margin: 0;
  font-weight: 500;
  -moz-appearance: window;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none; }

.styled-select select:focus {
  color: #fff;
  outline: none;
  box-shadow: none; }

.styled-select select::-ms-expand {
  display: none; }

.styled-select#lang-selector select option {
  color: #555; }

.contacts {
  padding: 0; }

.t_factory {
  margin: 25px 35px; }

.video-image img {
  width: 100%;
  height: 500px; }

@media screen and (max-width: 500px) and (min-width: 300px) {
  .t_factory {
    margin: 25px 0px; }
  .links {
    margin-left: -38px; }
  .Price span {
    position: absolute;
    top: -20px;
    right: 0px; } }

@media screen and (max-width: 450px) {
  /*.Art .search-slt {
        padding: 20px 0px 20px 17px;
    }*/
  /*.search-sec {
        margin-top: -73%;
    }*/ }

@media (max-width: 767px) {
  a.box_news {
    min-height: inherit;
    padding-left: 0; }
  a.box_news figure {
    position: relative;
    width: auto; }
  a.box_news figure img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  a.box_news ul {
    padding: 0; }
  a.box_news h4 {
    margin: 5px 0px;
    font-size: 19px; }
  .wrn-btn {
    padding: 15px !important; }
  a.btn_1 {
    position: absolute;
    right: 0px;
    bottom: -11px;
    font-size: 11px; }
  .center .Package-paragraph p, .center .Stating-from span {
    font-size: 14px; }
  .btn_home_align {
    position: relative;
    padding-bottom: 10%; }
  .Trip-border {
    border-bottom: none;
    margin-top: 35px;
    margin-bottom: 40px; } }

/*----=========Home_page========-------------*/
.theme-color-primary {
    background: #018220 !important;
}

.navbar-nav {
  position: absolute;
  right: 0%; }
  .navbar-nav li a {
    font-size: 13px !important;
    font-family: Verdana;
    font-weight: 400 !important;
    letter-spacing: 0px;
    padding: 23px 13px !important; }

.logo-theme-btn {
  background: #e15616 !important; }

.trip-factory-inserted {
  margin-top: 2%;
  background-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -webkit-filter: blur(0);
  filter: blur(0);
  height: 100%;
  transition: -webkit-filter .35s ease-in-out;
  transition: filter .35s ease-in-out;
  transition: filter .35s ease-in-out,-webkit-filter .35s ease-in-out;
  width: 100%; }
  .trip-factory-inserted audio, .trip-factory-inserted canvas, .trip-factory-inserted progress, .trip-factory-inserted video {
    vertical-align: baseline;
    width: -webkit-fill-available;
    height: 500px;
    overflow: hidden;
    object-fit: cover;
    display: block !important; }

.search-sec {
  padding: 2rem;
  position: relative;
  margin-left: 0%;
  margin-top: -25%;
  transform: translate(0%, 0%);
  z-index: 9; }
  .search-sec .Art .search-slt {
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border-right: 1px solid #ccc !important;
    height: 50px;
    border-radius: 0;
    position: relative; }

.search-slt:focus {
  border: none !important; }

.colorz {
  background: #ebeef2; }

.sec-mar {
  padding: 4% 0% 0% 0%; }
  .sec-mar .item {
    padding: 30px 5px; }
    .sec-mar .item .item_inner_box {
      box-shadow: -13px 6px 6px -11px rgba(0, 0, 0, 0.11);
      background: #fff;
      border: solid 2px transparent;
      transition: .3s;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -ms-transition: .3s;
      -o-transition: .3s; }
      .sec-mar .item .item_inner_box .item_inner_box_wrap .image-box {
        height: 265px; }
        .sec-mar .item .item_inner_box .item_inner_box_wrap .image-box img {
          height: 265px !important; }
      .sec-mar .item .item_inner_box .center .box {
        position: relative;
        z-index: 9; }

.center .item {
  -ms-transform: scaleY(1.1);
  transform: scaleY(1.1);
  opacity: 1;
  position: relative; }

.center .item_inner_box {
  box-shadow: 0px 3px 7px 3px #bdbdbd; }

.center .Package-paragraph p .center .Stating-from span {
  font-stretch: normal;
  font-size: 15px;
  font-size: medium;
  line-height: 1.5; }

.owl-dots button span {
  height: 20px;
  width: 20px;
  background: #000;
  display: inline-block; }

.owl-dots .owl-dot.active span {
  background: red !important; }

.owl-dots .owl-dot span:hover {
  background: red !important; }

.owl-theme .owl-nav .owl-prev {
  /*position: absolute;
            left: 32% !important;
            top: 44%;*/
  background: rgba(255, 152, 0, 0.79) !important;
  border: 1px solid; }

.owl-theme .owl-nav .owl-next {
  background: rgba(255, 152, 0, 0.79) !important;
  border: 1px solid; }

button .owl-dot {
  background: none !important; }

@media only screen and (max-width: 500px) {
  .navbar-inverse li {
    font-size: 11px; }
  audio, canvas, progress, video {
    height: 300px !important; }
  .origin-center {
    display: block;
    text-align: center; }
  .search-sec {
    margin-top: 0 !important; }
    .search-sec .Art .search-slt {
      border-right: 1px solid #ccc !important; }
  /*.owl-theme {
        .owl-nav {
            .owl-prev {
                height: 30px !important;
                width: 30px !important;
                position: relative !important;
                top: -230px !important;
                left: -145px !important;

                span {
                    position: absolute !important;
                    top: -17px !important;
                    left: 9px !important;
                }
            }

            .owl-next {
                height: 30px !important;
                width: 30px !important;
                position: relative !important;
                top: -230px !important;
                left: -115px !important;

                span {
                    position: absolute !important;
                    top: -17px !important;
                    left: 9px !important;
                }
            }
        }
    }*/ }

/*/footer/*/
.payment {
  display: flex; }
  .payment div {
    padding: 0px 5px 0px 5px; }
    .payment div i {
      font-size: 30px; }

/*----=========PackagesListing Page=========----*/
.package-search {
  padding: 2rem;
  position: relative;
  margin-left: 0%;
  margin-top: 5%;
  transform: translate(7%, 0%);
  z-index: 9; }
  .package-search .Art {
    padding: 0px !important;
    /*position: relative;*/ }
    .package-search .Art .search-slt {
      /*padding: 27px 0px 27px 17px;*/
      display: block;
      width: 100%;
      line-height: 1.5;
      color: #55595c;
      background-color: #fff;
      background-image: none;
      border-right: 1px solid rgba(218, 25, 37, 0) !important;
      height: 50px;
      border-radius: 0;
      position: relative; }
    .package-search .Art .iticon {
      position: absolute;
      top: 20px;
      right: 20px; }

/*-----=====package-details=====------*/
/*.second-row{
    margin-top: 30px;
}*/
.package-item {
  background: #fff;
  margin-bottom: 30px; }
  .package-item .package-item-box .package-item-inner_box .package-item-inner_box_wrap .package-id {
    /*position: relative;*/ }
    .package-item .package-item-box .package-item-inner_box .package-item-inner_box_wrap .package-id span {
      background: #3149bd !important;
      padding: 10px;
      position: absolute;
      top: 10px;
      font-size: 12px;
      color: #fff;
      border-radius: 0px 31px 31px 0px; }
  .package-item .package-item-box .package-item-inner_box .package-item-inner_box_wrap .package-item-image-box {
    width: 100%;
    height: 265px;
    position: relative; }
    .package-item .package-item-box .package-item-inner_box .package-item-inner_box_wrap .package-item-image-box img {
      width: 100%;
      height: 265px; }
  .package-item .package-item-box .package-item-inner_box .package-item-inner_box_wrap .package-item-details {
    padding: 10px 20px; }
    .package-item .package-item-box .package-item-inner_box .package-item-inner_box_wrap .package-item-details .package-item-header h5 {
      font-size: 20px; }
    .package-item .package-item-box .package-item-inner_box .package-item-inner_box_wrap .package-item-details .package-item-Price span {
      display: block;
      text-align: right;
      font-size: 14px; }
  .package-item .package-item-box .package-item-inner_box .package-item-inner_box_wrap .package-icons {
    display: block;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px; }
    .package-item .package-item-box .package-item-inner_box .package-item-inner_box_wrap .package-icons ul {
      list-style: none; }
      .package-item .package-item-box .package-item-inner_box .package-item-inner_box_wrap .package-icons ul li {
        float: left;
        position: relative;
        margin-left:10px;

      }
        .package-item .package-item-box .package-item-inner_box .package-item-inner_box_wrap .package-icons ul li .img-size {
          width: 28px;
          height: 28px;
          background: #f6f6f6;
          border-radius: 50%;
          border: 1px solid #979090;
          margin: 0 auto; }
        .package-item .package-item-box .package-item-inner_box .package-item-inner_box_wrap .package-icons ul li i {
          text-align: center;
          display: block;
          margin-top: 7px;
          margin-left: -1px; }
    .package-item .package-item-box .package-item-inner_box .package-item-inner_box_wrap .package-icons span {
      font-size: 13px;
      font-weight: 500; }

/*---===Box-sec===---*/
.box-division .main-box {
  background: #fff;
  border: 1px solid #ededed;
  padding: 30px 30px;
  margin: 40px 0px; }
  .box-division .main-box .main-box-img i {
    font-size: 60px;
    text-align: center;
    display: block; }
  .box-division .main-box .main-box-heading h5 {
    text-align: center;
    font-size: 20px; }
  .box-division .main-box .main-box-paragraph {
    text-align: center; }

.box-division .main-box-one {
  background: #fff;
  border: 1px solid #ededed;
  padding: 30px 30px;
  margin: 40px 0px; }
  .box-division .main-box-one .main-box-img i {
    font-size: 60px;
    text-align: center;
    display: block; }
  .box-division .main-box-one .main-box-heading h5 {
    text-align: center;
    font-size: 20px; }
  .box-division .main-box-one .main-box-paragraph {
    text-align: center; }

.box-division .main-box-two {
  background: #fff;
  border: 1px solid #ededed;
  padding: 30px 30px;
  margin: 40px 0px; }
  .box-division .main-box-two .main-box-img i {
    font-size: 60px;
    text-align: center;
    display: block; }
  .box-division .main-box-two .main-box-heading h5 {
    text-align: center;
    font-size: 20px;
    word-break: break-all; }
  .box-division .main-box-two .main-box-paragraph {
    text-align: center; }

/*-----======Packagedetailstrip=======----------*/
.slide .carousel-inner .banner-item {
  opacity: 1; }
  .slide .carousel-inner .banner-item img {
    width: 100%; }

/*first-tab*/
.tab-content-main {
  border-bottom: 1px solid #f6f;
  padding-bottom: 10px;
  z-index: 9;
  margin-top: -9px;
  box-shadow: 2px 0px 7px 0px; }
  .tab-content-main .trip_factory-tab {
    margin-top: 25px; }
    .tab-content-main .trip_factory-tab ul {
      list-style: none; }
      .tab-content-main .trip_factory-tab ul li {
        padding-right: 15px !important; }
        .tab-content-main .trip_factory-tab ul li a {
          color: #7b7b7b;
          font-size: 14px;
          font-weight: 600; }

.overview-box {
  padding: 20px 0px;
  border-bottom: 1px solid #bdbcbc; }
  .overview-box .overview-box-heading {
    color: #352bb0; }
    .overview-box .overview-box-heading h4 {
      font-size: 22px; }
  .overview-box .overview-box-paragraph {
    color: #a9a6a6; }

/*-----====activity-gallery_css====-----*/
.gallery-box {
  padding: 20px 0px;
  border-bottom: 1px solid #bdbcbc; }
  .gallery-box .Gallery-box-heading {
    color: #352bb0; }
    .gallery-box .Gallery-box-heading h4 {
      font-size: 22px; }

.top-themes {
  width: 100%; }

.top-themes .top-themes-img-box {
  margin: 0px 0px 13px 0px; }

.top-themes .box {
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative; }

.top-themes .box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(4, 36, 66, 0.8);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s; }

.top-themes .box .box-img img {
  width: 100%;
  /* height: auto; */
  height: 205px;
  transform: scale(1, 1);
  transition: all 0.50s ease 0s; }

/*----====Ietnerary-section====------*/
.Ietinerary-box {
  padding: 20px 0px;
  border-bottom: 1px solid #bdbcbc; }
  .Ietinerary-box h4 {
    color: #352bb0;
    font-size: 22px; }

.timeline {
  position: relative; }
  .timeline .numbring {
    position: relative;
    z-index: 10;
    top: 46px;
    left: 75px; }

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #eef3f7;
  top: 0;
  bottom: 0;
  left: 75px; }

.heading-ietnerary {
  position: absolute;
  top: 10px;
  left: 10px; }
  .heading-ietnerary h5 {
    font-size: 18px;
    color: #352bb0; }

/* Container around content */
.container-timeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 100%; }

/* The circles on the timeline */
.container-timeline::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  left: 59px;
  background-color: white;
  border: 2px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
  text-align: center;
  line-height: 2.5; }

/* Place the container to the left */
/* Place the container to the right */
.right {
  left: 0%; }

/* Add arrows to the left container (pointing right) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 45px;
  width: 0;
  z-index: 1;
  left: 100px;
  border: medium solid white;
  border-width: 10px 10px 10px 0px;
  border-color: transparent #eef3f7 transparent transparent; }

/* Add arrows to the right container (pointing left) */
/* The actual content */
.content {
  padding: 20px 30px;
  background-color: #eef3f7;
  position: relative;
  border-radius: 6px;
  margin-left: 70px; }

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 75px; }
  /* Full-width containers */
  container-timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px; }
  /* Make sure that all arrows are pointing leftwards */
  .container-timeline::before {
    left: 100px;
    border: medium solid #eef3f7;
    border-width: 10px 10px 10px 0;
    border-color: transparent #eef3f7 transparent transparent; }
  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 58px;
    line-height: 2.6; }
  /* Make all right containers behave like the left ones */
  .right {
    left: 0%; } }

/*=====----package-card-----======*/
.main-card-Detail {
  width: 100%;
  background: #ece9e9;
  display: block;
  overflow: hidden;
  margin-right: 0px;
  border-radius: 3px;
  padding: 20px 0px; }
  .main-card-Detail .card-detail .book-text {
    text-align: center; }
    .main-card-Detail .card-detail .book-text span {
      color: #352bb0;
      font-size: 18px;
      font-weight: 600; }
  .main-card-Detail .card-detail .booking-id-detail {
    border-bottom: 1px solid #000;
    padding: 0px 0px 10px 0px; }
    .main-card-Detail .card-detail .booking-id-detail .pacakge-id {
      background: #007cc3;
      text-align: center;
      padding: 10px;
      border-radius: 3px;
      font-weight: 600; }
      .main-card-Detail .card-detail .booking-id-detail .pacakge-id span {
        color: #fff; }
  .main-card-Detail .card-detail .Travel-Dates {
    text-align: center;
    padding: 15px 0px 5px 0px; }
    .main-card-Detail .card-detail .Travel-Dates span {
      color: #352bb0; }
  .main-card-Detail .card-detail .Travel-date .pacakge-id {
    background: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #d0d0d0; }
    .main-card-Detail .card-detail .Travel-date .pacakge-id span {
      color: #84848a;
      font-size: 14px; }
  .main-card-Detail .card-detail .Travel-days-nights {
    padding: 10px 0px; }
    .main-card-Detail .card-detail .Travel-days-nights .pacakge-id {
      background: #fff;
      text-align: center;
      padding: 10px;
      border-radius: 3px;
      font-weight: 600;
      border: 1px solid #d0d0d0; }
      .main-card-Detail .card-detail .Travel-days-nights .pacakge-id span {
        color: #352bb0;
        font-size: 14px; }
  .main-card-Detail .card-detail .Quote-Button {
    border-bottom: 1px solid #000;
    padding: 0px 0px 10px 0px; }
    .main-card-Detail .card-detail .Quote-Button .pacakge-id {
      text-align: center;
      background: #e15616;
      padding: 10px;
      border-radius: 3px;
      font-weight: 600; }
      .main-card-Detail .card-detail .Quote-Button .pacakge-id a {
        color: #fff;
        font-weight: 600; }
  .main-card-Detail .card-detail .Price-starting .Price-starting-header {
    text-align: center;
    padding: 15px 0px 5px 0px; }
    .main-card-Detail .card-detail .Price-starting .Price-starting-header span {
      color: #352bb0; }
  .main-card-Detail .card-detail .Price-starting .pacakge-Price {
    background: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    font-weight: 600;
    border: 1px solid transparent #d0d0d0; }

/*----====hotel-detail-tab====------*/
.Hotel-box {
  border-bottom: 1px solid #000000;
  padding: 20px 0px; }
  .Hotel-box .hotel-tab-heading {
    color: #352bb0; }
    .Hotel-box .hotel-tab-heading h4 {
      font-size: 22px; }
  .Hotel-box .Hotel-tab .nav-tabs {
    border: none !important; }
    .Hotel-box .Hotel-tab .nav-tabs li {
      float: none;
      margin-bottom: -1px; }
      .Hotel-box .Hotel-tab .nav-tabs li a {
        color: #776d6d;
        font-size: 18px;
        display: block;
        background: #eef3f7;
        padding: 6px 0px;
        margin-top: 10px;
        text-align: center;
        border-radius: 5px; }

.other-box {
  padding: 20px 0px; }
  .other-box .other-box-heading {
    color: #352bb0; }
    .other-box .other-box-heading h4 {
      font-size: 22px; }
  .other-box .other-tab .nav-tabs {
    border: none !important; }
    .other-box .other-tab .nav-tabs li {
      width: 100%;
      float: none;
      margin-bottom: -1px; }
      .other-box .other-tab .nav-tabs li a {
        color: #776d6d;
        font-size: 16px;
        display: block;
        background: #eef3f7;
        padding: 10px 0px;
        margin-top: 10px;
        text-align: center;
        border-radius: 5px;
        font-weight: 600; }
  .other-box .tab-content {
    background: #eef3f7;
    margin-top: 10px;
    padding: 15px 5px; }

/*========================-----------------------------TAB_ACTIVE COLOR---------------------------===========================*/
.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
  background: #007cc3 !important;
  color: #fff !important;
  outline: none;
  border: none;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5); }

.nav-tabs &gt; li.active &gt; a:after {
  background: none !important; }

.tab-content {
  background: #eef3f7;
  /*padding: 10px 0px;*/
  margin-top: 12px;
  overflow: hidden; }
  .tab-content .tab-pane .tab-details .tab-container {
    /*background: #f4f4f4;*/
    padding: 6px 0px;
    /*margin-top: 10px;*/
    overflow: hidden; }
    .tab-content .tab-pane .tab-details .tab-container .htl-head {
      border-bottom: 1px solid #fff; }
    .tab-content .tab-pane .tab-details .tab-container .htl-clr {
      background: #bdbcbc;
      padding: 6px 0px; }
    .tab-content .tab-pane .tab-details .tab-container .Hotel-name h5 {
      text-align: center; }
    .tab-content .tab-pane .tab-details .tab-container .Hotel-name-value h5 {
      text-align: center; }

.trip_factory-tab .list-inline li a.active {
  color: red !important; }

/*=================-------------------Hover-Effects------------------=========================*/
.package-item:hover {
  box-shadow: 0px 3px 7px 3px #bdbdbd;
  transition: 1s; }

.main-box:hover, .main-box-one:hover, .main-box-two:hover {
  border: 1px solid #fff;
  background: #f6f6f6;
  box-shadow: 0px 3px 7px 3px #bdbdbd;
  transition: 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  display: block; }

/*Mobile-Responsive*/
@media screen and (max-width: 1024px) and (min-width: 800px) {
  .package-item .package-item-box .package-item-inner_box .package-item-inner_box_wrap .package-icons ul li {
    margin-left: 8px;
    margin-left: 85px; } }

@media screen and (max-width: 768px) {
  .package-search {
    padding: 2rem;
    position: relative;
    margin-top: 5%;
    transform: translate(0%, 0%);
    z-index: 9; }
  .package-item .package-item-box .package-item-inner_box .package-item-inner_box_wrap .package-icons ul li {
    margin-left: 85px; } }

@media screen and (max-width: 320px) {
  .package-item .package-item-box .package-item-inner_box .package-item-inner_box_wrap .package-icons ul li {
    margin-left: 9px; } }

@media screen and (max-width: 768px) and (min-width: 601px) {
  .package-item .package-item-box .package-item-inner_box .package-item-inner_box_wrap .package-icons ul li {
    margin-left: 88px; } }

@media screen and (max-width: 600px) and (min-width: 500px) {
  .package-item .package-item-box .package-item-inner_box .package-item-inner_box_wrap .package-icons ul li {
    margin-left: 60px; } }

@media screen and (max-width: 420px) and (min-width: 360px) {
  .package-item .package-item-box .package-item-inner_box .package-item-inner_box_wrap .package-icons ul li {
    margin-left: 22px; } }

/*Button*/
.view {
  width: 100% !important;
  padding: 17px !important;
  border: none !important;
  font-size: 17px !important; }

.Load-btn {
  border: none;
  color: #fff;
  background: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 26px;
  margin: 0 auto;
  display: table; }

/*signUp_page*/
.bg-styling {
  background: url(https://i.pinimg.com/originals/c8/a6/87/c8a687fbf90d795de364717a84486f91.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 3%; }
  .bg-styling .container-coustomize {
    width: 30%;
    background: #fff; }
    .bg-styling .container-coustomize .singUp_form_design .form-section {
      padding: 8%; }
      .bg-styling .container-coustomize .singUp_form_design .form-section .form-position {
        position: relative; }
        .bg-styling .container-coustomize .singUp_form_design .form-section .form-position .artist {
          border: 1px solid #a8a8a8;
          padding: 20px 35px; }
        .bg-styling .container-coustomize .singUp_form_design .form-section .form-position span {
          position: absolute;
          bottom: 10px;
          left: 10px; }
          .bg-styling .container-coustomize .singUp_form_design .form-section .form-position span i {
            color: #a8a8a8; }
      .bg-styling .container-coustomize .singUp_form_design .form-section .Register-btn {
        width: 100%;
        border-radius: 25px;
        padding: 15px;
        color: #fff;
        font-weight: 600;
        outline: none;
        border: none; }
        .bg-styling .container-coustomize .singUp_form_design .form-section .Register-btn .Register {
          width: 100%;
          text-align: center;
          display: block;
          /*padding: 15px;
                        color: #fff;*/
          font-weight: 600; }
      .bg-styling .container-coustomize .singUp_form_design .form-section .signUptext {
        text-align: center; }

.logo-theme-btn:hover {
  background: #00629a !important;
  transition: 1s all; }

.logo-theme-btn:hover.enquiry-btn a {
  color: #fff;
  font-weight: 600; }

.singUp_form_design .form-section .social-media-login .facebook {
  width: 100%;
  background: #3B5998;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 5px; }
  .singUp_form_design .form-section .social-media-login .facebook i {
    color: #fff; }
  .singUp_form_design .form-section .social-media-login .facebook a {
    color: #fff;
    margin-left: 23%;
    font-weight: 600; }

.singUp_form_design .form-section .social-media-login .twitter {
  width: 100%;
  background: #DC4E41;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 5px; }
  .singUp_form_design .form-section .social-media-login .twitter i {
    color: #fff; }
  .singUp_form_design .form-section .social-media-login .twitter a {
    color: #fff;
    font-weight: 600;
    margin-left: 23%; }

.singUp_form_design .form-section .social-media-login .Instagram {
  width: 100%;
  background: #0077B5;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 5px; }
  .singUp_form_design .form-section .social-media-login .Instagram i {
    color: #fff; }
  .singUp_form_design .form-section .social-media-login .Instagram a {
    color: #fff;
    margin-left: 23%;
    font-weight: 600; }

.singUp_form_design .form-section .check-box-details {
  position: relative; }
  .singUp_form_design .form-section .check-box-details .password .remember {
    bottom: 4px;
    position: absolute;
    right: 0px; }

@media only screen and (max-width: 800px) {
  .bg-styling {
    margin-top: 12% !important; }
  .container-coustomize {
    width: 80% !important; }
  .twitter {
    width: 100%;
    background: #DC4E41;
    padding: 12px;
    margin-bottom: 10px; }
    .twitter i {
      color: #fff; }
    .twitter a {
      color: #fff;
      font-weight: 600;
      margin-left: 5% !important; }
  .Instagram {
    width: 100%;
    background: #0077B5;
    padding: 12px;
    margin-bottom: 10px; }
    .Instagram i {
      color: #fff; }
    .Instagram a {
      color: #fff;
      margin-left: 5% !important;
      font-weight: 600; }
  .facebook {
    width: 100%;
    background: #3B5998;
    padding: 12px;
    margin-bottom: 10px; }
    .facebook i {
      color: #fff; }
    .facebook a {
      color: #fff;
      margin-left: 5% !important;
      font-weight: 600; } }

.Register:hover .logo-theme-btn:hover {
  background: blue;
  transition: 1s; }

.listing-gap {
  margin-bottom: 2%; }
  .listing-gap .equal-height {
    height: 100%;
    position: relative; }
    .listing-gap .equal-height .equal-icon {
      margin-bottom: 60px !important; }
    .listing-gap .equal-height .equal-btn {
      position: absolute;
      bottom: 0px;
      width: 100%; }

/*Activity-Detail_page*/
@media only screen and (min-width: 501px) {
  .phone-view-booking {
    display: none; } }

@media only screen and (max-width: 500px) {
  .phone-display {
    display: none; }
  .phone-view-booking {
    width: 100%;
    background: #ccc;
    display: block;
    overflow: auto;
    box-shadow: 2px 2px 10px 0px;
    position: absolute;
    /*bottom: 62%;*/
    left: 0px; }
  .search-slt {
    border-right: #55595c !important; } }

.price-sec-phone {
  width: 100%;
  background: #007cc3;
  padding: 3px; }

.MRP_heading span {
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #fff; }

.MRP {
  padding: 3px;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 600; }

.MRP_btn {
  background: #e15616; }

.MRP_btn a {
  display: block;
  text-align: center;
  padding: 15px;
  color: #fff;
  font-size: 18px; }

/*04-05-2020*/
.price-startin-from {
  position: absolute;
  top: 10px;
  padding: 9px;
  background: #e15616;
  border-radius: 0px 20px 20px 0px; }

.item_inner_box_wrap {
  position: relative; }

.details {
  padding: 5px 10px 5px 10px;
  overflow: hidden; }

.destination-date {
  display: flex;
  box-sizing: border-box; }

.destination-date .inner-two {
  margin-left: 10px; }

.inner-two span i {
  font-size: 12px;
  color: #007cc3; }

.destination-date span .Stating-from span {
  text-align: left;
  display: block;
  font-family: Verdana;
  font-size: 13px;
  letter-spacing: 1.3px;
  font-weight: 500; }

.package-icons {
  margin-bottom: 5px;
  display: block;
  overflow: hidden; }

.package-icons ul {
  display: block;
  overflow: hidden; }

.img-size i {
  color: #007cc3;
  text-align: center; }

.package-icons ul li {
  position: relative;
  list-style: none;
  float: left;
  padding: 0px 10px; }

span {
  background: none !important;
  font-size: 14px;
  font-family: Verdana;
  line-height: 1.7 !important; }

p {
  background: none !important;
  font-family: Verdana; }

@font-face {
  font-family: 'Verdana';
  font-style: italic;
  font-weight: 300;
  src: local("Verdana 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: 'Verdana';
  font-style: italic;
  font-weight: 400;
  src: local("Verdana 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: 'Verdana';
  font-style: normal;
  font-weight: 300;
  src: local("Verdana 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: 'Verdana';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/open_sans/Open-Sans-Regular.eot);
  src: local("Verdana Regular"), local("OpenSans-Regular"), local("Verdana"), 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: 'Verdana';
  font-style: normal;
  font-weight: 700;
  src: local("Verdana 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: "Verdana";
  src: local(Verdana Thin), url("../fonts/Verdana/Verdana-Thin.eot");
  src: url("../fonts/Verdana/Verdana-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana/Verdana-Thin.woff2") format("woff2"), url("../fonts/Verdana/Verdana-Thin.woff") format("woff"), url("../fonts/Verdana/Verdana-Thin.ttf") format("truetype");
  font-weight: 200; }

@font-face {
  font-family: "Verdana";
  src: local(Verdana Light), url("../fonts/Verdana/Verdana-Light.eot");
  src: url("../fonts/Verdana/Verdana-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana/Verdana-Light.woff2") format("woff2"), url("../fonts/Verdana/Verdana-Light.woff") format("woff"), url("../fonts/Verdana/Verdana-Light.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: "Verdana";
  src: local(Verdana Regular), url("../fonts/Verdana/Verdana-Regular.eot");
  src: url("../fonts/Verdana/Verdana-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana/Verdana-Regular.woff2") format("woff2"), url("../fonts/Verdana/Verdana-Regular.woff") format("woff"), url("../fonts/Verdana/Verdana-Regular.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: "Verdana";
  src: url("../fonts/Verdana/Verdana-Medium.eot");
  src: url("../fonts/Verdana/Verdana-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana/Verdana-Medium.woff2") format("woff2"), url("../fonts/Verdana/Verdana-Medium.woff") format("woff"), url("../fonts/Verdana/Verdana-Medium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: "Verdana";
  src: url("../fonts/Verdana/Verdana-Bold.eot");
  src: url("../fonts/Verdana/Verdana-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Verdana/Verdana-Bold.woff2") format("woff2"), url("../fonts/Verdana/Verdana-Bold.woff") format("woff"), url("../fonts/Verdana/Verdana-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 */ }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.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; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: Verdana;
  -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 &gt; .caret,
  .dropup &gt; .btn &gt; .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
// ==========================================================================
*/
.z-depth-0 {
  box-shadow: none !important; }

.z-depth-1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

.z-depth-1-half {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }

.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }

.z-depth-3, .btn.hoverable:hover, .btn.hoverable:focus, .btn.hoverable.focus, .modal-img-header .close-btn:hover, .modal-img-header .close-btn:focus, .modal-img-header .close-btn.focus {
  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); }

.z-depth-4, .btn-borderd.hoverable:hover, .btn-borderd.hoverable:focus, .btn-borderd.hoverable.focus {
  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); }

.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3); }

.z-depth-half {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.01), 0 1px 5px 0 rgba(0, 0, 0, 0.06), 0 3px 1px -2px rgba(0, 0, 0, 0.1); }

.z-depth-6, .dropdown-content {
  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); }

.z-depth-7 {
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.07), 5px 8px 17px 0 rgba(0, 0, 0, 0.1), 5px 12px 25px rgba(0, 0, 0, 0.08); }

.z-depth-menu {
  box-shadow: 0 25px 30px 15px rgba(0, 0, 0, 0.1), 0 8px 28px 15px rgba(0, 0, 0, 0.1), 0 8px 18px -8px rgba(0, 0, 0, 0.2); }

.z-depth-btn {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.1), 0 6px 30px 5px rgba(0, 0, 0, 0.1), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }

* {
  -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: Verdana;
  font-size: 15px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #e15616;
  text-decoration: none; }
  a:hover, a:focus {
    color: #9b3b0f;
    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: 3px;
  -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: 21px;
  margin-bottom: 21px;
  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: Verdana;
  font-weight: 600;
  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: 21px;
  margin-bottom: 10.5px; }
  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: 10.5px;
  margin-bottom: 10.5px; }
  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: 48px; }

h2, .h2 {
  font-size: 43px; }

h3, .h3 {
  font-size: 33px; }

h4, .h4 {
  font-size: 27px; }

h5, .h5 {
  font-size: 15px; }

h6, .h6 {
  font-size: 13px; }

p {
  margin: 0 0 10.5px; }

.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 22.5px; } }

small,
.small {
  font-size: 86%; }

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: #007cc3; }

a.text-primary:hover,
a.text-primary:focus {
  color: #005c90; }

.text-success {
  color: #e15616; }

a.text-success:hover,
a.text-success:focus {
  color: #b34411; }

.text-info {
  color: #007cc3; }

a.text-info:hover,
a.text-info:focus {
  color: #005c90; }

.text-warning {
  color: #e15616; }

a.text-warning:hover,
a.text-warning:focus {
  color: #b34411; }

.text-danger {
  color: #e15616; }

a.text-danger:hover,
a.text-danger:focus {
  color: #b34411; }

.text-deep-orange {
  color: #007cc3; }

a.text-deep-orange:hover,
a.text-deep-orange:focus {
  color: #005c90; }

.text-yellow {
  color: #e15616; }

a.text-yellow:hover,
a.text-yellow:focus {
  color: #b34411; }

.text-light-red {
  color: #e91e63; }

a.text-light-red:hover,
a.text-light-red:focus {
  color: #c1134e; }

.text-pink {
  color: #007cc3; }

a.text-pink:hover,
a.text-pink:focus {
  color: #005c90; }

.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: #4a00e0; }

a.text-blue:hover,
a.text-blue:focus {
  color: #3900ad; }

.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: #e15616; }

a.text-cyan:hover,
a.text-cyan:focus {
  color: #b34411; }

.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: #5445dd; }

a.text-indigo:hover,
a.text-indigo:focus {
  color: #3525ca; }

.text-default {
  color: #a71a1f; }

a.text-default:hover,
a.text-default:focus {
  color: #7b1317; }

.text-alernative {
  color: #a71a1f; }

a.text-alernative:hover,
a.text-alernative:focus {
  color: #7b1317; }

.text-secondary {
  color: #007cc3; }

a.text-secondary:hover,
a.text-secondary:focus {
  color: #005c90; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #007cc3; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #005c90; }

.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: #007cc3; }

a.bg-deep-orange:hover,
a.bg-deep-orange:focus {
  background-color: #005c90; }

.bg-yellow {
  background-color: #e15616; }

a.bg-yellow:hover,
a.bg-yellow:focus {
  background-color: #b34411; }

.bg-light-red {
  background-color: #e91e63; }

a.bg-light-red:hover,
a.bg-light-red:focus {
  background-color: #c1134e; }

.bg-pink {
  background-color: #007cc3; }

a.bg-pink:hover,
a.bg-pink:focus {
  background-color: #005c90; }

.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: #4a00e0; }

a.bg-blue:hover,
a.bg-blue:focus {
  background-color: #3900ad; }

.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: #e15616; }

a.bg-cyan:hover,
a.bg-cyan:focus {
  background-color: #b34411; }

.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: #5445dd; }

a.bg-indigo:hover,
a.bg-indigo:focus {
  background-color: #3525ca; }

.bg-default {
  background-color: #e15616; }

a.bg-default:hover,
a.bg-default:focus {
  background-color: #b34411; }

.bg-alernative {
  background-color: #a71a1f; }

a.bg-alernative:hover,
a.bg-alernative:focus {
  background-color: #7b1317; }

.bg-secondary {
  background-color: #007cc3; }

a.bg-secondary:hover,
a.bg-secondary:focus {
  background-color: #005c90; }

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px; }
  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 &gt; li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 21px; }

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: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.25px;
  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: 21px;
  font-style: normal;
  line-height: 1.42857; }

.form-group label {
  color: #233170 !important; }

.card-destination .card-content11 {
  float: none !important; }

.btn_booknow {
  position: absolute !important;
  right: 17px !important;
  top: 174px !important;
  margin: 0 !important; }

code,
kbd,
pre,
samp {
  font-family: Verdana; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px; }
  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: 1140px; } }

.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: 21px; }
  .table &gt; thead &gt; tr &gt; th,
  .table &gt; thead &gt; tr &gt; td,
  .table &gt; tbody &gt; tr &gt; th,
  .table &gt; tbody &gt; tr &gt; td,
  .table &gt; tfoot &gt; tr &gt; th,
  .table &gt; tfoot &gt; tr &gt; td {
    padding: 8px 5px;
    line-height: 1.42857;
    vertical-align: middle;
    border-top: 1px solid #ddd; }
  .table &gt; thead &gt; tr &gt; th {
    vertical-align: bottom;
    background-color: #ddd;
    border-bottom: 2px solid #ddd; }
  .table &gt; caption + thead &gt; tr:first-child &gt; th,
  .table &gt; caption + thead &gt; tr:first-child &gt; td,
  .table &gt; colgroup + thead &gt; tr:first-child &gt; th,
  .table &gt; colgroup + thead &gt; tr:first-child &gt; td,
  .table &gt; thead:first-child &gt; tr:first-child &gt; th,
  .table &gt; thead:first-child &gt; tr:first-child &gt; td {
    border-top: 0; }
  .table &gt; tbody + tbody {
    border-top: 1px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding: 5px; }

.table-modal &gt; thead &gt; tr:first-child &gt; th,
.table-modal &gt; thead &gt; tr:first-child &gt; td,
.table-modal &gt; tbody &gt; tr:first-child &gt; th,
.table-modal &gt; tbody &gt; tr:first-child &gt; td,
.table-modal &gt; tfoot &gt; tr:first-child &gt; th,
.table-modal &gt; tfoot &gt; tr:first-child &gt; td {
  border: 0; }

.table-modal &gt; thead &gt; tr &gt; th,
.table-modal &gt; thead &gt; tr &gt; td,
.table-modal &gt; tbody &gt; tr &gt; th,
.table-modal &gt; tbody &gt; tr &gt; td,
.table-modal &gt; tfoot &gt; tr &gt; th,
.table-modal &gt; tfoot &gt; tr &gt; td {
  vertical-align: top; }

.table-no-border {
  margin: 0; }
  .table-no-border &gt; thead &gt; tr &gt; th,
  .table-no-border &gt; thead &gt; tr &gt; td,
  .table-no-border &gt; tbody &gt; tr &gt; th,
  .table-no-border &gt; tbody &gt; tr &gt; td,
  .table-no-border &gt; tfoot &gt; tr &gt; th,
  .table-no-border &gt; tfoot &gt; tr &gt; td {
    font-size: 90%;
    border: 0;
    vertical-align: top;
    padding: 2.5px; }
    .table-no-border &gt; thead &gt; tr &gt; th.bold,
    .table-no-border &gt; thead &gt; tr &gt; td.bold,
    .table-no-border &gt; tbody &gt; tr &gt; th.bold,
    .table-no-border &gt; tbody &gt; tr &gt; td.bold,
    .table-no-border &gt; tfoot &gt; tr &gt; th.bold,
    .table-no-border &gt; tfoot &gt; tr &gt; td.bold {
      font-weight: 500; }
    .table-no-border &gt; thead &gt; tr &gt; th .ich,
    .table-no-border &gt; thead &gt; tr &gt; td .ich,
    .table-no-border &gt; tbody &gt; tr &gt; th .ich,
    .table-no-border &gt; tbody &gt; tr &gt; td .ich,
    .table-no-border &gt; tfoot &gt; tr &gt; th .ich,
    .table-no-border &gt; tfoot &gt; tr &gt; td .ich {
      font-size: 100%; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered &gt; thead &gt; tr &gt; th,
  .table-bordered &gt; thead &gt; tr &gt; td,
  .table-bordered &gt; tbody &gt; tr &gt; th,
  .table-bordered &gt; tbody &gt; tr &gt; td,
  .table-bordered &gt; tfoot &gt; tr &gt; th,
  .table-bordered &gt; tfoot &gt; tr &gt; td {
    border: 1px solid #ddd; }
  .table-bordered &gt; thead &gt; tr &gt; th,
  .table-bordered &gt; thead &gt; tr &gt; td {
    border-bottom-width: 2px; }

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover &gt; tbody &gt; 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 &gt; thead &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5; }

.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover,
.table-hover &gt; tbody &gt; tr.active:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .active,
.table-hover &gt; tbody &gt; tr.active:hover &gt; th {
  background-color: #e8e8e8; }

.table &gt; thead &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #dff0d8; }

.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.table-hover &gt; tbody &gt; tr.success:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .success,
.table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color: #d0e9c6; }

.table &gt; thead &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; th {
  background-color: #d9edf7; }

.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover,
.table-hover &gt; tbody &gt; tr.info:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .info,
.table-hover &gt; tbody &gt; tr.info:hover &gt; th {
  background-color: #c4e3f3; }

.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color: #fcf8e3; }

.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .warning,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
  background-color: #faf2cc; }

.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #f2dede; }

.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .danger,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; 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: 15.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive &gt; .table {
        margin-bottom: 0; }
        .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
        .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
        .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
        .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
        .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
        .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
          white-space: nowrap; }
      .table-responsive &gt; .table-bordered {
        border: 0; }
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
          border-left: 0; }
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
          border-right: 0; }
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
          border-bottom: 0; } }

.table-booking {
  border: 1px solid #ddd; }
  .table-booking &gt; thead &gt; tr &gt; th,
  .table-booking &gt; thead &gt; tr &gt; td,
  .table-booking &gt; tbody &gt; tr &gt; th,
  .table-booking &gt; tbody &gt; tr &gt; td,
  .table-booking &gt; tfoot &gt; tr &gt; th,
  .table-booking &gt; tfoot &gt; tr &gt; td {
    text-align: left;
    border-bottom: 1px solid #99aeb8; }
    .table-booking &gt; thead &gt; tr &gt; th ul, .table-booking &gt; thead &gt; tr &gt; th ol,
    .table-booking &gt; thead &gt; tr &gt; td ul,
    .table-booking &gt; thead &gt; tr &gt; td ol,
    .table-booking &gt; tbody &gt; tr &gt; th ul,
    .table-booking &gt; tbody &gt; tr &gt; th ol,
    .table-booking &gt; tbody &gt; tr &gt; td ul,
    .table-booking &gt; tbody &gt; tr &gt; td ol,
    .table-booking &gt; tfoot &gt; tr &gt; th ul,
    .table-booking &gt; tfoot &gt; tr &gt; th ol,
    .table-booking &gt; tfoot &gt; tr &gt; td ul,
    .table-booking &gt; tfoot &gt; tr &gt; td ol {
      margin: 0;
      padding: 0; }
  .table-booking &gt; thead &gt; tr &gt; th,
  .table-booking &gt; thead &gt; tr &gt; td {
    border-bottom-width: 2px; }
  .table-booking &gt; tbody &gt; 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: 21px;
  font-size: 22.5px;
  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: 8px;
  font-size: 15px;
  line-height: 1.42857;
  color: #6f6f6f; }

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 7px 14px;
  padding-bottom: 3px;
  font-size: 15px;
  line-height: 1.42857;
  color: #6f6f6f;
  background-color: #fafafa;
  background-image: none;
  border: 2px solid #ccc;
  border-radius: 3px;
  -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: #d85215;
    background-color: #fff;
    outline: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6); }
  .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 &gt; input[type="date"].form-control,
  .input-group-sm &gt; input[type="date"].input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm &gt; input[type="time"].form-control,
  .input-group-sm &gt; input[type="time"].input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm &gt; input[type="datetime-local"].form-control,
  .input-group-sm &gt; input[type="datetime-local"].input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm &gt; input[type="month"].form-control,
  .input-group-sm &gt; input[type="month"].input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg &gt; input[type="date"].form-control,
  .input-group-lg &gt; input[type="date"].input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg &gt; input[type="time"].form-control,
  .input-group-lg &gt; input[type="time"].input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg &gt; input[type="datetime-local"].form-control,
  .input-group-lg &gt; input[type="datetime-local"].input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg &gt; input[type="month"].form-control,
  .input-group-lg &gt; input[type="month"].input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 48px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 21px;
    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: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
  min-height: 36px; }
  .form-control-static.input-lg, .input-group-lg &gt; .form-control-static.form-control,
  .input-group-lg &gt; .form-control-static.input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; .form-control-static.btn, .form-control-static.input-sm, .input-group-sm &gt; .form-control-static.form-control,
  .input-group-sm &gt; .form-control-static.input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 33px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm &gt; select.form-control,
.input-group-sm &gt; select.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm &gt; textarea.form-control,
.input-group-sm &gt; textarea.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; textarea.btn,
select[multiple].input-sm,
.input-group-sm &gt; select[multiple].form-control,
.input-group-sm &gt; select[multiple].input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 34px;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 1.5; }

.input-lg, .input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg &gt; select.form-control,
.input-group-lg &gt; select.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; select.btn {
  height: 48px;
  line-height: 48px; }

textarea.input-lg, .input-group-lg &gt; textarea.form-control,
.input-group-lg &gt; textarea.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; textarea.btn,
select[multiple].input-lg,
.input-group-lg &gt; select[multiple].form-control,
.input-group-lg &gt; select[multiple].input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 48px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 19px;
  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 &gt; .form-control + .form-control-feedback,
.input-group-lg &gt; .input-group-addon + .form-control-feedback,
.input-group-lg &gt; .input-group-btn &gt; .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px; }

.input-sm + .form-control-feedback, .input-group-sm &gt; .form-control + .form-control-feedback,
.input-group-sm &gt; .input-group-addon + .form-control-feedback,
.input-group-sm &gt; .input-group-btn &gt; .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.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: #007cc3; }

.has-error .form-control {
  border: 1px solid #007cc3; }
  .has-error .form-control:focus {
    color: #003b5d;
    background-color: #71cbff; }

.has-error .select-errror {
  border: 1px solid #007cc3 !important; }
  .has-error .select-errror:focus {
    color: #003b5d !important;
    background-color: #71cbff !important; }

.has-error .input-group-addon {
  color: #007cc3;
  border-color: #007cc3;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #007cc3; }

.has-feedback label ~ .form-control-feedback {
  top: 26px; }

.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 &gt; .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: 8px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }

.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: 8px; } }

.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: 19px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 7px;
    font-size: 13px; } }

.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: 17px 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; }

/* 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: 3px;
      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 #007cc3;
    border-bottom: 2px solid 2px solid #007cc3;
    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 #007cc3;
    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: 3px; }
  .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 #e15616;
    background-color: #e15616;
    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: #e15616;
    border-color: #e15616; }
  .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 #007cc3;
  border-bottom: 2px solid 2px solid #007cc3;
  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: 3px; }

.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 #e15616;
  background-color: #e15616;
  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: #e15616;
  border-color: #e15616; }

.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 #007cc3; }
  .radio [type="radio"]:checked + .options:after,
  .radio [type="radio"].with-gap:checked + .options:after {
    background-color: #007cc3; }
  .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;
  cursor: pointer;
  background-image: none;
  border: 0;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 50px;
  -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; }
  .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 &gt; .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 &gt; .btn-default.dropdown-toggle:hover,
    .open &gt; .btn-default.dropdown-toggle:focus,
    .open &gt; .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 &gt; .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 &gt; .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: #007cc3;
  border-color: #006caa; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #005c90;
    border-color: #001b2a; }
    .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: #005c90;
    border-color: #00456c; }
    .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 &gt; .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #005c90;
    border-color: #00456c; }
    .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 &gt; .btn-primary.dropdown-toggle:hover,
    .open &gt; .btn-primary.dropdown-toggle:focus,
    .open &gt; .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #00456c;
      border-color: #001b2a; }
    .btn-primary:active .loader-round-b, .btn-primary.active .loader-round-b,
    .open &gt; .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 &gt; .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: #007cc3;
    border-color: #006caa; }
  .btn-primary .badge {
    color: #007cc3;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #e15616;
  border-color: #ca4d14; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #b34411;
    border-color: #562108; }
    .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: #b34411;
    border-color: #92380e; }
    .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 &gt; .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #b34411;
    border-color: #92380e; }
    .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 &gt; .btn-success.dropdown-toggle:hover,
    .open &gt; .btn-success.dropdown-toggle:focus,
    .open &gt; .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #92380e;
      border-color: #562108; }
    .btn-success:active .loader-round-b, .btn-success.active .loader-round-b,
    .open &gt; .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 &gt; .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: #e15616;
    border-color: #ca4d14; }
  .btn-success .badge {
    color: #e15616;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #007cc3;
  border-color: #006caa; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #005c90;
    border-color: #001b2a; }
    .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: #005c90;
    border-color: #00456c; }
    .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 &gt; .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #005c90;
    border-color: #00456c; }
    .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 &gt; .btn-info.dropdown-toggle:hover,
    .open &gt; .btn-info.dropdown-toggle:focus,
    .open &gt; .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #00456c;
      border-color: #001b2a; }
    .btn-info:active .loader-round-b, .btn-info.active .loader-round-b,
    .open &gt; .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 &gt; .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: #007cc3;
    border-color: #006caa; }
  .btn-info .badge {
    color: #007cc3;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #e15616;
  border-color: #ca4d14; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #b34411;
    border-color: #562108; }
    .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: #b34411;
    border-color: #92380e; }
    .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 &gt; .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #b34411;
    border-color: #92380e; }
    .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 &gt; .btn-warning.dropdown-toggle:hover,
    .open &gt; .btn-warning.dropdown-toggle:focus,
    .open &gt; .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #92380e;
      border-color: #562108; }
    .btn-warning:active .loader-round-b, .btn-warning.active .loader-round-b,
    .open &gt; .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 &gt; .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: #e15616;
    border-color: #ca4d14; }
  .btn-warning .badge {
    color: #e15616;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #e15616;
  border-color: #ca4d14; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #b34411;
    border-color: #562108; }
    .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: #b34411;
    border-color: #92380e; }
    .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 &gt; .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b34411;
    border-color: #92380e; }
    .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 &gt; .btn-danger.dropdown-toggle:hover,
    .open &gt; .btn-danger.dropdown-toggle:focus,
    .open &gt; .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #92380e;
      border-color: #562108; }
    .btn-danger:active .loader-round-b, .btn-danger.active .loader-round-b,
    .open &gt; .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 &gt; .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: #e15616;
    border-color: #ca4d14; }
  .btn-danger .badge {
    color: #e15616;
    background-color: #fff; }

.btn-pink {
  color: #fff;
  background-color: #007cc3;
  border-color: #006caa; }
  .btn-pink:focus, .btn-pink.focus {
    color: #fff;
    background-color: #005c90;
    border-color: #001b2a; }
    .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: #005c90;
    border-color: #00456c; }
    .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 &gt; .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #005c90;
    border-color: #00456c; }
    .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 &gt; .btn-pink.dropdown-toggle:hover,
    .open &gt; .btn-pink.dropdown-toggle:focus,
    .open &gt; .btn-pink.dropdown-toggle.focus {
      color: #fff;
      background-color: #00456c;
      border-color: #001b2a; }
    .btn-pink:active .loader-round-b, .btn-pink.active .loader-round-b,
    .open &gt; .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 &gt; .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: #007cc3;
    border-color: #006caa; }
  .btn-pink .badge {
    color: #007cc3;
    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 &gt; .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 &gt; .btn-inverse.dropdown-toggle:hover,
    .open &gt; .btn-inverse.dropdown-toggle:focus,
    .open &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .btn-gray.dropdown-toggle:hover,
    .open &gt; .btn-gray.dropdown-toggle:focus,
    .open &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .btn-white.dropdown-toggle:hover,
    .open &gt; .btn-white.dropdown-toggle:focus,
    .open &gt; .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 &gt; .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 &gt; .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: #00842c !important;
    border-color: #00842c !important;
    display: block;
    margin: 0px 0px 10px 0px;
}
  .btn-theme:focus, .btn-theme.focus {
    color: #fff;
    background-color: #005c90;
    border-color: #002b44; }
    .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: #014f14 !important;
        border-color: #002c0b !important;
    }
    .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 &gt; .btn-theme.dropdown-toggle {
    color: #fff;
    background-color: #005c90;
    border-color: #005586; }
    .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 &gt; .btn-theme.dropdown-toggle:hover,
    .open &gt; .btn-theme.dropdown-toggle:focus,
    .open &gt; .btn-theme.dropdown-toggle.focus {
      color: #fff;
      background-color: #00456c;
      border-color: #002b44; }
    .btn-theme:active .loader-round-b, .btn-theme.active .loader-round-b,
    .open &gt; .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 &gt; .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: #007cc3;
    border-color: #007cc3; }
  .btn-theme .badge {
    color: #007cc3;
    background-color: #fff; }

.btn-theme-light {
  color: #fff;
  background-color: #9b3b0f;
  border-color: #004b77; }
  .btn-theme-light:focus, .btn-theme-light.focus {
    color: #fff;
    background-color: #6d2a0b;
    border-color: black; }
    .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: #6d2a0b;
    border-color: #002439; }
    .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 &gt; .btn-theme-light.dropdown-toggle {
    color: #fff;
    background-color: #6d2a0b;
    border-color: #002439; }
    .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 &gt; .btn-theme-light.dropdown-toggle:hover,
    .open &gt; .btn-theme-light.dropdown-toggle:focus,
    .open &gt; .btn-theme-light.dropdown-toggle.focus {
      color: #fff;
      background-color: #4c1d07;
      border-color: black; }
    .btn-theme-light:active .loader-round-b, .btn-theme-light.active .loader-round-b,
    .open &gt; .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 &gt; .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: #9b3b0f;
    border-color: #004b77; }
  .btn-theme-light .badge {
    color: #9b3b0f;
    background-color: #fff; }

.btn-secondary {
  color: #fff;
  background-color: #007cc3;
  border-color: #007cc3; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #005c90;
    border-color: #002b44; }
    .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: #005c90;
    border-color: #005586; }
    .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 &gt; .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #005c90;
    border-color: #005586; }
    .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 &gt; .btn-secondary.dropdown-toggle:hover,
    .open &gt; .btn-secondary.dropdown-toggle:focus,
    .open &gt; .btn-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #00456c;
      border-color: #002b44; }
    .btn-secondary:active .loader-round-b, .btn-secondary.active .loader-round-b,
    .open &gt; .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 &gt; .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: #007cc3;
    border-color: #007cc3; }
  .btn-secondary .badge {
    color: #007cc3;
    background-color: #fff; }

.btn-alernative {
  color: #fff;
  background-color: #91161b;
  border-color: #7b1317; }
  .btn-alernative:focus, .btn-alernative.focus {
    color: #fff;
    background-color: #651013;
    border-color: #0c0202; }
    .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: #651013;
    border-color: #460b0d; }
    .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 &gt; .btn-alernative.dropdown-toggle {
    color: #fff;
    background-color: #651013;
    border-color: #460b0d; }
    .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 &gt; .btn-alernative.dropdown-toggle:hover,
    .open &gt; .btn-alernative.dropdown-toggle:focus,
    .open &gt; .btn-alernative.dropdown-toggle.focus {
      color: #fff;
      background-color: #460b0d;
      border-color: #0c0202; }
    .btn-alernative:active .loader-round-b, .btn-alernative.active .loader-round-b,
    .open &gt; .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 &gt; .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: #91161b;
    border-color: #7b1317; }
  .btn-alernative .badge {
    color: #91161b;
    background-color: #fff; }

.btn-secondary-light {
  color: #fff;
  background-color: #5dc4ff;
  border-color: #5dc4ff; }
  .btn-secondary-light:focus, .btn-secondary-light.focus {
    color: #fff;
    background-color: #2ab1ff;
    border-color: #008cdd; }
    .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: #2ab1ff;
    border-color: #20aeff; }
    .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 &gt; .btn-secondary-light.dropdown-toggle {
    color: #fff;
    background-color: #2ab1ff;
    border-color: #20aeff; }
    .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 &gt; .btn-secondary-light.dropdown-toggle:hover,
    .open &gt; .btn-secondary-light.dropdown-toggle:focus,
    .open &gt; .btn-secondary-light.dropdown-toggle.focus {
      color: #fff;
      background-color: #06a4ff;
      border-color: #008cdd; }
    .btn-secondary-light:active .loader-round-b, .btn-secondary-light.active .loader-round-b,
    .open &gt; .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 &gt; .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: #5dc4ff;
    border-color: #5dc4ff; }
  .btn-secondary-light .badge {
    color: #5dc4ff;
    background-color: #fff; }

.btn-link {
  color: #e15616;
  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: #9b3b0f;
    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: 50px; }
  .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: #9b3b0f;
    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 &gt; .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm &gt; .btn {
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs &gt; .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.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: 7px 24px;
  font-size: 15px;
  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; }
  .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 &gt; .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 &gt; .borderd-default.dropdown-toggle:hover,
    .open &gt; .borderd-default.dropdown-toggle:focus,
    .open &gt; .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 &gt; .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 &gt; .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: #006caa !important;
  background-color: transparent;
  border-color: #006caa; }
  .borderd-primary:focus, .borderd-primary.focus {
    color: #fff !important;
    background-color: #005c90 !important;
    border-color: #001b2a; }
    .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: #005c90 !important;
    border-color: #00456c; }
    .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 &gt; .borderd-primary.dropdown-toggle {
    color: #fff;
    background-color: #005c90;
    border-color: #00456c; }
    .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 &gt; .borderd-primary.dropdown-toggle:hover,
    .open &gt; .borderd-primary.dropdown-toggle:focus,
    .open &gt; .borderd-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #00456c;
      border-color: #001b2a; }
    .borderd-primary:active .loader-round-b, .borderd-primary.active .loader-round-b,
    .open &gt; .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 &gt; .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: #007cc3;
    border-color: #006caa; }
  .borderd-primary .badge {
    color: #007cc3;
    background-color: #fff; }

.borderd-warning {
  color: #ca4d14 !important;
  background-color: transparent;
  border-color: #ca4d14; }
  .borderd-warning:focus, .borderd-warning.focus {
    color: #fff !important;
    background-color: #b34411 !important;
    border-color: #562108; }
    .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: #b34411 !important;
    border-color: #92380e; }
    .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 &gt; .borderd-warning.dropdown-toggle {
    color: #fff;
    background-color: #b34411;
    border-color: #92380e; }
    .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 &gt; .borderd-warning.dropdown-toggle:hover,
    .open &gt; .borderd-warning.dropdown-toggle:focus,
    .open &gt; .borderd-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #92380e;
      border-color: #562108; }
    .borderd-warning:active .loader-round-b, .borderd-warning.active .loader-round-b,
    .open &gt; .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 &gt; .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: #e15616;
    border-color: #ca4d14; }
  .borderd-warning .badge {
    color: #e15616;
    background-color: #fff; }

.borderd-success {
  color: #ca4d14 !important;
  background-color: transparent;
  border-color: #ca4d14; }
  .borderd-success:focus, .borderd-success.focus {
    color: #fff !important;
    background-color: #b34411 !important;
    border-color: #562108; }
    .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: #b34411 !important;
    border-color: #92380e; }
    .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 &gt; .borderd-success.dropdown-toggle {
    color: #fff;
    background-color: #b34411;
    border-color: #92380e; }
    .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 &gt; .borderd-success.dropdown-toggle:hover,
    .open &gt; .borderd-success.dropdown-toggle:focus,
    .open &gt; .borderd-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #92380e;
      border-color: #562108; }
    .borderd-success:active .loader-round-b, .borderd-success.active .loader-round-b,
    .open &gt; .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 &gt; .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: #e15616;
    border-color: #ca4d14; }
  .borderd-success .badge {
    color: #e15616;
    background-color: #fff; }

.borderd-info {
  color: #006caa !important;
  background-color: transparent;
  border-color: #006caa; }
  .borderd-info:focus, .borderd-info.focus {
    color: #fff !important;
    background-color: #005c90 !important;
    border-color: #001b2a; }
    .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: #005c90 !important;
    border-color: #00456c; }
    .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 &gt; .borderd-info.dropdown-toggle {
    color: #fff;
    background-color: #005c90;
    border-color: #00456c; }
    .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 &gt; .borderd-info.dropdown-toggle:hover,
    .open &gt; .borderd-info.dropdown-toggle:focus,
    .open &gt; .borderd-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #00456c;
      border-color: #001b2a; }
    .borderd-info:active .loader-round-b, .borderd-info.active .loader-round-b,
    .open &gt; .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 &gt; .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: #007cc3;
    border-color: #006caa; }
  .borderd-info .badge {
    color: #007cc3;
    background-color: #fff; }

.borderd-deep-orange {
  color: #006caa !important;
  background-color: transparent;
  border-color: #006caa; }
  .borderd-deep-orange:focus, .borderd-deep-orange.focus {
    color: #fff !important;
    background-color: #005c90 !important;
    border-color: #001b2a; }
    .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: #005c90 !important;
    border-color: #00456c; }
    .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 &gt; .borderd-deep-orange.dropdown-toggle {
    color: #fff;
    background-color: #005c90;
    border-color: #00456c; }
    .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 &gt; .borderd-deep-orange.dropdown-toggle:hover,
    .open &gt; .borderd-deep-orange.dropdown-toggle:focus,
    .open &gt; .borderd-deep-orange.dropdown-toggle.focus {
      color: #fff;
      background-color: #00456c;
      border-color: #001b2a; }
    .borderd-deep-orange:active .loader-round-b, .borderd-deep-orange.active .loader-round-b,
    .open &gt; .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 &gt; .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: #007cc3;
    border-color: #006caa; }
  .borderd-deep-orange .badge {
    color: #007cc3;
    background-color: #fff; }

.borderd-yellow {
  color: #ca4d14 !important;
  background-color: transparent;
  border-color: #ca4d14; }
  .borderd-yellow:focus, .borderd-yellow.focus {
    color: #fff !important;
    background-color: #b34411 !important;
    border-color: #562108; }
    .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: #b34411 !important;
    border-color: #92380e; }
    .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 &gt; .borderd-yellow.dropdown-toggle {
    color: #fff;
    background-color: #b34411;
    border-color: #92380e; }
    .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 &gt; .borderd-yellow.dropdown-toggle:hover,
    .open &gt; .borderd-yellow.dropdown-toggle:focus,
    .open &gt; .borderd-yellow.dropdown-toggle.focus {
      color: #fff;
      background-color: #92380e;
      border-color: #562108; }
    .borderd-yellow:active .loader-round-b, .borderd-yellow.active .loader-round-b,
    .open &gt; .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 &gt; .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: #e15616;
    border-color: #ca4d14; }
  .borderd-yellow .badge {
    color: #e15616;
    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 &gt; .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 &gt; .borderd-light-red.dropdown-toggle:hover,
    .open &gt; .borderd-light-red.dropdown-toggle:focus,
    .open &gt; .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 &gt; .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 &gt; .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: #006caa !important;
  background-color: transparent;
  border-color: #006caa; }
  .borderd-pink:focus, .borderd-pink.focus {
    color: #fff !important;
    background-color: #005c90 !important;
    border-color: #001b2a; }
    .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: #005c90 !important;
    border-color: #00456c; }
    .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 &gt; .borderd-pink.dropdown-toggle {
    color: #fff;
    background-color: #005c90;
    border-color: #00456c; }
    .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 &gt; .borderd-pink.dropdown-toggle:hover,
    .open &gt; .borderd-pink.dropdown-toggle:focus,
    .open &gt; .borderd-pink.dropdown-toggle.focus {
      color: #fff;
      background-color: #00456c;
      border-color: #001b2a; }
    .borderd-pink:active .loader-round-b, .borderd-pink.active .loader-round-b,
    .open &gt; .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 &gt; .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: #007cc3;
    border-color: #006caa; }
  .borderd-pink .badge {
    color: #007cc3;
    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 &gt; .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 &gt; .borderd-gray.dropdown-toggle:hover,
    .open &gt; .borderd-gray.dropdown-toggle:focus,
    .open &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .borderd-violet.dropdown-toggle:hover,
    .open &gt; .borderd-violet.dropdown-toggle:focus,
    .open &gt; .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 &gt; .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 &gt; .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: #4200c7 !important;
  background-color: transparent;
  border-color: #4200c7; }
  .borderd-blue:focus, .borderd-blue.focus {
    color: #fff !important;
    background-color: #3900ad !important;
    border-color: #170047; }
    .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: #3900ad !important;
    border-color: #2d0089; }
    .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 &gt; .borderd-blue.dropdown-toggle {
    color: #fff;
    background-color: #3900ad;
    border-color: #2d0089; }
    .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 &gt; .borderd-blue.dropdown-toggle:hover,
    .open &gt; .borderd-blue.dropdown-toggle:focus,
    .open &gt; .borderd-blue.dropdown-toggle.focus {
      color: #fff;
      background-color: #2d0089;
      border-color: #170047; }
    .borderd-blue:active .loader-round-b, .borderd-blue.active .loader-round-b,
    .open &gt; .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 &gt; .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: #4a00e0;
    border-color: #4200c7; }
  .borderd-blue .badge {
    color: #4a00e0;
    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 &gt; .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 &gt; .borderd-blue-grey.dropdown-toggle:hover,
    .open &gt; .borderd-blue-grey.dropdown-toggle:focus,
    .open &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .borderd-brown.dropdown-toggle:hover,
    .open &gt; .borderd-brown.dropdown-toggle:focus,
    .open &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .borderd-green.dropdown-toggle:hover,
    .open &gt; .borderd-green.dropdown-toggle:focus,
    .open &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .borderd-lime.dropdown-toggle:hover,
    .open &gt; .borderd-lime.dropdown-toggle:focus,
    .open &gt; .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 &gt; .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 &gt; .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: #ca4d14 !important;
  background-color: transparent;
  border-color: #ca4d14; }
  .borderd-danger:focus, .borderd-danger.focus {
    color: #fff !important;
    background-color: #b34411 !important;
    border-color: #562108; }
    .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: #b34411 !important;
    border-color: #92380e; }
    .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 &gt; .borderd-danger.dropdown-toggle {
    color: #fff;
    background-color: #b34411;
    border-color: #92380e; }
    .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 &gt; .borderd-danger.dropdown-toggle:hover,
    .open &gt; .borderd-danger.dropdown-toggle:focus,
    .open &gt; .borderd-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #92380e;
      border-color: #562108; }
    .borderd-danger:active .loader-round-b, .borderd-danger.active .loader-round-b,
    .open &gt; .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 &gt; .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: #e15616;
    border-color: #ca4d14; }
  .borderd-danger .badge {
    color: #e15616;
    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 &gt; .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 &gt; .borderd-light-blue.dropdown-toggle:hover,
    .open &gt; .borderd-light-blue.dropdown-toggle:focus,
    .open &gt; .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 &gt; .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 &gt; .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: #ca4d14 !important;
  background-color: transparent;
  border-color: #ca4d14; }
  .borderd-cyan:focus, .borderd-cyan.focus {
    color: #fff !important;
    background-color: #b34411 !important;
    border-color: #562108; }
    .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: #b34411 !important;
    border-color: #92380e; }
    .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 &gt; .borderd-cyan.dropdown-toggle {
    color: #fff;
    background-color: #b34411;
    border-color: #92380e; }
    .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 &gt; .borderd-cyan.dropdown-toggle:hover,
    .open &gt; .borderd-cyan.dropdown-toggle:focus,
    .open &gt; .borderd-cyan.dropdown-toggle.focus {
      color: #fff;
      background-color: #92380e;
      border-color: #562108; }
    .borderd-cyan:active .loader-round-b, .borderd-cyan.active .loader-round-b,
    .open &gt; .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 &gt; .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: #e15616;
    border-color: #ca4d14; }
  .borderd-cyan .badge {
    color: #e15616;
    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 &gt; .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 &gt; .borderd-teal.dropdown-toggle:hover,
    .open &gt; .borderd-teal.dropdown-toggle:focus,
    .open &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .borderd-purple.dropdown-toggle:hover,
    .open &gt; .borderd-purple.dropdown-toggle:focus,
    .open &gt; .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 &gt; .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 &gt; .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: #402fd9 !important;
  background-color: transparent;
  border-color: #402fd9; }
  .borderd-indigo:focus, .borderd-indigo.focus {
    color: #fff !important;
    background-color: #3525ca !important;
    border-color: #1f1574; }
    .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: #3525ca !important;
    border-color: #2d1fac; }
    .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 &gt; .borderd-indigo.dropdown-toggle {
    color: #fff;
    background-color: #3525ca;
    border-color: #2d1fac; }
    .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 &gt; .borderd-indigo.dropdown-toggle:hover,
    .open &gt; .borderd-indigo.dropdown-toggle:focus,
    .open &gt; .borderd-indigo.dropdown-toggle.focus {
      color: #fff;
      background-color: #2d1fac;
      border-color: #1f1574; }
    .borderd-indigo:active .loader-round-b, .borderd-indigo.active .loader-round-b,
    .open &gt; .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 &gt; .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: #5445dd;
    border-color: #402fd9; }
  .borderd-indigo .badge {
    color: #5445dd;
    background-color: #fff; }

.borderd-theme-inverse {
  color: #ca4d14 !important;
  background-color: transparent;
  border-color: #ca4d14; }
  .borderd-theme-inverse:focus, .borderd-theme-inverse.focus {
    color: #e15616 !important;
    background-color: #b34411 !important;
    border-color: #562108; }
    .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: #e15616 !important;
    background-color: #b34411 !important;
    border-color: #92380e; }
    .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 &gt; .borderd-theme-inverse.dropdown-toggle {
    color: #e15616;
    background-color: #b34411;
    border-color: #92380e; }
    .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 &gt; .borderd-theme-inverse.dropdown-toggle:hover,
    .open &gt; .borderd-theme-inverse.dropdown-toggle:focus,
    .open &gt; .borderd-theme-inverse.dropdown-toggle.focus {
      color: #e15616;
      background-color: #92380e;
      border-color: #562108; }
    .borderd-theme-inverse:active .loader-round-b, .borderd-theme-inverse.active .loader-round-b,
    .open &gt; .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 &gt; .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: #e15616;
    border-color: #ca4d14; }
  .borderd-theme-inverse .badge {
    color: #e15616;
    background-color: #e15616; }

.borderd-theme {
  color: #ca4d14 !important;
  background-color: transparent;
  border-color: #ca4d14; }
  .borderd-theme:focus, .borderd-theme.focus {
    color: #fff !important;
    background-color: #b34411 !important;
    border-color: #562108; }
    .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: #b34411 !important;
    border-color: #92380e; }
    .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 &gt; .borderd-theme.dropdown-toggle {
    color: #fff;
    background-color: #b34411;
    border-color: #92380e; }
    .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 &gt; .borderd-theme.dropdown-toggle:hover,
    .open &gt; .borderd-theme.dropdown-toggle:focus,
    .open &gt; .borderd-theme.dropdown-toggle.focus {
      color: #fff;
      background-color: #92380e;
      border-color: #562108; }
    .borderd-theme:active .loader-round-b, .borderd-theme.active .loader-round-b,
    .open &gt; .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 &gt; .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: #e15616;
    border-color: #ca4d14; }
  .borderd-theme .badge {
    color: #e15616;
    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: #005c90 !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: #005c90 !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 &gt; .borderd-secondary.dropdown-toggle {
    color: #fff;
    background-color: #005c90;
    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 &gt; .borderd-secondary.dropdown-toggle:hover,
    .open &gt; .borderd-secondary.dropdown-toggle:focus,
    .open &gt; .borderd-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #00456c;
      border-color: #999999; }
    .borderd-secondary:active .loader-round-b, .borderd-secondary.active .loader-round-b,
    .open &gt; .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 &gt; .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: #007cc3;
    border-color: #d9d9d9; }
  .borderd-secondary .badge {
    color: #007cc3;
    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 &gt; .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 &gt; .borderd-white.dropdown-toggle:hover,
    .open &gt; .borderd-white.dropdown-toggle:focus,
    .open &gt; .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 &gt; .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 &gt; .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: #fafafa;
    outline: none;
    border-radius: 3px;
    height: 48px;
    line-height: 53px;
    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: #d85215;
      background-color: #fff;
      outline: 2px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6); }
  .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 &gt; 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 &gt; span {
    color: rgba(0, 0, 0, 0.7); }
  .select-dropdown li.optgroup &gt; span {
    color: rgba(0, 0, 0, 0.4); }
  .select-dropdown li.optgroup ~ li.optgroup-option {
    padding-left: 1rem; }

.dropdown-content {
  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 &gt; a,
    .dropdown-content li &gt; span {
      font-size: 14px;
      color: #444;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      line-height: 22px;
      padding: 14px 16px; }
    .dropdown-content li &gt; span &gt; label {
      top: 1px;
      left: 0;
      height: 18px; }
    .dropdown-content li &gt; a &gt; 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; }
  .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: 35px; }
  .waves-input-wrapper .waves-button-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 7px 14px;
    z-index: 1; }

.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; }

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 615px; }
  @media (max-width: 768px) {
    .parallax-container {
      height: 300px; } }
  @media (max-width: 480px) {
    .parallax-container {
      height: 200px; } }
  .parallax-container.info-parallax {
    height: 200px;
    background: #e15616; }
  .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 {
  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&amp;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: 3px;
    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 &gt; 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; }

.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 &gt; img {
      max-height: 100%; }
  .FileinputMini .btn {
    vertical-align: middle; }

.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 3px 3px 0; }
  .FileinputMini-new.input-group .btn-file.btn-xs, .FileinputMini-new.input-group .btn-group-xs &gt; .btn-file.btn, .FileinputMini-new.input-group .btn-file.btn-sm, .FileinputMini-new.input-group .btn-group-sm &gt; .btn-file.btn,
  .FileinputMini-new .input-group .btn-file.btn-xs,
  .FileinputMini-new .input-group .btn-group-xs &gt; .btn-file.btn,
  .FileinputMini-new .input-group .btn-file.btn-sm,
  .FileinputMini-new .input-group .btn-group-sm &gt; .btn-file.btn {
    border-radius: 0 3px 3px 0; }
  .FileinputMini-new.input-group .btn-file.btn-lg, .FileinputMini-new.input-group .btn-group-lg &gt; .btn-file.btn,
  .FileinputMini-new .input-group .btn-file.btn-lg,
  .FileinputMini-new .input-group .btn-group-lg &gt; .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: #007cc3; }

.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: 15px;
    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: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #99aeb8;
  border-radius: 6px;
  -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: #99aeb8;
    border-top-width: 0;
    z-index: 5; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu &gt; li &gt; a {
    display: block;
    padding: 6px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }
  .dropdown-menu &gt; li:first-child,
  .dropdown-menu &gt; li:first-child a {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px; }
  .dropdown-menu &gt; li:last-child,
  .dropdown-menu &gt; li:last-child a {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px; }

    .dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
        text-decoration: none;
        color: #fff !important;
        background-color: #018220;
    }

.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #006caa; }

.dropdown-menu &gt; .disabled &gt; a, .dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
  color: #999999; }

.dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open &gt; .dropdown-menu {
  display: block; }

.open &gt; 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: 13px;
  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 &gt; .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 &gt; .btn,
  .btn-group-vertical &gt; .btn {
    position: relative;
    float: left; }
    .btn-group &gt; .btn:hover, .btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active,
    .btn-group-vertical &gt; .btn:hover,
    .btn-group-vertical &gt; .btn:focus,
    .btn-group-vertical &gt; .btn:active,
    .btn-group-vertical &gt; .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 &gt; .btn,
  .btn-toolbar &gt; .btn-group,
  .btn-toolbar &gt; .input-group {
    margin-left: 5px; }

.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group &gt; .btn:first-child {
  margin-left: 0; }
  .btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group &gt; .btn-group {
  float: left; }

.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0; }

.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .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 &gt; .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group &gt; .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group &gt; .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 &gt; .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg &gt; .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical &gt; .btn-group:before, .btn-group-vertical &gt; .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical &gt; .btn-group:after {
  clear: both; }

.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none; }

.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px; }

.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0; }

.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .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 &gt; .btn,
  .btn-group-justified &gt; .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified &gt; .btn-group .btn {
    width: 100%; }
  .btn-group-justified &gt; .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn input[type="checkbox"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn-group &gt; .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: 7px 14px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #6f6f6f;
  text-align: center;
  background-color: #eeeeee;
  border: 0;
  border-radius: 3px; }
  .input-group-addon.input-sm,
  .input-group-sm &gt; .input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; .input-group-addon.btn {
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg &gt; .input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 19px;
    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 &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .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 &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .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 &gt; .btn {
    position: relative; }
    .input-group-btn &gt; .btn + .btn {
      margin-left: -1px; }
    .input-group-btn &gt; .btn:hover, .input-group-btn &gt; .btn:focus, .input-group-btn &gt; .btn:active {
      z-index: 2; }
  .input-group-btn:first-child &gt; .btn,
  .input-group-btn:first-child &gt; .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child &gt; .btn,
  .input-group-btn:last-child &gt; .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 &gt; li {
    position: relative;
    display: block; }
    .nav &gt; li &gt; a {
      position: relative;
      display: block;
      padding: 6px 10px; }
      .nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav &gt; li.disabled &gt; a {
      color: #999999; }
      .nav &gt; li.disabled &gt; a:hover, .nav &gt; li.disabled &gt; a:focus {
        color: #007cc3;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
    background-color: #eeeeee;
    border-color: #e15616; }
  .nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav &gt; li &gt; a &gt; img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs &gt; li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs &gt; li &gt; a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 3px 3px 0 0;
      position: relative;
      font-weight: 500;
      font-size: 110%;
      padding: 8px 20px;
      color: #971217; }
      .nav-tabs &gt; li &gt; a:hover {
        border-color: #eeeeee #eeeeee #ddd;
        color: #a71a1f; }
    .nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
      color: #a71a1f;
      background-color: #fff;
      border: 1px solid #eeeeee;
      border-bottom-color: transparent;
      cursor: default; }
    .nav-tabs &gt; li.active &gt; a:after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      background: #007cc3;
      height: 2px;
      content: ""; }
  .nav-tabs.horizontal-tabs {
    border: 0;
    border-right: 1px solid #ddd; }
    .nav-tabs.horizontal-tabs &gt; li {
      border: 0;
      margin: 0;
      float: none;
      margin-bottom: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .nav-tabs.horizontal-tabs &gt; li &gt; a {
        border: 0;
        margin: 0;
        line-height: 1.42857;
        border: 0;
        display: block;
        color: #000;
        border-radius: 3px 3px 0 0;
        position: relative;
        font-weight: 500;
        font-size: 110%;
        padding: 8px 20px; }
        .nav-tabs.horizontal-tabs &gt; li &gt; a:hover {
          border: 0;
          background-color: transparent;
          color: #a71a1f; }
      .nav-tabs.horizontal-tabs &gt; li.active &gt; a {
        border: 0; }
        .nav-tabs.horizontal-tabs &gt; li.active &gt; a, .nav-tabs.horizontal-tabs &gt; li.active &gt; a:hover, .nav-tabs.horizontal-tabs &gt; li.active &gt; a:focus {
          background-color: #a71a1f;
          color: #fff;
          border-color: #a71a1f;
          border: 0;
          display: block;
          cursor: default; }
        .nav-tabs.horizontal-tabs &gt; li.active &gt; a:after {
          display: none; }
        .nav-tabs.horizontal-tabs &gt; li.active &gt; a:before {
          position: absolute;
          left: 100%;
          content: "";
          top: 50%;
          margin-top: -8px;
          border-color: #e15616;
          border-left: 8.4px dashed;
          border-left: 8.4px solid #a71a1f;
          border-top: 8.4px solid transparent;
          border-bottom: 8.4px solid transparent; }
          @media (max-width: 768px) {
            .nav-tabs.horizontal-tabs &gt; li.active &gt; a:before {
              display: none; } }
      .nav-tabs.horizontal-tabs &gt; li:last-child {
        border: 0; }

.nav-pills &gt; li {
  float: left; }
  .nav-pills &gt; li &gt; a {
    border-radius: 3px; }
  .nav-pills &gt; li + li {
    margin-left: 2px; }
  .nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:hover, .nav-pills &gt; li.active &gt; a:focus {
    color: #fff;
    background-color: #006caa; }

.nav-stacked &gt; li {
  float: none; }
  .nav-stacked &gt; li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
    float: none; }
    .nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified &gt; .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
      display: table-cell;
      width: 1%; }
      .nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
    margin-right: 0;
    border-radius: 3px; }
  .nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs-justified &gt; .active &gt; a:hover, .nav-tabs.nav-justified &gt; .active &gt; a:hover,
  .nav-tabs-justified &gt; .active &gt; a:focus, .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
      border-bottom: 1px solid #ddd;
      border-radius: 3px 3px 0 0; }
    .nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a,
    .nav-tabs-justified &gt; .active &gt; a:hover, .nav-tabs.nav-justified &gt; .active &gt; a:hover,
    .nav-tabs-justified &gt; .active &gt; a:focus, .nav-tabs.nav-justified &gt; .active &gt; a:focus {
      border-bottom-color: #fff; } }

.tab-content &gt; .tab-pane {
  display: none; }

.tab-content &gt; .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: 70px;
  -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: 70px; } }
  .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 &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-header,
.container-fluid &gt; .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 768px) {
    .container &gt; .navbar-header,
    .container &gt; .navbar-collapse,
    .container-fluid &gt; .navbar-header,
    .container-fluid &gt; .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.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: #fff;
  height: 70px;
  padding: 5px 10px;
  display: block;
  height: 70px; }
  .navbar-brand img {
    display: block;
    width: auto;
    height: 100%; }
  .navbar-brand:hover, .navbar-brand:focus {
    color: #e6e6e6;
    background-color: transparent; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand &gt; 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; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .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: 12.25px -10px; }
  .navbar-nav &gt; li &gt; a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px; }
  @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 &gt; li &gt; a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        line-height: 21px; }
        .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav &gt; li {
        float: left; }
        .navbar-nav &gt; li &gt; a {
          padding-top: 12.25px;
          padding-bottom: 12.25px; } }

.navbar-form {
  position: absolute;
  top: 50%;
  padding: 0;
  left: 280px;
  margin-top: -21.875px;
  width: 26%; }
  .navbar-form .form-control {
    height: 43.75px;
    padding: 9px 18px;
    font-size: 16px;
    padding-right: 50px; }
  .navbar-form .ich {
    font-size: 180%; }
  .navbar-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    padding: .5em; }
  .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: #00842c;
    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: #007cc3; }
  @media (min-width: 768px) {
    .button-sidenav {
      display: none; } }

.navbar-nav &gt; li &gt; .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 17.5px;
  margin-bottom: 17.5px; }
  .navbar-btn.btn-sm, .btn-group-sm &gt; .navbar-btn.btn {
    margin-top: 18.5px;
    margin-bottom: 18.5px; }
  .navbar-btn.btn-xs, .btn-group-xs &gt; .navbar-btn.btn {
    margin-top: 24px;
    margin-bottom: 24px; }

.navbar-text {
  margin-top: 24.5px;
  margin-bottom: 24.5px; }
  @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: 70px; }

.navbar .user &gt; a {
  padding: 18px;
  padding-left: 70px;
  line-height: 1.2; }
  .navbar .user &gt; a .caret {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -6px; }
  .navbar .user &gt; a:hover, .navbar .user &gt; a.hover, .navbar .user &gt; a:focus {
    color: #fff !important; }

.navbar .user:hover,
.navbar .user.hover a,
.navbar .user:focus a {
  color: #fff !important; }

.navbar .user .h-user {
  width: 41.17647px;
  height: 41.17647px;
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin-top: -20.58824px;
  left: 10px; }
  .navbar .user .h-user .noti {
    background: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 70%;
    font-weight: 500;
    right: -9px;
    top: 2px;
    text-align: center;
    border: 2px solid #e15616;
    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: 600; }
  .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: .6em 1em; }

.navbar-default {
  position: relative;
  z-index: 40;
  background-color: #007cc3;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.05), 0 3px 14px 2px rgba(0, 0, 0, 0.09), 0 5px 5px -3px rgba(0, 0, 0, 0.15); }
  .navbar-default.navbar-background {
    background-color: #007cc3; }
  .navbar-default .nav-container {
    position: relative; }
  .navbar-default .navbar-text {
    color: #fff; }
  .navbar-default .navbar-nav &gt; li &gt; a {
    padding: 24px 21px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-family: Verdana;
    letter-spacing: 0.5; }
    .navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
      color: #e15616;
      background-color: transparent; }
  .navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
    color: #e15616;
    background-color: transparent; }
  .navbar-default .navbar-nav &gt; .disabled &gt; a, .navbar-default .navbar-nav &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav.navbar-main li &gt; .btn {
    border-radius: 3px; }
  .navbar-default .navbar-nav.navbar-main li:hover &gt; .btn {
    background-color: #b34411; }
  .navbar-default .navbar-nav li.user-list {
    border-bottom: 1px solid #99aeb8; }
    .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 #99aeb8;
    position: relative; }
    .navbar-default .navbar-nav li.mycart .count {
      width: 16px;
      height: 16px;
      background-color: #e15616;
      text-align: center;
      border-radius: 50px;
      line-height: 1.5;
      font-size: 80%;
      color: #fff;
      position: absolute;
      top: 20px;
      right: 15px; }
  .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: #00629a; }
  .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 &gt; .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 &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
    background-color: transparent;
    color: #e15616; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
      color: #fff; }
      .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
        color: #e15616;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
      color: #e15616;
      background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #fff; }
    .navbar-default .navbar-link:hover {
      color: #e15616; }
  .navbar-default .btn-link {
    color: #fff; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #e15616; }
    .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: 400px;
      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: "Verdana", Verdana;
      padding: 8px;
      line-height: .8;
      border: 2px solid rgba(255, 255, 255, 0.8);
      border-radius: 3px;
      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: 35px;
 /* background-color: #bc4812;*/
  border-color: #e15616; }
  .navbar-inverse .navbar-brand {
    color: #007cc3; }
    .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; }
    .navbar-inverse .navbar-nav &gt; li &gt; a {
      font-size: 100%;
      color: #fff; }
      .navbar-inverse .navbar-nav &gt; li &gt; a:hover, .navbar-inverse .navbar-nav &gt; li &gt; a:focus {
        color: #fff;
        background-color: #9b3b0f; }
    .navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
      color: #fff;
      background-color: #9b3b0f; }
    .navbar-inverse .navbar-nav &gt; .disabled &gt; a, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav &gt; .disabled &gt; 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: #9b3b0f; }
  .navbar-inverse .navbar-nav &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .open &gt; a:hover, .navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
    background-color: #9b3b0f;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
      border-color: #e15616; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #e15616; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
      color: #fff; }
      .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
        color: #fff;
        background-color: #9b3b0f; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
      color: #fff;
      background-color: #9b3b0f; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; 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% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff !important;
  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 {
    margin: 0;
    padding: 0; }
  .side-nav li {
    float: none;
    line-height: 30px;
    list-style: none; }
    .side-nav li.active {
      background-color: rgba(0, 0, 0, 0.05); }
  .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 a {
    position: relative;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    padding: 0.7em 16px;
    /*&amp;.btn,
    &amp;.btn-large,
    &amp;.btn-floating { color: $button-raised-color; }
    &amp;.btn-flat { color: $button-flat-color; }

    &amp;.btn:hover,
    &amp;.btn-large:hover { background-color: lighten($button-raised-background, 5%); }
    &amp;.btn-floating:hover { background-color: $button-raised-background; }*/ }
    .side-nav a:focus {
      text-decoration: none; }
    .side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-flat, .side-nav a.btn-floating {
      margin: 10px 15px; }
  .side-nav li.active,
  .side-nav li a:hover {
    background-color: #007cc3 !important;
    text-decoration: none; }
  .side-nav li &gt; a &gt; i,
  .side-nav li &gt; a &gt; [class^="mdi-"],
  .side-nav li &gt; a &gt; [class*="mdi-"],
  .side-nav li &gt; a &gt; 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 .panel,
  .side-nav .panel-heading,
  .side-nav .panel-body,
  .side-nav .panel-default &gt; .panel-heading {
    padding: 0;
    border: 0 !important;
    background-color: transparent;
    box-shadow: none !important; }
  .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 .userView {
    position: relative;
    padding: 32px 48px 0;
    background-color: #007cc3;
    text-align: center;
    color: #fff; }
    .side-nav .userView &gt; a {
      height: auto;
      padding: .3em 0;
      line-height: 1;
      color: #fff; }
      .side-nav .userView &gt; a:hover {
        background-color: transparent;
        color: #fff; }
      .side-nav .userView &gt; a.sidebar-cl {
        position: absolute;
        z-index: 5;
        top: 0;
        top: .3em;
        right: .3em;
        padding: .6em;
        border-radius: 50%;
        line-height: 1;
        display: block;
        font-size: 120%; }
    .side-nav .userView .background {
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1; }
    .side-nav .userView .circle,
    .side-nav .userView .name,
    .side-nav .userView .email {
      display: block; }
    .side-nav .userView .circle {
      height: 80px;
      width: 80px;
      margin: 0 auto;
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 50%; }
    .side-nav .userView .name,
    .side-nav .userView .email {
      font-size: 14px; }
    .side-nav .userView .name {
      font-size: 120%;
      font-weight: 500; }
    .side-nav .userView .email {
      padding-bottom: 16px;
      font-weight: 400; }
  .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 &gt; li &gt; a:hover, .side-nav .dropdown-menu &gt; li &gt; a:focus {
      text-decoration: none;
      color: #fff;
      background-color: #e15616; }
  .side-nav .follow {
    background: #550e53;
    display: block;
    text-align: center;
    padding: .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; }

.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; }

@media (min-width: 768px) {
  .side-nav.fixed {
    transform: translateX(-105%); }
    .side-nav.fixed.right-aligned {
      transform: translateX(105%); }
  .side-nav .userView {
    padding: 16px 16px 0; } }

.side-nav .collapsible-body &gt; ul:not(.collapsible) &gt; li.active,
.side-nav.fixed .collapsible-body &gt; ul:not(.collapsible) &gt; li.active {
  background-color: #007cc3; }
  .side-nav .collapsible-body &gt; ul:not(.collapsible) &gt; li.active a,
  .side-nav.fixed .collapsible-body &gt; ul:not(.collapsible) &gt; li.active a {
    color: #e15616; }

#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: 21px;
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 3px; }
  .breadcrumb &gt; li {
    display: inline-block; }
    .breadcrumb &gt; li + li:before {
      content: "/&nbsp;";
      padding: 0 5px;
      color: #ccc; }
    .breadcrumb &gt; li a {
      text-decoration: none; }
      .breadcrumb &gt; li a:hover {
        color: #007cc3; }
  .breadcrumb &gt; .active {
    color: #cccccc; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 3px; }
  .pagination &gt; li {
    display: inline;
    /*&amp;:first-child {
            &gt; a,
            &gt; span {
                margin-left: 0;
                @include border-left-radius($border-radius-base);
            }
        }

        &amp;:last-child {
            &gt; a,
            &gt; span {
                @include border-right-radius($border-radius-base);
            }
        }*/ }
    .pagination &gt; li &gt; a,
    .pagination &gt; li &gt; span {
      position: relative;
      float: left;
      padding: 7px 14px;
      line-height: 1.42857;
      font-weight: 600;
      text-decoration: none;
      color: #e15616;
      background-color: #fff;
      border: 2px solid #99aeb8;
      margin-left: 2px;
      border-radius: 50px; }
  .pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; a:focus,
  .pagination &gt; li &gt; span:hover,
  .pagination &gt; li &gt; span:focus {
    z-index: 2;
    color: #fff;
    background-color: #e15616;
    border-color: #e15616; }
  .pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; a:focus,
  .pagination &gt; .active &gt; span,
  .pagination &gt; .active &gt; span:hover,
  .pagination &gt; .active &gt; span:focus {
    z-index: 3;
    color: #fff;
    background-color: #007cc3;
    border-color: #007cc3;
    cursor: default; }
  .pagination &gt; .disabled &gt; span,
  .pagination &gt; .disabled &gt; span:hover,
  .pagination &gt; .disabled &gt; span:focus,
  .pagination &gt; .disabled &gt; a,
  .pagination &gt; .disabled &gt; a:hover,
  .pagination &gt; .disabled &gt; a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg &gt; li &gt; a,
.pagination-lg &gt; li &gt; span {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333; }

.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.5; }

.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li &gt; a,
    .pager li &gt; span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #99aeb8;
      border-radius: 15px; }
    .pager li &gt; a:hover,
    .pager li &gt; a:focus {
      text-decoration: none;
      background-color: #e15616; }
  .pager .next &gt; a,
  .pager .next &gt; span {
    float: right; }
  .pager .previous &gt; a,
  .pager .previous &gt; span {
    float: left; }
  .pager .disabled &gt; a,
  .pager .disabled &gt; a:hover,
  .pager .disabled &gt; a:focus,
  .pager .disabled &gt; 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: #007cc3; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #005c90; }

.label-success {
  background-color: #e15616; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #b34411; }

.label-info {
  background-color: #007cc3; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #005c90; }

.label-warning {
  background-color: #e15616; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #b34411; }

.label-danger {
  background-color: #e15616; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #b34411; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  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 &gt; .btn .badge,
  .btn-group-xs &gt; .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active &gt; .badge,
  .nav-pills &gt; .active &gt; a &gt; .badge {
    color: #e15616;
    background-color: #fff; }
  .list-group-item &gt; .badge {
    float: right; }
  .list-group-item &gt; .badge + .badge {
    margin-right: 5px; }
  .nav-pills &gt; li &gt; a &gt; .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: 23px;
    font-weight: 200; }
  .jumbotron &gt; 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: 68px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail &gt; img,
  .thumbnail a &gt; 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: #e15616; }

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 3px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert &gt; p,
  .alert &gt; ul {
    margin-bottom: 0; }
  .alert &gt; 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: #e15616;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #ca4d14; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #f6fbfd;
  border-color: #007cc3;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #006caa; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: white;
  border-color: #e15616;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #ca4d14; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #fcf8f8;
  border-color: #e15616;
  color: #007cc3; }
  .alert-danger hr {
    border-top-color: #ca4d14; }
  .alert-danger .alert-link {
    color: #005c90; }

@-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: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -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: 13px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #007cc3;
  -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: #e15616; }
  .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: #007cc3; }
  .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: #e15616; }
  .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: #e15616; }
  .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 &gt; .pull-right {
  padding-left: 10px; }

.media-left,
.media &gt; .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: 3px;
    border-top-left-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

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: #006caa;
  border-color: #006caa; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading &gt; small,
  .list-group-item.active .list-group-item-heading &gt; .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading &gt; small,
  .list-group-item.active:hover .list-group-item-heading &gt; .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading &gt; small,
  .list-group-item.active:focus .list-group-item-heading &gt; .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: #77cdff; }

.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: #007cc3;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #007cc3; }
  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: #007cc3;
    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: #007cc3;
    border-color: #007cc3; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  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: 2px;
  border-top-left-radius: 2px; }
  .panel-heading &gt; .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit; }
  .panel-title &gt; a,
  .panel-title &gt; small,
  .panel-title &gt; .small,
  .panel-title &gt; small &gt; a,
  .panel-title &gt; .small &gt; a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.panel &gt; .list-group,
.panel &gt; .panel-collapse &gt; .list-group {
  margin-bottom: 0; }
  .panel &gt; .list-group .list-group-item,
  .panel &gt; .panel-collapse &gt; .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel &gt; .list-group:first-child .list-group-item:first-child,
  .panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .panel &gt; .list-group:last-child .list-group-item:last-child,
  .panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

.panel &gt; .panel-heading + .panel-collapse &gt; .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 &gt; .table,
.panel &gt; .table-responsive &gt; .table,
.panel &gt; .panel-collapse &gt; .table {
  margin-bottom: 0; }
  .panel &gt; .table caption,
  .panel &gt; .table-responsive &gt; .table caption,
  .panel &gt; .panel-collapse &gt; .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel &gt; .table:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
  .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
  .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child,
  .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
  .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
    .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
    .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
    .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child {
      border-top-left-radius: 2px; }
    .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
    .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
    .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
    .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
      border-top-right-radius: 2px; }

.panel &gt; .table:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
  .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
  .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child,
  .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
  .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
    .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
    .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
    .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
    .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
      border-bottom-left-radius: 2px; }
    .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
    .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
    .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
    .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
      border-bottom-right-radius: 2px; }

.panel &gt; .panel-body + .table,
.panel &gt; .panel-body + .table-responsive,
.panel &gt; .table + .panel-body,
.panel &gt; .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th,
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td {
  border-top: 0; }

.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
  border: 0; }
  .panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0; }
  .panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0; }
  .panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
  .panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
  .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
  .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
    border-bottom: 0; }
  .panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
    border-bottom: 0; }

.panel &gt; .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 21px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse &gt; .panel-body,
    .panel-group .panel-heading + .panel-collapse &gt; .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 &gt; .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: rgba(0, 0, 0, 0.08); }
    .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: rgba(0, 0, 0, 0.08); }
    .panel-default &gt; .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: rgba(0, 0, 0, 0.08); }

.panel-primary {
  border-color: #007cc3; }
  .panel-primary &gt; .panel-heading {
    color: #fff;
    background-color: #007cc3;
    border-color: #007cc3; }
    .panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #007cc3; }
    .panel-primary &gt; .panel-heading .badge {
      color: #007cc3;
      background-color: #fff; }
  .panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #007cc3; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success &gt; .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success &gt; .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info &gt; .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #bce8f1; }
    .panel-info &gt; .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning &gt; .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #faebcc; }
    .panel-warning &gt; .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger &gt; .panel-heading {
    color: #007cc3;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger &gt; .panel-heading .badge {
      color: #f2dede;
      background-color: #007cc3; }
  .panel-danger &gt; .panel-footer + .panel-collapse &gt; .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: 3px;
  -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: 3px; }

.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  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: 3px;
  -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: #e15616;
    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; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Verdana;
  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: 13px;
  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: 3px; }

.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: Verdana;
  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: 15px;
  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: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover &gt; .arrow, .popover &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover &gt; .arrow {
  border-width: 11px; }

.popover &gt; .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top &gt; .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 &gt; .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right &gt; .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 &gt; .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom &gt; .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 &gt; .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left &gt; .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 &gt; .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: 9999;
    /*&amp;: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;
        }
        &amp;: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 &gt; 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 {
      /*&amp;.next {
                    &amp;:after {
                        content: "\eacc";
                    }
                }
                &amp;.prev {
                    &amp;: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: #e15616; }
    .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: #007cc3;
    cursor: pointer; }
  .datepicker table tr td.old, .datepicker table tr td.new {
    color: white; }
  .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: white;
    color: white;
    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: #007cc3;
    border-color: #003b5d; }
    .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: #007cc3;
      border-color: #001420; }
    .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: #00629a;
      border-color: #001420; }
  .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: #007cc3;
    border-color: #003b5d;
    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: #007cc3;
      border-color: #001420; }
    .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: #00629a;
      border-color: #001420; }
  .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: #e15616;
    border-color: #e15616;
    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: #e15616;
      border-color: #a94111; }
    .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: #bc4812;
      border-color: #a94111; }
  .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: #e15616; }
    .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: #007cc3; }

.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 &lt;hoxxep@gmail.com&gt;
 * 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: #007cc3;
  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, Verdana;
  font-weight: 400;
  font-size: 1.4em; }

.toastDialog-notification .toastDialog-text {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
  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; } }
</pre></body></html>