@charset "UTF-8";

/*!
Bell Auto

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*! 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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline 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;
}

/*!
 *  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/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713) format("embedded-opentype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde) 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 {
  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;
}

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

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.clear,
.entry-content,
.comment-content,
.site-header,
.site-content,
.site-footer {
  *zoom: 1;
}

.clear:before,
.entry-content:before,
.comment-content:before,
.site-header:before,
.site-content:before,
.site-footer:before,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/**
 * In some cases, you might not want a 3D transformation on the element,
 * but still take advantage of GPU acceleration.
 *
 * The method covered should only be used on the elements we’re animating.
 * They might improve performance on 2D transforms, but it’s not wise to use them
 * on everything just for the sake of hardware acceleration.
 */

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

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

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

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

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

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

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

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

@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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 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: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

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

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 1px solid #b3b3b3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -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 {
  /* Firefox 18- */
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

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

@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[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .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.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

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

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

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

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

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

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

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

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

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

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  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-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-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;
  background-color: #dff0d8;
  border-color: #3c763d;
}

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

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

.has-error .form-control {
  border-color: #f20000;
  -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: #bf0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff5959;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff5959;
}

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

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

.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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  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);
}

.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: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

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

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

.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;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

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

.open > a {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

.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;
  cursor: not-allowed;
  background-color: transparent;
}

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

.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;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.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 {
  margin-bottom: 5px;
  text-align: center;
}

.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-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

.navbar:after {
  clear: both;
}

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

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

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

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

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  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 {
  display: table;
  content: " ";
}

.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-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

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

.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 {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  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: 991px) {
  .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 {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -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: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

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

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

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-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-right: 15px;
    margin-left: 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-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 991px) {
  .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-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-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-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 991px) {
  .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-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-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;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

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

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

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

.alert {
  padding: 0.31em;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}

.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: 20.31em;
}

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

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

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

.alert-success .alert-link {
  color: #2b542c;
}

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

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

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

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

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

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

.alert-danger {
  color: #f20000;
  background-color: #ffbfbf;
  border-color: #ffbfbf;
}

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

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

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

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

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

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

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

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -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;
  background-clip: padding-box;
  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);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

