@charset "UTF-8";
/*!
 *  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-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/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.33333333em;
  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, .breadcrumbs__back a:before {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.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);
          transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
          transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          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;
}

/**
 * calculate-rem
 * Convert font size from pixels to rem
 * (typically only used within the font-size mixin)
 *
 * @param   string  $size      Font size (px)
 * @return  string  $rem-size  Font size (rem)
 */
/**
 * font-size
 * Set a font-size value with created rem values and pixels as fallback
 *
 * @param  string  $size  Font size (px)
 *
	// Example:
	.foo {
		@include font-size(16px);
	}

	// Which would generate:
	font-size: 16px; // fallback (px)
	font-size: 1.6rem;
 */
/**
 * fa
 * Font-awesome icon - inject as a ::before or ::after pseudo element
 *
 * @param  string   $char      Font-awesome character (e.g. $fa-var-envelope)
 * @param  string   $position  [before/after] (default: before)
 * @param  content  {}         Styles that apply to the icon
 *
 * List of font-awesome variables (although they're guessable):
 * https://github.com/FortAwesome/Font-Awesome/blob/master/scss/_variables.scss
 *
	// Simple example - an envelope icon before start of element:
	@include fa($fa-var-envelope);

	// Icon after element:
	@include fa($fa-var-envelope, after);

	// Styled icon:
	@include fa($fa-var-envelope, after) {
		display: inline-block;
		margin-left: 5px;
		color: #55f;
	}
 *
 *  NOTE: If using a CDN for font-awesome and not also importing
 *  font awesome's `_variables.scss` file (unrecommended!),
 *  you can manually provide the unicode, i.e.
 *  	@include fa('\F13A');
 */
/**
 * xs-plus
 * Tablets and wider (browser width more than $screen-xs)
 * Usage:
	@include xs-plus {
		display: block;
	}
 */
/**
 * sm-plus
 * Tablets and wider (browser width more than $screen-sm-min)
 * Usage:
	@include sm-plus {
		display: block;
	}
 */
/**
 * md-plus
 * Medium desktops and wider (browser width more than $screen-sm-min)
 * Usage:
	@include md-plus {
		display: block;
	}
 */
/**
 * lg-plus
 * Larger desktops and wider (browser width more than $screen-lg-min)
 * Usage:
	@include lg {
		display: block;
	}
 */
/**
 * container-plus
 * Wider than the .container-fluid max-width (slightly wider than $screen-lg-min)
 * Usage:
	@include container-plus {
		display: block;
	}
 */
/**
 * xs only
 * Mobiles (browser width between 0 and $screen-xs-max)
 * NOTE: Please avoid using this! Mobile-first is always preferable however,
 * it can occasionally be justified if an element is particularly unique on mobiles.
 * Usage:
	@include xs {
		display: block;
	}
 */
/**
 * sm only
 * Tablets (browser width between $screen-sm-min and $screen-sm-max)
 * Usage:
	@include sm {
		display: block;
	}
 */
/**
 * md only
 * Medium desktops (browser width between $screen-md-min and $screen-md-max)
 * Usage:
	@include md {
		display: block;
	}
 */
/**
 * lg
 * Larger desktops and wider (browser width more than $screen-lg-min)
 * NOTE: Mirror of lg-plus, as lg breakpoint has no max width
 * Usage:
	@include lg {
		display: block;
	}
 */
/**
 * breakpoint-values
 * Concisely set a particular property to have different values for all breakpoints.
 *
 * @param  string  $property  CSS property
 * @param  string  $xs:       Value
 * @param  string  $sm:       Value (optional, defaults to $xs)
 * @param  string  $md:       Value (optional, defaults to $sm)
 * @param  string  $lg:       Value (optional, defaults to $md)
 *
 * Usage:
	@include breakpoint-values(
		font-size,
		10px,
		20px,
		30px,
		40px
	);

	// Or, as an overrideable map variable:
	$margins: (10px, 20px, 30px, 40px) !default;
	@include breakpoint-values(margin-bottom, $margins);
 */
/**
 * Attention states, set them all in one go! (usage below)
 */
/* Usage:
	.foo {
		&:focus, &:hover, &:active {
			color: red;
		}
	}
 */
/**
 * Underline on attention (for vanilla links, e.g. TinyMCE output)
 * Usage:
	a {
		@include attention-underline;
	}
 */
/**
 * As attention-underline but with support for inline icons, e.g.
 * <a><span>Lorem</span> <i class="fa fa-envelope"></i></a>
	a {
		@include attention-underline-span;
	}
 */
html,
body,
.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-width: 320px;
  min-height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

html {
  overflow: auto;
}

.container-fluid, .container-fluid--large {
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .container-fluid, .container-fluid--large {
    padding-right: 30px;
    padding-left: 30px;
  }
}

main:focus {
  outline: none;
}

select {
  cursor: pointer;
}

option {
  padding: 0 !important;
  background: white;
}

textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search] {
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

iframe[name='google_conversion_frame'] {
  position: fixed;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
          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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #2e3192;
  text-decoration: none;
}

a:hover, a:focus {
  color: #2e3192;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #2e3192;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #22246b;
}

.text-success {
  color: #3c763d;
}

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

.text-info {
  color: #31708f;
}

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

.text-warning {
  color: #8a6d3b;
}

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

.text-danger, .error-message, .help-block.text-danger {
  color: #a94442;
}

a.text-danger:hover, a.error-message:hover,
a.text-danger:focus,
a.error-message:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #2e3192;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #22246b;
}

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

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

dt,
dd {
  line-height: 1.42857143;
}

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 #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

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.42857143;
  color: #777777;
}

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 #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid, .container-fluid--large {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid--large:before, .container-fluid:after, .container-fluid--large:after {
  content: " ";
  display: table;
}

.container-fluid:after, .container-fluid--large:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.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: 15px;
  padding-right: 15px;
}

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

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.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.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dedee0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

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

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: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

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

.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-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.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-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

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

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

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

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

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

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

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

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  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;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #2e3192;
  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: #2e3192;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  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%;
}

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

.fade {
  opacity: 0;
  -webkit-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;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #e8f6e6;
  border-color: #1ca40a;
  color: #1ca40a;
}

.alert-success hr {
  border-top-color: #188c09;
}

.alert-success .alert-link {
  color: #147407;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #31708f;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #2a617c;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #8a6d3b;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #785f33;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #a94442;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #973d3b;
}

