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

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-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: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-rebel:before {
  content: ""; }

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

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

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

.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-genderless:before,
.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-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-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: ""; }

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Circular-Book", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.111111111;
  color: #121212;
  background-color: #ffffff; }

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

a {
  color: #00dbdb;
  text-decoration: none; }
  a:hover, a:focus {
    color: #008f8f;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.111111111;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #f2f2f2; }

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Circular-Black", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #dbdbdb; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 18px;
  margin-bottom: 9px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9px;
  margin-bottom: 9px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 9px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #dbdbdb; }

.text-primary {
  color: #ff2434; }

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

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

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

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

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

.text-warning {
  color: #ff8800; }

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #ff2434; }

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

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #f2f2f2; }

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

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

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

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

dt,
dd {
  line-height: 1.111111111; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #dbdbdb; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 30px;
  border-left: 5px solid #f2f2f2; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.111111111;
    color: #dbdbdb; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f2f2f2;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.111111111; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 752px; } }
  @media (min-width: 992px) {
    .container {
      width: 972px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1172px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -16px;
  margin-right: -16px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

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

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

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

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

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

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 17px;
  line-height: 1.111111111;
  color: #121212; }

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.111111111;
  color: #121212;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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;
  -o-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; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #888888;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #888888; }
  .form-control::-webkit-input-placeholder {
    color: #888888; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #f2f2f2;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 32px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 28px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 48px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 35px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

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

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

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

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

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

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

.form-group-sm .form-control-static {
  height: 28px;
  min-height: 29px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.5; }

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

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

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

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

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

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

.form-group-lg .form-control-static {
  height: 48px;
  min-height: 37px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 40px; }

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

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

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ff8800; }

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

.has-warning .input-group-addon {
  color: #ff8800;
  border-color: #ff8800;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #ff8800; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

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

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

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

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

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

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

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

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

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

.form-horizontal .form-group {
  margin-left: -16px;
  margin-right: -16px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.111111111;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #ff2434;
  border-color: #ff0b1c; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #f00012;
    border-color: #8a000a; }
  .btn-primary:hover {
    color: #fff;
    background-color: #f00012;
    border-color: #cc000f; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f00012;
    border-color: #cc000f; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #cc000f;
      border-color: #8a000a; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #ff2434;
    border-color: #ff0b1c; }
  .btn-primary .badge {
    color: #ff2434;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #92e607;
  border-color: #82cd06; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #73b505;
    border-color: #345202; }
  .btn-success:hover {
    color: #fff;
    background-color: #73b505;
    border-color: #5d9204; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #73b505;
    border-color: #5d9204; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #5d9204;
      border-color: #345202; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #92e607;
    border-color: #82cd06; }
  .btn-success .badge {
    color: #92e607;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #0c7afb;
  border-color: #046eea; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #0362d1;
    border-color: #02336c; }
  .btn-info:hover {
    color: #fff;
    background-color: #0362d1;
    border-color: #0351ad; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0362d1;
    border-color: #0351ad; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #0351ad;
      border-color: #02336c; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #0c7afb;
    border-color: #046eea; }
  .btn-info .badge {
    color: #0c7afb;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #ff8800;
  border-color: #cc6d00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #cc6d00;
    border-color: #4d2900; }
  .btn-warning:hover {
    color: #fff;
    background-color: #cc6d00;
    border-color: #8f4c00; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cc6d00;
    border-color: #8f4c00; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #a85a00;
      border-color: #4d2900; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #ff8800;
    border-color: #cc6d00; }
  .btn-warning .badge {
    color: #ff8800;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #ff2434;
  border-color: #ff0b1c; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #f00012;
    border-color: #8a000a; }
  .btn-danger:hover {
    color: #fff;
    background-color: #f00012;
    border-color: #cc000f; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f00012;
    border-color: #cc000f; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #cc000f;
      border-color: #8a000a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #ff2434;
    border-color: #ff0b1c; }
  .btn-danger .badge {
    color: #ff2434;
    background-color: #fff; }

.btn-link {
  color: #00dbdb;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #008f8f;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #dbdbdb;
    text-decoration: none; }

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

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

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

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

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

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

.btn-group > .btn-group {
  float: left; }

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

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

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

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

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

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

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

.btn-group-vertical > .btn-group > .btn {
  float: none; }

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

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

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

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

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

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

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  color: #121212;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 19px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.panel {
  margin-bottom: 18px;
  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 {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-group {
  margin-bottom: 18px; }
  .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: #343434;
    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: #343434; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #ff2434; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #ff2434;
    border-color: #ff2434; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ff2434; }
    .panel-primary > .panel-heading .badge {
      color: #ff2434;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ff2434; }

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

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

body {
  -webkit-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  overflow-x: hidden; }

body.static {
  overflow: hidden;
  position: fixed; }

body.content {
  padding: 0; }

label {
  font-weight: 400; }

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.row-flex.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.row-flex .self-flex-end {
  align-self: flex-end; }

.container-deco {
  position: relative;
  display: block;
  text-align: center; }
  .container-deco .container-deco-body {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    background-color: #ffffff;
    padding: 0 26px;
    z-index: 10; }
  .container-deco a {
    text-decoration: none; }
  .container-deco::after {
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    z-index: 5;
    left: 0; }
  .container-deco .circle-gray {
    color: #343434; }

.content-blog .container-deco::after {
  height: 2px; }

body > .content:first-of-type {
  margin-top: -18px; }

.content {
  padding: 18px 0;
  color: #121212;
  background-color: #ffffff; }

.content-circle {
  background-image: url("../img/circle.png");
  background-repeat: no-repeat;
  background-position: center center; }

.content-404,
.content-500 {
  background-repeat: no-repeat;
  background-position: center center; }

.content-404 {
  background-image: url("../img/404.png"); }

.content-500 {
  background-image: url("../img/500.png"); }

.content-carousel-container {
  padding-bottom: 0; }

.content-parallax {
  position: relative;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0; }
  .content-parallax > [data-type='content'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    padding: 18px 26px;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .content-parallax [data-type='background'] {
    width: 100%; }

.content-parallax .cta {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.highlighted-list li a {
  -webkit-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
  -webkit-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  padding: 8px 15px;
  border-bottom: 1px solid transparent;
  margin-left: 5px;
  border-radius: 4px;
  text-decoration: none; }
  .highlighted-list li a:hover {
    background-color: #ffffff;
    color: #ff2434; }
  .highlighted-list li a:focus {
    background-color: transparent;
    text-decoration: none; }

/*
Pretty much the same as the normal variation right now with a little change.
This should replace the old one later. But for now We'd like to keep it backwards compatible
*/
strong.price {
  color: #000;
  font-size: 1.6em;
  margin-right: 10px; }

.content-gray {
  background-color: #f2f2f2;
  color: #121212; }
  .content-gray ul.tagcloud > li.tag.active > a,
  .content-gray .container-deco::after {
    background-color: #f2f2f2; }
  .content-gray .radio-btn .radio-btn-default,
  .content-gray:not(body) .btn.btn-default:not(.btn-red):not(.btn-purple):not(.btn-aqua):not(.btn-transparent),
  .content-gray .panel-footer .btn.btn-default {
    color: #f2f2f2;
    border-color: rgba(242, 242, 242, 0.25);
    border-bottom-color: #f2f2f2; }
    .content-gray .radio-btn .radio-btn-default:hover,
    .content-gray:not(body) .btn.btn-default:not(.btn-red):not(.btn-purple):not(.btn-aqua):not(.btn-transparent):hover,
    .content-gray .panel-footer .btn.btn-default:hover {
      color: #ffffff;
      border-bottom-color: #e66700; }
  .content-gray .modal-tabs-scroll,
  .content-gray .modal-tabs-scroll + .modal-content,
  .content-gray .tabs-scroll,
  .content-gray .tabs-scroll + .tab-content {
    border-color: #f2f2f2; }
  .content-gray .modal-tabs .modal-title,
  .content-gray .nav-tabs.nav-tabs-white > li.active > a,
  .content-gray .nav-tabs.nav-tabs-white > li.active > a:hover,
  .content-gray .panel-add::before,
  .content-gray.content-fullpage .footer-social .circle > .fa {
    color: #f2f2f2; }
  .content-gray .ui-pnotify-closer,
  .content-gray blockquote p,
  .content-gray ol > li::before,
  .content-gray p:not(.text-white):not(.text-muted) a:not(.btn),
  .content-gray .panel .panel-body p > a:not(.btn),
  .content-gray .panel .panel-footer > p:not(.text-white) > a:not(.btn) {
    color: #f2f2f2; }
  .content-gray p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: #121212; }
  .content-gray .hero .hero-addon p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: inherit; }
  .content-gray .hero.hero-invert .hero-addon > p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: #ffffff; }
  .content-gray > .cookie-warning p:not(.text-white):not(.text-muted) a {
    color: rgba(255, 255, 255, 0.4); }
  .content-gray ol > li > a,
  .content-gray .btn-link,
  .content-gray .list-unstyled > li > a {
    color: #f2f2f2; }
  .content-gray .btn-link:hover {
    color: #bfbfbf; }
  .content-gray .btn-white:hover {
    color: #f2f2f2;
    border-color: #f2f2f2; }
  .content-gray .tagcloud-inline > .tag > a,
  .content-gray .tagcloud > .tag > a {
    color: #888888; }
  .content-gray .tagcloud-inline > .tag > a:hover {
    color: #f2f2f2; }
  .content-gray > p > a,
  .content-gray p.text-white > a,
  .content-gray .tagcloud .tag.active a {
    color: #ffffff; }
  .content-gray .panel-footer p > a {
    color: #f2f2f2; }
  .content-gray .tagcloud .tag a:hover {
    background-color: #f2f2f2;
    color: #ffffff; }
  .content-gray .content-white p > a {
    color: #f2f2f2; }
  .content-gray .content-white p > a.btn-action {
    color: #ffffff; }
  .content-gray:not(body) .panel-product .panel-heading,
  .content-gray .panel-heading .toggle,
  .content-gray .panel-heading a,
  .content-gray .panel-heading a.link-inline {
    color: #f2f2f2; }
  .content-gray .panel .panel-titlebar {
    background-color: #d9d9d9; }
  .content-gray .panel-heading a.btn.btn-action {
    color: #ffffff; }
  .content-gray .product-list-item.active,
  .content-gray .product-list-item.active:hover {
    border-top-color: #f2f2f2;
    border-bottom-color: #f2f2f2; }
    .content-gray .product-list-item.active:last-child,
    .content-gray .product-list-item.active:hover:last-child {
      border-bottom-width: 0; }
  .content-gray .product-list .list-group .list-group-item > a {
    color: #f2f2f2; }
  .content-gray .product-actions .btn-default {
    border-bottom-color: #f2f2f2;
    color: #f2f2f2; }
  .content-gray .product-actions .btn-default:hover {
    color: #ffffff;
    border-bottom-color: #e66700; }
  .content-gray .product-price .badge,
  .content-gray .invoice-badge,
  .content-gray .product-badge {
    background-color: #f2f2f2;
    color: #ffffff; }
  .content-gray .template-body a,
  .content-gray a.invoice-download {
    color: #f2f2f2; }
  .content-gray .active .property-name,
  .content-gray .selected .property-name,
  .content-gray .active .property-icon,
  .content-gray .selected .property-icon {
    color: #f2f2f2; }
  .content-gray .text-highlight {
    color: #f2f2f2; }
  .content-gray .highlighted-list li a {
    -webkit-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    transition: color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    padding: 8px 15px;
    border-bottom: 1px solid transparent;
    margin-left: 5px;
    border-radius: 4px;
    text-decoration: none; }
    .content-gray .highlighted-list li a:hover {
      background-color: #ffffff;
      color: #ff2434; }
    .content-gray .highlighted-list li a:focus {
      background-color: transparent;
      text-decoration: none; }
  .content-gray li.highlight > a {
    color: #ffffff; }
    .content-gray li.highlight > a:hover {
      color: #f2f2f2; }
  .content-gray .navbar-main .nav li.open > a {
    color: #f2f2f2; }
  .content-gray .navbar-sub .navbar-brand, .content-gray.navbar-sub .navbar-brand {
    color: #f2f2f2; }
  .content-gray .navbar-sub .nav li.active > a, .content-gray.navbar-sub .nav li.active > a {
    color: #f2f2f2; }
  .content-gray .navbar.navbar-wizard {
    background-color: #f2f2f2; }
    .content-gray .navbar.navbar-wizard > .container::before {
      background: white; }
    .content-gray .navbar.navbar-wizard .navbar-nav > li {
      background-color: #f2f2f2; }
    .content-gray .navbar.navbar-wizard .navbar-nav > li.active a .circle {
      color: #f2f2f2; }
    .content-gray .navbar.navbar-wizard .navbar-nav > li.done a .circle {
      background-color: white;
      border-color: white;
      color: #f2f2f2; }
    .content-gray .navbar.navbar-wizard .navbar-nav > li .circle {
      border-color: white;
      color: white; }
    .content-gray .navbar.navbar-wizard .navbar-nav > li > a,
    .content-gray .navbar.navbar-wizard .navbar-nav > li.done {
      color: white; }
  .content-gray .submenu .submenu-heading a,
  .content-gray .submenu a.active,
  .content-gray .list-group .list-group-item > a.active {
    color: #f2f2f2; }
  .content-gray .dropdown-menu > li.active > a,
  .content-gray .dropdown-menu > li > a:hover,
  .content-gray .dropdown-menu > li > a:focus {
    color: #f2f2f2; }
  .content-gray input[type="checkbox"]:checked::after {
    color: #f2f2f2; }
  .content-gray input[type="radio"]:checked::before {
    background-color: #f2f2f2; }
  .content-gray .form-control:hover,
  .content-gray .password-check:hover + .progress {
    border-color: #f2f2f2; }
  .content-gray .form-control:focus,
  .content-gray .password-check:focus + .progress,
  .content-gray .input-group .form-control.has-addon:focus + .input-group-addon {
    border-color: #d9d9d9; }
  .content-gray .form-group .form-control:focus + .help-block {
    color: #d9d9d9; }
  .content-gray .table thead > tr > th > i,
  .content-gray .table thead > tr > td > i,
  .content-gray .table tbody > tr > th > i,
  .content-gray .table tbody > tr > td > i,
  .content-gray .table tfoot > tr > th > i,
  .content-gray .table tfoot > tr > td > i {
    color: #f2f2f2; }
  @media (max-width: 767px) {
    .content-gray .navbar-collapse.collapse {
      background-color: #f2f2f2; } }

.content-red {
  background-color: #ff2434;
  color: #ffffff; }
  .content-red ul.tagcloud > li.tag.active > a,
  .content-red .container-deco::after {
    background-color: #ff2434; }
  .content-red .radio-btn .radio-btn-default,
  .content-red:not(body) .btn.btn-default:not(.btn-red):not(.btn-purple):not(.btn-aqua):not(.btn-transparent),
  .content-red .panel-footer .btn.btn-default {
    color: #ff2434;
    border-color: rgba(255, 36, 52, 0.25);
    border-bottom-color: #ff2434; }
    .content-red .radio-btn .radio-btn-default:hover,
    .content-red:not(body) .btn.btn-default:not(.btn-red):not(.btn-purple):not(.btn-aqua):not(.btn-transparent):hover,
    .content-red .panel-footer .btn.btn-default:hover {
      color: #ffffff;
      border-bottom-color: #e66700; }
  .content-red .modal-tabs-scroll,
  .content-red .modal-tabs-scroll + .modal-content,
  .content-red .tabs-scroll,
  .content-red .tabs-scroll + .tab-content {
    border-color: #ff2434; }
  .content-red .modal-tabs .modal-title,
  .content-red .nav-tabs.nav-tabs-white > li.active > a,
  .content-red .nav-tabs.nav-tabs-white > li.active > a:hover,
  .content-red .panel-add::before,
  .content-red.content-fullpage .footer-social .circle > .fa {
    color: #ff2434; }
  .content-red .ui-pnotify-closer,
  .content-red blockquote p,
  .content-red ol > li::before,
  .content-red p:not(.text-white):not(.text-muted) a:not(.btn),
  .content-red .panel .panel-body p > a:not(.btn),
  .content-red .panel .panel-footer > p:not(.text-white) > a:not(.btn) {
    color: #ff2434; }
  .content-red p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: #121212; }
  .content-red .hero .hero-addon p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: inherit; }
  .content-red .hero.hero-invert .hero-addon > p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: #ffffff; }
  .content-red > .cookie-warning p:not(.text-white):not(.text-muted) a {
    color: rgba(255, 255, 255, 0.4); }
  .content-red ol > li > a,
  .content-red .btn-link,
  .content-red .list-unstyled > li > a {
    color: #ff2434; }
  .content-red .btn-link:hover {
    color: #bd000e; }
  .content-red .btn-white:hover {
    color: #ff2434;
    border-color: #ff2434; }
  .content-red .tagcloud-inline > .tag > a,
  .content-red .tagcloud > .tag > a {
    color: #888888; }
  .content-red .tagcloud-inline > .tag > a:hover {
    color: #ff2434; }
  .content-red > p > a,
  .content-red p.text-white > a,
  .content-red .tagcloud .tag.active a {
    color: #ffffff; }
  .content-red .panel-footer p > a {
    color: #ff2434; }
  .content-red .tagcloud .tag a:hover {
    background-color: #ff2434;
    color: #ffffff; }
  .content-red .content-white p > a {
    color: #ff2434; }
  .content-red .content-white p > a.btn-action {
    color: #ffffff; }
  .content-red:not(body) .panel-product .panel-heading,
  .content-red .panel-heading .toggle,
  .content-red .panel-heading a,
  .content-red .panel-heading a.link-inline {
    color: #ff2434; }
  .content-red .panel .panel-titlebar {
    background-color: #f00012; }
  .content-red .panel-heading a.btn.btn-action {
    color: #ffffff; }
  .content-red .product-list-item.active,
  .content-red .product-list-item.active:hover {
    border-top-color: #ff2434;
    border-bottom-color: #ff2434; }
    .content-red .product-list-item.active:last-child,
    .content-red .product-list-item.active:hover:last-child {
      border-bottom-width: 0; }
  .content-red .product-list .list-group .list-group-item > a {
    color: #ff2434; }
  .content-red .product-actions .btn-default {
    border-bottom-color: #ff2434;
    color: #ff2434; }
  .content-red .product-actions .btn-default:hover {
    color: #ffffff;
    border-bottom-color: #e66700; }
  .content-red .product-price .badge,
  .content-red .invoice-badge,
  .content-red .product-badge {
    background-color: #ff2434;
    color: #ffffff; }
  .content-red .template-body a,
  .content-red a.invoice-download {
    color: #ff2434; }
  .content-red .active .property-name,
  .content-red .selected .property-name,
  .content-red .active .property-icon,
  .content-red .selected .property-icon {
    color: #ff2434; }
  .content-red .text-highlight {
    color: #ff2434; }
  .content-red .highlighted-list li a {
    -webkit-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    transition: color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    padding: 8px 15px;
    border-bottom: 1px solid transparent;
    margin-left: 5px;
    border-radius: 4px;
    text-decoration: none; }
    .content-red .highlighted-list li a:hover {
      background-color: #ffffff;
      color: #ff2434; }
    .content-red .highlighted-list li a:focus {
      background-color: transparent;
      text-decoration: none; }
  .content-red li.highlight > a {
    color: #ffffff; }
    .content-red li.highlight > a:hover {
      color: #ff2434; }
  .content-red .navbar-main .nav li.open > a {
    color: #ff2434; }
  .content-red .navbar-sub .navbar-brand, .content-red.navbar-sub .navbar-brand {
    color: #ff2434; }
  .content-red .navbar-sub .nav li.active > a, .content-red.navbar-sub .nav li.active > a {
    color: #ff2434; }
  .content-red .navbar.navbar-wizard {
    background-color: #ff2434; }
    .content-red .navbar.navbar-wizard > .container::before {
      background: #ff5763; }
    .content-red .navbar.navbar-wizard .navbar-nav > li {
      background-color: #ff2434; }
    .content-red .navbar.navbar-wizard .navbar-nav > li.active a .circle {
      color: #ff2434; }
    .content-red .navbar.navbar-wizard .navbar-nav > li.done a .circle {
      background-color: #ff5763;
      border-color: #ff5763;
      color: #ff2434; }
    .content-red .navbar.navbar-wizard .navbar-nav > li .circle {
      border-color: #ff5763;
      color: #ff5763; }
    .content-red .navbar.navbar-wizard .navbar-nav > li > a,
    .content-red .navbar.navbar-wizard .navbar-nav > li.done {
      color: #ff5763; }
  .content-red .submenu .submenu-heading a,
  .content-red .submenu a.active,
  .content-red .list-group .list-group-item > a.active {
    color: #ff2434; }
  .content-red .dropdown-menu > li.active > a,
  .content-red .dropdown-menu > li > a:hover,
  .content-red .dropdown-menu > li > a:focus {
    color: #ff2434; }
  .content-red input[type="checkbox"]:checked::after {
    color: #ff2434; }
  .content-red input[type="radio"]:checked::before {
    background-color: #ff2434; }
  .content-red .form-control:hover,
  .content-red .password-check:hover + .progress {
    border-color: #ff2434; }
  .content-red .form-control:focus,
  .content-red .password-check:focus + .progress,
  .content-red .input-group .form-control.has-addon:focus + .input-group-addon {
    border-color: #f00012; }
  .content-red .form-group .form-control:focus + .help-block {
    color: #f00012; }
  .content-red .table thead > tr > th > i,
  .content-red .table thead > tr > td > i,
  .content-red .table tbody > tr > th > i,
  .content-red .table tbody > tr > td > i,
  .content-red .table tfoot > tr > th > i,
  .content-red .table tfoot > tr > td > i {
    color: #ff2434; }
  @media (max-width: 767px) {
    .content-red .navbar-collapse.collapse {
      background-color: #ff2434; } }

.content-darkred {
  background-color: #e0101f;
  color: #ffffff; }
  .content-darkred ul.tagcloud > li.tag.active > a,
  .content-darkred .container-deco::after {
    background-color: #e0101f; }
  .content-darkred .radio-btn .radio-btn-default,
  .content-darkred:not(body) .btn.btn-default:not(.btn-red):not(.btn-purple):not(.btn-aqua):not(.btn-transparent),
  .content-darkred .panel-footer .btn.btn-default {
    color: #e0101f;
    border-color: rgba(224, 16, 31, 0.25);
    border-bottom-color: #e0101f; }
    .content-darkred .radio-btn .radio-btn-default:hover,
    .content-darkred:not(body) .btn.btn-default:not(.btn-red):not(.btn-purple):not(.btn-aqua):not(.btn-transparent):hover,
    .content-darkred .panel-footer .btn.btn-default:hover {
      color: #ffffff;
      border-bottom-color: #e66700; }
  .content-darkred .modal-tabs-scroll,
  .content-darkred .modal-tabs-scroll + .modal-content,
  .content-darkred .tabs-scroll,
  .content-darkred .tabs-scroll + .tab-content {
    border-color: #e0101f; }
  .content-darkred .modal-tabs .modal-title,
  .content-darkred .nav-tabs.nav-tabs-white > li.active > a,
  .content-darkred .nav-tabs.nav-tabs-white > li.active > a:hover,
  .content-darkred .panel-add::before,
  .content-darkred.content-fullpage .footer-social .circle > .fa {
    color: #e0101f; }
  .content-darkred .ui-pnotify-closer,
  .content-darkred blockquote p,
  .content-darkred ol > li::before,
  .content-darkred p:not(.text-white):not(.text-muted) a:not(.btn),
  .content-darkred .panel .panel-body p > a:not(.btn),
  .content-darkred .panel .panel-footer > p:not(.text-white) > a:not(.btn) {
    color: #e0101f; }
  .content-darkred p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: #121212; }
  .content-darkred .hero .hero-addon p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: inherit; }
  .content-darkred .hero.hero-invert .hero-addon > p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: #ffffff; }
  .content-darkred > .cookie-warning p:not(.text-white):not(.text-muted) a {
    color: rgba(255, 255, 255, 0.4); }
  .content-darkred ol > li > a,
  .content-darkred .btn-link,
  .content-darkred .list-unstyled > li > a {
    color: #e0101f; }
  .content-darkred .btn-link:hover {
    color: #810912; }
  .content-darkred .btn-white:hover {
    color: #e0101f;
    border-color: #e0101f; }
  .content-darkred .tagcloud-inline > .tag > a,
  .content-darkred .tagcloud > .tag > a {
    color: #888888; }
  .content-darkred .tagcloud-inline > .tag > a:hover {
    color: #e0101f; }
  .content-darkred > p > a,
  .content-darkred p.text-white > a,
  .content-darkred .tagcloud .tag.active a {
    color: #ffffff; }
  .content-darkred .panel-footer p > a {
    color: #e0101f; }
  .content-darkred .tagcloud .tag a:hover {
    background-color: #e0101f;
    color: #ffffff; }
  .content-darkred .content-white p > a {
    color: #e0101f; }
  .content-darkred .content-white p > a.btn-action {
    color: #ffffff; }
  .content-darkred:not(body) .panel-product .panel-heading,
  .content-darkred .panel-heading .toggle,
  .content-darkred .panel-heading a,
  .content-darkred .panel-heading a.link-inline {
    color: #e0101f; }
  .content-darkred .panel .panel-titlebar {
    background-color: #b00d18; }
  .content-darkred .panel-heading a.btn.btn-action {
    color: #ffffff; }
  .content-darkred .product-list-item.active,
  .content-darkred .product-list-item.active:hover {
    border-top-color: #e0101f;
    border-bottom-color: #e0101f; }
    .content-darkred .product-list-item.active:last-child,
    .content-darkred .product-list-item.active:hover:last-child {
      border-bottom-width: 0; }
  .content-darkred .product-list .list-group .list-group-item > a {
    color: #e0101f; }
  .content-darkred .product-actions .btn-default {
    border-bottom-color: #e0101f;
    color: #e0101f; }
  .content-darkred .product-actions .btn-default:hover {
    color: #ffffff;
    border-bottom-color: #e66700; }
  .content-darkred .product-price .badge,
  .content-darkred .invoice-badge,
  .content-darkred .product-badge {
    background-color: #e0101f;
    color: #ffffff; }
  .content-darkred .template-body a,
  .content-darkred a.invoice-download {
    color: #e0101f; }
  .content-darkred .active .property-name,
  .content-darkred .selected .property-name,
  .content-darkred .active .property-icon,
  .content-darkred .selected .property-icon {
    color: #e0101f; }
  .content-darkred .text-highlight {
    color: #e0101f; }
  .content-darkred .highlighted-list li a {
    -webkit-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    transition: color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    padding: 8px 15px;
    border-bottom: 1px solid transparent;
    margin-left: 5px;
    border-radius: 4px;
    text-decoration: none; }
    .content-darkred .highlighted-list li a:hover {
      background-color: #ffffff;
      color: #ff2434; }
    .content-darkred .highlighted-list li a:focus {
      background-color: transparent;
      text-decoration: none; }
  .content-darkred li.highlight > a {
    color: #ffffff; }
    .content-darkred li.highlight > a:hover {
      color: #e0101f; }
  .content-darkred .navbar-main .nav li.open > a {
    color: #e0101f; }
  .content-darkred .navbar-sub .navbar-brand, .content-darkred.navbar-sub .navbar-brand {
    color: #e0101f; }
  .content-darkred .navbar-sub .nav li.active > a, .content-darkred.navbar-sub .nav li.active > a {
    color: #e0101f; }
  .content-darkred .navbar.navbar-wizard {
    background-color: #e0101f; }
    .content-darkred .navbar.navbar-wizard > .container::before {
      background: #f03340; }
    .content-darkred .navbar.navbar-wizard .navbar-nav > li {
      background-color: #e0101f; }
    .content-darkred .navbar.navbar-wizard .navbar-nav > li.active a .circle {
      color: #e0101f; }
    .content-darkred .navbar.navbar-wizard .navbar-nav > li.done a .circle {
      background-color: #f03340;
      border-color: #f03340;
      color: #e0101f; }
    .content-darkred .navbar.navbar-wizard .navbar-nav > li .circle {
      border-color: #f03340;
      color: #f03340; }
    .content-darkred .navbar.navbar-wizard .navbar-nav > li > a,
    .content-darkred .navbar.navbar-wizard .navbar-nav > li.done {
      color: #f03340; }
  .content-darkred .submenu .submenu-heading a,
  .content-darkred .submenu a.active,
  .content-darkred .list-group .list-group-item > a.active {
    color: #e0101f; }
  .content-darkred .dropdown-menu > li.active > a,
  .content-darkred .dropdown-menu > li > a:hover,
  .content-darkred .dropdown-menu > li > a:focus {
    color: #e0101f; }
  .content-darkred input[type="checkbox"]:checked::after {
    color: #e0101f; }
  .content-darkred input[type="radio"]:checked::before {
    background-color: #e0101f; }
  .content-darkred .form-control:hover,
  .content-darkred .password-check:hover + .progress {
    border-color: #e0101f; }
  .content-darkred .form-control:focus,
  .content-darkred .password-check:focus + .progress,
  .content-darkred .input-group .form-control.has-addon:focus + .input-group-addon {
    border-color: #b00d18; }
  .content-darkred .form-group .form-control:focus + .help-block {
    color: #b00d18; }
  .content-darkred .table thead > tr > th > i,
  .content-darkred .table thead > tr > td > i,
  .content-darkred .table tbody > tr > th > i,
  .content-darkred .table tbody > tr > td > i,
  .content-darkred .table tfoot > tr > th > i,
  .content-darkred .table tfoot > tr > td > i {
    color: #e0101f; }
  @media (max-width: 767px) {
    .content-darkred .navbar-collapse.collapse {
      background-color: #e0101f; } }

.content-dark {
  position: relative; }
  .content-dark::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    line-height: 0;
    top: 0; }

section.content-red .panel .panel-body > p:not(.text-white):not(.text-muted) a:not(.btn) {
  color: #ff2434; }

section.content-red p:not(.text-white):not(.text-muted) a:not(.btn) {
  color: #ffffff; }

.content-aqua {
  background-color: #00dbdb;
  color: #ffffff; }
  .content-aqua ul.tagcloud > li.tag.active > a,
  .content-aqua .container-deco::after {
    background-color: #00dbdb; }
  .content-aqua .radio-btn .radio-btn-default,
  .content-aqua:not(body) .btn.btn-default:not(.btn-red):not(.btn-purple):not(.btn-aqua):not(.btn-transparent),
  .content-aqua .panel-footer .btn.btn-default {
    color: #00dbdb;
    border-color: rgba(0, 219, 219, 0.25);
    border-bottom-color: #00dbdb; }
    .content-aqua .radio-btn .radio-btn-default:hover,
    .content-aqua:not(body) .btn.btn-default:not(.btn-red):not(.btn-purple):not(.btn-aqua):not(.btn-transparent):hover,
    .content-aqua .panel-footer .btn.btn-default:hover {
      color: #ffffff;
      border-bottom-color: #e66700; }
  .content-aqua .modal-tabs-scroll,
  .content-aqua .modal-tabs-scroll + .modal-content,
  .content-aqua .tabs-scroll,
  .content-aqua .tabs-scroll + .tab-content {
    border-color: #00dbdb; }
  .content-aqua .modal-tabs .modal-title,
  .content-aqua .nav-tabs.nav-tabs-white > li.active > a,
  .content-aqua .nav-tabs.nav-tabs-white > li.active > a:hover,
  .content-aqua .panel-add::before,
  .content-aqua.content-fullpage .footer-social .circle > .fa {
    color: #00dbdb; }
  .content-aqua .ui-pnotify-closer,
  .content-aqua blockquote p,
  .content-aqua ol > li::before,
  .content-aqua p:not(.text-white):not(.text-muted) a:not(.btn),
  .content-aqua .panel .panel-body p > a:not(.btn),
  .content-aqua .panel .panel-footer > p:not(.text-white) > a:not(.btn) {
    color: #00dbdb; }
  .content-aqua p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: #121212; }
  .content-aqua .hero .hero-addon p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: inherit; }
  .content-aqua .hero.hero-invert .hero-addon > p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: #ffffff; }
  .content-aqua > .cookie-warning p:not(.text-white):not(.text-muted) a {
    color: rgba(255, 255, 255, 0.4); }
  .content-aqua ol > li > a,
  .content-aqua .btn-link,
  .content-aqua .list-unstyled > li > a {
    color: #00dbdb; }
  .content-aqua .btn-link:hover {
    color: #007575; }
  .content-aqua .btn-white:hover {
    color: #00dbdb;
    border-color: #00dbdb; }
  .content-aqua .tagcloud-inline > .tag > a,
  .content-aqua .tagcloud > .tag > a {
    color: #888888; }
  .content-aqua .tagcloud-inline > .tag > a:hover {
    color: #00dbdb; }
  .content-aqua > p > a,
  .content-aqua p.text-white > a,
  .content-aqua .tagcloud .tag.active a {
    color: #ffffff; }
  .content-aqua .panel-footer p > a {
    color: #00dbdb; }
  .content-aqua .tagcloud .tag a:hover {
    background-color: #00dbdb;
    color: #ffffff; }
  .content-aqua .content-white p > a {
    color: #00dbdb; }
  .content-aqua .content-white p > a.btn-action {
    color: #ffffff; }
  .content-aqua:not(body) .panel-product .panel-heading,
  .content-aqua .panel-heading .toggle,
  .content-aqua .panel-heading a,
  .content-aqua .panel-heading a.link-inline {
    color: #00dbdb; }
  .content-aqua .panel .panel-titlebar {
    background-color: #00a8a8; }
  .content-aqua .panel-heading a.btn.btn-action {
    color: #ffffff; }
  .content-aqua .product-list-item.active,
  .content-aqua .product-list-item.active:hover {
    border-top-color: #00dbdb;
    border-bottom-color: #00dbdb; }
    .content-aqua .product-list-item.active:last-child,
    .content-aqua .product-list-item.active:hover:last-child {
      border-bottom-width: 0; }
  .content-aqua .product-list .list-group .list-group-item > a {
    color: #00dbdb; }
  .content-aqua .product-actions .btn-default {
    border-bottom-color: #00dbdb;
    color: #00dbdb; }
  .content-aqua .product-actions .btn-default:hover {
    color: #ffffff;
    border-bottom-color: #e66700; }
  .content-aqua .product-price .badge,
  .content-aqua .invoice-badge,
  .content-aqua .product-badge {
    background-color: #00dbdb;
    color: #ffffff; }
  .content-aqua .template-body a,
  .content-aqua a.invoice-download {
    color: #00dbdb; }
  .content-aqua .active .property-name,
  .content-aqua .selected .property-name,
  .content-aqua .active .property-icon,
  .content-aqua .selected .property-icon {
    color: #00dbdb; }
  .content-aqua .text-highlight {
    color: #00dbdb; }
  .content-aqua .highlighted-list li a {
    -webkit-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    transition: color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    padding: 8px 15px;
    border-bottom: 1px solid transparent;
    margin-left: 5px;
    border-radius: 4px;
    text-decoration: none; }
    .content-aqua .highlighted-list li a:hover {
      background-color: #ffffff;
      color: #ff2434; }
    .content-aqua .highlighted-list li a:focus {
      background-color: transparent;
      text-decoration: none; }
  .content-aqua li.highlight > a {
    color: #ffffff; }
    .content-aqua li.highlight > a:hover {
      color: #00dbdb; }
  .content-aqua .navbar-main .nav li.open > a {
    color: #00dbdb; }
  .content-aqua .navbar-sub .navbar-brand, .content-aqua.navbar-sub .navbar-brand {
    color: #00dbdb; }
  .content-aqua .navbar-sub .nav li.active > a, .content-aqua.navbar-sub .nav li.active > a {
    color: #00dbdb; }
  .content-aqua .navbar.navbar-wizard {
    background-color: #00dbdb; }
    .content-aqua .navbar.navbar-wizard > .container::before {
      background: #0fffff; }
    .content-aqua .navbar.navbar-wizard .navbar-nav > li {
      background-color: #00dbdb; }
    .content-aqua .navbar.navbar-wizard .navbar-nav > li.active a .circle {
      color: #00dbdb; }
    .content-aqua .navbar.navbar-wizard .navbar-nav > li.done a .circle {
      background-color: #0fffff;
      border-color: #0fffff;
      color: #00dbdb; }
    .content-aqua .navbar.navbar-wizard .navbar-nav > li .circle {
      border-color: #0fffff;
      color: #0fffff; }
    .content-aqua .navbar.navbar-wizard .navbar-nav > li > a,
    .content-aqua .navbar.navbar-wizard .navbar-nav > li.done {
      color: #0fffff; }
  .content-aqua .submenu .submenu-heading a,
  .content-aqua .submenu a.active,
  .content-aqua .list-group .list-group-item > a.active {
    color: #00dbdb; }
  .content-aqua .dropdown-menu > li.active > a,
  .content-aqua .dropdown-menu > li > a:hover,
  .content-aqua .dropdown-menu > li > a:focus {
    color: #00dbdb; }
  .content-aqua input[type="checkbox"]:checked::after {
    color: #00dbdb; }
  .content-aqua input[type="radio"]:checked::before {
    background-color: #00dbdb; }
  .content-aqua .form-control:hover,
  .content-aqua .password-check:hover + .progress {
    border-color: #00dbdb; }
  .content-aqua .form-control:focus,
  .content-aqua .password-check:focus + .progress,
  .content-aqua .input-group .form-control.has-addon:focus + .input-group-addon {
    border-color: #00a8a8; }
  .content-aqua .form-group .form-control:focus + .help-block {
    color: #00a8a8; }
  .content-aqua .table thead > tr > th > i,
  .content-aqua .table thead > tr > td > i,
  .content-aqua .table tbody > tr > th > i,
  .content-aqua .table tbody > tr > td > i,
  .content-aqua .table tfoot > tr > th > i,
  .content-aqua .table tfoot > tr > td > i {
    color: #00dbdb; }
  @media (max-width: 767px) {
    .content-aqua .navbar-collapse.collapse {
      background-color: #00dbdb; } }

section.content-aqua .panel .panel-body > p:not(.text-white):not(.text-muted) a:not(.btn),
section.content-aqua .template-carousel .template > .template-body > p > a:not(.btn) {
  color: #00dbdb; }

section.content-aqua p:not(.text-white):not(.text-muted) a:not(.btn) {
  color: #ffffff; }

.content-orange {
  background-color: #ff8800;
  color: #ffffff; }
  .content-orange ul.tagcloud > li.tag.active > a,
  .content-orange .container-deco::after {
    background-color: #ff8800; }
  .content-orange .radio-btn .radio-btn-default,
  .content-orange:not(body) .btn.btn-default:not(.btn-red):not(.btn-purple):not(.btn-aqua):not(.btn-transparent),
  .content-orange .panel-footer .btn.btn-default {
    color: #ff8800;
    border-color: rgba(255, 136, 0, 0.25);
    border-bottom-color: #ff8800; }
    .content-orange .radio-btn .radio-btn-default:hover,
    .content-orange:not(body) .btn.btn-default:not(.btn-red):not(.btn-purple):not(.btn-aqua):not(.btn-transparent):hover,
    .content-orange .panel-footer .btn.btn-default:hover {
      color: #ffffff;
      border-bottom-color: #e66700; }
  .content-orange .modal-tabs-scroll,
  .content-orange .modal-tabs-scroll + .modal-content,
  .content-orange .tabs-scroll,
  .content-orange .tabs-scroll + .tab-content {
    border-color: #ff8800; }
  .content-orange .modal-tabs .modal-title,
  .content-orange .nav-tabs.nav-tabs-white > li.active > a,
  .content-orange .nav-tabs.nav-tabs-white > li.active > a:hover,
  .content-orange .panel-add::before,
  .content-orange.content-fullpage .footer-social .circle > .fa {
    color: #ff8800; }
  .content-orange .ui-pnotify-closer,
  .content-orange blockquote p,
  .content-orange ol > li::before,
  .content-orange p:not(.text-white):not(.text-muted) a:not(.btn),
  .content-orange .panel .panel-body p > a:not(.btn),
  .content-orange .panel .panel-footer > p:not(.text-white) > a:not(.btn) {
    color: #ff8800; }
  .content-orange p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: #121212; }
  .content-orange .hero .hero-addon p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: inherit; }
  .content-orange .hero.hero-invert .hero-addon > p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: #ffffff; }
  .content-orange > .cookie-warning p:not(.text-white):not(.text-muted) a {
    color: rgba(255, 255, 255, 0.4); }
  .content-orange ol > li > a,
  .content-orange .btn-link,
  .content-orange .list-unstyled > li > a {
    color: #ff8800; }
  .content-orange .btn-link:hover {
    color: #995200; }
  .content-orange .btn-white:hover {
    color: #ff8800;
    border-color: #ff8800; }
  .content-orange .tagcloud-inline > .tag > a,
  .content-orange .tagcloud > .tag > a {
    color: #888888; }
  .content-orange .tagcloud-inline > .tag > a:hover {
    color: #ff8800; }
  .content-orange > p > a,
  .content-orange p.text-white > a,
  .content-orange .tagcloud .tag.active a {
    color: #ffffff; }
  .content-orange .panel-footer p > a {
    color: #ff8800; }
  .content-orange .tagcloud .tag a:hover {
    background-color: #ff8800;
    color: #ffffff; }
  .content-orange .content-white p > a {
    color: #ff8800; }
  .content-orange .content-white p > a.btn-action {
    color: #ffffff; }
  .content-orange:not(body) .panel-product .panel-heading,
  .content-orange .panel-heading .toggle,
  .content-orange .panel-heading a,
  .content-orange .panel-heading a.link-inline {
    color: #ff8800; }
  .content-orange .panel .panel-titlebar {
    background-color: #cc6d00; }
  .content-orange .panel-heading a.btn.btn-action {
    color: #ffffff; }
  .content-orange .product-list-item.active,
  .content-orange .product-list-item.active:hover {
    border-top-color: #ff8800;
    border-bottom-color: #ff8800; }
    .content-orange .product-list-item.active:last-child,
    .content-orange .product-list-item.active:hover:last-child {
      border-bottom-width: 0; }
  .content-orange .product-list .list-group .list-group-item > a {
    color: #ff8800; }
  .content-orange .product-actions .btn-default {
    border-bottom-color: #ff8800;
    color: #ff8800; }
  .content-orange .product-actions .btn-default:hover {
    color: #ffffff;
    border-bottom-color: #e66700; }
  .content-orange .product-price .badge,
  .content-orange .invoice-badge,
  .content-orange .product-badge {
    background-color: #ff8800;
    color: #ffffff; }
  .content-orange .template-body a,
  .content-orange a.invoice-download {
    color: #ff8800; }
  .content-orange .active .property-name,
  .content-orange .selected .property-name,
  .content-orange .active .property-icon,
  .content-orange .selected .property-icon {
    color: #ff8800; }
  .content-orange .text-highlight {
    color: #ff8800; }
  .content-orange .highlighted-list li a {
    -webkit-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    transition: color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    padding: 8px 15px;
    border-bottom: 1px solid transparent;
    margin-left: 5px;
    border-radius: 4px;
    text-decoration: none; }
    .content-orange .highlighted-list li a:hover {
      background-color: #ffffff;
      color: #ff2434; }
    .content-orange .highlighted-list li a:focus {
      background-color: transparent;
      text-decoration: none; }
  .content-orange li.highlight > a {
    color: #ffffff; }
    .content-orange li.highlight > a:hover {
      color: #ff8800; }
  .content-orange .navbar-main .nav li.open > a {
    color: #ff8800; }
  .content-orange .navbar-sub .navbar-brand, .content-orange.navbar-sub .navbar-brand {
    color: #ff8800; }
  .content-orange .navbar-sub .nav li.active > a, .content-orange.navbar-sub .nav li.active > a {
    color: #ff8800; }
  .content-orange .navbar.navbar-wizard {
    background-color: #ff8800; }
    .content-orange .navbar.navbar-wizard > .container::before {
      background: #ffa033; }
    .content-orange .navbar.navbar-wizard .navbar-nav > li {
      background-color: #ff8800; }
    .content-orange .navbar.navbar-wizard .navbar-nav > li.active a .circle {
      color: #ff8800; }
    .content-orange .navbar.navbar-wizard .navbar-nav > li.done a .circle {
      background-color: #ffa033;
      border-color: #ffa033;
      color: #ff8800; }
    .content-orange .navbar.navbar-wizard .navbar-nav > li .circle {
      border-color: #ffa033;
      color: #ffa033; }
    .content-orange .navbar.navbar-wizard .navbar-nav > li > a,
    .content-orange .navbar.navbar-wizard .navbar-nav > li.done {
      color: #ffa033; }
  .content-orange .submenu .submenu-heading a,
  .content-orange .submenu a.active,
  .content-orange .list-group .list-group-item > a.active {
    color: #ff8800; }
  .content-orange .dropdown-menu > li.active > a,
  .content-orange .dropdown-menu > li > a:hover,
  .content-orange .dropdown-menu > li > a:focus {
    color: #ff8800; }
  .content-orange input[type="checkbox"]:checked::after {
    color: #ff8800; }
  .content-orange input[type="radio"]:checked::before {
    background-color: #ff8800; }
  .content-orange .form-control:hover,
  .content-orange .password-check:hover + .progress {
    border-color: #ff8800; }
  .content-orange .form-control:focus,
  .content-orange .password-check:focus + .progress,
  .content-orange .input-group .form-control.has-addon:focus + .input-group-addon {
    border-color: #cc6d00; }
  .content-orange .form-group .form-control:focus + .help-block {
    color: #cc6d00; }
  .content-orange .table thead > tr > th > i,
  .content-orange .table thead > tr > td > i,
  .content-orange .table tbody > tr > th > i,
  .content-orange .table tbody > tr > td > i,
  .content-orange .table tfoot > tr > th > i,
  .content-orange .table tfoot > tr > td > i {
    color: #ff8800; }
  @media (max-width: 767px) {
    .content-orange .navbar-collapse.collapse {
      background-color: #ff8800; } }

section.content-orange .panel .panel-body > p:not(.text-white):not(.text-muted) a:not(.btn),
section.content-orange .template-carousel .template > .template-body > p > a:not(.btn) {
  color: #ff8800; }

section.content-orange p:not(.text-white):not(.text-muted) a:not(.btn) {
  color: #ffffff; }

.content-blue {
  background-color: #0c7afb;
  color: #ffffff; }
  .content-blue ul.tagcloud > li.tag.active > a,
  .content-blue .container-deco::after {
    background-color: #0c7afb; }
  .content-blue .radio-btn .radio-btn-default,
  .content-blue:not(body) .btn.btn-default:not(.btn-red):not(.btn-purple):not(.btn-aqua):not(.btn-transparent),
  .content-blue .panel-footer .btn.btn-default {
    color: #0c7afb;
    border-color: rgba(12, 122, 251, 0.25);
    border-bottom-color: #0c7afb; }
    .content-blue .radio-btn .radio-btn-default:hover,
    .content-blue:not(body) .btn.btn-default:not(.btn-red):not(.btn-purple):not(.btn-aqua):not(.btn-transparent):hover,
    .content-blue .panel-footer .btn.btn-default:hover {
      color: #ffffff;
      border-bottom-color: #e66700; }
  .content-blue .modal-tabs-scroll,
  .content-blue .modal-tabs-scroll + .modal-content,
  .content-blue .tabs-scroll,
  .content-blue .tabs-scroll + .tab-content {
    border-color: #0c7afb; }
  .content-blue .modal-tabs .modal-title,
  .content-blue .nav-tabs.nav-tabs-white > li.active > a,
  .content-blue .nav-tabs.nav-tabs-white > li.active > a:hover,
  .content-blue .panel-add::before,
  .content-blue.content-fullpage .footer-social .circle > .fa {
    color: #0c7afb; }
  .content-blue .ui-pnotify-closer,
  .content-blue blockquote p,
  .content-blue ol > li::before,
  .content-blue p:not(.text-white):not(.text-muted) a:not(.btn),
  .content-blue .panel .panel-body p > a:not(.btn),
  .content-blue .panel .panel-footer > p:not(.text-white) > a:not(.btn) {
    color: #0c7afb; }
  .content-blue p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: #121212; }
  .content-blue .hero .hero-addon p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: inherit; }
  .content-blue .hero.hero-invert .hero-addon > p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: #ffffff; }
  .content-blue > .cookie-warning p:not(.text-white):not(.text-muted) a {
    color: rgba(255, 255, 255, 0.4); }
  .content-blue ol > li > a,
  .content-blue .btn-link,
  .content-blue .list-unstyled > li > a {
    color: #0c7afb; }
  .content-blue .btn-link:hover {
    color: #034a9e; }
  .content-blue .btn-white:hover {
    color: #0c7afb;
    border-color: #0c7afb; }
  .content-blue .tagcloud-inline > .tag > a,
  .content-blue .tagcloud > .tag > a {
    color: #888888; }
  .content-blue .tagcloud-inline > .tag > a:hover {
    color: #0c7afb; }
  .content-blue > p > a,
  .content-blue p.text-white > a,
  .content-blue .tagcloud .tag.active a {
    color: #ffffff; }
  .content-blue .panel-footer p > a {
    color: #0c7afb; }
  .content-blue .tagcloud .tag a:hover {
    background-color: #0c7afb;
    color: #ffffff; }
  .content-blue .content-white p > a {
    color: #0c7afb; }
  .content-blue .content-white p > a.btn-action {
    color: #ffffff; }
  .content-blue:not(body) .panel-product .panel-heading,
  .content-blue .panel-heading .toggle,
  .content-blue .panel-heading a,
  .content-blue .panel-heading a.link-inline {
    color: #0c7afb; }
  .content-blue .panel .panel-titlebar {
    background-color: #0362d1; }
  .content-blue .panel-heading a.btn.btn-action {
    color: #ffffff; }
  .content-blue .product-list-item.active,
  .content-blue .product-list-item.active:hover {
    border-top-color: #0c7afb;
    border-bottom-color: #0c7afb; }
    .content-blue .product-list-item.active:last-child,
    .content-blue .product-list-item.active:hover:last-child {
      border-bottom-width: 0; }
  .content-blue .product-list .list-group .list-group-item > a {
    color: #0c7afb; }
  .content-blue .product-actions .btn-default {
    border-bottom-color: #0c7afb;
    color: #0c7afb; }
  .content-blue .product-actions .btn-default:hover {
    color: #ffffff;
    border-bottom-color: #e66700; }
  .content-blue .product-price .badge,
  .content-blue .invoice-badge,
  .content-blue .product-badge {
    background-color: #0c7afb;
    color: #ffffff; }
  .content-blue .template-body a,
  .content-blue a.invoice-download {
    color: #0c7afb; }
  .content-blue .active .property-name,
  .content-blue .selected .property-name,
  .content-blue .active .property-icon,
  .content-blue .selected .property-icon {
    color: #0c7afb; }
  .content-blue .text-highlight {
    color: #0c7afb; }
  .content-blue .highlighted-list li a {
    -webkit-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    transition: color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    padding: 8px 15px;
    border-bottom: 1px solid transparent;
    margin-left: 5px;
    border-radius: 4px;
    text-decoration: none; }
    .content-blue .highlighted-list li a:hover {
      background-color: #ffffff;
      color: #ff2434; }
    .content-blue .highlighted-list li a:focus {
      background-color: transparent;
      text-decoration: none; }
  .content-blue li.highlight > a {
    color: #ffffff; }
    .content-blue li.highlight > a:hover {
      color: #0c7afb; }
  .content-blue .navbar-main .nav li.open > a {
    color: #0c7afb; }
  .content-blue .navbar-sub .navbar-brand, .content-blue.navbar-sub .navbar-brand {
    color: #0c7afb; }
  .content-blue .navbar-sub .nav li.active > a, .content-blue.navbar-sub .nav li.active > a {
    color: #0c7afb; }
  .content-blue .navbar.navbar-wizard {
    background-color: #0c7afb; }
    .content-blue .navbar.navbar-wizard > .container::before {
      background: #3e95fc; }
    .content-blue .navbar.navbar-wizard .navbar-nav > li {
      background-color: #0c7afb; }
    .content-blue .navbar.navbar-wizard .navbar-nav > li.active a .circle {
      color: #0c7afb; }
    .content-blue .navbar.navbar-wizard .navbar-nav > li.done a .circle {
      background-color: #3e95fc;
      border-color: #3e95fc;
      color: #0c7afb; }
    .content-blue .navbar.navbar-wizard .navbar-nav > li .circle {
      border-color: #3e95fc;
      color: #3e95fc; }
    .content-blue .navbar.navbar-wizard .navbar-nav > li > a,
    .content-blue .navbar.navbar-wizard .navbar-nav > li.done {
      color: #3e95fc; }
  .content-blue .submenu .submenu-heading a,
  .content-blue .submenu a.active,
  .content-blue .list-group .list-group-item > a.active {
    color: #0c7afb; }
  .content-blue .dropdown-menu > li.active > a,
  .content-blue .dropdown-menu > li > a:hover,
  .content-blue .dropdown-menu > li > a:focus {
    color: #0c7afb; }
  .content-blue input[type="checkbox"]:checked::after {
    color: #0c7afb; }
  .content-blue input[type="radio"]:checked::before {
    background-color: #0c7afb; }
  .content-blue .form-control:hover,
  .content-blue .password-check:hover + .progress {
    border-color: #0c7afb; }
  .content-blue .form-control:focus,
  .content-blue .password-check:focus + .progress,
  .content-blue .input-group .form-control.has-addon:focus + .input-group-addon {
    border-color: #0362d1; }
  .content-blue .form-group .form-control:focus + .help-block {
    color: #0362d1; }
  .content-blue .table thead > tr > th > i,
  .content-blue .table thead > tr > td > i,
  .content-blue .table tbody > tr > th > i,
  .content-blue .table tbody > tr > td > i,
  .content-blue .table tfoot > tr > th > i,
  .content-blue .table tfoot > tr > td > i {
    color: #0c7afb; }
  @media (max-width: 767px) {
    .content-blue .navbar-collapse.collapse {
      background-color: #0c7afb; } }

.content-red-invert {
  background-color: #ffffff;
  color: #121212; }
  .content-red-invert a,
  .content-red-invert p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: #ff2434; }
  .content-red-invert .container-deco::after {
    background-color: #f2f2f2; }
  .content-red-invert .text-highlight {
    color: #ff2434; }
  .content-red-invert blockquote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    color: #ff2434;
    font-style: italic;
    font-size: 1.2em;
    margin: 2em 0;
    line-height: 1.6em; }
    .content-red-invert blockquote::before {
      content: open-quote;
      font-size: 5em;
      color: #dbdbdb;
      margin-right: .4em;
      line-height: 1; }
  .content-red-invert li.highlight > a {
    color: #ffffff; }
    .content-red-invert li.highlight > a:hover {
      color: #ffffff; }
  .content-red-invert .table thead > tr > th > i,
  .content-red-invert .table thead > tr > td > i,
  .content-red-invert .table tbody > tr > th > i,
  .content-red-invert .table tbody > tr > td > i,
  .content-red-invert .table tfoot > tr > th > i,
  .content-red-invert .table tfoot > tr > td > i {
    color: #ffffff; }

.content-purple-invert {
  background-color: #ffffff;
  color: #121212; }
  .content-purple-invert a,
  .content-purple-invert p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: #6b2fad; }
  .content-purple-invert .container-deco::after {
    background-color: #f2f2f2; }
  .content-purple-invert .text-highlight {
    color: #6b2fad; }
  .content-purple-invert blockquote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    color: #6b2fad;
    font-style: italic;
    font-size: 1.2em;
    margin: 2em 0;
    line-height: 1.6em; }
    .content-purple-invert blockquote::before {
      content: open-quote;
      font-size: 5em;
      color: #dbdbdb;
      margin-right: .4em;
      line-height: 1; }
  .content-purple-invert li.highlight > a {
    color: #ffffff; }
    .content-purple-invert li.highlight > a:hover {
      color: #ffffff; }
  .content-purple-invert .table thead > tr > th > i,
  .content-purple-invert .table thead > tr > td > i,
  .content-purple-invert .table tbody > tr > th > i,
  .content-purple-invert .table tbody > tr > td > i,
  .content-purple-invert .table tfoot > tr > th > i,
  .content-purple-invert .table tfoot > tr > td > i {
    color: #ffffff; }

section.content-blue .panel .panel-body > p:not(.text-white):not(.text-muted) a:not(.btn),
section.content-blue .template-carousel .template > .template-body > p > a:not(.btn) {
  color: #0c7afb; }

section.content-blue p:not(.text-white):not(.text-muted) a:not(.btn) {
  color: #ffffff; }

.content-lime {
  background-color: #92e607;
  color: #121212; }
  .content-lime ul.tagcloud > li.tag.active > a,
  .content-lime .container-deco::after {
    background-color: #92e607; }
  .content-lime .radio-btn .radio-btn-default,
  .content-lime:not(body) .btn.btn-default:not(.btn-red):not(.btn-purple):not(.btn-aqua):not(.btn-transparent),
  .content-lime .panel-footer .btn.btn-default {
    color: #92e607;
    border-color: rgba(146, 230, 7, 0.25);
    border-bottom-color: #92e607; }
    .content-lime .radio-btn .radio-btn-default:hover,
    .content-lime:not(body) .btn.btn-default:not(.btn-red):not(.btn-purple):not(.btn-aqua):not(.btn-transparent):hover,
    .content-lime .panel-footer .btn.btn-default:hover {
      color: #ffffff;
      border-bottom-color: #e66700; }
  .content-lime .modal-tabs-scroll,
  .content-lime .modal-tabs-scroll + .modal-content,
  .content-lime .tabs-scroll,
  .content-lime .tabs-scroll + .tab-content {
    border-color: #92e607; }
  .content-lime .modal-tabs .modal-title,
  .content-lime .nav-tabs.nav-tabs-white > li.active > a,
  .content-lime .nav-tabs.nav-tabs-white > li.active > a:hover,
  .content-lime .panel-add::before,
  .content-lime.content-fullpage .footer-social .circle > .fa {
    color: #92e607; }
  .content-lime .ui-pnotify-closer,
  .content-lime blockquote p,
  .content-lime ol > li::before,
  .content-lime p:not(.text-white):not(.text-muted) a:not(.btn),
  .content-lime .panel .panel-body p > a:not(.btn),
  .content-lime .panel .panel-footer > p:not(.text-white) > a:not(.btn) {
    color: #92e607; }
  .content-lime p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: #121212; }
  .content-lime .hero .hero-addon p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: inherit; }
  .content-lime .hero.hero-invert .hero-addon > p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: #ffffff; }
  .content-lime > .cookie-warning p:not(.text-white):not(.text-muted) a {
    color: rgba(255, 255, 255, 0.4); }
  .content-lime ol > li > a,
  .content-lime .btn-link,
  .content-lime .list-unstyled > li > a {
    color: #92e607; }
  .content-lime .btn-link:hover {
    color: #538304; }
  .content-lime .btn-white:hover {
    color: #92e607;
    border-color: #92e607; }
  .content-lime .tagcloud-inline > .tag > a,
  .content-lime .tagcloud > .tag > a {
    color: #888888; }
  .content-lime .tagcloud-inline > .tag > a:hover {
    color: #92e607; }
  .content-lime > p > a,
  .content-lime p.text-white > a,
  .content-lime .tagcloud .tag.active a {
    color: #ffffff; }
  .content-lime .panel-footer p > a {
    color: #92e607; }
  .content-lime .tagcloud .tag a:hover {
    background-color: #92e607;
    color: #ffffff; }
  .content-lime .content-white p > a {
    color: #92e607; }
  .content-lime .content-white p > a.btn-action {
    color: #ffffff; }
  .content-lime:not(body) .panel-product .panel-heading,
  .content-lime .panel-heading .toggle,
  .content-lime .panel-heading a,
  .content-lime .panel-heading a.link-inline {
    color: #92e607; }
  .content-lime .panel .panel-titlebar {
    background-color: #73b505; }
  .content-lime .panel-heading a.btn.btn-action {
    color: #ffffff; }
  .content-lime .product-list-item.active,
  .content-lime .product-list-item.active:hover {
    border-top-color: #92e607;
    border-bottom-color: #92e607; }
    .content-lime .product-list-item.active:last-child,
    .content-lime .product-list-item.active:hover:last-child {
      border-bottom-width: 0; }
  .content-lime .product-list .list-group .list-group-item > a {
    color: #92e607; }
  .content-lime .product-actions .btn-default {
    border-bottom-color: #92e607;
    color: #92e607; }
  .content-lime .product-actions .btn-default:hover {
    color: #ffffff;
    border-bottom-color: #e66700; }
  .content-lime .product-price .badge,
  .content-lime .invoice-badge,
  .content-lime .product-badge {
    background-color: #92e607;
    color: #ffffff; }
  .content-lime .template-body a,
  .content-lime a.invoice-download {
    color: #92e607; }
  .content-lime .active .property-name,
  .content-lime .selected .property-name,
  .content-lime .active .property-icon,
  .content-lime .selected .property-icon {
    color: #92e607; }
  .content-lime .text-highlight {
    color: #92e607; }
  .content-lime .highlighted-list li a {
    -webkit-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    transition: color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    padding: 8px 15px;
    border-bottom: 1px solid transparent;
    margin-left: 5px;
    border-radius: 4px;
    text-decoration: none; }
    .content-lime .highlighted-list li a:hover {
      background-color: #ffffff;
      color: #ff2434; }
    .content-lime .highlighted-list li a:focus {
      background-color: transparent;
      text-decoration: none; }
  .content-lime li.highlight > a {
    color: #ffffff; }
    .content-lime li.highlight > a:hover {
      color: #92e607; }
  .content-lime .navbar-main .nav li.open > a {
    color: #92e607; }
  .content-lime .navbar-sub .navbar-brand, .content-lime.navbar-sub .navbar-brand {
    color: #92e607; }
  .content-lime .navbar-sub .nav li.active > a, .content-lime.navbar-sub .nav li.active > a {
    color: #92e607; }
  .content-lime .navbar.navbar-wizard {
    background-color: #92e607; }
    .content-lime .navbar.navbar-wizard > .container::before {
      background: #aaf828; }
    .content-lime .navbar.navbar-wizard .navbar-nav > li {
      background-color: #92e607; }
    .content-lime .navbar.navbar-wizard .navbar-nav > li.active a .circle {
      color: #92e607; }
    .content-lime .navbar.navbar-wizard .navbar-nav > li.done a .circle {
      background-color: #aaf828;
      border-color: #aaf828;
      color: #92e607; }
    .content-lime .navbar.navbar-wizard .navbar-nav > li .circle {
      border-color: #aaf828;
      color: #aaf828; }
    .content-lime .navbar.navbar-wizard .navbar-nav > li > a,
    .content-lime .navbar.navbar-wizard .navbar-nav > li.done {
      color: #aaf828; }
  .content-lime .submenu .submenu-heading a,
  .content-lime .submenu a.active,
  .content-lime .list-group .list-group-item > a.active {
    color: #92e607; }
  .content-lime .dropdown-menu > li.active > a,
  .content-lime .dropdown-menu > li > a:hover,
  .content-lime .dropdown-menu > li > a:focus {
    color: #92e607; }
  .content-lime input[type="checkbox"]:checked::after {
    color: #92e607; }
  .content-lime input[type="radio"]:checked::before {
    background-color: #92e607; }
  .content-lime .form-control:hover,
  .content-lime .password-check:hover + .progress {
    border-color: #92e607; }
  .content-lime .form-control:focus,
  .content-lime .password-check:focus + .progress,
  .content-lime .input-group .form-control.has-addon:focus + .input-group-addon {
    border-color: #73b505; }
  .content-lime .form-group .form-control:focus + .help-block {
    color: #73b505; }
  .content-lime .table thead > tr > th > i,
  .content-lime .table thead > tr > td > i,
  .content-lime .table tbody > tr > th > i,
  .content-lime .table tbody > tr > td > i,
  .content-lime .table tfoot > tr > th > i,
  .content-lime .table tfoot > tr > td > i {
    color: #92e607; }
  @media (max-width: 767px) {
    .content-lime .navbar-collapse.collapse {
      background-color: #92e607; } }

section.content-lime .panel .panel-body > p:not(.text-white):not(.text-muted) a:not(.btn),
section.content-lime .template-carousel .template > .template-body > p > a:not(.btn) {
  color: #92e607; }

section.content-lime p:not(.text-white):not(.text-muted) a:not(.btn) {
  color: #121212; }

.content-purple {
  background-color: #6b2fad;
  color: #ffffff; }
  .content-purple ul.tagcloud > li.tag.active > a,
  .content-purple .container-deco::after {
    background-color: #6b2fad; }
  .content-purple .radio-btn .radio-btn-default,
  .content-purple:not(body) .btn.btn-default:not(.btn-red):not(.btn-purple):not(.btn-aqua):not(.btn-transparent),
  .content-purple .panel-footer .btn.btn-default {
    color: #6b2fad;
    border-color: rgba(107, 47, 173, 0.25);
    border-bottom-color: #6b2fad; }
    .content-purple .radio-btn .radio-btn-default:hover,
    .content-purple:not(body) .btn.btn-default:not(.btn-red):not(.btn-purple):not(.btn-aqua):not(.btn-transparent):hover,
    .content-purple .panel-footer .btn.btn-default:hover {
      color: #ffffff;
      border-bottom-color: #e66700; }
  .content-purple .modal-tabs-scroll,
  .content-purple .modal-tabs-scroll + .modal-content,
  .content-purple .tabs-scroll,
  .content-purple .tabs-scroll + .tab-content {
    border-color: #6b2fad; }
  .content-purple .modal-tabs .modal-title,
  .content-purple .nav-tabs.nav-tabs-white > li.active > a,
  .content-purple .nav-tabs.nav-tabs-white > li.active > a:hover,
  .content-purple .panel-add::before,
  .content-purple.content-fullpage .footer-social .circle > .fa {
    color: #6b2fad; }
  .content-purple .ui-pnotify-closer,
  .content-purple blockquote p,
  .content-purple ol > li::before,
  .content-purple p:not(.text-white):not(.text-muted) a:not(.btn),
  .content-purple .panel .panel-body p > a:not(.btn),
  .content-purple .panel .panel-footer > p:not(.text-white) > a:not(.btn) {
    color: #6b2fad; }
  .content-purple p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: #121212; }
  .content-purple .hero .hero-addon p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: inherit; }
  .content-purple .hero.hero-invert .hero-addon > p:not(.text-white):not(.text-muted) a:not(.btn) {
    color: #ffffff; }
  .content-purple > .cookie-warning p:not(.text-white):not(.text-muted) a {
    color: rgba(255, 255, 255, 0.4); }
  .content-purple ol > li > a,
  .content-purple .btn-link,
  .content-purple .list-unstyled > li > a {
    color: #6b2fad; }
  .content-purple .btn-link:hover {
    color: #39195d; }
  .content-purple .btn-white:hover {
    color: #6b2fad;
    border-color: #6b2fad; }
  .content-purple .tagcloud-inline > .tag > a,
  .content-purple .tagcloud > .tag > a {
    color: #888888; }
  .content-purple .tagcloud-inline > .tag > a:hover {
    color: #6b2fad; }
  .content-purple > p > a,
  .content-purple p.text-white > a,
  .content-purple .tagcloud .tag.active a {
    color: #ffffff; }
  .content-purple .panel-footer p > a {
    color: #6b2fad; }
  .content-purple .tagcloud .tag a:hover {
    background-color: #6b2fad;
    color: #ffffff; }
  .content-purple .content-white p > a {
    color: #6b2fad; }
  .content-purple .content-white p > a.btn-action {
    color: #ffffff; }
  .content-purple:not(body) .panel-product .panel-heading,
  .content-purple .panel-heading .toggle,
  .content-purple .panel-heading a,
  .content-purple .panel-heading a.link-inline {
    color: #6b2fad; }
  .content-purple .panel .panel-titlebar {
    background-color: #522485; }
  .content-purple .panel-heading a.btn.btn-action {
    color: #ffffff; }
  .content-purple .product-list-item.active,
  .content-purple .product-list-item.active:hover {
    border-top-color: #6b2fad;
    border-bottom-color: #6b2fad; }
    .content-purple .product-list-item.active:last-child,
    .content-purple .product-list-item.active:hover:last-child {
      border-bottom-width: 0; }
  .content-purple .product-list .list-group .list-group-item > a {
    color: #6b2fad; }
  .content-purple .product-actions .btn-default {
    border-bottom-color: #6b2fad;
    color: #6b2fad; }
  .content-purple .product-actions .btn-default:hover {
    color: #ffffff;
    border-bottom-color: #e66700; }
  .content-purple .product-price .badge,
  .content-purple .invoice-badge,
  .content-purple .product-badge {
    background-color: #6b2fad;
    color: #ffffff; }
  .content-purple .template-body a,
  .content-purple a.invoice-download {
    color: #6b2fad; }
  .content-purple .active .property-name,
  .content-purple .selected .property-name,
  .content-purple .active .property-icon,
  .content-purple .selected .property-icon {
    color: #6b2fad; }
  .content-purple .text-highlight {
    color: #6b2fad; }
  .content-purple .highlighted-list li a {
    -webkit-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    transition: color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    padding: 8px 15px;
    border-bottom: 1px solid transparent;
    margin-left: 5px;
    border-radius: 4px;
    text-decoration: none; }
    .content-purple .highlighted-list li a:hover {
      background-color: #ffffff;
      color: #ff2434; }
    .content-purple .highlighted-list li a:focus {
      background-color: transparent;
      text-decoration: none; }
  .content-purple li.highlight > a {
    color: #ffffff; }
    .content-purple li.highlight > a:hover {
      color: #6b2fad; }
  .content-purple .navbar-main .nav li.open > a {
    color: #6b2fad; }
  .content-purple .navbar-sub .navbar-brand, .content-purple.navbar-sub .navbar-brand {
    color: #6b2fad; }
  .content-purple .navbar-sub .nav li.active > a, .content-purple.navbar-sub .nav li.active > a {
    color: #6b2fad; }
  .content-purple .navbar.navbar-wizard {
    background-color: #6b2fad; }
    .content-purple .navbar.navbar-wizard > .container::before {
      background: #8443cc; }
    .content-purple .navbar.navbar-wizard .navbar-nav > li {
      background-color: #6b2fad; }
    .content-purple .navbar.navbar-wizard .navbar-nav > li.active a .circle {
      color: #6b2fad; }
    .content-purple .navbar.navbar-wizard .navbar-nav > li.done a .circle {
      background-color: #8443cc;
      border-color: #8443cc;
      color: #6b2fad; }
    .content-purple .navbar.navbar-wizard .navbar-nav > li .circle {
      border-color: #8443cc;
      color: #8443cc; }
    .content-purple .navbar.navbar-wizard .navbar-nav > li > a,
    .content-purple .navbar.navbar-wizard .navbar-nav > li.done {
      color: #8443cc; }
  .content-purple .submenu .submenu-heading a,
  .content-purple .submenu a.active,
  .content-purple .list-group .list-group-item > a.active {
    color: #6b2fad; }
  .content-purple .dropdown-menu > li.active > a,
  .content-purple .dropdown-menu > li > a:hover,
  .content-purple .dropdown-menu > li > a:focus {
    color: #6b2fad; }
  .content-purple input[type="checkbox"]:checked::after {
    color: #6b2fad; }
  .content-purple input[type="radio"]:checked::before {
    background-color: #6b2fad; }
  .content-purple .form-control:hover,
  .content-purple .password-check:hover + .progress {
    border-color: #6b2fad; }
  .content-purple .form-control:focus,
  .content-purple .password-check:focus + .progress,
  .content-purple .input-group .form-control.has-addon:focus + .input-group-addon {
    border-color: #522485; }
  .content-purple .form-group .form-control:focus + .help-block {
    color: #522485; }
  .content-purple .table thead > tr > th > i,
  .content-purple .table thead > tr > td > i,
  .content-purple .table tbody > tr > th > i,
  .content-purple .table tbody > tr > td > i,
  .content-purple .table tfoot > tr > th > i,
  .content-purple .table tfoot > tr > td > i {
    color: #6b2fad; }
  @media (max-width: 767px) {
    .content-purple .navbar-collapse.collapse {
      background-color: #6b2fad; } }

section.content-purple .panel .panel-body > p:not(.text-white):not(.text-muted) a:not(.btn),
section.content-purple .template-carousel .template > .template-body > p > a:not(.btn) {
  color: #6b2fad; }

section.content-purple p:not(.text-white):not(.text-muted) a:not(.btn) {
  color: #ffffff; }

.highlight-block {
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  padding: 16px; }
  .highlight-block ul.list {
    margin-bottom: 0;
    border-top: 1px solid #ffffff; }
    .highlight-block ul.list li + li {
      border-top: 1px solid #ffffff; }

.highlight-block-gray {
  background-color: #f2f2f2; }

.highlight-block-no-padding {
  padding: 16px 0; }
  .highlight-block-no-padding h3,
  .highlight-block-no-padding li {
    padding-left: 16px;
    padding-right: 16px; }

.cookie-warning {
  background-color: rgba(52, 52, 52, 0.8);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1040; }
  .cookie-warning p {
    margin: 0;
    padding: 5px 0; }
  .cookie-warning p,
  .cookie-warning p > a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    text-decoration: none; }

.modal .modal-header {
  padding-top: 18px;
  padding-bottom: 5px;
  border: 0; }
  .modal .modal-header .close {
    position: absolute;
    right: 20px; }
  .modal .modal-header h1,
  .modal .modal-header h2,
  .modal .modal-header h3,
  .modal .modal-header h4 {
    margin: 0;
    display: inline-block;
    color: #121212; }

.modal .modal-body p {
  color: #121212; }

.modal .btn-link {
  color: #121212;
  text-decoration: underline; }

.panel-search .btn.btn-action .fa,
.btn.btn-action.btn-search .fa {
  font-size: 17px; }

.img-absolute {
  position: absolute;
  right: 0;
  z-index: 5; }

.img-overlap-bottom {
  margin-bottom: -100px; }

.img-small-content {
  max-height: 380px; }

.img-responsive {
  display: inline-block; }

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

.link-block,
.link-block:hover {
  color: #121212; }
  .link-block .link-text,
  .link-block:hover .link-text {
    display: block;
    color: #121212;
    font-size: 17px;
    padding: 18px 26px;
    background-color: #ffffff; }

.tagcloud.list-inline {
  margin-top: 0;
  display: inline-block; }

.tagcloud .tag {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px; }

.tagcloud .tag a {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  background-color: #f2f2f2;
  color: #888888;
  display: block;
  font-size: 15px;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 4px; }

.tagcloud .tag.active a {
  color: #ffffff; }

.tagcloud-inline > .tag {
  position: relative; }

.tagcloud-inline > .tag > a {
  color: #888888;
  font-size: 15px; }

.tagcloud-inline > .tag + .tag::before {
  content: '-';
  color: #888888;
  left: -5px;
  position: absolute; }

.tagcloud-colored a {
  background: #f2f2f2;
  padding: .4em .6em;
  border-radius: 5px;
  text-decoration: none;
  font-size: .9em;
  font-weight: 300; }
  .tagcloud-colored a:hover, .tagcloud-colored a:focus {
    text-decoration: underline; }

.list-inline.tagcloud-purple a {
  color: #6b2fad !important; }

.list-inline.tagcloud-red a {
  color: #ff2434 !important; }

.list-inline.tagcloud-lightred a {
  color: #dc493c !important; }

.list-inline.tagcloud-darkred a {
  color: #e0101f !important; }

.list-inline.tagcloud-aqua a {
  color: #00dbdb !important; }

.list-inline.tagcloud-orange a {
  color: #ff8800 !important; }

.list-inline.tagcloud-darkorange a {
  color: #e66700 !important; }

.list-inline.tagcloud-blue a {
  color: #0c7afb !important; }

.list-inline.tagcloud-lightblue a {
  color: #1faddd !important; }

.list-inline.tagcloud-mediumblue a {
  color: #0378b6 !important; }

.list-inline.tagcloud-darkblue a {
  color: #015993 !important; }

.list-inline.tagcloud-lime a {
  color: #92e607 !important; }

.list-inline.tagcloud-yellow a {
  color: #ffcc00 !important; }

.list-inline.tagcloud-darkpurple a {
  color: #1a003d !important; }

.popover {
  color: #121212; }

.slide {
  overflow: hidden; }
  .slide .hero {
    margin: 0; }

.date {
  float: left;
  margin-right: 18px;
  margin-left: 16px;
  line-height: 1; }
  .date .date-day {
    font-size: 28px; }
  .date .date-month {
    display: block;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase; }

.footer-main {
  padding: 36px; }
  .footer-main h3,
  .footer-main p,
  .footer-main a,
  .footer-main .list-unstyled > li > a {
    color: rgba(255, 255, 255, 0.75); }
  .footer-main .form-control {
    border: 0; }
  .footer-main .form-control.input-lg:focus, .footer-main .input-group-lg > .form-control:focus, .footer-main
  .input-group-lg > .input-group-btn > .form-control.btn:focus {
    padding-left: 16px; }
  @media (max-width: 479px) {
    .footer-main .row > .col-xs-6 {
      width: 100%; } }

[data-component^='component/domaininitiator'] .form-control:focus,
[data-component^='component/domaininitiator'] .form-control {
  border-width: 0; }

[data-component^='component/domaininitiator'] .input-group-lg .form-control:focus {
  padding-left: 16px; }

[data-component^='component/domaininitiator'] .product-details-transfer .form-control:focus,
[data-component^='component/domaininitiator'] .product-details-transfer .form-control {
  border-width: 1px; }

[data-component='component/domaininitiatorcheck'] .form-control[disabled] {
  background-color: #ffffff; }

[data-component='component/domaininitiatorcheck'] .loading-indicator-container {
  position: absolute;
  background-color: #ff8800;
  display: block;
  top: 10px;
  right: 16px;
  left: 16px;
  bottom: 10px; }

[data-component='component/domaininitiatorcheck'] .result-container {
  background-color: transparent;
  margin-bottom: 0; }

[data-component='component/domaininitiatorcheck'] .result-container-closed {
  height: 0;
  overflow: hidden; }

[data-component='component/domaininitiatorcheck'] .result-container-open {
  height: auto; }

[data-component='component/domaininitiatorcheck'] .product-list {
  margin-top: 18px;
  position: relative; }

[data-component='component/domaininitiatorcheck'] .product-list .product-list-item {
  background-color: #ffffff; }

[data-component='component/domaininitiatorcheck'] .product-list .product-actions {
  position: relative;
  height: 34px; }
  [data-component='component/domaininitiatorcheck'] .product-list .product-actions button,
  [data-component='component/domaininitiatorcheck'] .product-list .product-actions p,
  [data-component='component/domaininitiatorcheck'] .product-list .product-actions .second-hand-domain {
    position: absolute; }
  [data-component='component/domaininitiatorcheck'] .product-list .product-actions button {
    z-index: 1; }
  [data-component='component/domaininitiatorcheck'] .product-list .product-actions p {
    z-index: 2; }
  [data-component='component/domaininitiatorcheck'] .product-list .product-actions .second-hand-domain {
    z-index: 3; }
  @media (min-width: 992px) {
    [data-component='component/domaininitiatorcheck'] .product-list .product-actions button,
    [data-component='component/domaininitiatorcheck'] .product-list .product-actions p,
    [data-component='component/domaininitiatorcheck'] .product-list .product-actions .second-hand-domain {
      width: calc(100% - 15px); } }

.footer-social {
  background-color: #ffffff;
  color: #121212;
  padding: 18px 0; }
  .footer-social p > em {
    margin-right: 5px; }
  .footer-social p > a {
    margin-left: 5px;
    text-decoration: none; }

.overview-items {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .overview-items .panel-body .heading.text-highlight {
    font-size: 1.2em; }

small.linethrough {
  display: inline;
  padding: 0;
  text-decoration: line-through;
  font-size: 0.6em; }

.no-script {
  display: table;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8); }
  .no-script .hero-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 20px; }
  .no-script .hero-innerdiv {
    display: inline-block;
    max-width: 575px; }
  .no-script .hero-heading {
    background: #ffffff;
    color: #6b2fad; }
  .no-script .hero-addon {
    max-width: 450px;
    margin: 0 -250px 0 0;
    background-color: #6b2fad;
    color: #ffffff; }
  .no-script .hero-heading,
  .no-script .hero-addon {
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    text-align: left; }

@media (max-width: 767px) {
  body.content {
    padding-top: 0; }
  .container-funnel {
    padding-bottom: 60px; }
  .cookie-warning {
    height: 80px;
    overflow: hidden; }
  .no-script .hero-addon {
    margin: 0;
    max-width: none; } }

@media (max-width: 991px) {
  .tagcloud .tag {
    display: block; }
  .highlighted-list .tag,
  .tagcloud-colored .tag {
    margin-bottom: 30px; } }

@media (min-width: 992px) {
  .content-overlap + .content {
    padding-top: 80px; } }

/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * mijndomein.nl
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2015
 */
@font-face {
  font-family: 'Circular-Book';
  src: url("../fonts/lineto-circular-book.eot");
  src: url("../fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-book.woff") format("woff"), url("../fonts/lineto-circular-book.ttf") format("truetype"), url("../fonts/lineto-circular-book.svg#lineto-circular-book") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

@font-face {
  font-family: 'md';
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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") format("truetype"); }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'md';
    src: url('../fonts/md.svg?89556753#md') format('svg');
  }
}
*/
[class^="md-"]::before,
[class*=" md-"]::before {
  font-family: 'md';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  font-size: 120%;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.md-add-circle::before {
  content: '\e800'; }

/* '' */
.md-clock::before {
  content: '\e801'; }

/* '' */
.md-cloud-sync::before {
  content: '\e802'; }

/* '' */
.md-delete::before {
  content: '\e803'; }

/* '' */
.md-download-harddrive::before {
  content: '\e804'; }

/* '' */
.md-email::before, .md-emp::before {
  content: '\e805'; }

/* '' */
.md-file-acrobat::before {
  content: '\e806'; }

/* '' */
.md-synchronize::before {
  content: '\e807'; }

/* '' */
.md-transfer-computers::before {
  content: '\e808'; }

/* '' */
.md-transfer::before {
  content: '\e809'; }

/* '' */
.md-window-application-6-a::before, .md-wsmcls::before,
.md-website-maker::before,
.md-wsm::before,
.md-puntfree::before,
.md-puntpaid::before,
.md-punt-domain::before {
  content: '\e80a'; }

/* '' */
.md-window-design::before {
  content: '\e80b'; }

/* '' */
.md-world-refresh::before {
  content: '\e80c'; }

/* '' */
.md-file-cash-2-euro::before {
  content: '\e80d'; }

/* '' */
.md-globe::before, .md-dmp::before,
.md-domain::before {
  content: '\e80e'; }

/* '' */
.md-globe-edit::before, .md-res::before,
.md-preregistered-domain::before {
  content: '\e80f'; }

/* '' */
.md-graph-line::before {
  content: '\e810'; }

/* '' */
.md-login-check::before {
  content: '\e811'; }

/* '' */
.md-person-edit::before {
  content: '\e812'; }

/* '' */
.md-protection-check::before {
  content: '\e813'; }

/* '' */
.md-server::before, .md-bhp::before,
.md-hosting::before {
  content: '\e814'; }

/* '' */
.md-database::before {
  content: '\e815'; }

/* '' */
.md-server-add::before, .md-whp::before,
.md-hosting-plus::before {
  content: '\e816'; }

/* '' */
.md-server-network::before {
  content: '\e817'; }

/* '' */
.md-settings::before {
  content: '\e818'; }

/* '' */
.md-store::before, .md-wnk::before,
.md-webshop::before {
  content: '\e819'; }

/* '' */
.md-computer-harddisk::before {
  content: '\e81a'; }

/* '' */
.md-upgrade-downgrade::before {
  content: '\e81b'; }

/* '' */
.md-man::before {
  content: '\e81d'; }

/* '' */
.md-chat-double::before {
  content: '\e81c'; }

/* '' */
.md-thumbs-up::before {
  content: '\e81e'; }

/* '' */
.md-thumbs-down::before {
  content: '\e81f'; }

/* '' */
.md-php::before {
  content: '\e820'; }

/* '' */
.md-reset::before {
  content: '\e821'; }

/* '' */
.md-support::before {
  content: '\e822'; }

/* '' */
.md-computer-pie-graph::before {
  content: '\e823'; }

/* '' */
.md-information-circle::before {
  content: '\e824'; }

/* '' */
.md-large {
  vertical-align: middle;
  font-size: 200%; }

.md-thumbs-up::before,
.md-thumbs-down::before {
  margin-right: 0; }

.circle {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 46px;
  height: 46px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  text-align: center;
  line-height: 1.75;
  color: #ffffff;
  font-size: 24px; }

.circle-lg {
  width: 60px;
  height: 60px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  line-height: 2.2; }

.circle-lg.circle-multiline {
  line-height: 0.8; }

.circle-xl {
  width: 146px;
  height: 146px;
  -moz-border-radius: 73px;
  -webkit-border-radius: 73px;
  border-radius: 73px;
  font-size: 34px;
  line-height: 1;
  display: table-cell;
  vertical-align: middle; }
  .circle-xl small {
    font-size: 17px; }

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

.circle-red {
  background-color: #ff2434; }

.circle-lightred {
  background-color: #dc493c; }

.circle-aqua {
  background-color: #00dbdb; }

.circle-orange {
  background-color: #ff8800; }

.circle-lightblue {
  background-color: #1faddd; }

.circle-blue {
  background-color: #0c7afb; }

.circle-gray {
  background-color: #dbdbdb; }

.circle-mediumblue {
  background-color: #0378b6; }

.circle-darkblue {
  background-color: #015993; }

.circle-lime {
  background-color: #92e607; }

.icon-lg {
  font-size: 24px;
  margin-top: 12px; }

.icon-valid {
  color: #92e607; }

.icon-error {
  color: #ff2434; }

.icon-info {
  color: #0c7afb; }

.icon-fade {
  -webkit-transition: transform 0.5s cubic-bezier(0, 0.09, 0.1, 1), opacity 0.35s ease-in-out;
  transition: transform 0.5s cubic-bezier(0, 0.09, 0.1, 1.6), opacity 0.35s ease-in-out;
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0; }

.icon-fade.in {
  opacity: 1;
  transform: scale(1); }

p {
  line-height: 1.45; }

p:last-child {
  margin-bottom: 0; }

p > a {
  color: #121212;
  text-decoration: underline; }

p > a:hover {
  text-decoration: none;
  color: inherit; }

p > a.btn {
  text-decoration: none;
  margin: 0 10px; }

blockquote {
  border: 0;
  padding: 0;
  margin: 36px; }
  blockquote p {
    text-align: center;
    line-height: 36px;
    font-style: italic; }

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin-top: 0;
  margin-bottom: 18px; }

.h1-icon {
  font-size: 84px; }

.text-red,
.text-red:hover {
  color: #ff2434; }

.text-aqua,
.text-aqua:hover {
  color: #00dbdb; }

.text-orange,
.text-orange:hover {
  color: #ff8800; }

.text-blue,
.text-blue:hover {
  color: #0c7afb; }

.text-lime,
.text-lime:hover {
  color: #92e607; }

.text-purple,
.text-purple:hover {
  color: #6b2fad; }

.text-white,
.text-white:hover {
  color: #ffffff; }

.link-inline {
  display: inline-block; }

@media (max-width: 767px) {
  h1 {
    font-size: 23px;
    word-wrap: break-word; }
  h2 {
    font-size: 21px; }
  .h5-xs {
    font-size: 17px; }
  .text-left-xs {
    text-align: left; }
  .text-center-xs {
    text-align: center; }
  .text-right-xs {
    text-align: right; } }

.hero {
  position: relative;
  max-width: 560px;
  margin-top: 18px;
  margin-bottom: 18px;
  z-index: 10; }
  .hero:before, .hero:after {
    content: " ";
    display: table; }
  .hero:after {
    clear: both; }
  .hero .hero-heading {
    padding: 10px; }
    .hero .hero-heading > h1 {
      margin: 0;
      font-size: 36px; }
  .hero .hero-addon {
    display: inline-block;
    font-size: 17px;
    font-family: "Circular-Black", Helvetica, Arial, sans-serif;
    padding: 10px;
    line-height: 1; }
    .hero .hero-addon > p {
      margin: 0; }
  .hero .hero-addon .date + a {
    display: inline-block;
    margin-top: 5px; }

.hero-domain > h1 {
  margin-bottom: 14.4px;
  padding: 0; }

.hero-lg {
  max-width: 625px; }

.hero-sm {
  max-width: 400px; }
  .hero-sm.hero-right {
    margin-right: 54px; }
    .hero-sm.hero-right .hero-addon {
      margin-right: -54px;
      margin-left: 54px; }
  .hero-sm.hero-left {
    margin-left: 54px; }
    .hero-sm.hero-left .hero-addon {
      margin-left: -54px;
      margin-right: 54px; }

.hero.hero-right .hero-addon {
  float: right; }

.hero.hero-left .hero-addon {
  float: left; }

@media (max-width: 767px) {
  .hero-addon {
    width: 100%; }
  .hero.hero-sm {
    margin: 18px auto; } }

@media (min-width: 992px) {
  .hero {
    margin: 10.8px inherit; }
    .hero .hero-heading {
      padding: 29px 32px; }
    .hero .hero-heading h1 {
      font-size: 36px; }
    .hero .hero-addon {
      padding: 15px 17px;
      font-size: 24px; }
  .hero.hero-sm .hero-heading {
    padding: 19px 22px; }
  .hero.hero-sm .hero-heading h1 {
    font-size: 36px; } }

@media (min-width: 768px) {
  .hero.hero-right .hero-heading {
    margin-right: 64px; }
  .hero.hero-left .hero-heading {
    margin-left: 64px; }
  .hero-domain {
    margin-top: 28.8px; }
    .hero-domain > h1 {
      font-size: 41px;
      margin-bottom: 28.8px; } }

.hero-red .hero-heading {
  background-color: #ff2434;
  color: #ffffff; }

.hero-red .hero-addon,
.hero-red .hero-addon p > a {
  background-color: #ffffff;
  color: #ff2434;
  outline: 0; }

.hero-red .hero-addon a:hover {
  text-decoration: none; }

.hero-red.hero-invert .hero-heading {
  background-color: #ffffff;
  color: #ff2434; }

.hero-red.hero-invert .hero-addon,
.hero-red.hero-invert .hero-addon p > a {
  background-color: #ff2434;
  color: #ffffff; }

.hero-aqua .hero-heading {
  background-color: #00dbdb;
  color: #ffffff; }

.hero-aqua .hero-addon,
.hero-aqua .hero-addon p > a {
  background-color: #ffffff;
  color: #00dbdb;
  outline: 0; }

.hero-aqua .hero-addon a:hover {
  text-decoration: none; }

.hero-aqua.hero-invert .hero-heading {
  background-color: #ffffff;
  color: #00dbdb; }

.hero-aqua.hero-invert .hero-addon,
.hero-aqua.hero-invert .hero-addon p > a {
  background-color: #00dbdb;
  color: #ffffff; }

.hero-orange .hero-heading {
  background-color: #ff8800;
  color: #ffffff; }

.hero-orange .hero-addon,
.hero-orange .hero-addon p > a {
  background-color: #ffffff;
  color: #ff8800;
  outline: 0; }

.hero-orange .hero-addon a:hover {
  text-decoration: none; }

.hero-orange.hero-invert .hero-heading {
  background-color: #ffffff;
  color: #ff8800; }

.hero-orange.hero-invert .hero-addon,
.hero-orange.hero-invert .hero-addon p > a {
  background-color: #ff8800;
  color: #ffffff; }

.hero-blue .hero-heading {
  background-color: #0c7afb;
  color: #ffffff; }

.hero-blue .hero-addon,
.hero-blue .hero-addon p > a {
  background-color: #ffffff;
  color: #0c7afb;
  outline: 0; }

.hero-blue .hero-addon a:hover {
  text-decoration: none; }

.hero-blue.hero-invert .hero-heading {
  background-color: #ffffff;
  color: #0c7afb; }

.hero-blue.hero-invert .hero-addon,
.hero-blue.hero-invert .hero-addon p > a {
  background-color: #0c7afb;
  color: #ffffff; }

.hero-lime .hero-heading {
  background-color: #92e607;
  color: #ffffff; }

.hero-lime .hero-addon,
.hero-lime .hero-addon p > a {
  background-color: #ffffff;
  color: #92e607;
  outline: 0; }

.hero-lime .hero-addon a:hover {
  text-decoration: none; }

.hero-lime.hero-invert .hero-heading {
  background-color: #ffffff;
  color: #92e607; }

.hero-lime.hero-invert .hero-addon,
.hero-lime.hero-invert .hero-addon p > a {
  background-color: #92e607;
  color: #ffffff; }

.hero-purple .hero-heading {
  background-color: #6b2fad;
  color: #ffffff; }

.hero-purple .hero-addon,
.hero-purple .hero-addon p > a {
  background-color: #ffffff;
  color: #6b2fad;
  outline: 0; }

.hero-purple .hero-addon a:hover {
  text-decoration: none; }

.hero-purple.hero-invert .hero-heading {
  background-color: #ffffff;
  color: #6b2fad; }

.hero-purple.hero-invert .hero-addon,
.hero-purple.hero-invert .hero-addon p > a {
  background-color: #6b2fad;
  color: #ffffff; }

.btn {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: relative; }

.btn.btn-default {
  border: 1px solid rgba(136, 136, 136, 0.25);
  border-bottom: 2px solid #888888; }
  .btn.btn-default.disabled {
    color: #888888;
    border-color: #888888; }
  .btn.btn-default.btn-purple {
    color: #6b2fad;
    border-color: #6b2fad; }
  .btn.btn-default.btn-red {
    color: #ff2434;
    border-color: #ff2434; }
  .btn.btn-default.btn-aqua {
    color: #00dbdb;
    border-color: #00dbdb; }
  .btn.btn-default:hover {
    background-color: #ff8800;
    color: #ffffff;
    border-bottom-color: #e66700; }

.btn.btn-action {
  color: #ffffff;
  background-color: #ff8800;
  border-color: #ff8800;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  border-bottom: 2px solid #b35000; }
  .btn.btn-action:focus, .btn.btn-action.focus {
    color: #ffffff;
    background-color: #cc6d00;
    border-color: #804400; }
  .btn.btn-action:hover {
    color: #ffffff;
    background-color: #cc6d00;
    border-color: #c26700; }
  .btn.btn-action:active, .btn.btn-action.active,
  .open > .btn.btn-action.dropdown-toggle {
    color: #ffffff;
    background-color: #cc6d00;
    border-color: #c26700; }
    .btn.btn-action:active:hover, .btn.btn-action:active:focus, .btn.btn-action:active.focus, .btn.btn-action.active:hover, .btn.btn-action.active:focus, .btn.btn-action.active.focus,
    .open > .btn.btn-action.dropdown-toggle:hover,
    .open > .btn.btn-action.dropdown-toggle:focus,
    .open > .btn.btn-action.dropdown-toggle.focus {
      color: #ffffff;
      background-color: #a85a00;
      border-color: #804400; }
  .btn.btn-action:active, .btn.btn-action.active,
  .open > .btn.btn-action.dropdown-toggle {
    background-image: none; }
  .btn.btn-action.disabled, .btn.btn-action.disabled:hover, .btn.btn-action.disabled:focus, .btn.btn-action.disabled.focus, .btn.btn-action.disabled:active, .btn.btn-action.disabled.active, .btn.btn-action[disabled], .btn.btn-action[disabled]:hover, .btn.btn-action[disabled]:focus, .btn.btn-action[disabled].focus, .btn.btn-action[disabled]:active, .btn.btn-action[disabled].active,
  fieldset[disabled] .btn.btn-action,
  fieldset[disabled] .btn.btn-action:hover,
  fieldset[disabled] .btn.btn-action:focus,
  fieldset[disabled] .btn.btn-action.focus,
  fieldset[disabled] .btn.btn-action:active,
  fieldset[disabled] .btn.btn-action.active {
    background-color: #ff8800;
    border-color: #ff8800; }
  .btn.btn-action .badge {
    color: #ff8800;
    background-color: #ffffff; }
  .btn.btn-action:hover {
    background: #e66700;
    border-color: #e66700;
    border-bottom-color: #b35000; }
    .btn.btn-action:hover .fa-right {
      right: 9px; }
  .btn.btn-action .fa {
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    font-size: 11px; }
  .btn.btn-action .fa.fa-chevron-right {
    font-size: 11px;
    margin-top: -2.75px; }
  .btn.btn-action.btn-purple {
    color: #ffffff;
    background-color: #6b2fad;
    border-color: #6b2fad;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    border-bottom: 2px solid #04000a;
    padding: .6em 1.1em; }
    .btn.btn-action.btn-purple:focus, .btn.btn-action.btn-purple.focus {
      color: #ffffff;
      background-color: #522485;
      border-color: #2d1449; }
    .btn.btn-action.btn-purple:hover {
      color: #ffffff;
      background-color: #522485;
      border-color: #4d227d; }
    .btn.btn-action.btn-purple:active, .btn.btn-action.btn-purple.active,
    .open > .btn.btn-action.btn-purple.dropdown-toggle {
      color: #ffffff;
      background-color: #522485;
      border-color: #4d227d; }
      .btn.btn-action.btn-purple:active:hover, .btn.btn-action.btn-purple:active:focus, .btn.btn-action.btn-purple:active.focus, .btn.btn-action.btn-purple.active:hover, .btn.btn-action.btn-purple.active:focus, .btn.btn-action.btn-purple.active.focus,
      .open > .btn.btn-action.btn-purple.dropdown-toggle:hover,
      .open > .btn.btn-action.btn-purple.dropdown-toggle:focus,
      .open > .btn.btn-action.btn-purple.dropdown-toggle.focus {
        color: #ffffff;
        background-color: #411c69;
        border-color: #2d1449; }
    .btn.btn-action.btn-purple:active, .btn.btn-action.btn-purple.active,
    .open > .btn.btn-action.btn-purple.dropdown-toggle {
      background-image: none; }
    .btn.btn-action.btn-purple.disabled, .btn.btn-action.btn-purple.disabled:hover, .btn.btn-action.btn-purple.disabled:focus, .btn.btn-action.btn-purple.disabled.focus, .btn.btn-action.btn-purple.disabled:active, .btn.btn-action.btn-purple.disabled.active, .btn.btn-action.btn-purple[disabled], .btn.btn-action.btn-purple[disabled]:hover, .btn.btn-action.btn-purple[disabled]:focus, .btn.btn-action.btn-purple[disabled].focus, .btn.btn-action.btn-purple[disabled]:active, .btn.btn-action.btn-purple[disabled].active,
    fieldset[disabled] .btn.btn-action.btn-purple,
    fieldset[disabled] .btn.btn-action.btn-purple:hover,
    fieldset[disabled] .btn.btn-action.btn-purple:focus,
    fieldset[disabled] .btn.btn-action.btn-purple.focus,
    fieldset[disabled] .btn.btn-action.btn-purple:active,
    fieldset[disabled] .btn.btn-action.btn-purple.active {
      background-color: #6b2fad;
      border-color: #6b2fad; }
    .btn.btn-action.btn-purple .badge {
      color: #6b2fad;
      background-color: #ffffff; }

.btn.btn-action.btn-xl .fa {
  font-size: 17px;
  margin-top: -4.25px; }

.btn.btn-action.btn-xl .fa.fa-chevron-right {
  font-size: 17px;
  margin-top: -4.25px; }

.btn.btn-action[disabled="disabled"],
.btn.btn-action[disabled="disabled"]:hover {
  background-color: #888888;
  border-color: #888888;
  border-bottom-color: #888888; }

.btn.btn-white {
  border: 1px solid #dbdbdb;
  border-bottom-width: 2px;
  color: #dbdbdb; }
  .btn.btn-white:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn.btn-muted {
  color: #dbdbdb; }

button.unavailable:hover span {
  display: none; }

button.unavailable:not(.is-loading):hover::before {
  content: 'Verhuizen'; }

@media (max-width: 767px) {
  button.unavailable span {
    display: none; }
  button.unavailable:not(.is-loading)::before {
    content: 'Verhuizen'; }
  button.unavailable:not(.is-loading):hover::before {
    content: 'Verhuizen'; } }

.btn.btn-default.btn-paypal {
  background-color: #ffffff;
  color: #1f9bde;
  border-bottom: 3px solid #1f9bde;
  text-decoration: none; }
  .btn.btn-default.btn-paypal:hover {
    background-color: #ffffff;
    border-bottom-color: #092f87;
    color: #092f87; }
  .btn.btn-default.btn-paypal > img {
    margin: 0 10px;
    display: inline-block; }

.btn-xl {
  padding: 12.5px 20px;
  font-size: 24px;
  line-height: 1.3333333;
  border-radius: 6px; }

.input-group-btn > button.btn {
  border-bottom-width: 0;
  padding-left: 24px;
  padding-right: 24px; }

@media (max-width: 767px) {
  .btn-lg, .btn-group-lg > .btn {
    font-size: 17px; }
  .btn-xl {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.111111111;
    border-radius: 4px; }
  .input-group .form-control:first-child,
  .input-group .input-group-btn > .btn {
    width: 100%;
    border-radius: 4px; }
  .input-group .input-group-btn {
    display: block;
    clear: both;
    width: 100%; } }

[data-component*="domaininitiator"] .btn.btn-action[disabled] {
  opacity: 1; }

[data-component='component/domaininitiatorcheck'] .btn.btn-action[disabled] {
  opacity: 0.65; }

.navbar-main {
  -webkit-transition: top 0.15s linear;
  -o-transition: top 0.15s linear;
  transition: top 0.15s linear;
  width: 100%;
  margin: 18px 0 0;
  padding-bottom: 36px; }
  .navbar-main .navbar-brand > img {
    max-height: 100%; }
  .navbar-main .navbar-toggle {
    float: left;
    margin-top: 11px; }
  .navbar-main .navbar-toggle .icon-bar {
    background-color: #ffffff; }
  .navbar-main + .content {
    padding-top: 86px; }
  .navbar-main .nav > li {
    margin-left: 5px;
    border-radius: 4px; }
    .navbar-main .nav > li > a {
      -webkit-transition: color 0.15s linear;
      -o-transition: color 0.15s linear;
      transition: color 0.15s linear;
      -webkit-transition: background-color 0.15s linear;
      -o-transition: background-color 0.15s linear;
      transition: background-color 0.15s linear;
      color: #ffffff;
      padding-top: 10px;
      padding-bottom: 10px;
      border-radius: 4px;
      border-bottom: 1px solid transparent; }
    .navbar-main .nav > li > a:hover {
      background-color: transparent;
      text-decoration: underline; }
    .navbar-main .nav > li > a:focus {
      background-color: transparent;
      text-decoration: none; }
  .navbar-main .nav li.open > a {
    background-color: #ffffff;
    color: #ff2434;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #dbdbdb; }
  .navbar-main .nav li.dropdown > a:hover {
    text-decoration: none; }
  .navbar-main .nav li.highlight {
    background-color: rgba(0, 0, 0, 0.1); }
    .navbar-main .nav li.highlight > a:hover {
      background-color: #ffffff;
      color: #ff2434;
      text-decoration: none; }
  .navbar-main .nav li.highlight > a {
    color: #ffffff; }
  .navbar-main .nav li.highlight.highlight-dark {
    background-color: rgba(0, 0, 0, 0.2); }
  .navbar-main .shoppingcart-toggle {
    display: none; }

ul.nav li {
  list-style-type: none;
  margin-bottom: 0; }

.cookie-warning + .navbar-main {
  top: 18px; }

@media (max-width: 767px) {
  .navbar-main {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 9px; }
    .navbar-main .shoppingcart-toggle {
      margin-top: 8px;
      margin-bottom: 8px;
      display: inline-block;
      float: right;
      font-size: 24px;
      color: #ffffff;
      padding: 5px 10px; }
  .cookie-warning + .navbar-main.navbar-fixed-top {
    top: 80px; }
  .navbar-brand {
    padding: 9px 10px;
    position: absolute;
    left: 50%;
    margin-left: -66px;
    float: none; }
  .navbar-brand > img {
    width: 132px;
    height: 32px; }
  .navbar-collapse.collapse {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ff2434;
    height: auto; }
  .navbar-collapse .navbar-nav {
    margin-top: 50px;
    text-align: center;
    font-size: 19px; }
    .navbar-collapse .navbar-nav > li {
      margin-bottom: 18px; }
    .navbar-collapse .navbar-nav > li.dropdown .caret {
      display: none; }
    .navbar-collapse .navbar-nav > li.dropdown.open > a {
      background-color: transparent; }
    .navbar-collapse .navbar-nav .dropdown-menu {
      position: relative;
      display: block;
      float: none;
      max-width: 80%;
      margin: 0 auto;
      height: auto;
      text-align: center;
      background: none;
      box-shadow: none; }
      .navbar-collapse .navbar-nav .dropdown-menu > li > a {
        color: #ffffff; }
    .navbar-collapse .navbar-nav > li.highlight,
    .navbar-collapse .navbar-nav > li.highlight.highlight-dark {
      background-color: transparent; }
    .navbar-collapse .navbar-nav > li > a {
      display: inline-block;
      padding-top: 10px;
      padding-bottom: 10px; }
  .navbar-collapse .navbar-dismiss {
    position: absolute;
    right: 16px;
    top: 8px;
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-header .navbar-brand {
    max-width: 180px; }
  .navbar-main .nav > li > a {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 992px) {
  .navbar-main .nav li.open > .dropdown-menu {
    -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.175);
    border: 0; } }

.navbar-sub {
  position: relative;
  background-color: #ffffff;
  border-top: 1px solid #dbdbdb;
  margin-bottom: 0;
  height: 80px;
  padding: 0;
  border-radius: 0; }
  .navbar-sub .navbar-nav {
    margin-top: 0; }
  .navbar-sub .navbar-brand {
    padding-top: 30px; }
  .navbar-sub .navbar-right {
    margin-right: 0; }
  .navbar-sub .nav > li {
    display: inline-block; }
    .navbar-sub .nav > li > a:not(.btn) {
      -webkit-transition: color 0.15s linear;
      -o-transition: color 0.15s linear;
      transition: color 0.15s linear;
      color: #121212;
      padding-top: 30px;
      padding-right: 10px;
      padding-bottom: 30px;
      padding-left: 0;
      border-radius: 0;
      font-size: 11px; }
    .navbar-sub .nav > li > a:not(.btn):hover {
      background-color: transparent;
      text-decoration: underline; }
  .navbar-sub .btn-action {
    margin-top: 23px;
    padding-top: 5px;
    padding-bottom: 5px; }

@media (min-width: 768px) {
  .navbar-sub {
    padding: 0 16px; }
  .navbar-sub .nav > li > a:not(.btn) {
    padding-right: 20px;
    font-size: 15px; } }

@media (min-width: 1200px) {
  .navbar-sub .nav > li > a:not(.btn) {
    padding-right: 30px;
    font-size: 17px; } }

.nav-down {
  margin-bottom: 18px; }

.nav-down,
.nav-down:hover {
  display: block;
  text-decoration: none; }
  .nav-down .text-muted,
  .nav-down:hover .text-muted {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    color: rgba(255, 255, 255, 0.75); }
  .nav-down .fa,
  .nav-down:hover .fa {
    -webkit-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    margin-top: 5.4px; }

.nav-down:hover .text-muted {
  color: #ffffff; }

.navbar-fixed-container {
  display: block;
  height: 80px; }
  .navbar-fixed-container .navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    border-top-color: rgba(255, 255, 255, 0.98);
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); }
  .navbar-fixed-container .visible-fixed {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    opacity: 0; }
  .navbar-fixed-container .navbar-fixed .visible-fixed {
    opacity: 1; }
  .navbar-fixed-container .navbar-fixed-fill {
    display: none;
    height: 80px; }
  .navbar-fixed-container .navbar-fixed + .navbar-fixed-fill {
    display: block;
    visibility: hidden; }

.submenu {
  background-color: #ffffff;
  border-radius: 4px; }
  .submenu .submenu-heading {
    padding: 18px;
    font-size: 19px; }
  .submenu .submenu-heading img {
    margin-right: 10px; }
  .submenu .submenu-footer {
    padding: 18px; }
    .submenu .submenu-footer .form-group:last-child {
      margin-bottom: 0; }
  .submenu .list-group {
    margin-top: 0; }

.dropdown-menu {
  border: 0; }
  .dropdown-menu > li + li {
    border-top: 0; }
  .dropdown-menu > li > a {
    -webkit-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    transition: color 0.15s linear;
    padding: 5px 10px;
    color: #888888; }
  .dropdown-menu > li.active > a,
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #ff2434; }

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

@media (min-width: 768px) {
  .dropdown-menu > li + li {
    border-top: 1px solid #dbdbdb; } }

@media (min-width: 992px) {
  .navbar-nav .dropdown-menu.dropdown-right {
    border-top-right-radius: 4px; } }

.navbar.navbar-wizard {
  background-color: #ff2434;
  position: relative;
  margin-bottom: 18px;
  height: 52px; }
  .navbar.navbar-wizard > .container {
    position: relative; }
    .navbar.navbar-wizard > .container::before {
      content: '';
      display: block;
      position: absolute;
      top: 26px;
      height: 1px;
      background: #dbdbdb;
      left: 15px;
      right: 15px; }
  .navbar.navbar-wizard .navbar-nav {
    width: 100%; }
  .navbar.navbar-wizard .navbar-nav > li {
    white-space: nowrap;
    padding: 0 20px;
    text-align: center;
    background-color: #ff2434;
    display: inline-block; }
    .navbar.navbar-wizard .navbar-nav > li:first-child {
      text-align: left;
      padding-left: 0; }
    .navbar.navbar-wizard .navbar-nav > li:last-child {
      text-align: right;
      padding-right: 0;
      float: right; }
    .navbar.navbar-wizard .navbar-nav > li.divider {
      width: 6.25%;
      max-width: 6.25%;
      background-color: transparent;
      padding: 0; }
    .navbar.navbar-wizard .navbar-nav > li.active a {
      color: #ffffff; }
    .navbar.navbar-wizard .navbar-nav > li.active a .circle {
      background: #ffffff;
      border-color: #ffffff;
      color: #ff2434; }
    .navbar.navbar-wizard .navbar-nav > li.done {
      text-decoration: underline; }
    .navbar.navbar-wizard .navbar-nav > li.done .circle {
      background-color: #dbdbdb;
      border-color: #dbdbdb;
      color: #ff2434; }
    .navbar.navbar-wizard .navbar-nav > li.done .circle .fa {
      margin-top: 0;
      font-size: 17px; }
    .navbar.navbar-wizard .navbar-nav > li .circle {
      height: 26px;
      -moz-border-radius: 13px;
      -webkit-border-radius: 13px;
      border-radius: 13px;
      width: 26px;
      font-size: 17px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      border: 2px solid #dbdbdb;
      background: transparent;
      line-height: 1.2;
      color: #dbdbdb; }
    .navbar.navbar-wizard .navbar-nav > li .text {
      margin-left: 10px; }
    .navbar.navbar-wizard .navbar-nav > li > a {
      color: #dbdbdb;
      font-size: 19px;
      text-decoration: none;
      padding: 15px 0 0;
      pointer-events: none;
      cursor: default; }
    .navbar.navbar-wizard .navbar-nav > li > a:hover {
      background-color: transparent; }
    .navbar.navbar-wizard .navbar-nav > li.done > a {
      pointer-events: auto;
      cursor: pointer; }
    .navbar.navbar-wizard .navbar-nav > li.done > a:focus {
      background-color: transparent; }

@media (max-width: 992px) {
  .navbar.navbar-wizard > .container {
    padding: 0; }
  .navbar.navbar-wizard .navbar-nav {
    margin: 0; }
    .navbar.navbar-wizard .navbar-nav > li {
      padding: 0 5px;
      float: left; }
    .navbar.navbar-wizard .navbar-nav > li:first-child {
      padding-left: 10px; }
    .navbar.navbar-wizard .navbar-nav > li:last-child {
      padding-right: 10px;
      float: none; }
    .navbar.navbar-wizard .navbar-nav > li.divider {
      width: auto; }
    .navbar.navbar-wizard .navbar-nav > li .text {
      margin-left: 5px;
      font-size: 85%; }
  .navbar.navbar-wizard li > a > .text {
    display: none; }
  .navbar.navbar-wizard li.active > a > .text {
    display: inline; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar.navbar-wizard .navbar-nav > li {
    padding: 0 5px; }
    .navbar.navbar-wizard .navbar-nav > li.divider {
      width: 5%;
      max-width: 5%; } }

.pagination > li > a,
.pagination > li > span {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  background-color: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  margin-left: 0; }

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff; }

.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.25); }

.form-inline {
  display: inline-block; }

.form-control,
.form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-control {
  min-height: 38px; }

.form-control.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-btn > .form-control.btn {
  font-size: 17px; }

.form-group .help-block {
  -webkit-transition: height 0.15s linear;
  -o-transition: height 0.15s linear;
  transition: height 0.15s linear;
  visibility: hidden;
  height: 0; }

.form-group .form-control:focus ~ .help-block {
  visibility: visible;
  color: #00dbdb;
  height: auto; }

.form-group.has-error .form-control:focus ~ .help-block,
.form-group.has-error .help-block,
.form-group .has-error .form-control:focus ~ .help-block,
.form-group .has-error .help-block {
  color: #ff2434;
  visibility: visible;
  height: auto; }

.form-group.has-error .form-control ~ .help-block:not(.validation-error) {
  display: none; }

.form-control-muted {
  color: #dbdbdb;
  height: 32px;
  padding: 10px 0; }

.form-group-dark {
  margin-bottom: 0; }
  .form-group-dark .form-control {
    background: rgba(0, 0, 0, 0.15);
    color: #ffffff;
    border-color: transparent; }
    .form-group-dark .form-control:focus {
      padding-top: 5px; }
    .form-group-dark .form-control::-webkit-input-placeholder {
      color: #ffffff; }
    .form-group-dark .form-control::-moz-placeholder {
      color: #ffffff; }
    .form-group-dark .form-control:-ms-input-placeholder {
      color: #ffffff; }
  .form-group-dark.form-group-search::before {
    color: #ffffff; }
  .form-group-dark.form-group-search.form-group-md::before {
    top: 9.4px; }

.form-control:focus {
  border-width: 2px;
  padding-bottom: 5px;
  padding-left: 11px; }

.form-group-lg .form-control:focus,
.form-control.input-lg:focus,
.input-group-lg > .form-control:focus,
.input-group-lg > .input-group-btn > .form-control.btn:focus {
  padding-bottom: 9px;
  padding-left: 15px; }

.form-control.has-addon:focus,
.form-group-lg .form-control.has-addon:focus,
.form-control.input-lg.has-addon:focus,
.input-group-lg > .form-control.has-addon:focus,
.input-group-lg > .input-group-btn > .form-control.has-addon.btn:focus {
  border-right: 0; }

select.form-control,
select.form-control:focus {
  border-width: 1px; }

.form-group-search {
  position: relative; }
  .form-group-search::before {
    display: inline-block;
    content: "";
    font: normal normal normal 16px/1 FontAwesome;
    position: absolute;
    top: 15px;
    left: 12px;
    color: #888888;
    z-index: 10; }

.form-group-search.form-group-md::before {
  top: 8.4px; }

input[type="search"] {
  position: relative;
  padding-left: 36px; }

input[type="search"].form-control:focus {
  padding-top: 8px;
  padding-left: 35px; }

label input[type="radio"],
label input[type="checkbox"] {
  margin-right: 10px; }

.has-error .form-control {
  background-color: #ff9292; }
  .has-error .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1; }
  .has-error .form-control:-ms-input-placeholder {
    color: #ffffff; }
  .has-error .form-control::-webkit-input-placeholder {
    color: #ffffff; }
  .has-error .form-control:hover, .has-error .form-control:focus {
    border-color: #ff2434; }

input[type="checkbox"] {
  position: relative;
  margin-right: 5px; }
  input[type="checkbox"]::after {
    content: '';
    display: inline-block;
    padding: 8px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    position: absolute;
    top: -2px;
    left: -2px; }
  input[type="checkbox"]:checked::after {
    content: "";
    color: #ff2434;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 12px;
    padding: 2px; }

input[type="radio"] {
  position: relative;
  margin-right: 5px; }
  input[type="radio"]::after {
    content: '';
    display: inline-block;
    padding: 8px;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    position: absolute;
    top: -1px;
    left: -2px; }
  input[type="radio"]:checked::before {
    content: '';
    display: block;
    background: #ff2434;
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: 10;
    top: 3px;
    left: 2px;
    border-radius: 10px; }

.radio-btn {
  text-align: center; }
  .radio-btn .radio-btn-default {
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    background-color: #ffffff;
    border: 1px solid rgba(136, 136, 136, 0.25);
    border-bottom: 2px solid #888888;
    border-radius: 4px;
    cursor: pointer;
    padding: 6px 12px; }
  .radio-btn .radio-btn-default:hover {
    background-color: #ff8800;
    border-bottom-color: #e66700;
    color: #ffffff; }
  .radio-btn .radio-btn-checked {
    padding: 6px 12px; }
  .radio-btn input[type="radio"] {
    display: none; }
  .radio-btn input[type="radio"].visible {
    display: inline-block; }
  .radio-btn .radio-btn-default {
    display: block; }
  .radio-btn .radio-btn-checked {
    display: none; }

.radio-btn.checked .radio-btn-default {
  display: none; }

.radio-btn.checked .radio-btn-checked {
  display: block; }

.input-group.input-group-lg {
  border-radius: 4px; }

.input-group .form-control.has-addon {
  border-right: 0; }

.input-group .form-control.has-addon + .input-group-addon {
  background-color: #ffffff;
  border: 0;
  position: relative; }
  .input-group .form-control.has-addon + .input-group-addon::before {
    content: '';
    background-color: #ccc;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 16px;
    height: 1px;
    width: calc(100% - 16px - 16px); }
    @media (min-width: 768px) {
      .input-group .form-control.has-addon + .input-group-addon::before {
        position: relative;
        top: 0;
        left: -16px;
        float: left;
        height: 100%;
        width: 1px; } }

.password-check {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0; }
  .password-check:focus {
    padding-top: 7px; }

.progress > .progress-bar.progress-bar-danger {
  background-color: #ff2434; }

.progress > .progress-bar.progress-bar-warning {
  background-color: #ff8800; }

.progress > .progress-bar.progress-bar-success {
  background-color: #92e607; }

.password-check + .progress {
  height: 10px;
  background: #f2f2f2;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #ccc;
  border-top: 0; }

.progress > .progress-bar {
  height: 8px; }

.password-check:focus + .progress {
  border-width: 2px; }

@media (max-width: 767px) {
  .input-group.input-group-lg {
    display: block; }
  .input-group > .form-control:first-child {
    display: inline-block;
    width: 80%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control + .input-group-btn {
    width: 20%;
    display: inline-block; }
    .input-group > .form-control + .input-group-btn > .btn {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .input-group > .form-control + .input-group-btn > .btn > .fa.fa-search {
      margin-top: 4px;
      vertical-align: top; } }

.panel-container {
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 6px; }

.panel {
  border: 0;
  overflow: hidden;
  color: #121212;
  /* Lime panel-content */ }
  .panel .panel-heading {
    background-color: #ffffff;
    color: #121212;
    font-size: 19px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 12px; }
    .panel .panel-heading > a {
      display: inline;
      color: inherit; }
    .panel .panel-heading > a:focus,
    .panel .panel-heading > a:hover {
      text-decoration: none; }
    .panel .panel-heading a.spacer-inline {
      margin-left: 26px; }
    .panel .panel-heading .toggle {
      display: inline-block;
      float: right;
      vertical-align: middle; }
    .panel .panel-heading a.link-inline {
      font-size: 15px;
      text-decoration: underline; }
    .panel .panel-heading a.link-inline:hover {
      text-decoration: none; }
    .panel .panel-heading .btn.btn-default {
      background-color: #f2f2f2; }
    .panel .panel-heading .btn.btn-default:hover {
      background-color: #ff8800; }
    .panel .panel-heading > i {
      font-size: 125%; }
  .panel .panel-titlebar {
    color: #ffffff;
    text-align: center;
    padding: 10px 16px; }
  .panel .panel-body {
    color: #121212;
    padding-right: 12px;
    padding-left: 12px; }
  .panel .panel-content {
    background-color: #f2f2f2;
    color: #121212;
    padding: 12px; }
    .panel .panel-content .content {
      padding-right: 26px;
      padding-left: 26px; }
  .panel .panel-content.content-lime {
    background-color: #92e607;
    padding-bottom: 0;
    position: relative; }
  .panel .panel-content.content-lime .hero-absolute {
    z-index: 5;
    right: 78px;
    top: -26px;
    max-width: 375px; }
  .panel .panel-content.content-lime .hero-absolute + img {
    position: relative;
    z-index: 10; }
  .panel.panel-gray {
    background-color: #f2f2f2;
    color: #121212; }
    .panel.panel-gray ul.tagcloud > li.tag.active > a,
    .panel.panel-gray .container-deco::after {
      background-color: #f2f2f2; }
    .panel.panel-gray .radio-btn .radio-btn-default,
    .panel.panel-gray:not(body) .btn.btn-default:not(.btn-red):not(.btn-purple):not(.btn-aqua):not(.btn-transparent),
    .panel.panel-gray .panel-footer .btn.btn-default {
      color: #f2f2f2;
      border-color: rgba(242, 242, 242, 0.25);
      border-bottom-color: #f2f2f2; }
      .panel.panel-gray .radio-btn .radio-btn-default:hover,
      .panel.panel-gray:not(body) .btn.btn-default:not(.btn-red):not(.btn-purple):not(.btn-aqua):not(.btn-transparent):hover,
      .panel.panel-gray .panel-footer .btn.btn-default:hover {
        color: #ffffff;
        border-bottom-color: #e66700; }
    .panel.panel-gray .modal-tabs-scroll,
    .panel.panel-gray .modal-tabs-scroll + .modal-content,
    .panel.panel-gray .tabs-scroll,
    .panel.panel-gray .tabs-scroll + .tab-content {
      border-color: #f2f2f2; }
    .panel.panel-gray .modal-tabs .modal-title,
    .panel.panel-gray .nav-tabs.nav-tabs-white > li.active > a,
    .panel.panel-gray .nav-tabs.nav-tabs-white > li.active > a:hover,
    .panel.panel-gray .panel-add::before,
    .panel.panel-gray.content-fullpage .footer-social .circle > .fa {
      color: #f2f2f2; }
    .panel.panel-gray .ui-pnotify-closer,
    .panel.panel-gray blockquote p,
    .panel.panel-gray ol > li::before,
    .panel.panel-gray p:not(.text-white):not(.text-muted) a:not(.btn),
    .panel.panel-gray .panel .panel-body p > a:not(.btn),
    .panel.panel-gray .panel .panel-footer > p:not(.text-white) > a:not(.btn) {
      color: #f2f2f2; }
    .panel.panel-gray p:not(.text-white):not(.text-muted) a:not(.btn) {
      color: #121212; }
    .panel.panel-gray .hero .hero-addon p:not(.text-white):not(.text-muted) a:not(.btn) {
      color: inherit; }
    .panel.panel-gray .hero.hero-invert .hero-addon > p:not(.text-white):not(.text-muted) a:not(.btn) {
      color: #ffffff; }
    .panel.panel-gray > .cookie-warning p:not(.text-white):not(.text-muted) a {
      color: rgba(255, 255, 255, 0.4); }
    .panel.panel-gray ol > li > a,
    .panel.panel-gray .btn-link,
    .panel.panel-gray .list-unstyled > li > a {
      color: #f2f2f2; }
    .panel.panel-gray .btn-link:hover {
      color: #bfbfbf; }
    .panel.panel-gray .btn-white:hover {
      color: #f2f2f2;
      border-color: #f2f2f2; }
    .panel.panel-gray .tagcloud-inline > .tag > a,
    .panel.panel-gray .tagcloud > .tag > a {
      color: #888888; }
    .panel.panel-gray .tagcloud-inline > .tag > a:hover {
      color: #f2f2f2; }
    .panel.panel-gray > p > a,
    .panel.panel-gray p.text-white > a,
    .panel.panel-gray .tagcloud .tag.active a {
      color: #ffffff; }
    .panel.panel-gray .panel-footer p > a {
      color: #f2f2f2; }
    .panel.panel-gray .tagcloud .tag a:hover {
      background-color: #f2f2f2;
      color: #ffffff; }
    .panel.panel-gray .content-white p > a {
      color: #f2f2f2; }
    .panel.panel-gray .content-white p > a.btn-action {
      color: #ffffff; }
    .panel.panel-gray:not(body) .panel-product .panel-heading,
    .panel.panel-gray .panel-heading .toggle,
    .panel.panel-gray .panel-heading a,
    .panel.panel-gray .panel-heading a.link-inline {
      color: #f2f2f2; }
    .panel.panel-gray .panel .panel-titlebar {
      background-color: #d9d9d9; }
    .panel.panel-gray .panel-heading a.btn.btn-action {
      color: #ffffff; }
    .panel.panel-gray .product-list-item.active,
    .panel.panel-gray .product-list-item.active:hover {
      border-top-color: #f2f2f2;
      border-bottom-color: #f2f2f2; }
      .panel.panel-gray .product-list-item.active:last-child,
      .panel.panel-gray .product-list-item.active:hover:last-child {
        border-bottom-width: 0; }
    .panel.panel-gray .product-list .list-group .list-group-item > a {
      color: #f2f2f2; }
    .panel.panel-gray .product-actions .btn-default {
      border-bottom-color: #f2f2f2;
      color: #f2f2f2; }
    .panel.panel-gray .product-actions .btn-default:hover {
      color: #ffffff;
      border-bottom-color: #e66700; }
    .panel.panel-gray .product-price .badge,
    .panel.panel-gray .invoice-badge,
    .panel.panel-gray .product-badge {
      background-color: #f2f2f2;
      color: #ffffff; }
    .panel.panel-gray .template-body a,
    .panel.panel-gray a.invoice-download {
      color: #f2f2f2; }
    .panel.panel-gray .active .property-name,
    .panel.panel-gray .selected .property-name,
    .panel.panel-gray .active .property-icon,
    .panel.panel-gray .selected .property-icon {
      color: #f2f2f2; }
    .panel.panel-gray .text-highlight {
      color: #f2f2f2; }
    .panel.panel-gray .highlighted-list li a {
      -webkit-transition: color 0.15s linear;
      -o-transition: color 0.15s linear;
      transition: color 0.15s linear;
      -webkit-transition: background-color 0.15s linear;
      -o-transition: background-color 0.15s linear;
      transition: background-color 0.15s linear;
      background-color: rgba(0, 0, 0, 0.1);
      color: #ffffff;
      padding: 8px 15px;
      border-bottom: 1px solid transparent;
      margin-left: 5px;
      border-radius: 4px;
      text-decoration: none; }
      .panel.panel-gray .highlighted-list li a:hover {
        background-color: #ffffff;
        color: #ff2434; }
      .panel.panel-gray .highlighted-list li a:focus {
        background-color: transparent;
        text-decoration: none; }
    .panel.panel-gray li.highlight > a {
      color: #ffffff; }
      .panel.panel-gray li.highlight > a:hover {
        color: #f2f2f2; }
    .panel.panel-gray .navbar-main .nav li.open > a {
      color: #f2f2f2; }
    .panel.panel-gray .navbar-sub .navbar-brand, .panel.panel-gray.navbar-sub .navbar-brand {
      color: #f2f2f2; }
    .panel.panel-gray .navbar-sub .nav li.active > a, .panel.panel-gray.navbar-sub .nav li.active > a {
      color: #f2f2f2; }
    .panel.panel-gray .navbar.navbar-wizard {
      background-color: #f2f2f2; }
      .panel.panel-gray .navbar.navbar-wizard > .container::before {
        background: white; }
      .panel.panel-gray .navbar.navbar-wizard .navbar-nav > li {
        background-color: #f2f2f2; }
      .panel.panel-gray .navbar.navbar-wizard .navbar-nav > li.active a .circle {
        color: #f2f2f2; }
      .panel.panel-gray .navbar.navbar-wizard .navbar-nav > li.done a .circle {
        background-color: white;
        border-color: white;
        color: #f2f2f2; }
      .panel.panel-gray .navbar.navbar-wizard .navbar-nav > li .circle {
        border-color: white;
        color: white; }
      .panel.panel-gray .navbar.navbar-wizard .navbar-nav > li > a,
      .panel.panel-gray .navbar.navbar-wizard .navbar-nav > li.done {
        color: white; }
    .panel.panel-gray .submenu .submenu-heading a,
    .panel.panel-gray .submenu a.active,
    .panel.panel-gray .list-group .list-group-item > a.active {
      color: #f2f2f2; }
    .panel.panel-gray .dropdown-menu > li.active > a,
    .panel.panel-gray .dropdown-menu > li > a:hover,
    .panel.panel-gray .dropdown-menu > li > a:focus {
      color: #f2f2f2; }
    .panel.panel-gray input[type="checkbox"]:checked::after {
      color: #f2f2f2; }
    .panel.panel-gray input[type="radio"]:checked::before {
      background-color: #f2f2f2; }
    .panel.panel-gray .form-control:hover,
    .panel.panel-gray .password-check:hover + .progress {
      border-color: #f2f2f2; }
    .panel.panel-gray .form-control:focus,
    .panel.panel-gray .password-check:focus + .progress,
    .panel.panel-gray .input-group .form-control.has-addon:focus + .input-group-addon {
      border-color: #d9d9d9; }
    .panel.panel-gray .form-group .form-control:focus + .help-block {
      color: #d9d9d9; }
    .panel.panel-gray .table thead > tr > th > i,
    .panel.panel-gray .table thead > tr > td > i,
    .panel.panel-gray .table tbody > tr > th > i,
    .panel.panel-gray .table tbody > tr > td > i,
    .panel.panel-gray .table tfoot > tr > th > i,
    .panel.panel-gray .table tfoot > tr > td > i {
      color: #f2f2f2; }
    @media (max-width: 767px) {
      .panel.panel-gray .navbar-collapse.collapse {
        background-color: #f2f2f2; } }
  .panel .panel-content:not(.content-lime) + .panel-content {
    border-top: 1px solid #ffffff; }
  .panel .panel-footer {
    background-color: #ffffff;
    padding: 10px 18px; }
    .panel .panel-footer .text-muted,
    .panel .panel-footer a.text-muted {
      color: #bbbbbb; }
    .panel .panel-footer p {
      margin-bottom: 0; }
  .panel.comment .panel-footer {
    background-color: #f2f2f2; }
  .panel .panel-footer .form-group:last-child {
    margin-bottom: 0; }
  .panel .product-list .product-list-item:first-child {
    border-top-width: 0; }
  .panel h4 {
    font-family: "Circular-Book", Helvetica, Arial, sans-serif;
    font-weight: 400; }
  .panel a:not(.btn):not(.product-link) {
    text-decoration: underline; }
    .panel a:not(.btn):not(.product-link):hover {
      text-decoration: none; }

.panel.collapsed .panel-body {
  display: none; }

.panel .product-list,
.panel .table {
  color: #121212; }

.panel .nav-tabs > li:first-child > a {
  border-left: 0; }

.panel .nav-tabs > li:last-child > a {
  border-right: 0; }

.panel .nav-tabs > li > a {
  margin-right: 0;
  padding: 18px; }

.panel .tab-content,
.panel .tab-content .content {
  background-color: #f2f2f2;
  color: #121212; }

.panel .tab-content .text-muted,
.panel .tab-content .text-muted a,
.panel .tab-content .content .text-muted,
.panel .tab-content .content .text-muted a,
.panel .panel-content .text-muted,
.panel .panel-content .text-muted a {
  color: #aeaeae; }

.panel .tab-content .text-muted a:hover,
.panel .tab-content .content .text-muted a:hover,
.panel .panel-content .text-muted a:hover {
  color: #888888; }

.panel .panel-heading + .table-bordered {
  border-top: 1px solid #ddd; }

.panel.panel-decoration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  background-color: #f2f2f2; }
  .panel.panel-decoration.decoration-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .panel.panel-decoration.decoration-bottom img {
    margin-left: -2px;
    margin-bottom: -2px; }
  .panel.panel-decoration img {
    max-width: 100%; }

.panel.panel-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-height: 250px;
  background-color: #f2f2f2; }
  .panel.panel-product.panel-product-sale::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 67px;
    height: 68px;
    content: '';
    display: block;
    background-image: url("../img/sale.png"); }
  .panel.panel-product .panel-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .panel.panel-product .panel-content {
    padding-top: 10px;
    padding-bottom: 10px; }
  .panel.panel-product .panel-product-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    line-height: 1; }
  .panel.panel-product .panel-product-price .circle {
    margin-right: 12px; }
  .panel.panel-product .panel-product-price small,
  .panel.panel-product .panel-product-price del {
    font-size: 11px; }
  .panel.panel-product .panel-product-price > span.text-highlight {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .panel.panel-product .panel-product-price s {
    font-size: 55%; }
  .panel.panel-product .panel-product-summary {
    max-width: 170px;
    margin-bottom: 10px;
    font-size: 15px; }
  .panel.panel-product .panel-product-image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10; }
  .panel.panel-product .panel-product-btn {
    margin-top: auto;
    margin-bottom: 10px;
    width: 100%;
    z-index: 15; }
  .panel.panel-product .list-checklist {
    font-family: "Circular-Book", Helvetica, Arial, sans-serif;
    font-size: 15px; }
  .panel.panel-product .panel-body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .panel.panel-product .panel-body .product-actions {
    margin-top: auto; }

.panel.panel-search {
  background-color: transparent; }
  .panel.panel-search .form-control {
    border: 0; }
  .panel.panel-search .has-error .form-control {
    background-color: #ffffff;
    border: 1px solid #ff2434; }

.container-masonry {
  padding: 0; }

.panel-masonry {
  color: #121212;
  border: 1px solid #f2f2f2;
  display: block;
  float: left;
  overflow: hidden;
  padding: 10px;
  max-width: 420px; }
  .panel-masonry .panel-masonry-heading {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px; }
  .panel-masonry .panel-masonry-img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    max-width: 100%;
    height: auto; }
  .panel-masonry .panel-masonry-body {
    padding: 18px 18px 6px;
    background-color: #ffffff; }
    .panel-masonry .panel-masonry-body p:last-child {
      margin-bottom: 0; }
  .panel-masonry .panel-masonry-footer {
    background-color: #ffffff;
    border-top: 1px solid #f2f2f2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 5px 18px;
    font-size: 15px; }
    .panel-masonry .panel-masonry-footer .text-muted {
      color: #bbbbbb; }
  .panel-masonry:hover {
    text-decoration: none;
    color: inherit; }

.panel-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .panel-list .panel {
    -webkit-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
    width: 100%;
    background-color: #fbfbfb;
    border: 2px solid #ffffff;
    min-height: 0;
    position: relative;
    overflow: visible; }
  .panel-list .panel:hover {
    background-color: #ffffff; }
  .panel-list .panel-add::before {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: '\f067';
    position: absolute;
    left: -10px;
    top: -10px;
    background-color: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding-top: 5px;
    padding-left: 6px;
    font-size: 11px; }
  .panel-list .panel.panel-product.panel-product-sale::after {
    top: -2px;
    right: -2px; }
  .panel-list .panel-heading {
    font-size: 17px;
    padding-right: 5px; }
  .panel-list small > i {
    margin-right: 5px; }

.panel.panel-usp {
  background-color: rgba(255, 255, 255, 0.1);
  min-height: 120px; }
  .panel.panel-usp > .list.list-checklist {
    margin: 0;
    color: #ffffff;
    font-family: "Circular-Book", Helvetica, Arial, sans-serif; }
  .panel.panel-usp > .list.list-checklist > li {
    padding: 5px 18px 0 45px; }
    .panel.panel-usp > .list.list-checklist > li + li {
      border-top: 0; }
    .panel.panel-usp > .list.list-checklist > li:first-child {
      padding-top: 18px; }
    .panel.panel-usp > .list.list-checklist > li:last-child {
      padding-bottom: 18px; }
  .panel.panel-usp > .list.list-checklist > li::before {
    left: 18px;
    color: #92e607; }

@media (min-width: 480px) {
  .panel-list .panel {
    width: 48%; } }

@media (min-width: 992px) {
  .panel-list .panel {
    width: 32%; }
  .panel-list.panel-list-sm .panel {
    width: 19%;
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .panel.panel-product {
    min-height: 0; }
  .panel.panel-product .panel-product-btn {
    position: relative;
    display: block;
    right: auto;
    bottom: auto;
    left: auto; }
  .panel .panel-heading {
    padding: 12px;
    font-size: 15px; }
  .panel .panel-content {
    padding: 6px 12px; } }

@media (max-width: 767px) {
  .panel.panel-search .input-group > .form-control {
    max-width: 80%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .panel.panel-search .input-group .input-group-btn {
    width: 20%;
    display: inline-block;
    clear: none; }
    .panel.panel-search .input-group .input-group-btn > .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; } }

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden; }

.grid-item {
  position: relative;
  max-width: 400px;
  max-height: 400px;
  background-color: #ffffff; }
  .grid-item::after {
    content: '';
    display: block;
    padding-bottom: 100%; }
  .grid-item .grid-content {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 1px;
    text-align: center;
    color: #121212; }
  .grid-item .grid-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 10px 16px;
    height: 100%; }

.grid-4 .grid-item {
  width: 50%;
  margin-top: -1px; }

.grid-4 .grid-item:nth-child(n+5) {
  margin-top: 0; }

.grid-4 .grid-item:nth-child(4n+1) .grid-content {
  left: 0; }

@media (min-width: 768px) {
  .grid-4 .grid-item {
    width: 25%; } }

.hr-lg {
  margin: 31.5px 0; }

.spacer {
  display: block;
  visibility: hidden; }
  .spacer.spacer-xs {
    margin: 4.5px; }
  .spacer.spacer-sm {
    margin: 9px; }
  .spacer.spacer-md {
    margin: 22px; }
  .spacer.spacer-lg {
    margin: 31.5px; }
  .spacer.spacer-xxl {
    margin: 45px; }
  .spacer.xs-only {
    display: none; }
  .spacer.spacer-visible {
    visibility: visible; }
  .spacer.spacer-inline {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0; }

.xs-only {
  display: none; }

.block {
  display: block; }

.collapsed .toggle::after,
[data-toggle="collapse"] .toggle::after {
  content: '+'; }

.collapsed.in .toggle::after,
[data-toggle="collapse"].in .toggle::after {
  content: '-'; }

.toggle-lg {
  font-size: 24px;
  margin-top: -3px; }

.collapse .visible-collapse-in {
  display: none; }

.collapse.in .visible-collapse-in {
  display: inline-block; }

.m-b-1 {
  margin-bottom: 18px; }

.m-b-2 {
  margin-bottom: 27px; }

.m-b-3 {
  margin-bottom: 54px; }

@media (max-width: 767px) {
  .xs-only {
    display: block; }
  .spacer.spacer-lg {
    margin: 22.5px; }
  .img-responsive.xs-only {
    display: inline-block; }
  .spacer.hidden-xs {
    display: none; }
  .spacer.xs-only {
    display: block;
    visibility: hidden; }
  .spacer.spacer-md {
    margin: 4.5px; }
  .spacer.spacer-lg {
    margin: 13.5px; } }

.parked-search {
  padding: 1em; }
  .parked-search label {
    padding-right: .6em;
    padding-top: 12px; }
  .parked-search .form-control {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-bottom: 9px;
    width: auto;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important; }
  .parked-search .input-group-btn {
    width: auto; }
  .parked-search > form > .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

@media (max-width: 768px) {
  .parked-search {
    margin: 1em; } }