.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 {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

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

/**
 * Global styles
 */

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

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

html {
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

html,
body {
  -webkit-overflow-scrolling: touch;
  font-size: 18px;
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: contain;
  overflow-x: hidden;
  min-width: 320px;
  -webkit-tap-highlight-color: transparent;
}

svg {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/**
 * Clearfix
 */

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

.clearfix:after {
  clear: both;
}

.clearfix-left {
  clear: left;
}

.clearfix-right {
  clear: right;
}

/**
 * Position
 */

.fixed-always {
  position: fixed !important;
}

.absolute-always {
  position: absolute !important;
}

.static-always {
  position: static !important;
}

/**
 * Expanded
 */

.width-alwaysfull {
  width: 100%;
}

.height-alwaysfull {
  height: 100%;
}

/**
 * Text appearance
 */

.t-underline {
  text-decoration: underline;
}

.t-uppercase {
  text-transform: uppercase;
}

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

.t-transform-none {
  text-transform: none;
}

.t-italic {
  font-style: italic;
}

.t-normal {
  font-style: normal;
}

.t-highlighted {
  font-weight: 700;
}

/**
 * Text weight
 */

.tw-light {
  font-weight: 300;
}

.tw-normal {
  font-weight: 400;
}

.tw-medium {
  font-weight: 500;
}

.tw-semi {
  font-weight: 600;
}

.tw-bold {
  font-weight: 700;
}

/**
 * Text alignment
 */

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

.t-center.t-center--force {
  text-align: center !important;
}

@media screen and (min-width: 992px) {
  .t-md-center {
    text-align: center;
  }
}

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

.t-left.t-left--force {
  text-align: left !important;
}

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

/**
 * Text color
 */

.tc-white {
  color: #ffffff;
}

.tc-white.tc-white--force {
  color: #ffffff !important;
}

.tc-black {
  color: #000000;
}

.tc-silver-dark-alt {
  color: #bfbfbf;
}

.tc-silver-bebe {
  color: #bebebe;
}

.tc-gray-dark {
  color: #888888;
}

.tc-tundora-dark {
  color: #404040;
}

.tc-rose {
  color: #ff0062;
}

.tc-lime {
  color: #a6ff00;
}

.tc-limede {
  color: #50ac00;
}

.tc-red-ribbon {
  color: #e30033;
}

.tc-tundora {
  color: #4d4d4d;
}

.tc-fuscous-gray {
  color: #474644;
}

.tc-scorpion-light {
  color: #595959;
}

/**
 * Text shadow
 */

.t-shadow {
  text-shadow: 0 3px 5px rgba(46, 41, 37, 0.47);
}

.text-shadow {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 768px) {
  .r-text-shadow {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  }
}

.t-lowercase-fletter::first-letter {
  text-transform: lowercase;
}

/**
 * Text size
 */

.small {
  font-size: 12px;
}

.small-medium {
  font-size: 14px;
}

.medium {
  font-size: 16px;
}

.medium-large {
  font-size: 18px;
}

.large {
  font-size: 20px;
}

/**
 * Padding
 */

.padding-h-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.padding-h-50 {
  padding-left: 50px;
  padding-right: 50px;
}

/**
 * Background color
 */

.bgk-white {
  background-color: #ffffff;
}

.bgk-black {
  background-color: #000000;
}

.bgk-thunder {
  background-color: #262425;
}

.bgk-rose {
  background-color: #ff0062;
}

.bgk-alpha {
  background-color: #ffffff;
}

.bgk-beta {
  background-color: #f9f9f9;
}

/**
 * Background consistent
 */

.bgk-always-consistent {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/**
 * Background repeat
 */

.bgk-always-norepeat {
  background-repeat: no-repeat;
}

.bgk-always-repeat {
  background-repeat: repeat;
}

/**
 * Background attachment
 */

.bgk-always-scroll {
  background-attachment: scroll;
}

.bgk-always-fixed {
  background-attachment: fixed;
}

.js-pwn-is-ios .bgk-always-fixed {
  background-attachment: scroll;
}

/**
 * Background position
 */

.bgk-always-left-top {
  background-position: left top;
}

.bgk-always-left-center {
  background-position: left center;
}

.bgk-always-left-bottom {
  background-position: left bottom;
}

.bgk-always-right-top {
  background-position: right top;
}

.bgk-always-right-center {
  background-position: right center;
}

.bgk-always-right-bottom {
  background-position: right bottom;
}

.bgk-always-center-top {
  background-position: center top;
}

.bgk-always-center-center {
  background-position: center center;
}

.bgk-always-center-bottom {
  background-position: center bottom;
}

/**
 * Background size
 */

.bgk-always-auto {
  background-size: auto;
}

.bgk-always-cover {
  background-size: cover;
}

.bgk-always-contain {
  background-size: contain;
}

/**
 * Link
 */

.link-holder {
  display: block;
  margin-bottom: .4444em;
}

.link-holder.link-holder-space.link-holder-space--big {
  margin-bottom: 1.8889em;
}

/**
 * Block holder
 */

.block-holder.block-holder--gap {
  margin-top: 2.5em;
  margin-bottom: 2.39em;
}

.block-holder.block-holder--gapt {
  margin-top: 2.78em;
}

.block-holder.block-holder--gap-bottom {
  margin-bottom: 3em;
}

.block-holder.block-holder--inline {
  display: inline-block;
  vertical-align: middle;
}

/**
 * Image size
 */

.img-size.img-size--auto {
  width: auto;
  max-width: 100%;
}

.img-size.img-size--full {
  width: 100%;
}

/**
 * Image alignment
 */

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

.img-align.img-align--left,
.img-left {
  float: left;
}

.img-align.img-align--right,
.img-right {
  float: right;
}

/**
 * Along side the project
 */

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.no-padding--force {
  padding: 0 !important;
}

.no-paragraph-spacing p {
  margin-bottom: 0;
}

.increment-ls-200 {
  letter-spacing: 0.2em;
}

/**
 * Margins
 */

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-35 {
  margin-top: 35px;
}

.margin-top-33 {
  margin-top: 33px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-33 {
  margin-bottom: 1.833em;
}

.margin-bottom-28 {
  margin-bottom: 28px;
}

.margin-bottom-23 {
  margin-bottom: 23px;
}

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

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

/**
 * Relative margins
 */

.margin-rel-bottom-38 {
  margin-bottom: 1.4074em;
}

/**
 * Positioning
 */

.pos-static {
  position: static;
}

.pos-static.pos-static--force {
  position: static !important;
}

.pos-relative {
  position: relative;
}

.pos-relative.pos-relative--force {
  position: relative !important;
}

.pos-absolute {
  position: absolute;
}

.pos-absolute.pos-absolute--force {
  position: absolute !important;
}

/**
 * Padding
 */

@media screen and (min-width: 768px) {
  .no-padding-sm-left {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .no-padding-sm-right {
    padding-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .no-padding-md-left {
    padding-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .no-padding-md-right {
    padding-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .no-padding-lg-left {
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .no-padding-lg-right {
    padding-right: 0;
  }
}

/**
 * Pulling to left
 */

@media screen and (max-width: 767px) {
  .pull-xs-left {
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }
}

@media screen and (min-width: 992px) {
  .pull-md-left {
    float: left;
  }
}

@media screen and (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }
}

@media screen and (min-width: 1440px) {
  .pull-ex-lg-left {
    float: left;
  }
}

/**
 * No pulling (remove pulling)
 */

@media screen and (max-width: 767px) {
  .no-pull-xs-both {
    float: none;
  }
}

@media screen and (min-width: 768px) {
  .no-pull-sm-both {
    float: none;
  }
}

@media screen and (min-width: 992px) {
  .no-pull-md-both {
    float: none;
  }
}

@media screen and (min-width: 1200px) {
  .no-pull-lg-both {
    float: none;
  }
}

@media screen and (min-width: 1440px) {
  .no-pull-ex-lg-both {
    float: none;
  }
}

/**
 * Pulling to right
 */

@media screen and (max-width: 767px) {
  .pull-xs-right {
    float: right;
  }
}

@media screen and (min-width: 768px) {
  .pull-sm-right {
    float: right;
  }
}

@media screen and (min-width: 992px) {
  .pull-md-right {
    float: right;
  }
}

@media screen and (min-width: 1200px) {
  .pull-lg-right {
    float: right;
  }
}

@media screen and (min-width: 1440px) {
  .pull-ex-lg-right {
    float: right;
  }
}

/**
 * Wrapping
 */

@media screen and (max-width: 767px) {
  .wrap-xs-no {
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .wrap-sm-no {
    white-space: nowrap;
  }
}

@media screen and (min-width: 992px) {
  .wrap-md-no {
    white-space: nowrap;
  }
}

@media screen and (min-width: 1200px) {
  .wrap-lg-no {
    white-space: nowrap;
  }
}

/**
 * Font size
 */

@media screen and (min-width: 768px) and (max-width: 991px) {
  .font-sm-md-size-14 {
    font-size: .78em;
  }
}

/**
 * List types
 */

.list {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding-left: .813em;
}

.list.list-orange-peel li:before {
  background-color: #ff9c00;
}

.list.list-orange-malachite li:before {
  background-color: #00d632;
}

.list.list-rainbow li:nth-child(2n):before {
  background-color: #ff9c00;
}

.list.list-rainbow li:nth-child(3n):before {
  background-color: #00d632;
}

.list li {
  text-align: left;
  position: relative;
  list-style: none;
  margin-bottom: .625em;
}

.list li:before {
  background-color: #fba900;
}

.list li:last-child {
  margin-bottom: 0;
}

/**
 * Font icons
 */

.icon-size {
  font-size: 1em;
}

.icon-size.icon-size--small {
  font-size: .6667em;
}

.icon-size.icon-size--big {
  font-size: 1.6667em;
  width: 1em;
}

.icon-gap.icon-gap--small.icon-size--small {
  margin-right: .8333em;
}

.icon-gap.icon-gap--small.icon-size--big {
  margin-right: .5667em;
}

/**
 * Icon component
 */

.c-icon-holder {
  display: block;
  position: relative;
  word-break: break-all;
}

.c-icon-holder.c-icon-holder--size.c-icon-holder--size-medium {
  font-size: 1.2222em;
}

.c-icon {
  display: inline-block;
  width: 1.6111em;
  height: 1.6111em;
  display: inline-block;
  vertical-align: middle;
  overflow: visible !important;
}

.c-icon.c-icon-size.c-icon-size--small {
  width: .9444em;
}

.c-icon.c-icon-size.c-icon-size--small.c-icon-size--small-height {
  height: .9444em;
}

.c-icon.c-icon-size.c-icon-size--medium {
  width: 1.7778em;
  height: 1.7778em;
}

.c-icon.c-icon-size.c-icon-size--medium.c-icon-size--medium-height {
  height: 1.7778em;
}

.c-icon.c-icon-fit.c-icon-fit--width::after {
  background-size: 100% auto;
}

.c-icon.c-icon-fit.c-icon-fit--height::after {
  background-size: auto 100%;
}

.c-icon.c-icon--nowrap {
  position: absolute;
}

.c-icon.c-icon--nowrap + .c-icon__label {
  padding-left: 1.7222em;
}

.c-icon.c-icon-style.c-icon-style--vdblue .c-icon__shape-corp {
  fill: #1a4865 !important;
}

.c-icon.c-icon-style.c-icon-style--vdblue .c-icon__shape-stroke {
  stroke: #1a4865 !important;
}

.c-icon.c-icon-style.c-icon-style--vdblue:hover .c-icon__shape-corp {
  fill: #fba900 !important;
}

.c-icon.c-icon-style.c-icon-style--vdblue:hover .c-icon__shape-stroke {
  stroke: #fba900 !important;
}

.c-icon__label {
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.c-icon__label.c-icon__label-size.c-icon__label-size--small {
  font-size: .7222em;
  padding-left: 2.3846em;
}

.c-icon__shape-corp,
.c-icon__shape-stroke {
  -webkit-transition: fill 0.3s ease, stroke 0.3s ease;
  transition: fill 0.3s ease, stroke 0.3s ease;
}

/**
 * Site footer: list
 */

.site-list {
  padding: 0;
}

.site-list.site-list--stripped .site-list__item {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
  border-bottom: 1px solid #a7a7a7;
}

.site-list__item {
  margin-bottom: .1667em;
  list-style: none;
}

.site-list__item.site-list__item--space {
  margin-bottom: .5556em;
}

.site-list__item.site-list__item--active .site-list__link {
  color: #202225;
}

.site-list__link {
  display: inline-block;
}

.site-list__link:hover .c-icon-style .c-icon__shape-corp {
  fill: #ffd47c !important;
}

.site-list__link:hover .c-icon-style .c-icon__shape-stroke {
  stroke: #ffd47c !important;
}

/**
 * Header
 */

.site-header {
  background-color: #202122;
  color: #fff;
  position: relative;
  z-index: 999;
}

/**
 * Site navbar
 */

.site-navbar {
  text-align: center;
  position: relative;
}

.site-navbar__holder:before,
.site-navbar__holder:after {
  display: table;
  content: " ";
}

.site-navbar__holder:after {
  clear: both;
}

.site-navbar__branding {
  position: relative;
  min-height: 1.6667em;
  padding-top: .56em;
  padding-bottom: .56em;
}

.site-navbar__branding:before,
.site-navbar__branding:after {
  display: table;
  content: " ";
}

.site-navbar__branding:after {
  clear: both;
}

.site-navbar__branding-holder {
  margin-bottom: -16.61129568%;
}

.site-navbar__callout {
  position: absolute;
  top: 1.6875em;
  right: 2.8125em;
}

.site-navbar__callout-link {
  display: block;
  background-color: rgba(22, 22, 22, 0);
  color: #ffffff;
}

.site-navbar__callout-icon,
.site-navbar__callout-label {
  vertical-align: middle;
}

.site-navbar__callout-label {
  color: #ffffff;
  font-size: 1em;
  font-weight: 500;
  display: none;
  margin-left: .2778em;
  display: none;
}

/**
 * Site callo9ut
 */

.site-callout__link {
  display: inline-block;
}

.site-callout__link:hover .site-callout__label {
  color: #ffd47c;
}

.site-callout__link:hover .c-icon__shape-corp {
  fill: #ffd47c !important;
}

.site-callout__link:hover .c-icon__shape-stroke {
  stroke: #ffd47c !important;
}

.site-callout__icon,
.site-callout__label {
  vertical-align: middle;
}

.site-callout__label {
  color: #fba900;
  font-size: 1.9444em;
  font-weight: 500;
  margin-left: .2188em;
}

.site-callout__label:hover {
  color: #ffd47c;
}

/**
 * Site branding
 */

.site-branding {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  float: left;
  width: 100%;
  max-width: 11.67em;
  position: relative;
  z-index: 1;
  text-align: left;
}

.site-branding__holder {
  width: 100%;
  position: relative;
}

.site-branding__inner,
.site-branding__flex {
  height: 100%;
}

.site-branding__link {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  padding: .8333em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.34);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.34);
}

.site-branding__logo {
  max-width: 100%;
  max-height: 100%;
}

.site-branding__title {
  color: #ffffff;
}

.site-branding__title,
.site-branding__description {
  margin-bottom: 0;
}

/**
 * Site navbar message
 */

.site-message {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: .8889em;
  padding-top: .8125em;
  padding-bottom: .8125em;
  background-color: #ffffff;
}

.site-message:before,
.site-message:after {
  display: table;
  content: " ";
}

.site-message:after {
  clear: both;
}

.site-message p {
  font-family: inherit;
  text-align: left;
  margin-bottom: 0;
}

/**
 * Site promo
 */

.site-promo {
  display: inline-block;
  margin-top: -.6666em;
  position: relative;
}

/**
 * Site control
 */

.site-control {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 1.8888em;
  margin-top: auto;
  margin-bottom: auto;
}

/**
 * Site language
 */

.site-language {
  display: inline-block;
  vertical-align: middle;
  margin-right: .27777em;
}

.site-language:before,
.site-language:after {
  display: table;
  content: " ";
}

.site-language:after {
  clear: both;
}

.site-language .site-language__link {
  font-size: .61111em;
  color: #ffffff;
  display: block;
  float: left;
  line-height: 2.2222;
  margin-left: .5555em;
}

.site-language .site-language__link.site-language__link--active {
  display: none;
}

/**
 * Site search
 */

.site-search .site-search__button {
  padding-top: .6667em;
  padding-bottom: .6667em;
  line-height: 1.6667;
}

.site-search .site-search__button .site-search__button-icon {
  font-size: 1em;
}

.site-search__fields {
  display: table;
  width: 100%;
}

.site-search__field-input,
.site-search__field-button {
  display: table-cell;
  vertical-align: middle;
}

.site-search__field-input {
  width: 100%;
}

/**
 * Site search hero
 */

.site-search-hero {
  font-size: 1.1667em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4.1429em;
  z-index: -1;
  -webkit-transition: transform 0.3s ease-out;
  -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;
  -webkit-transform: translate(0, -4.2857em);
  transform: translate(0, -4.2857em);
}

.site-search-hero.site-search-hero__shown {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: transform 0.3s ease-in;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.site-search-hero .site-search-hero__box {
  padding: .5556em 1.0714em;
  position: relative;
}

.site-search-hero .site-search-hero__box:before {
  background-color: #fba900;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 1px solid transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.site-search-hero .site-search-hero__form {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.site-search-hero .site-search-hero__field {
  background-color: transparent;
  border-color: transparent transparent #ffffff transparent;
  color: #ffffff;
  font-size: 1.1429em;
  padding: .6250em;
  line-height: 1.4375;
}

.site-search-hero .site-search-hero__field::-webkit-input-placeholder {
  color: #ffffff;
}

.site-search-hero .site-search-hero__field:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.site-search-hero .site-search-hero__field::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

.site-search-hero .site-search-hero__field:-ms-input-placeholder {
  color: #ffffff;
}

.site-search-hero .site-search-hero__field::-ms-input-placeholder {
  color: #ffffff;
}

.site-search-hero .site-search-hero__field::placeholder {
  color: #ffffff;
}

.site-search-hero .site-search-hero__button {
  display: none;
}

/**
 * Column full
 */

/**
 * Site
 */

.site {
  overflow: hidden;
  position: relative;
  min-height: 100%;
}

/**
 * Site content
 */

.site-content {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 37.500em;
}

/**
 * Content area
 */

/**
 * Main site area
 */

@media screen and (min-width: 992px) {
  .site-main {
    padding-bottom: 510px;
  }
}

@media screen and (min-width: 1200px) {
  .site-main {
    padding-bottom: 450px;
  }
}

/**
 * Footer
 */

.site-footer {
  border-top: 2px solid #dcdcdc;
  background-color: #f3f3f3;
  background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwP/2wBDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wgARCAAHAAcDAREAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAACf/EABQBAQAAAAAAAAAAAAAAAAAAAAL/2gAMAwEAAhADEAAAAW8R/8QAFBABAAAAAAAAAAAAAAAAAAAAAP/aAAgBAQABBQJ//8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAwEBPwF//8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAgEBPwF//8QAGxAAAQQDAAAAAAAAAAAAAAAAQQACESFRgZH/2gAIAQEABj8CgZ3Telf/xAAcEAACAAcAAAAAAAAAAAAAAAABIQAxQVFhgbH/2gAIAQEAAT8h7NZ3FSW2XH//2gAMAwEAAgADAAAAEN//xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oACAEDAQE/EH//xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oACAECAQE/EH//xAAXEAEBAQEAAAAAAAAAAAAAAAABETEh/9oACAEBAAE/ENKgbhEpokUOGgly/9k=);
  background-repeat: repeat;
  background-size: 7px 7px;
}

@media screen and (min-width: 992px) {
  .site-footer {
    height: 510px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .site-footer {
    height: 450px;
  }
}

.site-footer__title {
  margin-bottom: .8857em;
}

/**
 * Site footer: list
 */

.site-footer__content .row-flex > .site-footer__col:last-child,
.site-footer__content .row > .site-footer__col:last-child {
  border-right: none;
  padding-bottom: 2.5625em;
}

/**
 * Site footer: col
 */

.site-footer__col {
  padding-top: 2em;
}

/**
 * Site footer info
 */

.site-info {
  background-color: #ffffff;
  padding-top: 3.7500em;
  position: relative;
  border-top: 2px solid #dcdcdc;
}

.site-info a:hover {
  /* @media screen and (min-width: $nohover) {
				color: #e30033;
			} */
  color: #ffd47c;
}

.site-info p {
  font-size: 15px;
  color: #242424;
  margin-bottom: 1.2143em;
}

/**
 * Site footer info: branding
 */

.site-info__branding {
  position: absolute;
  width: 10.5556em;
  top: -1.7778em;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

/**
 * Site footer info: badges
 */

.site-info__badges {
  margin-left: -1em;
  margin-right: -1em;
}

.site-info__badges-list {
  padding: 0;
  margin: 0;
  display: table;
  max-width: 100%;
}

.site-info__badges-list__item {
  padding-left: 1em;
  padding-right: 1em;
  display: table-cell;
  vertical-align: middle;
}

.site-info__badges-list__item > .site-info__badges-list__logo {
  display: inline-block;
  margin-bottom: 1.6111em;
}

.site-info__badges-list__link {
  display: inline-block;
  margin-bottom: 1.6111em;
}

/**
 * Site footer info: copyright
 */

.site-info__copyright p {
  font-weight: 500;
}

/**
 * Alignment
 */

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.3333;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.3333;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/**
 * Blockquote
 */

.blockquote .blockquote__text {
  font-weight: 500;
  font-size: 1.367em;
}

.blockquote .blockquote__author {
  color: #1b1b1b;
  font-size: .800em;
  font-weight: 500;
  margin-bottom: 0;
}

/**
 * Accessibility
 */

.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  display: block;
  font-weight: bold;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
  outline: none;
  opacity: 1;
  visibility: visible;
}

/**
 * Clearing
 */

/**
 * Tables
 */

.table__headline {
  font-size: 1.89em;
}

table {
  border-spacing: 0;
  width: 100%;
  border-collapse: separate;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5em;
  border: medium none;
}

table caption {
  padding: 1em 0;
  font-weight: 700;
}

table td,
table th {
  padding: .5em;
  text-align: left;
  vertical-align: middle;
}

table th {
  text-transform: none;
  padding: .5em;
  vertical-align: middle;
}

table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: normal;
}

table tbody h2 a {
  font-weight: normal;
}

/**
  * Tables
  */

table {
  font-family: "Maven Pro", sans-serif;
  font-size: 1em;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5em;
  border: medium none;
  /**
	 * Table Zebra-striping
	 */
  /**
	 * Table Zebra-striping reverse
	 */
  /**
	 * Bordered version
	 */
  /**
	 * Block Responsive tables
	 */
}

table caption {
  padding: 1em 0;
  font-weight: 700;
}

table tr.gray {
  background-color: #e5e5e5;
}

table td,
table th {
  padding: .5em;
  text-align: left;
  vertical-align: middle;
}

table th {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.06em;
  text-transform: none;
  padding: .5em;
  vertical-align: middle;
}

table thead {
  background-color: rgba(255, 255, 255, 0.15);
}

table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: normal;
}

table tbody h2 a {
  font-weight: normal;
}

table.table-fixed {
  table-layout: fixed;
}

table.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2.78em;
}

table.table > thead > tr > th,
table.table > thead > tr > td,
table.table > tbody > tr > th,
table.table > tbody > tr > td,
table.table > tfoot > tr > th,
table.table > tfoot > tr > td {
  padding: .44em 1em;
  line-height: inherit;
  vertical-align: middle;
  border-top: 1px solid #ffffff;
}

table.table > thead > tr > th:before,
table.table > thead > tr > th:after,
table.table > thead > tr > td:before,
table.table > thead > tr > td:after,
table.table > tbody > tr > th:before,
table.table > tbody > tr > th:after,
table.table > tbody > tr > td:before,
table.table > tbody > tr > td:after,
table.table > tfoot > tr > th:before,
table.table > tfoot > tr > th:after,
table.table > tfoot > tr > td:before,
table.table > tfoot > tr > td:after {
  display: table;
  content: " ";
}

table.table > thead > tr > th:after,
table.table > thead > tr > td:after,
table.table > tbody > tr > th:after,
table.table > tbody > tr > td:after,
table.table > tfoot > tr > th:after,
table.table > tfoot > tr > td:after {
  clear: both;
}

table.table > thead > tr > th {
  vertical-align: middle;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
}

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

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

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

table.table-striped {
  background-color: #ffffff;
}

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

table.table-striped-reverse > thead > tr,
table.table-striped-reverse > tbody > tr,
table.table-striped-reverse > tfoot > tr {
  background-color: #ffffff;
}

table.table-striped-reverse > thead > tr:nth-of-type(even),
table.table-striped-reverse > tbody > tr:nth-of-type(even),
table.table-striped-reverse > tfoot > tr:nth-of-type(even) {
  background-color: #f1f1f1;
}

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

table.table-row-bordered > thead > tr,
table.table-row-bordered > tbody > tr,
table.table-row-bordered > tfoot > tr {
  border-bottom: 1px solid #d4d4d4;
}

table.table-row-bordered > thead > tr:last-child {
  border-bottom: 3px solid #888888;
}

table.table-row-bordered > tfoot > tr:first-child {
  border-top: 3px solid #888888;
}

@media screen and (max-width: 991px) {
  table.table-responsive-block {
    border-collapse: collapse !important;
  }

  table.table-responsive-block > thead {
    display: none;
  }

  table.table-responsive-block > thead > tr > th {
    display: block;
  }

  table.table-responsive-block > thead > tr > th.sorting_disabled {
    display: none;
  }

  table.table-responsive-block > tbody > tr,
  table.table-responsive-block > tfoot > tr {
    border-top: 1px solid #ffffff;
  }

  table.table-responsive-block > tbody > tr:last-child,
  table.table-responsive-block > tfoot > tr:last-child {
    border-bottom: medium none;
  }

  table.table-responsive-block > tbody > tr > td,
  table.table-responsive-block > tfoot > tr > td {
    display: block;
    text-align: right;
    border-top: medium none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  table.table-responsive-block > tbody > tr > td:first-child,
  table.table-responsive-block > tfoot > tr > td:first-child {
    padding-top: 1.538em;
  }

  table.table-responsive-block > tbody > tr > td:last-child,
  table.table-responsive-block > tfoot > tr > td:last-child {
    padding-bottom: 1.538em;
  }

  table.table-responsive-block > tfoot.table__footer--alone > tr > td {
    text-align: left;
  }

  table.table-responsive-block > tfoot.table__footer--alone > tr > td:before {
    display: none;
  }

  table.table-responsive-block.table--has-rows > tbody > tr > td:before,
  table.table-responsive-block.table--has-rows > tfoot > tr > td:before {
    content: attr(data-label) ": ";
    float: left;
    margin-right: .83em;
    font-family: "Maven Pro", sans-serif;
    font-size: 1em;
    color: #202225;
  }

  table.table-responsive-block.table--has-rows > tbody > tr > td.table-xs--hide-label:before,
  table.table-responsive-block.table--has-rows > tfoot > tr > td.table-xs--hide-label:before {
    display: none;
  }
}

table .table__footer-heading {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.22em;
  text-transform: uppercase;
  padding-top: 1em;
  padding-right: 1.77em;
}

@media screen and (max-width: 991px) {
  /**
	 * Site nav bar reactive
	 */

  .site-navbar-reactive__button.site-navbar-reactive__button--mail {
    margin-right: -.3333em;
  }

  /**
	 * Footer
	 */

  /**
	 * Site footer info: badges
	 */

  .site-info__badges {
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  /**
	 * Site promo
	 */

  .site-promo {
    z-index: 2;
  }

  /**
	 * Footer
	 */

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

  /**
	 * Site footer: col
	 */
}

@media screen and (max-width: 368px) {
  /**
	 * Header
	 */

  .site-header .site-header__gradient {
    top: auto;
    bottom: 4.6875%;
  }
}

@media screen and (min-width: 568px) {
  /**
	 * Header
	 */

  /**
	 * Site navbar: callout
	 */

  .site-navbar__callout-label {
    display: inline-block;
  }

  /**
	 * Footer
	 */
}

@media screen and (min-width: 768px) {
  /**
	 * Header
	 */

  /**
	 * Site navbar
	 */

  /**
	 * Site navbar: branding
	 */

  /**
	 * Site navbar: callout
	 */

  /**
	 * Site content
	 */

  /**
	 * Footer
	 */

  /**
	 * Site footer: col
	 */

  .site-footer__col {
    min-height: 21.6667em;
    border-right: 2px solid #dcdcdc;
  }

  .site-footer__col.site-footer__col--2 {
    text-align: center;
  }

  /**
	 * Site footer info
	 */

  .site-info {
    padding-top: 1.8333em;
  }

  /**
	 * Site footer info: copyright
	 */

  .site-info__copyright {
    padding-top: .8889em;
  }
}

@media screen and (min-width: 992px) {
  /**
	 * Header
	 */

  .site-header {
    font-size: .8889em;
  }

  /**
	 * Site branding
	 */

  .site-branding__holder {
    padding-bottom: 26.57807309%;
  }

  .site-navbar__branding.site-navbar__branding--small .site-branding__holder {
    padding-bottom: 31.22923588%;
  }

  .site-branding__wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  /**
	 * Site navbar reactive
	 */

  .site-navbar-reactive {
    font-size: 1em;
    background-color: #242424;
  }

  .site-navbar-reactive__button.btn-is-collapsable {
    min-width: 17.19em;
  }

  .site-navbar-reactive__button.site-navbar-reactive__button--search {
    width: 6em;
  }

  .site-navbar-reactive__button.site-navbar-reactive__button--media {
    width: 6.6667em;
  }

  /**
	 * Site navbar
	 */

  .site-navbar .site-navbar__col--left {
    width: 29.89690%;
  }

  .site-navbar .site-navbar__col--center {
    width: 33.33333333%;
  }

  .site-navbar .site-navbar__col--right {
    width: 29.89690%;
  }

  /**
	 * Site navbar: branding
	 */

  .site-navbar__branding {
    width: 23.15384615%;
    float: left;
    position: static;
    padding-top: 1.2500em;
  }

  /**
	 * Site navbar: callout
	 */

  .site-navbar__callout {
    background-color: #161616;
    float: left;
    position: relative;
    top: 0;
    right: 0;
    width: 20%;
  }

  .site-navbar__callout::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -999em;
    left: 0;
    background-color: #161616;
    z-index: -1;
  }

  .site-navbar__callout-link {
    display: block;
    padding-top: 10.63829787%;
    padding-bottom: 10.63829787%;
  }

  .site-navbar__callout-link:hover {
    background-color: black;
    color: #ffffff;
  }

  .site-navbar__callout-link:hover .c-icon-style.c-icon-style--vdblue .c-icon__shape-corp {
    fill: #fba900 !important;
  }

  .site-navbar__callout-link:hover .c-icon-style.c-icon-style--vdblue .c-icon__shape-stroke {
    stroke: #fba900 !important;
  }

  .site-navbar__callout-label {
    margin-left: 2.69230769%;
  }

  /**
	 * Site branding
	 */

  .site-branding {
    max-width: 100%;
    height: 100%;
    float: none;
  }

  /**
	 * Site navbar message
	 */

  .site-message__holder {
    padding-left: .89em;
    width: 76.84615385%;
    float: right;
  }

  /**
	 * Site control
	 */

  .site-control {
    bottom: auto;
    height: auto;
    margin-top: 0;
    top: .2778em;
  }

  /**
	 * Site search
	 */

  .site-search-hero {
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-right: -.3333em;
    width: 13.0556em;
    position: static;
    z-index: 1;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  .site-search-hero.site-search-hero__shown {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .site-search-hero > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .site-search-hero .site-search-hero__box {
    padding-left: 1.8em;
    padding-right: 1.8em;
  }

  .site-search-hero .site-search-hero__box:before {
    -webkit-transform: skew(-26deg);
    transform: skew(-26deg);
  }

  .site-search-hero .site-search-hero__field {
    font-size: .8889em;
  }

  /**
	 * Site content
	 */

  /**
	 * Site footer
	 */

  /**
	 * Site footer: col
	 */

  .site-footer__col {
    padding-top: 3.5em;
  }
}

@media screen and (min-width: 1200px) {
  /**
	 * Header
	 */

  .site-header {
    font-size: 1em;
  }

  /**
	 * Site navbar: callout
	 */

  /**
	 * Footer
	 */

  /**
	 * Site footer: col
	 */

  .site-footer__col {
    min-height: 18.3889em;
  }
}

@media screen and (min-width: 1366px) {
  .c-icon__label.c-icon__label-size.c-icon__label-size--small {
    font-size: 1em;
    padding-left: 1.7222em;
  }

  /**
	 * Site navbar: branding
	 */

  .site-navbar__branding {
    padding-top: .7778em;
  }

  /**
	 * Site navbar: callout
	 */

  .site-navbar__callout-link {
    padding-top: 8.46153846%;
    padding-bottom: 8.46153846%;
  }

  .site-navbar__callout-label {
    font-size: 1.3333em;
  }

  /**
	 * Footer
	 */

  /**
	 * Site footer: col
	 */
}

/**
 * Typography
 */

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

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

body,
button,
input,
textarea {
  color: #202225;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  line-height: 1.3333;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

select {
  color: initial;
  font-family: "Maven Pro", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
  line-height: 1.1333;
  margin: 0 0 .636em;
  color: #242424;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: 700;
  font-size: inherit;
}

h1,
.alpha {
  font-size: 3em;
}

@media screen and (min-width: 992px) {
  h1,
  .alpha {
    font-size: 3.3333em;
  }

  h1.alpha--force,
  .alpha.alpha--force {
    font-size: 3.3333em !important;
  }
}

h2,
.beta {
  font-size: 2.2222em;
}

h2.beta--force,
.beta.beta--force {
  font-size: 2.2222em !important;
}

h3,
.gamma {
  font-size: 1.9444em;
}

h3.gamma--force,
.gamma.gamma--force {
  font-size: 1.9444em !important;
}

h4,
.delta {
  font-size: 1.4444em;
}

h4.delta--force,
.delta.delta--force {
  font-size: 1.4444em !important;
}

h5,
.epsilon {
  font-size: 1em;
}

h5.epsilon--force,
.epsilon.epsilon--force {
  font-size: 1em !important;
}

h6,
.zeta {
  font-size: .8889em;
}

h6.zeta--force,
.zeta.zeta--force {
  font-size: .8889em !important;
}

hr {
  background-color: #cecece;
  border: 0;
  height: 1px;
  text-align: left;
}

hr.hr.hr--inline {
  display: inline-block;
  vertical-align: middle;
}

hr.hr.hr-size.hr-size--small {
  width: 17px;
}

hr.hr.hr-weight.hr-weight--3 {
  height: 3px;
}

hr.hr.hr-style.hr-style--white {
  background-color: #ffffff;
}

p {
  font-family: "Maven Pro", sans-serif;
  font-size: 1em;
  color: #202225;
  margin-top: 0;
  margin-bottom: 1em;
}

ul,
ol {
  margin: 0 0 1em;
  padding: 0;
}

ul.oul-no-style,
ol.oul-no-style {
  list-style: none;
  padding: 0;
}

ul.oul-no-margin,
ol.oul-no-margin {
  margin: 0;
}

ul {
  list-style: disc;
  padding-left: 2.2222em;
}

ul li {
  position: relative;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.3333;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.618em;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  padding: 0;
  margin: 0;
  font-style: normal;
}

address {
  margin: 0 0 1.3333;
}

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: .202em .53em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
  font-weight: 700;
  background: transparent;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
}

a {
  color: #fba900;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: #ffd47c;
}

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

.pwn-cute * {
  font-family: "Comic Sans MS", sans-serif;
}

.fa {
  color: #fba900;
  vertical-align: middle;
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
  }
}

/**
 * Strictly Layout Styles
 */

.container-child,
.container-225,
.container-321,
.container-325,
.container-356,
.container-375,
.container-440,
.container-480,
.container-590,
.container-575,
.container-605,
.container-610,
.container-630,
.container-640,
.container-650,
.container-680,
.container-700,
.container-730,
.container-734,
.container-774,
.container-776,
.container-810,
.container-820,
.container-840,
.container-874,
.container-900,
.container-970,
.container-980,
.container-990,
.container-1060,
.container-1040,
.container-1085,
.container-1105,
.container-1100,
.container-1250,
.container-1260,
.container-1280,
.container-1300,
.container-1380,
.container-1750,
.container-auto,
.container-inner,
.container-child {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.container-child {
  max-width: 380px;
}

.container-inner {
  max-width: 1165px;
}

.container-225 {
  max-width: 225px;
}

.container-321 {
  max-width: 321px;
}

.container-325 {
  max-width: 325px;
}

.container-356 {
  max-width: 356px;
}

.container-375 {
  max-width: 375px;
}

.container-575 {
  max-width: 575px;
}

.container-605 {
  max-width: 605px;
}

.container-630 {
  max-width: 630px;
}

.container-640 {
  max-width: 640px;
}

.container-680 {
  max-width: 680px;
}

.container-730 {
  max-width: 730px;
}

.container-700 {
  max-width: 700px;
}

.container-840 {
  max-width: 840px;
}

.container-874 {
  max-width: 874px;
}

.container-1040 {
  max-width: 1040px;
}

.container-1165 {
  max-width: 1165px;
}

.container-1380 {
  max-width: 1380px;
}

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

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

.row-6 {
  margin-right: -3px;
  margin-left: -3px;
}

.row-6:before,
.row-6:after {
  display: table;
  content: " ";
}

.row-6:after {
  clear: both;
}

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

.row-10 {
  margin-right: -5px;
  margin-left: -5px;
}

.row-10:before,
.row-10:after {
  display: table;
  content: " ";
}

.row-10:after {
  clear: both;
}

.row-26 {
  margin-left: -13px;
  margin-right: -13px;
}

.row-86 {
  margin-right: -43px;
  margin-left: -43px;
}

.row-86:before,
.row-86:after {
  display: table;
  content: " ";
}

.row-86:after {
  clear: both;
}

.row-fluid-69 {
  margin-left: -5.30769231%;
  margin-right: -5.30769231%;
}

.row-fluid-30 {
  margin-left: -2.30769231%;
  margin-right: -2.30769231%;
}

.row-fd-g86-b1165 {
  margin-left: -3.69098712%;
  margin-right: -3.69098712%;
}

.col-gap--no {
  padding-left: 0;
  padding-right: 0;
}

.col-gap-6 {
  padding-left: 3px;
  padding-right: 3px;
}

.col-gap-9 {
  padding-left: 9px;
  padding-right: 9px;
}

.col-gap-10 {
  padding-left: 5px;
  padding-right: 5px;
}

.col-gap-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.col-gap-26 {
  padding-left: 13px;
  padding-right: 13px;
}

.col-fluid-gap-69 {
  padding-left: 5.04017531%;
  padding-right: 5.04017531%;
}

.col-fluid-gap-30 {
  padding-left: 2.2556391%;
  padding-right: 2.2556391%;
}

.col-fd-g86-b1165 {
  padding-left: 3.4372502%;
  padding-right: 3.4372502%;
}

.col-auto {
  width: auto;
}

.col-inline {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.row-flex {
  display: table;
  width: 100%;
}

.col-flex {
  float: none;
}

.col-flex.col-flex__top {
  vertical-align: top;
}

.col-flex.col-flex__middle {
  vertical-align: middle;
}

.col-flex.col-flex__bottom {
  vertical-align: bottom;
}

.max-325 {
  max-width: 325px;
}

.max-688 {
  max-width: 688px;
}

.w-146 {
  width: 146px;
}

@media screen and (max-width: 767px) {
  .col-xs-gap--no {
    padding-left: 0;
    padding-right: 0;
  }

  .col-fluid-xs-gap-69 {
    padding-left: 5.04017531%;
    padding-right: 5.04017531%;
  }
}

@media screen and (max-width: 567px) {
  .col-xhs-12 {
    width: 100%;
  }
}

@media screen and (max-width: 467px) {
  .col-xss-12 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .row-md-down-2 {
    margin-right: -1px;
    margin-left: -1px;
  }

  .row-md-down-2:before,
  .row-md-down-2:after {
    display: table;
    content: " ";
  }

  .row-md-down-2:after {
    clear: both;
  }

  .col-md-down-gap--no {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-down-gap--2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .col-md-down-gap__right--3d5 {
    padding-right: 3.5px;
  }

  .col-md-down-gap__left--3d5 {
    padding-left: 3.5px;
  }
}

@media screen and (min-width: 768px) {
  .row-sm-flex {
    display: table;
    width: 100%;
  }

  .col-sm-auto {
    width: auto;
  }

  .col-sm-flex {
    display: table-cell;
    float: none;
    vertical-align: top;
  }

  .col-sm-pad--no {
    padding-left: 0;
    padding-right: 0;
  }

  .col-sm-w753-b1165 {
    width: 60.19184652%;
  }

  .col-sm-restof-w753-b1165 {
    width: 39.80815348%;
  }

  .max-sm-335 {
    max-width: 335px;
  }

  .max-sm-487 {
    max-width: 487px;
  }

  .miw-sm-82 {
    min-width: 4.5556em;
  }

  .miw-sm-92 {
    min-width: 5.1111em;
  }

  .miw-sm-145 {
    min-width: 8.0556em;
  }

  .max-sm-fluid-60 {
    max-width: 60%;
  }

  .max-sm-fluid-80 {
    max-width: 80%;
  }
}

@media screen and (min-width: 992px) {
  .row-md-up-4 {
    margin-right: -4px;
    margin-left: -4px;
  }

  .row-md-up-4:before,
  .row-md-up-4:after {
    display: table;
    content: " ";
  }

  .row-md-up-4:after {
    clear: both;
  }

  .col-md-up-auto {
    width: auto;
  }

  .col-md-up-gap--no {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-up-gap--4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .col-md-w753-b1165 {
    width: 60.19184652%;
  }

  .col-md-restof-w753-b1165 {
    width: 39.80815348%;
  }

  .miw-md-82 {
    min-width: 4.5556em;
  }

  .miw-md-92 {
    min-width: 5.1111em;
  }

  .miw-md-145 {
    min-width: 8.0556em;
  }
}

@media screen and (min-width: 1366px) {
  .container {
    width: 1330px;
  }
}

/**
 * Forms
 */

form {
  margin-bottom: 1.618em;
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
  line-height: 1.3333;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0 none;
}

.filterQuoteOptions__checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.filterQuoteOptions__label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
}

.filterQuoteOptions__fakeCheckbox {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

.filterQuoteOptions__label:hover input ~ .filterQuoteOptions__fakeCheckbox {
  background-color: #ccc;
}

.filterQuoteOptions__label input:checked ~ .filterQuoteOptions__fakeCheckbox {
  background-color: #fba900;
}

.filterQuoteOptions__fakeCheckbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.filterQuoteOptions__label input:checked ~ .filterQuoteOptions__fakeCheckbox:after {
  display: block;
}

/* Style the checkmark/indicator */

.filterQuoteOptions__label .filterQuoteOptions__fakeCheckbox:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.buttons-holder {
  white-space: nowrap;
  /* @media screen and ( min-width: $screen-md-min ) {
		&.buttons-holder__shrink {

			&.buttons-holder__shrink-left {
				padding-right: 1.06em;
			}

			&.buttons-holder__shrink-right {
				padding-left: 1.06em;
			}
		}
	} */
}

.button-holder {
  display: inline-block;
  vertical-align: middle;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.1111em;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  text-shadow: none;
  line-height: 1.3;
  border: medium none;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  padding: 0.975em 1.8em;
  display: inline-block;
  outline: 0 none;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease;
  /*
	@media screen and ( min-width: $screen-sm-min ) {
		font-size: $button-sm-alpha-size;
		padding: $button-sm-alpha-padding;
	}

	@media screen and ( min-width: $screen-md-min ) {
		font-size: $button-alpha-size;
		padding: $button-alpha-padding;
	}
	*/
}

button:not(.site-navbar-nav__toggle):not(.close):before,
input[type="button"]:not(.site-navbar-nav__toggle):not(.close):before,
input[type="reset"]:not(.site-navbar-nav__toggle):not(.close):before,
input[type="submit"]:not(.site-navbar-nav__toggle):not(.close):before,
.button:not(.site-navbar-nav__toggle):not(.close):before {
  background-color: #fba900;
  border: 3px solid #fba900;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
  color: white;
}

button:hover:before,
input[type="button"]:hover:before,
input[type="reset"]:hover:before,
input[type="submit"]:hover:before,
.button:hover:before {
  background-color: #c88700;
  border: 3px solid #c88700;
}

button.added:after,
input[type="button"].added:after,
input[type="reset"].added:after,
input[type="submit"].added:after,
.button.added:after {
  content: "\f00c";
  margin-left: .53em;
}

button.loading,
input[type="button"].loading,
input[type="reset"].loading,
input[type="submit"].loading,
.button.loading {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.disabled,
button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
.button.disabled,
.button:disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: not-allowed;
}

button.disabled:hover,
button:disabled:hover,
input[type="button"].disabled:hover,
input[type="button"]:disabled:hover,
input[type="reset"].disabled:hover,
input[type="reset"]:disabled:hover,
input[type="submit"].disabled:hover,
input[type="submit"]:disabled:hover,
.button.disabled:hover,
.button:disabled:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.btn--negative,
input[type="button"].btn--negative,
input[type="reset"].btn--negative,
input[type="submit"].btn--negative,
.button.btn--negative {
  color: #fba900;
}

button.btn--negative:before,
input[type="button"].btn--negative:before,
input[type="reset"].btn--negative:before,
input[type="submit"].btn--negative:before,
.button.btn--negative:before {
  background-color: rgba(251, 169, 0, 0);
  border: 3px solid #fba900;
}

button.btn--negative:hover,
button.btn--negative.btn--active,
input[type="button"].btn--negative:hover,
input[type="button"].btn--negative.btn--active,
input[type="reset"].btn--negative:hover,
input[type="reset"].btn--negative.btn--active,
input[type="submit"].btn--negative:hover,
input[type="submit"].btn--negative.btn--active,
.button.btn--negative:hover,
.button.btn--negative.btn--active {
  color: #ffffff;
}

button.btn--negative:hover:before,
button.btn--negative.btn--active:before,
input[type="button"].btn--negative:hover:before,
input[type="button"].btn--negative.btn--active:before,
input[type="reset"].btn--negative:hover:before,
input[type="reset"].btn--negative.btn--active:before,
input[type="submit"].btn--negative:hover:before,
input[type="submit"].btn--negative.btn--active:before,
.button.btn--negative:hover:before,
.button.btn--negative.btn--active:before {
  background-color: #fba900;
  border: 3px solid #fba900;
}

button.btn-beta,
input[type="button"].btn-beta,
input[type="reset"].btn-beta,
input[type="submit"].btn-beta,
.button.btn-beta {
  font-size: 1.1111em;
  font-weight: 500;
  line-height: 1.3;
  padding: 0.975em 1.8em;
  color: #ffffff;
}

button.btn-beta:before,
input[type="button"].btn-beta:before,
input[type="reset"].btn-beta:before,
input[type="submit"].btn-beta:before,
.button.btn-beta:before {
  background-color: 3px solid #fba900;
  border: 3px solid #fba900;
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
}

button.btn-beta:hover,
button.btn-beta.btn--active,
input[type="button"].btn-beta:hover,
input[type="button"].btn-beta.btn--active,
input[type="reset"].btn-beta:hover,
input[type="reset"].btn-beta.btn--active,
input[type="submit"].btn-beta:hover,
input[type="submit"].btn-beta.btn--active,
.button.btn-beta:hover,
.button.btn-beta.btn--active {
  color: white;
}

button.btn-beta:hover:before,
button.btn-beta.btn--active:before,
input[type="button"].btn-beta:hover:before,
input[type="button"].btn-beta.btn--active:before,
input[type="reset"].btn-beta:hover:before,
input[type="reset"].btn-beta.btn--active:before,
input[type="submit"].btn-beta:hover:before,
input[type="submit"].btn-beta.btn--active:before,
.button.btn-beta:hover:before,
.button.btn-beta.btn--active:before {
  background-color: #c88700;
  border: 3px solid #c88700;
}

button.btn-beta.btn-beta--negative,
input[type="button"].btn-beta.btn-beta--negative,
input[type="reset"].btn-beta.btn-beta--negative,
input[type="submit"].btn-beta.btn-beta--negative,
.button.btn-beta.btn-beta--negative {
  color: #fba900;
}

button.btn-beta.btn-beta--negative:before,
input[type="button"].btn-beta.btn-beta--negative:before,
input[type="reset"].btn-beta.btn-beta--negative:before,
input[type="submit"].btn-beta.btn-beta--negative:before,
.button.btn-beta.btn-beta--negative:before {
  background-color: rgba(251, 169, 0, 0);
  border: 3px solid #fba900;
}

button.btn-beta.btn-beta--negative:hover,
button.btn-beta.btn-beta--negative.btn--active,
input[type="button"].btn-beta.btn-beta--negative:hover,
input[type="button"].btn-beta.btn-beta--negative.btn--active,
input[type="reset"].btn-beta.btn-beta--negative:hover,
input[type="reset"].btn-beta.btn-beta--negative.btn--active,
input[type="submit"].btn-beta.btn-beta--negative:hover,
input[type="submit"].btn-beta.btn-beta--negative.btn--active,
.button.btn-beta.btn-beta--negative:hover,
.button.btn-beta.btn-beta--negative.btn--active {
  color: #ffffff;
}

button.btn-beta.btn-beta--negative:hover:before,
button.btn-beta.btn-beta--negative.btn--active:before,
input[type="button"].btn-beta.btn-beta--negative:hover:before,
input[type="button"].btn-beta.btn-beta--negative.btn--active:before,
input[type="reset"].btn-beta.btn-beta--negative:hover:before,
input[type="reset"].btn-beta.btn-beta--negative.btn--active:before,
input[type="submit"].btn-beta.btn-beta--negative:hover:before,
input[type="submit"].btn-beta.btn-beta--negative.btn--active:before,
.button.btn-beta.btn-beta--negative:hover:before,
.button.btn-beta.btn-beta--negative.btn--active:before {
  background-color: #fba900;
}

@media screen and (min-width: 992px) {
  button.btn-fixed,
  input[type="button"].btn-fixed,
  input[type="reset"].btn-fixed,
  input[type="submit"].btn-fixed,
  .button.btn-fixed {
    min-width: 12.7em;
  }

  button.btn-fixed.btn-fixed--alpha,
  input[type="button"].btn-fixed.btn-fixed--alpha,
  input[type="reset"].btn-fixed.btn-fixed--alpha,
  input[type="submit"].btn-fixed.btn-fixed--alpha,
  .button.btn-fixed.btn-fixed--alpha {
    min-width: 220px;
  }

  button.btn-fixed.btn-fixed--beta,
  input[type="button"].btn-fixed.btn-fixed--beta,
  input[type="reset"].btn-fixed.btn-fixed--beta,
  input[type="submit"].btn-fixed.btn-fixed--beta,
  .button.btn-fixed.btn-fixed--beta {
    min-width: 210px;
  }
}

button.btn-size.btn-size--beta,
input[type="button"].btn-size.btn-size--beta,
input[type="reset"].btn-size.btn-size--beta,
input[type="submit"].btn-size.btn-size--beta,
.button.btn-size.btn-size--beta {
  font-size: 1.2777em;
}

button.btn-size.btn-size--gamma,
input[type="button"].btn-size.btn-size--gamma,
input[type="reset"].btn-size.btn-size--gamma,
input[type="submit"].btn-size.btn-size--gamma,
.button.btn-size.btn-size--gamma {
  font-size: 1.1112em;
  padding: 0.8em 0.625em;
  line-height: 1.3;
}

button.btn-size.btn-size--gamma .button__icon,
input[type="button"].btn-size.btn-size--gamma .button__icon,
input[type="reset"].btn-size.btn-size--gamma .button__icon,
input[type="submit"].btn-size.btn-size--gamma .button__icon,
.button.btn-size.btn-size--gamma .button__icon {
  width: 1.8em;
  height: 1.7em;
  background-size: 1.8em 1.7em;
  margin-right: .75em;
}

button.btn-size.btn-size--gamma.btn-has-icon,
input[type="button"].btn-size.btn-size--gamma.btn-has-icon,
input[type="reset"].btn-size.btn-size--gamma.btn-has-icon,
input[type="submit"].btn-size.btn-size--gamma.btn-has-icon,
.button.btn-size.btn-size--gamma.btn-has-icon {
  padding-top: .6em;
  padding-bottom: .6em;
}

@media screen and (max-width: 991px) {
  button.btn-size.btn-size--gamma,
  input[type="button"].btn-size.btn-size--gamma,
  input[type="reset"].btn-size.btn-size--gamma,
  input[type="submit"].btn-size.btn-size--gamma,
  .button.btn-size.btn-size--gamma {
    font-size: .8333em;
  }
}

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

@media screen and (max-width: 468px) {
  button.btn-size.btn-size__full-xss,
  input[type="button"].btn-size.btn-size__full-xss,
  input[type="reset"].btn-size.btn-size__full-xss,
  input[type="submit"].btn-size.btn-size__full-xss,
  .button.btn-size.btn-size__full-xss {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  button.btn-size.btn-size__full-sm,
  input[type="button"].btn-size.btn-size__full-sm,
  input[type="reset"].btn-size.btn-size__full-sm,
  input[type="submit"].btn-size.btn-size__full-sm,
  .button.btn-size.btn-size__full-sm {
    display: block;
    width: 100%;
  }
}

button.btn-shrink.btn-shrink__left,
input[type="button"].btn-shrink.btn-shrink__left,
input[type="reset"].btn-shrink.btn-shrink__left,
input[type="submit"].btn-shrink.btn-shrink__left,
.button.btn-shrink.btn-shrink__left {
  padding-left: 2.6667em;
}

button.btn-shrink.btn-shrink__right,
input[type="button"].btn-shrink.btn-shrink__right,
input[type="reset"].btn-shrink.btn-shrink__right,
input[type="submit"].btn-shrink.btn-shrink__right,
.button.btn-shrink.btn-shrink__right {
  padding-right: 2.6667em;
}

button.btn-style.btn-style--tundora:before,
input[type="button"].btn-style.btn-style--tundora:before,
input[type="reset"].btn-style.btn-style--tundora:before,
input[type="submit"].btn-style.btn-style--tundora:before,
.button.btn-style.btn-style--tundora:before {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

button.btn-style.btn-style--tundora:hover:before,
button.btn-style.btn-style--tundora.btn--active:before,
input[type="button"].btn-style.btn-style--tundora:hover:before,
input[type="button"].btn-style.btn-style--tundora.btn--active:before,
input[type="reset"].btn-style.btn-style--tundora:hover:before,
input[type="reset"].btn-style.btn-style--tundora.btn--active:before,
input[type="submit"].btn-style.btn-style--tundora:hover:before,
input[type="submit"].btn-style.btn-style--tundora.btn--active:before,
.button.btn-style.btn-style--tundora:hover:before,
.button.btn-style.btn-style--tundora.btn--active:before {
  background-color: #ffffff;
  border-color: #ffffff;
}

button.btn-style.btn-style--tundora.btn-style--tundora-pozitive .button__icon,
input[type="button"].btn-style.btn-style--tundora.btn-style--tundora-pozitive .button__icon,
input[type="reset"].btn-style.btn-style--tundora.btn-style--tundora-pozitive .button__icon,
input[type="submit"].btn-style.btn-style--tundora.btn-style--tundora-pozitive .button__icon,
.button.btn-style.btn-style--tundora.btn-style--tundora-pozitive .button__icon {
  color: #ffffff;
}

button.btn-style.btn-style--tundora.btn-style--tundora-pozitive:hover .button__icon,
button.btn-style.btn-style--tundora.btn-style--tundora-pozitive.btn--active .button__icon,
input[type="button"].btn-style.btn-style--tundora.btn-style--tundora-pozitive:hover .button__icon,
input[type="button"].btn-style.btn-style--tundora.btn-style--tundora-pozitive.btn--active .button__icon,
input[type="reset"].btn-style.btn-style--tundora.btn-style--tundora-pozitive:hover .button__icon,
input[type="reset"].btn-style.btn-style--tundora.btn-style--tundora-pozitive.btn--active .button__icon,
input[type="submit"].btn-style.btn-style--tundora.btn-style--tundora-pozitive:hover .button__icon,
input[type="submit"].btn-style.btn-style--tundora.btn-style--tundora-pozitive.btn--active .button__icon,
.button.btn-style.btn-style--tundora.btn-style--tundora-pozitive:hover .button__icon,
.button.btn-style.btn-style--tundora.btn-style--tundora-pozitive.btn--active .button__icon {
  color: #fba900;
}

button.btn-style.btn-style--red-ribbon:before,
input[type="button"].btn-style.btn-style--red-ribbon:before,
input[type="reset"].btn-style.btn-style--red-ribbon:before,
input[type="submit"].btn-style.btn-style--red-ribbon:before,
.button.btn-style.btn-style--red-ribbon:before {
  background-color: #fba900;
  border-color: #fba900;
}

button.btn-style.btn-style--red-ribbon:hover:before,
button.btn-style.btn-style--red-ribbon.btn--active:before,
input[type="button"].btn-style.btn-style--red-ribbon:hover:before,
input[type="button"].btn-style.btn-style--red-ribbon.btn--active:before,
input[type="reset"].btn-style.btn-style--red-ribbon:hover:before,
input[type="reset"].btn-style.btn-style--red-ribbon.btn--active:before,
input[type="submit"].btn-style.btn-style--red-ribbon:hover:before,
input[type="submit"].btn-style.btn-style--red-ribbon.btn--active:before,
.button.btn-style.btn-style--red-ribbon:hover:before,
.button.btn-style.btn-style--red-ribbon.btn--active:before {
  background-color: #ffffff;
  border-color: #ffffff;
}

button.btn-style.btn-style--red-ribbon:hover .button__icon,
button.btn-style.btn-style--red-ribbon.btn--active .button__icon,
input[type="button"].btn-style.btn-style--red-ribbon:hover .button__icon,
input[type="button"].btn-style.btn-style--red-ribbon.btn--active .button__icon,
input[type="reset"].btn-style.btn-style--red-ribbon:hover .button__icon,
input[type="reset"].btn-style.btn-style--red-ribbon.btn--active .button__icon,
input[type="submit"].btn-style.btn-style--red-ribbon:hover .button__icon,
input[type="submit"].btn-style.btn-style--red-ribbon.btn--active .button__icon,
.button.btn-style.btn-style--red-ribbon:hover .button__icon,
.button.btn-style.btn-style--red-ribbon.btn--active .button__icon {
  color: #fba900;
}

button.btn-style.btn-style--red-ribbon .button__icon,
input[type="button"].btn-style.btn-style--red-ribbon .button__icon,
input[type="reset"].btn-style.btn-style--red-ribbon .button__icon,
input[type="submit"].btn-style.btn-style--red-ribbon .button__icon,
.button.btn-style.btn-style--red-ribbon .button__icon {
  color: #ffffff;
}

button.btn-style.btn-style--red-ribbon.btn-style--red-ribbon-pozitive,
input[type="button"].btn-style.btn-style--red-ribbon.btn-style--red-ribbon-pozitive,
input[type="reset"].btn-style.btn-style--red-ribbon.btn-style--red-ribbon-pozitive,
input[type="submit"].btn-style.btn-style--red-ribbon.btn-style--red-ribbon-pozitive,
.button.btn-style.btn-style--red-ribbon.btn-style--red-ribbon-pozitive {
  color: #ffffff;
}

button.btn-style.btn-style--red-ribbon.btn-style--red-ribbon-pozitive:hover:before,
button.btn-style.btn-style--red-ribbon.btn-style--red-ribbon-pozitive.btn--active:before,
input[type="button"].btn-style.btn-style--red-ribbon.btn-style--red-ribbon-pozitive:hover:before,
input[type="button"].btn-style.btn-style--red-ribbon.btn-style--red-ribbon-pozitive.btn--active:before,
input[type="reset"].btn-style.btn-style--red-ribbon.btn-style--red-ribbon-pozitive:hover:before,
input[type="reset"].btn-style.btn-style--red-ribbon.btn-style--red-ribbon-pozitive.btn--active:before,
input[type="submit"].btn-style.btn-style--red-ribbon.btn-style--red-ribbon-pozitive:hover:before,
input[type="submit"].btn-style.btn-style--red-ribbon.btn-style--red-ribbon-pozitive.btn--active:before,
.button.btn-style.btn-style--red-ribbon.btn-style--red-ribbon-pozitive:hover:before,
.button.btn-style.btn-style--red-ribbon.btn-style--red-ribbon-pozitive.btn--active:before {
  background-color: #ffc349;
  border-color: #ffc349;
}

button.btn-gap.btn-gap--no,
input[type="button"].btn-gap.btn-gap--no,
input[type="reset"].btn-gap.btn-gap--no,
input[type="submit"].btn-gap.btn-gap--no,
.button.btn-gap.btn-gap--no {
  margin-left: 0;
  margin-right: 0;
}

button .button__icon,
button .button__label,
input[type="button"] .button__icon,
input[type="button"] .button__label,
input[type="reset"] .button__icon,
input[type="reset"] .button__label,
input[type="submit"] .button__icon,
input[type="submit"] .button__label,
.button .button__icon,
.button .button__label {
  display: inline-block;
  vertical-align: middle;
}

button .button__label-text,
button .button__label-info,
input[type="button"] .button__label-text,
input[type="button"] .button__label-info,
input[type="reset"] .button__label-text,
input[type="reset"] .button__label-info,
input[type="submit"] .button__label-text,
input[type="submit"] .button__label-info,
.button .button__label-text,
.button .button__label-info {
  text-transform: none;
  display: block;
}

button .button__icon,
input[type="button"] .button__icon,
input[type="reset"] .button__icon,
input[type="submit"] .button__icon,
.button .button__icon {
  font-size: 2.4667em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

button .button__icon:before,
input[type="button"] .button__icon:before,
input[type="reset"] .button__icon:before,
input[type="submit"] .button__icon:before,
.button .button__icon:before {
  display: block;
  line-height: 1.1081;
}

button .button__icon.button__icon--sm,
input[type="button"] .button__icon.button__icon--sm,
input[type="reset"] .button__icon.button__icon--sm,
input[type="submit"] .button__icon.button__icon--sm,
.button .button__icon.button__icon--sm {
  font-size: 1.5333em;
}

button .button__icon.button__icon--sm:before,
input[type="button"] .button__icon.button__icon--sm:before,
input[type="reset"] .button__icon.button__icon--sm:before,
input[type="submit"] .button__icon.button__icon--sm:before,
.button .button__icon.button__icon--sm:before {
  line-height: 1.7826;
}

button .button__label-text,
input[type="button"] .button__label-text,
input[type="reset"] .button__label-text,
input[type="submit"] .button__label-text,
.button .button__label-text {
  font-weight: 700;
  margin-bottom: .1333em;
}

button .button__label-info,
input[type="button"] .button__label-info,
input[type="reset"] .button__label-info,
input[type="submit"] .button__label-info,
.button .button__label-info {
  font-size: .94em;
  font-weight: 400;
}

button.btn-has-icon,
input[type="button"].btn-has-icon,
input[type="reset"].btn-has-icon,
input[type="submit"].btn-has-icon,
.button.btn-has-icon {
  padding-top: .8em;
  padding-bottom: .8em;
}

button.btn-has-icon .button__label,
input[type="button"].btn-has-icon .button__label,
input[type="reset"].btn-has-icon .button__label,
input[type="submit"].btn-has-icon .button__label,
.button.btn-has-icon .button__label {
  text-align: left;
  padding-left: .62em;
}

button.btn-has-shadow,
input[type="button"].btn-has-shadow,
input[type="reset"].btn-has-shadow,
input[type="submit"].btn-has-shadow,
.button.btn-has-shadow {
  -webkit-box-shadow: inset 0 0 7px #b4223b, 0 3px 5px rgba(46, 41, 37, 0.47);
  box-shadow: inset 0 0 7px #b4223b, 0 3px 5px rgba(46, 41, 37, 0.47);
}

@media screen and (min-width: 992px) {
  button.btn-has-shadow:hover,
  input[type="button"].btn-has-shadow:hover,
  input[type="reset"].btn-has-shadow:hover,
  input[type="submit"].btn-has-shadow:hover,
  .button.btn-has-shadow:hover {
    -webkit-box-shadow: inset 0 0 7px #202122, 0 3px 5px rgba(46, 41, 37, 0.47);
    box-shadow: inset 0 0 7px #202122, 0 3px 5px rgba(46, 41, 37, 0.47);
  }
}

button.btn-has-txt-shadow,
input[type="button"].btn-has-txt-shadow,
input[type="reset"].btn-has-txt-shadow,
input[type="submit"].btn-has-txt-shadow,
.button.btn-has-txt-shadow {
  text-shadow: 0 3px 5px rgba(46, 41, 37, 0.47);
}

button.btn-is-collapsable,
input[type="button"].btn-is-collapsable,
input[type="reset"].btn-is-collapsable,
input[type="submit"].btn-is-collapsable,
.button.btn-is-collapsable {
  /* .button__label {
				@include transition( width .3s ease-out, opacity .3s ease-out );
			} */
  /* &:focus {

				.button__label {
					@include transition( width .3s ease-in, opacity .3s ease-in );
				}
			} */
  /* @media screen and ( max-width: $screen-xs-max ) {
				&.btn-is-md-collapsable {

					&:hover {

						.button__label {
							width: 1000px;
						}
					}
				}
			} */
  /* &.btn--collapse {
				width: 100%;
			} */
}

@media screen and (max-width: 991px) {
  button.btn-is-collapsable.btn-is-md-collapsable,
  input[type="button"].btn-is-collapsable.btn-is-md-collapsable,
  input[type="reset"].btn-is-collapsable.btn-is-md-collapsable,
  input[type="submit"].btn-is-collapsable.btn-is-md-collapsable,
  .button.btn-is-collapsable.btn-is-md-collapsable {
    /* &:hover {

						.button__label {
							width: 100%;
							padding-left: .62em;
						}
					} */
  }

  button.btn-is-collapsable.btn-is-md-collapsable .button__label,
  input[type="button"].btn-is-collapsable.btn-is-md-collapsable .button__label,
  input[type="reset"].btn-is-collapsable.btn-is-md-collapsable .button__label,
  input[type="submit"].btn-is-collapsable.btn-is-md-collapsable .button__label,
  .button.btn-is-collapsable.btn-is-md-collapsable .button__label {
    display: none;
  }
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select,
.input-text,
.form-control,
.select2-container .select2-selection {
  padding: 0.34375em 0.6875em;
  line-height: 1.5;
  color: #202225;
  outline: 0 none;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  height: auto;
  min-height: 2.3125em;
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus,
.input-text:focus,
.form-control:focus,
.select2-container .select2-selection:focus {
  outline: 0 none;
  border-color: #b3b3b3;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
.input-text:focus::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder,
.select2-container .select2-selection:focus::-webkit-input-placeholder {
  filter: alpha(opacity=0);
  opacity: 0;
}

input[type="text"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder,
.input-text:focus:-moz-placeholder,
.form-control:focus:-moz-placeholder,
.select2-container .select2-selection:focus:-moz-placeholder {
  /* Firefox 18- */
  filter: alpha(opacity=0);
  opacity: 0;
}

input[type="text"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder,
.input-text:focus::-moz-placeholder,
.form-control:focus::-moz-placeholder,
.select2-container .select2-selection:focus::-moz-placeholder {
  /* Firefox 19+ */
  filter: alpha(opacity=0);
  opacity: 0;
}

input[type="text"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
.input-text:focus:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder,
.select2-container .select2-selection:focus:-ms-input-placeholder {
  filter: alpha(opacity=0);
  opacity: 0;
}

input[type="text"]:focus::-ms-input-placeholder,
input[type="email"]:focus::-ms-input-placeholder,
input[type="url"]:focus::-ms-input-placeholder,
input[type="password"]:focus::-ms-input-placeholder,
input[type="search"]:focus::-ms-input-placeholder,
input[type="tel"]:focus::-ms-input-placeholder,
input[type="number"]:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder,
select:focus::-ms-input-placeholder,
.input-text:focus::-ms-input-placeholder,
.form-control:focus::-ms-input-placeholder,
.select2-container .select2-selection:focus::-ms-input-placeholder {
  filter: alpha(opacity=0);
  opacity: 0;
}

input[type="text"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="url"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="search"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="number"]:focus::placeholder,
textarea:focus::placeholder,
select:focus::placeholder,
.input-text:focus::placeholder,
.form-control:focus::placeholder,
.select2-container .select2-selection:focus::placeholder {
  filter: alpha(opacity=0);
  opacity: 0;
}

input[type="text"].error,
input[type="email"].error,
input[type="url"].error,
input[type="password"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="number"].error,
textarea.error,
select.error,
.input-text.error,
.form-control.error,
.select2-container .select2-selection.error {
  color: #f20000;
  border-color: #f20000;
}

input[type="text"].error::-webkit-input-placeholder,
input[type="email"].error::-webkit-input-placeholder,
input[type="url"].error::-webkit-input-placeholder,
input[type="password"].error::-webkit-input-placeholder,
input[type="search"].error::-webkit-input-placeholder,
input[type="tel"].error::-webkit-input-placeholder,
input[type="number"].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder,
select.error::-webkit-input-placeholder,
.input-text.error::-webkit-input-placeholder,
.form-control.error::-webkit-input-placeholder,
.select2-container .select2-selection.error::-webkit-input-placeholder {
  color: #f20000;
}

input[type="text"].error:-moz-placeholder,
input[type="email"].error:-moz-placeholder,
input[type="url"].error:-moz-placeholder,
input[type="password"].error:-moz-placeholder,
input[type="search"].error:-moz-placeholder,
input[type="tel"].error:-moz-placeholder,
input[type="number"].error:-moz-placeholder,
textarea.error:-moz-placeholder,
select.error:-moz-placeholder,
.input-text.error:-moz-placeholder,
.form-control.error:-moz-placeholder,
.select2-container .select2-selection.error:-moz-placeholder {
  /* Firefox 18- */
  color: #f20000;
}

input[type="text"].error::-moz-placeholder,
input[type="email"].error::-moz-placeholder,
input[type="url"].error::-moz-placeholder,
input[type="password"].error::-moz-placeholder,
input[type="search"].error::-moz-placeholder,
input[type="tel"].error::-moz-placeholder,
input[type="number"].error::-moz-placeholder,
textarea.error::-moz-placeholder,
select.error::-moz-placeholder,
.input-text.error::-moz-placeholder,
.form-control.error::-moz-placeholder,
.select2-container .select2-selection.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #f20000;
}

input[type="text"].error:-ms-input-placeholder,
input[type="email"].error:-ms-input-placeholder,
input[type="url"].error:-ms-input-placeholder,
input[type="password"].error:-ms-input-placeholder,
input[type="search"].error:-ms-input-placeholder,
input[type="tel"].error:-ms-input-placeholder,
input[type="number"].error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder,
select.error:-ms-input-placeholder,
.input-text.error:-ms-input-placeholder,
.form-control.error:-ms-input-placeholder,
.select2-container .select2-selection.error:-ms-input-placeholder {
  color: #f20000;
}

input[type="text"].error::-ms-input-placeholder,
input[type="email"].error::-ms-input-placeholder,
input[type="url"].error::-ms-input-placeholder,
input[type="password"].error::-ms-input-placeholder,
input[type="search"].error::-ms-input-placeholder,
input[type="tel"].error::-ms-input-placeholder,
input[type="number"].error::-ms-input-placeholder,
textarea.error::-ms-input-placeholder,
select.error::-ms-input-placeholder,
.input-text.error::-ms-input-placeholder,
.form-control.error::-ms-input-placeholder,
.select2-container .select2-selection.error::-ms-input-placeholder {
  color: #f20000;
}

input[type="text"].error::placeholder,
input[type="email"].error::placeholder,
input[type="url"].error::placeholder,
input[type="password"].error::placeholder,
input[type="search"].error::placeholder,
input[type="tel"].error::placeholder,
input[type="number"].error::placeholder,
textarea.error::placeholder,
select.error::placeholder,
.input-text.error::placeholder,
.form-control.error::placeholder,
.select2-container .select2-selection.error::placeholder {
  color: #f20000;
}

input[type="text"].disabled,
input[type="text"]:disabled,
input[type="email"].disabled,
input[type="email"]:disabled,
input[type="url"].disabled,
input[type="url"]:disabled,
input[type="password"].disabled,
input[type="password"]:disabled,
input[type="search"].disabled,
input[type="search"]:disabled,
input[type="tel"].disabled,
input[type="tel"]:disabled,
input[type="number"].disabled,
input[type="number"]:disabled,
textarea.disabled,
textarea:disabled,
select.disabled,
select:disabled,
.input-text.disabled,
.input-text:disabled,
.form-control.disabled,
.form-control:disabled,
.select2-container .select2-selection.disabled,
.select2-container .select2-selection:disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: not-allowed;
}

input[type="text"].disabled:hover,
input[type="text"]:disabled:hover,
input[type="email"].disabled:hover,
input[type="email"]:disabled:hover,
input[type="url"].disabled:hover,
input[type="url"]:disabled:hover,
input[type="password"].disabled:hover,
input[type="password"]:disabled:hover,
input[type="search"].disabled:hover,
input[type="search"]:disabled:hover,
input[type="tel"].disabled:hover,
input[type="tel"]:disabled:hover,
input[type="number"].disabled:hover,
input[type="number"]:disabled:hover,
textarea.disabled:hover,
textarea:disabled:hover,
select.disabled:hover,
select:disabled:hover,
.input-text.disabled:hover,
.input-text:disabled:hover,
.form-control.disabled:hover,
.form-control:disabled:hover,
.select2-container .select2-selection.disabled:hover,
.select2-container .select2-selection:disabled:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.select2-container .select2-selection::-webkit-input-placeholder {
  color: #3D3D3D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: alpha(opacity=100);
  opacity: 1;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
.input-text:-moz-placeholder,
.form-control:-moz-placeholder,
.select2-container .select2-selection:-moz-placeholder {
  /* Firefox 18- */
  color: #3D3D3D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: alpha(opacity=100);
  opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
.input-text::-moz-placeholder,
.form-control::-moz-placeholder,
.select2-container .select2-selection::-moz-placeholder {
  /* Firefox 19+ */
  color: #3D3D3D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: alpha(opacity=100);
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.input-text:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.select2-container .select2-selection:-ms-input-placeholder {
  color: #3D3D3D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: alpha(opacity=100);
  opacity: 1;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
.input-text::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.select2-container .select2-selection::-ms-input-placeholder {
  color: #3D3D3D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: alpha(opacity=100);
  opacity: 1;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder,
select::placeholder,
.input-text::placeholder,
.form-control::placeholder,
.select2-container .select2-selection::placeholder {
  color: #3D3D3D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: alpha(opacity=100);
  opacity: 1;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
  height: auto;
  min-height: 6.25em;
}

textarea.textarea-mih-120 {
  min-height: 7.5em;
}

textarea.textarea-mih-130 {
  min-height: 8.125em;
}

textarea.textarea-mih-140 {
  min-height: 8.75em;
}

textarea.textarea-mih-150 {
  min-height: 9.375em;
}

label {
  font-size: inherit;
  font-weight: 500;
  text-align: left;
  color: inherit;
  margin-bottom: .2778em;
  text-transform: none;
  outline: 0 none;
  cursor: pointer;
  display: inline-block;
  width: auto;
}

label.inline input {
  width: auto;
}

fieldset {
  padding: 0;
  border: 0;
  margin-bottom: 1.618em;
}

fieldset legend {
  font-weight: 700;
}

.error-message,
.success-message,
.required-field {
  display: block;
  padding: 0.35714286em 0.71428571em;
  margin: 0 0 2em !important;
}

.error-message,
.success-message,
label.error,
.required-field {
  font-size: .7778em;
  font-weight: 500;
  margin-top: .3571em;
  margin-bottom: .9444em;
}

/**
 * Accessibility
 */

label.error {
  /*clip: rect(1px 1px 1px 1px);*/
  /* IE6, IE7 */
  /*clip: rect(1px, 1px, 1px, 1px);*/
  /*position: absolute !important;*/
  cursor: auto;
}

label.error:hover,
label.error:active,
label.error:focus {
  /*background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	display: block;
	font-weight: bold;
	height: auto;
	left: 0;
	line-height: normal;
	padding: 1em 1.618em;
	text-decoration: none;
	top: 0;
	width: auto;*/
  /*z-index: 100000;*/
  /* Above WP toolbar */
  /*outline: none;
	opacity: 1;
	visibility: visible;*/
}

.error-message,
.success-message {
  text-align: center;
}

.error-message,
.error {
  color: #f20000;
}

.error-message {
  border-color: #f20000;
}

.success-message,
.success {
  color: #54ae00;
}

.success-message {
  border-color: #54ae00;
}

.additional-note p {
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  word-spacing: -2px;
  margin-bottom: 0;
}

.required.required__super {
  position: absolute;
  top: 0;
  right: 0;
  line-height: .7778;
}

/**
 * Forms
 */

.form .form__footer {
  font-size: .8889em;
}

.gform_validation_error .validation_error,
.wpcf7-form .wpcf7-response-output {
  font-size: 14px;
  padding: .3571em .7143em;
  margin: 0;
  color: #f20000;
  border: 1px solid #f20000;
  margin-bottom: 10px;
}

.gform_validation_error .validation_message,
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 2px;
  color: #f20000;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1.1111em;
}

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 2px;
}

.wpcf7-form .wpcf7-response-output {
  font-size: 14px;
  padding: .3571em .7143em;
  margin: 0;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #f20000;
  border: 1px solid #f20000;
}

.wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked {
  color: #FFF100;
  border: 1px solid #FFF100;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #54ae00;
  border: 1px solid #54ae00;
}

.wpcf7-form p {
  margin-bottom: 0;
}

.wpcf7-form textarea {
  resize: none;
  max-height: 150px;
}

.wpcf7-form button {
  margin-left: 0;
  margin-right: 0;
}

.control-label {
  font-size: .83em;
  margin-bottom: 5px;
}

.has-error .form-control,
.has-error .select2-container .select2-selection,
.has-error .site-box__form-control + .select2-container .select2-selection {
  color: #f20000;
  border-color: #f20000 !important;
  border-width: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .form-control:focus,
.has-error .select2-container .select2-selection:focus,
.has-error .site-box__form-control + .select2-container .select2-selection:focus {
  color: #f20000;
  border-color: #f20000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .form-control::-webkit-input-placeholder,
.has-error .select2-container .select2-selection::-webkit-input-placeholder,
.has-error .site-box__form-control + .select2-container .select2-selection::-webkit-input-placeholder {
  color: #f20000;
}

.has-error .form-control:-moz-placeholder,
.has-error .select2-container .select2-selection:-moz-placeholder,
.has-error .site-box__form-control + .select2-container .select2-selection:-moz-placeholder {
  /* Firefox 18- */
  color: #f20000;
}

.has-error .form-control::-moz-placeholder,
.has-error .select2-container .select2-selection::-moz-placeholder,
.has-error .site-box__form-control + .select2-container .select2-selection::-moz-placeholder {
  /* Firefox 19+ */
  color: #f20000;
}

.has-error .form-control:-ms-input-placeholder,
.has-error .select2-container .select2-selection:-ms-input-placeholder,
.has-error .site-box__form-control + .select2-container .select2-selection:-ms-input-placeholder {
  color: #f20000;
}

.has-error .form-control::-ms-input-placeholder,
.has-error .select2-container .select2-selection::-ms-input-placeholder,
.has-error .site-box__form-control + .select2-container .select2-selection::-ms-input-placeholder {
  color: #f20000;
}

.has-error .form-control::placeholder,
.has-error .select2-container .select2-selection::placeholder,
.has-error .site-box__form-control + .select2-container .select2-selection::placeholder {
  color: #f20000;
}

.has-error .form-group {
  margin-bottom: 0;
}

.form-group {
  position: relative;
  margin-bottom: .8333em;
}

.form-group.form-group--has-gapr {
  padding-right: .5556em;
}

.form-group.form-group-no-sp {
  margin-bottom: 0;
}

.form-group.form-group--force-spacept {
  margin-top: 1.1111em;
}

.form-group.form-group--force-spacebt {
  margin-bottom: 1.1111em;
}

.form-group.form-group--reduce-space-bt {
  margin-bottom: .3889em;
}

@media screen and (max-width: 767px) {
  .form-group.form-group-xs-nosp {
    margin-bottom: 0;
  }

  .form-group.form-group-xs--force-sp {
    margin-bottom: .8333em !important;
  }
}

@media screen and (max-width: 991px) {
  .form-group.form-group-md--force-sp {
    margin-bottom: .8333em !important;
  }
}

.help-block {
  font-size: .7778em;
  font-weight: 500;
  margin-top: .3571em;
  margin-bottom: .9444em;
  color: inherit;
}

/**
 * Forms groups
 */

/**
 * Form controls
 */

.form-controls-textarea-vertical {
  resize: vertical;
}

.form-controls-textarea-horizontal {
  resize: horizontal;
}

.form-controls-textarea-no-res {
  resize: none;
}

.form-controls-textarea-small {
  min-height: 4.4444em;
}

/* UI */

.radio,
.checkbox {
  display: block;
  position: relative;
  /* @media screen and (max-width: $screen-xss-min - 1px) {
		label {
			display: block;

			> span {

				+ i {
					display: inline-block;
					width: 83.1034%;
				}
			}
		}
	} */
}

.radio label,
.checkbox label {
  font-size: inherit;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 0;
  cursor: pointer;
  color: inherit;
  position: static;
  padding: 0 0 0 1.56em;
  min-height: auto;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.radio label > input,
.checkbox label > input {
  cursor: pointer;
  /*display: none;*/
  display: block;
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.radio label > span,
.checkbox label > span {
  position: relative;
  text-align: center;
  margin-left: -1.56em;
  margin-right: .4444em;
  border: 1px solid #202225;
  background-color: #ffffff;
  width: 1.1111em;
  height: 1.1111em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: background 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, border 0.3s ease;
}

.radio label > span::before,
.radio label > span::after,
.checkbox label > span::before,
.checkbox label > span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: .5556em;
  height: .5556em;
  background-color: transparent;
  margin: auto;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.radio label > span + i,
.checkbox label > span + i {
  font-size: 16px;
  font-style: normal;
  font-weight: inherit;
  vertical-align: middle;
  margin-left: -5px;
}

.radio--inline,
.checkbox--inline {
  float: left;
}

.radio.radio--force-reset-space-tp,
.radio.checkbox--force-reset-space-tp,
.checkbox.radio--force-reset-space-tp,
.checkbox.checkbox--force-reset-space-tp {
  margin-top: 0 !important;
}

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

/* UI Radio */

.radio label > input:checked + span::after {
  content: "";
  background-color: #000000;
  border-color: 1px solid rgba(255, 255, 255, 0);
}

.radio label > span {
  width: .8333em;
  height: .7778em;
  border-radius: 5px;
}

.radio label > span::before,
.radio label > span::after {
  width: .4444em;
  height: .4444em;
  border-radius: 5px;
}

/* UI Checkbox */

.checkbox label > input:checked + span::after {
  content: "";
  background-color: #000000;
  border-color: 1px solid rgba(255, 255, 255, 0);
}

/* Rating Widget CSS */

#rating {
  display: inline-block;
  background: rgba(195, 34, 41, 0.85);
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 50vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 15px 25px;
  z-index: 1000;
  text-align: center;
  -webkit-box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: 8px 8px 0 0;
}

#rating:hover {
  padding-bottom: 30px;
  background: rgba(195, 34, 41, 0.9);
}

#rating #rating-stars {
  display: inline-block;
}

#rating #rating-external-ico {
  display: none;
  width: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
}

#rating:hover #rating-external-ico {
  display: inline-block;
}

/**
 * General Menu Styles
 */

.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 {
  display: table;
  content: " ";
}

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

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

.site-navbar-nav:before,
.site-navbar-nav:after,
.second-navigation:before,
.second-navigation:after,
.site-footer-navigation:before,
.site-footer-navigation:after {
  display: table;
  content: " ";
}

.site-navbar-nav:after,
.second-navigation:after,
.site-footer-navigation:after {
  clear: both;
}

.site-navbar-nav .site-navbar-nav__menu,
.second-navigation .second-navigation__menu,
.site-footer-navigation .site-footer-navigation__menu,
.site-footer-parteners .site-footer-parteners__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-navbar-nav .site-navbar-nav__menu:before,
.site-navbar-nav .site-navbar-nav__menu:after,
.second-navigation .second-navigation__menu:before,
.second-navigation .second-navigation__menu:after,
.site-footer-navigation .site-footer-navigation__menu:before,
.site-footer-navigation .site-footer-navigation__menu:after,
.site-footer-parteners .site-footer-parteners__menu:before,
.site-footer-parteners .site-footer-parteners__menu:after {
  display: table;
  content: " ";
}

.site-navbar-nav .site-navbar-nav__menu:after,
.second-navigation .second-navigation__menu:after,
.site-footer-navigation .site-footer-navigation__menu:after,
.site-footer-parteners .site-footer-parteners__menu:after {
  clear: both;
}

.site-navbar-nav__menu .menu-item .menu-item__link,
.second-navigation__menu .menu-item .second-navigation__link,
.site-footer-navigation__menu .site-footer-navigation__item .site-footer-navigation__link {
  color: #656565;
  text-decoration: none;
}

/**
 * Second Navigation
 */

.second-navigation {
  margin-bottom: 1.429em;
}

.second-navigation .second-navigation__menu {
  margin-left: -.714em;
  margin-right: -.714em;
}

.second-navigation .menu-item {
  float: left;
  padding-left: .714em;
  padding-right: .714em;
  /* &:first-child {
			margin-left: 0;
		}

		&:last-child {
			margin-right: 0;
		} */
}

.second-navigation .menu-item .second-navigation__link {
  font-size: 1em;
  color: #ffffff;
  display: block;
}

.second-navigation .menu-item.menu-item--active > .second-navigation__link {
  color: #ffffff;
  text-decoration: underline;
}

/**
 * Toggler
 */

.site-navbar-nav__toggle {
  font-size: 1em;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border: medium none;
  margin: 0;
  padding: 0;
  float: none;
  width: 1.78em;
  height: 1.8888em;
  min-width: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* &.site-navbar-nav__toggle-out {

		.site-navbar-nav__toggle-icon-bar__middler {
			@include transform( translateX( 0 ) );
			@include transition( all .25s ease );
		}
	} */
}

.site-navbar-nav__toggle:hover,
.site-navbar-nav__toggle:focus,
.site-navbar-nav__toggle:active,
.site-navbar-nav__toggle:active:focus {
  border: medium none;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-navbar-nav__toggle .site-navbar-nav__toggle-icon-bar {
  width: 100%;
  height: 3px;
  background-color: #fba900;
  outline: 1px solid transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
}

.site-navbar-nav__toggle .site-navbar-nav__toggle-icon-bar + .site-navbar-nav__toggle-icon-bar {
  margin-top: 5px;
}

/**
 * When toggle
 */

.site-navbar-nav--shown .site-navbar-nav__toggle .site-navbar-nav__toggle-icon-bar__firster {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.site-navbar-nav--shown .site-navbar-nav__toggle .site-navbar-nav__toggle-icon-bar__middler {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.site-navbar-nav--shown .site-navbar-nav__toggle .site-navbar-nav__toggle-icon-bar__laster {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

/**
 * Main Navigation
 */

.site-navbar-nav {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  z-index: 2;
}

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

.site-navbar-nav:after {
  clear: both;
}

.site-navbar-nav .site-navbar-nav__container {
  margin-top: .83333em;
  margin-bottom: .83333em;
}

.site-navbar-nav .menu-item {
  border-bottom: 1px solid #fba900;
  text-align: center;
  padding-left: 0;
}

.site-navbar-nav .menu-item:last-child {
  border-bottom: medium none;
}

.site-navbar-nav .menu-item.menu-item--active > .menu-item__link,
.site-navbar-nav .menu-item.current_page_parent > .menu-item__link,
.site-navbar-nav .menu-item.open > .menu-item__link {
  font-weight: 500;
  color: #ffffff;
}

.site-navbar-nav .menu-item.open > .menu-item__link {
  color: #fba900;
  font-weight: 500;
}

.site-navbar-nav .menu-item.open > .dropdown-menu::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  text-align: center;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #c88700 transparent;
  margin-left: auto;
  margin-right: auto;
}

.site-navbar-nav .menu-item .menu-item__link {
  color: #fba900;
  display: block;
  font-family: "Maven Pro", sans-serif;
  font-size: 1em;
  font-weight: 500;
  padding: .938em;
  text-transform: none;
  text-align: center;
}

.site-navbar-nav .dropdown .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
  width: 10px;
  height: 10px;
}

.site-navbar-nav .dropdown-menu {
  font-size: 1em;
  position: relative;
  float: none;
  padding: 0;
  margin: 0;
  border-top: 5px solid #c88700;
  border-left: medium none;
  border-right: medium none;
  border-bottom: medium none;
  background-color: #fba900;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-navbar-nav .dropdown-menu > .menu-item {
  border-bottom: 1px solid #c88700;
}

.site-navbar-nav .dropdown-menu > .menu-item > .menu-item__link {
  color: #ffffff;
  font-size: 1em;
  font-weight: 500;
  white-space: normal;
  text-align: 500;
}

.site-navbar-nav .dropdown-menu > .menu-item > .menu-item__link:hover,
.site-navbar-nav .dropdown-menu > .menu-item > .menu-item__link:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

.site-navbar-nav .dropdown-menu > .active > .menu-item__link,
.site-navbar-nav .dropdown-menu > .active > .menu-item__link:hover,
.site-navbar-nav .dropdown-menu > .active > .menu-item__link:focus,
.site-navbar-nav .dropdown-menu > .menu-item--active > .menu-item__link,
.site-navbar-nav .dropdown-menu > .menu-item--active > .menu-item__link:hover,
.site-navbar-nav .dropdown-menu > .menu-item--active > .menu-item__link:focus {
  color: #956400;
  font-weight: 500;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}

/**
 * Footer Navigation
 */

.site-footer-navigation .site-footer-navigation__menu {
  margin-left: -.7142em;
  margin-right: -.7142em;
}

.site-footer-navigation .site-footer-navigation__item {
  float: left;
  margin-left: .714em;
  margin-right: .714em;
  margin-bottom: 1em;
}

.site-footer-navigation .site-footer-navigation__item.site-footer-navigation__item--active .site-footer-navigation__link {
  color: #0080ff;
}

.site-footer-navigation .site-footer-navigation__item .site-footer-navigation__link {
  font-size: 1em;
  color: #99ccff;
  display: block;
}

.site-footer-navigation .site-footer-navigation__item .site-footer-navigation__link:hover {
  color: #0080ff;
}

/**
 * Footer Partners Navigation
 */

.site-footer-parteners .site-footer-parteners__container {
  margin-left: -.3333em;
  margin-right: -.3333em;
}

.site-footer-parteners .site-footer-parteners__menu {
  display: table;
}

.site-footer-parteners .site-footer-parteners__menu > .site-footer-parteners__item:last-child .site-footer-parteners__link:after {
  display: none;
}

.site-footer-parteners .site-footer-parteners__item {
  padding-left: .3333em;
  padding-right: .3333em;
  display: table-cell;
  vertical-align: top;
}

.site-footer-parteners .site-footer-parteners__item .site-footer-parteners__link {
  display: block;
  position: relative;
}

.site-footer-parteners .site-footer-parteners__item .site-footer-parteners__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 2px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 991px) {
  /**
	 * Main Navigation
	 */

  .site-navbar-nav .site-navbar-nav__menu > .menu-item > .menu-item__link {
    padding-left: 1.786em;
    padding-right: 1.786em;
  }
}

@media screen and (max-width: 467px) {
  /**
	 * Second Navigation
	 */

  .second-navigation {
    font-size: .857em;
  }

  .second-navigation .menu-item {
    margin-bottom: .5em;
  }

  .second-navigation .menu-item.menu-item-divider {
    display: none;
  }
}

@media screen and (min-width: 468px) {
  /**
	 * Second Navigation
	 */

  .second-navigation .menu-item {
    /* float: left;
	 		margin-left: .714em;
	 		margin-right: .714em;

	 		&:first-child {
	 			margin-left: 0;
	 		}

	 		&:last-child {
	 			margin-right: 0;
	 		} */
  }
}

@media screen and (min-width: 768px) {
  /**
	 * Second Navigation
	 */
}

@media screen and (min-width: 992px) {
  /**
	 * Second Navigation
	 */

  .second-navigation {
    float: right;
    margin-top: .571em;
    margin-bottom: 0;
  }

  /**
	 * Main Navigation
	 */

  .site-navbar-nav__toggle {
    display: none;
  }

  .site-navbar-nav {
    float: left;
    width: 56.84615385%;
    border: medium none;
  }

  .site-navbar-nav.in {
    overflow-y: auto;
  }

  .site-navbar-nav.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }

  .site-navbar-nav.in {
    overflow-y: visible;
  }

  .site-navbar-nav .site-navbar-nav__container {
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
  }

  .site-navbar-nav .site-navbar-nav__menu > .menu-item {
    border-bottom: medium none;
    position: relative;
    display: block;
    float: left;
    max-height: 4.1667em;
  }

  .site-navbar-nav .site-navbar-nav__menu > .menu-item:last-child {
    margin-right: 0;
  }

  .site-navbar-nav .site-navbar-nav__menu > .menu-item > .menu-item__link {
    color: #fba900;
    font-size: 1em;
    padding: 1.4444em .89em;
    position: relative;
    background-color: transparent;
  }

  .site-navbar-nav .site-navbar-nav__menu > .menu-item > .menu-item__link:hover {
    color: #ffffff;
  }

  .site-navbar-nav .site-navbar-nav__menu > .menu-item.active > .menu-item__link,
  .site-navbar-nav .site-navbar-nav__menu > .menu-item.menu-item--active > .menu-item__link {
    color: #ffffff;
    /* &:before {
							opacity: 1;
							filter: alpha(opacity=100);
							visibility: visible;
							width: 100%;
						} */
  }

  .site-navbar-nav .menu-item.open > .dropdown-menu,
  .site-navbar-nav .menu-item:hover > .dropdown-menu {
    top: 100%;
    opacity: .999;
    filter: alpha(opacity=1);
    visibility: visible;
    z-index: 1000;
    -webkit-transition: top 0.2s ease-in, visibility 0.2s ease-in, opacity 0.2s ease-in;
    transition: top 0.2s ease-in, visibility 0.2s ease-in, opacity 0.2s ease-in;
  }

  .site-navbar-nav .menu-item.open > .dropdown-menu::before,
  .site-navbar-nav .menu-item:hover > .dropdown-menu::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    text-align: center;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #c88700 transparent;
    margin-left: auto;
    margin-right: auto;
  }

  .site-navbar-nav .dropdown-menu {
    background-color: #fba900;
    position: absolute;
    top: 80%;
    left: -50%;
    right: -50%;
    display: block;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    outline: 1px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: -1;
    -webkit-transition: top 0.2s ease-out, visibility 0.2s ease-out, opacity 0.2s ease-out;
    transition: top 0.2s ease-out, visibility 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .site-navbar-nav .dropdown-menu > .menu-item > .menu-item__link {
    color: #ffffff;
    font-size: 1em;
    font-weight: 500;
    padding: .632em 1.688em;
    text-align: left;
  }

  .site-navbar-nav .dropdown-menu > .menu-item > .menu-item__link:hover,
  .site-navbar-nav .dropdown-menu > .menu-item > .menu-item__link:focus {
    text-decoration: none;
    color: #956400;
    background-color: transparent;
  }

  .site-navbar-nav .dropdown-menu > .menu-item .dropdown-menu {
    top: -5px;
    left: 100%;
  }

  .site-navbar-nav .dropdown-menu > .menu-item .dropdown-menu::before {
    display: none;
  }

  .site-navbar-nav .dropdown-menu > .menu-item .dropdown-menu > .menu-item {
    /*
					    &.open,
					    &:hover {

					    	> .dropdown-menu {
					    	}
					    }
					    */
  }

  .site-navbar-nav .dropdown-menu > .active > .menu-item__link,
  .site-navbar-nav .dropdown-menu > .active > .menu-item__link:hover,
  .site-navbar-nav .dropdown-menu > .active > .menu-item__link:focus,
  .site-navbar-nav .dropdown-menu > .menu-item--active > .menu-item__link,
  .site-navbar-nav .dropdown-menu > .menu-item--active > .menu-item__link:hover,
  .site-navbar-nav .dropdown-menu > .menu-item--active > .menu-item__link:focus {
    font-weight: 500;
    color: #956400;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
  }
}

@media screen and (min-width: 1200px) {
  /**
	 * Main Navigation
	 */

  .site-navbar-nav .site-navbar-nav__menu > .menu-item {
    margin-right: 1.35317997%;
  }
}

@media screen and (min-width: 1366px) {
  /**
	 * Main Navigation
	 */

  .site-navbar-nav .site-navbar-nav__menu > .menu-item {
    margin-right: 4.05953992%;
  }
}

/**
 * Content
 */

.site-bgk-pattern.site-bgk-pattern--strong {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAKlBMVEXp6uzp6+3r7e/s7vDt7/Hv8fPw8vTy9Pbz9ff19/n2+Pr3+fv5+/36/P7UvhfoAAAAMElEQVQI1w3GyQEAIAzDsHC2cWH/dUEviRG+LLmasyEftggZZk9+u1MWqhuxNMFlHii5AXfAy7kxAAAAAElFTkSuQmCC);
}

.buy-now,
.save-quote {
  padding: 0.7em 0.5em;
  font-size: 1em;
}

.fa__extendedWarranty {
  font-size: 45px;
  float: left;
  margin-right: 20px;
}

.section_with_quote hr {
  margin: 45px 0;
}

/**
 * Site page/post header
 */

.site-page__header {
  background-color: #202122;
  padding-top: 1.8611em;
  padding-bottom: 1.8611em;
}

.site-page__heading {
  font-size: 2em;
  color: #ffffff;
  margin-bottom: 0;
}

.site-page__subtitle {
  font-size: 1.2223em;
}

.site-page__subtitle.site-page__subtitle--has-space {
  margin-bottom: 1em;
}

.site-page__description {
  margin-bottom: 2.6667em;
}

.site-page__description.site-page__description--reduce-space {
  margin-bottom: 1.1111em;
}

/**
 * Site page/post subheader
 */

.site-page__subheader {
  text-align: center;
  margin-top: 1.6111em;
}

/**
 * Site text block
 */

.site-text-block + .site-text-block {
  margin-bottom: 2.7778em;
}

.site-text-block.site-text-block--size-small .site-text-block__content p {
  font-size: 0.8333em;
  line-height: 1.5333;
  margin-bottom: 0.8em;
}

.site-text-block__title {
  font-size: 1.4444em;
  margin-bottom: 0.8462em;
  text-align: left;
}

.site-text-block__content p {
  color: inherit;
}

.site-text-block__content a {
  font-weight: 300;
}

.site-text-block__content a span {
  color: #595959;
}

.site-text-block__content a:hover span {
  color: #fba900;
}

/**
 * Site loop post/page types
 */

.site-loop-complex__thumbnail {
  padding-bottom: 35%;
  position: relative;
  overflow: hidden;
  margin-bottom: 2em;
}

.site-loop-complex__thumbnail-holder {
  position: absolute;
  top: -50%;
  right: 0;
  bottom: -50%;
  left: 0;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: auto;
}

.site-loop-complex__thumbnail-link {
  display: block;
}

.site-loop-complex__image {
  width: 100%;
}

.site-loop-complex__short-desc {
  margin-bottom: 2em;
}

.updated:not(.published) {
  display: none;
}

/**
 * Site features
 */

.site-features .site-section__text {
  margin-bottom: 0;
}

.site-features__box {
  background-color: #ffffff;
  color: #202225;
  margin-bottom: 2em;
  padding-top: 2em;
}

.site-features__figure {
  max-width: 8.3333em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

.site-features__figure svg {
  width: 100%;
  height: auto;
}

.site-features__content {
  max-width: 90%;
}

.site-features__content p {
  margin-bottom: 2em;
}

/**
 * Site breadcrumb
 */

.site-breadcrumb {
  color: #ffffff;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-breadcrumb__item {
  display: inline-block;
  vertical-align: middle;
}

.site-breadcrumb__item.site-breadcrumb__item--divider {
  margin-left: 0.5556em;
  margin-right: 0.5556em;
}

.site-breadcrumb__label {
  margin-bottom: 0;
  color: inherit;
  font-size: 2em;
}

/**
 * Site announce
 *
 * An message that announche something
 * in repatable places
 */

.site-announce {
  color: inherit;
}

/**
 * Site footnote
 */

.site-footnote {
  font-size: 0.7778em;
}

/**
 * Site cylinders
 */

.site-cylinders {
  position: relative;
  min-height: 30.5556em;
  max-width: 15.5556em;
  margin-left: auto;
  margin-right: auto;
}

.site-cylinders__holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.site-cylinders__row {
  height: 100%;
  position: relative;
}

.site-cylinders__col,
.site-cylinders__col-mask {
  position: absolute;
  bottom: 0;
}

.site-cylinders__col.site-cylinders__col--alpha,
.site-cylinders__col.site-cylinders__col-mask--alpha,
.site-cylinders__col-mask.site-cylinders__col--alpha,
.site-cylinders__col-mask.site-cylinders__col-mask--alpha {
  left: 50%;
}

.site-cylinders__col-mask.site-cylinders__col-mask--alpha {
  height: 100%;
}

.site-cylinders__col-mask.site-cylinders__col-mask--alpha .site-cylinder__mask {
  background-color: #fba900;
}

.site-cylinders__col-mask.site-cylinders__col-mask--beta {
  height: 50%;
}

.site-cylinders__col-mask.site-cylinders__col-mask--beta .site-cylinder__mask {
  background-color: #202122;
}

.site-cylinder {
  text-align: center;
  color: #ffffff;
  padding-top: 1em;
  padding-bottom: 1em;
}

.site-cylinder__mask {
  position: relative;
  height: 100%;
  z-index: -1;
}

.site-cylinder__title {
  text-align: center;
  width: 0.8em;
  word-wrap: break-word;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  color: inherit;
  font-size: 1.5em;
}

/**
 * Site section
 */

.site-section {
  position: relative;
  padding-top: 2.25em;
  padding-bottom: 3em;
  overflow: hidden;
}

.site-section.site-section--hero {
  padding-top: 2.7222em;
  padding-bottom: 0;
}

.site-section.site-section-style.site-section-style--alpha {
  background-color: #fba900;
  color: #ffffff;
}

.site-section.site-section-style.site-section-style--beta {
  background-color: #ffffff;
  color: inherit;
}

.site-section.site-section-style.site-section-style--gamma {
  background-color: #222223;
  color: #a7a7a7;
}

.site-section.site-section-style.site-section-style--delta {
  background-color: #f4f4f4;
  color: inherit;
}

.site-section.site-section-space.site-section-space--no {
  padding-top: 0;
  padding-bottom: 0;
}

.site-section.site-section-space.site-section-space--reduce-text {
  padding-bottom: 1.9389em;
}

.site-section.site-section-space.site-section-space--big {
  padding-top: 6.5em;
  padding-bottom: 7.4444em;
}

.site-section.site-section-space.site-section-space--medium {
  padding-top: 2.9444em;
  padding-bottom: 3.556em;
}

.site-section.site-section-space.site-section-space--medium.site-section-space--medium-reduce {
  padding-bottom: 2.875em;
}

.site-section__mask {
  opacity: 0.07;
  filter: alpha(opacity=7);
  z-index: 1;
}

.site-section__mask,
.site-section__mask::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-section__mask::before,
.site-section__mask::after {
  content: "";
}

.site-section__mask.site-section__mask--has-patten::before {
  z-index: 2;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAKlBMVEXp6uzp6+3r7e/s7vDt7/Hv8fPw8vTy9Pbz9ff19/n2+Pr3+fv5+/36/P7UvhfoAAAAMElEQVQI1w3GyQEAIAzDsHC2cWH/dUEviRG+LLmasyEftggZZk9+u1MWqhuxNMFlHii5AXfAy7kxAAAAAElFTkSuQmCC);
  background-size: 7px 7px;
  background-repeat: repeat;
  opacity: 0.1;
  filter: alpha(opacity=1);
}

.site-section__mask.site-section__mask--has-overlay::after {
  z-index: 3;
  /* FF3.6-15 */
  /* Chrome4-9,Safari4-5 */
  /* Chrome10-25,Safari5.1-6 */
  /* Opera 11.10-11.50 */
  /* IE10 preview */
  background: -webkit-gradient(linear, left top, right top, from(#222223), color-stop(30%, rgba(34, 34, 35, 0)), color-stop(70%, rgba(34, 34, 35, 0)), to(#222223));
  background: linear-gradient(to right, #222223 0%, rgba(34, 34, 35, 0) 30%, rgba(34, 34, 35, 0) 70%, #222223 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222223', endColorstr='#222223',GradientType=1 );
  /* IE6-9 */
}

.site-section__mask.site-section__mask--is-solid {
  opacity: 1;
  filter: alpha(opacity=100);
}

.site-section__mask.site-section__mask--is-stick {
  padding-bottom: 60%;
}

.site-section__holder {
  position: relative;
  z-index: 4;
}

.site-section__footer {
  margin-top: -29px;
  background-color: rgba(13, 28, 41, 0.7);
  padding: 3.25rem 0;
  font-weight: 500;
  position: relative;
  z-index: 3;
}

.site-section__footer p {
  color: #fff;
}

.site-section__footer span {
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  color: #bababa;
  display: block;
  margin-bottom: 0.5em;
}

/**
 * Site section: header
 */

.site-section__header {
  margin-bottom: 1.4444em;
}

.site-section__header.site-section__header--space.site-section__header--space-small {
  margin-bottom: 2.5em;
}

.site-section__header.site-section__header--no-space {
  margin-bottom: 0;
}

.site-section__header.site-section__header--inline {
  display: inline-block;
  vertical-align: middle;
}

.site-section__heading,
.site-section__subheading,
.site-section__description {
  color: inherit;
  text-align: center;
}

.site-section__description span {
  font-size: 12px;
}

.more-information__block {
  padding: 40px 30px;
}

/**
 * Site header: heading
 */

.site-section__heading {
  margin-top: 0;
  margin-bottom: 0.2em;
  word-wrap: break-word;
  color: inherit;
}

.site-section__heading.site-section__heading--super {
  font-size: 3.375em;
}

/**
 * Site header: subheading
 */

.site-section__subheading {
  font-size: 1.6667em;
  font-weight: 500;
  text-align: left;
}

.site-section__subheading.site-section__subheading--small {
  font-size: 1.1111em;
}

.site-section__text {
  margin-bottom: 2.2em;
}

.site-section__text p {
  color: inherit;
}

.site-section__text.site-section__text--big {
  font-size: 1.1111em;
  line-height: 1.4;
}

.site-section__text.site-section__text--space-reduce {
  margin-bottom: 1.6667em;
}

/**
 * Site section: intro
 */

.site-section-intro__title,
.site-section-intro__description > p {
  color: inherit;
}

.site-section-intro__title {
  color: inherit;
  text-align: center;
  text-transform: uppercase;
}

/**
 * Site section: brandings
 */

.site-brandings {
  background-color: rgba(32, 33, 34, 0.34);
  border: 2px solid rgba(255, 255, 255, 0.34);
  padding: 0.6667em 1.25em 0.6111em;
  margin-bottom: 1.9444em;
}

.site-brandings.site-brandings--aggregate {
  display: inline-block;
  vertical-align: middle;
}

.site-brandings.site-brandings--aggregate .site-brandings__holder {
  margin-bottom: 0;
}

.site-brandings.site-brandings--alpha {
  background-color: transparent;
  border: medium none;
  padding: 0;
}

.site-brandings.site-brandings--no-heading {
  padding-top: 1.2222em;
}

.site-brandings__holder {
  margin-bottom: -8.89967638%;
}

.site-brandings__title {
  font-size: 1.6667em;
  font-weight: 400;
  color: inherit;
  text-align: center;
}

.site-brandings__title.site-brandings__title--less {
  font-size: 1.3333em;
}

.site-brandings__list {
  padding: 0;
  margin: 0;
  display: table;
  max-width: 100%;
  width: 100%;
}

.site-brandings__item {
  padding-left: 1em;
  padding-right: 1em;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.site-brandings__item > .site-brandings__logo {
  display: inline-block;
}

.site-brandings__link {
  display: inline-block;
}

/**
 * Site slider
 */

.site-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-ndex: -1;
}

.site-slider-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/**
 * Site box
 */

.site-box {
  font-size: 17px;
  min-height: 593px;
  position: relative;
  overflow: hidden;
  padding: 2.11764706em 2.11764706em 1.41176471em;
}

.site-box.site-box--vdark {
  background-color: #202122;
  color: #ffffff;
}

.site-box.site-box--vdark.site-box--vdark-gradient::after {
  /* FF3.6-15 */
  /* Chrome4-9,Safari4-5 */
  /* Chrome10-25,Safari5.1-6 */
  /* Opera 11.10-11.50 */
  /* IE10 preview */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), to(#161617));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, #161617 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#161617',GradientType=0 );
  /* IE6-9 */
}

.site-box.site-box--rounded {
  border-radius: 3px;
}

.site-box.site-box--has-gradient::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.site-box.site-box--space-top {
  margin-top: 1.35294118em;
}

.site-box__body {
  position: relative;
  z-index: 1;
}

.site-box__heading {
  font-size: 1.76470588em;
  color: inherit;
  text-align: center;
}

.site-box__description {
  color: #9B9B9B;
  margin-bottom: 1.3889em;
}

/**
 * Site box: form
 */

.site-box__form {
  margin-bottom: 0;
}

.site-box__form-group label.error {
  font-size: 0.6471em;
  position: absolute;
  left: 0;
  width: auto;
  bottom: -1.3636em;
  margin-bottom: 0;
}

.site-box__form-group.site-box__form-group--radio label.error,
.site-box__form-group.site-box__form-group--checkbox label.error {
  bottom: -0.5882em;
}

.site-box__form-group .site-box__form-group--radio label > span,
.site-box__form-group .site-box__form-group--checkbox label > span {
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.58);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.58);
}

.site-box__form-label {
  color: #9B9B9B;
}

.site-box__form-control.form-control {
  font-size: inherit;
  padding: 0.32352941em 0.64705882em;
  line-height: 1.41176471;
  border-color: #ffffff;
  min-height: 0;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.58);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.58);
}

.site-box__form-control.form-control:focus {
  border-color: #ffffff;
}

.site-box__form-control.form-control + .select2-container .select2-selection {
  border-color: #ffffff;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.58);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.58);
}

.site-box__form-control.form-control + .select2-container.select2-container--open .select2-selection {
  border-color: #ffffff;
}

/**
 * Panels
 */

#quoteOptions .panel-group .panel-heading {
  padding: 0px;
}

#quoteOptions .panel-group .panel-heading .panel-title a {
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
  font-size: 23px;
  color: #ffffff;
  background-color: #fba900;
}

#quoteOptions .panel-group .panel-heading .panel-title a:hover {
  background-color: #c88700;
}

#quoteOptions .panel-group .panel-body {
  padding: 0;
}

#quoteOptions .panel-group .panel-body .table-wrapper {
  overflow-x: scroll;
  display: inline-block;
  overflow-x: auto;
  float: left;
  height: 100%;
  width: 100%;
}

#quoteOptions .panel-group .panel-body .table-wrapper table {
  /*min-width: 640px;*/
}

#quoteOptions .panel-group .panel-body .table-wrapper table td {
  padding: 15px;
}

@media screen and (max-width: 992px) {
  #quoteOptions .panel-group .panel-body table .button {
    padding: 10px;
  }
}

@media screen and (max-width: 690px) {
  #quoteOptions .panel-group .panel-body .table-wrapper {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
					Label the data
					*/
  }

  #quoteOptions .panel-group .panel-body .table-wrapper table,
  #quoteOptions .panel-group .panel-body .table-wrapper thead,
  #quoteOptions .panel-group .panel-body .table-wrapper tbody,
  #quoteOptions .panel-group .panel-body .table-wrapper th,
  #quoteOptions .panel-group .panel-body .table-wrapper td,
  #quoteOptions .panel-group .panel-body .table-wrapper tr {
    display: block;
  }

  #quoteOptions .panel-group .panel-body .table-wrapper thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #quoteOptions .panel-group .panel-body .table-wrapper tr {
    border: 1px solid #ccc;
  }

  #quoteOptions .panel-group .panel-body .table-wrapper td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  #quoteOptions .panel-group .panel-body .table-wrapper a {
    text-align: center;
    width: 100%;
  }

  #quoteOptions .panel-group .panel-body .table-wrapper td:before {
    /* Now like a table header */
    /*position: absolute;*/
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }

  #quoteOptions .panel-group .panel-body .table-wrapper td:nth-of-type(1):before {
    content: "Months";
  }

  #quoteOptions .panel-group .panel-body .table-wrapper td:nth-of-type(2):before {
    content: "Mileage";
  }

  #quoteOptions .panel-group .panel-body .table-wrapper td:nth-of-type(3):before {
    content: "Pricing";
  }

  #quoteOptions .panel-group .panel-body .table-wrapper td:nth-of-type(4):before {
    content: "";
    padding-right: 0px;
  }

  #quoteOptions .panel-group .panel-body .table-wrapper td:nth-of-type(5):before {
    content: "";
    padding-right: 0px;
  }
}

/**
 *	Quote details
 */

.qoute-details-options .left-side {
  float: left;
  display: inline-block;
  padding-right: 30px;
  margin-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-right: solid 2px #dcdcdc;
}

.qoute-details-options .right-side {
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
}

.qoute-details-options .border-top {
  padding-top: 20px;
  margin-top: 30px;
  border-top: solid 1px #dcdcdc;
}

@media screen and (max-width: 767px) {
  .qoute-details-options .left-side {
    padding-right: 0px;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: solid 2px #dcdcdc;
    border-right: 0px;
    width: 100%;
  }
}

/**
 *	Checkout
 */

.exp-date-row {
  position: relative;
}

.exp-date-row .separator-wrapper {
  position: absolute;
  left: calc(50% - 3px);
  top: 6px;
}

.js-site-payment__errors-wrapper {
  margin-top: 10px;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .exp-date-row .separator-wrapper {
    position: relative;
    visibility: hidden;
    top: 0;
  }
}

/**
 *	Plans
 */

@media screen and (max-width: 767px) {
  #platinumPlan .padding-h-50 {
    padding: 0px;
  }

  #silverPlan .padding-h-50 {
    padding: 0px;
  }
}

#plansBrochure .brochure-section {
  margin-top: 40px;
}

