@charset "UTF-8";
/*
Theme Name: Decoup
Theme URI: http://coupon.cactusthemes.com/
Author: CactusThemes
Author URI: https://www.cactusthemes.com
Description: A Theme for Coupons & Deals
Version: 2.1
Text Domain: decoup
Domain Path: /languages/
Tags: one-column, left-sidebar, right-sidebar, translation-ready, threaded-comments, editor-style, post-formats, rtl-language-support, sticky-post, theme-options
License: ThemeForest License
License URI: license.txt
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Bootstrap library
2. Icon font library
3. External library
4. Reset style
5. Header style
6. Footer style
7. Blog style
8. Sidebar style
9. Homepage style
10. Pages style
11. Shop style
--------------------------------------------------------------*/
/*===== 1. Bootstrap library =====*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    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;
  }
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

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

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

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

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #636c72;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

@media (min-width: 640px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 780px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 640px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 780px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
}

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

@media (min-width: 640px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 780px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 640px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 780px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

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

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 640px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 780px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

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

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

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

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

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

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 640px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 780px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

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

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

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

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

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

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

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

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

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

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

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

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

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

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

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

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

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

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

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

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

.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-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, .form-control-static.form-control-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 {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

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

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c;
}

.has-success .form-control {
  border-color: #5cb85c;
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e;
}

.has-warning .form-control {
  border-color: #f0ad4e;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f;
}

.has-danger .form-control {
  border-color: #d9534f;
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 640px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
}

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

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.btn:active, .btn.active {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  background-image: none;
  border-color: #01549b;
}

.btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

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

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

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

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

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

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}

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

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

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

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

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

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0275d8;
  background-color: transparent;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ccc;
  background-color: transparent;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}

.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}

.btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

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

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}

.btn-outline-warning:active, .btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}

.btn-outline-danger:active, .btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}

.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled {
  color: #636c72;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

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

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

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

.show > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #636c72;
  white-space: nowrap;
}

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.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,
.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-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.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 + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

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

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

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

[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: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.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 {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

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

.input-group-addon:not(:last-child) {
  border-right: 0;
}

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

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

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

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

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

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

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0275d8;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #8fcafe;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0275d8;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #5cb3fd;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5em 1em;
}

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

.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

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

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

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

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-toggler {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 639px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 640px) {
  .navbar-toggleable {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 779px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 780px) {
  .navbar-toggleable-sm {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  -ms-flex-direction: row;
      flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-toggleable-xl > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-block {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #0275d8;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}

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

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 640px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0px;
        flex: 1 0 0;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .card-deck .card:not(:first-child) {
    margin-left: 15px;
  }
  .card-deck .card:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 640px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group .card {
    -ms-flex: 1 0 0px;
        flex: 1 0 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 640px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #636c72;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #636c72;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0275d8;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
  color: #014c8c;
  text-decoration: none;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-default {
  background-color: #636c72;
}

.badge-default[href]:focus, .badge-default[href]:hover {
  background-color: #4b5257;
}

.badge-primary {
  background-color: #0275d8;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #025aa5;
}

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

.badge-success[href]:focus, .badge-success[href]:hover {
  background-color: #449d44;
}

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

.badge-info[href]:focus, .badge-info[href]:hover {
  background-color: #31b0d5;
}

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

.badge-warning[href]:focus, .badge-warning[href]:hover {
  background-color: #ec971f;
}

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

.badge-danger[href]:focus, .badge-danger[href]:hover {
  background-color: #c9302c;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}

@media (min-width: 640px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-hr {
  border-top-color: #d0d5d8;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #0275d8;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
      flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #464a4c;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #292b2c;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #464a4c;
  text-decoration: none;
  background-color: #f7f7f9;
}

.list-group-item-action:active {
  color: #292b2c;
  background-color: #eceeef;
}

.list-group-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #fff;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
  color: #636c72;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

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

.list-group-item.active .list-group-item-text {
  color: #daeeff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

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

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

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

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

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

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

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

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

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

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 640px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}

.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}

.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}

.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}

.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}

.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}

.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}

.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}

.popover-title:empty {
  display: none;
}

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

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

.popover::before {
  content: "";
  border-width: 11px;
}

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}

@media (-webkit-transform-3d) {
  .carousel-item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    perspective: 1000px;
  }
}

@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    perspective: 1000px;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -ms-flexbox;
  display: flex;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  background-color: #0275d8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important;
}

.bg-success {
  background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  background-color: #f0ad4e !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important;
}

.bg-danger {
  background-color: #d9534f !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important;
}

.bg-inverse {
  background-color: #292b2c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

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

.rounded-0 {
  border-radius: 0;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 640px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 780px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-first {
  -ms-flex-order: -1;
      order: -1;
}

.flex-last {
  -ms-flex-order: 1;
      order: 1;
}

.flex-unordered {
  -ms-flex-order: 0;
      order: 0;
}

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 640px) {
  .flex-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .flex-sm-last {
    -ms-flex-order: 1;
        order: 1;
  }
  .flex-sm-unordered {
    -ms-flex-order: 0;
        order: 0;
  }
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 780px) {
  .flex-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .flex-md-last {
    -ms-flex-order: 1;
        order: 1;
  }
  .flex-md-unordered {
    -ms-flex-order: 0;
        order: 0;
  }
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .flex-lg-last {
    -ms-flex-order: 1;
        order: 1;
  }
  .flex-lg-unordered {
    -ms-flex-order: 0;
        order: 0;
  }
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .flex-xl-last {
    -ms-flex-order: 1;
        order: 1;
  }
  .flex-xl-unordered {
    -ms-flex-order: 0;
        order: 0;
  }
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

.float-none {
  float: none !important;
}

@media (min-width: 640px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 780px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

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

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
}

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

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

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

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 640px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 780px) {
  .m-md-0 {
    margin: 0 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 640px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 780px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

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

.text-uppercase {
  text-transform: uppercase !important;
}

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

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

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

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

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important;
}

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

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

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

@media (min-width: 640px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 779px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 780px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

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

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

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

.hidden-xl-down {
  display: none !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;
  }
}

/*===== 2. Icon font library =====*/
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("assets/css/sass/ionicons/fonts/ionicons.eot?v=2.0.0");
  src: url("assets/css/sass/ionicons/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("assets/css/sass/ionicons/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("assets/css/sass/ionicons/fonts/ionicons.woff?v=2.0.0") format("woff"), url("assets/css/sass/ionicons/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "";
}

.ion-alert-circled:before {
  content: "";
}

.ion-android-add:before {
  content: "";
}

.ion-android-add-circle:before {
  content: "";
}

.ion-android-alarm-clock:before {
  content: "";
}

.ion-android-alert:before {
  content: "";
}

.ion-android-apps:before {
  content: "";
}

.ion-android-archive:before {
  content: "";
}

.ion-android-arrow-back:before {
  content: "";
}

.ion-android-arrow-down:before {
  content: "";
}

.ion-android-arrow-dropdown:before {
  content: "";
}

.ion-android-arrow-dropdown-circle:before {
  content: "";
}

.ion-android-arrow-dropleft:before {
  content: "";
}

.ion-android-arrow-dropleft-circle:before {
  content: "";
}

.ion-android-arrow-dropright:before {
  content: "";
}

.ion-android-arrow-dropright-circle:before {
  content: "";
}

.ion-android-arrow-dropup:before {
  content: "";
}

.ion-android-arrow-dropup-circle:before {
  content: "";
}

.ion-android-arrow-forward:before {
  content: "";
}

.ion-android-arrow-up:before {
  content: "";
}

.ion-android-attach:before {
  content: "";
}

.ion-android-bar:before {
  content: "";
}

.ion-android-bicycle:before {
  content: "";
}

.ion-android-boat:before {
  content: "";
}

.ion-android-bookmark:before {
  content: "";
}

.ion-android-bulb:before {
  content: "";
}

.ion-android-bus:before {
  content: "";
}

.ion-android-calendar:before {
  content: "";
}

.ion-android-call:before {
  content: "";
}

.ion-android-camera:before {
  content: "";
}

.ion-android-cancel:before {
  content: "";
}

.ion-android-car:before {
  content: "";
}

.ion-android-cart:before {
  content: "";
}

.ion-android-chat:before {
  content: "";
}

.ion-android-checkbox:before {
  content: "";
}

.ion-android-checkbox-blank:before {
  content: "";
}

.ion-android-checkbox-outline:before {
  content: "";
}

.ion-android-checkbox-outline-blank:before {
  content: "";
}

.ion-android-checkmark-circle:before {
  content: "";
}

.ion-android-clipboard:before {
  content: "";
}

.ion-android-close:before {
  content: "";
}

.ion-android-cloud:before {
  content: "";
}

.ion-android-cloud-circle:before {
  content: "";
}

.ion-android-cloud-done:before {
  content: "";
}

.ion-android-cloud-outline:before {
  content: "";
}

.ion-android-color-palette:before {
  content: "";
}

.ion-android-compass:before {
  content: "";
}

.ion-android-contact:before {
  content: "";
}

.ion-android-contacts:before {
  content: "";
}

.ion-android-contract:before {
  content: "";
}

.ion-android-create:before {
  content: "";
}

.ion-android-delete:before {
  content: "";
}

.ion-android-desktop:before {
  content: "";
}

.ion-android-document:before {
  content: "";
}

.ion-android-done:before {
  content: "";
}

.ion-android-done-all:before {
  content: "";
}

.ion-android-download:before {
  content: "";
}

.ion-android-drafts:before {
  content: "";
}

.ion-android-exit:before {
  content: "";
}

.ion-android-expand:before {
  content: "";
}

.ion-android-favorite:before {
  content: "";
}

.ion-android-favorite-outline:before {
  content: "";
}

.ion-android-film:before {
  content: "";
}

.ion-android-folder:before {
  content: "";
}

.ion-android-folder-open:before {
  content: "";
}

.ion-android-funnel:before {
  content: "";
}

.ion-android-globe:before {
  content: "";
}

.ion-android-hand:before {
  content: "";
}

.ion-android-hangout:before {
  content: "";
}

.ion-android-happy:before {
  content: "";
}

.ion-android-home:before {
  content: "";
}

.ion-android-image:before {
  content: "";
}

.ion-android-laptop:before {
  content: "";
}

.ion-android-list:before {
  content: "";
}

.ion-android-locate:before {
  content: "";
}

.ion-android-lock:before {
  content: "";
}

.ion-android-mail:before {
  content: "";
}

.ion-android-map:before {
  content: "";
}

.ion-android-menu:before {
  content: "";
}

.ion-android-microphone:before {
  content: "";
}

.ion-android-microphone-off:before {
  content: "";
}

.ion-android-more-horizontal:before {
  content: "";
}

.ion-android-more-vertical:before {
  content: "";
}

.ion-android-navigate:before {
  content: "";
}

.ion-android-notifications:before {
  content: "";
}

.ion-android-notifications-none:before {
  content: "";
}

.ion-android-notifications-off:before {
  content: "";
}

.ion-android-open:before {
  content: "";
}

.ion-android-options:before {
  content: "";
}

.ion-android-people:before {
  content: "";
}

.ion-android-person:before {
  content: "";
}

.ion-android-person-add:before {
  content: "";
}

.ion-android-phone-landscape:before {
  content: "";
}

.ion-android-phone-portrait:before {
  content: "";
}

.ion-android-pin:before {
  content: "";
}

.ion-android-plane:before {
  content: "";
}

.ion-android-playstore:before {
  content: "";
}

.ion-android-print:before {
  content: "";
}

.ion-android-radio-button-off:before {
  content: "";
}

.ion-android-radio-button-on:before {
  content: "";
}

.ion-android-refresh:before {
  content: "";
}

.ion-android-remove:before {
  content: "";
}

.ion-android-remove-circle:before {
  content: "";
}

.ion-android-restaurant:before {
  content: "";
}

.ion-android-sad:before {
  content: "";
}

.ion-android-search:before {
  content: "";
}

.ion-android-send:before {
  content: "";
}

.ion-android-settings:before {
  content: "";
}

.ion-android-share:before {
  content: "";
}

.ion-android-share-alt:before {
  content: "";
}

.ion-android-star:before {
  content: "";
}

.ion-android-star-half:before {
  content: "";
}

.ion-android-star-outline:before {
  content: "";
}

.ion-android-stopwatch:before {
  content: "";
}

.ion-android-subway:before {
  content: "";
}

.ion-android-sunny:before {
  content: "";
}

.ion-android-sync:before {
  content: "";
}

.ion-android-textsms:before {
  content: "";
}

.ion-android-time:before {
  content: "";
}

.ion-android-train:before {
  content: "";
}

.ion-android-unlock:before {
  content: "";
}

.ion-android-upload:before {
  content: "";
}

.ion-android-volume-down:before {
  content: "";
}

.ion-android-volume-mute:before {
  content: "";
}

.ion-android-volume-off:before {
  content: "";
}

.ion-android-volume-up:before {
  content: "";
}

.ion-android-walk:before {
  content: "";
}

.ion-android-warning:before {
  content: "";
}

.ion-android-watch:before {
  content: "";
}

.ion-android-wifi:before {
  content: "";
}

.ion-aperture:before {
  content: "";
}

.ion-archive:before {
  content: "";
}

.ion-arrow-down-a:before {
  content: "";
}

.ion-arrow-down-b:before {
  content: "";
}

.ion-arrow-down-c:before {
  content: "";
}

.ion-arrow-expand:before {
  content: "";
}

.ion-arrow-graph-down-left:before {
  content: "";
}

.ion-arrow-graph-down-right:before {
  content: "";
}

.ion-arrow-graph-up-left:before {
  content: "";
}

.ion-arrow-graph-up-right:before {
  content: "";
}

.ion-arrow-left-a:before {
  content: "";
}

.ion-arrow-left-b:before {
  content: "";
}

.ion-arrow-left-c:before {
  content: "";
}

.ion-arrow-move:before {
  content: "";
}

.ion-arrow-resize:before {
  content: "";
}

.ion-arrow-return-left:before {
  content: "";
}

.ion-arrow-return-right:before {
  content: "";
}

.ion-arrow-right-a:before {
  content: "";
}

.ion-arrow-right-b:before {
  content: "";
}

.ion-arrow-right-c:before {
  content: "";
}

.ion-arrow-shrink:before {
  content: "";
}

.ion-arrow-swap:before {
  content: "";
}

.ion-arrow-up-a:before {
  content: "";
}

.ion-arrow-up-b:before {
  content: "";
}

.ion-arrow-up-c:before {
  content: "";
}

.ion-asterisk:before {
  content: "";
}

.ion-at:before {
  content: "";
}

.ion-backspace:before {
  content: "";
}

.ion-backspace-outline:before {
  content: "";
}

.ion-bag:before {
  content: "";
}

.ion-battery-charging:before {
  content: "";
}

.ion-battery-empty:before {
  content: "";
}

.ion-battery-full:before {
  content: "";
}

.ion-battery-half:before {
  content: "";
}

.ion-battery-low:before {
  content: "";
}

.ion-beaker:before {
  content: "";
}

.ion-beer:before {
  content: "";
}

.ion-bluetooth:before {
  content: "";
}

.ion-bonfire:before {
  content: "";
}

.ion-bookmark:before {
  content: "";
}

.ion-bowtie:before {
  content: "";
}

.ion-briefcase:before {
  content: "";
}

.ion-bug:before {
  content: "";
}

.ion-calculator:before {
  content: "";
}

.ion-calendar:before {
  content: "";
}

.ion-camera:before {
  content: "";
}

.ion-card:before {
  content: "";
}

.ion-cash:before {
  content: "";
}

.ion-chatbox:before {
  content: "";
}

.ion-chatbox-working:before {
  content: "";
}

.ion-chatboxes:before {
  content: "";
}

.ion-chatbubble:before {
  content: "";
}

.ion-chatbubble-working:before {
  content: "";
}

.ion-chatbubbles:before {
  content: "";
}

.ion-checkmark:before {
  content: "";
}

.ion-checkmark-circled:before {
  content: "";
}

.ion-checkmark-round:before {
  content: "";
}

.ion-chevron-down:before {
  content: "";
}

.ion-chevron-left:before {
  content: "";
}

.ion-chevron-right:before {
  content: "";
}

.ion-chevron-up:before {
  content: "";
}

.ion-clipboard:before {
  content: "";
}

.ion-clock:before {
  content: "";
}

.ion-close:before {
  content: "";
}

.ion-close-circled:before {
  content: "";
}

.ion-close-round:before {
  content: "";
}

.ion-closed-captioning:before {
  content: "";
}

.ion-cloud:before {
  content: "";
}

.ion-code:before {
  content: "";
}

.ion-code-download:before {
  content: "";
}

.ion-code-working:before {
  content: "";
}

.ion-coffee:before {
  content: "";
}

.ion-compass:before {
  content: "";
}

.ion-compose:before {
  content: "";
}

.ion-connection-bars:before {
  content: "";
}

.ion-contrast:before {
  content: "";
}

.ion-crop:before {
  content: "";
}

.ion-cube:before {
  content: "";
}

.ion-disc:before {
  content: "";
}

.ion-document:before {
  content: "";
}

.ion-document-text:before {
  content: "";
}

.ion-drag:before {
  content: "";
}

.ion-earth:before {
  content: "";
}

.ion-easel:before {
  content: "";
}

.ion-edit:before {
  content: "";
}

.ion-egg:before {
  content: "";
}

.ion-eject:before {
  content: "";
}

.ion-email:before {
  content: "";
}

.ion-email-unread:before {
  content: "";
}

.ion-erlenmeyer-flask:before {
  content: "";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "";
}

.ion-eye:before {
  content: "";
}

.ion-eye-disabled:before {
  content: "";
}

.ion-female:before {
  content: "";
}

.ion-filing:before {
  content: "";
}

.ion-film-marker:before {
  content: "";
}

.ion-fireball:before {
  content: "";
}

.ion-flag:before {
  content: "";
}

.ion-flame:before {
  content: "";
}

.ion-flash:before {
  content: "";
}

.ion-flash-off:before {
  content: "";
}

.ion-folder:before {
  content: "";
}

.ion-fork:before {
  content: "";
}

.ion-fork-repo:before {
  content: "";
}

.ion-forward:before {
  content: "";
}

.ion-funnel:before {
  content: "";
}

.ion-gear-a:before {
  content: "";
}

.ion-gear-b:before {
  content: "";
}

.ion-grid:before {
  content: "";
}

.ion-hammer:before {
  content: "";
}

.ion-happy:before {
  content: "";
}

.ion-happy-outline:before {
  content: "";
}

.ion-headphone:before {
  content: "";
}

.ion-heart:before {
  content: "";
}

.ion-heart-broken:before {
  content: "";
}

.ion-help:before {
  content: "";
}

.ion-help-buoy:before {
  content: "";
}

.ion-help-circled:before {
  content: "";
}

.ion-home:before {
  content: "";
}

.ion-icecream:before {
  content: "";
}

.ion-image:before {
  content: "";
}

.ion-images:before {
  content: "";
}

.ion-information:before {
  content: "";
}

.ion-information-circled:before {
  content: "";
}

.ion-ionic:before {
  content: "";
}

.ion-ios-alarm:before {
  content: "";
}

.ion-ios-alarm-outline:before {
  content: "";
}

.ion-ios-albums:before {
  content: "";
}

.ion-ios-albums-outline:before {
  content: "";
}

.ion-ios-americanfootball:before {
  content: "";
}

.ion-ios-americanfootball-outline:before {
  content: "";
}

.ion-ios-analytics:before {
  content: "";
}

.ion-ios-analytics-outline:before {
  content: "";
}

.ion-ios-arrow-back:before {
  content: "";
}

.ion-ios-arrow-down:before {
  content: "";
}

.ion-ios-arrow-forward:before {
  content: "";
}

.ion-ios-arrow-left:before {
  content: "";
}

.ion-ios-arrow-right:before {
  content: "";
}

.ion-ios-arrow-thin-down:before {
  content: "";
}

.ion-ios-arrow-thin-left:before {
  content: "";
}

.ion-ios-arrow-thin-right:before {
  content: "";
}

.ion-ios-arrow-thin-up:before {
  content: "";
}

.ion-ios-arrow-up:before {
  content: "";
}

.ion-ios-at:before {
  content: "";
}

.ion-ios-at-outline:before {
  content: "";
}

.ion-ios-barcode:before {
  content: "";
}

.ion-ios-barcode-outline:before {
  content: "";
}

.ion-ios-baseball:before {
  content: "";
}

.ion-ios-baseball-outline:before {
  content: "";
}

.ion-ios-basketball:before {
  content: "";
}

.ion-ios-basketball-outline:before {
  content: "";
}

.ion-ios-bell:before {
  content: "";
}

.ion-ios-bell-outline:before {
  content: "";
}

.ion-ios-body:before {
  content: "";
}

.ion-ios-body-outline:before {
  content: "";
}

.ion-ios-bolt:before {
  content: "";
}

.ion-ios-bolt-outline:before {
  content: "";
}

.ion-ios-book:before {
  content: "";
}

.ion-ios-book-outline:before {
  content: "";
}

.ion-ios-bookmarks:before {
  content: "";
}

.ion-ios-bookmarks-outline:before {
  content: "";
}

.ion-ios-box:before {
  content: "";
}

.ion-ios-box-outline:before {
  content: "";
}

.ion-ios-briefcase:before {
  content: "";
}

.ion-ios-briefcase-outline:before {
  content: "";
}

.ion-ios-browsers:before {
  content: "";
}

.ion-ios-browsers-outline:before {
  content: "";
}

.ion-ios-calculator:before {
  content: "";
}

.ion-ios-calculator-outline:before {
  content: "";
}

.ion-ios-calendar:before {
  content: "";
}

.ion-ios-calendar-outline:before {
  content: "";
}

.ion-ios-camera:before {
  content: "";
}

.ion-ios-camera-outline:before {
  content: "";
}

.ion-ios-cart:before {
  content: "";
}

.ion-ios-cart-outline:before {
  content: "";
}

.ion-ios-chatboxes:before {
  content: "";
}

.ion-ios-chatboxes-outline:before {
  content: "";
}

.ion-ios-chatbubble:before {
  content: "";
}

.ion-ios-chatbubble-outline:before {
  content: "";
}

.ion-ios-checkmark:before {
  content: "";
}

.ion-ios-checkmark-empty:before {
  content: "";
}

.ion-ios-checkmark-outline:before {
  content: "";
}

.ion-ios-circle-filled:before {
  content: "";
}

.ion-ios-circle-outline:before {
  content: "";
}

.ion-ios-clock:before {
  content: "";
}

.ion-ios-clock-outline:before {
  content: "";
}

.ion-ios-close:before {
  content: "";
}

.ion-ios-close-empty:before {
  content: "";
}

.ion-ios-close-outline:before {
  content: "";
}

.ion-ios-cloud:before {
  content: "";
}

.ion-ios-cloud-download:before {
  content: "";
}

.ion-ios-cloud-download-outline:before {
  content: "";
}

.ion-ios-cloud-outline:before {
  content: "";
}

.ion-ios-cloud-upload:before {
  content: "";
}

.ion-ios-cloud-upload-outline:before {
  content: "";
}

.ion-ios-cloudy:before {
  content: "";
}

.ion-ios-cloudy-night:before {
  content: "";
}

.ion-ios-cloudy-night-outline:before {
  content: "";
}

.ion-ios-cloudy-outline:before {
  content: "";
}

.ion-ios-cog:before {
  content: "";
}

.ion-ios-cog-outline:before {
  content: "";
}

.ion-ios-color-filter:before {
  content: "";
}

.ion-ios-color-filter-outline:before {
  content: "";
}

.ion-ios-color-wand:before {
  content: "";
}

.ion-ios-color-wand-outline:before {
  content: "";
}

.ion-ios-compose:before {
  content: "";
}

.ion-ios-compose-outline:before {
  content: "";
}

.ion-ios-contact:before {
  content: "";
}

.ion-ios-contact-outline:before {
  content: "";
}

.ion-ios-copy:before {
  content: "";
}

.ion-ios-copy-outline:before {
  content: "";
}

.ion-ios-crop:before {
  content: "";
}

.ion-ios-crop-strong:before {
  content: "";
}

.ion-ios-download:before {
  content: "";
}

.ion-ios-download-outline:before {
  content: "";
}

.ion-ios-drag:before {
  content: "";
}

.ion-ios-email:before {
  content: "";
}

.ion-ios-email-outline:before {
  content: "";
}

.ion-ios-eye:before {
  content: "";
}

.ion-ios-eye-outline:before {
  content: "";
}

.ion-ios-fastforward:before {
  content: "";
}

.ion-ios-fastforward-outline:before {
  content: "";
}

.ion-ios-filing:before {
  content: "";
}

.ion-ios-filing-outline:before {
  content: "";
}

.ion-ios-film:before {
  content: "";
}

.ion-ios-film-outline:before {
  content: "";
}

.ion-ios-flag:before {
  content: "";
}

.ion-ios-flag-outline:before {
  content: "";
}

.ion-ios-flame:before {
  content: "";
}

.ion-ios-flame-outline:before {
  content: "";
}

.ion-ios-flask:before {
  content: "";
}

.ion-ios-flask-outline:before {
  content: "";
}

.ion-ios-flower:before {
  content: "";
}

.ion-ios-flower-outline:before {
  content: "";
}

.ion-ios-folder:before {
  content: "";
}

.ion-ios-folder-outline:before {
  content: "";
}

.ion-ios-football:before {
  content: "";
}

.ion-ios-football-outline:before {
  content: "";
}

.ion-ios-game-controller-a:before {
  content: "";
}

.ion-ios-game-controller-a-outline:before {
  content: "";
}

.ion-ios-game-controller-b:before {
  content: "";
}

.ion-ios-game-controller-b-outline:before {
  content: "";
}

.ion-ios-gear:before {
  content: "";
}

.ion-ios-gear-outline:before {
  content: "";
}

.ion-ios-glasses:before {
  content: "";
}

.ion-ios-glasses-outline:before {
  content: "";
}

.ion-ios-grid-view:before {
  content: "";
}

.ion-ios-grid-view-outline:before {
  content: "";
}

.ion-ios-heart:before {
  content: "";
}

.ion-ios-heart-outline:before {
  content: "";
}

.ion-ios-help:before {
  content: "";
}

.ion-ios-help-empty:before {
  content: "";
}

.ion-ios-help-outline:before {
  content: "";
}

.ion-ios-home:before {
  content: "";
}

.ion-ios-home-outline:before {
  content: "";
}

.ion-ios-infinite:before {
  content: "";
}

.ion-ios-infinite-outline:before {
  content: "";
}

.ion-ios-information:before {
  content: "";
}

.ion-ios-information-empty:before {
  content: "";
}

.ion-ios-information-outline:before {
  content: "";
}

.ion-ios-ionic-outline:before {
  content: "";
}

.ion-ios-keypad:before {
  content: "";
}

.ion-ios-keypad-outline:before {
  content: "";
}

.ion-ios-lightbulb:before {
  content: "";
}

.ion-ios-lightbulb-outline:before {
  content: "";
}

.ion-ios-list:before {
  content: "";
}

.ion-ios-list-outline:before {
  content: "";
}

.ion-ios-location:before {
  content: "";
}

.ion-ios-location-outline:before {
  content: "";
}

.ion-ios-locked:before {
  content: "";
}

.ion-ios-locked-outline:before {
  content: "";
}

.ion-ios-loop:before {
  content: "";
}

.ion-ios-loop-strong:before {
  content: "";
}

.ion-ios-medical:before {
  content: "";
}

.ion-ios-medical-outline:before {
  content: "";
}

.ion-ios-medkit:before {
  content: "";
}

.ion-ios-medkit-outline:before {
  content: "";
}

.ion-ios-mic:before {
  content: "";
}

.ion-ios-mic-off:before {
  content: "";
}

.ion-ios-mic-outline:before {
  content: "";
}

.ion-ios-minus:before {
  content: "";
}

.ion-ios-minus-empty:before {
  content: "";
}

.ion-ios-minus-outline:before {
  content: "";
}

.ion-ios-monitor:before {
  content: "";
}

.ion-ios-monitor-outline:before {
  content: "";
}

.ion-ios-moon:before {
  content: "";
}

.ion-ios-moon-outline:before {
  content: "";
}

.ion-ios-more:before {
  content: "";
}

.ion-ios-more-outline:before {
  content: "";
}

.ion-ios-musical-note:before {
  content: "";
}

.ion-ios-musical-notes:before {
  content: "";
}

.ion-ios-navigate:before {
  content: "";
}

.ion-ios-navigate-outline:before {
  content: "";
}

.ion-ios-nutrition:before {
  content: "";
}

.ion-ios-nutrition-outline:before {
  content: "";
}

.ion-ios-paper:before {
  content: "";
}

.ion-ios-paper-outline:before {
  content: "";
}

.ion-ios-paperplane:before {
  content: "";
}

.ion-ios-paperplane-outline:before {
  content: "";
}

.ion-ios-partlysunny:before {
  content: "";
}

.ion-ios-partlysunny-outline:before {
  content: "";
}

.ion-ios-pause:before {
  content: "";
}

.ion-ios-pause-outline:before {
  content: "";
}

.ion-ios-paw:before {
  content: "";
}

.ion-ios-paw-outline:before {
  content: "";
}

.ion-ios-people:before {
  content: "";
}

.ion-ios-people-outline:before {
  content: "";
}

.ion-ios-person:before {
  content: "";
}

.ion-ios-person-outline:before {
  content: "";
}

.ion-ios-personadd:before {
  content: "";
}

.ion-ios-personadd-outline:before {
  content: "";
}

.ion-ios-photos:before {
  content: "";
}

.ion-ios-photos-outline:before {
  content: "";
}

.ion-ios-pie:before {
  content: "";
}

.ion-ios-pie-outline:before {
  content: "";
}

.ion-ios-pint:before {
  content: "";
}

.ion-ios-pint-outline:before {
  content: "";
}

.ion-ios-play:before {
  content: "";
}

.ion-ios-play-outline:before {
  content: "";
}

.ion-ios-plus:before {
  content: "";
}

.ion-ios-plus-empty:before {
  content: "";
}

.ion-ios-plus-outline:before {
  content: "";
}

.ion-ios-pricetag:before {
  content: "";
}

.ion-ios-pricetag-outline:before {
  content: "";
}

.ion-ios-pricetags:before {
  content: "";
}

.ion-ios-pricetags-outline:before {
  content: "";
}

.ion-ios-printer:before {
  content: "";
}

.ion-ios-printer-outline:before {
  content: "";
}

.ion-ios-pulse:before {
  content: "";
}

.ion-ios-pulse-strong:before {
  content: "";
}

.ion-ios-rainy:before {
  content: "";
}

.ion-ios-rainy-outline:before {
  content: "";
}

.ion-ios-recording:before {
  content: "";
}

.ion-ios-recording-outline:before {
  content: "";
}

.ion-ios-redo:before {
  content: "";
}

.ion-ios-redo-outline:before {
  content: "";
}

.ion-ios-refresh:before {
  content: "";
}

.ion-ios-refresh-empty:before {
  content: "";
}

.ion-ios-refresh-outline:before {
  content: "";
}

.ion-ios-reload:before {
  content: "";
}

.ion-ios-reverse-camera:before {
  content: "";
}

.ion-ios-reverse-camera-outline:before {
  content: "";
}

.ion-ios-rewind:before {
  content: "";
}

.ion-ios-rewind-outline:before {
  content: "";
}

.ion-ios-rose:before {
  content: "";
}

.ion-ios-rose-outline:before {
  content: "";
}

.ion-ios-search:before {
  content: "";
}

.ion-ios-search-strong:before {
  content: "";
}

.ion-ios-settings:before {
  content: "";
}

.ion-ios-settings-strong:before {
  content: "";
}

.ion-ios-shuffle:before {
  content: "";
}

.ion-ios-shuffle-strong:before {
  content: "";
}

.ion-ios-skipbackward:before {
  content: "";
}

.ion-ios-skipbackward-outline:before {
  content: "";
}

.ion-ios-skipforward:before {
  content: "";
}

.ion-ios-skipforward-outline:before {
  content: "";
}

.ion-ios-snowy:before {
  content: "";
}

.ion-ios-speedometer:before {
  content: "";
}

.ion-ios-speedometer-outline:before {
  content: "";
}

.ion-ios-star:before {
  content: "";
}

.ion-ios-star-half:before {
  content: "";
}

.ion-ios-star-outline:before {
  content: "";
}

.ion-ios-stopwatch:before {
  content: "";
}

.ion-ios-stopwatch-outline:before {
  content: "";
}

.ion-ios-sunny:before {
  content: "";
}

.ion-ios-sunny-outline:before {
  content: "";
}

.ion-ios-telephone:before {
  content: "";
}

.ion-ios-telephone-outline:before {
  content: "";
}

.ion-ios-tennisball:before {
  content: "";
}

.ion-ios-tennisball-outline:before {
  content: "";
}

.ion-ios-thunderstorm:before {
  content: "";
}

.ion-ios-thunderstorm-outline:before {
  content: "";
}

.ion-ios-time:before {
  content: "";
}

.ion-ios-time-outline:before {
  content: "";
}

.ion-ios-timer:before {
  content: "";
}

.ion-ios-timer-outline:before {
  content: "";
}

.ion-ios-toggle:before {
  content: "";
}

.ion-ios-toggle-outline:before {
  content: "";
}

.ion-ios-trash:before {
  content: "";
}

.ion-ios-trash-outline:before {
  content: "";
}

.ion-ios-undo:before {
  content: "";
}

.ion-ios-undo-outline:before {
  content: "";
}

.ion-ios-unlocked:before {
  content: "";
}

.ion-ios-unlocked-outline:before {
  content: "";
}

.ion-ios-upload:before {
  content: "";
}

.ion-ios-upload-outline:before {
  content: "";
}

.ion-ios-videocam:before {
  content: "";
}

.ion-ios-videocam-outline:before {
  content: "";
}

.ion-ios-volume-high:before {
  content: "";
}

.ion-ios-volume-low:before {
  content: "";
}

.ion-ios-wineglass:before {
  content: "";
}

.ion-ios-wineglass-outline:before {
  content: "";
}

.ion-ios-world:before {
  content: "";
}

.ion-ios-world-outline:before {
  content: "";
}

.ion-ipad:before {
  content: "";
}

.ion-iphone:before {
  content: "";
}

.ion-ipod:before {
  content: "";
}

.ion-jet:before {
  content: "";
}

.ion-key:before {
  content: "";
}

.ion-knife:before {
  content: "";
}

.ion-laptop:before {
  content: "";
}

.ion-leaf:before {
  content: "";
}

.ion-levels:before {
  content: "";
}

.ion-lightbulb:before {
  content: "";
}

.ion-link:before {
  content: "";
}

.ion-load-a:before {
  content: "";
}

.ion-load-b:before {
  content: "";
}

.ion-load-c:before {
  content: "";
}

.ion-load-d:before {
  content: "";
}

.ion-location:before {
  content: "";
}

.ion-lock-combination:before {
  content: "";
}

.ion-locked:before {
  content: "";
}

.ion-log-in:before {
  content: "";
}

.ion-log-out:before {
  content: "";
}

.ion-loop:before {
  content: "";
}

.ion-magnet:before {
  content: "";
}

.ion-male:before {
  content: "";
}

.ion-man:before {
  content: "";
}

.ion-map:before {
  content: "";
}

.ion-medkit:before {
  content: "";
}

.ion-merge:before {
  content: "";
}

.ion-mic-a:before {
  content: "";
}

.ion-mic-b:before {
  content: "";
}

.ion-mic-c:before {
  content: "";
}

.ion-minus:before {
  content: "";
}

.ion-minus-circled:before {
  content: "";
}

.ion-minus-round:before {
  content: "";
}

.ion-model-s:before {
  content: "";
}

.ion-monitor:before {
  content: "";
}

.ion-more:before {
  content: "";
}

.ion-mouse:before {
  content: "";
}

.ion-music-note:before {
  content: "";
}

.ion-navicon:before {
  content: "";
}

.ion-navicon-round:before {
  content: "";
}

.ion-navigate:before {
  content: "";
}

.ion-network:before {
  content: "";
}

.ion-no-smoking:before {
  content: "";
}

.ion-nuclear:before {
  content: "";
}

.ion-outlet:before {
  content: "";
}

.ion-paintbrush:before {
  content: "";
}

.ion-paintbucket:before {
  content: "";
}

.ion-paper-airplane:before {
  content: "";
}

.ion-paperclip:before {
  content: "";
}

.ion-pause:before {
  content: "";
}

.ion-person:before {
  content: "";
}

.ion-person-add:before {
  content: "";
}

.ion-person-stalker:before {
  content: "";
}

.ion-pie-graph:before {
  content: "";
}

.ion-pin:before {
  content: "";
}

.ion-pinpoint:before {
  content: "";
}

.ion-pizza:before {
  content: "";
}

.ion-plane:before {
  content: "";
}

.ion-planet:before {
  content: "";
}

.ion-play:before {
  content: "";
}

.ion-playstation:before {
  content: "";
}

.ion-plus:before {
  content: "";
}

.ion-plus-circled:before {
  content: "";
}

.ion-plus-round:before {
  content: "";
}

.ion-podium:before {
  content: "";
}

.ion-pound:before {
  content: "";
}

.ion-power:before {
  content: "";
}

.ion-pricetag:before {
  content: "";
}

.ion-pricetags:before {
  content: "";
}

.ion-printer:before {
  content: "";
}

.ion-pull-request:before {
  content: "";
}

.ion-qr-scanner:before {
  content: "";
}

.ion-quote:before {
  content: "";
}

.ion-radio-waves:before {
  content: "";
}

.ion-record:before {
  content: "";
}

.ion-refresh:before {
  content: "";
}

.ion-reply:before {
  content: "";
}

.ion-reply-all:before {
  content: "";
}

.ion-ribbon-a:before {
  content: "";
}

.ion-ribbon-b:before {
  content: "";
}

.ion-sad:before {
  content: "";
}

.ion-sad-outline:before {
  content: "";
}

.ion-scissors:before {
  content: "";
}

.ion-search:before {
  content: "";
}

.ion-settings:before {
  content: "";
}

.ion-share:before {
  content: "";
}

.ion-shuffle:before {
  content: "";
}

.ion-skip-backward:before {
  content: "";
}

.ion-skip-forward:before {
  content: "";
}

.ion-social-android:before {
  content: "";
}

.ion-social-android-outline:before {
  content: "";
}

.ion-social-angular:before {
  content: "";
}

.ion-social-angular-outline:before {
  content: "";
}

.ion-social-apple:before {
  content: "";
}

.ion-social-apple-outline:before {
  content: "";
}

.ion-social-bitcoin:before {
  content: "";
}

.ion-social-bitcoin-outline:before {
  content: "";
}

.ion-social-buffer:before {
  content: "";
}

.ion-social-buffer-outline:before {
  content: "";
}

.ion-social-chrome:before {
  content: "";
}

.ion-social-chrome-outline:before {
  content: "";
}

.ion-social-codepen:before {
  content: "";
}

.ion-social-codepen-outline:before {
  content: "";
}

.ion-social-css3:before {
  content: "";
}

.ion-social-css3-outline:before {
  content: "";
}

.ion-social-designernews:before {
  content: "";
}

.ion-social-designernews-outline:before {
  content: "";
}

.ion-social-dribbble:before {
  content: "";
}

.ion-social-dribbble-outline:before {
  content: "";
}

.ion-social-dropbox:before {
  content: "";
}

.ion-social-dropbox-outline:before {
  content: "";
}

.ion-social-euro:before {
  content: "";
}

.ion-social-euro-outline:before {
  content: "";
}

.ion-social-facebook:before {
  content: "";
}

.ion-social-facebook-outline:before {
  content: "";
}

.ion-social-foursquare:before {
  content: "";
}

.ion-social-foursquare-outline:before {
  content: "";
}

.ion-social-freebsd-devil:before {
  content: "";
}

.ion-social-github:before {
  content: "";
}

.ion-social-github-outline:before {
  content: "";
}

.ion-social-google:before {
  content: "";
}

.ion-social-google-outline:before {
  content: "";
}

.ion-social-googleplus:before {
  content: "";
}

.ion-social-googleplus-outline:before {
  content: "";
}

.ion-social-hackernews:before {
  content: "";
}

.ion-social-hackernews-outline:before {
  content: "";
}

.ion-social-html5:before {
  content: "";
}

.ion-social-html5-outline:before {
  content: "";
}

.ion-social-instagram:before {
  content: "";
}

.ion-social-instagram-outline:before {
  content: "";
}

.ion-social-javascript:before {
  content: "";
}

.ion-social-javascript-outline:before {
  content: "";
}

.ion-social-linkedin:before {
  content: "";
}

.ion-social-linkedin-outline:before {
  content: "";
}

.ion-social-markdown:before {
  content: "";
}

.ion-social-nodejs:before {
  content: "";
}

.ion-social-octocat:before {
  content: "";
}

.ion-social-pinterest:before {
  content: "";
}

.ion-social-pinterest-outline:before {
  content: "";
}

.ion-social-python:before {
  content: "";
}

.ion-social-reddit:before {
  content: "";
}

.ion-social-reddit-outline:before {
  content: "";
}

.ion-social-rss:before {
  content: "";
}

.ion-social-rss-outline:before {
  content: "";
}

.ion-social-sass:before {
  content: "";
}

.ion-social-skype:before {
  content: "";
}

.ion-social-skype-outline:before {
  content: "";
}

.ion-social-snapchat:before {
  content: "";
}

.ion-social-snapchat-outline:before {
  content: "";
}

.ion-social-tumblr:before {
  content: "";
}

.ion-social-tumblr-outline:before {
  content: "";
}

.ion-social-tux:before {
  content: "";
}

.ion-social-twitch:before {
  content: "";
}

.ion-social-twitch-outline:before {
  content: "";
}

.ion-social-twitter:before {
  content: "";
}

.ion-social-twitter-outline:before {
  content: "";
}

.ion-social-usd:before {
  content: "";
}

.ion-social-usd-outline:before {
  content: "";
}

.ion-social-vimeo:before {
  content: "";
}

.ion-social-vimeo-outline:before {
  content: "";
}

.ion-social-whatsapp:before {
  content: "";
}

.ion-social-whatsapp-outline:before {
  content: "";
}

.ion-social-windows:before {
  content: "";
}

.ion-social-windows-outline:before {
  content: "";
}

.ion-social-wordpress:before {
  content: "";
}

.ion-social-wordpress-outline:before {
  content: "";
}

.ion-social-yahoo:before {
  content: "";
}

.ion-social-yahoo-outline:before {
  content: "";
}

.ion-social-yen:before {
  content: "";
}

.ion-social-yen-outline:before {
  content: "";
}

.ion-social-youtube:before {
  content: "";
}

.ion-social-youtube-outline:before {
  content: "";
}

.ion-soup-can:before {
  content: "";
}

.ion-soup-can-outline:before {
  content: "";
}

.ion-speakerphone:before {
  content: "";
}

.ion-speedometer:before {
  content: "";
}

.ion-spoon:before {
  content: "";
}

.ion-star:before {
  content: "";
}

.ion-stats-bars:before {
  content: "";
}

.ion-steam:before {
  content: "";
}

.ion-stop:before {
  content: "";
}

.ion-thermometer:before {
  content: "";
}

.ion-thumbsdown:before {
  content: "";
}

.ion-thumbsup:before {
  content: "";
}

.ion-toggle:before {
  content: "";
}

.ion-toggle-filled:before {
  content: "";
}

.ion-transgender:before {
  content: "";
}

.ion-trash-a:before {
  content: "";
}

.ion-trash-b:before {
  content: "";
}

.ion-trophy:before {
  content: "";
}

.ion-tshirt:before {
  content: "";
}

.ion-tshirt-outline:before {
  content: "";
}

.ion-umbrella:before {
  content: "";
}

.ion-university:before {
  content: "";
}

.ion-unlocked:before {
  content: "";
}

.ion-upload:before {
  content: "";
}

.ion-usb:before {
  content: "";
}

.ion-videocamera:before {
  content: "";
}

.ion-volume-high:before {
  content: "";
}

.ion-volume-low:before {
  content: "";
}

.ion-volume-medium:before {
  content: "";
}

.ion-volume-mute:before {
  content: "";
}

.ion-wand:before {
  content: "";
}

.ion-waterdrop:before {
  content: "";
}

.ion-wifi:before {
  content: "";
}

.ion-wineglass:before {
  content: "";
}

.ion-woman:before {
  content: "";
}

.ion-wrench:before {
  content: "";
}

.ion-xbox:before {
  content: "";
}

/*===== 3. External library =====*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
		 * Remove all paddings around the image on small screen
		 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*===== 4. Reset style =====*/
* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: inherit;
}