.alert-danger .alert-link {
  color: #843534;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #2e3192;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

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

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          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: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid--large > .navbar-header,
.container-fluid > .navbar-collapse,
.container-fluid--large > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid--large > .navbar-header,
  .container-fluid > .navbar-collapse,
  .container-fluid--large > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 992px) {
  .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 {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand,
  .navbar > .container-fluid--large .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.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: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-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: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.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-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

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

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  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: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

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

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

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: #a94442;
  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: #a94442;
  border-color: #a94442;
}

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

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

.embed-responsive, .map {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .map .embed-responsive-item,
.embed-responsive iframe,
.map iframe,
.embed-responsive embed,
.map embed,
.embed-responsive object,
.map object,
.embed-responsive video,
.map video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.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%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

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

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

.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
}

.flex--between {
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      justify-content: space-between;
}

@media (min-width: 768px) {
  .flex-sm {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .flex-md {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
  }
}

.flex-item {
  -ms-flex: 1;
      -webkit-box-flex: 1;
      flex: 1;
}

.text-secondary {
  color: #e31e25;
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: auto;
}

.yamm .yamm-content {
  padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: 'evoluted';
  src: url("./../fonts/evoluted.eot");
  src: url("./../fonts/evoluted.eot?#iefix") format("embedded-opentype"), url("./../fonts/evoluted.woff") format("woff"), url("./../fonts/evoluted.ttf") format("truetype"), url("./../fonts/evoluted.svg#evoluted") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ev {
  display: inline-block;
  font: normal normal normal 14px/1 "evoluted";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ev-evoluted:before {
  content: "\e600";
}

.map {
  width: 100%;
  height: 1px;
  padding-bottom: 100%;
}

.infoBox > img {
  display: none;
}

.map__infobox {
  width: 340px;
  position: absolute;
  bottom: -11px;
}

.map__infobox__content {
  border-radius: 3px;
  padding: 15px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  background: white;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.skip-to-content {
  position: absolute;
  left: -1000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: left;
}

.skip-to-content:focus {
  top: 20px;
  left: 5px;
  z-index: 9999;
  width: auto;
  height: 35px;
  padding: 0 15px;
  line-height: 35px;
  color: #000;
  text-decoration: underline;
  background: #fff;
  -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.75);
          box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.75);
}

.back-to-top {
  display: block;
  padding: 15px 0;
  text-align: center;
  background: #fff;
}

.back-to-top__link {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  padding: 5px;
  clear: both;
  color: #2e3192;
  text-decoration: underline;
}

.back-to-top__link:focus, .back-to-top__link:hover, .back-to-top__link:active {
  text-decoration: none;
}

.back-to-top__link .fa {
  display: inline-block;
  margin-left: 5px;
  color: inherit;
  text-decoration: none;
}

.no-transition {
  -webkit-transition: height 0.01s;
  transition: height 0.01s;
}

body {
  color: #1d1d20;
  font-family: "Mukta Mahee", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: "Mukta Mahee", sans-serif;
  font-weight: 600;
  color: #2e3192;
}

h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
}

h3, .h3 {
  text-transform: uppercase;
}

h4, .h4 {
  margin-bottom: 3px;
}

p,
ul,
ol,
h2 {
  margin-bottom: 2rem;
}

ul {
  padding-left: 30px;
  list-style: url("/img/blue-circle.png");
}

b,
strong {
  font-weight: 600;
}

address {
  line-height: 1.6;
}

hr {
  margin: 5rem 0;
  border-top-color: #dedee0;
}

.container-fluid--large {
  max-width: 1430px;
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.fa-caret-right,
.fa-caret-down {
  margin-left: 4px;
}

.column__2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.img-center {
  margin: 0 auto;
}

.bg-grey {
  background-color: #dedee0;
}

.bg-black {
  background-color: #000;
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.no-underline, .no-underline:hover, .no-underline:focus {
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .w320-sm-plus {
    max-width: 320px;
  }
}

.mb-2 {
  margin-bottom: 2rem;
}

.ml-auto {
  margin-left: auto;
}

.phone__time {
  font-size: 80%;
}

@media (min-width: 992px) {
  .phone__time {
    font-size: 100%;
  }
}

.list__icons li {
  color: #2e3192;
  font-size: 16px;
  margin-bottom: 1rem;
}

.list__icons .fa {
  font-size: 16px;
  color: #e31e25;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .list__icons .fa {
    font-size: 19px;
  }
}

.list__icons span {
  display: inline-block;
  vertical-align: top;
}

.list__icons span span {
  display: block;
  line-height: 1;
}

.list__icons .list__phone-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 992px) {
  .list__icons .list__phone-link {
    font-size: 24px;
  }
}

.list__icons .list__email-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .list__icons .list__email-link {
    font-size: 18px;
  }
}

.list__icons--inline {
  margin-left: -20px;
  margin-bottom: 1rem;
}

.list__icons--inline li {
  padding-left: 20px;
  padding-right: 20px;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.img--center {
  margin-left: auto;
  margin-right: auto;
}

.heading-with-margin {
  margin-bottom: 3rem;
}

.embed-responsive-5by3 {
  padding-bottom: 60%;
}

@media (min-width: 992px) {
  .gutter--lg {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

@media (min-width: 992px) {
  .gutter--lg > [class*='col-'] {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@-webkit-keyframes fade {
  from {
    -webkit-transform: translateY(0.25em);
            transform: translateY(0.25em);
    opacity: 0;
  }
}

@keyframes fade {
  from {
    -webkit-transform: translateY(0.25em);
            transform: translateY(0.25em);
    opacity: 0;
  }
}

.none-found {
  font-size: 20px;
  color: #2e3192;
}

.js-error {
  font-weight: lighter;
  color: red;
  font-size: 12px;
  line-height: 12px !important;
}

table {
  width: 100%;
  margin-bottom: 10px;
}

table td, table th {
  padding: 5px;
}

.tooltip-inner {
  white-space: pre-wrap !important;
}

.icon--right .fa {
  margin-left: 0.5em;
}

.icon--left .fa {
  margin-right: 0.5em;
}

.icon-link {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

@media (min-width: 768px) {
  .icon-link {
    font-size: 20px;
  }
}

.icon-link .fa {
  color: #2e3192;
}

.icon-link--header,
.icon-link--footer {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
}

.icon-link--header:hover, .icon-link--header:focus,
.icon-link--footer:hover,
.icon-link--footer:focus {
  text-decoration: none;
}

.icon-link--header:hover span, .icon-link--header:focus span,
.icon-link--footer:hover span,
.icon-link--footer:focus span {
  text-decoration: underline;
}

.icon-link--header {
  font-size: 16px;
  -ms-flex-align: start;
      -webkit-box-align: start;
      align-items: flex-start;
}

.icon-link--header .fa {
  color: #2e3192;
}

.icon-link--footer {
  -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
}

.icon-link--header--number {
  display: block;
  line-height: 1;
}

.icon-link--header--sub {
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  color: #000;
}

a[href^="tel"].icon-link--header {
  color: #e31e25;
}

.icon-link--light span {
  color: #fff;
}

.icon-link--large span {
  font-family: "Mukta Mahee", sans-serif;
}

@media (min-width: 768px) {
  .icon-link--large span {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .icon-link--large span {
    font-size: 24px;
  }
}

.icon-link--download {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.icon-link--download .fa {
  font-size: 18px;
  margin-right: 10px;
  color: #2e3192;
}

.icon-link--download span {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}

.icon-link--download:hover, .icon-link--download:focus {
  text-decoration: none;
}

.icon-link--download:hover span, .icon-link--download:focus span {
  text-decoration: none;
}

.page__container {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.page__title-wrapper {
  padding: 20px;
  background-color: #2e3192;
  border-bottom: 5px solid #e31e25;
  background: #2e3191;
  background: -webkit-gradient(linear, left top, right top, from(#272965), color-stop(50%, #2e3191), to(#272965));
  background: linear-gradient(to right, #272965 0%, #2e3191 50%, #272965 100%);
}

@media (min-width: 480px) {
  .page__title-wrapper {
    padding: 32px;
  }
}

@media (min-width: 992px) {
  .page__title-wrapper {
    padding: 55px;
  }
}

.page__title-wrapper .page__title {
  color: #fff;
  -webkit-animation: .5s .25s fade backwards ease-out;
          animation: .5s .25s fade backwards ease-out;
}

.page__title {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (min-width: 480px) {
  .page__title {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .page__title {
    font-size: 40px;
  }
}

.page__date {
  font-size: 16px;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.page__title--center {
  text-align: center;
}

.page__title--center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page__title--date {
  margin-bottom: 10px;
}

.page__content {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .page__content {
    font-size: 18px;
  }
}

.page__images {
  margin: 3rem 0 0;
}

.page__images img {
  margin-bottom: 3rem;
}

.page__nav li {
  margin: 0 15px 15px 0;
}

.page__nav a {
  display: block;
}

.push__down {
  padding-top: 20px;
}

.section--top {
  padding-top: 0;
}

.section--padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .section--padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.section--margin {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .section--margin {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.section-trustpilot {
  background-color: #efefef;
  text-align: center;
}

@media (min-width: 768px) {
  .section-trustpilot {
    text-align: left;
  }
}

.section-trustpilot .testimonials__item {
  width: auto;
  margin: 0 auto 4rem;
  padding: 0;
}

@media (min-width: 768px) {
  .section-trustpilot .testimonials__item {
    margin-bottom: 0;
  }
}

.section-trustpilot img,
.section-trustpilot .logo-trustpilot {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .section-trustpilot img,
  .section-trustpilot .logo-trustpilot {
    margin-left: 0;
    margin-right: 0;
  }
}

.section-trustpilot img p:last-child,
.section-trustpilot .logo-trustpilot p:last-child {
  margin-bottom: 0;
}

.section-trustpilot .logo-trustpilot {
  font-size: 16px;
  max-width: 280px;
}

.section-trustpilot .testimonials__footer ul {
  margin-bottom: 0;
}

.form-control {
  height: 40px;
  padding: 0 16px;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.radio,
.checkbox {
  padding-right: 2rem;
}

.radio label,
.checkbox label {
  font-size: 16px;
  color: #2e3192;
  min-height: 20px;
  margin-bottom: 0;
  font-weight: 600;
  cursor: pointer;
}

.radio label input[type="radio"],
.radio label input[type="checkbox"],
.checkbox label input[type="radio"],
.checkbox label input[type="checkbox"] {
  margin-left: -20px;
}

.radio input[type="radio"],
.radio input[type="checkbox"],
.checkbox input[type="radio"],
.checkbox input[type="checkbox"] {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 0;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 10px;
}

.control-label {
  font-size: 14px;
  font-weight: 600;
  border: 0;
  color: #2e3192;
}

@media (min-width: 1200px) {
  .control-label {
    font-size: 18px;
  }
}

.form__postcode {
  max-width: 170px;
}

.form {
  margin: 3rem 0;
  padding: 15px;
  border: 1px solid #dedee0;
}

@media (min-width: 768px) {
  .form {
    padding: 30px;
  }
}

.form h2 {
  margin: 0 0 1em;
}

.form .control-label {
  font-size: 16px;
  color: #2e3192;
}

.form .required .control-label:after {
  content: '*';
  margin-left: 4px;
  color: #e31e25;
}

@media (min-width: 768px) {
  .form--inline .form-group {
    position: relative;
  }
}

@media (min-width: 768px) {
  .form--inline .control-label {
    position: absolute;
    top: 0;
    right: calc(100% + 1em);
    margin: 0px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: right;
  }
}

.form .col-md-9 {
  float: none;
  padding: 0;
  width: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
}

.form.opt-ins {
  border: none;
}

.form.opt-ins .form__inner {
  max-width: 746px;
}

.form.opt-ins a {
  text-decoration: underline;
}

.form.opt-ins a:hover {
  text-decoration: none;
}

.form__inner {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}

.form__forgotten__password {
  display: block;
  font-size: 16px;
  text-align: center;
}

.form__forgotten__password:before {
  content: " ";
}

.form__forgotten__password:before {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.form__forgotten__password:before {
  text-decoration: none;
  margin-right: 0.5em;
  color: #2e3192;
}

.form__postcode {
  margin-bottom: 70px;
}

.error-message {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.error-message--flash {
  border: 2px solid #a94442;
  background: #f2dede;
  padding: 3px;
  margin-top: 3px;
  -webkit-animation: flash .4s 3 ease-in-out;
          animation: flash .4s 3 ease-in-out;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes flash {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

.form-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

textarea.delivery_notes {
  width: 100%;
  resize: vertical;
  padding: 16px !important;
}

.block-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  color: #2e3192;
}

@media (min-width: 1200px) {
  .block-label {
    font-size: 18px;
  }
}

.btn-primary {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 0.5em 1em;
  background-color: #2e3192;
  border-color: #2e3192;
  color: #fff;
  text-transform: uppercase;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #22246b;
  border-color: #22246b;
  color: #fff;
}

@media (min-width: 768px) {
  .btn-primary {
    font-size: 20px;
  }
}

.btn-secondary {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 0.5em 1em;
  background-color: #e31e25;
  border-color: #e31e25;
  color: #fff;
  text-transform: uppercase;
}

.btn-secondary:hover, .btn-secondary:focus {
  background-color: #b7171c;
  border-color: #b7171c;
  color: #fff;
}

@media (min-width: 768px) {
  .btn-secondary {
    font-size: 20px;
  }
}

.btn-success {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 0.5em 1em;
  background-color: #1ca40a;
  border-color: #1ca40a;
  color: #fff;
  text-transform: uppercase;
}

.btn-success:hover, .btn-success:focus {
  background-color: #147407;
  border-color: #147407;
  color: #fff;
}

@media (min-width: 768px) {
  .btn-success {
    font-size: 20px;
  }
}

.btn-danger {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 0.5em 1em;
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
  text-transform: uppercase;
}

.btn-danger:hover, .btn-danger:focus {
  background-color: #bd2130;
  border-color: #bd2130;
  color: #fff;
}

@media (min-width: 768px) {
  .btn-danger {
    font-size: 20px;
  }
}

.btn-link {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 0.5em 1em;
  background-color: transparent;
  border-color: transparent;
  color: #000;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.75em 1.25em;
}

.btn-link:hover, .btn-link:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #000;
}

@media (min-width: 768px) {
  .btn-link {
    font-size: 20px;
  }
}

.btn-link .fa {
  color: #2e3192;
}

.btn-modal {
  padding: 5px 10px;
  font-size: 14px;
}

.btn--full {
  width: 100%;
}

@media (min-width: 768px) {
  .btn--full-sm {
    width: 100%;
  }
}

/**
Toggle buttons for payment page. Needed as the default Bootstrap buttons have
been messed with too much to be usable.
 */
.btn-toggle {
  border-radius: 4px;
  outline: none;
  line-height: 20px;
}

.btn-toggle.btn-primary {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 0.5em 1em;
  background-color: #2e3192;
  border-color: #2e3192;
  color: #fff;
  text-transform: uppercase;
}

.btn-toggle.btn-primary:hover, .btn-toggle.btn-primary:focus {
  background-color: #22246b;
  border-color: #22246b;
  color: #fff;
}

@media (min-width: 768px) {
  .btn-toggle.btn-primary {
    font-size: 20px;
  }
}

.btn-toggle.btn-default {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 0.5em 1em;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #333333;
  text-transform: uppercase;
}

.btn-toggle.btn-default:hover, .btn-toggle.btn-default:focus {
  background-color: #dcdbdb;
  border-color: #dcdbdb;
  color: #333333;
}

@media (min-width: 768px) {
  .btn-toggle.btn-default {
    font-size: 20px;
  }
}

.btn-toggle small {
  font-size: 14px;
  text-transform: none;
}

.header__navbar {
  background-color: #FFFFFF;
  border: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .header__navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 992px) {
  body {
    padding-top: 184px;
  }
}

.header__navbar__container {
  position: relative;
  min-height: 56px;
}

.header__navbar-brand {
  height: auto;
  padding: 12px 15px;
}

.header__navbar-brand > img {
  width: 100%;
  max-width: 152px;
}

.header__navbar-collapse {
  width: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 100px;
  left: 0;
}

.header__navbar .header__navbar-collapse {
  border-color: transparent;
  background-color: #2e3192;
  margin: 0;
}

.header__navbar-nav {
  font-family: "Mukta Mahee", sans-serif;
  margin: 15px 0;
  background-color: #dedee0;
  border-radius: 5px;
  overflow: hidden;
}

.header__navbar .header__navbar-nav > li > a {
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

.header__navbar .header__navbar-nav > li > a:hover, .header__navbar .header__navbar-nav > li > a:focus {
  color: #2e3192;
  background-color: #efefef;
  border-color: rgba(0, 0, 0, 0.1);
}

.header__navbar .header__navbar-nav > .active > a, .header__navbar .header__navbar-nav > .active > a:hover, .header__navbar .header__navbar-nav > .active > a:focus,
.header__navbar .header__navbar-nav > .open > a,
.header__navbar .header__navbar-nav > .open > a:hover,
.header__navbar .header__navbar-nav > .open > a:focus {
  color: #2e3192 !important;
  background-color: #efefef;
}

.header__navbar .header__navbar-nav .open .dropdown-menu {
  padding: 0;
  border-top: 0;
  border-radius: 0;
  border-bottom: 0;
}

.header__navbar .header__navbar-nav .open .dropdown-menu > li > a {
  font-weight: 600;
  color: #000000;
  padding: 10px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header__navbar .header__navbar-nav .open .dropdown-menu > li > a:hover, .header__navbar .header__navbar-nav .open .dropdown-menu > li > a:focus {
  color: #2e3192;
  background-color: transparent;
}

.header__navbar .header__navbar-nav .open .dropdown-menu > .active > a, .header__navbar .header__navbar-nav .open .dropdown-menu > .active > a:hover, .header__navbar .header__navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #2e3192;
}

.navbar a:before {
  margin-right: 6px;
}

.navbar .icon-picture-o a:before {
  content: " ";
}

.navbar .icon-picture-o a:before {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.navbar .icon-picture-o a:before {
  text-decoration: none;
}

.navbar .icon-quote-left a:before {
  content: " ";
}

.navbar .icon-quote-left a:before {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.navbar .icon-quote-left a:before {
  text-decoration: none;
}

.navbar .icon-newspaper-o a:before {
  content: " ";
}

.navbar .icon-newspaper-o a:before {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.navbar .icon-newspaper-o a:before {
  text-decoration: none;
}

.navbar .icon-question-circle a:before {
  content: " ";
}

.navbar .icon-question-circle a:before {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.navbar .icon-question-circle a:before {
  text-decoration: none;
}

.navbar .icon-truck a:before {
  content: " ";
}

.navbar .icon-truck a:before {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.navbar .icon-truck a:before {
  text-decoration: none;
}

.navbar .icon-comment a:before {
  content: " ";
}

.navbar .icon-comment a:before {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.navbar .icon-comment a:before {
  text-decoration: none;
}

.navbar .icon-phone a:before {
  content: " ";
}

.navbar .icon-phone a:before {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.navbar .icon-phone a:before {
  text-decoration: none;
}

.navbar .icon-envelope a:before {
  content: " ";
}

.navbar .icon-envelope a:before {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.navbar .icon-envelope a:before {
  text-decoration: none;
}

.navbar .icon-user a:before {
  content: " ";
}

.navbar .icon-user a:before {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.navbar .icon-user a:before {
  text-decoration: none;
}

.navbar .icon-phone a,
.navbar .icon-envelope a {
  background-color: #e31e25;
  color: #FFFFFF !important;
  height: 42px;
}

.navbar .icon-phone a:hover, .navbar .icon-phone a:focus,
.navbar .icon-envelope a:hover,
.navbar .icon-envelope a:focus {
  background-color: #c9191f !important;
}

.header__dropdown-toggle:after {
  content: " ";
}

.header__dropdown-toggle:after {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.header__dropdown-toggle:after {
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  color: #2e3192;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 992px) {
  .header__dropdown-toggle:after {
    font-size: 85%;
  }
}

.open .header__dropdown-toggle:after {
  content: " ";
}

.open .header__dropdown-toggle:after {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.open .header__dropdown-toggle:after {
  text-decoration: none;
}

.dropdown-menu {
  position: static;
  float: none;
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 992px) {
  .dropdown-menu {
    position: absolute;
  }
}

.yamm .yamm-content {
  padding: 0;
  background-color: #efefef;
}

.dropdown__list {
  overflow: hidden;
  padding: 0;
  background-color: #FFFFFF;
}

.dropdown__list li {
  display: block;
  width: 50%;
  float: left;
}

@media (min-width: 480px) {
  .dropdown__list li {
    width: 33.33%;
  }
}

@media (min-width: 768px) {
  .dropdown__list li {
    max-width: 12.5%;
  }
}

.dropdown__list a {
  display: block;
  padding: 5px 15px;
  border-right: 1px solid #dedee0;
  border-bottom: 1px solid #dedee0;
}

@media (min-width: 480px) {
  .dropdown__list a {
    padding: 10px 15px;
  }
}

.header__mobile-buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
}

.header__mobile-buttons a {
  -ms-flex: 1 0 auto;
      -webkit-box-flex: 1;
      flex: 1 0 auto;
  padding: 12px;
  color: #2e3192;
  background-color: #efefef;
  text-align: center;
}

.header__mobile-buttons a:hover, .header__mobile-buttons a:focus {
  color: #FFFFFF;
  background-color: #2e3192 !important;
}

.header__navbar-toggle {
  margin: 0;
  border-radius: 0;
  border: 0;
}

.header__navbar-toggle:not(.collapsed) i {
  width: 16px;
}

.header__navbar-toggle:not(.collapsed) i:before {
  content: " ";
}

.header__navbar-toggle:not(.collapsed) i:before {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.header__navbar-toggle:not(.collapsed) i:before {
  text-decoration: none;
}

.actions {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
  margin: 0;
  padding-right: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
}

@media (min-width: 480px) {
  .actions {
    -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  .actions {
    width: 300px;
    padding: 0;
  }
}

.collapseSearch .header__search {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row-reverse;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      flex-direction: row-reverse;
  padding: 15px;
  background-color: #2e3192;
}

@media (min-width: 992px) {
  .collapseSearch .header__search {
    display: none !important;
  }
}

.collapseSearch button {
  padding: 0 15px;
  margin-left: 15px;
  background-color: #efefef;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .header__navbar .header__language {
    position: absolute !important;
    top: -84px;
    left: 0;
    margin: 0 !important;
    overflow: visible;
  }
}

.header__language__country {
  padding: 0 5px 0 10px;
  background-color: #efefef;
  height: 42px;
  line-height: 38px;
}

@media (min-width: 992px) {
  .header__language__country {
    background-color: #2e3192;
    padding: 0 10px;
  }
}

.header__language {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.header__language > li:last-child {
  -ms-flex: 1;
      -webkit-box-flex: 1;
      flex: 1;
}

.langSelect {
  position: relative;
  font-size: 14px;
  font-weight: 600;
}

.langSelect .select2 {
  width: 100%;
  min-width: 80px;
}

.langSelect .select2-container--default .select2-selection {
  border: none;
  background-color: #efefef;
  height: 42px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
}

.langSelect .select2-container--default .select2-selection__rendered,
.langSelect .select2-container--default .select2-selection__arrow {
  color: #000000;
}

@media (min-width: 992px) {
  .langSelect .select2-container--default .select2-selection__rendered,
  .langSelect .select2-container--default .select2-selection__arrow {
    color: #FFFFFF;
  }
}

.langSelect .select2-container--default .select2-selection__arrow {
  display: none;
}

@media (min-width: 992px) {
  .langSelect {
    font-size: 12px;
  }
  .langSelect .select2 {
    margin-top: 6px;
  }
  .langSelect .select2-container--default .select2-selection__arrow {
    display: block;
    top: 4px;
  }
  .langSelect .select2-container--default .select2-selection {
    height: 35px;
    border: 1px solid transparent;
    background-color: #2e3192;
  }
}

@media (min-width: 1400px) {
  .langSelect {
    font-size: 16px;
  }
  .langSelect .select2 {
    margin-top: 0;
  }
  .langSelect .select2-container--default .select2-selection {
    height: 42px;
  }
  .langSelect .select2-container--default .select2-selection__arrow {
    top: 7px;
  }
}

.language-dropdown {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 14px;
  font-weight: 600;
  background-color: #efefef;
  color: #000000;
  height: 42px;
  border: 0;
}

@media (min-width: 992px) {
  .language-dropdown {
    font-size: 12px;
    height: 35px;
    border: 1px solid transparent;
    margin-top: 3px;
    color: #777777;
  }
}

@media (min-width: 1400px) {
  .language-dropdown {
    font-size: 16px;
  }
}

.dropdown-toggle:focus {
  outline: 1px;
}

@media (min-width: 992px) {
  .header__navbar-nav--top {
    float: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
    background-color: #2e3192;
    text-transform: uppercase;
  }
  .header__navbar-nav--top > li > a {
    font-size: 12px;
    font-weight: 600;
    padding: 10px 8px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .header__navbar-nav--top > li > a {
    padding: 10px;
  }
}

@media (min-width: 992px) and (min-width: 1400px) {
  .header__navbar-nav--top > li > a {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .header__navbar-nav--top li:last-child,
  .header__navbar-nav--top li:nth-last-child(2) {
    text-transform: none;
  }
  .header__navbar-nav--top .icon-phone span:not(.google-number) {
    font-size: 12px;
  }
  .navbar-nav.header__navbar-nav--top > li > a {
    color: #FFFFFF;
  }
  .navbar-nav.header__navbar-nav--top > li > a:focus, .navbar-nav.header__navbar-nav--top > li > a:hover, .navbar-nav.header__navbar-nav--top > li > a:active {
    color: rgba(255, 255, 255, 0.8);
  }
  .header__navbar-nav--secondary {
    background: #efefef;
  }
  .header__navbar-nav--secondary .free-delivery-message {
    -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
    color: #2e3192;
    font-size: 20px;
    font-weight: 600;
    margin-left: 15px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .header__navbar-nav--secondary .free-delivery-message i {
    padding-right: 8px;
  }
  .navbar-default .header__navbar-nav--top > .active > a, .navbar-default .header__navbar-nav--top > .active > a:focus, .navbar-default .header__navbar-nav--top > .active > a:hover, .navbar-default .header__navbar-nav--top > .active > a:active {
    color: #2e3192;
  }
  .actions__search,
  .actions__telephone,
  .actions__basket {
    width: 33.33%;
    height: 50px;
    padding: 10px 15px;
    text-align: center;
  }
  .actions__search,
  .actions__basket {
    font-family: "Mukta Mahee", sans-serif;
    font-weight: 400;
    top: 0;
    padding: 15px;
    height: 100%;
  }
  .actions__search a,
  .actions__basket a {
    font-size: 16px;
    display: inline-block;
  }
  .actions__search .fa,
  .actions__basket .fa {
    font-size: 20px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .actions__search .fa,
  .actions__basket .fa {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .actions__basket {
    padding: 0;
    background-color: #2e3192;
    width: 40%;
  }
  .actions__basket a {
    padding: 2rem;
    display: block;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .actions__basket a .fa, .actions__basket a, .actions__basket a:hover, .actions__basket a:focus {
    color: #FFFFFF !important;
  }
  .actions__basket a .fa span, .actions__basket a span, .actions__basket a:hover span, .actions__basket a:focus span {
    text-decoration: none;
  }
  .actions__basket .fa,
  .actions__basket span {
    vertical-align: middle;
  }
  .actions__basket__items {
    font-weight: 700;
    display: inline-block;
    margin: 0 1rem;
    padding: 0.6rem 1rem;
    line-height: 1;
    background-color: #43469d;
    border-radius: 0.4rem;
  }
  .actions__basket__items.active {
    background-color: #e31e25;
  }
  .items-in-basket .actions__basket__items {
    background-color: #e31e25;
  }
  .actions__telephone {
    border-right: 1px solid #dedee0;
  }
  .actions__search {
    width: 60%;
    right: 210px;
    height: 100px;
    padding: 25px 15px;
    border-left: 1px solid #dedee0;
    border-right: 1px solid #dedee0;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .actions__search {
    padding: 25px;
  }
}

@media (min-width: 992px) {
  .actions__search input {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    border: 0;
    border-bottom: 2px solid #dedee0;
    padding: 0;
    border-radius: 0;
    overflow-x: hidden;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .actions__search input {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .actions__search input:focus {
    border-color: #2e3192;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header__search {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .header__search button {
    background: none;
    border: 0;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .header__search button {
    width: 50px;
  }
}

@media (min-width: 992px) {
  .header__search .fa {
    color: #2e3192;
  }
  .yamm .yamm-content {
    padding: 20px;
    background-color: #efefef;
  }
  .yamm-fw .dropdown-menu {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 0;
    border: 0;
  }
  .dropdown__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: visible;
    background-color: #FFFFFF;
    border-top: 1px solid #dedee0;
    border-left: 1px solid #dedee0;
  }
  .dropdown__list li {
    -ms-flex: 1 0 8.3333%;
        -webkit-box-flex: 1;
        flex: 1 0 8.3333%;
  }
  .dropdown__list a {
    padding: 10%;
    border-right: 1px solid #dedee0;
    border-bottom: 1px solid #dedee0;
    position: relative;
  }
  .dropdown__list a:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 1px solid transparent;
  }
  .dropdown__list a:hover:after, .dropdown__list a:focus:after {
    border-color: #a9a9af;
  }
  .dropdown__list img {
    width: 100%;
    height: auto;
  }
  .dropdown__list--products li {
    -ms-flex: 1 0 12.5%;
        -webkit-box-flex: 1;
        flex: 1 0 12.5%;
  }
  .dropdown__list--manufacturers li {
    -ms-flex: none;
        -webkit-box-flex: 0;
        flex: none;
    width: 8.3333%;
  }
  .header__navbar .header__navbar-nav .open .dropdown-menu > li > a {
    padding: 10%;
  }
}

@media (min-width: 992px) {
  .header {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }
  .header__navbar-brand,
  .header__navbar__container {
    height: 100px;
  }
  .header__navbar-brand {
    padding: 26px 15px;
  }
  .header__navbar-brand > img {
    max-width: 233px;
  }
  .header__navbar .header__navbar-nav {
    margin-left: 10px;
    margin-right: 310px;
  }
  .header__navbar .header__navbar-nav > li > a {
    font-size: 20px;
    padding: 0 4rem 0 2rem;
    line-height: 100px;
    border-bottom: 0;
  }
  .header__navbar .header__navbar-nav > li > a:hover, .header__navbar .header__navbar-nav > li > a:focus {
    background-color: transparent;
  }
  .header__navbar .header__navbar-nav > .active > a, .header__navbar .header__navbar-nav > .active > a:hover, .header__navbar .header__navbar-nav > .active > a:focus {
    background-color: transparent;
  }
  .header__navbar-collapse {
    width: auto;
    position: static;
    top: auto;
    left: auto;
  }
  .header__navbar .header__navbar-collapse {
    background-color: transparent;
  }
  .header__navbar-nav {
    margin: 0;
    background-color: transparent;
    position: relative;
    z-index: 10;
    border-radius: 0;
  }
  .header__mobile-buttons {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header__navbar .header__navbar-nav > li > a {
    font-size: 22px;
  }
  .header__navbar-brand {
    padding: 18px 0 18px 15px;
  }
  .header__navbar-brand > img {
    max-width: 304px;
  }
  .header__navbar .header__navbar-nav {
    margin-right: 421px;
  }
  .actions {
    width: 411px;
  }
}

.text-centred {
  text-align: center;
}

.full-height {
  height: 100%;
}

.footer {
  background-color: #000;
  color: #dedee0;
}

.footer .fa {
  color: #e31e25;
}

.footer__top,
.footer__bottom {
  padding: 20px 0;
}

.footer__top {
  padding: 30px 0 20px 0;
  border-bottom: 1px solid #444;
  text-align: center;
}

@media (min-width: 992px) {
  .footer__top {
    text-align: left;
  }
}

.footer__about {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 2em;
}

@media (min-width: 992px) {
  .footer__about {
    -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    margin-bottom: 0;
  }
}

.footer__content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .footer__content {
    max-width: 320px;
    margin: 0;
  }
}

.footer__content p {
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

@media (min-width: 768px) {
  .footer__content p {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .footer__contact ul {
    margin-bottom: 0;
  }
}

.footer__contact li {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .footer__contact li {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.footer__contact li:first-child,
.footer__contact li:nth-child(2) {
  width: 100%;
}

.footer__contact .fa {
  font-size: 16px;
}

@media (min-width: 992px) {
  .footer__contact .fa {
    font-size: 20px;
  }
}

.footer__image img {
  margin-left: auto;
  margin-right: auto;
}

.footer__social {
  margin: 0;
}

.footer a {
  color: #fff;
}

.footer__bottom-wrapper {
  font-size: 12px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 480px) {
  .footer__bottom-wrapper {
    max-width: none;
  }
  .footer__bottom-wrapper .visible-sm {
    display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .footer__bottom-wrapper {
    font-size: 14px;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .footer__copyright,
  .footer__evoluted {
    margin-bottom: 0;
  }
}

.footer__copyright li {
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .footer__copyright li {
    padding-bottom: 0;
  }
}

.ev-evoluted {
  color: #e31e25;
}

.breadcrumbs {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  padding: 1em;
}

@media (min-width: 768px) {
  .breadcrumbs {
    font-size: 16px;
  }
}

.breadcrumbs a {
  color: #444;
}

.breadcrumbs__back a:before {
  content: " ";
}

.breadcrumbs__back a:before {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.breadcrumbs__back a:before {
  text-decoration: none;
  color: #2e3192;
}

[data-slick] {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.slick-initialized {
  opacity: 1;
}

.gallery-for {
  border: 1px solid #fff;
  border-bottom-width: 0;
}

.gallery-for img {
  width: 100%;
  height: auto;
}

.gallery-for .slick-track {
  width: auto;
}

.gallery-for .gallery__caption {
  padding: 10px;
}

.gallery-nav {
  margin-top: -9px;
  padding: 0 40px;
  background-color: #efefef;
}

.gallery-nav img {
  width: 100%;
  height: auto;
}

.gallery-nav .slick-prev {
  font-size: 0;
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 40px;
  height: 100%;
  outline: 0;
}

.gallery-nav .slick-prev:after {
  content: " ";
}

.gallery-nav .slick-prev:after {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.gallery-nav .slick-prev:after {
  text-decoration: none;
  font-size: 20px;
  color: #2e3192;
}

.gallery-nav .slick-next {
  font-size: 0;
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 40px;
  height: 100%;
  outline: 0;
}

.gallery-nav .slick-next:after {
  content: " ";
}

.gallery-nav .slick-next:after {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.gallery-nav .slick-next:after {
  text-decoration: none;
  font-size: 20px;
  color: #2e3192;
}

.gallery-nav .slick-list {
  padding: 0 !important;
}

.gallery-nav .slick-track {
  margin: 0;
}

.gallery-nav .gallery__slide {
  padding: 10px 5px;
  cursor: pointer;
  outline: 0;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 600px) {
  .gallery-nav .gallery__slide {
    padding: 20px 10px;
  }
}

.gallery-nav .slick-current .gallery__thumb {
  outline: 3px solid #e31e25;
}

.gallery__blog {
  margin: 3rem 0;
}

.gallery-for--blog {
  border: 1px solid #fff;
  border-bottom-width: 0;
}

.gallery-for--blog img {
  width: 100%;
  height: auto;
}

.gallery-for--blog .slick-list {
  margin-left: -10px;
}

.gallery-for--blog .slick-track {
  width: auto;
  margin: 0 0 0 10px;
}

.gallery-nav--blog {
  overflow: hidden;
}

.gallery-nav--blog img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.gallery-nav--blog .slick-list {
  margin-left: -10px;
  padding: 0 !important;
}

.gallery-nav--blog .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.gallery-nav--blog .slick-slide {
  margin: 0 0 0 10px;
}

.gallery-nav--blog .gallery__slide {
  padding: 0;
  cursor: pointer;
  outline: 0;
  display: inline-block;
  vertical-align: middle;
}

.gallery-nav--blog .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 1000;
  border: 0;
  width: 40px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 0;
}

.gallery-nav--blog .slick-arrow:before {
  font-size: 20px;
  color: #2e3192;
}

.gallery-nav--blog .slick-prev {
  left: 0;
}

.gallery-nav--blog .slick-prev:before {
  content: " ";
}

.gallery-nav--blog .slick-prev:before {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.gallery-nav--blog .slick-prev:before {
  text-decoration: none;
}

.gallery-nav--blog .slick-next {
  right: 10px;
}

.gallery-nav--blog .slick-next:before {
  content: " ";
}

.gallery-nav--blog .slick-next:before {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.gallery-nav--blog .slick-next:before {
  text-decoration: none;
}

.accordion .panel-heading {
  padding: 0;
  background-color: #efefef;
}

.accordion .panel-title {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2e3192;
  text-transform: uppercase;
  margin: 0;
}

.accordion .panel-link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 10px 15px;
  text-decoration: none;
}

.accordion .panel-link > span {
  -ms-flex: 1;
      -webkit-box-flex: 1;
      flex: 1;
}

.accordion .panel-link > span:hover, .accordion .panel-link > span:focus {
  text-decoration: underline;
}

.accordion .panel-link > .fa {
  color: #e31e25;
}

.accordion .panel-link:hover span, .accordion .panel-link:focus span, .accordion .panel-link.active span {
  color: #e31e25;
}

.accordion .list-group {
  margin: 0;
}

.accordion .list-group-item {
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  background-color: #efefef;
}

.accordion .list-group-item > a {
  display: block;
  line-height: 1;
  padding: 5px 30px;
}

.accordion .list-group-item > a:hover, .accordion .list-group-item > a:focus, .accordion .list-group-item > a.active {
  color: #e31e25;
}

.accordion .list-group-item:last-child > a {
  padding-bottom: 10px;
}

.accordion .panel {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion .panel:first-child .panel-link {
  padding-top: 15px;
}

.accordion .panel:last-child .panel-link {
  padding-bottom: 15px;
}

.accordion .panel + .panel {
  margin-top: 0;
}

.accordion .panel > .list-group .list-group-item,
.accordion .panel > .panel-collapse > .list-group .list-group-item,
.accordion .panel-heading + .panel-collapse > .panel-body,
.accordion .panel-heading + .panel-collapse > .list-group {
  border-width: 0;
}

.faq__accordian {
  margin: 3rem 0;
}

.faq__panel {
  border: 1px solid #dedee0;
}

.faq__panel + .faq__panel {
  border-top: 0;
}

.faq__title {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  margin: 0;
}

@media (min-width: 768px) {
  .faq__title {
    font-size: 18px;
  }
}

.faq__link {
  display: block;
  padding: 20px 50px 20px 20px;
  position: relative;
}

@media (min-width: 768px) {
  .faq__link {
    padding: 30px 45px 30px 30px;
  }
}

.faq__link:hover, .faq__link:focus {
  text-decoration: underline;
}

.faq__link .fa {
  font-size: 19px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #e31e25;
}

@media (min-width: 768px) {
  .faq__link .fa {
    font-size: 24px;
  }
}

.faq__body {
  padding: 5px 20px;
}

@media (min-width: 768px) {
  .faq__body {
    font-size: 16px;
    padding: 5px 30px;
  }
}

.posts__list {
  margin: 3rem 0;
}

@media (min-width: 768px) {
  .posts__list {
    margin: 5rem 0 3rem;
  }
}

.post__item {
  display: table;
  width: 100%;
  margin-bottom: 2rem;
  border: 1px solid #dedee0;
}

.post__item:last-child {
  margin-bottom: 0;
}

.post__image-link {
  display: block;
  padding-top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.post__left,
.post__right {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #dedee0;
}

@media (min-width: 600px) {
  .post__left,
  .post__right {
    display: table-cell;
    vertical-align: middle;
    width: 170px;
    height: 150px;
    border-bottom: 0;
    border-right: 1px solid #dedee0;
  }
}

.post__image-link {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.post__title {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: none;
}

@media (min-width: 600px) {
  .post__title {
    display: inline-block;
    font-size: 20px;
    margin-right: 2rem;
  }
}

.post__title a {
  font-size: inherit;
  display: inline-block;
  text-decoration: none;
}

.post__title a:hover, .post__title a:focus {
  text-decoration: underline;
}

.post__title .fa {
  font-size: 18px;
}

.post__date {
  font-size: 14px;
  margin-bottom: 1em;
}

@media (min-width: 600px) {
  .post__date {
    display: inline-block;
    font-size: 14px;
  }
}

.post__body {
  padding: 15px;
}

@media (min-width: 600px) {
  .post__body {
    padding: 32px;
  }
}

.post__text {
  font-size: 16px;
  line-height: 1.5;
}

.post__footer {
  margin-bottom: 4em;
}

.paginate {
  margin-bottom: 2rem;
  padding: 0;
  display: inline-block;
}

@media (min-width: 768px) {
  .paginate {
    margin-bottom: 5rem;
  }
}

.paginate li {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  vertical-align: bottom;
  padding-left: 0 !important;
  margin-left: 10px;
  margin-bottom: 10px;
}

.paginate li > a,
.paginate li > span {
  display: inline-block;
  color: #2e3192;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #2e3192;
  border-radius: 5px;
  vertical-align: middle;
}

.paginate li > a:hover, .paginate li > a:focus,
.paginate li > span:hover,
.paginate li > span:focus {
  background-color: #2e3192;
  color: #fff;
  text-decoration: none;
}

.paginate li:first-child {
  margin-left: 0;
}

.paginate .active a,
.paginate .active span {
  background-color: #2e3192;
  color: #fff;
}

.paginate .prev a:before {
  content: " ";
}

.paginate .prev a:before {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.paginate .prev a:before {
  text-decoration: none;
  font-size: 16px;
  line-height: 38px;
  vertical-align: top;
}

.paginate .next a:before {
  content: " ";
}

.paginate .next a:before {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.paginate .next a:before {
  text-decoration: none;
  font-size: 16px;
  line-height: 38px;
  vertical-align: top;
}

@media (min-width: 480px) {
  .testimonials__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -8%;
  }
}

.testimonials__item {
  margin-bottom: 5rem;
}

@media (min-width: 480px) {
  .testimonials__item {
    width: 50%;
    padding-left: 8%;
  }
}

@media (min-width: 768px) {
  .testimonials__item {
    width: 33.33%;
  }
}

.testimonials__item .star__container {
  padding-bottom: 7px;
}

.testimonials__title {
  font-size: 18px;
  text-transform: none;
}

.trustpilot-placeholder {
  display: block;
  max-width: 100px;
  margin-bottom: 1.5rem;
}

.testimonials__body {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.testimonials__footer li {
  font-size: 15px;
  color: #2e3192;
}

.testimonials__footer li:after {
  content: '|';
  display: inline-block;
  margin-left: 6px;
  margin-right: -3px;
  font-size: 12px;
}

.testimonials__footer li:last-child:after {
  display: none;
}

@media (min-width: 768px) {
  .slideshow,
  .slideshow__image {
    height: 450px;
  }
}

.slideshow {
  border-bottom: 5px solid #e31e25;
  background-color: #efefef;
  z-index: 10;
}

@media (min-width: 768px) {
  .slideshow {
    border-bottom: 0;
  }
}

.slick-list {
  width: 100%;
}

.slideshow__slide {
  position: relative;
}

.slideshow__image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slideshow__image:after {
  content: '';
  display: block;
  padding-top: 42.8571%;
}

@media (min-width: 768px) {
  .slideshow__image {
    border-bottom: 5px solid #e31e25;
  }
}

.slideshow__body {
  padding: 2rem 2rem 6rem;
}

@media (min-width: 768px) {
  .slideshow__body {
    position: absolute;
    width: 100%;
    max-width: 1170px;
    padding: 3rem 3rem 6rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: transparent;
  }
}

.slideshow__title {
  margin: 0 0 2rem;
  color: #191717;
  text-align: center;
  -webkit-animation: .5s .25s fade backwards ease-out;
          animation: .5s .25s fade backwards ease-out;
}

@media (min-width: 768px) {
  .slideshow__title {
    text-align: left;
  }
}

.slideshow__caption {
  text-align: center;
  margin: 0 0 3rem;
  color: #191717;
  -webkit-animation: .5s .25s fade backwards ease-out;
          animation: .5s .25s fade backwards ease-out;
}

@media (min-width: 768px) {
  .slideshow__caption {
    font-size: 18px;
    text-align: left;
  }
}

.slideshow__button {
  width: 100%;
  text-transform: uppercase;
  -webkit-animation: .5s .5s fade backwards ease-out;
          animation: .5s .5s fade backwards ease-out;
}

@media (min-width: 768px) {
  .slideshow__button {
    width: auto;
  }
}

.slick-dots {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 2.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slick-dots li {
  font-size: 0;
  line-height: 1;
  margin: 0 0.5rem;
}

.slick-dots button {
  background-color: transparent;
  border: 2px solid #2e3192;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  padding: 0;
}

.slick-dots button:hover,
.slick-dots button:focus,
.slick-dots .slick-active button {
  background-color: #2e3192;
}

.partner__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
}

.partner__item {
  width: 50%;
}

@media (min-width: 480px) {
  .partner__item {
    width: 33.33%;
  }
}

.partner__item img {
  padding: 5%;
}

.tiles {
  background-color: #444;
}

.tiles > div {
  overflow: hidden;
}

.tile {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.tile:before {
  content: '';
  display: block;
  padding-top: 85.7143%;
}

.tile:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(16deg, #000 15%, transparent 50%);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.tile:hover, .tile:focus {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}

.tile:hover:after, .tile:focus:after {
  -webkit-transform: translate3d(0, 1rem, 0);
          transform: translate3d(0, 1rem, 0);
}

.tile__title {
  font-size: 12px;
  display: block;
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 10;
  width: 80%;
}

@media (min-width: 480px) {
  .tile__title {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .tile__title {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .tile__title {
    font-size: 24px;
  }
}

.category__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  margin: 0 0 4rem;
}

@media (min-width: 992px) {
  .category__list {
    margin-bottom: 8rem;
  }
}

.category__list--small {
  display: block;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.category__list--small .category__item {
  padding: 0;
}

@media (min-width: 480px) {
  .category__list--small .category__item {
    max-width: 25%;
  }
}

@media (min-width: 600px) {
  .category__list--small .category__item {
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .category__list--small .category__item {
    max-width: 12.5%;
  }
}

@media (min-width: 992px) {
  .category__list--small .category__item {
    max-width: 10%;
  }
}

@media (min-width: 1200px) {
  .category__list--small .category__item {
    max-width: 8.3333%;
  }
}

.category__list--small .category__image {
  margin-bottom: 0;
  max-width: 84px;
  width: 100%;
}

.category__item {
  width: 50%;
}

@media (min-width: 600px) {
  .category__item {
    width: 33.33%;
  }
}

@media (min-width: 768px) {
  .category__item {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .category__item {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .category__item {
    width: 16.6666%;
  }
}

.category__link {
  display: block;
  color: #000;
  padding: 10%;
  position: relative;
  background-color: #fff;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  height: 100%;
}

.category__link:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px solid #dedee0;
}

.category__link:hover:after, .category__link:focus:after {
  border-color: #a9a9af;
  z-index: 100;
}

.category__image {
  display: block;
  max-width: 100%;
  margin: 0 auto 1rem;
}

.category__title {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .category__title {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .category__title {
    font-size: 18px;
  }
}

.manufacturers__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #dedee0;
  border-left: 1px solid #dedee0;
}

.manufacturers__item {
  width: 25%;
  position: relative;
}

@media (min-width: 600px) {
  .manufacturers__item {
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .manufacturers__item {
    max-width: 12.5%;
  }
}

@media (min-width: 992px) {
  .manufacturers__item {
    max-width: 10%;
  }
}

@media (min-width: 1200px) {
  .manufacturers__item {
    max-width: 8.3333%;
  }
}

.manufacturers__link {
  display: block;
  padding: 10%;
  background-color: #fff;
  border-right: 1px solid #dedee0;
  border-bottom: 1px solid #dedee0;
}

.manufacturers__link:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  right: 0px;
  bottom: 0px;
  left: -1px;
  border: 1px solid transparent;
}

.manufacturers__link:hover:after, .manufacturers__link:focus:after {
  border-color: #a9a9af;
}

.manufacturers__image {
  display: block;
  width: 100%;
  height: auto;
}

.product__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  margin: 0 0 4rem;
}

@media (min-width: 992px) {
  .product__list {
    margin-bottom: 8rem;
  }
}

.product__item {
  width: 50%;
}

@media (min-width: 600px) {
  .product__item {
    width: 33.33%;
  }
}

@media (min-width: 768px) {
  .product__item {
    width: 25%;
  }
}

.homepage .product__list {
  max-width: 234px;
  margin: 0 auto;
  padding-bottom: 4.4rem;
}

.homepage .product__list .slick-list {
  border: 1px solid #dedee0;
}

@media (min-width: 480px) {
  .homepage .product__list {
    max-width: 468px;
  }
}

@media (min-width: 768px) {
  .homepage .product__list {
    max-width: 737px;
  }
}

@media (min-width: 992px) {
  .homepage .product__list {
    max-width: 962px;
  }
}

@media (min-width: 1200px) {
  .homepage .product__list {
    max-width: 1400px;
  }
}

.homepage .product__list .product__title {
  margin-bottom: 0;
}

.homepage .product__list .product__link {
  border: 0;
  background: none;
  padding: 12%;
}

.homepage .product__list .product__link:after {
  display: none;
}

@media (min-width: 480px) {
  .homepage .product__list .product__link:after {
    display: block;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    border: 0;
    width: 1px;
    height: 200%;
    background-color: #dedee0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.gallery-featured-products .slick-arrow {
  font-size: 1.6rem;
  font-weight: 600;
  border: 0;
  background: none;
  position: absolute;
  bottom: 0;
  padding: 1rem;
  color: #2e3192;
}

.gallery-featured-products .slick-arrow:focus, .gallery-featured-products .slick-arrow:hover, .gallery-featured-products .slick-arrow:active {
  color: #e31e25;
}

.gallery-featured-products .slick-prev {
  left: 0;
}

.gallery-featured-products .slick-prev:before {
  content: " ";
}

.gallery-featured-products .slick-prev:before {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.gallery-featured-products .slick-prev:before {
  text-decoration: none;
  padding-right: 0.5em;
}

.gallery-featured-products .slick-next {
  right: 0;
}

.gallery-featured-products .slick-next:after {
  content: " ";
}

.gallery-featured-products .slick-next:after {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.gallery-featured-products .slick-next:after {
  text-decoration: none;
  padding-left: 0.5em;
}

.product__link {
  display: block;
  color: #000;
  padding: 10%;
  position: relative;
  background-color: #fff;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  height: 100%;
}

.product__link:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px solid #dedee0;
}

.product__link:hover, .product__link:focus {
  text-decoration: none;
  z-index: 100;
}

.product__link:hover:after, .product__link:focus:after {
  border-color: #a9a9af;
}

.product__link:hover .product__title, .product__link:focus .product__title {
  text-decoration: underline;
}

.product__link .product__price {
  font-size: 14px;
  color: #e31e25;
  text-align: center;
}

@media (min-width: 768px) {
  .product__link .product__price {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .product__link .product__price {
    font-size: 18px;
  }
}

.product__image {
  display: block;
  max-width: 100%;
  margin: 0 auto 10%;
}

.product__title {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
  color: #000;
  margin: 0 0 1em;
  text-align: center;
}

.product__title .fa {
  color: #2e3192;
}

@media (min-width: 768px) {
  .product__title {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .product__title {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .product-filter__heading {
    display: none !important;
  }
}

.product-filter__title {
  margin: 0;
}

.product-filter__link {
  display: block;
  line-height: 1;
  padding: 1rem 4rem 1rem 1.5rem;
  background-color: #efefef;
}

.product-filter__link .fa {
  font-size: 18px;
  right: 1.5rem;
  color: #2e3192;
}

@media (min-width: 768px) {
  .product-filter__collapse {
    display: block !important;
    height: auto !important;
  }
}

.product-filter__body {
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .product-filter__body {
    padding: 1rem 2rem;
    background-color: #efefef;
  }
}

.product-filter__controls {
  margin-bottom: 0;
}

.product-filter__controls li {
  margin-bottom: 1rem;
}

.product-filter__controls li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .product-filter__controls li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 3rem;
  }
}

@media (min-width: 768px) {
  .product-filter__controls .control-label {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #2e3192;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-right: 1.5rem;
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  .product-filter__controls .select {
    display: inline-block;
  }
}

.product-filter__body {
  border-left: 1px solid #dedee0;
  border-right: 1px solid #dedee0;
}

@media (min-width: 992px) {
  .product__header {
    position: relative;
    overflow: hidden;
  }
}

.product__summary-list {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #2e3192;
}

@media (min-width: 768px) {
  .product__summary-list {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .product__title-price-button {
    width: 50%;
    float: right;
  }
}

.product__title-price {
  overflow: hidden;
}

.product__title-price .product__title {
  float: left;
  width: 50%;
  padding-right: 15px;
  margin-bottom: 3rem;
}

.product__title-price .product__price {
  float: left;
  width: 50%;
  text-align: right;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .product__title-price .product__price {
    position: absolute;
    right: 0;
    width: 20%;
  }
}

.product__title-price .product__price .btn {
  white-space: normal;
}

.product__price__from {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  display: block;
  color: #e31e25;
}

@media (min-width: 480px) {
  .product__price__from {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .product__price__from {
    font-size: 18px;
  }
}

.product__price__price {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  display: block;
  color: #e31e25;
}

@media (min-width: 480px) {
  .product__price__price {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .product__price__price {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .product__price__price {
    font-size: 36px;
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .product__button {
    text-align: right;
  }
}

.product__button a {
  width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .product__button a {
    width: auto;
  }
}

@media (min-width: 992px) {
  .product__summary {
    width: 50%;
    float: right;
  }
}

@media (min-width: 992px) {
  .product__summary > *:first-child {
    padding-right: calc(40% + 1em);
  }
}

.product__tab-content {
  padding: 20px 20px 0px 20px;
  font-size: 18px;
  font-size: 1.8rem;
}

.product__information .product__title h1 {
  font-size: 18px;
  margin-bottom: 0;
  text-align: left;
}

@media (min-width: 480px) {
  .product__information .product__title h1 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .product__information .product__title h1 {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .product__information .product__title h1 {
    font-size: 30px;
  }
}

.product__information .product__image {
  margin-bottom: 2rem;
  max-width: 570px;
}

.product__information .product__image,
.product__information .product__image img {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .product__information .product__image {
    max-width: 50%;
    margin: 0;
    padding-right: 30px;
    float: left;
  }
}

.product__information .form-inline__label {
  font-size: 16px;
}

.product__information .form-inline__input {
  font-size: 20px;
  padding: 12px;
  width: 70px !important;
  height: 60px;
}

.product__information .form-inline__button {
  font-size: 20px;
  line-height: 58px;
}

#productDetailPage {
  padding-top: 50px;
}

.embroidery__options {
  height: 0px;
  overflow: hidden;
}

.associated-product-slider {
  padding-bottom: 50px;
}

.associated-product-slider .draggable {
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}

.product__associated-item .product__link {
  min-height: 330px;
  border-bottom: none;
  margin-left: -1px;
  border: 1px solid #efefef;
}

.product__associated-item .product__link:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px solid #dedee0;
}

.product__associated-item .product__link:hover, .product__associated-item .product__link:focus {
  text-decoration: none;
  z-index: 100;
}

.product__associated-item .product__link:hover:after, .product__associated-item .product__link:focus:after {
  border-color: #dedee0;
}

.product__associated-item .product__link:hover .product__title, .product__associated-item .product__link:focus .product__title {
  text-decoration: underline;
}

.product__associated-item .product__price {
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%;
}

.product__tabs {
  margin-top: 25px;
}

.product__tabs li.active {
  background: none;
}

.sold__out {
  opacity: 0.7;
}

.sold__out:hover {
  cursor: not-allowed;
}

.product__options__wrapper {
  border: 1px solid #dedee0;
}

@media (min-width: 992px) {
  .product__options__wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}

.product__options__controls {
  padding: 3rem 1.5rem 1.5rem;
  border-bottom: 1px solid #dedee0;
}

.product__options__controls .form-group {
  margin-bottom: 2.8rem;
}

.product__options__controls .upgrade-text {
  font-size: 16px;
  max-width: 320px;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .product__options__controls {
    width: 60%;
    padding: 4rem 4rem 2rem;
    border-bottom: 0;
    border-right: 1px solid #dedee0;
  }
}

.product__options__controls .form-group .fa {
  color: #e31e25;
  margin-right: 7px;
  -webkit-font-smoothing: antialiased;
}

.tooltip {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  z-index: 100000000;
}

.product__options-summary {
  padding: 3rem 1.5rem;
  position: relative;
}

@media (min-width: 992px) {
  .product__options-summary {
    width: 40%;
    padding: 2.4rem 2.8rem;
  }
}

.product__options-summary .product__price__from {
  font-size: 16px;
  color: #1ca40a;
}

@media (min-width: 480px) {
  .product__options-summary .product__price__from {
    font-size: 20px;
  }
}

.product__options-summary .product__price__price {
  font-size: 30px;
  color: #1ca40a;
}

@media (min-width: 480px) {
  .product__options-summary .product__price__price {
    font-size: 50px;
  }
}

.product__options-summary .list__icons {
  overflow: hidden;
}

.product__options-summary .list__icons li {
  font-size: 14px;
  width: 50%;
  float: left;
}

@media (min-width: 480px) {
  .product__options-summary .list__icons li {
    font-size: 16px;
  }
}

.product__options-summary .product__options-summary__intro,
.product__options-summary .product__price {
  margin-right: 46%;
}

.product__options__image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 108px;
}

@media (min-width: 480px) {
  .product__options__image {
    max-width: 46%;
  }
}

.product__options-summary__intro {
  font-size: 16px;
  margin-bottom: 1em;
}

.color-option .radio {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.color-option input[type="radio"] {
  display: none;
}

.color-option label {
  border-radius: 6px;
  margin-right: 4px;
  padding: 0;
  position: relative;
}

.color-option label:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid transparent;
  border-radius: 5px;
}

.color-option input:checked + label:after {
  border-color: #e31e25;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
}

.label__block-colour__wrap {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  overflow: hidden;
}

.radio-swatch .label__block-colour {
  border-color: transparent;
  border-style: solid;
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  background-color: transparent !important;
}

.radio-swatch .label__block-colour--primary {
  border-width: 38px 38px 0 0;
}

.radio-swatch .label__block-colour--secondary {
  border-width: 0 0 38px 38px;
}

.tooltip-inner {
  white-space: nowrap;
}

.radio-swatch-checkered .label__block-colour__wrap {
  width: 40px;
}

.radio-swatch-checkered .label__block-colour {
  border: 0;
  width: 19px;
  height: 19px;
}

.radio-swatch-checkered .label__block-colour:before {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  background-color: inherit;
}

.radio-swatch-checkered .label__block-colour--primary:before {
  top: 0;
  left: 19px;
}

.radio-swatch-checkered .label__block-colour--secondary:before {
  top: 19px;
  left: 19px;
}

.disabled-trim {
  opacity: .5;
  cursor: not-allowed;
}

.gallery-products .slick-list {
  margin-bottom: 10px;
  border: 2px solid #dedee0;
}

.gallery-products .slick-list img {
  display: inline-block;
}

.gallery-products .slick-dots {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  position: static;
  -webkit-transform: none;
          transform: none;
}

.gallery-products .slick-dots li {
  margin: 0;
  padding: 0 0 10px 10px;
}

.gallery-products .slick-dots a {
  display: block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 2px solid #dedee0;
}

.gallery-products .slick-slide {
  height: auto;
}

.gallery-products .slick-active a {
  border-color: #1ca40a;
}

.gallery-products__image {
  position: relative;
}

.gallery-products__caption {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: #dedee0;
}

.basket .cell {
  padding: 12px;
  margin-bottom: 15px;
}

.basket tfoot > tr:nth-child(2) > td:last-child {
  border-top: 1px solid #dedee0;
}

.basket .cell__total .cell {
  margin-bottom: 0;
}

.basket .cell__total-name {
  border: 0;
}

.basket .cell__total-amount {
  border: 1px solid #dedee0;
  border-top: 0;
  text-align: center;
}

.basket .cell__total:first-child .cell__total-amount {
  border-top: 1px solid #dedee0;
}

.basket .listing {
  -ms-flex-align: start;
      -webkit-box-align: start;
      align-items: flex-start;
  -ms-flex-pack: left;
      -webkit-box-pack: left;
      justify-content: left;
}

.basket .listing__image-link {
  display: block;
  max-width: 80px;
}

.basket .listing__image-link:hover {
  text-decoration: none;
}

.basket .listing__image {
  display: block;
  width: 100%;
  height: auto;
  min-width: 80px;
}

.basket .listing__content {
  padding-left: 15px;
}

.basket .listing__content__summary {
  font-size: 12px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .basket .listing__content__summary {
    font-size: 16px;
  }
}

.basket .listing__title-link {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.basket .item-quantity {
  width: 100px;
  margin-right: 15px;
}

.basket .basket__quantitly__delete {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row-reverse;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: end;
      -webkit-box-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
}

.basket .basket__item {
  margin-bottom: 0;
  padding-bottom: 0;
}

.basket .basket__quantity {
  padding-left: 107px;
  padding-top: 0;
  border-top: 0;
}

.basket .basket__quantity .btn {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .basket .basket__quantity {
    padding-left: 0;
  }
}

.basket__row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
}

@media (min-width: 768px) {
  .basket__row {
    display: table-row;
    -ms-flex-direction: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: none;
  }
}

.basket-mobile-info .price {
  margin-bottom: 15px;
  font-weight: bold;
}

.basket__buttons {
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 60px;
}

.basket__buttons .btn:first-child {
  float: left;
  text-align: left;
  width: auto;
  padding-left: 0;
  margin-top: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .basket__buttons .btn:first-child {
    margin-top: 25px;
  }
}

.basket__buttons .btn:last-child {
  float: right;
}

.basket__buttons form {
  float: right;
}

.checkout__button,
.continue__button {
  display: block;
  width: 100%;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 16px;
}

.basket--confirm tfoot,
.basket--confirm td {
  display: block;
}

.basket--confirm .flex--wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.basket--confirm .flex--wrap .cell--full {
  width: 100%;
}

.basket--confirm .flex--wrap .cell--half {
  -ms-flex: 1;
      -webkit-box-flex: 1;
      flex: 1;
}

.basket--confirm .listing {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.basket--confirm .basket__user__title,
.basket--confirm .basket__address__title {
  font-size: 14px;
  margin: 0 0 0.75em;
}

@media (max-width: 767px) {
  .basket--confirm .basket__user__title,
  .basket--confirm .basket__address__title {
    margin: 15px 0 5px 0;
  }
}

.basket--confirm .basket__address__title + br {
  display: none;
}

.basket--confirm .basket__address {
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
}

.basket--confirm .disabled {
  background-color: transparent;
  border-color: #dedee0;
}

.basket--confirm .disabled:focus, .basket--confirm .disabled:hover, .basket--confirm .disabled:active {
  border-color: #dedee0;
}

.basket--confirm .basket__total__title {
  border: 0;
}

.basket--confirm .basket__total__value {
  border: 1px solid #dedee0;
  border-bottom: 0;
}

.basket--confirm .cell__total:last-child .basket__total__value {
  border-bottom: 1px solid #dedee0;
}

@media (min-width: 480px) {
  .basket--confirm .basket__user__title,
  .basket--confirm .basket__address__title {
    font-size: 16px;
  }
  .basket--confirm .basket__address {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .basket .cell {
    padding: 15px;
  }
  .basket .cell {
    font-family: "Mukta Mahee", sans-serif;
    margin: 0;
  }
  .basket .cell--border,
  .basket .cell--head {
    border: 0;
  }
  .basket .cell--head {
    font-family: "Mukta Mahee", sans-serif;
  }
  .basket .table {
    position: relative;
  }
  .basket .table > tbody > tr > td {
    border: 0;
  }
  .basket .table > tbody > tr > td.row-total {
    border-left: 1px solid #dedee0;
    border-right: 1px solid #dedee0;
  }
  .basket .cell--head {
    background-color: #2e3192;
    border: 1px solid #2e3192;
    color: #fff;
    font-weight: normal;
  }
  .basket .cell__total {
    display: table-row;
  }
  .basket .cell__total-amount {
    text-align: left;
  }
  .basket .item-quantity {
    width: 100%;
    max-width: 72px;
    padding: 10px;
    background-color: #fff;
  }
  .basket tbody {
    border: 1px solid #dedee0;
  }
  .basket tfoot {
    display: table-footer-group;
  }
  .basket thead .cell:nth-child(1) {
    width: 42.74%;
  }
  .basket thead .cell:nth-child(2) {
    width: 10.26%;
  }
  .basket thead .cell:nth-child(3) {
    width: 21.37%;
  }
  .basket thead .cell:nth-child(4) {
    width: 25.64%;
  }
  .basket__buttons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
  }
  .basket__buttons .checkout__button,
  .basket__buttons .continue__button {
    max-width: 25.64%;
  }
  .basket--confirm tfoot {
    display: table-footer-group;
  }
  .basket--confirm td {
    display: table-cell;
  }
}

.basket .cell__discount {
  display: block;
  padding-left: 0 !important;
  border: 0;
}

@media (min-width: 768px) {
  .basket .cell__discount {
    position: absolute;
    width: 40%;
  }
}

@media (min-width: 992px) {
  .basket .cell__discount {
    width: 30%;
  }
}

.cell__discount .btn {
  font-size: 14px;
  height: 40px;
  padding: 0 2rem;
  margin-left: 1rem;
  text-transform: uppercase;
}

.cell__text {
  font-size: 12px;
}

.discount-code > label {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin-bottom: 12px;
}

.discount-code p {
  font-size: 14px;
  margin-bottom: 12px;
}

.discount-code .input-block label {
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: 100%;
  padding-left: 30px;
}

.discount-code .input-block.radio {
  margin-top: 15px;
  margin-bottom: 15px;
}

.discount-code input {
  display: block;
  height: 40px;
  padding: 6px 12px;
  vertical-align: top;
}

.discount-code input[type="text"] {
  -ms-flex: 2;
      -webkit-box-flex: 2;
      flex: 2;
}

.discount-code input[type="submit"] {
  -ms-flex: 1;
      -webkit-box-flex: 1;
      flex: 1;
  padding: 8px 20px;
  background-color: #000;
  border: none;
  font-size: 15px;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .discount-code input[type="submit"] {
    padding: 8px 10px;
  }
}

.discount-code input[type="radio"] {
  width: auto;
  height: auto;
  margin-left: -30px;
}

@media (min-width: 992px) {
  .basket .cell {
    padding: 18px;
    font-size: 18px;
  }
  .basket .cell__discount {
    padding-left: 0 !important;
  }
  .basket .basket__user__title,
  .basket .basket__address__title {
    font-size: 18px;
  }
  .basket .basket__address {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .basket .listing__image-link {
    max-width: 160px;
  }
  .basket .listing__image {
    min-width: 160px;
  }
  .basket__buttons .checkout__button,
  .basket__buttons .continue__button {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  thead {
    display: none;
  }
  .basket .cell__discount {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    border: 0;
  }
  .xs-text-right {
    text-align: right;
  }
}

.user-details div {
  margin-bottom: 15px;
  font-size: 16px;
}

.user-details div strong {
  display: inline-block;
  width: 40%;
  padding-right: 15px;
  text-align: right;
  vertical-align: top;
}

@media (min-width: 992px) {
  .delete-item-button {
    text-align: right;
    margin-bottom: 0;
  }
}

.delivery-bar {
  background: #efefef;
  border-top: 1px solid #dddddd !important;
}

.delivery-bar h3 {
  margin: 0px;
}

.shipping-method-select-mobile {
  margin-top: 10px;
}

.alert {
  padding: 1.8rem;
  margin-bottom: 1rem;
  border-width: 1px;
  border-radius: 0px;
  -webkit-animation-name: blinker;
          animation-name: blinker;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1.0;
  }
}

@keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1.0;
  }
}

#fade-it {
  -webkit-animation: yellow-fade 1s ease-in-out 0s;
          animation: yellow-fade 1s ease-in-out 0s;
}

.alert__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .alert__title {
    font-size: 20px;
  }
}

.alert__text {
  font-size: 16px;
}

.alert__list > ul {
  display: block;
  margin-bottom: 0;
  margin-top: 10px;
  list-style: initial;
}

.alert__list li {
  text-align: left;
  font-size: 16px;
}

.timeline__list:before, .timeline__list:after {
  content: '';
  display: block;
  width: 60%;
  height: 3px;
  background-color: #2e3192;
  position: absolute;
  top: 55px;
  left: -50%;
  z-index: 10;
}

.timeline__list:after {
  left: auto;
  right: -50%;
}

.timeline__list .slick-arrow {
  font-size: 0;
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 20;
  background: none;
  border: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  outline: 0;
}

.timeline__list .slick-arrow:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.timeline__list .slick-next {
  left: auto;
  right: 0;
}

.timeline__list .slick-next:after {
  border-left: 0;
  border-right: 4px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.timeline__item {
  text-align: center;
}

.timeline__title {
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 3rem;
  padding: 0 0 3rem;
  position: relative;
}

.timeline__title:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2e3192;
  position: absolute;
  bottom: -2px;
}

.timeline__title:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid #2e3192;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.timeline__body {
  font-family: "Mukta Mahee", sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .timeline__body {
    font-size: 16px;
  }
}

.dashboard {
  margin: 4rem 0;
  border-top: 1px solid #dedee0;
  border-left: 1px solid #dedee0;
}

@media (min-width: 768px) {
  .dashboard {
    font-size: 16px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
        -webkit-box-align: stretch;
        align-items: stretch;
  }
}

.dashboard .icon-link {
  white-space: nowrap;
}

.dashboard__column {
  padding: 15px;
  border-right: 1px solid #dedee0;
  border-bottom: 1px solid #dedee0;
}

@media (min-width: 480px) {
  .dashboard__column {
    padding: 30px;
  }
}

@media (min-width: 768px) {
  .dashboard__column {
    padding: 15px;
    -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
  }
}

@media (min-width: 992px) {
  .dashboard__column {
    padding: 30px;
  }
}

.dashboard__title {
  margin-top: 0;
}

.ribbon {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 3rem;
  border: 1px solid #dedee0;
  background-color: #dedee0;
}

@media (min-width: 992px) {
  .ribbon {
    margin-bottom: 5rem;
  }
}

.ribbon li {
  font-size: 12px;
  font-weight: 600;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
  height: 50px;
  width: calc(50% - 25px);
  background: #fff;
  color: #2e3192;
  text-align: center;
  position: relative;
  margin-left: 27px;
}

@media (min-width: 768px) {
  .ribbon li {
    font-size: 15px;
    -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
  }
}

@media (min-width: 992px) {
  .ribbon li {
    font-size: 18px;
  }
}

.ribbon li:before {
  content: '';
  border-left: 25px solid transparent;
  border-top: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-right: 0;
  position: absolute;
  top: 0;
  left: -25px;
}

.ribbon li:after {
  content: '';
  border-left: 25px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 0;
  position: absolute;
  top: 0;
  right: -25px;
}

.ribbon li:first-child {
  margin-left: 0;
}

.ribbon li:first-child:before,
.ribbon li:last-child:after {
  display: none;
}

.ribbon span {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  color: #000;
}

@media (min-width: 768px) {
  .ribbon span {
    margin-left: 0.5em;
  }
}

li.active,
li.active-style {
  background: #efefef;
}

li.active span,
li.active-style span {
  color: #2e3192;
}

li.active:before,
li.active-style:before {
  border-left: 25px solid transparent;
  border-top: 25px solid #efefef;
  border-bottom: 25px solid #efefef;
}

li.active:after,
li.active-style:after {
  border-left: 25px solid #efefef;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.shipping-method-select legend {
  margin-bottom: 5px;
  border-bottom: 0;
}

.shipping-method-select .shipping-method-radio {
  margin-top: 6px;
}

.ribbon li {
  display: none;
}

.ribbon li.active {
  margin-left: 0;
}

.ribbon li.active:before {
  display: none;
}

.ribbon li.active,
.ribbon li.active + li,
.ribbon li.active + li + li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.ribbon li.active + li + li {
  width: 0;
}

.ribbon li.active + li + li:after,
.ribbon li.active + li + li > * {
  display: none;
}

.ribbon li:last-child {
  width: calc(50% - 13px);
}

@media (min-width: 992px) {
  .ribbon li {
    width: 33.33333%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .ribbon li.active {
    margin-left: 27px;
  }
  .ribbon li.active:before {
    display: block;
  }
  .ribbon li.active + li + li {
    width: 33.33333%;
  }
  .ribbon li.active + li + li:after,
  .ribbon li.active + li + li > * {
    display: block;
  }
  .ribbon li:first-child.active {
    margin-left: 0;
  }
  .ribbon li:first-child.active:before {
    display: none;
  }
  .ribbon li:last-child {
    width: 33.33333%;
  }
  .ribbon li:last-child:after {
    display: none !important;
  }
}

.address-option {
  position: relative;
}

.address-option .address__inner {
  padding: 20px 20px 10px 20px;
  background-color: white;
  border: 1px solid #dedee0;
  font-size: 18px;
}

.address-option .address__inner:hover, .address-option .address__inner:focus {
  border-color: #c6c6c6;
}

.address-option .radio {
  position: static;
}

.address-option .radio label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.address__inner_pad {
  margin-bottom: 30px;
}

.no-address {
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  color: #2e3192;
}

.security_number {
  width: 100px;
  padding-right: 7px;
}

.security_number.small {
  width: 60px;
}

.expiry__date {
  width: 100px;
  display: inline-block;
  float: left;
  padding-bottom: 15px;
}

.expiry__date:nth-child(1) {
  padding-right: 7px;
}

.form__clearfix {
  clear: both;
}

.unmarginize .form-group {
  margin: 0px;
  margin-right: 5px;
}

.short-height {
  line-height: 50%;
}

.contact__address {
  line-height: 1.4;
  padding: 30px 15px;
}

.contact__address .fa,
.contact__address address {
  display: inline-block;
  vertical-align: top;
}

.contact__address .fa {
  padding: 0.5rem 1rem;
  color: #e31e25;
}

.contact__address address {
  color: #2e3192;
}

.announcements {
  margin-top: 20px;
  padding: 20px 40px;
  -webkit-box-shadow: 2px 2px 10px #666;
          box-shadow: 2px 2px 10px #666;
  border: 2px solid #2e3192;
  position: relative;
}

.announcements p {
  margin: 0px;
  text-align: center;
  font-size: 1.8rem;
  color: #2e3192;
  text-shadow: 1px 2px #ddd;
}

.announcements .announcement-icon {
  display: none;
}

@media (min-width: 768px) {
  .announcements .announcement-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    font-size: 3rem;
  }
  .announcements .announcement-icon i {
    color: #2e3192;
  }
}

.newsletter-form {
  margin-bottom: 40px;
}

.newsletter-form-fields {
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
}

.newsletter-form-fields label {
  margin: 0 20px 10px 20px;
  font-size: 22px;
  font-size: 2.2rem;
}

@media (min-width: 768px) {
  .newsletter-form-fields label {
    margin: 0 20px;
  }
}

.newsletter-form-fields input[type="text"] {
  width: 350px;
}

.newsletter-form-fields .btn-newsletter {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.newsletter-input {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
}

.newsletter-input .fa {
  padding-left: 4px;
  position: relative;
  top: 1px;
}

.video-slider__caption {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: #dedee0;
}

.video-slider .slick-dots {
  display: inline-block;
  text-align: left;
  position: relative;
  left: 50%;
  top: 0px;
  bottom: 0px;
}

.video-slider .slick-dots li {
  margin: 0px;
  display: inline-block;
}

.video-slider .slick-dots a {
  height: 70px;
  width: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  border: 2px solid #dedee0;
  margin-right: -2px;
}

.ev-blog__post h1 {
  font-size: 20px;
}

.ev-blog__post h2 {
  margin: 0 !important;
  margin-bottom: 20px !important;
  padding: 0 !important;
}

.ev-blog__post__published {
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .ev-blog__post img[align="right"] {
    margin-left: 25px;
  }
  .ev-blog__post img[align="left"] {
    margin-right: 25px;
  }
}

li.trustpilot-trustbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
}

.d-none {
  display: none;
}

.admin-phone-banner {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 10px 0px;
  color: #000000;
  background: #deb;
  border-top: 2px solid #3c763d;
  -webkit-animation-name: adminBarColour;
          animation-name: adminBarColour;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.admin-phone-banner a {
  background: #1ca40a;
  border-radius: 3px;
  margin-left: 10px;
  padding: 5px 10px;
  color: #ffffff;
  text-decoration: none;
}

.admin-phone-banner a:hover, .admin-phone-banner a:active, .admin-phone-banner a:focus {
  background: #126b06;
}

@-webkit-keyframes adminBarColour {
  0% {
    background-color: #deb;
  }
  50% {
    background-color: #d6fa8d;
  }
  100% {
    background-color: #deb;
  }
}

@keyframes adminBarColour {
  0% {
    background-color: #deb;
  }
  50% {
    background-color: #d6fa8d;
  }
  100% {
    background-color: #deb;
  }
}