#plansBrochure .brochure-section .brochure-wrapper {
  margin-bottom: 2.7778em;
}

#plansBrochure .brochure-section .brochure-wrapper .brochure-header {
  margin-bottom: 10px;
  min-height: 80px;
  line-height: 80px;
}

#plansBrochure .brochure-section .brochure-wrapper .brochure-header .brochure-logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 80px;
  max-width: 5em;
}

#plansBrochure .brochure-section .brochure-wrapper .brochure-header h4 {
  display: inline-block;
}

#plansBrochure .brochure-section .brochure-wrapper .brochure-car-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 485px;
}

#plansBrochure .brochure-section .brochure-wrapper .brochure-car-wrapper img {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#plansBrochure .brochure-section .brochure-wrapper .button-wrapper {
  width: 100%;
  text-align: center;
}

#plansBrochure .brochure-section .brochure-wrapper .button-wrapper .button {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  #plansBrochure .brochure-section {
    margin-top: 40px;
  }

  #plansBrochure .brochure-section .brochure-wrapper {
    max-width: 303px;
    width: 100%;
    float: none;
    margin: 0 auto;
    margin-bottom: 2.7778em;
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  #plansBrochure .brochure-section .brochure-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/**
 * Site stackbox
 */

.site-stackbox {
  padding-bottom: 69.07692308%;
  text-align: center;
  background-color: #202122;
  min-height: 36.6667em;
}