p {
  margin-bottom: 20px;
}

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

hr {
  border: none;
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  margin: 20px 0;
}

code {
  white-space: normal;
}

.clear {
  clear: both;
}

mark {
  background-color: yellow;
  color: black;
}

.alert {
  border-radius: 2px;
}

input:focus, textarea:focus, a:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

/* sticky */
.post.sticky .content-inner {
  border-bottom: none !important;
}

.post.sticky .entry-content {
  padding: 30px 15px;
  background: rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
}

/* Alignment */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

@media (max-width: 767px) {
  .alignleft, .alignright {
    float: none;
  }
}

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

blockquote.alignleft, img.alignleft {
  margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

blockquote.alignright, img.alignright {
  margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.wp-caption-text {
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px;
}

.sticky .entry-date {
  display: none;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * Gallery
 * -----------------------------------------------------------------------------
 */
.gallery {
  margin-bottom: 20px;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery:after {
  content: "";
  display: block;
  clear: both;
}

.bypostauthor > article .fn:before {
  content: "\f408";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
}

ul, ol {
  margin-bottom: 10px;
  margin-left: 25px;
}

ol {
  list-style: decimal;
  margin-left: 15px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px;
}

th, td {
  padding: 4px 6px;
}

table, td, tr {
  border: 1px #ccc solid;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 24px;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

dd {
  margin-bottom: 24px;
}

a:hover, a:focus {
  text-decoration: none;
}

.breadcrumb {
  background: transparent;
}

figure {
  max-width: 100%;
}

/*===== 5. Theme style =====*/
body {
  font-size: 14px;
  background-color: #f5f5f5;
  line-height: 1.715;
  color: #999;
  font-family: "Roboto", sans-serif;
}

#body-wrapper {
  overflow: hidden;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 780px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 780px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: calc(4/3);
}

h4 {
  font-size: 18px;
  font-weight: 300;
}

h5 {
  font-size: 16px;
  font-weight: 700;
}

h6 {
  font-size: 14px;
  font-weight: 700;
}

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

.bg--secondary-color {
  background-color: #0160a0;
}

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

.bg--black-color {
  background-color: black;
}

.color--primary-color {
  color: #fd811b;
}

.color--secondary-color {
  color: #0160a0;
}

.color--white-color {
  color: white;
}

.color--black-color {
  color: black;
}

.font-weight--thin {
  font-weight: 100;
}

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

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

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

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

.font-weight--black {
  font-weight: 900;
}

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

b, strong {
  font-weight: 700;
}

.no-margin {
  margin: 0;
}

@media (max-width: 1199px) {
  .container {
    max-width: 100%;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
}

a,
input,
select,
button {
  transition: all 0.2s;
}

@media (min-width: 992px) {
  .col-md-width-55 {
    -ms-flex: 0 0 55%;
        flex: 0 0 55%;
    max-width: 55%;
  }
  .col-md-width-45 {
    -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    max-width: 45%;
  }
}

.go-to-top {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #fd811b;
  position: fixed;
  z-index: 9999;
  right: 60px;
  bottom: 35px;
  font-size: 20px;
  color: white;
  text-align: center;
  line-height: 1;
  padding-top: 6px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.go-to-top.active {
  visibility: visible;
  opacity: 1;
}

.go-to-top:hover {
  background-color: #fd9743;
  color: #fff;
}

@media (max-width: 640px) {
  .go-to-top {
    right: 15px;
  }
}

.c-image-hover {
  overflow: hidden;
}

.c-image-hover img {
  transition: transform 0.4s, -webkit-filter 0.4s;
  transition: transform 0.4s, filter 0.4s;
  transition: transform 0.4s, filter 0.4s, -webkit-filter 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.c-image-hover:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  zoom: 1;
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

/*animation for lazyload*/

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

img.lazyload,
img.lazyloading {
  height: 0 !important;
  overflow: hidden !important;
  background-color: #f5f5f5;
}

img.lazyloaded {
  padding-top: 0 !important;
  background-color: #f5f5f5;
}

.effect-fade.lazyloaded {
  animation: fadeForLazyload 0.5s linear;
  -webkit-animation: fadeForLazyload 0.5s linear;
}

/*animation for lazyload*/
#pageloader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#pageloader .spinner .c-pre-loading-logo {
  margin-bottom: 25%;
}

#pageloader .spinner .loader-inner {
  display: inline-block;
}

.homepage-main {
  padding: 60px 0px;
}

.screen-reader-text {
  font-size: inherit;
}

@media (max-width: 640px) {
  .coupon-box-main {
    padding-bottom: 60px;
  }
}

.carousel-slider {
  overflow: hidden;
  opacity: 0;
  transition: opacity 200ms;
}

.carousel-slider.c-popular-coupons {
  max-height: 255px;
}

.carousel-slider.c-popular-stores {
  max-height: 323px;
}

.carousel-slider.owl-loaded {
  max-height: unset;
  overflow: visible;
  opacity: 1;
}

.wpcf7 p:empty {
  display: none;
}

.single-post__content .post-password-form input[name="post_password"] {
  border: solid 1px #eee;
  margin: 0px 12px;
}

.single-page-inner:after, .single-post-inner:after {
  content: '';
  display: block;
  clear: both;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

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

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

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

.c-separator {
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 50px 0px;
}

.c-separator.left {
  margin-left: 0;
  margin-right: auto;
}

.c-separator.right {
  margin-left: auto;
  margin-right: 0;
}

.c-separator.center {
  margin: 0 auto;
}

.c-separator .c-separator-line {
  border-top: 1px solid #ffffff;
  display: block;
  position: relative;
  width: 100%;
}

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

@media (max-width: 780px) {
  .list-coupons__heading {
    margin-bottom: 15px;
  }
}

.popular-stores {
  padding: 55px 0 45px;
}

.popular-stores a {
  color: #777;
}

.popular-stores a:hover {
  color: #fd811b;
}

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

.popular-stores__hr {
  margin: 29px 0 35px;
}

.popular-stores .widget__menu {
  margin: 0;
}

.popular-stores .widget__menu li {
  list-style: none;
  margin-bottom: 7px;
  position: relative;
  padding-left: 17px;
}

.popular-stores .widget__menu li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #999;
  border-radius: 50%;
}

div[id^="c-popular-coupons"] .carousel__item .carousel__image {
  position: relative;
  width: 170px;
  height: 170px;
  margin: 0 auto;
}

div[id^="c-popular-coupons"] .carousel__item .carousel__image img {
  border: 1px solid #eee;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}

div[id^="c-popular-coupons"] .carousel__item .carousel__image:not(.c-image-hover) {
  max-width: 170px;
  width: 170px;
  height: 170px;
}

@media (max-width: 640px) {
  div[id^="c-popular-coupons"] .carousel__item .carousel__image {
    margin: 0 auto;
  }
}

div[id^="c-popular-coupons"] .carousel__item .carousel__title a {
  font-weight: normal;
}

div[id^="c-popular-coupons"] .coupon-badge {
  left: 0;
  top: 0;
  z-index: 9;
  position: absolute;
}

div[id^="c-popular-coupons"] .c-badge {
  color: #ffffff;
  padding: 4px 7px;
  font-size: 10px;
  line-height: 10px;
  margin: 0;
  display: block;
  font-weight: 700;
  background: #fd811b;
}

div[id^="c-popular-coupons"] .c-badge.deal {
  background: #0160a0;
}

.wpcf7-form .wpcf7-form-control-wrap select.wpcf7-form-control {
  background-image: url("assets/images/select.png");
  background-repeat: no-repeat;
  background-position: 100% 5px;
  background-size: 35px 35px;
  height: 50px;
  line-height: 50px;
  padding: 0 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-date {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 17px;
}

body .owl-theme {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

body .owl-theme .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}

.carousel__item {
  text-align: center;
}

.carousel-slider--style-2 .carousel__item {
  text-align: inherit;
}

.carousel-slider--style-2 .carousel__item:hover .carousel__title {
  background: #fd811b;
  transition: all 0.2s;
}

.carousel__image {
  text-align: center;
}

.owl-carousel .owl-item .carousel__image img {
  margin: auto;
  width: auto;
}

.carousel-slider--style-2 .carousel__item .carousel__image {
  background: #fff;
}

.carousel-slider--style-2 .carousel__item .carousel__image img {
  border: 0;
}

.carousel__title {
  margin-top: 13px;
  margin-bottom: 0;
}

.carousel__title a {
  color: #111;
}

.carousel__title a:hover {
  color: #fd811b;
}

.carousel-slider--style-2 .carousel__title {
  margin-top: 0;
  text-align: inherit;
  background: #0160a0;
  padding: 14px 15px;
  line-height: 1.389;
}

.carousel-slider--style-2 .carousel__title a {
  color: #fff;
}

input,
select,
textarea,
button {
  line-height: 30px;
  border: 0;
  padding: 10px 20px;
  background: #fff;
}

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

input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
textarea:focus {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

.select--custom {
  position: relative;
}

.select--custom select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select--custom:after {
  pointer-events: none;
  content: '\f104';
  font-family: 'Ionicons';
  position: absolute;
  right: 20px;
  top: 9px;
  line-height: 30px;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

textarea {
  line-height: inherit;
  vertical-align: top;
}

input[type="submit"],
button[type="submit"] {
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1.143em;
  background: #fd811b;
  border-radius: 3px;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
  background-color: #fd9743;
}

.search-form {
  position: relative;
}

.search-form input[type="text"] {
  width: 100%;
  border: 0;
  padding: 10px 50px 10px 20px;
  line-height: 30px;
}

.search-form input[type="submit"] {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  text-indent: -9999px;
  background: transparent !important;
  cursor: pointer;
  z-index: 2;
}

.search-form .ion, .search-form .ionicons, .search-form
.ion-alert:before, .search-form
.ion-alert-circled:before, .search-form
.ion-android-add:before, .search-form
.ion-android-add-circle:before, .search-form
.ion-android-alarm-clock:before, .search-form
.ion-android-alert:before, .search-form
.ion-android-apps:before, .search-form
.ion-android-archive:before, .search-form
.ion-android-arrow-back:before, .search-form
.ion-android-arrow-down:before, .search-form
.ion-android-arrow-dropdown:before, .search-form
.ion-android-arrow-dropdown-circle:before, .search-form
.ion-android-arrow-dropleft:before, .search-form
.ion-android-arrow-dropleft-circle:before, .search-form
.ion-android-arrow-dropright:before, .search-form
.ion-android-arrow-dropright-circle:before, .search-form
.ion-android-arrow-dropup:before, .search-form
.ion-android-arrow-dropup-circle:before, .search-form
.ion-android-arrow-forward:before, .search-form
.ion-android-arrow-up:before, .search-form
.ion-android-attach:before, .search-form
.ion-android-bar:before, .search-form
.ion-android-bicycle:before, .search-form
.ion-android-boat:before, .search-form
.ion-android-bookmark:before, .search-form
.ion-android-bulb:before, .search-form
.ion-android-bus:before, .search-form
.ion-android-calendar:before, .search-form
.ion-android-call:before, .search-form
.ion-android-camera:before, .search-form
.ion-android-cancel:before, .search-form
.ion-android-car:before, .search-form
.ion-android-cart:before, .search-form
.ion-android-chat:before, .search-form
.ion-android-checkbox:before, .search-form
.ion-android-checkbox-blank:before, .search-form
.ion-android-checkbox-outline:before, .search-form
.ion-android-checkbox-outline-blank:before, .search-form
.ion-android-checkmark-circle:before, .search-form
.ion-android-clipboard:before, .search-form
.ion-android-close:before, .search-form
.ion-android-cloud:before, .search-form
.ion-android-cloud-circle:before, .search-form
.ion-android-cloud-done:before, .search-form
.ion-android-cloud-outline:before, .search-form
.ion-android-color-palette:before, .search-form
.ion-android-compass:before, .search-form
.ion-android-contact:before, .search-form
.ion-android-contacts:before, .search-form
.ion-android-contract:before, .search-form
.ion-android-create:before, .search-form
.ion-android-delete:before, .search-form
.ion-android-desktop:before, .search-form
.ion-android-document:before, .search-form
.ion-android-done:before, .search-form
.ion-android-done-all:before, .search-form
.ion-android-download:before, .search-form
.ion-android-drafts:before, .search-form
.ion-android-exit:before, .search-form
.ion-android-expand:before, .search-form
.ion-android-favorite:before, .search-form
.ion-android-favorite-outline:before, .search-form
.ion-android-film:before, .search-form
.ion-android-folder:before, .search-form
.ion-android-folder-open:before, .search-form
.ion-android-funnel:before, .search-form
.ion-android-globe:before, .search-form
.ion-android-hand:before, .search-form
.ion-android-hangout:before, .search-form
.ion-android-happy:before, .search-form
.ion-android-home:before, .search-form
.ion-android-image:before, .search-form
.ion-android-laptop:before, .search-form
.ion-android-list:before, .search-form
.ion-android-locate:before, .search-form
.ion-android-lock:before, .search-form
.ion-android-mail:before, .search-form
.ion-android-map:before, .search-form
.ion-android-menu:before, .search-form
.ion-android-microphone:before, .search-form
.ion-android-microphone-off:before, .search-form
.ion-android-more-horizontal:before, .search-form
.ion-android-more-vertical:before, .search-form
.ion-android-navigate:before, .search-form
.ion-android-notifications:before, .search-form
.ion-android-notifications-none:before, .search-form
.ion-android-notifications-off:before, .search-form
.ion-android-open:before, .search-form
.ion-android-options:before, .search-form
.ion-android-people:before, .search-form
.ion-android-person:before, .search-form
.ion-android-person-add:before, .search-form
.ion-android-phone-landscape:before, .search-form
.ion-android-phone-portrait:before, .search-form
.ion-android-pin:before, .search-form
.ion-android-plane:before, .search-form
.ion-android-playstore:before, .search-form
.ion-android-print:before, .search-form
.ion-android-radio-button-off:before, .search-form
.ion-android-radio-button-on:before, .search-form
.ion-android-refresh:before, .search-form
.ion-android-remove:before, .search-form
.ion-android-remove-circle:before, .search-form
.ion-android-restaurant:before, .search-form
.ion-android-sad:before, .search-form
.ion-android-search:before, .search-form
.ion-android-send:before, .search-form
.ion-android-settings:before, .search-form
.ion-android-share:before, .search-form
.ion-android-share-alt:before, .search-form
.ion-android-star:before, .search-form
.ion-android-star-half:before, .search-form
.ion-android-star-outline:before, .search-form
.ion-android-stopwatch:before, .search-form
.ion-android-subway:before, .search-form
.ion-android-sunny:before, .search-form
.ion-android-sync:before, .search-form
.ion-android-textsms:before, .search-form
.ion-android-time:before, .search-form
.ion-android-train:before, .search-form
.ion-android-unlock:before, .search-form
.ion-android-upload:before, .search-form
.ion-android-volume-down:before, .search-form
.ion-android-volume-mute:before, .search-form
.ion-android-volume-off:before, .search-form
.ion-android-volume-up:before, .search-form
.ion-android-walk:before, .search-form
.ion-android-warning:before, .search-form
.ion-android-watch:before, .search-form
.ion-android-wifi:before, .search-form
.ion-aperture:before, .search-form
.ion-archive:before, .search-form
.ion-arrow-down-a:before, .search-form
.ion-arrow-down-b:before, .search-form
.ion-arrow-down-c:before, .search-form
.ion-arrow-expand:before, .search-form
.ion-arrow-graph-down-left:before, .search-form
.ion-arrow-graph-down-right:before, .search-form
.ion-arrow-graph-up-left:before, .search-form
.ion-arrow-graph-up-right:before, .search-form
.ion-arrow-left-a:before, .search-form
.ion-arrow-left-b:before, .search-form
.ion-arrow-left-c:before, .search-form
.ion-arrow-move:before, .search-form
.ion-arrow-resize:before, .search-form
.ion-arrow-return-left:before, .search-form
.ion-arrow-return-right:before, .search-form
.ion-arrow-right-a:before, .search-form
.ion-arrow-right-b:before, .search-form
.ion-arrow-right-c:before, .search-form
.ion-arrow-shrink:before, .search-form
.ion-arrow-swap:before, .search-form
.ion-arrow-up-a:before, .search-form
.ion-arrow-up-b:before, .search-form
.ion-arrow-up-c:before, .search-form
.ion-asterisk:before, .search-form
.ion-at:before, .search-form
.ion-backspace:before, .search-form
.ion-backspace-outline:before, .search-form
.ion-bag:before, .search-form
.ion-battery-charging:before, .search-form
.ion-battery-empty:before, .search-form
.ion-battery-full:before, .search-form
.ion-battery-half:before, .search-form
.ion-battery-low:before, .search-form
.ion-beaker:before, .search-form
.ion-beer:before, .search-form
.ion-bluetooth:before, .search-form
.ion-bonfire:before, .search-form
.ion-bookmark:before, .search-form
.ion-bowtie:before, .search-form
.ion-briefcase:before, .search-form
.ion-bug:before, .search-form
.ion-calculator:before, .search-form
.ion-calendar:before, .search-form
.ion-camera:before, .search-form
.ion-card:before, .search-form
.ion-cash:before, .search-form
.ion-chatbox:before, .search-form
.ion-chatbox-working:before, .search-form
.ion-chatboxes:before, .search-form
.ion-chatbubble:before, .search-form
.ion-chatbubble-working:before, .search-form
.ion-chatbubbles:before, .search-form
.ion-checkmark:before, .search-form
.ion-checkmark-circled:before, .search-form
.ion-checkmark-round:before, .search-form
.ion-chevron-down:before, .search-form
.ion-chevron-left:before, .search-form
.ion-chevron-right:before, .search-form
.ion-chevron-up:before, .search-form
.ion-clipboard:before, .search-form
.ion-clock:before, .search-form
.ion-close:before, .search-form
.ion-close-circled:before, .search-form
.ion-close-round:before, .search-form
.ion-closed-captioning:before, .search-form
.ion-cloud:before, .search-form
.ion-code:before, .search-form
.ion-code-download:before, .search-form
.ion-code-working:before, .search-form
.ion-coffee:before, .search-form
.ion-compass:before, .search-form
.ion-compose:before, .search-form
.ion-connection-bars:before, .search-form
.ion-contrast:before, .search-form
.ion-crop:before, .search-form
.ion-cube:before, .search-form
.ion-disc:before, .search-form
.ion-document:before, .search-form
.ion-document-text:before, .search-form
.ion-drag:before, .search-form
.ion-earth:before, .search-form
.ion-easel:before, .search-form
.ion-edit:before, .search-form
.ion-egg:before, .search-form
.ion-eject:before, .search-form
.ion-email:before, .search-form
.ion-email-unread:before, .search-form
.ion-erlenmeyer-flask:before, .search-form
.ion-erlenmeyer-flask-bubbles:before, .search-form
.ion-eye:before, .search-form
.ion-eye-disabled:before, .search-form
.ion-female:before, .search-form
.ion-filing:before, .search-form
.ion-film-marker:before, .search-form
.ion-fireball:before, .search-form
.ion-flag:before, .search-form
.ion-flame:before, .search-form
.ion-flash:before, .search-form
.ion-flash-off:before, .search-form
.ion-folder:before, .search-form
.ion-fork:before, .search-form
.ion-fork-repo:before, .search-form
.ion-forward:before, .search-form
.ion-funnel:before, .search-form
.ion-gear-a:before, .search-form
.ion-gear-b:before, .search-form
.ion-grid:before, .search-form
.ion-hammer:before, .search-form
.ion-happy:before, .search-form
.ion-happy-outline:before, .search-form
.ion-headphone:before, .search-form
.ion-heart:before, .search-form
.ion-heart-broken:before, .search-form
.ion-help:before, .search-form
.ion-help-buoy:before, .search-form
.ion-help-circled:before, .search-form
.ion-home:before, .search-form
.ion-icecream:before, .search-form
.ion-image:before, .search-form
.ion-images:before, .search-form
.ion-information:before, .search-form
.ion-information-circled:before, .search-form
.ion-ionic:before, .search-form
.ion-ios-alarm:before, .search-form
.ion-ios-alarm-outline:before, .search-form
.ion-ios-albums:before, .search-form
.ion-ios-albums-outline:before, .search-form
.ion-ios-americanfootball:before, .search-form
.ion-ios-americanfootball-outline:before, .search-form
.ion-ios-analytics:before, .search-form
.ion-ios-analytics-outline:before, .search-form
.ion-ios-arrow-back:before, .search-form
.ion-ios-arrow-down:before, .search-form
.ion-ios-arrow-forward:before, .search-form
.ion-ios-arrow-left:before, .search-form
.ion-ios-arrow-right:before, .search-form
.ion-ios-arrow-thin-down:before, .search-form
.ion-ios-arrow-thin-left:before, .search-form
.ion-ios-arrow-thin-right:before, .search-form
.ion-ios-arrow-thin-up:before, .search-form
.ion-ios-arrow-up:before, .search-form
.ion-ios-at:before, .search-form
.ion-ios-at-outline:before, .search-form
.ion-ios-barcode:before, .search-form
.ion-ios-barcode-outline:before, .search-form
.ion-ios-baseball:before, .search-form
.ion-ios-baseball-outline:before, .search-form
.ion-ios-basketball:before, .search-form
.ion-ios-basketball-outline:before, .search-form
.ion-ios-bell:before, .search-form
.ion-ios-bell-outline:before, .search-form
.ion-ios-body:before, .search-form
.ion-ios-body-outline:before, .search-form
.ion-ios-bolt:before, .search-form
.ion-ios-bolt-outline:before, .search-form
.ion-ios-book:before, .search-form
.ion-ios-book-outline:before, .search-form
.ion-ios-bookmarks:before, .search-form
.ion-ios-bookmarks-outline:before, .search-form
.ion-ios-box:before, .search-form
.ion-ios-box-outline:before, .search-form
.ion-ios-briefcase:before, .search-form
.ion-ios-briefcase-outline:before, .search-form
.ion-ios-browsers:before, .search-form
.ion-ios-browsers-outline:before, .search-form
.ion-ios-calculator:before, .search-form
.ion-ios-calculator-outline:before, .search-form
.ion-ios-calendar:before, .search-form
.ion-ios-calendar-outline:before, .search-form
.ion-ios-camera:before, .search-form
.ion-ios-camera-outline:before, .search-form
.ion-ios-cart:before, .search-form
.ion-ios-cart-outline:before, .search-form
.ion-ios-chatboxes:before, .search-form
.ion-ios-chatboxes-outline:before, .search-form
.ion-ios-chatbubble:before, .search-form
.ion-ios-chatbubble-outline:before, .search-form
.ion-ios-checkmark:before, .search-form
.ion-ios-checkmark-empty:before, .search-form
.ion-ios-checkmark-outline:before, .search-form
.ion-ios-circle-filled:before, .search-form
.ion-ios-circle-outline:before, .search-form
.ion-ios-clock:before, .search-form
.ion-ios-clock-outline:before, .search-form
.ion-ios-close:before, .search-form
.ion-ios-close-empty:before, .search-form
.ion-ios-close-outline:before, .search-form
.ion-ios-cloud:before, .search-form
.ion-ios-cloud-download:before, .search-form
.ion-ios-cloud-download-outline:before, .search-form
.ion-ios-cloud-outline:before, .search-form
.ion-ios-cloud-upload:before, .search-form
.ion-ios-cloud-upload-outline:before, .search-form
.ion-ios-cloudy:before, .search-form
.ion-ios-cloudy-night:before, .search-form
.ion-ios-cloudy-night-outline:before, .search-form
.ion-ios-cloudy-outline:before, .search-form
.ion-ios-cog:before, .search-form
.ion-ios-cog-outline:before, .search-form
.ion-ios-color-filter:before, .search-form
.ion-ios-color-filter-outline:before, .search-form
.ion-ios-color-wand:before, .search-form
.ion-ios-color-wand-outline:before, .search-form
.ion-ios-compose:before, .search-form
.ion-ios-compose-outline:before, .search-form
.ion-ios-contact:before, .search-form
.ion-ios-contact-outline:before, .search-form
.ion-ios-copy:before, .search-form
.ion-ios-copy-outline:before, .search-form
.ion-ios-crop:before, .search-form
.ion-ios-crop-strong:before, .search-form
.ion-ios-download:before, .search-form
.ion-ios-download-outline:before, .search-form
.ion-ios-drag:before, .search-form
.ion-ios-email:before, .search-form
.ion-ios-email-outline:before, .search-form
.ion-ios-eye:before, .search-form
.ion-ios-eye-outline:before, .search-form
.ion-ios-fastforward:before, .search-form
.ion-ios-fastforward-outline:before, .search-form
.ion-ios-filing:before, .search-form
.ion-ios-filing-outline:before, .search-form
.ion-ios-film:before, .search-form
.ion-ios-film-outline:before, .search-form
.ion-ios-flag:before, .search-form
.ion-ios-flag-outline:before, .search-form
.ion-ios-flame:before, .search-form
.ion-ios-flame-outline:before, .search-form
.ion-ios-flask:before, .search-form
.ion-ios-flask-outline:before, .search-form
.ion-ios-flower:before, .search-form
.ion-ios-flower-outline:before, .search-form
.ion-ios-folder:before, .search-form
.ion-ios-folder-outline:before, .search-form
.ion-ios-football:before, .search-form
.ion-ios-football-outline:before, .search-form
.ion-ios-game-controller-a:before, .search-form
.ion-ios-game-controller-a-outline:before, .search-form
.ion-ios-game-controller-b:before, .search-form
.ion-ios-game-controller-b-outline:before, .search-form
.ion-ios-gear:before, .search-form
.ion-ios-gear-outline:before, .search-form
.ion-ios-glasses:before, .search-form
.ion-ios-glasses-outline:before, .search-form
.ion-ios-grid-view:before, .search-form
.ion-ios-grid-view-outline:before, .search-form
.ion-ios-heart:before, .search-form
.ion-ios-heart-outline:before, .search-form
.ion-ios-help:before, .search-form
.ion-ios-help-empty:before, .search-form
.ion-ios-help-outline:before, .search-form
.ion-ios-home:before, .search-form
.ion-ios-home-outline:before, .search-form
.ion-ios-infinite:before, .search-form
.ion-ios-infinite-outline:before, .search-form
.ion-ios-information:before, .search-form
.ion-ios-information-empty:before, .search-form
.ion-ios-information-outline:before, .search-form
.ion-ios-ionic-outline:before, .search-form
.ion-ios-keypad:before, .search-form
.ion-ios-keypad-outline:before, .search-form
.ion-ios-lightbulb:before, .search-form
.ion-ios-lightbulb-outline:before, .search-form
.ion-ios-list:before, .search-form
.ion-ios-list-outline:before, .search-form
.ion-ios-location:before, .search-form
.ion-ios-location-outline:before, .search-form
.ion-ios-locked:before, .search-form
.ion-ios-locked-outline:before, .search-form
.ion-ios-loop:before, .search-form
.ion-ios-loop-strong:before, .search-form
.ion-ios-medical:before, .search-form
.ion-ios-medical-outline:before, .search-form
.ion-ios-medkit:before, .search-form
.ion-ios-medkit-outline:before, .search-form
.ion-ios-mic:before, .search-form
.ion-ios-mic-off:before, .search-form
.ion-ios-mic-outline:before, .search-form
.ion-ios-minus:before, .search-form
.ion-ios-minus-empty:before, .search-form
.ion-ios-minus-outline:before, .search-form
.ion-ios-monitor:before, .search-form
.ion-ios-monitor-outline:before, .search-form
.ion-ios-moon:before, .search-form
.ion-ios-moon-outline:before, .search-form
.ion-ios-more:before, .search-form
.ion-ios-more-outline:before, .search-form
.ion-ios-musical-note:before, .search-form
.ion-ios-musical-notes:before, .search-form
.ion-ios-navigate:before, .search-form
.ion-ios-navigate-outline:before, .search-form
.ion-ios-nutrition:before, .search-form
.ion-ios-nutrition-outline:before, .search-form
.ion-ios-paper:before, .search-form
.ion-ios-paper-outline:before, .search-form
.ion-ios-paperplane:before, .search-form
.ion-ios-paperplane-outline:before, .search-form
.ion-ios-partlysunny:before, .search-form
.ion-ios-partlysunny-outline:before, .search-form
.ion-ios-pause:before, .search-form
.ion-ios-pause-outline:before, .search-form
.ion-ios-paw:before, .search-form
.ion-ios-paw-outline:before, .search-form
.ion-ios-people:before, .search-form
.ion-ios-people-outline:before, .search-form
.ion-ios-person:before, .search-form
.ion-ios-person-outline:before, .search-form
.ion-ios-personadd:before, .search-form
.ion-ios-personadd-outline:before, .search-form
.ion-ios-photos:before, .search-form
.ion-ios-photos-outline:before, .search-form
.ion-ios-pie:before, .search-form
.ion-ios-pie-outline:before, .search-form
.ion-ios-pint:before, .search-form
.ion-ios-pint-outline:before, .search-form
.ion-ios-play:before, .search-form
.ion-ios-play-outline:before, .search-form
.ion-ios-plus:before, .search-form
.ion-ios-plus-empty:before, .search-form
.ion-ios-plus-outline:before, .search-form
.ion-ios-pricetag:before, .search-form
.ion-ios-pricetag-outline:before, .search-form
.ion-ios-pricetags:before, .search-form
.ion-ios-pricetags-outline:before, .search-form
.ion-ios-printer:before, .search-form
.ion-ios-printer-outline:before, .search-form
.ion-ios-pulse:before, .search-form
.ion-ios-pulse-strong:before, .search-form
.ion-ios-rainy:before, .search-form
.ion-ios-rainy-outline:before, .search-form
.ion-ios-recording:before, .search-form
.ion-ios-recording-outline:before, .search-form
.ion-ios-redo:before, .search-form
.ion-ios-redo-outline:before, .search-form
.ion-ios-refresh:before, .search-form
.ion-ios-refresh-empty:before, .search-form
.ion-ios-refresh-outline:before, .search-form
.ion-ios-reload:before, .search-form
.ion-ios-reverse-camera:before, .search-form
.ion-ios-reverse-camera-outline:before, .search-form
.ion-ios-rewind:before, .search-form
.ion-ios-rewind-outline:before, .search-form
.ion-ios-rose:before, .search-form
.ion-ios-rose-outline:before, .search-form
.ion-ios-search:before, .search-form
.ion-ios-search-strong:before, .search-form
.ion-ios-settings:before, .search-form
.ion-ios-settings-strong:before, .search-form
.ion-ios-shuffle:before, .search-form
.ion-ios-shuffle-strong:before, .search-form
.ion-ios-skipbackward:before, .search-form
.ion-ios-skipbackward-outline:before, .search-form
.ion-ios-skipforward:before, .search-form
.ion-ios-skipforward-outline:before, .search-form
.ion-ios-snowy:before, .search-form
.ion-ios-speedometer:before, .search-form
.ion-ios-speedometer-outline:before, .search-form
.ion-ios-star:before, .search-form
.ion-ios-star-half:before, .search-form
.ion-ios-star-outline:before, .search-form
.ion-ios-stopwatch:before, .search-form
.ion-ios-stopwatch-outline:before, .search-form
.ion-ios-sunny:before, .search-form
.ion-ios-sunny-outline:before, .search-form
.ion-ios-telephone:before, .search-form
.ion-ios-telephone-outline:before, .search-form
.ion-ios-tennisball:before, .search-form
.ion-ios-tennisball-outline:before, .search-form
.ion-ios-thunderstorm:before, .search-form
.ion-ios-thunderstorm-outline:before, .search-form
.ion-ios-time:before, .search-form
.ion-ios-time-outline:before, .search-form
.ion-ios-timer:before, .search-form
.ion-ios-timer-outline:before, .search-form
.ion-ios-toggle:before, .search-form
.ion-ios-toggle-outline:before, .search-form
.ion-ios-trash:before, .search-form
.ion-ios-trash-outline:before, .search-form
.ion-ios-undo:before, .search-form
.ion-ios-undo-outline:before, .search-form
.ion-ios-unlocked:before, .search-form
.ion-ios-unlocked-outline:before, .search-form
.ion-ios-upload:before, .search-form
.ion-ios-upload-outline:before, .search-form
.ion-ios-videocam:before, .search-form
.ion-ios-videocam-outline:before, .search-form
.ion-ios-volume-high:before, .search-form
.ion-ios-volume-low:before, .search-form
.ion-ios-wineglass:before, .search-form
.ion-ios-wineglass-outline:before, .search-form
.ion-ios-world:before, .search-form
.ion-ios-world-outline:before, .search-form
.ion-ipad:before, .search-form
.ion-iphone:before, .search-form
.ion-ipod:before, .search-form
.ion-jet:before, .search-form
.ion-key:before, .search-form
.ion-knife:before, .search-form
.ion-laptop:before, .search-form
.ion-leaf:before, .search-form
.ion-levels:before, .search-form
.ion-lightbulb:before, .search-form
.ion-link:before, .search-form
.ion-load-a:before, .search-form
.ion-load-b:before, .search-form
.ion-load-c:before, .search-form
.ion-load-d:before, .search-form
.ion-location:before, .search-form
.ion-lock-combination:before, .search-form
.ion-locked:before, .search-form
.ion-log-in:before, .search-form
.ion-log-out:before, .search-form
.ion-loop:before, .search-form
.ion-magnet:before, .search-form
.ion-male:before, .search-form
.ion-man:before, .search-form
.ion-map:before, .search-form
.ion-medkit:before, .search-form
.ion-merge:before, .search-form
.ion-mic-a:before, .search-form
.ion-mic-b:before, .search-form
.ion-mic-c:before, .search-form
.ion-minus:before, .search-form
.ion-minus-circled:before, .search-form
.ion-minus-round:before, .search-form
.ion-model-s:before, .search-form
.ion-monitor:before, .search-form
.ion-more:before, .search-form
.ion-mouse:before, .search-form
.ion-music-note:before, .search-form
.ion-navicon:before, .search-form
.ion-navicon-round:before, .search-form
.ion-navigate:before, .search-form
.ion-network:before, .search-form
.ion-no-smoking:before, .search-form
.ion-nuclear:before, .search-form
.ion-outlet:before, .search-form
.ion-paintbrush:before, .search-form
.ion-paintbucket:before, .search-form
.ion-paper-airplane:before, .search-form
.ion-paperclip:before, .search-form
.ion-pause:before, .search-form
.ion-person:before, .search-form
.ion-person-add:before, .search-form
.ion-person-stalker:before, .search-form
.ion-pie-graph:before, .search-form
.ion-pin:before, .search-form
.ion-pinpoint:before, .search-form
.ion-pizza:before, .search-form
.ion-plane:before, .search-form
.ion-planet:before, .search-form
.ion-play:before, .search-form
.ion-playstation:before, .search-form
.ion-plus:before, .search-form
.ion-plus-circled:before, .search-form
.ion-plus-round:before, .search-form
.ion-podium:before, .search-form
.ion-pound:before, .search-form
.ion-power:before, .search-form
.ion-pricetag:before, .search-form
.ion-pricetags:before, .search-form
.ion-printer:before, .search-form
.ion-pull-request:before, .search-form
.ion-qr-scanner:before, .search-form
.ion-quote:before, .search-form
.ion-radio-waves:before, .search-form
.ion-record:before, .search-form
.ion-refresh:before, .search-form
.ion-reply:before, .search-form
.ion-reply-all:before, .search-form
.ion-ribbon-a:before, .search-form
.ion-ribbon-b:before, .search-form
.ion-sad:before, .search-form
.ion-sad-outline:before, .search-form
.ion-scissors:before, .search-form
.ion-search:before, .search-form
.ion-settings:before, .search-form
.ion-share:before, .search-form
.ion-shuffle:before, .search-form
.ion-skip-backward:before, .search-form
.ion-skip-forward:before, .search-form
.ion-social-android:before, .search-form
.ion-social-android-outline:before, .search-form
.ion-social-angular:before, .search-form
.ion-social-angular-outline:before, .search-form
.ion-social-apple:before, .search-form
.ion-social-apple-outline:before, .search-form
.ion-social-bitcoin:before, .search-form
.ion-social-bitcoin-outline:before, .search-form
.ion-social-buffer:before, .search-form
.ion-social-buffer-outline:before, .search-form
.ion-social-chrome:before, .search-form
.ion-social-chrome-outline:before, .search-form
.ion-social-codepen:before, .search-form
.ion-social-codepen-outline:before, .search-form
.ion-social-css3:before, .search-form
.ion-social-css3-outline:before, .search-form
.ion-social-designernews:before, .search-form
.ion-social-designernews-outline:before, .search-form
.ion-social-dribbble:before, .search-form
.ion-social-dribbble-outline:before, .search-form
.ion-social-dropbox:before, .search-form
.ion-social-dropbox-outline:before, .search-form
.ion-social-euro:before, .search-form
.ion-social-euro-outline:before, .search-form
.ion-social-facebook:before, .search-form
.ion-social-facebook-outline:before, .search-form
.ion-social-foursquare:before, .search-form
.ion-social-foursquare-outline:before, .search-form
.ion-social-freebsd-devil:before, .search-form
.ion-social-github:before, .search-form
.ion-social-github-outline:before, .search-form
.ion-social-google:before, .search-form
.ion-social-google-outline:before, .search-form
.ion-social-googleplus:before, .search-form
.ion-social-googleplus-outline:before, .search-form
.ion-social-hackernews:before, .search-form
.ion-social-hackernews-outline:before, .search-form
.ion-social-html5:before, .search-form
.ion-social-html5-outline:before, .search-form
.ion-social-instagram:before, .search-form
.ion-social-instagram-outline:before, .search-form
.ion-social-javascript:before, .search-form
.ion-social-javascript-outline:before, .search-form
.ion-social-linkedin:before, .search-form
.ion-social-linkedin-outline:before, .search-form
.ion-social-markdown:before, .search-form
.ion-social-nodejs:before, .search-form
.ion-social-octocat:before, .search-form
.ion-social-pinterest:before, .search-form
.ion-social-pinterest-outline:before, .search-form
.ion-social-python:before, .search-form
.ion-social-reddit:before, .search-form
.ion-social-reddit-outline:before, .search-form
.ion-social-rss:before, .search-form
.ion-social-rss-outline:before, .search-form
.ion-social-sass:before, .search-form
.ion-social-skype:before, .search-form
.ion-social-skype-outline:before, .search-form
.ion-social-snapchat:before, .search-form
.ion-social-snapchat-outline:before, .search-form
.ion-social-tumblr:before, .search-form
.ion-social-tumblr-outline:before, .search-form
.ion-social-tux:before, .search-form
.ion-social-twitch:before, .search-form
.ion-social-twitch-outline:before, .search-form
.ion-social-twitter:before, .search-form
.ion-social-twitter-outline:before, .search-form
.ion-social-usd:before, .search-form
.ion-social-usd-outline:before, .search-form
.ion-social-vimeo:before, .search-form
.ion-social-vimeo-outline:before, .search-form
.ion-social-whatsapp:before, .search-form
.ion-social-whatsapp-outline:before, .search-form
.ion-social-windows:before, .search-form
.ion-social-windows-outline:before, .search-form
.ion-social-wordpress:before, .search-form
.ion-social-wordpress-outline:before, .search-form
.ion-social-yahoo:before, .search-form
.ion-social-yahoo-outline:before, .search-form
.ion-social-yen:before, .search-form
.ion-social-yen-outline:before, .search-form
.ion-social-youtube:before, .search-form
.ion-social-youtube-outline:before, .search-form
.ion-soup-can:before, .search-form
.ion-soup-can-outline:before, .search-form
.ion-speakerphone:before, .search-form
.ion-speedometer:before, .search-form
.ion-spoon:before, .search-form
.ion-star:before, .search-form
.ion-stats-bars:before, .search-form
.ion-steam:before, .search-form
.ion-stop:before, .search-form
.ion-thermometer:before, .search-form
.ion-thumbsdown:before, .search-form
.ion-thumbsup:before, .search-form
.ion-toggle:before, .search-form
.ion-toggle-filled:before, .search-form
.ion-transgender:before, .search-form
.ion-trash-a:before, .search-form
.ion-trash-b:before, .search-form
.ion-trophy:before, .search-form
.ion-tshirt:before, .search-form
.ion-tshirt-outline:before, .search-form
.ion-umbrella:before, .search-form
.ion-university:before, .search-form
.ion-unlocked:before, .search-form
.ion-upload:before, .search-form
.ion-usb:before, .search-form
.ion-videocamera:before, .search-form
.ion-volume-high:before, .search-form
.ion-volume-low:before, .search-form
.ion-volume-medium:before, .search-form
.ion-volume-mute:before, .search-form
.ion-wand:before, .search-form
.ion-waterdrop:before, .search-form
.ion-wifi:before, .search-form
.ion-wineglass:before, .search-form
.ion-woman:before, .search-form
.ion-wrench:before, .search-form
.ion-xbox:before {
  width: 56px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  font-size: 1.286em;
  text-align: center;
  line-height: 50px;
}

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

.coupon-add.widget__coupon-add {
  margin-bottom: 0;
}

.coupon-add__heading {
  margin-bottom: 16px;
}

.coupon-add__description {
  margin-bottom: 11px;
}

.coupon-add-form input,
.coupon-add-form select,
.coupon-add-form textarea {
  border: 1px solid #eee;
  width: 100%;
  margin-bottom: 10px;
  padding: 9px 20px;
}

.coupon-add-form input:not(.wpcf7-submit),
.coupon-add-form select,
.coupon-add-form textarea {
  color: #292b2c;
}

.coupon-add-form .form-group-recaptcha + p {
  line-height: 0;
}

.coupon-add-form p {
  margin: 0;
}

.coupon-add-form select {
  height: 50px;
  color: #292b2c;
}

.coupon-add-form select option {
  padding: 5px 0;
  line-height: 1.5;
}

.coupon-add-form textarea {
  height: 140px;
}

@media (min-width: 780px) {
  .coupon-add-form .g-recaptcha {
    transform: scale(0.94);
    -webkit-transform: scale(0.94);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

.coupon-add-form .wpcf7-submit {
  width: 100%;
  margin-top: 6px;
  white-space: nowrap;
}

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

.subscribe-form input[type="email"] {
  max-width: 330px;
  width: 100%;
}

@media (max-width: 1200px) {
  .subscribe-form input[type="email"] {
    max-width: 250px;
  }
}

@media (max-width: 992px) {
  .subscribe-form input[type="email"] {
    max-width: 250px;
  }
}

@media (max-width: 780px) {
  .subscribe-form input[type="email"] {
    max-width: 330px;
  }
}

.subscribe-form input[type="submit"] {
  margin-left: 15px;
}

@media (max-width: 640px) {
  body .subscribe-form input[type="submit"] {
    display: block;
    clear: both;
    margin: 20px auto 0;
  }
}

.header {
  background-color: #25264a;
}

.header-top {
  padding: 8px 0;
  background-color: #212141;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 780px) {
  .header-top {
    text-align: center;
  }
}

.header-middle {
  display: -ms-flexbox;
  display: flex;
  height: 230px;
}

.header-middle__right {
  text-align: right;
  margin-left: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 780px) {
  body .header-middle__right {
    margin-left: 0;
    margin-right: 0;
    text-align: inherit;
  }
}

@media (max-width: 780px) {
  .header-middle .container {
    padding-bottom: 100px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header__logo {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.header__logo a img {
  max-width: 350px;
}

@media (max-width: 780px) {
  .header__logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.header__search {
  margin-bottom: 65px;
  max-width: 470px;
  margin-left: auto;
}

@media (max-width: 780px) {
  .header__search {
    margin-bottom: 0;
  }
  .header__search .search-form,
  .header__search .widget_search {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 5px;
    width: auto;
    border-radius: 0;
  }
  .header__search .widget-content .search-form {
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 1px;
    width: auto;
    border-radius: 0;
  }
  .header__search input[type=text] {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0;
  }
}

.header__search .widget .widget-content {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.navigation > ul {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}

.navigation > ul > li {
  list-style: none;
  margin-left: 5px;
  position: relative;
}

.navigation > ul > li:first-child {
  margin-left: 0;
}

.navigation > ul > li > a {
  padding: 10px 30px;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #fd811b;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  text-align: center;
}

.navigation > ul > li > a:hover {
  background-color: #fd9743;
}

.navigation > ul > li.current-menu-item > a {
  background: #0160a0;
}

.navigation > ul > li .sub-menu {
  position: absolute;
  top: 65px;
  left: 0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  margin: 0;
  padding-top: 20px;
  min-width: 215px;
  border-radius: 3px;
  text-align: left;
  z-index: 999;
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transition: all 0.3s;
}

.navigation > ul > li .sub-menu > li {
  display: block;
  padding: 0 20px;
  margin: 0;
  position: relative;
  background: #fff;
}

.navigation > ul > li .sub-menu > li:last-child > a {
  border: none;
}

.navigation > ul > li .sub-menu > li a {
  line-height: 30px;
  padding: 10px 0;
  display: block;
  font-weight: 700;
  color: #111;
  border-bottom: 1px solid #eee;
}

.navigation > ul > li .sub-menu > li a:hover {
  color: #fd811b;
}

.navigation > ul > li .sub-menu > li .sub-menu {
  left: 100%;
  top: 35px;
  padding-left: 10px;
  padding-top: 0;
}

.navigation > ul > li .sub-menu > li.menu-item-has-children:before {
  content: '\f3d1';
  font-family: 'Ionicons';
  position: absolute;
  right: 20px;
  top: 10px;
  line-height: 30px;
}

.navigation > ul > li .sub-menu > li.current-menu-item > a {
  color: #fd811b;
}

.navigation > ul > li .sub-menu > li:hover > .sub-menu {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
  top: 20px;
}

.navigation > ul > li:hover > .sub-menu {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
  top: 50px;
}

@media (min-width: 780px) {
  .navigation > ul li:nth-child(1n+7) {
    display: none;
  }
}

.header__mobile {
  position: absolute;
  background: #fd811b;
  height: 50px;
  bottom: 60px;
  left: 10px;
  right: 10px;
  width: auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.header__mobile .toggle-menu {
  color: #fff;
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 10px;
  line-height: 30px;
  cursor: pointer;
}

.header__mobile .toggle-menu i {
  position: absolute;
  line-height: 30px;
  top: 0;
  right: 0;
}

.header__mobile .toggle-menu .ion-android-close {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
}

.header__mobile .toggle-menu.toggle-menu--active .ion-android-close {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}

.header__mobile .toggle-menu.toggle-menu--active .ion-android-menu {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
}

.header__push-menu {
  position: fixed;
  width: 290px;
  padding: 25px 20px;
  left: -290px;
  bottom: 0;
  top: 0;
  z-index: 100000;
  overflow-y: auto;
  transition: all 0.3s;
  color: #fff;
  background: #fd811b;
}

body.opened-menu .header__push-menu {
  left: 0;
}

body.opened-menu {
  height: 100vh;
  overflow-y: hidden;
}

.body__overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  visibility: hidden;
  cursor: pointer;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

body.opened-menu .body__overlay {
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.navigation--mobile ul {
  display: none;
  margin: 0;
}

.navigation--mobile ul li {
  display: block;
  position: relative;
  list-style: none;
  margin-bottom: 0;
}

.navigation--mobile ul li a {
  display: block;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}

.navigation--mobile ul li a:hover {
  color: #fff;
}

.navigation--mobile ul li .icon-menu {
  cursor: pointer;
  position: absolute;
  padding: 10px 0;
  width: 30px;
  text-align: right;
  top: 0;
  right: 0;
  line-height: 30px;
  z-index: 2;
  font-size: 0.857em;
}

.navigation--mobile ul li .icon-menu:before {
  content: '\f3d0';
  font-family: 'Ionicons';
}

.navigation--mobile ul li .icon-menu.icon-menu--active:before {
  content: '\f3d8';
}

.navigation--mobile ul li .sub-menu {
  margin: 11px 0 7px;
}

.navigation--mobile ul li .sub-menu li {
  padding-left: 15px;
}

.navigation--mobile ul li .sub-menu li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  line-height: 30px;
  width: 5px;
  height: 1px;
  background: #fff;
}

.navigation--mobile ul li .sub-menu li a {
  line-height: 32px;
}

.navigation--mobile ul li .sub-menu li .icon-menu {
  padding: 0;
  line-height: 32px;
}

.navigation--mobile ul li .sub-menu li .sub-menu {
  margin-bottom: 17px;
  margin-top: 0;
}

.navigation--mobile ul li .sub-menu li .sub-menu:first-child {
  margin-top: 3px;
}

.navigation--mobile > ul {
  margin: 0;
  padding: 0;
  display: block;
}

.navigation--mobile > ul > li > a {
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 1.143em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navigation--mobile > ul > li > a:hover {
  color: #014c8c;
}

.navigation--mobile > ul > li:last-child > a {
  border-bottom: 0;
}

.subscribe-box {
  padding: 25px 0 40px;
}

.subscribe-box h3,
.subscribe-box .subscribe-form {
  margin-top: 15px;
}

@media (max-width: 992px) {
  .subscribe-box h3,
  .subscribe-box .subscribe-form {
    text-align: center;
  }
}

.footer {
  background-color: #000011;
}

.footer-widgets {
  padding-top: 60px;
  padding-bottom: 35px;
  color: #777;
}

.footer-widgets a {
  color: #777;
}

.footer-widgets a:hover {
  color: #fd811b;
}

.footer-widget__heading {
  color: #fff;
  font-weight: 300;
  margin-bottom: 17px;
}

.footer-widget__content {
  padding-bottom: 10px;
}

@media (max-width: 780px) {
  .footer-widget__content {
    padding-bottom: 8px;
  }
}

.footer-widget__menu li:before {
  background: #777;
}

.footer-info {
  padding-top: 8px;
}

@media (max-width: 780px) {
  .footer-info {
    padding-bottom: 30px;
  }
}

.footer-info__description {
  margin: 25px 0;
}

.footer-info__socials {
  margin: 0;
  padding: 0;
  font-size: 1.7em;
  display: -ms-flexbox;
  display: flex;
}

.footer-info__socials li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

.footer-info__socials li:last-child {
  margin-right: 0;
}

.footer-copyright {
  padding: 23px 0;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  border-top: 1px solid #1a1a29;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-copyright a {
  color: #fff;
}

.footer-copyright a:hover {
  color: #fd811b;
}

.footer-copyright__links {
  margin-left: auto;
}

.footer-copyright__links ul {
  margin: 0;
}

.footer-copyright__links li {
  display: inline-block;
  list-style: none;
  margin-left: 25px;
}

.footer-copyright__links li:first-child {
  margin-left: 0;
}

@media (max-width: 780px) {
  .footer-copyright .footer-copyright__text,
  .footer-copyright .footer-copyright__links {
    width: 100%;
    text-align: center;
  }
  .footer-copyright .footer-copyright__text {
    margin-bottom: 15px;
  }
}

.archive-main {
  margin-bottom: 60px;
}

.archive-main .list-coupons,
.archive-main .sidebar {
  margin-top: 40px;
}

.archive-main .list-coupons {
  border-bottom: 1px solid #fff;
}

.list-coupons__nav {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 68px;
  border-bottom: 1px solid #fff;
  margin-bottom: 68px;
}

.list-coupons__nav a {
  margin-right: 22px;
}

.list-coupons__nav a:hover, .list-coupons__nav a:active {
  color: #fd811b;
}

.list-coupons__nav a:last-child {
  margin-right: 0;
}

.coupon__item:not(.carousel__item) {
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.coupon__item:not(.carousel__item):last-child {
  margin-bottom: 0;
}

.coupon__top {
  min-height: 160px;
  padding-right: 30px;
}

.coupon__image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 160px;
  height: 160px;
  text-align: center;
  display: table;
}

.coupon__image .discount_value {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2em;
  display: table-cell;
  vertical-align: middle;
}

.coupon__image .discount_value.coupon {
  font-size: 48px;
}

.coupon__image:not(.c-image-hover) {
  background-color: #0160a0;
  max-width: 160px;
  width: 160px;
  height: 160px;
}

.coupon__type {
  text-transform: uppercase;
  font-size: 0.857em;
  font-weight: 700;
  color: #0160a0;
}

.coupon__type .ion, .coupon__type .ionicons, .coupon__type
.ion-alert:before, .coupon__type
.ion-alert-circled:before, .coupon__type
.ion-android-add:before, .coupon__type
.ion-android-add-circle:before, .coupon__type
.ion-android-alarm-clock:before, .coupon__type
.ion-android-alert:before, .coupon__type
.ion-android-apps:before, .coupon__type
.ion-android-archive:before, .coupon__type
.ion-android-arrow-back:before, .coupon__type
.ion-android-arrow-down:before, .coupon__type
.ion-android-arrow-dropdown:before, .coupon__type
.ion-android-arrow-dropdown-circle:before, .coupon__type
.ion-android-arrow-dropleft:before, .coupon__type
.ion-android-arrow-dropleft-circle:before, .coupon__type
.ion-android-arrow-dropright:before, .coupon__type
.ion-android-arrow-dropright-circle:before, .coupon__type
.ion-android-arrow-dropup:before, .coupon__type
.ion-android-arrow-dropup-circle:before, .coupon__type
.ion-android-arrow-forward:before, .coupon__type
.ion-android-arrow-up:before, .coupon__type
.ion-android-attach:before, .coupon__type
.ion-android-bar:before, .coupon__type
.ion-android-bicycle:before, .coupon__type
.ion-android-boat:before, .coupon__type
.ion-android-bookmark:before, .coupon__type
.ion-android-bulb:before, .coupon__type
.ion-android-bus:before, .coupon__type
.ion-android-calendar:before, .coupon__type
.ion-android-call:before, .coupon__type
.ion-android-camera:before, .coupon__type
.ion-android-cancel:before, .coupon__type
.ion-android-car:before, .coupon__type
.ion-android-cart:before, .coupon__type
.ion-android-chat:before, .coupon__type
.ion-android-checkbox:before, .coupon__type
.ion-android-checkbox-blank:before, .coupon__type
.ion-android-checkbox-outline:before, .coupon__type
.ion-android-checkbox-outline-blank:before, .coupon__type
.ion-android-checkmark-circle:before, .coupon__type
.ion-android-clipboard:before, .coupon__type
.ion-android-close:before, .coupon__type
.ion-android-cloud:before, .coupon__type
.ion-android-cloud-circle:before, .coupon__type
.ion-android-cloud-done:before, .coupon__type
.ion-android-cloud-outline:before, .coupon__type
.ion-android-color-palette:before, .coupon__type
.ion-android-compass:before, .coupon__type
.ion-android-contact:before, .coupon__type
.ion-android-contacts:before, .coupon__type
.ion-android-contract:before, .coupon__type
.ion-android-create:before, .coupon__type
.ion-android-delete:before, .coupon__type
.ion-android-desktop:before, .coupon__type
.ion-android-document:before, .coupon__type
.ion-android-done:before, .coupon__type
.ion-android-done-all:before, .coupon__type
.ion-android-download:before, .coupon__type
.ion-android-drafts:before, .coupon__type
.ion-android-exit:before, .coupon__type
.ion-android-expand:before, .coupon__type
.ion-android-favorite:before, .coupon__type
.ion-android-favorite-outline:before, .coupon__type
.ion-android-film:before, .coupon__type
.ion-android-folder:before, .coupon__type
.ion-android-folder-open:before, .coupon__type
.ion-android-funnel:before, .coupon__type
.ion-android-globe:before, .coupon__type
.ion-android-hand:before, .coupon__type
.ion-android-hangout:before, .coupon__type
.ion-android-happy:before, .coupon__type
.ion-android-home:before, .coupon__type
.ion-android-image:before, .coupon__type
.ion-android-laptop:before, .coupon__type
.ion-android-list:before, .coupon__type
.ion-android-locate:before, .coupon__type
.ion-android-lock:before, .coupon__type
.ion-android-mail:before, .coupon__type
.ion-android-map:before, .coupon__type
.ion-android-menu:before, .coupon__type
.ion-android-microphone:before, .coupon__type
.ion-android-microphone-off:before, .coupon__type
.ion-android-more-horizontal:before, .coupon__type
.ion-android-more-vertical:before, .coupon__type
.ion-android-navigate:before, .coupon__type
.ion-android-notifications:before, .coupon__type
.ion-android-notifications-none:before, .coupon__type
.ion-android-notifications-off:before, .coupon__type
.ion-android-open:before, .coupon__type
.ion-android-options:before, .coupon__type
.ion-android-people:before, .coupon__type
.ion-android-person:before, .coupon__type
.ion-android-person-add:before, .coupon__type
.ion-android-phone-landscape:before, .coupon__type
.ion-android-phone-portrait:before, .coupon__type
.ion-android-pin:before, .coupon__type
.ion-android-plane:before, .coupon__type
.ion-android-playstore:before, .coupon__type
.ion-android-print:before, .coupon__type
.ion-android-radio-button-off:before, .coupon__type
.ion-android-radio-button-on:before, .coupon__type
.ion-android-refresh:before, .coupon__type
.ion-android-remove:before, .coupon__type
.ion-android-remove-circle:before, .coupon__type
.ion-android-restaurant:before, .coupon__type
.ion-android-sad:before, .coupon__type
.ion-android-search:before, .coupon__type
.ion-android-send:before, .coupon__type
.ion-android-settings:before, .coupon__type
.ion-android-share:before, .coupon__type
.ion-android-share-alt:before, .coupon__type
.ion-android-star:before, .coupon__type
.ion-android-star-half:before, .coupon__type
.ion-android-star-outline:before, .coupon__type
.ion-android-stopwatch:before, .coupon__type
.ion-android-subway:before, .coupon__type
.ion-android-sunny:before, .coupon__type
.ion-android-sync:before, .coupon__type
.ion-android-textsms:before, .coupon__type
.ion-android-time:before, .coupon__type
.ion-android-train:before, .coupon__type
.ion-android-unlock:before, .coupon__type
.ion-android-upload:before, .coupon__type
.ion-android-volume-down:before, .coupon__type
.ion-android-volume-mute:before, .coupon__type
.ion-android-volume-off:before, .coupon__type
.ion-android-volume-up:before, .coupon__type
.ion-android-walk:before, .coupon__type
.ion-android-warning:before, .coupon__type
.ion-android-watch:before, .coupon__type
.ion-android-wifi:before, .coupon__type
.ion-aperture:before, .coupon__type
.ion-archive:before, .coupon__type
.ion-arrow-down-a:before, .coupon__type
.ion-arrow-down-b:before, .coupon__type
.ion-arrow-down-c:before, .coupon__type
.ion-arrow-expand:before, .coupon__type
.ion-arrow-graph-down-left:before, .coupon__type
.ion-arrow-graph-down-right:before, .coupon__type
.ion-arrow-graph-up-left:before, .coupon__type
.ion-arrow-graph-up-right:before, .coupon__type
.ion-arrow-left-a:before, .coupon__type
.ion-arrow-left-b:before, .coupon__type
.ion-arrow-left-c:before, .coupon__type
.ion-arrow-move:before, .coupon__type
.ion-arrow-resize:before, .coupon__type
.ion-arrow-return-left:before, .coupon__type
.ion-arrow-return-right:before, .coupon__type
.ion-arrow-right-a:before, .coupon__type
.ion-arrow-right-b:before, .coupon__type
.ion-arrow-right-c:before, .coupon__type
.ion-arrow-shrink:before, .coupon__type
.ion-arrow-swap:before, .coupon__type
.ion-arrow-up-a:before, .coupon__type
.ion-arrow-up-b:before, .coupon__type
.ion-arrow-up-c:before, .coupon__type
.ion-asterisk:before, .coupon__type
.ion-at:before, .coupon__type
.ion-backspace:before, .coupon__type
.ion-backspace-outline:before, .coupon__type
.ion-bag:before, .coupon__type
.ion-battery-charging:before, .coupon__type
.ion-battery-empty:before, .coupon__type
.ion-battery-full:before, .coupon__type
.ion-battery-half:before, .coupon__type
.ion-battery-low:before, .coupon__type
.ion-beaker:before, .coupon__type
.ion-beer:before, .coupon__type
.ion-bluetooth:before, .coupon__type
.ion-bonfire:before, .coupon__type
.ion-bookmark:before, .coupon__type
.ion-bowtie:before, .coupon__type
.ion-briefcase:before, .coupon__type
.ion-bug:before, .coupon__type
.ion-calculator:before, .coupon__type
.ion-calendar:before, .coupon__type
.ion-camera:before, .coupon__type
.ion-card:before, .coupon__type
.ion-cash:before, .coupon__type
.ion-chatbox:before, .coupon__type
.ion-chatbox-working:before, .coupon__type
.ion-chatboxes:before, .coupon__type
.ion-chatbubble:before, .coupon__type
.ion-chatbubble-working:before, .coupon__type
.ion-chatbubbles:before, .coupon__type
.ion-checkmark:before, .coupon__type
.ion-checkmark-circled:before, .coupon__type
.ion-checkmark-round:before, .coupon__type
.ion-chevron-down:before, .coupon__type
.ion-chevron-left:before, .coupon__type
.ion-chevron-right:before, .coupon__type
.ion-chevron-up:before, .coupon__type
.ion-clipboard:before, .coupon__type
.ion-clock:before, .coupon__type
.ion-close:before, .coupon__type
.ion-close-circled:before, .coupon__type
.ion-close-round:before, .coupon__type
.ion-closed-captioning:before, .coupon__type
.ion-cloud:before, .coupon__type
.ion-code:before, .coupon__type
.ion-code-download:before, .coupon__type
.ion-code-working:before, .coupon__type
.ion-coffee:before, .coupon__type
.ion-compass:before, .coupon__type
.ion-compose:before, .coupon__type
.ion-connection-bars:before, .coupon__type
.ion-contrast:before, .coupon__type
.ion-crop:before, .coupon__type
.ion-cube:before, .coupon__type
.ion-disc:before, .coupon__type
.ion-document:before, .coupon__type
.ion-document-text:before, .coupon__type
.ion-drag:before, .coupon__type
.ion-earth:before, .coupon__type
.ion-easel:before, .coupon__type
.ion-edit:before, .coupon__type
.ion-egg:before, .coupon__type
.ion-eject:before, .coupon__type
.ion-email:before, .coupon__type
.ion-email-unread:before, .coupon__type
.ion-erlenmeyer-flask:before, .coupon__type
.ion-erlenmeyer-flask-bubbles:before, .coupon__type
.ion-eye:before, .coupon__type
.ion-eye-disabled:before, .coupon__type
.ion-female:before, .coupon__type
.ion-filing:before, .coupon__type
.ion-film-marker:before, .coupon__type
.ion-fireball:before, .coupon__type
.ion-flag:before, .coupon__type
.ion-flame:before, .coupon__type
.ion-flash:before, .coupon__type
.ion-flash-off:before, .coupon__type
.ion-folder:before, .coupon__type
.ion-fork:before, .coupon__type
.ion-fork-repo:before, .coupon__type
.ion-forward:before, .coupon__type
.ion-funnel:before, .coupon__type
.ion-gear-a:before, .coupon__type
.ion-gear-b:before, .coupon__type
.ion-grid:before, .coupon__type
.ion-hammer:before, .coupon__type
.ion-happy:before, .coupon__type
.ion-happy-outline:before, .coupon__type
.ion-headphone:before, .coupon__type
.ion-heart:before, .coupon__type
.ion-heart-broken:before, .coupon__type
.ion-help:before, .coupon__type
.ion-help-buoy:before, .coupon__type
.ion-help-circled:before, .coupon__type
.ion-home:before, .coupon__type
.ion-icecream:before, .coupon__type
.ion-image:before, .coupon__type
.ion-images:before, .coupon__type
.ion-information:before, .coupon__type
.ion-information-circled:before, .coupon__type
.ion-ionic:before, .coupon__type
.ion-ios-alarm:before, .coupon__type
.ion-ios-alarm-outline:before, .coupon__type
.ion-ios-albums:before, .coupon__type
.ion-ios-albums-outline:before, .coupon__type
.ion-ios-americanfootball:before, .coupon__type
.ion-ios-americanfootball-outline:before, .coupon__type
.ion-ios-analytics:before, .coupon__type
.ion-ios-analytics-outline:before, .coupon__type
.ion-ios-arrow-back:before, .coupon__type
.ion-ios-arrow-down:before, .coupon__type
.ion-ios-arrow-forward:before, .coupon__type
.ion-ios-arrow-left:before, .coupon__type
.ion-ios-arrow-right:before, .coupon__type
.ion-ios-arrow-thin-down:before, .coupon__type
.ion-ios-arrow-thin-left:before, .coupon__type
.ion-ios-arrow-thin-right:before, .coupon__type
.ion-ios-arrow-thin-up:before, .coupon__type
.ion-ios-arrow-up:before, .coupon__type
.ion-ios-at:before, .coupon__type
.ion-ios-at-outline:before, .coupon__type
.ion-ios-barcode:before, .coupon__type
.ion-ios-barcode-outline:before, .coupon__type
.ion-ios-baseball:before, .coupon__type
.ion-ios-baseball-outline:before, .coupon__type
.ion-ios-basketball:before, .coupon__type
.ion-ios-basketball-outline:before, .coupon__type
.ion-ios-bell:before, .coupon__type
.ion-ios-bell-outline:before, .coupon__type
.ion-ios-body:before, .coupon__type
.ion-ios-body-outline:before, .coupon__type
.ion-ios-bolt:before, .coupon__type
.ion-ios-bolt-outline:before, .coupon__type
.ion-ios-book:before, .coupon__type
.ion-ios-book-outline:before, .coupon__type
.ion-ios-bookmarks:before, .coupon__type
.ion-ios-bookmarks-outline:before, .coupon__type
.ion-ios-box:before, .coupon__type
.ion-ios-box-outline:before, .coupon__type
.ion-ios-briefcase:before, .coupon__type
.ion-ios-briefcase-outline:before, .coupon__type
.ion-ios-browsers:before, .coupon__type
.ion-ios-browsers-outline:before, .coupon__type
.ion-ios-calculator:before, .coupon__type
.ion-ios-calculator-outline:before, .coupon__type
.ion-ios-calendar:before, .coupon__type
.ion-ios-calendar-outline:before, .coupon__type
.ion-ios-camera:before, .coupon__type
.ion-ios-camera-outline:before, .coupon__type
.ion-ios-cart:before, .coupon__type
.ion-ios-cart-outline:before, .coupon__type
.ion-ios-chatboxes:before, .coupon__type
.ion-ios-chatboxes-outline:before, .coupon__type
.ion-ios-chatbubble:before, .coupon__type
.ion-ios-chatbubble-outline:before, .coupon__type
.ion-ios-checkmark:before, .coupon__type
.ion-ios-checkmark-empty:before, .coupon__type
.ion-ios-checkmark-outline:before, .coupon__type
.ion-ios-circle-filled:before, .coupon__type
.ion-ios-circle-outline:before, .coupon__type
.ion-ios-clock:before, .coupon__type
.ion-ios-clock-outline:before, .coupon__type
.ion-ios-close:before, .coupon__type
.ion-ios-close-empty:before, .coupon__type
.ion-ios-close-outline:before, .coupon__type
.ion-ios-cloud:before, .coupon__type
.ion-ios-cloud-download:before, .coupon__type
.ion-ios-cloud-download-outline:before, .coupon__type
.ion-ios-cloud-outline:before, .coupon__type
.ion-ios-cloud-upload:before, .coupon__type
.ion-ios-cloud-upload-outline:before, .coupon__type
.ion-ios-cloudy:before, .coupon__type
.ion-ios-cloudy-night:before, .coupon__type
.ion-ios-cloudy-night-outline:before, .coupon__type
.ion-ios-cloudy-outline:before, .coupon__type
.ion-ios-cog:before, .coupon__type
.ion-ios-cog-outline:before, .coupon__type
.ion-ios-color-filter:before, .coupon__type
.ion-ios-color-filter-outline:before, .coupon__type
.ion-ios-color-wand:before, .coupon__type
.ion-ios-color-wand-outline:before, .coupon__type
.ion-ios-compose:before, .coupon__type
.ion-ios-compose-outline:before, .coupon__type
.ion-ios-contact:before, .coupon__type
.ion-ios-contact-outline:before, .coupon__type
.ion-ios-copy:before, .coupon__type
.ion-ios-copy-outline:before, .coupon__type
.ion-ios-crop:before, .coupon__type
.ion-ios-crop-strong:before, .coupon__type
.ion-ios-download:before, .coupon__type
.ion-ios-download-outline:before, .coupon__type
.ion-ios-drag:before, .coupon__type
.ion-ios-email:before, .coupon__type
.ion-ios-email-outline:before, .coupon__type
.ion-ios-eye:before, .coupon__type
.ion-ios-eye-outline:before, .coupon__type
.ion-ios-fastforward:before, .coupon__type
.ion-ios-fastforward-outline:before, .coupon__type
.ion-ios-filing:before, .coupon__type
.ion-ios-filing-outline:before, .coupon__type
.ion-ios-film:before, .coupon__type
.ion-ios-film-outline:before, .coupon__type
.ion-ios-flag:before, .coupon__type
.ion-ios-flag-outline:before, .coupon__type
.ion-ios-flame:before, .coupon__type
.ion-ios-flame-outline:before, .coupon__type
.ion-ios-flask:before, .coupon__type
.ion-ios-flask-outline:before, .coupon__type
.ion-ios-flower:before, .coupon__type
.ion-ios-flower-outline:before, .coupon__type
.ion-ios-folder:before, .coupon__type
.ion-ios-folder-outline:before, .coupon__type
.ion-ios-football:before, .coupon__type
.ion-ios-football-outline:before, .coupon__type
.ion-ios-game-controller-a:before, .coupon__type
.ion-ios-game-controller-a-outline:before, .coupon__type
.ion-ios-game-controller-b:before, .coupon__type
.ion-ios-game-controller-b-outline:before, .coupon__type
.ion-ios-gear:before, .coupon__type
.ion-ios-gear-outline:before, .coupon__type
.ion-ios-glasses:before, .coupon__type
.ion-ios-glasses-outline:before, .coupon__type
.ion-ios-grid-view:before, .coupon__type
.ion-ios-grid-view-outline:before, .coupon__type
.ion-ios-heart:before, .coupon__type
.ion-ios-heart-outline:before, .coupon__type
.ion-ios-help:before, .coupon__type
.ion-ios-help-empty:before, .coupon__type
.ion-ios-help-outline:before, .coupon__type
.ion-ios-home:before, .coupon__type
.ion-ios-home-outline:before, .coupon__type
.ion-ios-infinite:before, .coupon__type
.ion-ios-infinite-outline:before, .coupon__type
.ion-ios-information:before, .coupon__type
.ion-ios-information-empty:before, .coupon__type
.ion-ios-information-outline:before, .coupon__type
.ion-ios-ionic-outline:before, .coupon__type
.ion-ios-keypad:before, .coupon__type
.ion-ios-keypad-outline:before, .coupon__type
.ion-ios-lightbulb:before, .coupon__type
.ion-ios-lightbulb-outline:before, .coupon__type
.ion-ios-list:before, .coupon__type
.ion-ios-list-outline:before, .coupon__type
.ion-ios-location:before, .coupon__type
.ion-ios-location-outline:before, .coupon__type
.ion-ios-locked:before, .coupon__type
.ion-ios-locked-outline:before, .coupon__type
.ion-ios-loop:before, .coupon__type
.ion-ios-loop-strong:before, .coupon__type
.ion-ios-medical:before, .coupon__type
.ion-ios-medical-outline:before, .coupon__type
.ion-ios-medkit:before, .coupon__type
.ion-ios-medkit-outline:before, .coupon__type
.ion-ios-mic:before, .coupon__type
.ion-ios-mic-off:before, .coupon__type
.ion-ios-mic-outline:before, .coupon__type
.ion-ios-minus:before, .coupon__type
.ion-ios-minus-empty:before, .coupon__type
.ion-ios-minus-outline:before, .coupon__type
.ion-ios-monitor:before, .coupon__type
.ion-ios-monitor-outline:before, .coupon__type
.ion-ios-moon:before, .coupon__type
.ion-ios-moon-outline:before, .coupon__type
.ion-ios-more:before, .coupon__type
.ion-ios-more-outline:before, .coupon__type
.ion-ios-musical-note:before, .coupon__type
.ion-ios-musical-notes:before, .coupon__type
.ion-ios-navigate:before, .coupon__type
.ion-ios-navigate-outline:before, .coupon__type
.ion-ios-nutrition:before, .coupon__type
.ion-ios-nutrition-outline:before, .coupon__type
.ion-ios-paper:before, .coupon__type
.ion-ios-paper-outline:before, .coupon__type
.ion-ios-paperplane:before, .coupon__type
.ion-ios-paperplane-outline:before, .coupon__type
.ion-ios-partlysunny:before, .coupon__type
.ion-ios-partlysunny-outline:before, .coupon__type
.ion-ios-pause:before, .coupon__type
.ion-ios-pause-outline:before, .coupon__type
.ion-ios-paw:before, .coupon__type
.ion-ios-paw-outline:before, .coupon__type
.ion-ios-people:before, .coupon__type
.ion-ios-people-outline:before, .coupon__type
.ion-ios-person:before, .coupon__type
.ion-ios-person-outline:before, .coupon__type
.ion-ios-personadd:before, .coupon__type
.ion-ios-personadd-outline:before, .coupon__type
.ion-ios-photos:before, .coupon__type
.ion-ios-photos-outline:before, .coupon__type
.ion-ios-pie:before, .coupon__type
.ion-ios-pie-outline:before, .coupon__type
.ion-ios-pint:before, .coupon__type
.ion-ios-pint-outline:before, .coupon__type
.ion-ios-play:before, .coupon__type
.ion-ios-play-outline:before, .coupon__type
.ion-ios-plus:before, .coupon__type
.ion-ios-plus-empty:before, .coupon__type
.ion-ios-plus-outline:before, .coupon__type
.ion-ios-pricetag:before, .coupon__type
.ion-ios-pricetag-outline:before, .coupon__type
.ion-ios-pricetags:before, .coupon__type
.ion-ios-pricetags-outline:before, .coupon__type
.ion-ios-printer:before, .coupon__type
.ion-ios-printer-outline:before, .coupon__type
.ion-ios-pulse:before, .coupon__type
.ion-ios-pulse-strong:before, .coupon__type
.ion-ios-rainy:before, .coupon__type
.ion-ios-rainy-outline:before, .coupon__type
.ion-ios-recording:before, .coupon__type
.ion-ios-recording-outline:before, .coupon__type
.ion-ios-redo:before, .coupon__type
.ion-ios-redo-outline:before, .coupon__type
.ion-ios-refresh:before, .coupon__type
.ion-ios-refresh-empty:before, .coupon__type
.ion-ios-refresh-outline:before, .coupon__type
.ion-ios-reload:before, .coupon__type
.ion-ios-reverse-camera:before, .coupon__type
.ion-ios-reverse-camera-outline:before, .coupon__type
.ion-ios-rewind:before, .coupon__type
.ion-ios-rewind-outline:before, .coupon__type
.ion-ios-rose:before, .coupon__type
.ion-ios-rose-outline:before, .coupon__type
.ion-ios-search:before, .coupon__type
.ion-ios-search-strong:before, .coupon__type
.ion-ios-settings:before, .coupon__type
.ion-ios-settings-strong:before, .coupon__type
.ion-ios-shuffle:before, .coupon__type
.ion-ios-shuffle-strong:before, .coupon__type
.ion-ios-skipbackward:before, .coupon__type
.ion-ios-skipbackward-outline:before, .coupon__type
.ion-ios-skipforward:before, .coupon__type
.ion-ios-skipforward-outline:before, .coupon__type
.ion-ios-snowy:before, .coupon__type
.ion-ios-speedometer:before, .coupon__type
.ion-ios-speedometer-outline:before, .coupon__type
.ion-ios-star:before, .coupon__type
.ion-ios-star-half:before, .coupon__type
.ion-ios-star-outline:before, .coupon__type
.ion-ios-stopwatch:before, .coupon__type
.ion-ios-stopwatch-outline:before, .coupon__type
.ion-ios-sunny:before, .coupon__type
.ion-ios-sunny-outline:before, .coupon__type
.ion-ios-telephone:before, .coupon__type
.ion-ios-telephone-outline:before, .coupon__type
.ion-ios-tennisball:before, .coupon__type
.ion-ios-tennisball-outline:before, .coupon__type
.ion-ios-thunderstorm:before, .coupon__type
.ion-ios-thunderstorm-outline:before, .coupon__type
.ion-ios-time:before, .coupon__type
.ion-ios-time-outline:before, .coupon__type
.ion-ios-timer:before, .coupon__type
.ion-ios-timer-outline:before, .coupon__type
.ion-ios-toggle:before, .coupon__type
.ion-ios-toggle-outline:before, .coupon__type
.ion-ios-trash:before, .coupon__type
.ion-ios-trash-outline:before, .coupon__type
.ion-ios-undo:before, .coupon__type
.ion-ios-undo-outline:before, .coupon__type
.ion-ios-unlocked:before, .coupon__type
.ion-ios-unlocked-outline:before, .coupon__type
.ion-ios-upload:before, .coupon__type
.ion-ios-upload-outline:before, .coupon__type
.ion-ios-videocam:before, .coupon__type
.ion-ios-videocam-outline:before, .coupon__type
.ion-ios-volume-high:before, .coupon__type
.ion-ios-volume-low:before, .coupon__type
.ion-ios-wineglass:before, .coupon__type
.ion-ios-wineglass-outline:before, .coupon__type
.ion-ios-world:before, .coupon__type
.ion-ios-world-outline:before, .coupon__type
.ion-ipad:before, .coupon__type
.ion-iphone:before, .coupon__type
.ion-ipod:before, .coupon__type
.ion-jet:before, .coupon__type
.ion-key:before, .coupon__type
.ion-knife:before, .coupon__type
.ion-laptop:before, .coupon__type
.ion-leaf:before, .coupon__type
.ion-levels:before, .coupon__type
.ion-lightbulb:before, .coupon__type
.ion-link:before, .coupon__type
.ion-load-a:before, .coupon__type
.ion-load-b:before, .coupon__type
.ion-load-c:before, .coupon__type
.ion-load-d:before, .coupon__type
.ion-location:before, .coupon__type
.ion-lock-combination:before, .coupon__type
.ion-locked:before, .coupon__type
.ion-log-in:before, .coupon__type
.ion-log-out:before, .coupon__type
.ion-loop:before, .coupon__type
.ion-magnet:before, .coupon__type
.ion-male:before, .coupon__type
.ion-man:before, .coupon__type
.ion-map:before, .coupon__type
.ion-medkit:before, .coupon__type
.ion-merge:before, .coupon__type
.ion-mic-a:before, .coupon__type
.ion-mic-b:before, .coupon__type
.ion-mic-c:before, .coupon__type
.ion-minus:before, .coupon__type
.ion-minus-circled:before, .coupon__type
.ion-minus-round:before, .coupon__type
.ion-model-s:before, .coupon__type
.ion-monitor:before, .coupon__type
.ion-more:before, .coupon__type
.ion-mouse:before, .coupon__type
.ion-music-note:before, .coupon__type
.ion-navicon:before, .coupon__type
.ion-navicon-round:before, .coupon__type
.ion-navigate:before, .coupon__type
.ion-network:before, .coupon__type
.ion-no-smoking:before, .coupon__type
.ion-nuclear:before, .coupon__type
.ion-outlet:before, .coupon__type
.ion-paintbrush:before, .coupon__type
.ion-paintbucket:before, .coupon__type
.ion-paper-airplane:before, .coupon__type
.ion-paperclip:before, .coupon__type
.ion-pause:before, .coupon__type
.ion-person:before, .coupon__type
.ion-person-add:before, .coupon__type
.ion-person-stalker:before, .coupon__type
.ion-pie-graph:before, .coupon__type
.ion-pin:before, .coupon__type
.ion-pinpoint:before, .coupon__type
.ion-pizza:before, .coupon__type
.ion-plane:before, .coupon__type
.ion-planet:before, .coupon__type
.ion-play:before, .coupon__type
.ion-playstation:before, .coupon__type
.ion-plus:before, .coupon__type
.ion-plus-circled:before, .coupon__type
.ion-plus-round:before, .coupon__type
.ion-podium:before, .coupon__type
.ion-pound:before, .coupon__type
.ion-power:before, .coupon__type
.ion-pricetag:before, .coupon__type
.ion-pricetags:before, .coupon__type
.ion-printer:before, .coupon__type
.ion-pull-request:before, .coupon__type
.ion-qr-scanner:before, .coupon__type
.ion-quote:before, .coupon__type
.ion-radio-waves:before, .coupon__type
.ion-record:before, .coupon__type
.ion-refresh:before, .coupon__type
.ion-reply:before, .coupon__type
.ion-reply-all:before, .coupon__type
.ion-ribbon-a:before, .coupon__type
.ion-ribbon-b:before, .coupon__type
.ion-sad:before, .coupon__type
.ion-sad-outline:before, .coupon__type
.ion-scissors:before, .coupon__type
.ion-search:before, .coupon__type
.ion-settings:before, .coupon__type
.ion-share:before, .coupon__type
.ion-shuffle:before, .coupon__type
.ion-skip-backward:before, .coupon__type
.ion-skip-forward:before, .coupon__type
.ion-social-android:before, .coupon__type
.ion-social-android-outline:before, .coupon__type
.ion-social-angular:before, .coupon__type
.ion-social-angular-outline:before, .coupon__type
.ion-social-apple:before, .coupon__type
.ion-social-apple-outline:before, .coupon__type
.ion-social-bitcoin:before, .coupon__type
.ion-social-bitcoin-outline:before, .coupon__type
.ion-social-buffer:before, .coupon__type
.ion-social-buffer-outline:before, .coupon__type
.ion-social-chrome:before, .coupon__type
.ion-social-chrome-outline:before, .coupon__type
.ion-social-codepen:before, .coupon__type
.ion-social-codepen-outline:before, .coupon__type
.ion-social-css3:before, .coupon__type
.ion-social-css3-outline:before, .coupon__type
.ion-social-designernews:before, .coupon__type
.ion-social-designernews-outline:before, .coupon__type
.ion-social-dribbble:before, .coupon__type
.ion-social-dribbble-outline:before, .coupon__type
.ion-social-dropbox:before, .coupon__type
.ion-social-dropbox-outline:before, .coupon__type
.ion-social-euro:before, .coupon__type
.ion-social-euro-outline:before, .coupon__type
.ion-social-facebook:before, .coupon__type
.ion-social-facebook-outline:before, .coupon__type
.ion-social-foursquare:before, .coupon__type
.ion-social-foursquare-outline:before, .coupon__type
.ion-social-freebsd-devil:before, .coupon__type
.ion-social-github:before, .coupon__type
.ion-social-github-outline:before, .coupon__type
.ion-social-google:before, .coupon__type
.ion-social-google-outline:before, .coupon__type
.ion-social-googleplus:before, .coupon__type
.ion-social-googleplus-outline:before, .coupon__type
.ion-social-hackernews:before, .coupon__type
.ion-social-hackernews-outline:before, .coupon__type
.ion-social-html5:before, .coupon__type
.ion-social-html5-outline:before, .coupon__type
.ion-social-instagram:before, .coupon__type
.ion-social-instagram-outline:before, .coupon__type
.ion-social-javascript:before, .coupon__type
.ion-social-javascript-outline:before, .coupon__type
.ion-social-linkedin:before, .coupon__type
.ion-social-linkedin-outline:before, .coupon__type
.ion-social-markdown:before, .coupon__type
.ion-social-nodejs:before, .coupon__type
.ion-social-octocat:before, .coupon__type
.ion-social-pinterest:before, .coupon__type
.ion-social-pinterest-outline:before, .coupon__type
.ion-social-python:before, .coupon__type
.ion-social-reddit:before, .coupon__type
.ion-social-reddit-outline:before, .coupon__type
.ion-social-rss:before, .coupon__type
.ion-social-rss-outline:before, .coupon__type
.ion-social-sass:before, .coupon__type
.ion-social-skype:before, .coupon__type
.ion-social-skype-outline:before, .coupon__type
.ion-social-snapchat:before, .coupon__type
.ion-social-snapchat-outline:before, .coupon__type
.ion-social-tumblr:before, .coupon__type
.ion-social-tumblr-outline:before, .coupon__type
.ion-social-tux:before, .coupon__type
.ion-social-twitch:before, .coupon__type
.ion-social-twitch-outline:before, .coupon__type
.ion-social-twitter:before, .coupon__type
.ion-social-twitter-outline:before, .coupon__type
.ion-social-usd:before, .coupon__type
.ion-social-usd-outline:before, .coupon__type
.ion-social-vimeo:before, .coupon__type
.ion-social-vimeo-outline:before, .coupon__type
.ion-social-whatsapp:before, .coupon__type
.ion-social-whatsapp-outline:before, .coupon__type
.ion-social-windows:before, .coupon__type
.ion-social-windows-outline:before, .coupon__type
.ion-social-wordpress:before, .coupon__type
.ion-social-wordpress-outline:before, .coupon__type
.ion-social-yahoo:before, .coupon__type
.ion-social-yahoo-outline:before, .coupon__type
.ion-social-yen:before, .coupon__type
.ion-social-yen-outline:before, .coupon__type
.ion-social-youtube:before, .coupon__type
.ion-social-youtube-outline:before, .coupon__type
.ion-soup-can:before, .coupon__type
.ion-soup-can-outline:before, .coupon__type
.ion-speakerphone:before, .coupon__type
.ion-speedometer:before, .coupon__type
.ion-spoon:before, .coupon__type
.ion-star:before, .coupon__type
.ion-stats-bars:before, .coupon__type
.ion-steam:before, .coupon__type
.ion-stop:before, .coupon__type
.ion-thermometer:before, .coupon__type
.ion-thumbsdown:before, .coupon__type
.ion-thumbsup:before, .coupon__type
.ion-toggle:before, .coupon__type
.ion-toggle-filled:before, .coupon__type
.ion-transgender:before, .coupon__type
.ion-trash-a:before, .coupon__type
.ion-trash-b:before, .coupon__type
.ion-trophy:before, .coupon__type
.ion-tshirt:before, .coupon__type
.ion-tshirt-outline:before, .coupon__type
.ion-umbrella:before, .coupon__type
.ion-university:before, .coupon__type
.ion-unlocked:before, .coupon__type
.ion-upload:before, .coupon__type
.ion-usb:before, .coupon__type
.ion-videocamera:before, .coupon__type
.ion-volume-high:before, .coupon__type
.ion-volume-low:before, .coupon__type
.ion-volume-medium:before, .coupon__type
.ion-volume-mute:before, .coupon__type
.ion-wand:before, .coupon__type
.ion-waterdrop:before, .coupon__type
.ion-wifi:before, .coupon__type
.ion-wineglass:before, .coupon__type
.ion-woman:before, .coupon__type
.ion-wrench:before, .coupon__type
.ion-xbox:before {
  margin-right: 5px;
}

.coupon__type.coupon__type--coupon {
  color: #e93694;
}

.coupon__provider {
  margin: 4px 0 6px;
}

.coupon__provider a {
  color: #999;
}

.coupon__provider a:hover {
  color: #fd811b;
}

.coupon__content {
  padding-top: 16px;
  padding-right: 15px;
  margin-left: 18px;
  max-width: calc(100% - 378px);
}

.coupon__status {
  text-transform: uppercase;
  font-size: 0.857em;
  margin-bottom: 12px;
}

.coupon__status i {
  margin-right: 3px;
}

.coupon__status i.ion-record {
  font-size: 6px;
  line-height: 100%;
  color: #999;
  vertical-align: middle;
}

.coupon__verify {
  color: #53a318;
  margin-right: 5px;
}

.coupon__used-count {
  color: #111;
}

.coupon__title {
  font-weight: 700;
  line-height: calc(4/3);
  color: #111;
  display: inline-block;
}

.coupon__action {
  margin-left: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 50px;
  line-height: 50px;
  width: 200px;
  text-transform: uppercase;
  border-radius: 3px;
  overflow: hidden;
  font-size: 1.143em;
  text-align: left;
}

.coupon__action a {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  background: #0160a0;
  font-weight: 300;
}

.coupon__action a:hover {
  background-color: #0178c9;
}

.coupon__action--coupon {
  position: relative;
  background: #f5f5f5;
}

.coupon__action--coupon a {
  background: #fd811b;
  position: relative;
  width: 77%;
  z-index: 2;
  overflow: hidden;
}

.coupon__action--coupon a:hover {
  background-color: #fd9743;
}

.coupon__action--coupon a:after {
  content: '';
  z-index: 3;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 14px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}

.coupon__action--coupon a:before {
  border-top: 25px solid #e36802;
  border-left: 45px solid transparent;
  border-right: 25px solid transparent;
  content: "";
  height: 0;
  right: -10px;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 3;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}

.coupon__action--expired {
  font-weight: 300;
  background: #f5f5f5;
  color: #111;
  font-size: 1.143em;
}

body .coupon__action--expired {
  text-align: center;
}

.coupon__code {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  font-size: 1.143em;
  font-weight: 700;
  color: #111;
}

.coupon__bottom {
  border-top: 1px solid #efefef;
  padding: 15px 30px;
}

.coupon__expire {
  color: #fd811b;
  margin-bottom: 6px;
}

.coupon__expire-label {
  text-transform: uppercase;
  margin-right: 5px;
}

.coupon__description {
  color: #111;
}

.coupons__filter {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 32px;
}

.list-coupons__filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.list-coupons__filter > span {
  margin-right: 10px;
  color: #111;
  text-transform: uppercase;
}

.list-coupons__filter:only-child {
  margin-left: auto;
}

.list-coupons__select {
  width: 270px;
  border: 1px solid #eee;
  padding: 12px 20px;
  background-color: #fff;
  position: relative;
}

.list-coupons__select span {
  transition: all 0.2s;
}

.list-coupons__select ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.23);
  left: 0;
  right: 0;
  top: 100%;
  list-style: none;
  padding: 15px;
  margin: 0;
  z-index: 9;
  transition: all 0.3s;
  pointer-events: none;
  visibility: hidden;
}

.list-coupons__select ul li a {
  color: #111;
}

.list-coupons__select ul li a:hover {
  color: #fd811b;
}

.list-coupons__select i {
  position: absolute;
  right: 15px;
}

.list-coupons__select:hover span {
  color: #111;
}

.list-coupons__select:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 640px) {
  body .coupon__top {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    padding: 30px;
  }
  body .coupon__image {
    margin: auto;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
  }
  body .coupon__image img {
    border: 1px solid #eee;
    margin: auto;
  }
  body .coupon__image:not(.c-image-hover) {
    display: table;
  }
  body .coupon__type {
    text-transform: uppercase;
    font-size: 0.857em;
    font-weight: 700;
    color: #0160a0;
  }
  body .coupon__type .ion, body .coupon__type .ionicons, body .coupon__type
  .ion-alert:before, body .coupon__type
  .ion-alert-circled:before, body .coupon__type
  .ion-android-add:before, body .coupon__type
  .ion-android-add-circle:before, body .coupon__type
  .ion-android-alarm-clock:before, body .coupon__type
  .ion-android-alert:before, body .coupon__type
  .ion-android-apps:before, body .coupon__type
  .ion-android-archive:before, body .coupon__type
  .ion-android-arrow-back:before, body .coupon__type
  .ion-android-arrow-down:before, body .coupon__type
  .ion-android-arrow-dropdown:before, body .coupon__type
  .ion-android-arrow-dropdown-circle:before, body .coupon__type
  .ion-android-arrow-dropleft:before, body .coupon__type
  .ion-android-arrow-dropleft-circle:before, body .coupon__type
  .ion-android-arrow-dropright:before, body .coupon__type
  .ion-android-arrow-dropright-circle:before, body .coupon__type
  .ion-android-arrow-dropup:before, body .coupon__type
  .ion-android-arrow-dropup-circle:before, body .coupon__type
  .ion-android-arrow-forward:before, body .coupon__type
  .ion-android-arrow-up:before, body .coupon__type
  .ion-android-attach:before, body .coupon__type
  .ion-android-bar:before, body .coupon__type
  .ion-android-bicycle:before, body .coupon__type
  .ion-android-boat:before, body .coupon__type
  .ion-android-bookmark:before, body .coupon__type
  .ion-android-bulb:before, body .coupon__type
  .ion-android-bus:before, body .coupon__type
  .ion-android-calendar:before, body .coupon__type
  .ion-android-call:before, body .coupon__type
  .ion-android-camera:before, body .coupon__type
  .ion-android-cancel:before, body .coupon__type
  .ion-android-car:before, body .coupon__type
  .ion-android-cart:before, body .coupon__type
  .ion-android-chat:before, body .coupon__type
  .ion-android-checkbox:before, body .coupon__type
  .ion-android-checkbox-blank:before, body .coupon__type
  .ion-android-checkbox-outline:before, body .coupon__type
  .ion-android-checkbox-outline-blank:before, body .coupon__type
  .ion-android-checkmark-circle:before, body .coupon__type
  .ion-android-clipboard:before, body .coupon__type
  .ion-android-close:before, body .coupon__type
  .ion-android-cloud:before, body .coupon__type
  .ion-android-cloud-circle:before, body .coupon__type
  .ion-android-cloud-done:before, body .coupon__type
  .ion-android-cloud-outline:before, body .coupon__type
  .ion-android-color-palette:before, body .coupon__type
  .ion-android-compass:before, body .coupon__type
  .ion-android-contact:before, body .coupon__type
  .ion-android-contacts:before, body .coupon__type
  .ion-android-contract:before, body .coupon__type
  .ion-android-create:before, body .coupon__type
  .ion-android-delete:before, body .coupon__type
  .ion-android-desktop:before, body .coupon__type
  .ion-android-document:before, body .coupon__type
  .ion-android-done:before, body .coupon__type
  .ion-android-done-all:before, body .coupon__type
  .ion-android-download:before, body .coupon__type
  .ion-android-drafts:before, body .coupon__type
  .ion-android-exit:before, body .coupon__type
  .ion-android-expand:before, body .coupon__type
  .ion-android-favorite:before, body .coupon__type
  .ion-android-favorite-outline:before, body .coupon__type
  .ion-android-film:before, body .coupon__type
  .ion-android-folder:before, body .coupon__type
  .ion-android-folder-open:before, body .coupon__type
  .ion-android-funnel:before, body .coupon__type
  .ion-android-globe:before, body .coupon__type
  .ion-android-hand:before, body .coupon__type
  .ion-android-hangout:before, body .coupon__type
  .ion-android-happy:before, body .coupon__type
  .ion-android-home:before, body .coupon__type
  .ion-android-image:before, body .coupon__type
  .ion-android-laptop:before, body .coupon__type
  .ion-android-list:before, body .coupon__type
  .ion-android-locate:before, body .coupon__type
  .ion-android-lock:before, body .coupon__type
  .ion-android-mail:before, body .coupon__type
  .ion-android-map:before, body .coupon__type
  .ion-android-menu:before, body .coupon__type
  .ion-android-microphone:before, body .coupon__type
  .ion-android-microphone-off:before, body .coupon__type
  .ion-android-more-horizontal:before, body .coupon__type
  .ion-android-more-vertical:before, body .coupon__type
  .ion-android-navigate:before, body .coupon__type
  .ion-android-notifications:before, body .coupon__type
  .ion-android-notifications-none:before, body .coupon__type
  .ion-android-notifications-off:before, body .coupon__type
  .ion-android-open:before, body .coupon__type
  .ion-android-options:before, body .coupon__type
  .ion-android-people:before, body .coupon__type
  .ion-android-person:before, body .coupon__type
  .ion-android-person-add:before, body .coupon__type
  .ion-android-phone-landscape:before, body .coupon__type
  .ion-android-phone-portrait:before, body .coupon__type
  .ion-android-pin:before, body .coupon__type
  .ion-android-plane:before, body .coupon__type
  .ion-android-playstore:before, body .coupon__type
  .ion-android-print:before, body .coupon__type
  .ion-android-radio-button-off:before, body .coupon__type
  .ion-android-radio-button-on:before, body .coupon__type
  .ion-android-refresh:before, body .coupon__type
  .ion-android-remove:before, body .coupon__type
  .ion-android-remove-circle:before, body .coupon__type
  .ion-android-restaurant:before, body .coupon__type
  .ion-android-sad:before, body .coupon__type
  .ion-android-search:before, body .coupon__type
  .ion-android-send:before, body .coupon__type
  .ion-android-settings:before, body .coupon__type
  .ion-android-share:before, body .coupon__type
  .ion-android-share-alt:before, body .coupon__type
  .ion-android-star:before, body .coupon__type
  .ion-android-star-half:before, body .coupon__type
  .ion-android-star-outline:before, body .coupon__type
  .ion-android-stopwatch:before, body .coupon__type
  .ion-android-subway:before, body .coupon__type
  .ion-android-sunny:before, body .coupon__type
  .ion-android-sync:before, body .coupon__type
  .ion-android-textsms:before, body .coupon__type
  .ion-android-time:before, body .coupon__type
  .ion-android-train:before, body .coupon__type
  .ion-android-unlock:before, body .coupon__type
  .ion-android-upload:before, body .coupon__type
  .ion-android-volume-down:before, body .coupon__type
  .ion-android-volume-mute:before, body .coupon__type
  .ion-android-volume-off:before, body .coupon__type
  .ion-android-volume-up:before, body .coupon__type
  .ion-android-walk:before, body .coupon__type
  .ion-android-warning:before, body .coupon__type
  .ion-android-watch:before, body .coupon__type
  .ion-android-wifi:before, body .coupon__type
  .ion-aperture:before, body .coupon__type
  .ion-archive:before, body .coupon__type
  .ion-arrow-down-a:before, body .coupon__type
  .ion-arrow-down-b:before, body .coupon__type
  .ion-arrow-down-c:before, body .coupon__type
  .ion-arrow-expand:before, body .coupon__type
  .ion-arrow-graph-down-left:before, body .coupon__type
  .ion-arrow-graph-down-right:before, body .coupon__type
  .ion-arrow-graph-up-left:before, body .coupon__type
  .ion-arrow-graph-up-right:before, body .coupon__type
  .ion-arrow-left-a:before, body .coupon__type
  .ion-arrow-left-b:before, body .coupon__type
  .ion-arrow-left-c:before, body .coupon__type
  .ion-arrow-move:before, body .coupon__type
  .ion-arrow-resize:before, body .coupon__type
  .ion-arrow-return-left:before, body .coupon__type
  .ion-arrow-return-right:before, body .coupon__type
  .ion-arrow-right-a:before, body .coupon__type
  .ion-arrow-right-b:before, body .coupon__type
  .ion-arrow-right-c:before, body .coupon__type
  .ion-arrow-shrink:before, body .coupon__type
  .ion-arrow-swap:before, body .coupon__type
  .ion-arrow-up-a:before, body .coupon__type
  .ion-arrow-up-b:before, body .coupon__type
  .ion-arrow-up-c:before, body .coupon__type
  .ion-asterisk:before, body .coupon__type
  .ion-at:before, body .coupon__type
  .ion-backspace:before, body .coupon__type
  .ion-backspace-outline:before, body .coupon__type
  .ion-bag:before, body .coupon__type
  .ion-battery-charging:before, body .coupon__type
  .ion-battery-empty:before, body .coupon__type
  .ion-battery-full:before, body .coupon__type
  .ion-battery-half:before, body .coupon__type
  .ion-battery-low:before, body .coupon__type
  .ion-beaker:before, body .coupon__type
  .ion-beer:before, body .coupon__type
  .ion-bluetooth:before, body .coupon__type
  .ion-bonfire:before, body .coupon__type
  .ion-bookmark:before, body .coupon__type
  .ion-bowtie:before, body .coupon__type
  .ion-briefcase:before, body .coupon__type
  .ion-bug:before, body .coupon__type
  .ion-calculator:before, body .coupon__type
  .ion-calendar:before, body .coupon__type
  .ion-camera:before, body .coupon__type
  .ion-card:before, body .coupon__type
  .ion-cash:before, body .coupon__type
  .ion-chatbox:before, body .coupon__type
  .ion-chatbox-working:before, body .coupon__type
  .ion-chatboxes:before, body .coupon__type
  .ion-chatbubble:before, body .coupon__type
  .ion-chatbubble-working:before, body .coupon__type
  .ion-chatbubbles:before, body .coupon__type
  .ion-checkmark:before, body .coupon__type
  .ion-checkmark-circled:before, body .coupon__type
  .ion-checkmark-round:before, body .coupon__type
  .ion-chevron-down:before, body .coupon__type
  .ion-chevron-left:before, body .coupon__type
  .ion-chevron-right:before, body .coupon__type
  .ion-chevron-up:before, body .coupon__type
  .ion-clipboard:before, body .coupon__type
  .ion-clock:before, body .coupon__type
  .ion-close:before, body .coupon__type
  .ion-close-circled:before, body .coupon__type
  .ion-close-round:before, body .coupon__type
  .ion-closed-captioning:before, body .coupon__type
  .ion-cloud:before, body .coupon__type
  .ion-code:before, body .coupon__type
  .ion-code-download:before, body .coupon__type
  .ion-code-working:before, body .coupon__type
  .ion-coffee:before, body .coupon__type
  .ion-compass:before, body .coupon__type
  .ion-compose:before, body .coupon__type
  .ion-connection-bars:before, body .coupon__type
  .ion-contrast:before, body .coupon__type
  .ion-crop:before, body .coupon__type
  .ion-cube:before, body .coupon__type
  .ion-disc:before, body .coupon__type
  .ion-document:before, body .coupon__type
  .ion-document-text:before, body .coupon__type
  .ion-drag:before, body .coupon__type
  .ion-earth:before, body .coupon__type
  .ion-easel:before, body .coupon__type
  .ion-edit:before, body .coupon__type
  .ion-egg:before, body .coupon__type
  .ion-eject:before, body .coupon__type
  .ion-email:before, body .coupon__type
  .ion-email-unread:before, body .coupon__type
  .ion-erlenmeyer-flask:before, body .coupon__type
  .ion-erlenmeyer-flask-bubbles:before, body .coupon__type
  .ion-eye:before, body .coupon__type
  .ion-eye-disabled:before, body .coupon__type
  .ion-female:before, body .coupon__type
  .ion-filing:before, body .coupon__type
  .ion-film-marker:before, body .coupon__type
  .ion-fireball:before, body .coupon__type
  .ion-flag:before, body .coupon__type
  .ion-flame:before, body .coupon__type
  .ion-flash:before, body .coupon__type
  .ion-flash-off:before, body .coupon__type
  .ion-folder:before, body .coupon__type
  .ion-fork:before, body .coupon__type
  .ion-fork-repo:before, body .coupon__type
  .ion-forward:before, body .coupon__type
  .ion-funnel:before, body .coupon__type
  .ion-gear-a:before, body .coupon__type
  .ion-gear-b:before, body .coupon__type
  .ion-grid:before, body .coupon__type
  .ion-hammer:before, body .coupon__type
  .ion-happy:before, body .coupon__type
  .ion-happy-outline:before, body .coupon__type
  .ion-headphone:before, body .coupon__type
  .ion-heart:before, body .coupon__type
  .ion-heart-broken:before, body .coupon__type
  .ion-help:before, body .coupon__type
  .ion-help-buoy:before, body .coupon__type
  .ion-help-circled:before, body .coupon__type
  .ion-home:before, body .coupon__type
  .ion-icecream:before, body .coupon__type
  .ion-image:before, body .coupon__type
  .ion-images:before, body .coupon__type
  .ion-information:before, body .coupon__type
  .ion-information-circled:before, body .coupon__type
  .ion-ionic:before, body .coupon__type
  .ion-ios-alarm:before, body .coupon__type
  .ion-ios-alarm-outline:before, body .coupon__type
  .ion-ios-albums:before, body .coupon__type
  .ion-ios-albums-outline:before, body .coupon__type
  .ion-ios-americanfootball:before, body .coupon__type
  .ion-ios-americanfootball-outline:before, body .coupon__type
  .ion-ios-analytics:before, body .coupon__type
  .ion-ios-analytics-outline:before, body .coupon__type
  .ion-ios-arrow-back:before, body .coupon__type
  .ion-ios-arrow-down:before, body .coupon__type
  .ion-ios-arrow-forward:before, body .coupon__type
  .ion-ios-arrow-left:before, body .coupon__type
  .ion-ios-arrow-right:before, body .coupon__type
  .ion-ios-arrow-thin-down:before, body .coupon__type
  .ion-ios-arrow-thin-left:before, body .coupon__type
  .ion-ios-arrow-thin-right:before, body .coupon__type
  .ion-ios-arrow-thin-up:before, body .coupon__type
  .ion-ios-arrow-up:before, body .coupon__type
  .ion-ios-at:before, body .coupon__type
  .ion-ios-at-outline:before, body .coupon__type
  .ion-ios-barcode:before, body .coupon__type
  .ion-ios-barcode-outline:before, body .coupon__type
  .ion-ios-baseball:before, body .coupon__type
  .ion-ios-baseball-outline:before, body .coupon__type
  .ion-ios-basketball:before, body .coupon__type
  .ion-ios-basketball-outline:before, body .coupon__type
  .ion-ios-bell:before, body .coupon__type
  .ion-ios-bell-outline:before, body .coupon__type
  .ion-ios-body:before, body .coupon__type
  .ion-ios-body-outline:before, body .coupon__type
  .ion-ios-bolt:before, body .coupon__type
  .ion-ios-bolt-outline:before, body .coupon__type
  .ion-ios-book:before, body .coupon__type
  .ion-ios-book-outline:before, body .coupon__type
  .ion-ios-bookmarks:before, body .coupon__type
  .ion-ios-bookmarks-outline:before, body .coupon__type
  .ion-ios-box:before, body .coupon__type
  .ion-ios-box-outline:before, body .coupon__type
  .ion-ios-briefcase:before, body .coupon__type
  .ion-ios-briefcase-outline:before, body .coupon__type
  .ion-ios-browsers:before, body .coupon__type
  .ion-ios-browsers-outline:before, body .coupon__type
  .ion-ios-calculator:before, body .coupon__type
  .ion-ios-calculator-outline:before, body .coupon__type
  .ion-ios-calendar:before, body .coupon__type
  .ion-ios-calendar-outline:before, body .coupon__type
  .ion-ios-camera:before, body .coupon__type
  .ion-ios-camera-outline:before, body .coupon__type
  .ion-ios-cart:before, body .coupon__type
  .ion-ios-cart-outline:before, body .coupon__type
  .ion-ios-chatboxes:before, body .coupon__type
  .ion-ios-chatboxes-outline:before, body .coupon__type
  .ion-ios-chatbubble:before, body .coupon__type
  .ion-ios-chatbubble-outline:before, body .coupon__type
  .ion-ios-checkmark:before, body .coupon__type
  .ion-ios-checkmark-empty:before, body .coupon__type
  .ion-ios-checkmark-outline:before, body .coupon__type
  .ion-ios-circle-filled:before, body .coupon__type
  .ion-ios-circle-outline:before, body .coupon__type
  .ion-ios-clock:before, body .coupon__type
  .ion-ios-clock-outline:before, body .coupon__type
  .ion-ios-close:before, body .coupon__type
  .ion-ios-close-empty:before, body .coupon__type
  .ion-ios-close-outline:before, body .coupon__type
  .ion-ios-cloud:before, body .coupon__type
  .ion-ios-cloud-download:before, body .coupon__type
  .ion-ios-cloud-download-outline:before, body .coupon__type
  .ion-ios-cloud-outline:before, body .coupon__type
  .ion-ios-cloud-upload:before, body .coupon__type
  .ion-ios-cloud-upload-outline:before, body .coupon__type
  .ion-ios-cloudy:before, body .coupon__type
  .ion-ios-cloudy-night:before, body .coupon__type
  .ion-ios-cloudy-night-outline:before, body .coupon__type
  .ion-ios-cloudy-outline:before, body .coupon__type
  .ion-ios-cog:before, body .coupon__type
  .ion-ios-cog-outline:before, body .coupon__type
  .ion-ios-color-filter:before, body .coupon__type
  .ion-ios-color-filter-outline:before, body .coupon__type
  .ion-ios-color-wand:before, body .coupon__type
  .ion-ios-color-wand-outline:before, body .coupon__type
  .ion-ios-compose:before, body .coupon__type
  .ion-ios-compose-outline:before, body .coupon__type
  .ion-ios-contact:before, body .coupon__type
  .ion-ios-contact-outline:before, body .coupon__type
  .ion-ios-copy:before, body .coupon__type
  .ion-ios-copy-outline:before, body .coupon__type
  .ion-ios-crop:before, body .coupon__type
  .ion-ios-crop-strong:before, body .coupon__type
  .ion-ios-download:before, body .coupon__type
  .ion-ios-download-outline:before, body .coupon__type
  .ion-ios-drag:before, body .coupon__type
  .ion-ios-email:before, body .coupon__type
  .ion-ios-email-outline:before, body .coupon__type
  .ion-ios-eye:before, body .coupon__type
  .ion-ios-eye-outline:before, body .coupon__type
  .ion-ios-fastforward:before, body .coupon__type
  .ion-ios-fastforward-outline:before, body .coupon__type
  .ion-ios-filing:before, body .coupon__type
  .ion-ios-filing-outline:before, body .coupon__type
  .ion-ios-film:before, body .coupon__type
  .ion-ios-film-outline:before, body .coupon__type
  .ion-ios-flag:before, body .coupon__type
  .ion-ios-flag-outline:before, body .coupon__type
  .ion-ios-flame:before, body .coupon__type
  .ion-ios-flame-outline:before, body .coupon__type
  .ion-ios-flask:before, body .coupon__type
  .ion-ios-flask-outline:before, body .coupon__type
  .ion-ios-flower:before, body .coupon__type
  .ion-ios-flower-outline:before, body .coupon__type
  .ion-ios-folder:before, body .coupon__type
  .ion-ios-folder-outline:before, body .coupon__type
  .ion-ios-football:before, body .coupon__type
  .ion-ios-football-outline:before, body .coupon__type
  .ion-ios-game-controller-a:before, body .coupon__type
  .ion-ios-game-controller-a-outline:before, body .coupon__type
  .ion-ios-game-controller-b:before, body .coupon__type
  .ion-ios-game-controller-b-outline:before, body .coupon__type
  .ion-ios-gear:before, body .coupon__type
  .ion-ios-gear-outline:before, body .coupon__type
  .ion-ios-glasses:before, body .coupon__type
  .ion-ios-glasses-outline:before, body .coupon__type
  .ion-ios-grid-view:before, body .coupon__type
  .ion-ios-grid-view-outline:before, body .coupon__type
  .ion-ios-heart:before, body .coupon__type
  .ion-ios-heart-outline:before, body .coupon__type
  .ion-ios-help:before, body .coupon__type
  .ion-ios-help-empty:before, body .coupon__type
  .ion-ios-help-outline:before, body .coupon__type
  .ion-ios-home:before, body .coupon__type
  .ion-ios-home-outline:before, body .coupon__type
  .ion-ios-infinite:before, body .coupon__type
  .ion-ios-infinite-outline:before, body .coupon__type
  .ion-ios-information:before, body .coupon__type
  .ion-ios-information-empty:before, body .coupon__type
  .ion-ios-information-outline:before, body .coupon__type
  .ion-ios-ionic-outline:before, body .coupon__type
  .ion-ios-keypad:before, body .coupon__type
  .ion-ios-keypad-outline:before, body .coupon__type
  .ion-ios-lightbulb:before, body .coupon__type
  .ion-ios-lightbulb-outline:before, body .coupon__type
  .ion-ios-list:before, body .coupon__type
  .ion-ios-list-outline:before, body .coupon__type
  .ion-ios-location:before, body .coupon__type
  .ion-ios-location-outline:before, body .coupon__type
  .ion-ios-locked:before, body .coupon__type
  .ion-ios-locked-outline:before, body .coupon__type
  .ion-ios-loop:before, body .coupon__type
  .ion-ios-loop-strong:before, body .coupon__type
  .ion-ios-medical:before, body .coupon__type
  .ion-ios-medical-outline:before, body .coupon__type
  .ion-ios-medkit:before, body .coupon__type
  .ion-ios-medkit-outline:before, body .coupon__type
  .ion-ios-mic:before, body .coupon__type
  .ion-ios-mic-off:before, body .coupon__type
  .ion-ios-mic-outline:before, body .coupon__type
  .ion-ios-minus:before, body .coupon__type
  .ion-ios-minus-empty:before, body .coupon__type
  .ion-ios-minus-outline:before, body .coupon__type
  .ion-ios-monitor:before, body .coupon__type
  .ion-ios-monitor-outline:before, body .coupon__type
  .ion-ios-moon:before, body .coupon__type
  .ion-ios-moon-outline:before, body .coupon__type
  .ion-ios-more:before, body .coupon__type
  .ion-ios-more-outline:before, body .coupon__type
  .ion-ios-musical-note:before, body .coupon__type
  .ion-ios-musical-notes:before, body .coupon__type
  .ion-ios-navigate:before, body .coupon__type
  .ion-ios-navigate-outline:before, body .coupon__type
  .ion-ios-nutrition:before, body .coupon__type
  .ion-ios-nutrition-outline:before, body .coupon__type
  .ion-ios-paper:before, body .coupon__type
  .ion-ios-paper-outline:before, body .coupon__type
  .ion-ios-paperplane:before, body .coupon__type
  .ion-ios-paperplane-outline:before, body .coupon__type
  .ion-ios-partlysunny:before, body .coupon__type
  .ion-ios-partlysunny-outline:before, body .coupon__type
  .ion-ios-pause:before, body .coupon__type
  .ion-ios-pause-outline:before, body .coupon__type
  .ion-ios-paw:before, body .coupon__type
  .ion-ios-paw-outline:before, body .coupon__type
  .ion-ios-people:before, body .coupon__type
  .ion-ios-people-outline:before, body .coupon__type
  .ion-ios-person:before, body .coupon__type
  .ion-ios-person-outline:before, body .coupon__type
  .ion-ios-personadd:before, body .coupon__type
  .ion-ios-personadd-outline:before, body .coupon__type
  .ion-ios-photos:before, body .coupon__type
  .ion-ios-photos-outline:before, body .coupon__type
  .ion-ios-pie:before, body .coupon__type
  .ion-ios-pie-outline:before, body .coupon__type
  .ion-ios-pint:before, body .coupon__type
  .ion-ios-pint-outline:before, body .coupon__type
  .ion-ios-play:before, body .coupon__type
  .ion-ios-play-outline:before, body .coupon__type
  .ion-ios-plus:before, body .coupon__type
  .ion-ios-plus-empty:before, body .coupon__type
  .ion-ios-plus-outline:before, body .coupon__type
  .ion-ios-pricetag:before, body .coupon__type
  .ion-ios-pricetag-outline:before, body .coupon__type
  .ion-ios-pricetags:before, body .coupon__type
  .ion-ios-pricetags-outline:before, body .coupon__type
  .ion-ios-printer:before, body .coupon__type
  .ion-ios-printer-outline:before, body .coupon__type
  .ion-ios-pulse:before, body .coupon__type
  .ion-ios-pulse-strong:before, body .coupon__type
  .ion-ios-rainy:before, body .coupon__type
  .ion-ios-rainy-outline:before, body .coupon__type
  .ion-ios-recording:before, body .coupon__type
  .ion-ios-recording-outline:before, body .coupon__type
  .ion-ios-redo:before, body .coupon__type
  .ion-ios-redo-outline:before, body .coupon__type
  .ion-ios-refresh:before, body .coupon__type
  .ion-ios-refresh-empty:before, body .coupon__type
  .ion-ios-refresh-outline:before, body .coupon__type
  .ion-ios-reload:before, body .coupon__type
  .ion-ios-reverse-camera:before, body .coupon__type
  .ion-ios-reverse-camera-outline:before, body .coupon__type
  .ion-ios-rewind:before, body .coupon__type
  .ion-ios-rewind-outline:before, body .coupon__type
  .ion-ios-rose:before, body .coupon__type
  .ion-ios-rose-outline:before, body .coupon__type
  .ion-ios-search:before, body .coupon__type
  .ion-ios-search-strong:before, body .coupon__type
  .ion-ios-settings:before, body .coupon__type
  .ion-ios-settings-strong:before, body .coupon__type
  .ion-ios-shuffle:before, body .coupon__type
  .ion-ios-shuffle-strong:before, body .coupon__type
  .ion-ios-skipbackward:before, body .coupon__type
  .ion-ios-skipbackward-outline:before, body .coupon__type
  .ion-ios-skipforward:before, body .coupon__type
  .ion-ios-skipforward-outline:before, body .coupon__type
  .ion-ios-snowy:before, body .coupon__type
  .ion-ios-speedometer:before, body .coupon__type
  .ion-ios-speedometer-outline:before, body .coupon__type
  .ion-ios-star:before, body .coupon__type
  .ion-ios-star-half:before, body .coupon__type
  .ion-ios-star-outline:before, body .coupon__type
  .ion-ios-stopwatch:before, body .coupon__type
  .ion-ios-stopwatch-outline:before, body .coupon__type
  .ion-ios-sunny:before, body .coupon__type
  .ion-ios-sunny-outline:before, body .coupon__type
  .ion-ios-telephone:before, body .coupon__type
  .ion-ios-telephone-outline:before, body .coupon__type
  .ion-ios-tennisball:before, body .coupon__type
  .ion-ios-tennisball-outline:before, body .coupon__type
  .ion-ios-thunderstorm:before, body .coupon__type
  .ion-ios-thunderstorm-outline:before, body .coupon__type
  .ion-ios-time:before, body .coupon__type
  .ion-ios-time-outline:before, body .coupon__type
  .ion-ios-timer:before, body .coupon__type
  .ion-ios-timer-outline:before, body .coupon__type
  .ion-ios-toggle:before, body .coupon__type
  .ion-ios-toggle-outline:before, body .coupon__type
  .ion-ios-trash:before, body .coupon__type
  .ion-ios-trash-outline:before, body .coupon__type
  .ion-ios-undo:before, body .coupon__type
  .ion-ios-undo-outline:before, body .coupon__type
  .ion-ios-unlocked:before, body .coupon__type
  .ion-ios-unlocked-outline:before, body .coupon__type
  .ion-ios-upload:before, body .coupon__type
  .ion-ios-upload-outline:before, body .coupon__type
  .ion-ios-videocam:before, body .coupon__type
  .ion-ios-videocam-outline:before, body .coupon__type
  .ion-ios-volume-high:before, body .coupon__type
  .ion-ios-volume-low:before, body .coupon__type
  .ion-ios-wineglass:before, body .coupon__type
  .ion-ios-wineglass-outline:before, body .coupon__type
  .ion-ios-world:before, body .coupon__type
  .ion-ios-world-outline:before, body .coupon__type
  .ion-ipad:before, body .coupon__type
  .ion-iphone:before, body .coupon__type
  .ion-ipod:before, body .coupon__type
  .ion-jet:before, body .coupon__type
  .ion-key:before, body .coupon__type
  .ion-knife:before, body .coupon__type
  .ion-laptop:before, body .coupon__type
  .ion-leaf:before, body .coupon__type
  .ion-levels:before, body .coupon__type
  .ion-lightbulb:before, body .coupon__type
  .ion-link:before, body .coupon__type
  .ion-load-a:before, body .coupon__type
  .ion-load-b:before, body .coupon__type
  .ion-load-c:before, body .coupon__type
  .ion-load-d:before, body .coupon__type
  .ion-location:before, body .coupon__type
  .ion-lock-combination:before, body .coupon__type
  .ion-locked:before, body .coupon__type
  .ion-log-in:before, body .coupon__type
  .ion-log-out:before, body .coupon__type
  .ion-loop:before, body .coupon__type
  .ion-magnet:before, body .coupon__type
  .ion-male:before, body .coupon__type
  .ion-man:before, body .coupon__type
  .ion-map:before, body .coupon__type
  .ion-medkit:before, body .coupon__type
  .ion-merge:before, body .coupon__type
  .ion-mic-a:before, body .coupon__type
  .ion-mic-b:before, body .coupon__type
  .ion-mic-c:before, body .coupon__type
  .ion-minus:before, body .coupon__type
  .ion-minus-circled:before, body .coupon__type
  .ion-minus-round:before, body .coupon__type
  .ion-model-s:before, body .coupon__type
  .ion-monitor:before, body .coupon__type
  .ion-more:before, body .coupon__type
  .ion-mouse:before, body .coupon__type
  .ion-music-note:before, body .coupon__type
  .ion-navicon:before, body .coupon__type
  .ion-navicon-round:before, body .coupon__type
  .ion-navigate:before, body .coupon__type
  .ion-network:before, body .coupon__type
  .ion-no-smoking:before, body .coupon__type
  .ion-nuclear:before, body .coupon__type
  .ion-outlet:before, body .coupon__type
  .ion-paintbrush:before, body .coupon__type
  .ion-paintbucket:before, body .coupon__type
  .ion-paper-airplane:before, body .coupon__type
  .ion-paperclip:before, body .coupon__type
  .ion-pause:before, body .coupon__type
  .ion-person:before, body .coupon__type
  .ion-person-add:before, body .coupon__type
  .ion-person-stalker:before, body .coupon__type
  .ion-pie-graph:before, body .coupon__type
  .ion-pin:before, body .coupon__type
  .ion-pinpoint:before, body .coupon__type
  .ion-pizza:before, body .coupon__type
  .ion-plane:before, body .coupon__type
  .ion-planet:before, body .coupon__type
  .ion-play:before, body .coupon__type
  .ion-playstation:before, body .coupon__type
  .ion-plus:before, body .coupon__type
  .ion-plus-circled:before, body .coupon__type
  .ion-plus-round:before, body .coupon__type
  .ion-podium:before, body .coupon__type
  .ion-pound:before, body .coupon__type
  .ion-power:before, body .coupon__type
  .ion-pricetag:before, body .coupon__type
  .ion-pricetags:before, body .coupon__type
  .ion-printer:before, body .coupon__type
  .ion-pull-request:before, body .coupon__type
  .ion-qr-scanner:before, body .coupon__type
  .ion-quote:before, body .coupon__type
  .ion-radio-waves:before, body .coupon__type
  .ion-record:before, body .coupon__type
  .ion-refresh:before, body .coupon__type
  .ion-reply:before, body .coupon__type
  .ion-reply-all:before, body .coupon__type
  .ion-ribbon-a:before, body .coupon__type
  .ion-ribbon-b:before, body .coupon__type
  .ion-sad:before, body .coupon__type
  .ion-sad-outline:before, body .coupon__type
  .ion-scissors:before, body .coupon__type
  .ion-search:before, body .coupon__type
  .ion-settings:before, body .coupon__type
  .ion-share:before, body .coupon__type
  .ion-shuffle:before, body .coupon__type
  .ion-skip-backward:before, body .coupon__type
  .ion-skip-forward:before, body .coupon__type
  .ion-social-android:before, body .coupon__type
  .ion-social-android-outline:before, body .coupon__type
  .ion-social-angular:before, body .coupon__type
  .ion-social-angular-outline:before, body .coupon__type
  .ion-social-apple:before, body .coupon__type
  .ion-social-apple-outline:before, body .coupon__type
  .ion-social-bitcoin:before, body .coupon__type
  .ion-social-bitcoin-outline:before, body .coupon__type
  .ion-social-buffer:before, body .coupon__type
  .ion-social-buffer-outline:before, body .coupon__type
  .ion-social-chrome:before, body .coupon__type
  .ion-social-chrome-outline:before, body .coupon__type
  .ion-social-codepen:before, body .coupon__type
  .ion-social-codepen-outline:before, body .coupon__type
  .ion-social-css3:before, body .coupon__type
  .ion-social-css3-outline:before, body .coupon__type
  .ion-social-designernews:before, body .coupon__type
  .ion-social-designernews-outline:before, body .coupon__type
  .ion-social-dribbble:before, body .coupon__type
  .ion-social-dribbble-outline:before, body .coupon__type
  .ion-social-dropbox:before, body .coupon__type
  .ion-social-dropbox-outline:before, body .coupon__type
  .ion-social-euro:before, body .coupon__type
  .ion-social-euro-outline:before, body .coupon__type
  .ion-social-facebook:before, body .coupon__type
  .ion-social-facebook-outline:before, body .coupon__type
  .ion-social-foursquare:before, body .coupon__type
  .ion-social-foursquare-outline:before, body .coupon__type
  .ion-social-freebsd-devil:before, body .coupon__type
  .ion-social-github:before, body .coupon__type
  .ion-social-github-outline:before, body .coupon__type
  .ion-social-google:before, body .coupon__type
  .ion-social-google-outline:before, body .coupon__type
  .ion-social-googleplus:before, body .coupon__type
  .ion-social-googleplus-outline:before, body .coupon__type
  .ion-social-hackernews:before, body .coupon__type
  .ion-social-hackernews-outline:before, body .coupon__type
  .ion-social-html5:before, body .coupon__type
  .ion-social-html5-outline:before, body .coupon__type
  .ion-social-instagram:before, body .coupon__type
  .ion-social-instagram-outline:before, body .coupon__type
  .ion-social-javascript:before, body .coupon__type
  .ion-social-javascript-outline:before, body .coupon__type
  .ion-social-linkedin:before, body .coupon__type
  .ion-social-linkedin-outline:before, body .coupon__type
  .ion-social-markdown:before, body .coupon__type
  .ion-social-nodejs:before, body .coupon__type
  .ion-social-octocat:before, body .coupon__type
  .ion-social-pinterest:before, body .coupon__type
  .ion-social-pinterest-outline:before, body .coupon__type
  .ion-social-python:before, body .coupon__type
  .ion-social-reddit:before, body .coupon__type
  .ion-social-reddit-outline:before, body .coupon__type
  .ion-social-rss:before, body .coupon__type
  .ion-social-rss-outline:before, body .coupon__type
  .ion-social-sass:before, body .coupon__type
  .ion-social-skype:before, body .coupon__type
  .ion-social-skype-outline:before, body .coupon__type
  .ion-social-snapchat:before, body .coupon__type
  .ion-social-snapchat-outline:before, body .coupon__type
  .ion-social-tumblr:before, body .coupon__type
  .ion-social-tumblr-outline:before, body .coupon__type
  .ion-social-tux:before, body .coupon__type
  .ion-social-twitch:before, body .coupon__type
  .ion-social-twitch-outline:before, body .coupon__type
  .ion-social-twitter:before, body .coupon__type
  .ion-social-twitter-outline:before, body .coupon__type
  .ion-social-usd:before, body .coupon__type
  .ion-social-usd-outline:before, body .coupon__type
  .ion-social-vimeo:before, body .coupon__type
  .ion-social-vimeo-outline:before, body .coupon__type
  .ion-social-whatsapp:before, body .coupon__type
  .ion-social-whatsapp-outline:before, body .coupon__type
  .ion-social-windows:before, body .coupon__type
  .ion-social-windows-outline:before, body .coupon__type
  .ion-social-wordpress:before, body .coupon__type
  .ion-social-wordpress-outline:before, body .coupon__type
  .ion-social-yahoo:before, body .coupon__type
  .ion-social-yahoo-outline:before, body .coupon__type
  .ion-social-yen:before, body .coupon__type
  .ion-social-yen-outline:before, body .coupon__type
  .ion-social-youtube:before, body .coupon__type
  .ion-social-youtube-outline:before, body .coupon__type
  .ion-soup-can:before, body .coupon__type
  .ion-soup-can-outline:before, body .coupon__type
  .ion-speakerphone:before, body .coupon__type
  .ion-speedometer:before, body .coupon__type
  .ion-spoon:before, body .coupon__type
  .ion-star:before, body .coupon__type
  .ion-stats-bars:before, body .coupon__type
  .ion-steam:before, body .coupon__type
  .ion-stop:before, body .coupon__type
  .ion-thermometer:before, body .coupon__type
  .ion-thumbsdown:before, body .coupon__type
  .ion-thumbsup:before, body .coupon__type
  .ion-toggle:before, body .coupon__type
  .ion-toggle-filled:before, body .coupon__type
  .ion-transgender:before, body .coupon__type
  .ion-trash-a:before, body .coupon__type
  .ion-trash-b:before, body .coupon__type
  .ion-trophy:before, body .coupon__type
  .ion-tshirt:before, body .coupon__type
  .ion-tshirt-outline:before, body .coupon__type
  .ion-umbrella:before, body .coupon__type
  .ion-university:before, body .coupon__type
  .ion-unlocked:before, body .coupon__type
  .ion-upload:before, body .coupon__type
  .ion-usb:before, body .coupon__type
  .ion-videocamera:before, body .coupon__type
  .ion-volume-high:before, body .coupon__type
  .ion-volume-low:before, body .coupon__type
  .ion-volume-medium:before, body .coupon__type
  .ion-volume-mute:before, body .coupon__type
  .ion-wand:before, body .coupon__type
  .ion-waterdrop:before, body .coupon__type
  .ion-wifi:before, body .coupon__type
  .ion-wineglass:before, body .coupon__type
  .ion-woman:before, body .coupon__type
  .ion-wrench:before, body .coupon__type
  .ion-xbox:before {
    margin-right: 5px;
  }
  body .coupon__type.coupon__type--coupon {
    color: #e93694;
  }
  body .coupon__provider {
    margin: 4px 0 6px;
  }
  body .coupon__content {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  body .coupon__status {
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  body .coupon__verify {
    margin: 0 4px;
  }
  body .coupon__used-count {
    margin: 0 4px;
  }
  body .coupon__title {
    margin-bottom: 15px;
  }
  body .coupon__action {
    margin: auto;
  }
  body .coupon__code {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    font-size: 1.143em;
    font-weight: 700;
    color: #111;
  }
  body .coupon__bottom {
    border-top: 1px solid #efefef;
    padding: 15px 30px;
  }
  body .coupon__expire {
    color: #fd811b;
    margin-bottom: 6px;
  }
  body .coupon__expire-label {
    text-transform: uppercase;
    margin-right: 5px;
  }
  body .coupon__description {
    color: #111;
  }
}

@media (max-width: 420px) {
  .coupon__item {
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

.popup-coupon-container {
  max-width: 870px;
  margin: auto;
  background: #fff;
  position: relative;
}

.popup-coupon-container .mfp-close {
  top: 15px;
  right: 15px;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  cursor: pointer;
  color: #111;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.2s;
}

.popup-coupon-container .mfp-close:hover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}

.popup-coupon-container .mfp-close:before {
  content: '\f406';
  font-family: 'Ionicons';
  font-size: 30px;
}

.popup-coupon__title {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 30px;
  display: inline-block;
  color: #111;
}

@media (max-width: 640px) {
  .popup-coupon__title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.popup-coupon__top-left {
  width: 50%;
  padding: 0px 30px;
}

@media (max-width: 640px) {
  .popup-coupon__top-left {
    width: 100%;
  }
}

.popup-coupon__top-left .coupon__image:not(.c-image-hover) {
  margin: 0 auto;
  width: 160px;
  height: 160px;
}

.popup-coupon__top-right {
  padding-top: 108px;
  padding-bottom: 105px;
  width: 50%;
  background: #f5f5f5;
}

@media (max-width: 640px) {
  .popup-coupon__top-right {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .popup-coupon__image img {
    margin-top: 30px;
    border: 1px solid #eee;
  }
}

.popup-coupon__copy-description {
  color: #111;
  margin-bottom: 4px;
}

.popup-coupon__copy-description a {
  color: #fd811b;
}

@media (max-width: 640px) {
  .popup-coupon__copy-description {
    margin-bottom: -5px;
  }
}

.popup-coupon__coupon-value {
  padding: 0 30px;
  margin-right: 10px;
  height: 50px;
  font-size: 1.714em;
  font-weight: 700;
  line-height: 50px;
  background: #fff;
  border-radius: 3px;
  color: #111;
  margin-top: 20px;
  text-align: center;
}

.popup-coupon__copy-btn {
  padding: 10px 20px;
  text-transform: uppercase;
  background: #fd811b;
  border-radius: 3px;
  color: #fff;
  font-size: 1.143em;
  font-weight: 300;
  cursor: pointer;
  margin-top: 20px;
}

.popup-coupon__copy-btn:hover {
  background-color: #fd9743;
}

.popup-coupon__copy-btn.disabled {
  cursor: default;
  background: #ffffff;
  color: #111;
}

.popup-coupon .coupon__bottom {
  padding-bottom: 22px;
}

.archive-store-coupon .coupon__item {
  margin-bottom: 47px;
  background: transparent;
  box-shadow: none;
}

.archive-store-coupon .coupon__top {
  min-height: 170px;
  padding-right: 0px;
}

.archive-store-coupon .coupon__image {
  width: 100%;
  min-height: 170px;
  max-width: 170px;
  background-color: #fff;
  border: 1px solid #eee;
  margin: 0 auto;
}

.archive-store-coupon .coupon__content {
  text-align: center;
  padding-top: 0px;
  padding-right: 0px;
  margin-left: 0px;
  max-width: inherit;
}

.archive-store-coupon .coupon__title {
  font-weight: 300;
  margin-top: 16px;
}

.archive-store-coupon .coupon__title a {
  color: #111111;
}

.archive-store-coupon .coupon__title a:hover {
  color: #fd811b;
}

@media (max-width: 640px) {
  .archive-store-coupon body .coupon__top {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .archive-store-coupon body .coupon__image {
    margin: auto;
    width: 100%;
    display: block;
    text-align: center;
  }
  .archive-store-coupon body .coupon__image img {
    border: 1px solid #eee;
    margin: auto;
  }
  .archive-store-coupon body .coupon__content {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .archive-store-coupon body .coupon__title {
    margin-bottom: 15px;
  }
}

@media (max-width: 420px) {
  .archive-store-coupon .coupon__item {
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

.search-results .loop-store {
  background: none;
  box-shadow: none;
  float: left;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  max-width: none !important;
}

.search-results .loop-store .coupon__top {
  padding-right: 0;
}

.search-results .loop-store .coupon__image {
  min-height: 0;
  min-width: 170px;
  height: auto;
}

.search-results .loop-store .coupon__content {
  margin-left: 0;
  padding-left: 15px;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.search-results .loop-store .coupon__content a {
  color: #292b2c;
  font-size: 1.286em;
  font-weight: 300;
}

.search-results .loop-store .coupon__content a:hover {
  color: #fd811b;
}

@media (max-width: 780px) {
  .popup-coupon > .mfp-close {
    display: none;
  }
  .popup-coupon__top-left .popup-coupon__image > .coupon__image {
    margin-top: 30px;
  }
}

.page-title {
  height: 200px;
}

.page-title__count {
  text-transform: uppercase;
  font-weight: 700;
  color: #0160a0;
  margin-bottom: 7px;
}

.page__heading {
  color: #111;
  margin-bottom: 0;
  line-height: 1.2;
}

.c-page-breadcrumb {
  margin-top: 15px;
  text-transform: uppercase;
}

.page-title--store .c-page-breadcrumb {
  padding-bottom: 22px;
}

.c-page-breadcrumb a, .c-page-breadcrumb span {
  color: #111;
}

.c-page-breadcrumb a:hover {
  color: #fd811b;
}

.c-page-breadcrumb i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  font-size: 0.857em;
  color: #999;
  width: 8px;
}

.c-page-breadcrumb a, .c-page-breadcrumb i, .c-page-breadcrumb span {
  margin-right: 10px;
}

.blog-main {
  margin-bottom: 60px;
}

.blog-main .sidebar {
  margin-top: 53px;
}

.list-blog-posts {
  margin-top: 60px;
}

.blog-post__item {
  margin-bottom: 30px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

.blog-post__item:last-child {
  margin-bottom: 0;
}

.blog-post__content {
  padding: 25px 30px 30px;
  background: #fff;
}

.blog-post__content .post-title {
  display: block;
}

.blog-post__content .post-title .icon-area {
  float: left;
  margin-right: 10px;
}

.blog-post__content .post-title .icon-area i {
  font-size: 26px;
  color: #111;
}

.blog-post__date {
  text-transform: uppercase;
  font-weight: 700;
  color: #0160a0;
}

.blog-post__date .posted-on a {
  pointer-events: none;
  cursor: text;
}

.blog-post__title {
  line-height: 1.1;
  margin-top: 9px;
  margin-bottom: 17px;
}

.blog-post__title a {
  display: inline-block;
  color: #111;
}

.blog-post__title a:hover {
  color: #fd811b;
}

.blog-post__meta {
  margin: 0;
  margin-bottom: 18px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-post__meta li {
  list-style: none;
  margin-right: 25px;
}

.blog-post__meta li:last-child {
  margin-right: 0;
}

.blog-post__meta li i {
  margin-right: 6px;
  vertical-align: middle;
}

.blog-post__meta li a {
  color: #999;
}

.blog-post__meta li a:hover {
  color: #fd811b;
}

.blog-post__excerpt {
  color: #111;
  margin-bottom: 24px;
}

.blog-post__readmore {
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 1.143em;
  text-transform: uppercase;
  padding: 0 30px;
  background: #fd811b;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
}

.blog-post__readmore:hover {
  background-color: #fd9743;
  color: #fff;
}

.blog-pagination {
  margin: 0;
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.blog-pagination__item {
  list-style: none;
  margin-left: 5px;
  margin-right: 5px;
}

.blog-pagination__item > a,
.blog-pagination__item > span {
  text-align: center;
  display: inline-block;
  line-height: 38px;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 3px;
  font-weight: 700;
  background: #fff;
  color: #999;
}

.blog-pagination__item > a:hover {
  background: #fd811b;
  border-color: #fd811b;
  color: #fff;
}

.blog-pagination__item.blog-pagination__dots > span {
  background: transparent;
  line-height: 40px;
  border: 0;
}

.blog-pagination__item--active > a,
.blog-pagination__item--active > span {
  background: #fd811b;
  border-color: #fd811b;
  color: #fff;
}

.blog-pagination__previous {
  margin-right: auto;
  margin-left: 0;
}

.blog-pagination__next {
  margin-left: auto;
  margin-right: 0;
}

.blog-pagination__previous a,
.blog-pagination__previous span, .blog-pagination__next a,
.blog-pagination__next span {
  padding: 0 20px;
  width: auto;
}

.blog-pagination.navigation-ajax .blog-pagination__item {
  width: 100%;
  margin: 0;
}

.blog-pagination.navigation-ajax .blog-pagination__item #navigation-ajax {
  width: 100%;
  text-align: center;
}

.blog-pagination.navigation-ajax .blog-pagination__item #navigation-ajax span {
  margin-left: 4px;
  width: 3px;
  height: 3px;
  background-color: #999999;
  display: none;
  vertical-align: baseline;
}

.blog-pagination.navigation-ajax .blog-pagination__item #navigation-ajax span:nth-child(1) {
  animation: loadingOpacity 0.5s ease-in-out 0.2s infinite alternate;
  -webkit-animation: loadingOpacity 0.5s ease-in-out 0.2s infinite alternate;
}

.blog-pagination.navigation-ajax .blog-pagination__item #navigation-ajax span:nth-child(2) {
  animation: loadingOpacity 0.5s ease-in-out 0.35s infinite alternate;
  -webkit-animation: loadingOpacity 0.5s ease-in-out 0.35s infinite alternate;
}

.blog-pagination.navigation-ajax .blog-pagination__item #navigation-ajax span:nth-child(3) {
  animation: loadingOpacity 0.5s ease-in-out 0.5s infinite alternate;
  -webkit-animation: loadingOpacity 0.5s ease-in-out 0.5s infinite alternate;
}

.blog-pagination.navigation-ajax .blog-pagination__item #navigation-ajax:hover span {
  background-color: #fff;
}

.blog-pagination.navigation-ajax .blog-pagination__item #navigation-ajax.loading {
  pointer-events: none;
  background: #fff;
  color: #999;
  border-color: #fff;
}

.blog-pagination.navigation-ajax .blog-pagination__item #navigation-ajax.loading span {
  display: inline-block;
  background-color: #999;
}

.blog-pagination .wp-pagenavi a, .blog-pagination .wp-pagenavi span {
  text-align: center;
  display: inline;
  line-height: 38px;
  padding: 10px 15px;
  border: 1px solid #eee;
  border-radius: 3px;
  font-weight: 700;
  background: #fff;
  color: #999;
  margin: 0px 4px;
}

.blog-pagination .wp-pagenavi a:hover, .blog-pagination .wp-pagenavi span:hover {
  background: #fd811b;
  border-color: #fd811b;
  color: #fff;
  cursor: pointer;
}

.blog-pagination .wp-pagenavi span.extend, .blog-pagination .wp-pagenavi span.pages {
  background: transparent;
  border: 0;
}

.blog-pagination .wp-pagenavi span.extend:hover, .blog-pagination .wp-pagenavi span.pages:hover {
  cursor: default;
  background: transparent;
  border: 0;
  color: #999;
}

.blog-pagination .wp-pagenavi span.current {
  background: #fd811b;
  border-color: #fd811b;
  color: #fff;
}

@keyframes loadingOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.single-post-main {
  margin-bottom: 60px;
}

.single-post-main .sidebar {
  margin-top: 53px;
}

.single-post-inner {
  margin-top: 60px;
  margin-bottom: 30px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

.single-post__content {
  padding: 25px 30px 30px;
  background: #fff;
}

.single-post__content p {
  margin-bottom: 23px;
}

.single-post__content p:last-child {
  margin-bottom: 0;
}

.single-post__date {
  margin-bottom: 16px;
}

.single-post__text {
  color: #111;
}

.single-post__tags {
  margin-top: 25px;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-post__tags a {
  margin-top: 10px;
  color: #111;
  background: #eee;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 30px;
  font-weight: 700;
  font-size: 0.857em;
  display: inline-block;
  margin-right: 10px;
}

.single-post__tags a:hover {
  background: #fd811b;
  color: #fff;
}

.single-post__tags a:last-child {
  margin-right: 0;
}

#comments {
  padding: 35px 30px 34px;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.comments-title,
.comment-reply-title {
  color: #0160a0;
  margin-bottom: 35px;
}

.comment-list {
  margin: 0;
}

.comment-list a {
  color: #111;
}

.comment-list a:hover {
  color: #fd811b;
}

.comment-list .pingback {
  list-style: none;
  font-size: inherit;
}

.comment-list .comment {
  list-style: none;
  position: relative;
  padding-left: 50px;
  color: #111;
  margin-top: 30px;
}

.comment-list .comment a {
  color: #111;
}

.comment-list .comment a:hover {
  color: #fd811b;
}

.comment-list .comment .avatar {
  position: absolute;
  top: 0;
  left: -50px;
  border-radius: 50%;
}

.comment-list .comment .comment-author {
  padding-left: 20px;
  font-size: 1.143em;
  font-weight: 700;
  line-height: 1;
}

.comment-list .comment .comment-metadata {
  padding-left: 20px;
  text-transform: uppercase;
  margin: 11px 0 4px;
}

.comment-list .comment .comment-content {
  padding-left: 20px;
}

.comment-list .comment .reply {
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
}

.comment-list .comment .reply a {
  color: #fd811b;
  font-size: 0.857em;
  font-weight: 700;
}

.comment-list .comment .children {
  margin-left: 0;
}

@media (max-width: 640px) {
  body .comment-list .comment {
    padding-left: 0;
    padding-right: 0;
  }
  body .comment-list .comment .comment-author,
  body .comment-list .comment .comment-metadata,
  body .comment-list .comment .comment-content {
    padding-left: 0;
    padding-right: 0;
  }
  body .comment-list .comment .comment-body {
    padding-top: 120px;
    padding-bottom: 20px;
    position: relative;
  }
  body .comment-list .comment .avatar {
    right: 0;
    margin: auto;
    left: auto;
  }
  body .comment-list .comment .reply {
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
  }
}

.comment-list > .comment {
  border-bottom: 1px solid #eee;
  padding-bottom: 24px;
  margin-bottom: 30px;
  padding-left: 100px;
}

.comment-list > .comment > .comment-body .avatar {
  left: 0;
}

@media (max-width: 640px) {
  .comment-list > .comment > .comment-body .avatar {
    left: auto;
  }
}

.comment-list > .comment:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#respond {
  padding: 35px 30px 42px;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

.comments-area #respond {
  padding: 35px 0 30px 0;
  box-shadow: none;
  margin-left: -100px;
}

.no-comments {
  padding: 50px 0 0 0;
}

.contact-form-author,
.contact-form-email,
.contact-form-url,
.contact-form-company {
  display: inline-block;
  float: left;
  width: calc(100%/2 - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  color: #777777;
}

@media (max-width: 640px) {
  .contact-form-author,
  .contact-form-email,
  .contact-form-url,
  .contact-form-company {
    width: 100%;
  }
}

.contact-form-author:after,
.contact-form-email:after,
.contact-form-url:after,
.contact-form-company:after {
  content: '\f3a0';
  font-family: 'Ionicons';
  position: absolute;
  line-height: 30px;
  top: 10px;
  right: 20px;
  font-size: 1.143em;
}

.contact-form-author input,
.contact-form-email input,
.contact-form-url input,
.contact-form-company input {
  padding-right: 40px;
  width: 100%;
  line-height: 28px;
  border: 1px solid #eee;
}

.contact-form-email,
.contact-form-company {
  margin-right: 0;
}

.contact-form-email:after {
  content: '\f423';
}

.contact-form-company:after {
  content: '\f119';
}

.contact-form-url:after {
  content: '\f38c';
}

.contact-form .form-submit {
  margin-bottom: 0;
}

.contact-form-heading {
  font-weight: bold;
  margin-bottom: 15px;
}

.comment-form-comment {
  clear: both;
  margin-bottom: 30px;
}

.comment-form-comment textarea {
  width: 100%;
  border: 1px solid #eee;
}

.wpcf7-form label {
  width: 100%;
  line-height: 28px;
}

.wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  border: 1px solid #eee;
}

.wpcf7-form .wpcf7-select {
  color: #636c72;
  padding: 9px 20px 0px 17px;
}

.store__item {
  margin-bottom: 10px;
}

.store__item:last-child {
  margin-bottom: 0;
}

.store__image {
  width: 70px;
  margin-right: 20px;
}

.store__title a {
  display: inline-block;
  color: #111;
}

.store__title a:hover {
  color: #fd811b;
}

.widget__heading {
  margin-bottom: 23px;
}

.widget__store-info {
  margin-top: -180px;
}

@media (max-width: 780px) {
  .widget__store-info {
    margin-top: 0;
  }
}

.store-info__image {
  width: auto;
  margin-bottom: 35px;
  text-align: center;
}

.store-info__image img {
  border: 1px solid #eee;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

.store-info__heading {
  margin-bottom: 16px;
}

.store-info__description {
  color: #111;
}

.widget__banner {
  margin-top: 50px;
}

@media (max-width: 780px) {
  .widget__banner {
    text-align: center;
  }
}

.widget {
  width: 100%;
}

.widget form select {
  width: 100%;
}

.widget ul {
  margin: 0;
}

.widget ul li {
  list-style: none;
  margin-bottom: 6px;
}

.widget ul li a {
  display: inline-block;
}

.widget .widget-content {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.widget .widget-content ul {
  margin: 0;
}

.widget .widget-content ul li {
  list-style: none;
  margin-bottom: 6px;
}

.widget .widget-content ul li a {
  display: inline-block;
}

.widget.widget__latest-posts .latest-posts__heading {
  margin-bottom: 23px;
}

.widget.widget__latest-posts .latest-post__item {
  margin-bottom: 20px;
}

.widget.widget__latest-posts .latest-post__item:last-child {
  margin-bottom: 0;
}

.widget.widget__latest-posts .latest-post__image {
  width: 70px;
  margin-right: 10px;
}

.widget.widget__latest-posts .latest-post__content {
  width: calc(100% - 80px);
}

.widget.widget__latest-posts .latest-post__title {
  margin-top: -6px;
  margin-bottom: 2px;
}

.widget.widget__latest-posts .latest-post__title a {
  display: inline-block;
  color: #111;
}

.widget.widget__latest-posts .latest-post__title a:hover {
  color: #fd811b;
}

.widget.widget_tag_cloud .widget-content .tagcloud a {
  margin-top: 10px;
  color: #111;
  background: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 30px;
  font-weight: 700;
  font-size: 0.857em !important;
  display: inline-block;
  margin-right: 10px;
}

.widget.widget_tag_cloud .widget-content .tagcloud a:hover {
  background: #fd811b;
  color: #fff;
}

.widget.widget_calendar .calendar_wrap thead * {
  text-align: center;
}

.widget.widget_calendar .calendar_wrap td {
  text-align: center;
}

.widget.widget_calendar .calendar_wrap table {
  margin: 0;
  max-width: 300px;
}

.widget.widget_calendar .calendar_wrap caption {
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget.widget_nav_menu ul {
  margin: 0;
}

.widget.widget_nav_menu ul li {
  list-style: none;
  position: relative;
  padding-left: 17px;
  margin-bottom: 6px;
}

.popular-stores .widget.widget_nav_menu ul li {
  margin-bottom: 7px;
}

.widget.widget_nav_menu ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #999;
  border-radius: 50%;
}

.widget.widget_nav_menu ul li a {
  display: inline-block;
}

.widget .wpcf7 .ajax-loader {
  display: none;
}

.widget .wpcf7 .ajax-loader.is-active {
  display: block;
}

.widget .wpcf7 .wpcf7-validation-errors {
  margin: 0;
}

.widget .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.main-sidebar .row:last-child .widget-content {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.c-sidebar > div:not(.main-sidebar) .widget:last-child .widget-content {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.c-sidebar.c-top-sidebar {
  padding-top: 60px;
}

.c-bottom-sidebar .wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
}

.footer-widgets .widget .widget-content {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.sidebar-left .col-md-9 {
  -ms-flex-order: 2;
      order: 2;
}

.sidebar-left .col-md-3 {
  -ms-flex-order: 1;
      order: 1;
}

@media (max-width: 780px) {
  .sidebar-left .col-md-9 {
    -ms-flex-order: 1;
        order: 1;
  }
  .sidebar-left .col-md-3 {
    -ms-flex-order: 2;
        order: 2;
  }
  .col-md-9 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .store-info__image {
    text-align: left;
  }
}

.single-page-main {
  margin-bottom: 60px;
}

.single-page-main .sidebar {
  margin-top: 53px;
}

.single-page-main .comment-respond {
  margin-top: 30px;
}

.single-page-main .comments-area {
  margin-top: 30px;
}

.single-page-main .comments-area .comment-respond {
  margin-top: 0px;
}

.single-page-main.contact-template .single-page-inner {
  padding: 0;
}

.single-page-main.contact-template .single-page-inner:after {
  content: "";
  display: block;
  clear: both;
}

.single-page-main.contact-template .contact-image .image-content {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
}

.single-page-main.contact-template .contact-image .image-content .overlay-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fd811b;
  opacity: 0.75;
}

.single-page-main.contact-template .contact-image .image-content .content-block {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 30px;
}

.single-page-main.contact-template .contact-image .image-content .content-block i {
  font-size: 150px;
  line-height: 170px;
}

.single-page-main.contact-template .contact-image .image-content .content-block .map-address {
  font-weight: bold;
  margin-bottom: 15px;
}

.single-page-main.contact-template .contact-image .image-content .content-block .map-content {
  font-size: 14px;
  line-height: 24px;
}

.single-page-main.contact-template .contact-info .page-content {
  padding: 30px 30px 30px 0px;
}

@media (max-width: 780px) {
  .single-page-main.contact-template .contact-info .page-content {
    padding: 30px 30px 30px 30px;
  }
}

.single-page-inner {
  margin-top: 60px;
  padding: 34px 30px 35px;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  color: #111;
}

.single-page__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

.single-page__sub-title {
  font-weight: 700;
  margin-bottom: 17px;
}

.single-page__content p {
  margin-bottom: 25px;
}

.single-page__content p:last-child {
  margin-bottom: 0;
}

.contact-inner {
  margin: 60px 0;
  padding: 55px 30px 60px;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

.contact-form {
  max-width: 860px;
  margin: auto;
}

.contact-form-desc {
  color: #111;
  margin-bottom: 35px;
}

.contact-form-comment {
  clear: both;
  margin-bottom: 30px;
}

.contact-form-comment textarea {
  width: 100%;
  border: 1px solid #eee;
}

.error404 .main-content {
  text-align: center;
}

.error404 .main-content .c-thumbnail {
  margin-bottom: 39px;
}

.error404 .main-content .entry-title .heading {
  margin-bottom: 25px;
}

.error404 .main-content .entry-content {
  margin-bottom: 52px;
}

.error404 .main-content .single-page-inner {
  padding: 60px;
}

.content-none {
  margin-top: 60px;
  box-shadow: none;
}

.content-none .blog-post__content {
  background: transparent;
  padding: 0;
}

*[id^='monster-widget-placeholder-'] {
  margin: 0 15px 20px 15px;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #fff;
  max-width: 270px;
}

.footer-widgets *[id^='monster-widget-placeholder-'] {
  border-bottom: none;
}

.entry-content:after {
  display: block;
  clear: both;
  content: ' ';
}

.widget.widget_categories form select, .widget.widget_text form select {
  width: auto;
  max-width: 100%;
}

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

@media (max-width: 780px) {
  .store-main {
    margin-top: 30px;
  }
}

.store-main .sidebar {
  margin-bottom: 60px;
}

.store-main .main-col {
  margin-bottom: 60px;
}

.list-expired-coupons__heading {
  margin-bottom: 23px;
}

.list-expired-coupons .coupon__content {
  width: calc(100% - 200px);
  padding: 16px 22px 0;
  margin: 0;
}

@media (max-width: 640px) {
  .list-expired-coupons .coupon__content {
    width: 100%;
    padding: 0;
  }
}

.store-main .blog-pagination {
  margin-top: 40px;
}

.store-main .list-coupons .coupon__item:last-of-type {
  margin-bottom: 0;
}

.store-main .list-expired-coupons {
  border-top: 1px solid #fff;
  margin-top: 40px;
  padding-top: 33px;
}

/*# sourceMappingURL=themes/decoup/style.css.map */