.site-stackbox__mask,
.site-stackbox__mask::after,
.site-stackbox__holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.site-stackbox__mask {
  opacity: 0.35;
  filter: alpha(opacity=35);
}

.site-stackbox__mask::after {
  content: "";
  display: block;
  z-index: 2;
  /* FF3.6-15 */
  /* Chrome4-9,Safari4-5 */
  /* Chrome10-25,Safari5.1-6 */
  /* Opera 11.10-11.50 */
  /* IE10 preview */
  background: -webkit-gradient(linear, left top, left bottom, from(#202122), color-stop(11%, rgba(32, 33, 34, 0.84)), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, #202122 0%, rgba(32, 33, 34, 0.84) 11%, rgba(0, 0, 0, 0) 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202122', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

.site-stackbox__inner {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.site-stackbox__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em 0.9375em;
  height: 100%;
}

.site-stackbox__block a {
  margin-top: auto;
}

.site-stackbox__title,
.site-stackbox__description,
.site-stackbox__description > p {
  color: #ffffff;
  font-weight: 500;
}

.site-stackbox__title {
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 0;
}

.site-stackbox__subtitle {
  font-size: 1.1111em;
  color: #a7a7a7;
}

.site-stackbox__description > p {
  margin-bottom: 1.3889em;
}

/**
 * Site stackline
 */

.site-stackline {
  text-align: center;
  background-color: #f4f4f4;
  padding: 3em 0 3.2222em;
}

.site-stackline__title {
  text-transform: uppercase;
  margin-bottom: 0.25em;
}

.site-stackline__description {
  font-weight: 500;
}

.site-stackline__description > p {
  margin-bottom: 1.3333em;
}

/**
 * Site panel
 */

.site-panel {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-panel__toggle,
.site-panel__body {
  padding: 15px;
}

.site-panel__heading {
  border: none;
  position: relative;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.site-panel__title {
  font-size: 1em;
  font-weight: 500;
  color: #ffffff;
}

.site-panel__toggle {
  display: block;
  background-color: #fba900;
  overflow: hidden;
  border-radius: 3px;
  /* &:before {
		font-family: FontAwesome;
		content: "\f056";
		position: absolute;
		left: 0;
		color: #000;
	} */
}

.site-panel__toggle:hover,
.site-panel__toggle:active,
.site-panel__toggle:focus {
  color: inherit;
}

.site-panel__toggle.collapsed {
  background-color: #202122;
  /* &:before {
			content: "\f055";
		} */
}

.site-panel__group .site-panel__heading + .site-panel__collapse > .site-panel__body {
  border: none;
}

.site-panel__body,
.site-panel__body p {
  color: #191919;
}

.site-panel__body > p:last-child {
  margin-bottom: 0;
}

#announcement_banner {
  background-color: #c32229;
  color: white;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#announcement_banner #learn-more {
  border: 1px solid white;
  padding: 3px 8px;
}

#announcement_banner #learn-more:hover {
  background: white;
  color: #c32229;
  cursor: pointer;
}

#announcement_banner #dismiss-banner {
  cursor: pointer;
  margin-left: 10px;
  font-size: 22px;
}

#announcement_banner #dismiss-banner:hover {
  color: #f78181;
}

#announcement_banner {
  animation: fadein 0.75s;
  -moz-animation: fadein 0.75s;
  /* Firefox */
  -webkit-animation: fadein 0.75s;
  /* Safari and Chrome */
  -o-animation: fadein 0.75s;
  /* Opera */
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  /**
	 * Site cylinders
	 */

  /**
	 * Site box: brandings
	 */
}

@media screen and (max-width: 467px) {
  /**
	 * Site box: brandings
	 */

  .site-brandings {
    padding-left: 0;
    padding-right: 0;
  }

  .site-brandings__item {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

@media screen and (min-width: 468px) {
  /**
	 * Site stackbox
	 */

  .site-stackbox__block {
    padding-left: 12.30769231%;
    padding-right: 12.30769231%;
  }
}

@media screen and (min-width: 768px) {
  /**
	 * Site breadcrumb
	 */

  .site-breadcrumb__label {
    font-size: 2.11em;
  }

  /**
	 * Site cylinders
	 */

  /**
	 * Site section
	 */

  /**
	 * Site section: heading
	 */

  .site-section__heading.site-section__heading--super {
    font-size: 3.375em;
  }

  .site-page__heading,
  .site-breadcrumb__label {
    font-size: 2.11em;
  }

  .site-page__subtitle.site-page__subtitle--has-space {
    margin-bottom: 2.1818em;
  }

  .site-section__footer {
    padding-top: 1.8333em;
  }
}

@media screen and (min-width: 992px) {
  .site-page__heading,
  .site-breadcrumb__label {
    font-size: 2.78em;
  }

  /**
	 * Site breadcrumb
	 */

  /**
	 * Site section
	 */

  .site-section__holder.site-section__holder--roomed {
    padding-bottom: 26.94736842%;
  }

  .site-section__holder.site-section__holder--roomed .site-section__body {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  .site-section__holder.site-section__holder--roomed .site-section__content {
    display: table;
    height: 100%;
    width: 100%;
  }

  .site-section__holder.site-section__holder--roomed .site-section__inner {
    display: table-cell;
  }

  .site-section__holder.site-section__holder--roomed.site-section__holder--roomed--pos-top .site-section__inner {
    vertical-align: top;
  }

  .site-section__holder.site-section__holder--roomed.site-section__holder--roomed--pos-middle .site-section__inner {
    vertical-align: middle;
  }

  .site-section__holder.site-section__holder--roomed.site-section__holder--roomed--pos-bottom .site-section__inner {
    vertical-align: bottom;
  }

  /**
	 * Site section: heading
	 */

  .site-section__heading.site-section__heading--super {
    font-size: 3.775em;
  }

  /**
	 * Site stackbox
	 */

  .site-stackbox__block {
    padding-left: 20%;
    padding-right: 20%;
  }
}

@media screen and (min-width: 1200px) {
  /**
	 * Site section
	 */

  .site-section {
    padding-top: 4.25em;
    padding-bottom: 5em;
  }

  .site-section.site-section--hero {
    padding-top: 3.7222em;
  }

  .site-section.site-section-space.site-section-space--reduce-text {
    padding-bottom: 2.9389em;
  }

  .site-section.site-section-space.site-section-space--medium {
    padding-top: 4.9444em;
    padding-bottom: 6.0556em;
  }

  .site-section.site-section-space.site-section-space--medium.site-section-space--medium-reduce {
    padding-bottom: 4.875em;
  }

  /**
	 * Site section: heading
	 */

  .site-section__heading.site-section__heading--super {
    font-size: 5em;
  }

  #plansBrochure .brochure-section .brochure-wrapper .brochure-header .brochure-logo {
    max-width: 100%;
  }
}

/**
 * Media
 */

.media-image {
  margin-bottom: 2.2em;
}

/**
 * Galleries
 */

/**
 * Embeds
 */

embed,
iframe,
object,
video {
  max-width: 100%;
}

/**
 * Social media
 */

.social-sharing__menu-position.social-sharing__menu-position--center {
  text-align: center;
}

.social-sharing__menu-position .social-sharing__menu {
  display: inline-block;
  vertical-align: middle;
}

.social-sharing__menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-sharing__menu:before,
.social-sharing__menu:after {
  display: table;
  content: " ";
}

.social-sharing__menu:after {
  clear: both;
}

.social-sharing__menu .social-sharing__item {
  float: left;
  margin-left: .400em;
  margin-right: .400em;
}

.social-sharing__menu .social-sharing__item:first-child {
  margin-left: 0;
}

.social-sharing__menu .social-sharing__item:last-child {
  margin-right: 0;
}

.social-sharing__menu .social-sharing__link {
  font-size: .933em;
  display: block;
}

.social-sharing__menu .social-sharing__link:hover .social-sharing__icon {
  color: #ffffff;
}

.social-sharing__menu .social-sharing__icon {
  color: #a6ff00;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-sharing__menu.social-sharing__menu--tuatara .social-sharing__link:hover .social-sharing__icon {
  color: #a6ff00;
}

.social-sharing__menu.social-sharing__menu--tuatara .social-sharing__icon {
  color: #1c1c1b;
}

/**
 * Pagination
 */

/**
 * Alert
 */

.alert {
  font-weight: 500;
  margin-bottom: 0;
  margin-bottom: 35px;
  padding: 15px;
}

.alert h4 {
  margin: 0px;
  padding-right: 10px;
  font-size: 20px;
}

.alert .close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}

/**
 * Modal
 */

.modal {
  text-align: center;
  /* &:before {
		content: "";
		height: 100%;
		margin-left: -5px;
	} */
  /* .modal-sm-330 {
		width: 330px;
	} */
}

.modal .modal-dialog {
  text-align: left;
  margin-top: 6.25%;
}

.modal .modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0px 7px 20px rgba(32, 33, 34, 0.5);
  box-shadow: 0px 7px 20px rgba(32, 33, 34, 0.5);
  border-color: #202122;
}

.modal .modal-header {
  background-color: #202122;
  padding: 0.857em;
  border-color: #202122;
}

.modal .modal-header .modal-title {
  color: #eaeaea;
  font-size: 1.5em;
}

.modal .modal-header .close {
  border: medium none;
  color: #ffffff;
  display: block;
  font-size: 1.5em;
  filter: alpha(opacity=100);
  float: right;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.2;
  padding: 0;
  text-shadow: 0 1px 0 #ffffff;
  background-color: transparent;
}

.modal .modal-header .close:hover,
.modal .modal-header .close:focus {
  background-color: transparent;
}

.modal .modal-body {
  padding: 1.786em 1.071em;
}

.modal .modal-body-footer {
  padding-top: 1.786em;
}

.modal .modal-body-footer .btn + .btn {
  margin-left: 1.429em;
}

.modal .modal-footer {
  border-top: medium none;
  text-align: left;
  padding: 0 1.071em 1.786em;
}

.modal .modal-footer .btn + .btn {
  margin-left: 1.429em;
}

.center-footer .modal-header,
.center-footer .modal-footer {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal.site-modal.site-modal__size--small .modal-dialog {
    width: 330px;
  }

  .modal.site-modal.site-modal__size--medium .modal-dialog {
    width: 398px;
  }

  .modal.site-modal.site-modal__size--large .modal-dialog {
    width: 430px;
  }

  .modal .modal-body,
  .modal .modal-footer {
    padding-left: 1.786em;
    padding-right: 1.786em;
  }
}

@media screen and (min-width: 992px) {
  .modal .modal-header .close:hover,
  .modal .modal-header .close:focus {
    color: #94989d;
    text-shadow: 0 1px 0 #000000;
  }
}

/**
 * Simple fade transition,
 */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-close {
  padding-right: 12px !important;
  width: 44px !important;
}

.btnYoutubeContainer {
  width: 100%;
  text-align: center;
}

.popup-youtube {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  font-size: 25px;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 40px;
  margin-bottom: 20px;
  display: inline-block;
  width: 255px;
  vertical-align: middle;
}

@media screen and (min-width: 1000px) {
  .popup-youtube {
    margin-top: 100px;
  }
}

.popup-youtube svg {
  font-size: 12px;
  color: #fff;
  max-width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.popup-youtube span {
  display: inline-block;
}

.popup-youtube h2 {
  font-size: 25px;
  font-weight: 500;
  display: inline-block;
  color: #fff;
}

.popup-youtube img {
  margin: 0 auto;
}

.popup-youtube:hover {
  color: #01aafd;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.popup-youtube:hover svg {
  color: #01aafd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/**
 * 404 Styles
 */

/**
 * Select2
 */

.select2-container {
  width: 100% !important;
  display: block;
}

.select2-container:not(.select2) {
  font-size: inherit;
}

.select2-container .selection {
  display: block;
}

.select2-container .select2-search--inline {
  display: none;
}

.select2-container .select2-selection {
  padding-right: 1.94em;
}

.select2-container .select2-selection .select2-selection__rendered {
  display: block;
  padding: 0;
  margin: 0;
  line-height: inherit;
  text-align: left;
  color: inherit;
  position: relative;
}

.select2-container .select2-selection .select2-selection__rendered-image {
  left: 0;
}

.select2-container .select2-selection .select2-selection__choice {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: medium none;
  border-radius: 0;
}

.select2-container .select2-selection .select2-selection__choice__remove {
  display: none;
}

.select2-container .select2-selection .select2-selection__arrow {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 10px;
  width: 8px;
  height: 16px;
}

.select2-container .select2-selection .select2-selection__arrow > b {
  border: medium none;
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.select2-container .select2-selection .select2-selection__arrow > b::before,
.select2-container .select2-selection .select2-selection__arrow > b::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.select2-container .select2-selection .select2-selection__arrow > b::before {
  border-width: 7px 4px 0 4px;
  border-color: #202225 transparent transparent transparent;
  bottom: 0;
}

.select2-container .select2-selection .select2-selection__arrow > b::after {
  border-width: 0 4px 7px 4px;
  border-color: transparent transparent #202225 transparent;
  top: 0;
}

.select2-container .select2-choice {
  font-family: "Maven Pro", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 17px;
  width: 100%;
  padding: 9px 28px 9px 10px;
  border-color: rgba(0, 0, 0, 0.12);
  overflow: visible;
  border-radius: 0;
}

.select2-container .select2-choice:hover {
  text-decoration: none;
}

.select2-container .select2-choice > .select2-chosen {
  width: 100%;
  white-space: normal;
}

.select2-container .select2-choice .select2-arrow {
  background-color: white;
  width: 28px;
  padding-left: 10px;
}

.select2-container .select2-choice .select2-arrow b::after {
  left: 0;
  margin-left: 0;
  border-top-color: rgba(0, 0, 0, 0.12);
}

.select2-container.select2-container--focus .select2-selection--multiple {
  border-color: rgba(0, 0, 0, 0.12);
}

.select2-container.select2-container--open .select2-selection {
  outline: 0 none;
  border-color: #b3b3b3;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container.select2-container--open .select2-selection .select2-selection__arrow > b {
  border-width: 0 .2778em .4444em .2778em;
  border-color: transparent transparent #ffffff transparent;
}

.select2-container .select2-selection .select2-selection__rendered-text,
.select2-dropdown .select2-results__option .select2-selection__rendered-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-left: 2.7778em;
  padding-right: 1.3333em;
}

.select2-container .select2-selection .select2-selection__rendered-image,
.select2-dropdown .select2-results__option .select2-selection__rendered-image {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  max-width: 41px;
  max-height: 24px;
  margin-top: auto;
  margin-bottom: auto;
}

.select2-dropdown {
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  border: medium none;
  background-color: #ffffff;
  border-radius: 3px !important;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
}

.select2-dropdown .select2-search--dropdown {
  padding: .625em;
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
  color: #000000;
  min-height: 2.3125em;
  padding: 0.34375em 0.6875em;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
}

.select2-dropdown .select2-results > .select2-results__options {
  max-height: 17.5em;
}

.select2-dropdown .select2-results__option {
  font-size: 1em;
  font-weight: 500;
  position: relative;
  padding: 0.34375em 0.6875em;
  line-height: 1.5;
  border-bottom: 1px solid rgba(32, 33, 34, 0.5);
  color: #202122;
}

.select2-dropdown .select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-dropdown .select2-results__option.select2-results__option[aria-selected="true"] {
  background-color: #202122;
  color: #ffffff;
}

.select2-dropdown .select2-results__option .select2-selection__rendered-image {
  left: 12px;
}

.select2-results .select2-ajax-error,
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  padding: 10px;
}

