@charset "UTF-8";
@font-face {
  font-family: "RobotoSans";
  src: url("../fonts/RobotoSans/Roboto-Regular.eot");
  src: url("../fonts/RobotoSans/Roboto-Regular.woff") format("woff"), url("../fonts/RobotoSans/Roboto-Regular.ttf") format("truetype"), url("../fonts/RobotoSans/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoSans";
  src: url("../fonts/RobotoSans/Roboto-Bold.eot");
  src: url("../fonts/RobotoSans/Roboto-Bold.woff") format("woff"), url("../fonts/RobotoSans/Roboto-Bold.ttf") format("truetype"), url("../fonts/RobotoSans/Roboto-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "RobotoSans";
  src: url("../fonts/RobotoSans/Roboto-Italic.eot");
  src: url("../fonts/RobotoSans/Roboto-Italic.woff") format("woff"), url("../fonts/RobotoSans/Roboto-Italic.ttf") format("truetype"), url("../fonts/RobotoSans/Roboto-Italic.svg") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "RobotoSans";
  src: url("../fonts/RobotoSans/Roboto-BoldItalic.eot");
  src: url("../fonts/RobotoSans/Roboto-BoldItalic.woff") format("woff"), url("../fonts/RobotoSans/Roboto-BoldItalic.ttf") format("truetype"), url("../fonts/RobotoSans/Roboto-BoldItalic.svg") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather/Merriweather-Light.eot");
  src: url("../fonts/Merriweather/Merriweather-Light.woff") format("woff"), url("../fonts/Merriweather/Merriweather-Light.ttf") format("truetype"), url("../fonts/Merriweather/Merriweather-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather/Merriweather-Bold.eot");
  src: url("../fonts/Merriweather/Merriweather-Bold.woff") format("woff"), url("../fonts/Merriweather/Merriweather-Bold.ttf") format("truetype"), url("../fonts/Merriweather/Merriweather-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather/Merriweather-LightItalic.eot");
  src: url("../fonts/Merriweather/Merriweather-LightItalic.woff") format("woff"), url("../fonts/Merriweather/Merriweather-LightItalic.ttf") format("truetype"), url("../fonts/Merriweather/Merriweather-LightItalic.svg") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather/Merriweather-BoldItalic.eot");
  src: url("../fonts/Merriweather/Merriweather-BoldItalic.woff") format("woff"), url("../fonts/Merriweather/Merriweather-BoldItalic.ttf") format("truetype"), url("../fonts/Merriweather/Merriweather-BoldItalic.svg") format("svg");
  font-weight: bold;
  font-style: italic;
}
/* Considering mobile as default width */
/* exclude google text from reset */
*:not(text) {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  list-style: none;
}

body {
  font-family: montserrat, sans-serif;
  font-size: 13px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 800;
  color: #0f303f;
}

h5 {
  font-size: 16px;
  color: #98c348;
  font-weight: 700;
  margin-bottom: 10px;
}

p {
  color: #3a3a3a;
}

em {
  font-style: italic;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bigger {
  font-size: 20px;
}

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

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

.big-tomato {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.big-tomato:before {
  display: inline-block;
  position: relative;
  width: 88px;
  height: 58px;
  content: "";
  top: -8px;
  background: url(/assets/images/ui/big-tomato.png) no-repeat center center;
  background-size: contain;
  margin-right: 20px;
  vertical-align: middle;
}

.red-tomato {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 38px;
  background: url(/assets/images/ui/red-tomato.svg) no-repeat center center;
  background-size: contain;
  top: 1px;
}

.green {
  color: #98c348 !important;
}

.gray-stripe,
.green-stripe {
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.gray-stripe > span,
.green-stripe > span {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  color: #98c348;
  text-align: center;
  font-family: "Merriweather", Georgia, sans-serif;
  text-transform: uppercase;
  font-size: 38px;
}
.gray-stripe > span:before, .gray-stripe > span:after,
.green-stripe > span:before,
.green-stripe > span:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  height: 30px;
  margin-top: -15px;
  width: 1000px;
  background: blue;
  background: url(/assets/images/ui/header-gray.png) repeat-x center center;
  background-size: auto 20px;
}
.gray-stripe > span:before,
.green-stripe > span:before {
  right: 100%;
}
.gray-stripe > span:after,
.green-stripe > span:after {
  left: 100%;
}

.yellow {
  color: #f5ea4d;
}

.container .gray-stripe,
.container .green-stripe {
  margin-left: -15px;
  margin-right: -15px;
}

.green-stripe > span {
  color: #e5e5e5;
}
.green-stripe > span:before, .green-stripe > span:after {
  background: url(/assets/images/ui/header-green.png) repeat-x center center;
  background-size: auto 20px;
}

.intro-copy {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  color: #0f303f;
  font-size: 18px;
  line-height: 28px;
}

.icon-star {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(/assets/images/ui/star-black.png) repeat-x center center;
  background-size: contain;
  margin: 0 5px;
}

.green-button, .seatingPlaceMapDisplay .button, .image-upload button {
  display: inline-block;
  border: 2px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.3);
  background: #8bb63c;
  line-height: 20px;
  font-size: 13px;
  font-family: "Merriweather", Georgia, sans-serif;
  font-weight: 700;
  color: #e5e5e5 !important;
  text-transform: uppercase;
  background-color: #8bb63c;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.1s ease-in-out 0s;
}
.green-button:after, .seatingPlaceMapDisplay .button:after, .image-upload button:after {
  content: "";
  display: table;
  clear: both;
}
.green-button:hover, .seatingPlaceMapDisplay .button:hover, .image-upload button:hover {
  background-color: #98c348;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.1s ease-in-out 0s;
  z-index: 10;
}
.green-button > *, .seatingPlaceMapDisplay .button > *, .image-upload button > * {
  display: block;
  float: left;
  position: relative;
  padding: 5px 9px;
  border-right: 2px solid #e5e5e5;
  text-transform: uppercase;
  font-family: "Merriweather", Georgia, sans-serif;
  font-weight: 700;
}
.green-button > *:last-child, .seatingPlaceMapDisplay .button > *:last-child, .image-upload button > *:last-child {
  border-right: none;
}
.green-button > *:hover, .seatingPlaceMapDisplay .button > *:hover, .image-upload button > *:hover {
  background: #98c348;
}
.green-button button, .seatingPlaceMapDisplay .button button, .image-upload button button {
  background: transparent;
  background-color: #8bb63c;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.1s ease-in-out 0s;
}
.green-button button:hover, .seatingPlaceMapDisplay .button button:hover, .image-upload button button:hover {
  background-color: #98c348;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.1s ease-in-out 0s;
  z-index: 10;
}
.green-button button:disabled, .seatingPlaceMapDisplay .button button:disabled, .image-upload button button:disabled {
  background: #bbb;
  cursor: default;
}
.green-button.inset, .seatingPlaceMapDisplay .inset.button, .image-upload button.inset {
  box-shadow: inset 0px 3px 4px 2px rgba(0, 0, 0, 0.3);
}
.green-button.bigger > *, .seatingPlaceMapDisplay .bigger.button > *, .image-upload button.bigger > * {
  font-size: 20px;
  line-height: 25px;
  padding: 5px 15px;
}
.green-button.huge > *, .seatingPlaceMapDisplay .huge.button > *, .image-upload button.huge > * {
  font-size: 26px;
  line-height: 40px;
  padding: 5px 25px;
}
.green-button .ajax:before, .seatingPlaceMapDisplay .button .ajax:before, .image-upload button .ajax:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #98c348 url(/assets/images/ui/throbber.gif) no-repeat center center;
  background-size: 24px;
  z-index: 50;
}

.summary-lines {
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px !important;
}
.summary-lines p {
  margin-bottom: 5px;
}
.summary-lines p > span {
  display: inline-block;
  width: 100px;
}
.summary-lines .green-button, .summary-lines .seatingPlaceMapDisplay .button, .seatingPlaceMapDisplay .summary-lines .button, .summary-lines .image-upload button, .image-upload .summary-lines button {
  margin-top: 10px;
}

.shout-buttons {
  text-align: center;
  margin-bottom: 60px !important;
  margin-top: 30px !important;
}
.shout-buttons p {
  min-height: 40px;
  font-size: 16px;
  margin-bottom: 20px;
}

blockquote {
  background: rgba(0, 0, 0, 0.1);
  border-left: 10px solid #98c348;
  margin: 3.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”";
  text-align: left;
}
blockquote:before, blockquote.ion-loading-d:before, blockquote.ion-loading-c:before, blockquote.ion-loading-b:before, blockquote.ion-loading-a:before {
  color: #e5e5e5;
  content: open-quote;
  font-size: 10em;
  line-height: 0.01em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
  font-size: 1.2em !important;
}

blockquote div {
  margin-top: 1.5em;
  color: #e5e5e5;
  font-style: italic;
  text-align: right;
}

.italic {
  font-style: italic;
}

@media (max-width: 939px) {
  .big-tomato:before {
    display: none;
  }
  .container .gray-stripe,
  .container .green-stripe {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
  }
  .container .gray-stripe span,
  .container .green-stripe span {
    font-size: 26px;
  }
  .summary-lines {
    max-width: 500px !important;
    padding: 0;
    margin: 0 auto 20px !important;
  }
  .summary-lines p {
    margin: 0 0px 5px;
  }
  .summary-lines p span {
    min-width: 80px;
    width: auto;
  }
  .summary-lines .green-button, .summary-lines .seatingPlaceMapDisplay .button, .seatingPlaceMapDisplay .summary-lines .button, .summary-lines .image-upload button, .image-upload .summary-lines button {
    margin-right: 0;
  }
  .shout-buttons {
    margin-bottom: 30px !important;
    margin-top: 20px !important;
  }
  .shout-buttons p {
    min-height: 0;
    margin-bottom: 10px;
  }
  .shout-buttons .green-button, .shout-buttons .seatingPlaceMapDisplay .button, .seatingPlaceMapDisplay .shout-buttons .button, .shout-buttons .image-upload button, .image-upload .shout-buttons button {
    margin-bottom: 30px;
  }
}
.address-section,
.phone-section {
  padding: 0 0 0 40px;
  margin-top: 10px !important;
  margin-bottom: 30px !important;
  background: no-repeat 3px center;
  line-height: 40px;
  vertical-align: middle;
}
.address-section span,
.phone-section span {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}

.address-section {
  background-image: url(/assets/images/ui/icon-pindrop-green.png);
  background-size: 24px;
}

.phone-section {
  background-image: url(/assets/images/ui/icon-phone-green.png);
  background-size: 30px;
}

.copy-block {
  color: #3a3a3a;
  font-size: 13px;
}
@media (min-width: 768px) {
  .copy-block {
    font-size: 16px;
  }
}
.copy-block p,
.copy-block h3,
.copy-block ul {
  margin-top: 5px;
  margin-bottom: 15px;
}
.copy-block ul li {
  list-style: disc outside;
  margin-left: 30px;
  margin-bottom: 10px;
}
.copy-block strong {
  font-weight: 700;
}

.legacy-style-override p, .legacy-style-override span {
  color: #3a3a3a;
}
.legacy-style-override span {
  color: #3a3a3a;
  font-family: inherit !important;
}
.legacy-style-override strong {
  font-weight: 700;
}

.close-button, .TonyPopup_boxBody .close, .modal-box .modal-close-button {
  background: transparent;
  font-weight: 800;
  width: 20px;
  height: 20px;
  text-align: center;
}
.close-button > img, .TonyPopup_boxBody .close > img, .modal-box .modal-close-button > img {
  width: 100%;
  height: 100%;
}

.row {
  display: block;
  width: 103.0487804878%;
  margin: 0 -1.5243902439%;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.col-1-nm {
  display: inline;
  float: left;
  width: 8.3333333333%;
  box-sizing: border-box;
}

.col-1-nm-width {
  width: 8.3333333333%;
  box-sizing: border-box;
}

.col-1 {
  display: inline;
  float: left;
  width: 5.2845528455%;
  margin: 0 1.5243902439%;
  box-sizing: border-box;
}

.col-2-nm {
  display: inline;
  float: left;
  width: 16.6666666667%;
  box-sizing: border-box;
}

.col-2-nm-width {
  width: 16.6666666667%;
  box-sizing: border-box;
}

.col-2 {
  display: inline;
  float: left;
  width: 13.6178861789%;
  margin: 0 1.5243902439%;
  box-sizing: border-box;
}

.col-3-nm {
  display: inline;
  float: left;
  width: 25%;
  box-sizing: border-box;
}

.col-3-nm-width {
  width: 25%;
  box-sizing: border-box;
}

.col-3 {
  display: inline;
  float: left;
  width: 21.9512195122%;
  margin: 0 1.5243902439%;
  box-sizing: border-box;
}

.col-4-nm {
  display: inline;
  float: left;
  width: 33.3333333333%;
  box-sizing: border-box;
}

.col-4-nm-width {
  width: 33.3333333333%;
  box-sizing: border-box;
}

.col-4 {
  display: inline;
  float: left;
  width: 30.2845528455%;
  margin: 0 1.5243902439%;
  box-sizing: border-box;
}

.col-5-nm {
  display: inline;
  float: left;
  width: 41.6666666667%;
  box-sizing: border-box;
}

.col-5-nm-width {
  width: 41.6666666667%;
  box-sizing: border-box;
}

.col-5 {
  display: inline;
  float: left;
  width: 38.6178861789%;
  margin: 0 1.5243902439%;
  box-sizing: border-box;
}

.col-6-nm {
  display: inline;
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.col-6-nm-width {
  width: 50%;
  box-sizing: border-box;
}

.col-6 {
  display: inline;
  float: left;
  width: 46.9512195122%;
  margin: 0 1.5243902439%;
  box-sizing: border-box;
}

.col-7-nm {
  display: inline;
  float: left;
  width: 58.3333333333%;
  box-sizing: border-box;
}

.col-7-nm-width {
  width: 58.3333333333%;
  box-sizing: border-box;
}

.col-7 {
  display: inline;
  float: left;
  width: 55.2845528455%;
  margin: 0 1.5243902439%;
  box-sizing: border-box;
}

.col-8-nm {
  display: inline;
  float: left;
  width: 66.6666666667%;
  box-sizing: border-box;
}

.col-8-nm-width {
  width: 66.6666666667%;
  box-sizing: border-box;
}

.col-8 {
  display: inline;
  float: left;
  width: 63.6178861789%;
  margin: 0 1.5243902439%;
  box-sizing: border-box;
}

.col-9-nm {
  display: inline;
  float: left;
  width: 75%;
  box-sizing: border-box;
}

.col-9-nm-width {
  width: 75%;
  box-sizing: border-box;
}

.col-9 {
  display: inline;
  float: left;
  width: 71.9512195122%;
  margin: 0 1.5243902439%;
  box-sizing: border-box;
}

.col-10-nm {
  display: inline;
  float: left;
  width: 83.3333333333%;
  box-sizing: border-box;
}

.col-10-nm-width {
  width: 83.3333333333%;
  box-sizing: border-box;
}

.col-10 {
  display: inline;
  float: left;
  width: 80.2845528455%;
  margin: 0 1.5243902439%;
  box-sizing: border-box;
}

.col-11-nm {
  display: inline;
  float: left;
  width: 91.6666666667%;
  box-sizing: border-box;
}

.col-11-nm-width {
  width: 91.6666666667%;
  box-sizing: border-box;
}

.col-11 {
  display: inline;
  float: left;
  width: 88.6178861789%;
  margin: 0 1.5243902439%;
  box-sizing: border-box;
}

.col-12-nm {
  display: inline;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.col-12-nm-width {
  width: 100%;
  box-sizing: border-box;
}

.col-12 {
  display: inline;
  float: left;
  width: 96.9512195122%;
  margin: 0 1.5243902439%;
  box-sizing: border-box;
}

@media (max-width: 939px) {
  .row {
    max-width: 520px;
    width: auto;
    margin: 0 auto;
  }
  .col-1-nm,
  .col-1-nm-width,
  .col-1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .col-2-nm,
  .col-2-nm-width,
  .col-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .col-3-nm,
  .col-3-nm-width,
  .col-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .col-4-nm,
  .col-4-nm-width,
  .col-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .col-5-nm,
  .col-5-nm-width,
  .col-5 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .col-6-nm,
  .col-6-nm-width,
  .col-6 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .col-7-nm,
  .col-7-nm-width,
  .col-7 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .col-8-nm,
  .col-8-nm-width,
  .col-8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .col-9-nm,
  .col-9-nm-width,
  .col-9 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .col-10-nm,
  .col-10-nm-width,
  .col-10 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .col-11-nm,
  .col-11-nm-width,
  .col-11 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .col-12-nm,
  .col-12-nm-width,
  .col-12 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
}
html,
body {
  height: 100%;
  min-height: 100%;
  background-color: white !important;
}

/*
body:before {
	display: block;
	position: fixed;
	content: "";
	width: 100%;
	height: 100%;
	background: #464646 $paper-background;
	background: $paper-background, radial-gradient(#626262, #464646);
	background-size: cover;
}
*/
#body-wrapper {
  position: relative;
  overflow: hidden;
}
#body-wrapper:before {
  display: block;
  content: "";
  position: absolute;
  /* background: white; */
  top: 0;
  bottom: 0;
  z-index: 0;
}
#body-wrapper > * {
  position: relative;
}

.pad-top {
  padding-top: 30px;
}

.pad-bottom {
  padding-bottom: 30px;
}

.blue-sub-nav,
.gray-sub-nav,
.bg-header {
  padding-top: 42px;
  padding-bottom: 20px;
  position: relative;
  color: #e5e5e5;
  z-index: 5;
}

.blue-sub-nav {
  background: #18313D url(/assets/images/ui/bg-alpha-paper-2.png) repeat center center;
  background: url(/assets/images/ui/bg-alpha-paper-2.png) repeat center center, radial-gradient(#2A576C, #18313D);
}

.gray-sub-nav {
  background: #2a2928;
  background: url(/assets/images/ui/bg-alpha-paper-2.png) repeat center center, radial-gradient(#3C3A39, #2a2928);
  box-shadow: 0 0px 6px 6px rgba(0, 0, 0, 0.3);
}
.gray-sub-nav .intro-copy {
  color: #e5e5e5;
}

.bg-header {
  background: #18313D url(/assets/images/ui/bg-alpha-paper-2.png) repeat center center;
  background: url(/assets/images/ui/bg-alpha-paper-2.png) repeat center center, radial-gradient(#2A576C, #18313D);
  background-position: center center;
  background-size: cover;
  min-height: 110px;
  padding-bottom: 30px;
}
.bg-header:after {
  content: "";
  display: table;
  clear: both;
}
.bg-header h1 {
  color: #e5e5e5;
  text-transform: uppercase;
  float: left;
  margin-top: 40px;
  font-family: "Merriweather", Georgia, sans-serif;
}
.bg-header h2 {
  color: #e5e5e5;
  text-transform: uppercase;
  float: left;
  margin-top: 40px;
  font-family: "Merriweather", Georgia, sans-serif;
}
.bg-header img {
  float: right;
  margin-right: 40px;
  max-height: 140px;
}

.striped-perf-bottom {
  background: url(/assets/images/ui/bg-gray-stripe.png) repeat-x center bottom;
  padding-bottom: 30px;
  margin-bottom: -20px;
  position: relative;
  z-index: 10;
  color: #e5e5e5;
}
.striped-perf-bottom h2,
.striped-perf-bottom h3,
.striped-perf-bottom h4,
.striped-perf-bottom p {
  color: #e5e5e5;
}

.striped-perf-top {
  background: url(/assets/images/ui/bg-gray-stripe-alt.png) repeat-x center top;
  padding-top: 30px;
  position: relative;
  z-index: 10;
  color: #e5e5e5;
}
.striped-perf-top h2,
.striped-perf-top h3,
.striped-perf-top h4,
.striped-perf-top p {
  color: #e5e5e5;
}

@media (max-width: 939px) {
  .blue-sub-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .blue-sub-nav h1 {
    font-size: 26px;
  }
  .bg-header {
    text-align: center;
    min-height: 0;
  }
  .bg-header h1 {
    float: none;
    margin: 20px 0;
  }
  .bg-header h2 {
    float: none;
    margin: 20px 0;
  }
  .bg-header img {
    display: inline-block;
    float: none;
    margin: 0;
  }
}
/*
#search-slider {
	position: relative;
	// height: 220px;
	margin-top: -240px;
	@include transition(margin-top .5s ease-in-out);
	.striped-perf-bottom {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
#search-slider + * {
	padding-top: 50px;
}
#search-slider + .blue-sub-nav {
	padding-top: 62px;
}
body.search-slider-open {
	#search-slider {
		margin-top: -5px;
	}
}
@media (max-width: $desktop-breakpoint - 1) {
	#search-slider {
		// height: 250px;
		margin-top: -270px;
	}
}

#search-near-city {
	padding-top: 60px;
	padding-bottom: 25px;
	text-align: center;

	input[type="text"] {
		display: block;
		position: relative;
		width: 100%;
		max-width: 660px;
		margin: 0 auto 30px;
		height: 56px;
		line-height: 40px;
		font-size: 25px;
		padding-left: 72px;
		background-image: url(/assets/images/ui/search-icon.png);
		background-position: 16px center;
		background-repeat: no-repeat;
		background-size: 28px;
	}

	label {
		display: inline-block;
		position: relative;
		max-width: 340px;
		margin: 0 auto;
		height: 40px;
		overflow: hidden;
		vertical-align: middle;
	}
	select {
		border: none;
		display: block;
		border-bottom: 3px solid $green;
		padding: 0 30px 0 0;
		border-radius: 0;
		outline: none; 
		font-style: normal;
		font-weight: 800;
		font-size: 18px;
		line-height: 30px;
		height: 40px;
		background: transparent url(/assets/images/ui/arrow-down.png) no-repeat 96% center;
		background-size: 12px;
		width: 100%;
		@include box-sizing(border-box);
		-webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    option {
	    	background: $green;
	    	color: $white;
	    }
	}
	select::-ms-expand {
    	display: none;
	}
	.green-button {
		vertical-align: middle;
		margin-left: 20px;
		button {

		}
	}

}
@media (max-width: $desktop-breakpoint - 1) {
	body.page-calendar #search-near-city:after {
		display: block;
		content: "scroll down for immediate search results";
		max-width: 180px;
		margin: 10px auto 0;
		color: $white;
		font-weight: 700;
	}
	#search-near-city {
		padding-top: 40px;
		padding-bottom: 15px;
		label {
			margin-top: 20px;
			display: block;
		}
		input[type="text"] {
			height: 56px;
			line-height: 40px;
			font-size: 24px;
			padding-left: 50px;
			background-position: 10px center;
			background-size: 24px;
		}
		.green-button {
			display: block;
			max-width: 200px;
			margin: 20px auto 0;
			button{ 
				text-align: center;
				display: block;
				float: none;
				width: 100%;
			}
		}
	}
}
*/
.container {
  width: 940px;
  margin: 0 auto;
  position: relative;
}
.container.narrow {
  width: 640px;
}

#body-wrapper {
  min-height: 100%;
}

#body-wrapper,
#main-footer {
  position: relative;
  min-width: 980px;
}

#body-wrapper {
  /*
  &:after {
  	display: block;
  	content: '';
  	height: 194px;
  	width: 100%;
  }
  */
}
#body-wrapper:before {
  width: 970px;
  left: 50%;
  margin-left: -485px;
}

@media (max-width: 939px) {
  body {
    overflow-x: hidden;
  }
  /*
     body:before {
         background: #e5e5e5; 
  }
  */
  .container {
    width: auto;
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .container.narrow {
    width: auto;
    max-width: 500px;
    padding: 0 10px;
    margin: 0 auto;
  }
  #body-wrapper {
    /*
    &:after {
    	height: 290px;
    }
    */
  }
  #body-wrapper:before {
    width: 100%;
    left: auto;
    right: auto;
    margin-left: auto;
  }
  #body-wrapper.narrow {
    width: auto;
  }
  #body-wrapper,
  #main-footer {
    min-width: 0;
    transition: transform 0.5s ease-in-out;
  }
  #body-wrapper:after,
  #main-footer:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 550px) {
  .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .col-small {
    width: 100%;
    float: none;
  }
}
@media (min-width: 1200px) {
  body.web .container,
  .nav-container {
    width: 1140px !important;
  }
}
.account-nav {
  position: relative;
  background: #0f303f;
  margin: 20px -15px;
}
.account-nav ul:after {
  content: "";
  display: table;
  clear: both;
}
.account-nav li {
  float: left;
  width: 25%;
  border-right: 2px solid #e5e5e5;
  box-sizing: border-box;
}
.account-nav a {
  display: block;
  color: #e5e5e5;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.account-nav .active {
  background: #98c348;
}

@media (max-width: 939px) {
  .account-nav {
    margin: 20px -10px;
  }
  .account-nav li {
    width: 50%;
  }
  .account-nav li:last-child {
    border-right: none;
  }
  .account-nav a {
    font-size: 16px;
  }
}
#mobile-nav {
  display: none;
}

#main-nav {
  position: fixed;
  background: transparent;
  z-index: 100;
  width: 100%;
}
#main-nav > div {
  width: 970px !important;
  margin: 0 auto;
  position: relative;
  height: 60px;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  color: #e5e5e5;
}
#main-nav ul {
  float: left;
  background: #801f14;
  z-index: 90;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
}
#main-nav ul.left {
  padding-right: 90px;
  border-radius: 0 0 0 8px;
  overflow: hidden;
}
#main-nav ul.right {
  padding-left: 90px;
  border-radius: 0 0 8px 0;
  overflow: hidden;
}
#main-nav li {
  display: flex;
  float: left;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #801f14;
}
#main-nav li a {
  width: 100%;
  display: block;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}
#main-nav li:hover {
  background-color: #661910 !important;
}
#main-nav li img {
  height: 25px;
  width: auto;
  padding-right: 20px;
}
#main-nav .mobile-menu {
  display: none;
}
#main-nav .discover {
  width: 45%;
  border-right: 1px #330c08 solid;
}
#main-nav .sell {
  width: 35%;
  border-right: 1px #330c08 solid;
}
#main-nav .search {
  width: 20%;
  border-right: 1px #330c08 solid;
}
#main-nav .search a {
  background: url(/assets/images/ui/icon-search-white.svg) no-repeat center center;
  background-size: 28px;
  text-indent: -10000px;
}
#main-nav .meet-us {
  width: 37%;
  border-left: 1px #330c08 solid;
  border-right: 1px #330c08 solid;
}
#main-nav .login {
  width: 45%;
  border-right: 1px #330c08 solid;
  position: relative;
}
#main-nav .login a:before {
  vertical-align: middle;
  display: none;
  content: "";
  width: 40px;
  height: 31px;
  background: url(/assets/images/ui/tt-white-icon.svg) no-repeat center center;
  background-size: 86%;
}
#main-nav .login a:after {
  display: none;
  content: "";
  position: absolute;
  width: 1px;
  height: 27px;
  background: #e5e5e5;
  top: 18px;
  left: 64px;
}
#main-nav .my-account {
  width: 15%;
  border-right: 1px #330c08 solid;
}
#main-nav .my-account a {
  background: url(/assets/images/ui/tt-white-icon.svg) no-repeat center center;
  background-size: 40px;
  text-indent: -10000px;
}
#main-nav .logout {
  width: 30%;
  border-right: 1px #330c08 solid;
}
#main-nav .logout button {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  line-height: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
}
#main-nav .cart {
  width: 18%;
}
#main-nav .cart a {
  background: url(/assets/images/ui/cart-icon.svg) no-repeat center center;
  background-size: 32px;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.6);
  color: rgb(255, 255, 255);
}
#main-nav .cart a.nav-timer {
  background: url(/assets/images/ui/cart-icon-faded.png) no-repeat center center;
  background-size: 50%;
}
#main-nav > div:after,
#main-nav .home {
  display: block;
  position: absolute;
  width: 180px;
  height: 92px;
  left: 50%;
  margin-left: -90px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #801f14;
}
#main-nav .home {
  line-height: 90px;
  text-align: center;
  text-indent: -10000px;
}
#main-nav .home img {
  display: block;
  width: 87%;
  margin: 10px auto 0;
}
#main-nav .home:hover {
  background-color: #661910 !important;
}
#main-nav > div:after {
  content: "";
  box-shadow: 0 0px 6px 6px rgba(0, 0, 0, 0.3);
  z-index: -100;
}
#main-nav .active {
  background-color: #661910 !important;
}

.nav-spacer {
  height: 60px;
}
@media (min-width: 992px) {
  .nav-spacer {
    padding-bottom: 32px;
  }
}

@media (max-width: 939px) {
  body.nav-open #mobile-nav {
    transform: translate(0, 0);
    box-shadow: 0 0px 6px 6px rgba(0, 0, 0, 0.3);
  }
  body.nav-open #body-wrapper,
  body.nav-open #main-footer {
    transform: translate(220px, 0);
  }
  #mobile-nav {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    width: 220px;
    background: #801f14;
    box-shadow: none;
    z-index: 100;
    transform: translate(-220px, 0);
    transition: transform 0.5s ease-in-out;
  }
  #mobile-nav li {
    border-bottom: 1px #330c08 solid;
  }
  #mobile-nav a,
  #mobile-nav button {
    box-sizing: border-box;
    display: block;
    height: 48px;
    padding-left: 40px;
    line-height: 48px;
    font-weight: 800;
    font-size: 16px;
    font-style: normal;
    background-color: #801f14;
    text-align: left;
    color: #e5e5e5;
    text-transform: uppercase;
    width: 100%;
  }
  #mobile-nav a:hover,
  #mobile-nav button:hover {
    background-color: #661910 !important;
  }
  #main-nav > div {
    width: 100%;
    height: 48px;
    font-size: 20px;
  }
  #main-nav ul {
    width: 50%;
  }
  #main-nav ul.left {
    padding-right: 63px;
  }
  #main-nav ul.right {
    padding-left: 63px;
  }
  #main-nav li a {
    line-height: 48px;
  }
  #main-nav li img {
    height: 22px;
    padding-right: 0;
  }
  #main-nav .mobile-menu {
    width: 50%;
    border-right: 1px #330c08 solid;
  }
  #main-nav .mobile-menu a {
    background: url(/assets/images/ui/icon-menu.png) no-repeat center center;
    background-size: 22px;
    text-indent: -10000px;
  }
  #main-nav .mobile-menu {
    display: block;
  }
  #main-nav .discover,
  #main-nav .sell,
  #main-nav .meet-us {
    display: none;
  }
  #main-nav .search {
    width: 50%;
  }
  #main-nav .search a {
    background-size: 24px;
  }
  #main-nav .login,
  #main-nav .my-account {
    width: 50%;
    border-left: 1px #330c08 solid;
  }
  #main-nav .login a,
  #main-nav .my-account a {
    background-size: 30px;
  }
  #main-nav .login a:after,
  #main-nav .my-account a:after {
    display: none;
  }
  #main-nav .login span,
  #main-nav .my-account span {
    display: none;
  }
  #main-nav .logout {
    display: none;
  }
  #main-nav .cart {
    font-size: 14px;
    width: 50%;
  }
  #main-nav .cart a {
    background: url(/assets/images/ui/cart-icon.svg) no-repeat center center;
    background-size: 28px;
  }
  #main-nav .cart a.nav-timer {
    background: url(/assets/images/ui/cart-icon-faded.png) no-repeat center center;
    background-size: 28px;
  }
  #main-nav > div:after,
  #main-nav .home {
    width: 126px;
    height: 65px;
    left: 50%;
    margin-left: -63px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  #main-nav .home img {
    margin-top: 8px;
  }
  .nav-spacer {
    height: 48px;
  }
}
#main-footer {
  margin-top: -194px;
  height: 194px;
  background: #801f14;
  color: #e5e5e5;
}
#main-footer .home {
  position: absolute;
  top: 32px;
  left: 20px;
  width: 144px;
  height: 66px;
  background: #801f14 url(/assets/images/ui/logo.png) no-repeat center center;
  text-indent: -10000px;
  background-size: 100%;
}
#main-footer .nav {
  position: absolute;
  top: 32px;
  left: 220px;
  font-family: "RobotoSans", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 18px;
  font-style: normal;
}
#main-footer .nav li {
  margin-bottom: 3px;
}
#main-footer .copy {
  position: absolute;
  top: 32px;
  left: 470px;
  font-size: 11px;
  color: #e5e5e5;
}
#main-footer .social {
  position: absolute;
  top: 32px;
  right: 16px;
}
#main-footer .social li {
  float: right;
  margin-left: 10px;
}
#main-footer .social .facebook a {
  background: #801f14 url(/assets/images/ui/icon-facebook.png) no-repeat center center;
}
#main-footer .social .instagram a {
  background: #801f14 url(/assets/images/ui/icon-instagram.png) no-repeat center center;
}
#main-footer .social .twitter a {
  background: #801f14 url(/assets/images/ui/icon-twitter.png) no-repeat center center;
}
#main-footer .social a {
  display: block;
  width: 44px;
  height: 44px;
  text-indent: -10000px;
  background-size: 100% !important;
}

@media (max-width: 939px) {
  #main-footer {
    padding: 15px 0 25px;
    margin-top: -290px;
    height: 250px;
  }
  #main-footer .home {
    display: none;
  }
  #main-footer .nav {
    margin-bottom: 15px;
    width: 50%;
    position: relative;
    left: 0;
    top: 0;
  }
  #main-footer .copy {
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
  }
  #main-footer .social {
    position: absolute;
    top: 15px;
    right: 0;
  }
  #main-footer .social li {
    float: right;
    margin-left: 10px;
  }
}
#new-footer .bg-blue {
  background-color: #0f303f;
}
#new-footer .bg-blue .block {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
#new-footer .bg-blue .block a {
  text-decoration: none;
  color: #ffffff;
  display: block;
}
#new-footer .bg-blue .direction > p {
  font-size: 15px;
  color: #e2e2e2;
  word-break: break-word;
}
#new-footer .bg-red {
  background-color: #801f14;
  color: #ffffff;
}
#new-footer .icons {
  text-align: center;
}
@media (min-width: 992px) {
  #new-footer .icons {
    margin-left: -25%;
  }
}
#new-footer .icons a {
  text-decoration: none;
}
#new-footer .icons a i {
  color: #ffffff;
  font-size: 30px;
}
@media (min-width: 769px) {
  #new-footer .footer-mobile {
    display: none;
  }
  #new-footer .footer-desktop {
    display: block;
  }
}
@media (max-width: 768px) {
  #new-footer .footer-desktop {
    display: none;
  }
  #new-footer .footer-mobile {
    display: block;
  }
}
@media (max-width: 720px) {
  #new-footer .footer-desktop {
    display: none;
  }
  #new-footer .footer-mobile {
    display: block;
  }
}
@media (max-width: 540px) {
  #new-footer .footer-desktop {
    display: none;
  }
  #new-footer .footer-mobile {
    display: block;
  }
}
@media (max-width: 414px) {
  #new-footer .footer-desktop {
    display: none;
  }
  #new-footer .footer-mobile {
    display: block;
  }
}
#new-footer .img-logo {
  max-width: 150px;
  height: auto;
}

/*
.event-presentation-selector {
	margin-top: 40px;
	margin-bottom: -20px;
	.list,
	.grid {
		display: inline-block;
		width: 38px;
		height: 34px;
		text-indent: -10000px;

		background: no-repeat center center;
		background-size: 20px;
	}
	.grid {
		background-image: url(/assets/images/ui/view-grid-white.png);
		&.active {
			background-image: url(/assets/images/ui/view-grid.png);
		}
	}
	.list {
		background-image: url(/assets/images/ui/view-list-white.png);
		&.active {
			background-image: url(/assets/images/ui/view-list.png);
		}
	}
	.active {
		cursor: default;
	}

	.green-button {
		margin-left: 2px;
		@include box-shadow(0px 2px 4px 2px rgba(0,0,0,0.3));
	}
}

.events-empty {
	display: none;
	h3 {
		color: $blue;
		text-align: center;
		padding: 30px;
	}
}

.event-big,
.event-small,
.event-music,
.event-pos-0,
.event-pos-1,
.event-pos-2,
.event-pos-3,
.event-pos-4,
.event-pos-5,
.event-pos-6,
.event-pos-7 {
	color: $white;
	// background: $blue;
	background: transparent;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;

	.background {
		border-radius: 8px;
		overflow: hidden;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		width: 100%;
		height: calc(100% - 74px);
		top: 0;
		// bottom: 92px; changed to new design
		bottom: 0;
		margin-bottom: 30px;
		/*
		> * {
			display: none;
		}


		a {
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			display: block;
		}
	}
	.video-player {
		position: absolute;
		width: 100%;
		top: 0;
		bottom: 92px;
		display: none;
		iframe {
			display: block;
			width: 100%;
			height: 100%;
		}
	}
	.music-player {
		position: absolute;
		width: 100%;
		top: 0;
		bottom: 60px;
		background: $gray;
		display: none;
		z-index: 10;
	}
	.details {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: url(/assets/images/ui/bg-blue-ticket.png) no-repeat center top;
		background-size: 100%;
		padding: 12px 12px 0;
		z-index: 20;
		p {
			color: $white;
		}
	}
	h4 {
		margin: 0 0 10px 74px;
		padding-left: 8px;
		height: 70px;
		line-height: 70px;
		border-left: 1px solid $white;
		font-family: "Merriweather", Georgia, sans-serif;
		font-weight: 700;
		&> span {
			display: inline-block;
			vertical-align: middle;
			line-height: 17px;
			&> span {
				display: block;
				overflow: hidden;
				max-height: 58px;
			}
			small {
                color: $white;
				display: block;
				font-family: "RobotoSans", Arial, Helvetica, sans-serif;
				font-weight: 500;
				font-size: 12px;
				text-transform: uppercase;
				margin-top: 0px;
				max-height: 20px;
				overflow: hidden;
			}
		}
	}
	p {
		font-size: 14px;
		margin: 0 0 10px;
		height: 72px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.date {
		position: absolute;
		top: 24px;
		left: 4px;
		width: 78px;
		text-transform: uppercase;
		text-align: center;
		span {
			display: block;
			font-size: 34px;
			line-height: 26px;
			font-family: "Merriweather", Georgia, sans-serif;
			font-weight: 700;
		}
	}
	.green-button {
		margin-bottom: 12px;
	}
	.favorite {
		position: absolute;
		bottom: 20px;
		right: 10px;
		width: 22px;
		height: 22px;
		background: url(/assets/images/ui/star-black.png) no-repeat center center;
		background-size: 110%;
		text-indent: -10000px;
		cursor: pointer;
		display: none !important; // TODO, remove for further development
		&.selected {
			background: url(/assets/images/ui/star-white.png) no-repeat center center;
			background-size: 110%;
		}
	}
}

@mixin event-small {
	height: 220px;

	.background {
		// bottom: 78px; changed to new design
		bottom: 0;
	}

	.details {
		bottom: -130px;
		@include transition(bottom .5s ease-in-out);
		&:hover {
			bottom: 0;
		}
	}
}

@mixin event-video {
	height: calc(430px + 74px);
	.details {
		background: $blue;
		// padding-top: 9px;
	}
	p {
		display: none;
	}
	h4 {
		padding-right: 280px;
	}
	.green-button {
		position: absolute;
		top: 50%;
		margin-top: -18px;
		right: 42px;
	}
	.favorite {
		top: 50%;
		margin-top: -11px;
		bottom: auto;
	}
	.video-player {
		display: block;
	}
}

@mixin event-music {
	background: $gray;
	height: 430px;
	.background {
		// bottom: 126px; changed for new design
		bottom: 0;
	}
	.music-player {
		display: block;
	}
	.details {
		p {
			display: none;
		}
	}
}

@mixin event-mobile {
	width: 100% !important;
	height: auto !important;
	margin: 0 0 10px !important;
	background: $blue;
	.background,
	.video-player,
	.music-player {
		display: block;
		position: relative;
		height: 200px;
		@include box-sizing(border-box);
	}
	.video-player {
		height: 260px;
	}
	.details {
		bottom: 0 !important;
		background: $blue !important;
		margin-top: -22px;
		position: relative;
		padding-bottom: 1px;
		margin-top: 0;
		p {
			display: none;
		}
	}
	.favorite {
		bottom: auto !important;
		top: 10px !important;
		right: 10px !important;
		width: 20px !important;
		height: 20px !important;
		margin: 0 !important;
	}
	h4 {
		padding-right: 25px !important;
	}
	.green-button {
		display: block !important;
		position: relative !important;
		margin-top: 10px !important;
		top: auto !important;
		right: auto !important;
		&> a {
			width: 50%;
			@include box-sizing(border-box);
			text-align: center;
		}
		width: auto;
	}
}

.event-big {
	@include event-video;
}
.event-small {
	@include event-small;
}
.event-music {
	@include event-music;
}

.event-list {
	margin-top: 30px;
	&> h4 {
		opacity: 1;
		overflow: hidden;
		max-width: 1180px;
		max-height: 50px;
		padding: 0;
		margin: 30px auto;
		@include transition(opacity 0.5s ease-in-out 0.5s, max-height 0.5s linear 0s, margin 0.5s linear 0s);
		&> span {
			display: inline-block;
			border: 2px solid $white;
			border-radius: 5px;
			font-weight: 800;
			text-transform: uppercase;
			font-size: 24px;
			line-height: 40px;
			padding: 0 15px;
			@include box-shadow(inset 0px 3px 4px 2px rgba(0,0,0,0.3));
			background: $green;
			color: $white;
			margin-left: 10px;
			span {
				display: inline-block;
				font-family: "Merriweather", Georgia, sans-serif;
				color: $blue;
				width: 112px;
				font-size: 36px;
				line-height: 34px;
				font-weight: 700;
			}
		}
	}
	&> h4.hide {
		opacity: 0;
		max-height: 0;
		margin: 0;
		@include transition(opacity 0.5s ease-in-out 0s, max-height 0.5s linear 0.5s, margin 0.5s linear 0.5s);
	}
	&> div {
		max-height: 5000px;
		overflow: hidden;
		width: 100%;
		@include transition(opacity 0.5s ease-in-out 0s, max-height 0.5s ease-in-out 0s);
	}
	&> div.hide {
		opacity: 0;
	}
	&> div.remove {
		max-height: 0;
	}
	&> div {
		width: $desktop-breakpoint;
		margin: 0 auto;
		position: relative;
		@include clearfix();
	}
}


.event-list-view {
	.event-list {
		&> div {
			width: $desktop-breakpoint + 30px;
			&> div {
				@include event-small;
				height: 220px;
				width: 30.5%;
				margin-right: 1.4%;
				margin-left: 1.4%;
				float: left;
			}
		}
	}
}

.event-grid-view {
	.event-list {
		height: 1136px;
		padding-bottom: 20px;
		width: $desktop-breakpoint;
		margin-left: auto;
		margin-right: auto;
		&> h4 {
			display: none;
		}
		&> div {
			height: 100%;
			&> div {
				position: absolute;
				height: 220px;
				width: 260px;
			}
		}
		.event-pos-1,
		.event-pos-7 {
			@include event-video;
			width: 616px;
			height: calc(616px + 74px);
		}
		.event-pos-2,
		.event-pos-6 {
			@include event-music;
			width: 292px;
			height: calc(616px + 74px);
		}
		.event-pos-3,
		.event-pos-4,
		.event-pos-5 {
			@include event-small;
			width: 292px;
			height: 230px;
			top: 455px;
		}
		.event-pos-0 {
			display: none;
		}
		.event-pos-1 {
			top: 0;
			left: 0;
		}
		.event-pos-2 {
			top: 0;
			left: 648px;
		}
		.event-pos-3 {
			left: 0;
		}
		.event-pos-4 {
			left: 323px
		}
		.event-pos-5 {
			left: 648px
		}
		.event-pos-6 {
			top: 710px;
			left: 0px;
		}
		.event-pos-7 {
			top: 710px;
			left: 323px;
		}
	}
}

@media (max-width: $desktop-breakpoint - 1) {

	.event-presentation {
		margin-left: 0px;
		margin-right: 0px;
	}

	.event-list {
		margin: 40px 20px 30px !important;
		width: auto !important;
		height: auto !important;
		position: relative;
		& > h4 {
			max-width: $mobile-width;
			text-align: center;
			span {
				margin-left: 0;
			}
		}
		& > div {
			max-width: $mobile-width;
			width: auto !important;
			padding: 0 10px;
			margin: 0 auto;
			position: relative;
			&> div {
				@include event-mobile;
				position: relative !important;
				top: 0 !important;
				left: 0 !important;
			}
		}
	}

	.event-grid-view {
		.event-list {
			&> h4 {
				display: none;
			}
			.event-pos-1,
			.event-pos-7 {
				.video-player {
					display: block;
				}
				.music-player {
					display: none;
				}
			}
			.event-pos-2,
			.event-pos-6 {
				.music-player {
					display: block;
				}
			}
		}
	}
	.event-list-view {
		.event-list {
			&> div {
				&> div {
					.background {
						display: none;
					}
				}
			}
		}
	}



	.event-big,
	.event-small,
	.event-music {
		@include event-mobile;
	}
	.event-small {
		height: 300px;
	}
	.event-big {
		.background {
			bottom: 120px;
		}
	}
}

.event-pos-6,
.event-pos-7 {
	display: none;
}
*/
.event-header {
  display: table;
  width: 100%;
}
.event-header > * {
  display: table-cell;
  vertical-align: middle;
}
.event-header .date {
  width: 84px;
  padding: 0 12px;
  text-transform: uppercase;
  text-align: center;
}
.event-header .date span {
  display: block;
  font-size: 34px;
  line-height: 26px;
  font-family: "Merriweather", Georgia, sans-serif;
  font-weight: 700;
}
.event-header h1 {
  width: 40%;
  padding-left: 12px;
  height: 58px;
  border-left: 2px solid #e5e5e5;
  font-family: "Merriweather", Georgia, sans-serif;
  font-weight: 700;
}
.event-header h1 span {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  font-size: 18px;
}
.event-header h1 span small {
  display: block;
  font-family: "RobotoSans", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 2px;
}
.event-header h4 {
  width: 40%;
  padding-left: 12px;
  height: 58px;
  border-left: 2px solid #e5e5e5;
  font-family: "Merriweather", Georgia, sans-serif;
  font-weight: 700;
}
.event-header h4 span {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  font-size: 18px;
}
.event-header h4 span small {
  display: block;
  font-family: "RobotoSans", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 2px;
}
.event-header .details {
  color: #e5e5e5;
  line-height: 22px;
}
.event-header .buttons {
  position: relative;
  text-align: right;
}
.event-header .buttons .buy {
  padding: 10px 15px;
}
.event-header .buttons .green-button, .event-header .buttons .seatingPlaceMapDisplay .button, .seatingPlaceMapDisplay .event-header .buttons .button, .event-header .buttons .image-upload button, .image-upload .event-header .buttons button {
  position: relative;
  text-align: center;
}
.event-header .buttons .green-button > *, .event-header .buttons .seatingPlaceMapDisplay .button > *, .seatingPlaceMapDisplay .event-header .buttons .button > *, .event-header .buttons .image-upload button > *, .image-upload .event-header .buttons button > * {
  font-size: 18px;
}
.event-header .buttons .facebook {
  right: 52px;
  background: url(/assets/images/ui/icon-facebook.png) no-repeat center center;
}
.event-header .buttons .instagram {
  right: 52px;
  background: url(/assets/images/ui/icon-instagram.png) no-repeat center center;
}
.event-header .buttons .twitter {
  right: 15px;
  background: url(/assets/images/ui/icon-twitter.png) no-repeat center center;
}
.event-header .buttons .facebook,
.event-header .buttons .instagram,
.event-header .buttons .twitter {
  position: absolute;
  padding: 0;
  bottom: 6px;
  border-right: none !important;
  width: 25px;
  height: 25px;
  border-radius: 12px;
  text-indent: -10000px;
  background-size: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.event-header .buttons .facebook:hover,
.event-header .buttons .instagram:hover,
.event-header .buttons .twitter:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.event-header .buttons span {
  border-right: none !important;
  margin-top: -3px;
  padding: 10px 15px;
  background: none;
}
.event-header .buttons span:hover {
  text-shadow: 0 0 6px !important, 0 0 6px rgba(0, 0, 0, 0.6) !important;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6) !important, 0 0 6px rgba(0, 0, 0, 0.6) !important;
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.1s ease-in-out 0s !important;
  background: none;
  color: #e5e5e5;
}
@media (max-width: 939px) {
  .event-header {
    display: block;
    text-align: center;
    padding-top: 20px;
  }
  .event-header > * {
    display: block;
  }
  .event-header .date {
    display: inline-block;
    width: 80px;
    padding: 0;
    margin-bottom: 10px;
  }
  .event-header h1 {
    position: relative;
    display: inline-block;
    max-width: 66%;
    width: auto;
    height: auto;
    padding-left: 0;
    text-align: left;
    margin-left: 0;
    border-left: none;
  }
  .event-header h1 span {
    display: block;
    margin-left: 10px;
  }
  .event-header h4 {
    position: relative;
    display: inline-block;
    max-width: 66%;
    width: auto;
    height: auto;
    padding-left: 0;
    text-align: left;
    margin-left: 0;
    border-left: none;
  }
  .event-header h4 span {
    display: block;
    margin-left: 10px;
  }
  .event-header .details {
    clear: both;
    padding-top: 10px;
    text-align: center;
    margin-top: 15px;
  }
  .event-header .buttons {
    text-align: center;
    margin: 20px auto;
  }
}
.event-media {
  text-align: center;
  margin-top: 30px;
  width: 100%;
}
.event-media > * {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  margin-right: 20px;
  max-height: 380px;
}
.event-media > *:last-child {
  margin-right: 0;
}
.event-media .video-player {
  width: 616px;
}
.event-media .video-player iframe {
  width: 100%;
  height: 100%;
}
.event-media .music-player {
  width: 292px;
}
.event-media .image {
  background-position: center;
  background-size: cover;
}
.event-media .image img {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  max-height: 380px;
}

@media (max-width: 939px) {
  .event-media {
    margin: 30px -10px 0;
  }
  .event-media > * {
    display: block;
  }
  .event-media .music-player {
    height: auto;
  }
}
.copy-block a {
  color: #277e8a;
}

.event-to-cart {
  padding-top: 10px;
  padding-bottom: 30px;
  min-height: 140px;
}

#buy-tickets {
  margin-top: 30px;
  padding-top: 60px;
  padding-bottom: 50px;
}

#seating_section {
  position: relative;
  margin-top: 28px;
  margin-bottom: 10px;
}

.drag-and-scroll {
  overflow: auto;
  text-align: center !important;
  margin-top: 10px;
}
.drag-and-scroll > * {
  display: inline-block;
  position: relative;
}

@media (max-width: 939px) {
  .event-to-cart .green-button, .event-to-cart .seatingPlaceMapDisplay .button, .seatingPlaceMapDisplay .event-to-cart .button, .event-to-cart .image-upload button, .image-upload .event-to-cart button {
    margin-bottom: 10px;
  }
}
div.max {
  width: 100%;
  margin-bottom: 25px;
}
div.max button {
  max-width: 50%;
}
div.max button.hilight {
  background-color: #98c348;
}

div#reserved_seating.hidden {
  display: none;
}

div#general_seating.hidden {
  display: none;
}

div.event-sale.container {
  overflow: hidden;
}

.event-detail-ticket-hero p {
  font-size: 15px !important;
}

select {
  height: 34px;
  color: #e5e5e5;
}
select option {
  background: #e5e5e5;
  color: #0f303f;
}

::-webkit-input-placeholder {
  color: #707070;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}

:-moz-placeholder {
  color: #707070;
  font-weight: normal;
  text-transform: uppercase;
}

::-moz-placeholder {
  color: #707070;
  font-weight: normal;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: #707070;
  font-weight: normal;
  text-transform: uppercase;
}

button {
  outline: none;
  cursor: pointer;
}

.bright-form input[type=text],
.bright-form input[type=password],
.dark-form input[type=text],
.dark-form input[type=password] {
  display: block;
  width: 100%;
  line-height: 20px;
  background: #e5e5e5;
  color: #000;
  border: 2px solid #98c348;
}
.bright-form ::-webkit-input-placeholder,
.dark-form ::-webkit-input-placeholder {
  color: #0f303f;
}
.bright-form :-moz-placeholder,
.dark-form :-moz-placeholder {
  color: #0f303f;
}
.bright-form ::-moz-placeholder,
.dark-form ::-moz-placeholder {
  color: #0f303f;
}
.bright-form :-ms-input-placeholder,
.dark-form :-ms-input-placeholder {
  color: #0f303f;
}
.bright-form textarea,
.dark-form textarea {
  height: 84px;
}
.bright-form .form-copy,
.dark-form .form-copy {
  line-height: 20px;
  margin: 7px 23px;
}
.bright-form label,
.dark-form label {
  display: block;
  position: relative;
  margin: 0 0 15px;
}
.bright-form label > span,
.dark-form label > span {
  display: none;
}
.bright-form label > p,
.dark-form label > p {
  line-height: 20px;
  padding: 7px 10px;
}
.bright-form label > small,
.dark-form label > small {
  display: block;
  position: absolute;
  bottom: -7px;
  right: 8px;
  background: #801f14;
  color: #e5e5e5;
  text-transform: uppercase;
  padding: 1px 5px;
  font-size: 10px;
  font-weight: 700;
  font-style: italic;
  border-radius: 4px;
}
.bright-form label.hover,
.dark-form label.hover {
  margin: 0 0 5px;
}
.bright-form.show-labels label > span,
.dark-form.show-labels label > span {
  display: block;
  color: #98c348;
  font-weight: 700;
  margin-left: 12px;
  margin-bottom: 5px;
}
.bright-form .form-message,
.dark-form .form-message {
  margin-bottom: 15px;
  background: #801f14;
  color: #e5e5e5;
  font-weight: 700;
  padding: 3px;
  opacity: 0;
  max-height: 0;
  font-size: 0;
  line-height: 0;
  transition: all 0.3s;
  border-radius: 4px;
}
.bright-form .form-message.blink,
.dark-form .form-message.blink {
  max-height: 32px;
  font-size: 14px;
  line-height: 18px;
}

.dark-form input[type=text],
.dark-form input[type=password],
.dark-form select,
.dark-form textarea {
  background: #e5e5e5;
  color: #000;
  border: 2px solid #0f303f;
}
/*
label.checkbox {
	line-height: 20px;
	padding: 7px 10px 7px 40px;
	position: relative;
	&> span {
		display: inline;
	}
	input {
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -9px;
		left: 6px;
	}
	&> small {
		display: inline-block;
		position: relative;
		top: 0;
		left: 0;
		margin-left: 5px;
		line-height: 16px;
	}
}
*/
.register-form {
  padding-bottom: 30px;
  background: url(/assets/images/ui/big-tomato.png) no-repeat right top;
  background-size: 78px;
}
.register-form p {
  color: #e5e5e5;
}
.register-form > p {
  margin-bottom: 30px;
}

@media (max-width: 939px) {
  .register-form {
    max-width: 460px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    background-position: 95% top;
  }
  .register-form h3 {
    padding-right: 80px;
  }
}
.login-form {
  padding-top: 20px;
  padding-bottom: 30px;
}
.login-form .login-buttons {
  line-height: 60px;
  text-align: center;
}
.login-form .login-buttons > span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  margin: 0 10px;
}
.login-form .login-buttons button,
.login-form .login-buttons a {
  vertical-align: middle;
  color: #e5e5e5;
}
.login-form .login-buttons .login-facebook {
  background: #98c348 url(/assets/images/ui/icon-facebook.png) no-repeat 12px center;
  padding-left: 50px;
  background-size: 34px;
}
.login-form .login-buttons .login-instagram {
  background: #98c348 url(/assets/images/ui/icon-instagram.png) no-repeat 12px center;
  padding-left: 50px;
  background-size: 34px;
}

@media (max-width: 939px) {
  .login-form .col-5 {
    margin-top: 20px;
  }
  .login-form .login-buttons {
    padding: 0;
  }
  .login-form .login-buttons button {
    padding: 0 3px;
  }
  .login-form .login-buttons button span {
    padding: 5px;
  }
  .login-form .login-buttons > span {
    margin: 0 3px;
  }
  .reset-form label {
    margin-top: 20px;
  }
}
.image-upload {
  height: 132px;
  margin-bottom: 15px;
  position: relative;
}
.image-upload p,
.image-upload ul {
  position: relative;
  z-index: 20;
}
.image-upload p {
  font-size: 18px;
  font-weight: 700;
  color: #0f303f;
  z-index: 20;
}
.image-upload ul {
  margin-top: 5px;
}
.image-upload li {
  list-style: inside disc;
  color: #0f303f;
  font-size: 12px;
}
.image-upload input,
.image-upload button {
  position: absolute;
  display: block;
  bottom: 3px;
  left: 3px;
  cursor: pointer;
}
.image-upload input {
  width: 0;
  height: 0;
  opacity: 0;
}
.image-upload button span {
  font-size: 20px;
  line-height: 25px;
  padding: 5px 15px;
}
.image-upload div,
.image-upload small {
  position: absolute;
  top: 0;
  right: 2px;
  width: 48%;
  height: 100%;
}
.image-upload small {
  color: #e5e5e5;
  text-align: center;
  line-height: 132px;
  background-color: #98c348;
}
.image-upload small.ajax {
  background: #98c348 url(/assets/images/ui/throbber.gif) no-repeat center center;
  text-indent: -10000px;
}
.image-upload div {
  z-index: 10;
  background: no-repeat center center;
  background-size: contain;
}

.team-carousel {
  width: 100%;
  margin-bottom: 24px;
  overflow: hidden;
}
.team-carousel:after {
  content: "";
  display: table;
  clear: both;
}
.team-carousel .slides {
  width: 900%;
  position: relative;
  transition: left 1s ease-in-out;
}
.team-carousel .slides > div {
  width: 11.1111111111%;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.team-carousel .slides > div > div {
  max-width: 1100px;
  padding-right: 70px;
  margin: 0 auto;
  background: url(/assets/images/ui/bg-green-ticket.png) no-repeat center left;
  background-size: 1160px;
  height: 410px;
  background-clip: content-box;
  position: relative;
}
.team-carousel .slides > div > div:after {
  position: absolute;
  display: block;
  content: "";
  top: -7px;
  bottom: -6px;
  right: 0;
  width: 71px;
  background: url(/assets/images/ui/bg-green-ticket.png) no-repeat center right;
  background-size: 1160px;
}
.team-carousel .slides[js-team-carousel="1"] {
  left: 0%;
}
.team-carousel .slides[js-team-carousel="1"] [js-team-slide="1"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.team-carousel .slides[js-team-carousel="2"] {
  left: -100%;
}
.team-carousel .slides[js-team-carousel="2"] [js-team-slide="2"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.team-carousel .slides[js-team-carousel="3"] {
  left: -200%;
}
.team-carousel .slides[js-team-carousel="3"] [js-team-slide="3"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.team-carousel .slides[js-team-carousel="4"] {
  left: -300%;
}
.team-carousel .slides[js-team-carousel="4"] [js-team-slide="4"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.team-carousel .slides[js-team-carousel="5"] {
  left: -400%;
}
.team-carousel .slides[js-team-carousel="5"] [js-team-slide="5"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.team-carousel .slides[js-team-carousel="6"] {
  left: -500%;
}
.team-carousel .slides[js-team-carousel="6"] [js-team-slide="6"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.team-carousel .slides[js-team-carousel="7"] {
  left: -600%;
}
.team-carousel .slides[js-team-carousel="7"] [js-team-slide="7"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.team-carousel .slides[js-team-carousel="8"] {
  left: -700%;
}
.team-carousel .slides[js-team-carousel="8"] [js-team-slide="8"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.team-carousel .slides[js-team-carousel="9"] {
  left: -800%;
}
.team-carousel .slides[js-team-carousel="9"] [js-team-slide="9"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.team-carousel .photo {
  position: absolute;
  left: 70px;
  right: 55%;
  top: 5px;
  bottom: 5px;
  background: #3a3a3a no-repeat center center;
  background-size: cover;
}
.team-carousel .photo img {
  display: none;
}
.team-carousel .photo.full {
  width: 88.8888888889%;
  background-position: top;
}
.team-carousel .details {
  position: absolute;
  right: 70px;
  left: 45%;
  top: 5px;
  bottom: 6px;
  color: #e5e5e5;
  overflow: auto;
}
.team-carousel .details h3 {
  padding: 20px 0 10px 30px;
  color: #e5e5e5;
}
.team-carousel .details h3 small {
  display: block;
  font-size: 18px;
}
.team-carousel .details p {
  padding: 0 0 20px 30px;
  color: #e5e5e5;
}

.team-carousel-list {
  position: relative;
  margin-bottom: 30px !important;
}
.team-carousel-list .photo {
  display: block;
  background: no-repeat center center;
  background-color: #3a3a3a;
  background-size: cover;
  height: 250px;
  width: 100%;
  position: relative;
  overflow: visible;
  margin-bottom: 20px;
}
.team-carousel-list .photo img {
  display: none;
}
.team-carousel-list .photo.active:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 7px;
  background: #98c348;
}
.team-carousel-list .col-2 {
  width: 19.3%;
  margin: 0 0.32% 15px;
}

@media (max-width: 939px) {
  .team-carousel-list .col-2 {
    width: 28%;
    margin: 0 1% 15px;
  }
  .team-carousel {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    background: #98c348;
  }
  .team-carousel .slides > div > div {
    max-width: auto;
    padding: 10px;
    background: none;
    min-height: 360px;
    height: auto;
  }
  .team-carousel .slides > div > div:after {
    display: none;
  }
  .team-carousel .photo:not(.full) {
    position: relative;
    display: block;
    float: left;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 40%;
  }
  .team-carousel .photo:not(.full) img {
    display: block;
    width: 100%;
    float: left;
  }
  .team-carousel .details {
    position: relative;
    display: inline;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
  }
  .team-carousel .details:after {
    content: "";
    display: table;
    clear: both;
  }
  .team-carousel .details h3 {
    display: inline;
    padding: 0;
  }
  .team-carousel .details h3:after {
    display: block;
    content: "";
    width: 100%;
    height: 10px;
  }
  .team-carousel .details p {
    display: inline;
    padding: 0;
  }
  .team-carousel .photo.full {
    background-size: cover;
    left: 0;
    right: 0;
    width: 100%;
    margin-bottom: -60px;
  }
  .team-carousel .photo.full img {
    display: none;
  }
}
.favorites-carousel {
  overflow: hidden;
  margin: 0 -15px;
}
.favorites-carousel[tt-favorites-show="1"] .slides {
  transform: translate3d(-0%, 0, 0);
}
.favorites-carousel[tt-favorites-show="1"] [tt-favorites-indicator="1"] {
  background: #e5e5e5;
  border: 2px solid #e5e5e5;
}
.favorites-carousel[tt-favorites-show="2"] .slides {
  transform: translate3d(-0%, 0, 0);
}
.favorites-carousel[tt-favorites-show="2"] [tt-favorites-indicator="1"] {
  background: #e5e5e5;
  border: 2px solid #e5e5e5;
}
.favorites-carousel [tt-favorites-indicator="2"] {
  display: none;
}
.favorites-carousel[tt-favorites-show="3"] .slides {
  transform: translate3d(-0%, 0, 0);
}
.favorites-carousel[tt-favorites-show="3"] [tt-favorites-indicator="1"] {
  background: #e5e5e5;
  border: 2px solid #e5e5e5;
}
.favorites-carousel [tt-favorites-indicator="3"] {
  display: none;
}
.favorites-carousel[tt-favorites-show="4"] .slides {
  transform: translate3d(-30%, 0, 0);
}
.favorites-carousel[tt-favorites-show="4"] [tt-favorites-indicator="4"] {
  background: #e5e5e5;
  border: 2px solid #e5e5e5;
}
.favorites-carousel[tt-favorites-show="5"] .slides {
  transform: translate3d(-30%, 0, 0);
}
.favorites-carousel[tt-favorites-show="5"] [tt-favorites-indicator="4"] {
  background: #e5e5e5;
  border: 2px solid #e5e5e5;
}
.favorites-carousel [tt-favorites-indicator="5"] {
  display: none;
}
.favorites-carousel[tt-favorites-show="6"] .slides {
  transform: translate3d(-30%, 0, 0);
}
.favorites-carousel[tt-favorites-show="6"] [tt-favorites-indicator="4"] {
  background: #e5e5e5;
  border: 2px solid #e5e5e5;
}
.favorites-carousel [tt-favorites-indicator="6"] {
  display: none;
}
.favorites-carousel[tt-favorites-show="7"] .slides {
  transform: translate3d(-60%, 0, 0);
}
.favorites-carousel[tt-favorites-show="7"] [tt-favorites-indicator="7"] {
  background: #e5e5e5;
  border: 2px solid #e5e5e5;
}
.favorites-carousel[tt-favorites-show="8"] .slides {
  transform: translate3d(-60%, 0, 0);
}
.favorites-carousel[tt-favorites-show="8"] [tt-favorites-indicator="7"] {
  background: #e5e5e5;
  border: 2px solid #e5e5e5;
}
.favorites-carousel [tt-favorites-indicator="8"] {
  display: none;
}
.favorites-carousel[tt-favorites-show="9"] .slides {
  transform: translate3d(-60%, 0, 0);
}
.favorites-carousel[tt-favorites-show="9"] [tt-favorites-indicator="7"] {
  background: #e5e5e5;
  border: 2px solid #e5e5e5;
}
.favorites-carousel [tt-favorites-indicator="9"] {
  display: none;
}
.favorites-carousel[tt-favorites-show="10"] .slides {
  transform: translate3d(-90%, 0, 0);
}
.favorites-carousel[tt-favorites-show="10"] [tt-favorites-indicator="10"] {
  background: #e5e5e5;
  border: 2px solid #e5e5e5;
}
.favorites-carousel .slides {
  width: 333.3333333333%;
  position: relative;
  transition: transform 2s ease-in-out;
}
.favorites-carousel .slides:after {
  content: "";
  display: table;
  clear: both;
}
.favorites-carousel [tt-favorites-slide] {
  float: left;
  width: 10%;
}
.favorites-carousel .event-small {
  width: 90.85365%;
  margin: 0 4.57317%;
}

.favorites-control {
  position: relative;
  text-align: center;
  margin: 30px 0 20px;
}
.favorites-control .prev,
.favorites-control .next {
  position: absolute;
  background: no-repeat center center;
  width: 30px;
  height: 60px;
  bottom: -20px;
  background-size: 100%;
  text-indent: -10000px;
}
.favorites-control .prev {
  left: 15px;
  background-image: url(/assets/images/ui/carousel-left.png);
}
.favorites-control .next {
  right: 15px;
  background-image: url(/assets/images/ui/carousel-right.png);
}
.favorites-control [tt-favorites-indicator] {
  text-indent: -10000px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #98c348;
  border-radius: 8px;
  margin: 0 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.favorites-control .active {
  background: #e5e5e5;
  border: 2px solid #e5e5e5;
}

@media (max-width: 939px) {
  .favorites-carousel {
    max-width: 520px;
    margin: 0 auto 10px;
  }
  .favorites-carousel[tt-favorites-show="1"] .slides {
    transform: translate3d(-0%, 0, 0);
  }
  .favorites-carousel[tt-favorites-show="1"] .slides [tt-favorites-slide="1"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .favorites-carousel[tt-favorites-show="1"] [tt-favorites-indicator="1"] {
    background: transparent;
    border: 2px solid #98c348;
  }
  .favorites-carousel[tt-favorites-show="1"] [tt-favorites-indicator="1"] {
    background: #e5e5e5;
    border: 2px solid #e5e5e5;
  }
  .favorites-carousel[tt-favorites-show="2"] .slides {
    transform: translate3d(-10%, 0, 0);
  }
  .favorites-carousel[tt-favorites-show="2"] .slides [tt-favorites-slide="2"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .favorites-carousel[tt-favorites-show="2"] [tt-favorites-indicator="1"] {
    background: transparent;
    border: 2px solid #98c348;
  }
  .favorites-carousel[tt-favorites-show="2"] [tt-favorites-indicator="2"] {
    background: #e5e5e5;
    border: 2px solid #e5e5e5;
  }
  .favorites-carousel[tt-favorites-show="3"] .slides {
    transform: translate3d(-20%, 0, 0);
  }
  .favorites-carousel[tt-favorites-show="3"] .slides [tt-favorites-slide="3"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .favorites-carousel[tt-favorites-show="3"] [tt-favorites-indicator="1"] {
    background: transparent;
    border: 2px solid #98c348;
  }
  .favorites-carousel[tt-favorites-show="3"] [tt-favorites-indicator="3"] {
    background: #e5e5e5;
    border: 2px solid #e5e5e5;
  }
  .favorites-carousel[tt-favorites-show="4"] .slides {
    transform: translate3d(-30%, 0, 0);
  }
  .favorites-carousel[tt-favorites-show="4"] .slides [tt-favorites-slide="4"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .favorites-carousel[tt-favorites-show="4"] [tt-favorites-indicator="4"] {
    background: transparent;
    border: 2px solid #98c348;
  }
  .favorites-carousel[tt-favorites-show="4"] [tt-favorites-indicator="4"] {
    background: #e5e5e5;
    border: 2px solid #e5e5e5;
  }
  .favorites-carousel[tt-favorites-show="5"] .slides {
    transform: translate3d(-40%, 0, 0);
  }
  .favorites-carousel[tt-favorites-show="5"] .slides [tt-favorites-slide="5"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .favorites-carousel[tt-favorites-show="5"] [tt-favorites-indicator="4"] {
    background: transparent;
    border: 2px solid #98c348;
  }
  .favorites-carousel[tt-favorites-show="5"] [tt-favorites-indicator="5"] {
    background: #e5e5e5;
    border: 2px solid #e5e5e5;
  }
  .favorites-carousel[tt-favorites-show="6"] .slides {
    transform: translate3d(-50%, 0, 0);
  }
  .favorites-carousel[tt-favorites-show="6"] .slides [tt-favorites-slide="6"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .favorites-carousel[tt-favorites-show="6"] [tt-favorites-indicator="4"] {
    background: transparent;
    border: 2px solid #98c348;
  }
  .favorites-carousel[tt-favorites-show="6"] [tt-favorites-indicator="6"] {
    background: #e5e5e5;
    border: 2px solid #e5e5e5;
  }
  .favorites-carousel[tt-favorites-show="7"] .slides {
    transform: translate3d(-60%, 0, 0);
  }
  .favorites-carousel[tt-favorites-show="7"] .slides [tt-favorites-slide="7"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .favorites-carousel[tt-favorites-show="7"] [tt-favorites-indicator="7"] {
    background: transparent;
    border: 2px solid #98c348;
  }
  .favorites-carousel[tt-favorites-show="7"] [tt-favorites-indicator="7"] {
    background: #e5e5e5;
    border: 2px solid #e5e5e5;
  }
  .favorites-carousel[tt-favorites-show="8"] .slides {
    transform: translate3d(-70%, 0, 0);
  }
  .favorites-carousel[tt-favorites-show="8"] .slides [tt-favorites-slide="8"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .favorites-carousel[tt-favorites-show="8"] [tt-favorites-indicator="7"] {
    background: transparent;
    border: 2px solid #98c348;
  }
  .favorites-carousel[tt-favorites-show="8"] [tt-favorites-indicator="8"] {
    background: #e5e5e5;
    border: 2px solid #e5e5e5;
  }
  .favorites-carousel[tt-favorites-show="9"] .slides {
    transform: translate3d(-80%, 0, 0);
  }
  .favorites-carousel[tt-favorites-show="9"] .slides [tt-favorites-slide="9"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .favorites-carousel[tt-favorites-show="9"] [tt-favorites-indicator="7"] {
    background: transparent;
    border: 2px solid #98c348;
  }
  .favorites-carousel[tt-favorites-show="9"] [tt-favorites-indicator="9"] {
    background: #e5e5e5;
    border: 2px solid #e5e5e5;
  }
  .favorites-carousel[tt-favorites-show="10"] .slides {
    transform: translate3d(-90%, 0, 0);
  }
  .favorites-carousel[tt-favorites-show="10"] .slides [tt-favorites-slide="10"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .favorites-carousel[tt-favorites-show="10"] [tt-favorites-indicator="10"] {
    background: transparent;
    border: 2px solid #98c348;
  }
  .favorites-carousel[tt-favorites-show="10"] [tt-favorites-indicator="10"] {
    background: #e5e5e5;
    border: 2px solid #e5e5e5;
  }
  .favorites-carousel .slides {
    width: 1000%;
    position: relative;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition: transform 1s ease-in-out 0.3s;
  }
  .favorites-carousel [tt-favorites-slide] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .favorites-carousel .event-small {
    width: auto;
    margin: 0 10px;
  }
  .favorites-control .prev,
  .favorites-control .next {
    width: 20px;
    height: 40px;
    bottom: -5px;
  }
  .favorites-control .prev {
    left: 20px;
    background-image: url(/assets/images/ui/carousel-left.png);
  }
  .favorites-control .next {
    right: 20px;
    background-image: url(/assets/images/ui/carousel-right.png);
  }
  .favorites-control [tt-favorites-indicator] {
    text-indent: -10000px;
    width: 16px;
    height: 16px;
    background: transparent;
    border: 2px solid #98c348;
    display: inline-block !important;
    border-radius: 8px;
    margin: 0 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  }
  .favorites-control .active {
    background: #e5e5e5;
    border: 2px solid #e5e5e5;
  }
}
.cart-row {
  /*
  margin-bottom: 20px !important;
     max-height: 400px;
  overflow: hidden;
  */
  transition: opacity 1s ease-in-out;
  /*
  .event-editor {
  	border-left: 2px solid $blue;
  	border-right: 2px solid $blue;
  	border-bottom: 2px solid $blue;
  	border-bottom-left-radius: 9px;
  	border-bottom-right-radius: 9px;
  	padding: 10px;
  	margin: 0 10px 0;
         max-height: 400px;
         overflow: hidden;
  }
  */
}
.cart-row .event {
  background: #0f303f;
  color: #e5e5e5;
  border-radius: 8px;
  display: table;
  overflow: hidden;
  width: 100%;
}
.cart-row .event > * {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.cart-row .photo {
  width: 122px;
  background: no-repeat center center;
  background-size: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.cart-row .photo img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 122px;
  display: block;
}
.cart-row .date {
  width: 100px;
  text-transform: uppercase;
  text-align: center;
  border-left: 1px solid #e5e5e5;
}
.cart-row .date span {
  display: block;
  font-size: 34px;
  line-height: 26px;
  font-family: "Merriweather", Georgia, sans-serif;
  font-weight: 700;
}
.cart-row .event h4 {
  border-left: 1px solid #e5e5e5;
  font-family: "Merriweather", Georgia, sans-serif;
  font-weight: 700;
  padding: 10px 15px;
}
.cart-row .event h4 small,
.cart-row .event h4 span {
  display: block;
  font-family: "RobotoSans", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  margin-top: 2px;
}
.cart-row .event h4 small {
  text-transform: uppercase;
}
.cart-row .event h4 span {
  margin-top: 5px;
}
.cart-row .details,
.cart-row .remaining {
  color: #e5e5e5;
  margin: 0;
  padding: 10px 0;
}
.cart-row .details em,
.cart-row .remaining em {
  display: block;
  position: relative;
  font-size: 18px;
  margin: 4px 0;
  font-weight: 700;
}
.cart-row .details {
  border-left: 1px solid #e5e5e5;
  padding-left: 15px;
  width: 180px;
}
.cart-row .details > span {
  display: block;
}
.cart-row .remaining {
  text-align: center;
  width: 100px;
}
.cart-row .buttons {
  text-align: right;
  padding-right: 15px;
  text-align: center;
  width: 40px;
}
.cart-row .required-info {
  border-top: 2px dashed #AAAAAA;
}
.cart-row .remove-button {
  width: 30px;
  height: 30px;
  position: relative;
}
.cart-row .remove-button button,
.cart-row .remove-button button:after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  float: none;
}
.cart-row .remove-button button {
  text-indent: -10000px;
}
.cart-row .remove-button button:after {
  text-indent: 0;
  content: "X";
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  color: #e5e5e5;
  z-index: 99;
}
.cart-row .dark-form * {
  color: #0f303f;
}
.cart-row .dark-form h4 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 6px;
}
.cart-row .dark-form label > span {
  display: none;
}
.cart-row.expired {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.cart-row.expired .event-editor {
  max-height: 0;
  opacity: 0;
  padding: 0 10px 0;
  transition: all 1s ease-in-out;
}
.cart-row.removed {
  max-height: 0;
  margin-bottom: 0 !important;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out, max-height 0.5s ease-in-out, margin-bottom ease-in-out;
  -webkit-transition-delay: 0s, 1s, 1s;
  transition: opacity 1s ease-in-out, max-height 0.5s ease-in-out 1s, margin-bottom ease-in-out 1s;
}

.dark-form input[name=discount_code] {
  width: 65%;
  display: inline;
}
.dark-form label.discount-code > p {
  padding: 7px 0px 7px 10px;
}
.dark-form button.discount-code {
  border: 2px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.3);
  background: #8bb63c;
  line-height: 20px !important;
  font-size: 14px !important;
  font-family: "Merriweather", Georgia, sans-serif !important;
  font-weight: 700 !important;
  color: #e5e5e5 !important;
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  padding: 5px 10px 5px 10px !important;
}

@media (max-width: 939px) {
  .cart-row {
    padding-left: 0;
    padding-right: 0;
    max-width: 500px;
    margin: 0 auto;
  }
  .cart-row .event {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .cart-row .event > * {
    display: block;
  }
  .cart-row .event .date {
    margin-top: 30px;
    float: left;
    border-left: none;
  }
  .cart-row .event .photo {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    border-top-left-radius: 8px;
  }
  .cart-row .event h4 {
    margin-top: 10px;
    float: left;
    max-width: 48%;
  }
  .cart-row .event-editor {
    /*
    max-height: 600px;
    */
  }
  .cart-row .details {
    clear: both;
    border-left: none;
    padding-top: 0;
    padding-top: 10px;
    width: auto;
  }
  .cart-row .details em {
    position: absolute;
    right: 20px;
    top: 5px;
  }
  .cart-row .remaining {
    position: absolute;
    top: 0px;
    right: 42px;
  }
  .cart-row .buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
  }
}
div.continue-shopping {
  padding-top: 3px;
}

/* compatibility update */
strong {
  font-weight: bold;
}

div.modal-window {
  max-width: 500px;
}

div.modal-window p {
  margin-bottom: 10px;
}

.checkout-header {
  background: #0f303f;
  color: #e5e5e5;
  font-size: 18px;
  padding: 10px 15px;
  margin: 10px 0 20px;
  position: relative;
}
.checkout-header .green-button, .checkout-header .seatingPlaceMapDisplay .button, .seatingPlaceMapDisplay .checkout-header .button, .checkout-header .image-upload button, .image-upload .checkout-header button {
  position: absolute;
  top: 7px;
  right: 15px;
  -webkit-transition: all 1s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 1s ease-in-out 0s;
  z-index: 0;
  opacity: 0;
}
.checkout-header .green-button button, .checkout-header .seatingPlaceMapDisplay .button button, .seatingPlaceMapDisplay .checkout-header .button button, .checkout-header .image-upload button button, .image-upload .checkout-header button button {
  padding: 1px 5px;
}

.credit-cards {
  max-height: 34px;
  margin-bottom: 7px;
}

/*
.checkout-confim-details {
	margin-top: 30px;
	margin-bottom: 20px;
	h4 {
		font-weight: 700;
		font-size: 18px;
		color: $blue;
	}
	p {
		font-size: 16px;
		color: $blue;
		margin-bottom: 20px;
	}
}
*/
.checkout-step > div {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 1s ease-in-out, opacity 1s ease-in-out;
  -webkit-transition-delay: 0s, 0s;
  transition: max-height 1s ease-in-out 0s, opacity 1s ease-in-out 0s;
}
.checkout-step > div .green-button.save, .checkout-step > div .seatingPlaceMapDisplay .save.button, .seatingPlaceMapDisplay .checkout-step > div .save.button, .checkout-step > div .image-upload button.save, .image-upload .checkout-step > div button.save {
  float: right;
  margin-right: 10px;
  margin-bottom: 10px;
}
.checkout-step.show > div {
  max-height: 1600px;
  opacity: 1;
  overflow-y: auto;
}
.checkout-step.edit .edit {
  z-index: 10;
  opacity: 1;
}

@media (max-width: 939px) {
  .checkout-step.show {
    max-height: 3000px;
  }
}
.music-player {
  background: #3a3a3a;
  position: relative;
  padding-bottom: 10px;
  padding-top: 74px;
}
.music-player .music-image {
  position: absolute;
  height: 70px;
  width: 110px;
  top: 0;
  left: 0;
  background: no-repeat center center;
  background-size: cover;
}
.music-player .play,
.music-player .prev,
.music-player .next {
  display: block;
  position: absolute;
  top: 18px;
  width: 30px;
  height: 20px;
  text-indent: -10000px;
  opacity: 0.8;
}
.music-player .play:hover,
.music-player .prev:hover,
.music-player .next:hover {
  opacity: 1;
}
.music-player .play {
  background: url(/assets/images/ui/music-play.png) no-repeat center center;
  background-size: 23px;
  right: 68px;
}
.music-player .play.pause {
  background: url(/assets/images/ui/music-pause.png) no-repeat center center;
  background-size: 18px;
}
.music-player .prev {
  background: url(/assets/images/ui/music-prev.png) no-repeat center center;
  background-size: 30px;
  right: 105px;
}
.music-player .next {
  background: url(/assets/images/ui/music-next.png) no-repeat center center;
  background-size: 30px;
  right: 30px;
}
.music-player .tracker {
  display: block;
  position: absolute;
  top: 57px;
  right: 15px;
  height: 13px;
  width: 137px;
  background: blue;
  border-radius: 6px;
  box-shadow: inset 0px 3px 3px 2px rgba(0, 0, 0, 0.2);
  background: #272624;
  overflow: hidden;
  cursor: pointer;
  z-index: 5;
}
.music-player .loader,
.music-player .position {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.music-player .loader {
  background: #e5e5e5;
  width: 0%;
  z-index: 8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.music-player .position {
  background: #98c348;
  width: 0%;
  z-index: 10;
}
.music-player ol {
  position: relative;
  margin: 10px 10px 0;
  background: #272624;
  border-radius: 3px;
  box-shadow: inset 0px 3px 3px 2px rgba(0, 0, 0, 0.2);
  color: #e5e5e5;
}
.music-player li {
  border-bottom: 1px solid #737373;
}
.music-player li button {
  background: transparent;
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  line-height: 36px;
  text-align: left;
}
.music-player li button .track-num {
  position: absolute;
  top: 0;
  left: 8px;
}
.music-player li button .name {
  display: block;
  margin-left: 34px;
  margin-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.music-player li button .duration {
  position: absolute;
  top: 0;
  right: 8px;
}
.music-player li button.active {
  color: #98c348;
}
.music-player li:last-child {
  border-bottom: none;
}

body.modal-open {
  overflow: hidden;
}

.modal-box {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  display: table;
  top: 0;
  left: -10000px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  color: #3a3a3a;
  -webkit-transition: background 0.5s, left 0s linear;
  -webkit-transition-delay: 0s, 0.5s;
  transition: background 0.5s, left 0s linear 0.5s;
}
.modal-box h3 {
  font-size: 16px;
  color: #98c348;
  margin-bottom: 10px;
  margin-top: 0;
}
.modal-box > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.modal-box > div > div {
  position: relative;
  overflow-y: auto;
  padding: 25px 50px;
  margin: 20px;
  display: inline-block;
  background: #e5e5e5;
  border-radius: 8px;
  border: none;
  opacity: 0;
  transform: scale(0.5, 0.5);
  -webkit-transition: opacity 0.5s, -webkit-transform 0s linear;
  -webkit-transition-delay: 0s, 0.5s;
  transition: opacity 0.5s, transform 0s linear 0.5s;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.22);
}
.modal-box .bottom-row {
  margin-top: 20px;
  text-align: center;
}
.modal-box .bottom-row button {
  width: 120px;
  margin: 0 10px;
}
.modal-box .bottom-row button > * {
  display: block;
  float: none;
  text-align: center;
}
.modal-box .modal-close-button {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
}
.modal-box .red-tomato {
  margin-bottom: 10px;
}

body.page-event .modal-box > div > div {
  width: 95%;
}

.modal-templates {
  display: none;
}

.modal-open .modal-box {
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: background 2s;
}
.modal-open .modal-box > div > div {
  background: white;
  opacity: 1;
  transform: scale(1, 1);
  transition: opacity 0.2s, transform 0.2s;
}

@media (min-width: 940px) {
  body.page-event .modal-box {
    left: 0;
    height: 100%;
    display: block;
    transform: translate(100%, 0);
    transition: transform 0.5s ease-in-out;
  }
  body.page-event .modal-box > div {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  body.page-event .modal-box > div > div {
    transition: none;
    transform: none;
    position: relative;
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    max-width: none;
    padding: 30px;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    background: #e5e5e5;
  }
  body.page-event .modal-box h3 {
    text-align: center;
  }
  body.page-event.modal-open .modal-box {
    transform: translate(0, 0);
    transition: transform 0.5s ease-in-out;
  }
  body.page-event.modal-open #body-wrapper,
  body.page-event.modal-open #main-footer {
    transform: translate(-100%, 0);
  }
}
@media (max-width: 939px) {
  body.page-event .modal-box > div > div {
    width: 100%;
  }
  .modal-box {
    left: 0;
    height: 100%;
    display: block;
    transform: translate(100%, 0);
    transition: transform 0.5s ease-in-out;
  }
  .modal-box > div {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .modal-box > div > div {
    transition: none;
    transform: none;
    position: relative;
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    max-width: none;
    padding: 30px;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    background: #e5e5e5;
  }
  .modal-box h3 {
    text-align: center;
  }
  body.modal-open .modal-box {
    transform: translate(0, 0);
    transition: transform 0.5s ease-in-out;
  }
  body.modal-open #body-wrapper,
  body.modal-open #main-footer {
    transform: translate(-100%, 0);
  }
}
.modal-video .red-tomato {
  display: none;
}
.modal-video [js-modal] {
  padding: 0;
  margin: 0;
  max-height: none;
  min-width: 100%;
  overflow: visible;
}
@media (min-width: 500px) {
  .modal-video [js-modal] {
    min-width: 480px;
  }
}
@media (min-width: 992px) {
  .modal-video [js-modal] {
    min-width: 660px;
  }
}
@media (min-width: 1200px) {
  .modal-video [js-modal] {
    min-width: 800px;
  }
}
@media (min-width: 1440px) {
  .modal-video [js-modal] {
    min-width: 1000px;
  }
}
.modal-video .modal-close-button {
  right: -40px;
  top: -40px;
  z-index: 2;
  color: white;
  background: white;
  padding: 10px;
  border-radius: 50%;
}

/*
body.page-ticketing {
	#body-wrapper {
		background: $paper-background, $gray;
		&:before {
			display: none;
		}
	}
	p {
		color: $white;
		font-size: 26px;
	}
	h3 {
		margin-top: 50px;
		margin-bottom: 10px;
		color: $green;
		font-family: "Merriweather", Georgia, sans-serif;
		font-weight: 500;
		font-size: 30px;
	}
	hr {
		margin: 20px auto 10px;
		display: block;
		width: 80%;
		max-width: 290px;
		height: 2px;
		background: $green;
	}
}
*/
.promo-columns li {
  margin-top: 20px;
  margin-bottom: 60px;
}
.promo-columns li span {
  display: block;
  min-height: 120px;
}

.promo-logos img {
  margin: 10px;
  max-width: 90%;
}

.promo-animation {
  position: relative;
  margin: 20px 0 70px;
  height: 240px;
}
.promo-animation img {
  position: absolute;
}
.promo-animation .logo {
  width: 300px;
  margin-left: -150px;
  top: 55px;
  left: 50%;
  z-index: 10;
}
.promo-animation .playlist {
  width: 120px;
  margin-left: -60px;
  top: 0px;
  left: 24%;
}
.promo-animation .location {
  width: 80px;
  margin-right: -40px;
  top: 0px;
  right: 23.5%;
}
.promo-animation .youtube {
  width: 110px;
  margin-left: -55px;
  top: 152px;
  left: 24%;
}
.promo-animation .photo {
  width: 120px;
  margin-right: -60px;
  top: 144px;
  right: 28%;
}

.seatingPlaceMapDisplay .noDisplay {
  display: none;
}
.seatingPlaceMapDisplay .button {
  padding: 5px 10px;
  cursor: pointer;
}

.TonyPopup_boxBody .close {
  position: absolute;
  top: -15px;
  right: 0;
}

.group-header {
  padding-top: 35px;
  padding-bottom: 15px;
}
.group-header img.logo {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-height: 175px;
  max-width: 100%;
}
.group-header img.graphic {
  margin-left: auto;
  margin-right: auto;
  max-height: 175px;
  max-width: 100%;
}

.group-events {
  margin: 0;
  padding-bottom: 5px;
}
.group-events .row:after {
  display: block;
  content: "";
  margin: 0 15px;
  height: 1px;
  background: #e5e5e5;
}
.group-events .pull-right {
  padding: 0 0 20px 0;
}

.group-event-view {
  margin: 20px 0;
}
.group-event-view .main {
  display: table;
  width: 100%;
}
.group-event-view .main > * {
  display: table-cell;
  vertical-align: middle;
}
.group-event-view .main .photo {
  width: 120px;
  height: 75px;
  background: no-repeat center center;
  background-size: cover;
}
.group-event-view .main .photo img {
  display: none;
}
.group-event-view .main .date {
  width: 84px;
  padding: 0 12px;
  text-transform: uppercase;
  text-align: center;
}
.group-event-view .main .date span {
  display: block;
  font-size: 34px;
  line-height: 26px;
  font-family: Merriweather;
  font-weight: 700;
}
.group-event-view .main h4 {
  width: 40%;
  padding-left: 12px;
  padding-right: 20px;
  height: 58px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  font-family: Merriweather;
  font-weight: 700;
}
.group-event-view .main h4 small {
  display: block;
  font-family: "RobotoSans", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 2px;
}
.group-event-view .main .details {
  padding-left: 10px;
}
.group-event-view .main .buttons {
  text-align: right;
}

@media (max-width: 939px) {
  .group-header img.logo {
    max-height: 155px;
  }
  .group-header img.graphic {
    max-height: 350px;
  }
  .group-events .row {
    clear: both;
  }
  .group-events .row:after {
    margin: 0;
  }
  .group-events .col-1 {
    width: 17%;
    margin-right: 3%;
  }
  .group-events .col-6 {
    width: 80%;
  }
  .group-event-view {
    max-width: 470px;
    margin: 20px auto 10px;
  }
  .group-event-view .main {
    display: block;
  }
  .group-event-view .main > * {
    display: block;
  }
  .group-event-view .main .photo {
    width: auto;
    height: auto;
    float: left;
    background: none !important;
  }
  .group-event-view .main .photo img {
    display: block;
  }
  .group-event-view .main .date {
    float: right;
    margin-top: 20px;
    padding: 0 6px;
  }
  .group-event-view .main h4 {
    clear: both;
    width: auto;
    padding: 10px 0;
    min-height: 0;
    height: auto;
    border-right: none;
    border-left: none;
  }
  .group-event-view .main .details {
    padding: 0 0 10px;
  }
  .group-event-view .main .buttons {
    width: 100%;
    padding: 0;
  }
  .group-event-view .main .buttons .green-button, .group-event-view .main .buttons .image-upload button, .image-upload .group-event-view .main .buttons button, .group-event-view .main .buttons .seatingPlaceMapDisplay .button, .seatingPlaceMapDisplay .group-event-view .main .buttons .button {
    width: 100%;
    box-sizing: border-box;
  }
  .group-event-view .main .buttons .green-button > *, .group-event-view .main .buttons .image-upload button > *, .image-upload .group-event-view .main .buttons button > *, .group-event-view .main .buttons .seatingPlaceMapDisplay .button > *, .seatingPlaceMapDisplay .group-event-view .main .buttons .button > * {
    display: block;
    float: none;
    text-align: center;
  }
}
/* Seating Chart Stuff */
.seating-map-details {
  margin-top: 10px;
  min-height: 100px;
}
.seating-map-details h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.seating-map-details .green-button, .seating-map-details .image-upload button, .image-upload .seating-map-details button, .seating-map-details .seatingPlaceMapDisplay .button, .seatingPlaceMapDisplay .seating-map-details .button {
  margin-top: 15px;
}

.seating-map-categories p {
  text-align: left;
}
.seating-map-categories p > span {
  display: inline-block;
  float: right;
}
.seating-map-categories p > .key-color {
  display: inline-block;
  border: 1px solid #333;
  position: relative;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  top: -1px;
  line-height: 1px;
  font-size: 1px;
}

.seating-map-selections p {
  text-align: left;
}
.seating-map-selections p > span {
  display: inline-block;
  float: right;
}

.seating-map-wrap {
  max-height: 500px;
  background: #f1f1f1;
  border-radius: 5px;
}
.seating-map-wrap .stage {
  border: 1px solid #bbb;
  background: #f2eb54;
  padding: 4px;
  font-weight: bold;
  margin: auto;
  margin-bottom: 16px;
  margin-top: 16px;
  text-align: center;
  width: 50%;
}
.seating-map-wrap .stage.stageRight {
  text-align: center;
  padding: 5px;
  margin: 0px;
  margin-bottom: 16px;
  margin-top: 15px;
  float: right;
  width: 15px;
}
.seating-map-wrap .stage.stageLeft {
  text-align: center;
  padding: 5px;
  margin: 0px;
  margin-bottom: 16px;
  margin-top: 15px;
  float: left;
  width: 15px;
}
.seating-map-wrap #seatingMap_readout {
  margin-top: 8px;
  text-align: center;
}
.seating-map-wrap .none {
  display: none;
}

@media (max-width: 939px) {
  .seating-map-wrap {
    max-height: 280px;
  }
  body.modal-open .green-button, body.modal-open .image-upload button, .image-upload body.modal-open button, body.modal-open .seatingPlaceMapDisplay .button, .seatingPlaceMapDisplay body.modal-open .button {
    position: absolute;
    top: -6px;
    right: 50px;
  }
}
.seatingPlaceMapMatrix {
  text-align: center;
  margin: 16px 24px;
}
.seatingPlaceMapMatrix.seatsCenter .seatingPlaceMapRow {
  margin: auto;
}
.seatingPlaceMapMatrix.seatsRight {
  text-align: right;
}
.seatingPlaceMapMatrix.seatsRight .seatingPlaceMapRow {
  float: right;
}
.seatingPlaceMapMatrix.seatsLeft {
  text-align: right;
}
.seatingPlaceMapMatrix.seatsLeft .seatingPlaceMapRow {
  float: left;
}

.seatingPlaceMapRow td {
  position: relative;
  vertical-align: top;
}
.seatingPlaceMapRow .seat {
  border-radius: 2px;
  margin-right: 1px;
  display: block;
  border: 1px solid #bbb;
  background-color: rgba(76, 187, 23, 0.3);
  width: 38px;
  height: 38px;
  line-height: 14px;
  font-size: 7px;
  text-align: center;
  color: #000;
  padding: 3px;
  color: #000 !important;
  position: relative;
}
.seatingPlaceMapRow .seat:after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.seatingPlaceMapRow .seat i {
  font-size: 12px;
  font-weight: bold;
}
.seatingPlaceMapRow .seat.off {
  background: #f1f1f1 !important;
  border: 1px solid #f1f1f1;
}
.seatingPlaceMapRow .seat.off:after {
  display: none;
}
.seatingPlaceMapRow .seat.available {
  border: 1px solid #bbb;
  cursor: pointer;
}
.seatingPlaceMapRow .seat.available:hover:after {
  display: none;
}
.seatingPlaceMapRow .seat.available .tooltip {
  background: #98c348;
}
.seatingPlaceMapRow .seat.available .tooltip:after {
  border-top: 10px solid #98c348;
}
.seatingPlaceMapRow .seat.unavailable {
  cursor: not-allowed;
  background-color: #bbb !important;
}
.seatingPlaceMapRow .seat.unavailable:after {
  font-size: 7px;
  font-weight: bold;
  top: 2px;
}
.seatingPlaceMapRow .seat.selected {
  border: 1px solid #888;
  height: 38px;
  width: 38px;
}
.seatingPlaceMapRow .seat.selected:after {
  display: none;
}
.seatingPlaceMapRow .seat .tooltip {
  z-index: 101;
  position: absolute;
  width: 110px;
  height: 56px;
  background: #801f14;
  left: -48px;
  top: -62px;
  display: none;
  color: #e5e5e5;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.4);
}
.seatingPlaceMapRow .seat .tooltip:after {
  display: block;
  content: "";
  position: absolute;
  left: 48px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #801f14;
}
.seatingPlaceMapRow .seat.showtip .tooltip {
  display: block;
}
.seatingPlaceMapRow .seat.bgcolor-4cbb17 {
  background-color: rgba(76, 187, 23, 0.9);
}
.seatingPlaceMapRow .seat.bgcolor-4cbb17.selected {
  background-color: rgba(76, 187, 23, 0.2);
}
.seatingPlaceMapRow .seat.bgcolor-5bb3ff {
  background-color: rgba(91, 179, 255, 0.9);
}
.seatingPlaceMapRow .seat.bgcolor-5bb3ff.selected {
  background-color: rgba(91, 179, 255, 0.2);
}
.seatingPlaceMapRow .seat.bgcolor-87eb35 {
  background-color: rgba(135, 235, 53, 0.9);
}
.seatingPlaceMapRow .seat.bgcolor-87eb35.selected {
  background-color: rgba(135, 235, 53, 0.2);
}
.seatingPlaceMapRow .seat.bgcolor-f2eb54 {
  background-color: rgba(242, 235, 84, 0.9);
}
.seatingPlaceMapRow .seat.bgcolor-f2eb54.selected {
  background-color: rgba(242, 235, 84, 0.2);
}
.seatingPlaceMapRow .seat.bgcolor-9883e6 {
  background-color: rgba(152, 131, 230, 0.9);
}
.seatingPlaceMapRow .seat.bgcolor-9883e6.selected {
  background-color: rgba(152, 131, 230, 0.2);
}
.seatingPlaceMapRow .seat.bgcolor-fc9159 {
  background-color: rgba(252, 145, 89, 0.9);
}
.seatingPlaceMapRow .seat.bgcolor-fc9159.selected {
  background-color: rgba(252, 145, 89, 0.2);
}
.seatingPlaceMapRow .seat.bgcolor-51ecd6 {
  background-color: rgba(81, 236, 214, 0.9);
}
.seatingPlaceMapRow .seat.bgcolor-51ecd6.selected {
  background-color: rgba(81, 236, 214, 0.2);
}
.seatingPlaceMapRow .seat.bgcolor-dd2e2e {
  background-color: rgba(221, 46, 46, 0.9);
}
.seatingPlaceMapRow .seat.bgcolor-dd2e2e.selected {
  background-color: rgba(221, 46, 46, 0.2);
}
.seatingPlaceMapRow .seat.bgcolor-3f4ded {
  background-color: rgba(63, 77, 237, 0.9);
}
.seatingPlaceMapRow .seat.bgcolor-3f4ded.selected {
  background-color: rgba(63, 77, 237, 0.2);
}
.seatingPlaceMapRow .seat.bgcolor-ffc0cb {
  background-color: rgba(255, 192, 203, 0.9);
}
.seatingPlaceMapRow .seat.bgcolor-ffc0cb.selected {
  background-color: rgba(255, 192, 203, 0.2);
}

body.showtime {
  background: #000 !important;
}

button.event-code-submit {
  padding: 12px;
}

.video-js .vjs-tech {
  height: auto !important;
}

div.showtime-watch {
  z-index: 500;
}
div.showtime-watch a:hover {
  background: #5d7a28;
  opacity: 1 !important;
}

#tomatoplayer_youtube_api {
  height: 100% !important;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.scroll_effect {
  visibility: hidden;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.slow {
  animation-duration: 4s;
}

.animated.repeat {
  animation-iteration-count: infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

/* Color Key */
body.dashboard:before,
body.customers:before,
body.promotions:before,
body.reports:before {
  background: none;
  background-color: #e4e4e4;
}

#mobile-nav.dash-nav {
  background-color: #5E5E5E;
}
#mobile-nav.dash-nav .active {
  background-color: #393939;
}
#mobile-nav.dash-nav li {
  border-bottom: 1px #393939 solid;
}
#mobile-nav.dash-nav a {
  background-color: #5E5E5E;
}
#mobile-nav.dash-nav a:hover {
  background-color: #393939 !important;
}

#main-nav.dash-nav {
  background-color: #5E5E5E;
}
#main-nav.dash-nav li, #main-nav.dash-nav ul {
  background-color: #5E5E5E;
}
#main-nav.dash-nav li:hover {
  background-color: #393939 !important;
}
#main-nav.dash-nav .active {
  background-color: #393939 !important;
}
#main-nav.dash-nav ul.left {
  border-left: 1px #393939 solid;
}
#main-nav.dash-nav ul.right {
  border: none;
}
#main-nav.dash-nav .mobile-menu {
  width: 25%;
  border-right: 1px #393939 solid;
}
#main-nav.dash-nav .dashboard {
  width: 33.3%;
  border-right: 1px #393939 solid;
}
#main-nav.dash-nav .dashboard a {
  background: url("/assets/images/elements/svg/meter.svg") no-repeat center 3px;
  background-size: 28%;
  font-size: 14px;
  line-height: 95px;
  padding-top: 3px;
}
#main-nav.dash-nav .customers {
  width: 33.3%;
  border-right: 1px #393939 solid;
}
#main-nav.dash-nav .customers a {
  background: url("/assets/images/elements/svg/users2.svg") no-repeat center 3px;
  background-size: 28%;
  font-size: 14px;
  line-height: 95px;
  padding-top: 3px;
}
#main-nav.dash-nav .promotions {
  width: 33.3%;
  border-right: 1px #393939 solid;
}
#main-nav.dash-nav .promotions a {
  background: url("/assets/images/elements/svg/bullhorn.svg") no-repeat center 3px;
  background-size: 28%;
  font-size: 14px;
  line-height: 95px;
  padding-top: 3px;
}
#main-nav.dash-nav .home {
  background-color: #5E5E5E;
}
#main-nav.dash-nav .home:hover {
  background-color: #393939 !important;
}
#main-nav.dash-nav .box-office {
  width: 33.3%;
  border-right: 1px #393939 solid;
  border-left: 1px #393939 solid;
}
#main-nav.dash-nav .box-office a {
  background: url("/assets/images/elements/svg/shop.svg") no-repeat center 3px;
  background-size: 28%;
  font-size: 14px;
  line-height: 95px;
  padding-top: 3px;
}
#main-nav.dash-nav .checkin {
  width: 33.3%;
  border-right: 1px #393939 solid;
}
#main-nav.dash-nav .checkin a {
  background: url("/assets/images/elements/svg/barcode.svg") no-repeat center 3px;
  background-size: 28%;
  font-size: 14px;
  line-height: 95px;
  padding-top: 3px;
}
#main-nav.dash-nav .reports {
  width: 33.3%;
  border-right: 1px #393939 solid;
}
#main-nav.dash-nav .reports a {
  background: url("/assets/images/elements/svg/stats-dots.svg") no-repeat center 3px;
  background-size: 28%;
  font-size: 14px;
  line-height: 95px;
  padding-top: 3px;
}

@media (min-width: 500px) and (max-width: 939px) {
  #main-nav.dash-nav .mobile-menu {
    width: 25%;
    border-right: 1px #393939 solid;
    display: none !important;
  }
  #main-nav.dash-nav .dashboard {
    width: 33.3%;
    border-right: 1px #393939 solid;
  }
  #main-nav.dash-nav .dashboard a {
    background: url("/assets/images/elements/svg/meter.svg") no-repeat center center;
    background-size: 33%;
    text-indent: -10000px;
    line-height: 48px;
  }
  #main-nav.dash-nav .customers {
    width: 33.3%;
    border-right: 1px #393939 solid;
  }
  #main-nav.dash-nav .customers a {
    background: url("/assets/images/elements/svg/users2.svg") no-repeat center center;
    background-size: 33%;
    text-indent: -10000px;
    line-height: 48px;
  }
  #main-nav.dash-nav .promotions {
    width: 33.3%;
    border-right: 1px #393939 solid;
  }
  #main-nav.dash-nav .promotions a {
    background: url("/assets/images/elements/svg/bullhorn.svg") no-repeat center center;
    background-size: 33%;
    text-indent: -10000px;
    line-height: 48px;
  }
  #main-nav.dash-nav .box-office {
    width: 33.3%;
    border-right: 1px #393939 solid;
    border-left: 1px #393939 solid;
  }
  #main-nav.dash-nav .box-office a {
    background: url("/assets/images/elements/svg/ticket.svg") no-repeat center center;
    background-size: 33%;
    text-indent: -10000px;
    line-height: 48px;
  }
  #main-nav.dash-nav .checkin {
    width: 33.3%;
    border-right: 1px #393939 solid;
  }
  #main-nav.dash-nav .checkin a {
    background: url("/assets/images/elements/svg/barcode.svg") no-repeat center center;
    background-size: 33%;
    text-indent: -10000px;
    line-height: 48px;
  }
  #main-nav.dash-nav .reports {
    width: 33.3%;
    border-right: 1px #393939 solid;
    display: block;
  }
  #main-nav.dash-nav .reports a {
    background: url("/assets/images/elements/svg/stats-dots.svg") no-repeat center center;
    background-size: 33%;
    text-indent: -10000px;
    line-height: 48px;
  }
}
@media (max-width: 499px) {
  #main-nav.dash-nav .mobile-menu {
    width: 40%;
    border-right: 1px #393939 solid;
    display: block !important;
  }
  #main-nav.dash-nav .dashboard, #main-nav.dash-nav .customers, #main-nav.dash-nav .promotions, #main-nav.dash-nav .box-office, #main-nav.dash-nav .checkin, #main-nav.dash-nav .reports {
    display: none !important;
  }
}
div.nav-logout {
  text-align: right;
  top: 10px;
  width: 98%;
}
div.nav-logout a {
  padding: 5px;
  text-transform: uppercase;
}
div.nav-logout a:hover {
  background-color: #AAAAAA;
  border-radius: 5px;
}

#main-footer.dash-foot {
  background-color: #5E5E5E;
  height: 50px;
  margin-top: -50px;
}
#main-footer.dash-foot div {
  top: 50%;
  margin-top: -15px;
}
#main-footer.dash-foot .copyright {
  color: #e4e4e4;
  font-size: 11px;
}
#main-footer.dash-foot div.container div.loading-box div.event {
  height: 100px;
}
#main-footer.dash-foot div.container div.loading-box div.event div.spinner {
  background-image: url("/assets/images/elements/svg/spinner6.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  height: 35px;
  animation: spinner 1.2s linear infinite;
}
#main-footer.dash-foot .support {
  color: #e4e4e4;
  font-family: "RobotoSans", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 15px;
  font-style: normal;
}

@media (max-width: 939px) {
  #main-footer.dash-foot .row {
    max-width: none;
  }
  #main-footer.dash-foot .col-6 {
    width: 46.95122% !important;
  }
}
div.container .sub-header {
  text-align: center;
}

img.svg-text {
  height: 16px;
  padding: 0px !important;
}

img.not-checked {
  background: #668330;
}

.hi-five {
  padding: 5px 0 0 0;
}

h3.sub-header {
  color: #393939;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.dashboard-ctrl div.dark-form {
  background-color: #5E5E5E;
  border-top: 2px solid #5E5E5E;
  border-left: 2px solid #5E5E5E;
  border-right: 2px solid #5E5E5E;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: 0 10px 0;
  display: table;
}
.dashboard-ctrl div.dark-form > * {
  display: table-cell;
}
.dashboard-ctrl div.dark-form .fields {
  color: #e4e4e4;
  width: 134px;
  text-align: center;
}
.dashboard-ctrl div.dark-form .fields .green-button, .dashboard-ctrl div.dark-form .fields .image-upload button, .image-upload .dashboard-ctrl div.dark-form .fields button, .dashboard-ctrl div.dark-form .fields .seatingPlaceMapDisplay .button, .seatingPlaceMapDisplay .dashboard-ctrl div.dark-form .fields .button {
  margin: 5px;
  display: block;
  box-shadow: none;
  background-color: #661910;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 5px;
}
.dashboard-ctrl div.dark-form .fields .green-button *, .dashboard-ctrl div.dark-form .fields .image-upload button *, .image-upload .dashboard-ctrl div.dark-form .fields button *, .dashboard-ctrl div.dark-form .fields .seatingPlaceMapDisplay .button *, .seatingPlaceMapDisplay .dashboard-ctrl div.dark-form .fields .button * {
  float: none;
}
.dashboard-ctrl div.dark-form .fields .green-button button, .dashboard-ctrl div.dark-form .fields .image-upload button button, .image-upload .dashboard-ctrl div.dark-form .fields button button, .dashboard-ctrl div.dark-form .fields .seatingPlaceMapDisplay .button button, .seatingPlaceMapDisplay .dashboard-ctrl div.dark-form .fields .button button {
  background-color: transparent;
  margin: auto;
  text-shadow: none;
}
.dashboard-ctrl div.dark-form .fields .green-button:hover, .dashboard-ctrl div.dark-form .fields .image-upload button:hover, .image-upload .dashboard-ctrl div.dark-form .fields button:hover, .dashboard-ctrl div.dark-form .fields .seatingPlaceMapDisplay .button:hover, .seatingPlaceMapDisplay .dashboard-ctrl div.dark-form .fields .button:hover {
  background-color: #CC3220;
}
.dashboard-ctrl div.dark-form .fields span.sep {
  font-size: 24px;
  margin: 0 15px 0 5px;
  color: #AAAAAA;
  display: inline;
  vertical-align: middle;
}
.dashboard-ctrl div.dark-form .fields span.pagination {
  font-style: italic;
  font-weight: bold;
  color: #e4e4e4;
  display: inline;
  vertical-align: middle;
}
.dashboard-ctrl div.dark-form select {
  width: 98%;
  -webkit-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color: #e4e4e4;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  background-size: 16px 16px;
  padding-right: 33px;
  border: 2px solid #393939;
}
.dashboard-ctrl div.dark-form .fields.name {
  width: 231px;
}
.dashboard-ctrl div.dark-form .fields.group {
  width: 346px;
}
.dashboard-ctrl div.dark-form .fields.page-select {
  width: 346px;
}
.dashboard-ctrl div.dark-form .fields img {
  height: 28px;
  vertical-align: middle !important;
}
.dashboard-ctrl div.dark-form .fields img.imgselect {
  padding: 0px 3px 3px 3px;
  margin: 3px 0 0 0;
}
.dashboard-ctrl div.dark-form .fields img.no-top {
  padding: 3px;
}
.dashboard-ctrl div.dark-form .fields img.selected {
  background-color: #393939;
  border-top: 3px solid #98C348;
  margin: 0;
}
.dashboard-ctrl div.dark-form .fields img.imgselect:hover {
  border-top: 3px solid #98C348;
  background-color: #393939;
  margin: 0;
}
.dashboard-ctrl div.dark-form .fields img.no-top:hover {
  border: none;
  margin: 3px 0 0 0;
}
.dashboard-ctrl div.dark-form .title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e4e4e4;
}
.dashboard-ctrl div.dark-form .details {
  border-left: 1px solid #e4e4e4;
  padding-left: 15px;
  width: 180px;
  color: #e4e4e4;
}
.dashboard-ctrl div.dark-form .details span {
  display: block;
}
.dashboard-ctrl div.dark-form .details span em {
  font-size: 18px;
  margin: 4px 0;
  font-weight: 700;
}
.dashboard-ctrl div.dark-form.attach {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.dashboard-ctrl div.dark-form.attach span.totals {
  color: #393939;
  vertical-align: top;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
}
.dashboard-ctrl div.dark-form.attach span.totals img {
  height: 20px;
}

div.cart-row.dashboard .remaining {
  width: 180px;
}
div.cart-row.dashboard .dash-free i {
  font-style: italic !important;
  font-family: "Merriweather", Georgia, sans-serif;
  font-size: 16px;
}
div.cart-row.dashboard img.dash-bling {
  height: 20px;
  top: 3px;
  position: relative;
  padding-right: 4px;
}
div.cart-row.dashboard span.dash-ticket img {
  height: 20px;
  top: 6px;
  position: relative;
  transform: rotate(45deg);
}

.cart-row.dashboard .buttons,
.cart-row.customers .buttons,
.cart-row.promotions .buttons,
.cart-row.reports .buttons {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #16475D;
  padding: 6px 0 2px 0;
}
.cart-row.dashboard .buttons img,
.cart-row.customers .buttons img,
.cart-row.promotions .buttons img,
.cart-row.reports .buttons img {
  padding: 2px 15px 2px 15px;
  height: 30px;
}
.cart-row.dashboard .buttons img:hover,
.cart-row.customers .buttons img:hover,
.cart-row.promotions .buttons img:hover,
.cart-row.reports .buttons img:hover {
  background-color: #393939;
}

.cart-row.dashboard .event-editor,
.cart-row.promotions .event-editor {
  height: 0px;
  background-color: #e4e4e4;
  border-bottom: none;
  padding: 0px !important;
}

.cart-row.dashboard .event-editor.slideout {
  padding: 10px 10px 0px 10px !important;
  border-bottom: 2px solid #0E2F3E;
  border-left: 2px solid #0E2F3E;
  border-right: 2px solid #0E2F3E;
  height: auto;
}

.cart-row.customers .event-editor.slideout {
  height: auto;
  padding: 10px 10px 0px 10px !important;
  border-bottom: 2px solid #661910;
  border-left: 2px solid #661910;
  border-right: 2px solid #661910;
}

.cart-row.promotions .event-editor.slideout {
  padding: 10px 10px 0px 10px !important;
  border-bottom: 2px solid #354319;
  border-left: 2px solid #354319;
  border-right: 2px solid #354319;
  height: auto;
}

.cart-row.reports .event-editor.slideout {
  height: auto;
  padding: 10px 10px 0px 10px !important;
  border-bottom: 2px solid #BF651D;
  border-left: 2px solid #BF651D;
  border-right: 2px solid #BF651D;
}

div.customers div.dark-form,
div.dashboard div.dark-form,
div.promotions div.dark-form,
div.reports div.dark-form {
  color: #e4e4e4 !important;
}
div.customers div.dark-form .col-8, div.customers div.dark-form .col-8 .row,
div.dashboard div.dark-form .col-8,
div.dashboard div.dark-form .col-8 .row,
div.promotions div.dark-form .col-8,
div.promotions div.dark-form .col-8 .row,
div.reports div.dark-form .col-8,
div.reports div.dark-form .col-8 .row {
  margin: 0;
}
div.customers div.dark-form div.dash-chart,
div.dashboard div.dark-form div.dash-chart,
div.promotions div.dark-form div.dash-chart,
div.reports div.dark-form div.dash-chart {
  height: 160px;
}
div.customers div.dark-form div.dash-ctrl,
div.dashboard div.dark-form div.dash-ctrl,
div.promotions div.dark-form div.dash-ctrl,
div.reports div.dark-form div.dash-ctrl {
  height: 40px;
}
div.customers div.dark-form .google-visualization-controls-slider-horizontal:hover,
div.dashboard div.dark-form .google-visualization-controls-slider-horizontal:hover,
div.promotions div.dark-form .google-visualization-controls-slider-horizontal:hover,
div.reports div.dark-form .google-visualization-controls-slider-horizontal:hover {
  background-color: none !important;
}
div.customers div.dark-form .tabs,
div.dashboard div.dark-form .tabs,
div.promotions div.dark-form .tabs,
div.reports div.dark-form .tabs {
  height: 200px;
}
div.customers div.dark-form .tabs g path,
div.dashboard div.dark-form .tabs g path,
div.promotions div.dark-form .tabs g path,
div.reports div.dark-form .tabs g path {
  stroke: #6F93C3 !important;
}
div.customers div.dark-form .tabs g circle,
div.dashboard div.dark-form .tabs g circle,
div.promotions div.dark-form .tabs g circle,
div.reports div.dark-form .tabs g circle {
  fill: #6F93C3 !important;
}
div.customers div.dark-form .row.tab,
div.dashboard div.dark-form .row.tab,
div.promotions div.dark-form .row.tab,
div.reports div.dark-form .row.tab {
  background-color: #16475D;
  height: 40px;
  border-right: 2px solid #0E2F3E;
  padding: 0px 5px 0px 5px;
}
div.customers div.dark-form .row.tab div.overview,
div.dashboard div.dark-form .row.tab div.overview,
div.promotions div.dark-form .row.tab div.overview,
div.reports div.dark-form .row.tab div.overview {
  display: block;
  padding-top: 7px;
  text-align: right;
  color: #e4e4e4;
  font-size: 20px;
  font-weight: bold;
}
div.customers div.dark-form .revenue-icon,
div.dashboard div.dark-form .revenue-icon,
div.promotions div.dark-form .revenue-icon,
div.reports div.dark-form .revenue-icon {
  background-image: url("/assets/images/elements/svg/credit.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
div.customers div.dark-form .ticket-icon,
div.dashboard div.dark-form .ticket-icon,
div.promotions div.dark-form .ticket-icon,
div.reports div.dark-form .ticket-icon {
  background-image: url("/assets/images/elements/svg/ticket.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
div.customers div.dark-form .row.tab.selected.revenue-icon, div.customers div.dark-form .row.tab.selected.ticket-icon,
div.dashboard div.dark-form .row.tab.selected.revenue-icon,
div.dashboard div.dark-form .row.tab.selected.ticket-icon,
div.promotions div.dark-form .row.tab.selected.revenue-icon,
div.promotions div.dark-form .row.tab.selected.ticket-icon,
div.reports div.dark-form .row.tab.selected.revenue-icon,
div.reports div.dark-form .row.tab.selected.ticket-icon {
  background-position: 6% 6%;
  background-size: initial;
}
div.customers div.dark-form .row.tab.selected,
div.dashboard div.dark-form .row.tab.selected,
div.promotions div.dark-form .row.tab.selected,
div.reports div.dark-form .row.tab.selected {
  background-image: none;
  background-color: #5E5E5E;
  height: 160px;
}
div.customers div.dark-form .row.tab.selected div.overview,
div.dashboard div.dark-form .row.tab.selected div.overview,
div.promotions div.dark-form .row.tab.selected div.overview,
div.reports div.dark-form .row.tab.selected div.overview {
  display: none;
}
div.customers div.dark-form .row.tab:hover,
div.dashboard div.dark-form .row.tab:hover,
div.promotions div.dark-form .row.tab:hover,
div.reports div.dark-form .row.tab:hover {
  background-color: #393939;
}
div.customers div.dark-form .img.tab-icon,
div.dashboard div.dark-form .img.tab-icon,
div.promotions div.dark-form .img.tab-icon,
div.reports div.dark-form .img.tab-icon {
  height: 10px;
}
div.customers div.dark-form span,
div.dashboard div.dark-form span,
div.promotions div.dark-form span,
div.reports div.dark-form span {
  color: #e4e4e4;
}

.cart-row.customers .event-editor div.row,
.cart-row.reports .event-editor div.row {
  background-color: white;
}
.cart-row.customers .event-editor div.dash-chart,
.cart-row.reports .event-editor div.dash-chart {
  height: 200px;
}

div.container.center-chart div.dark-form .row.tab {
  background-color: #393939;
  border-right: 2px solid #393939;
}
div.container.center-chart div.dark-form .row.tab.selected {
  background-color: #5E5E5E;
}

@media (max-width: 939px) {
  .cart-row.dashboard .buttons,
  .cart-row.customers .buttons,
  .cart-row.promotions .buttons,
  .cart-row.reports .buttons {
    top: 0px;
    right: 0px;
    border-bottom-right-radius: 0;
    width: 60px;
  }
  .cart-row.dashboard .buttons img,
  .cart-row.customers .buttons img,
  .cart-row.promotions .buttons img,
  .cart-row.reports .buttons img {
    padding: 2px 15px 2px 15px;
    height: 30px;
  }
  div.dashboard div.dark-form div.tab {
    width: 10%;
    float: left;
    padding: 0px !important;
    border: 0px !important;
  }
  div.dashboard div.dark-form .row.tab {
    height: 200px;
  }
  div.dashboard div.dark-form .row.tab div.overview {
    display: none;
  }
  div.dashboard div.dark-form .row.tab.selected {
    background-color: #6F93C3;
    height: 200px;
    width: 90%;
  }
  div.dashboard div.dark-form .row.tab:hover {
    background-color: #393939;
  }
}
.customer-ctrl,
.report-ctrl {
  padding-top: 10px;
  background-color: #d9d9d9;
  border-bottom: 2px solid #5E5E5E;
}
.customer-ctrl div.dark-form,
.report-ctrl div.dark-form {
  margin: 0 10px 0;
  display: table;
}
.customer-ctrl div.dark-form > *,
.report-ctrl div.dark-form > * {
  display: table-cell;
}
.customer-ctrl div.dark-form .fields,
.report-ctrl div.dark-form .fields {
  color: #e4e4e4;
  width: 134px;
  text-align: center;
}
.customer-ctrl div.dark-form .fields .green-button, .customer-ctrl div.dark-form .fields .image-upload button, .image-upload .customer-ctrl div.dark-form .fields button, .customer-ctrl div.dark-form .fields .seatingPlaceMapDisplay .button, .seatingPlaceMapDisplay .customer-ctrl div.dark-form .fields .button,
.report-ctrl div.dark-form .fields .green-button,
.report-ctrl div.dark-form .fields .image-upload button,
.image-upload .report-ctrl div.dark-form .fields button,
.report-ctrl div.dark-form .fields .seatingPlaceMapDisplay .button,
.seatingPlaceMapDisplay .report-ctrl div.dark-form .fields .button {
  border: none;
  margin: 5px;
  display: block;
  box-shadow: none;
  background-color: #661910;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 5px;
}
.customer-ctrl div.dark-form .fields .green-button *, .customer-ctrl div.dark-form .fields .image-upload button *, .image-upload .customer-ctrl div.dark-form .fields button *, .customer-ctrl div.dark-form .fields .seatingPlaceMapDisplay .button *, .seatingPlaceMapDisplay .customer-ctrl div.dark-form .fields .button *,
.report-ctrl div.dark-form .fields .green-button *,
.report-ctrl div.dark-form .fields .image-upload button *,
.image-upload .report-ctrl div.dark-form .fields button *,
.report-ctrl div.dark-form .fields .seatingPlaceMapDisplay .button *,
.seatingPlaceMapDisplay .report-ctrl div.dark-form .fields .button * {
  float: none;
}
.customer-ctrl div.dark-form .fields .green-button button, .customer-ctrl div.dark-form .fields .image-upload button button, .image-upload .customer-ctrl div.dark-form .fields button button, .customer-ctrl div.dark-form .fields .seatingPlaceMapDisplay .button button, .seatingPlaceMapDisplay .customer-ctrl div.dark-form .fields .button button,
.report-ctrl div.dark-form .fields .green-button button,
.report-ctrl div.dark-form .fields .image-upload button button,
.image-upload .report-ctrl div.dark-form .fields button button,
.report-ctrl div.dark-form .fields .seatingPlaceMapDisplay .button button,
.seatingPlaceMapDisplay .report-ctrl div.dark-form .fields .button button {
  background-color: transparent;
  margin: auto;
  text-shadow: none;
}
.customer-ctrl div.dark-form .fields .green-button.submit:hover, .customer-ctrl div.dark-form .fields .image-upload button.submit:hover, .image-upload .customer-ctrl div.dark-form .fields button.submit:hover, .customer-ctrl div.dark-form .fields .seatingPlaceMapDisplay .submit.button:hover, .seatingPlaceMapDisplay .customer-ctrl div.dark-form .fields .submit.button:hover,
.report-ctrl div.dark-form .fields .green-button.submit:hover,
.report-ctrl div.dark-form .fields .image-upload button.submit:hover,
.image-upload .report-ctrl div.dark-form .fields button.submit:hover,
.report-ctrl div.dark-form .fields .seatingPlaceMapDisplay .submit.button:hover,
.seatingPlaceMapDisplay .report-ctrl div.dark-form .fields .submit.button:hover {
  background-color: #CC3220;
}
.customer-ctrl div.dark-form .fields span.sep,
.report-ctrl div.dark-form .fields span.sep {
  font-size: 24px;
  margin: 0 15px 0 5px;
  color: #AAAAAA;
  display: inline;
  vertical-align: middle;
}
.customer-ctrl div.dark-form .fields span.pagination,
.report-ctrl div.dark-form .fields span.pagination {
  font-style: italic;
  font-weight: bold;
  color: #393939;
  display: inline;
  vertical-align: middle;
}
.customer-ctrl div.dark-form .fields.figures,
.report-ctrl div.dark-form .fields.figures {
  width: 134px;
}
.customer-ctrl div.dark-form .fields.graph,
.report-ctrl div.dark-form .fields.graph {
  width: 402px;
  min-height: 50px;
}
.customer-ctrl div.dark-form .fields.graph .dash,
.report-ctrl div.dark-form .fields.graph .dash {
  background-color: #BF651D;
  border: 2px solid #393939;
  border-radius: 8px;
  margin: 0 20px 0 20px;
  padding: 5px;
}
.customer-ctrl div.dark-form .fields.graph .dash img.buttonize,
.report-ctrl div.dark-form .fields.graph .dash img.buttonize {
  background-color: #668330 !important;
  border: 2px solid #354319;
  border-radius: 8px;
  padding: 0 15px 0 15px;
}
.customer-ctrl div.dark-form .fields.graph .dash img.buttonize:hover,
.report-ctrl div.dark-form .fields.graph .dash img.buttonize:hover {
  background-color: #98C348 !important;
}
.customer-ctrl div.dark-form .fields.graph .dash span,
.report-ctrl div.dark-form .fields.graph .dash span {
  font-weight: bold;
}
.customer-ctrl div.dark-form .fields.sort,
.report-ctrl div.dark-form .fields.sort {
  width: 156px;
  text-align: right;
}
.customer-ctrl div.dark-form .fields.name,
.report-ctrl div.dark-form .fields.name {
  width: 231px;
}
.customer-ctrl div.dark-form .fields.page-select,
.report-ctrl div.dark-form .fields.page-select {
  width: 231px;
}
.customer-ctrl div.dark-form .fields.date,
.report-ctrl div.dark-form .fields.date {
  width: 100px;
}
.customer-ctrl div.dark-form .fields.dir,
.report-ctrl div.dark-form .fields.dir {
  width: 110px;
}
.customer-ctrl div.dark-form .fields img,
.report-ctrl div.dark-form .fields img {
  height: 28px;
  margin-top: 3px;
  vertical-align: middle !important;
}
.customer-ctrl div.dark-form .fields img.imgselect,
.report-ctrl div.dark-form .fields img.imgselect {
  padding: 0px 3px 3px 3px;
  margin: 3px 0 0 0;
}
.customer-ctrl div.dark-form .fields img.no-top,
.report-ctrl div.dark-form .fields img.no-top {
  padding: 3px;
}
.customer-ctrl div.dark-form .fields img.selected,
.report-ctrl div.dark-form .fields img.selected {
  border-top: 3px solid #393939;
  background-color: #AAAAAA;
  margin: 0;
}
.customer-ctrl div.dark-form .fields img.imgselect:hover,
.report-ctrl div.dark-form .fields img.imgselect:hover {
  border-top: 3px solid #393939;
  background-color: #AAAAAA;
  margin: 0;
}
.customer-ctrl div.dark-form .fields img.no-top:hover,
.report-ctrl div.dark-form .fields img.no-top:hover {
  border: none;
  margin: 3px 0 0 0;
}
.customer-ctrl div.dark-form .title,
.report-ctrl div.dark-form .title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e4e4e4;
}
.customer-ctrl div.dark-form .details,
.report-ctrl div.dark-form .details {
  border-left: 1px solid #e4e4e4;
  padding-left: 15px;
  width: 180px;
  color: #e4e4e4;
}
.customer-ctrl div.dark-form .details span,
.report-ctrl div.dark-form .details span {
  display: block;
}
.customer-ctrl div.dark-form .details span em,
.report-ctrl div.dark-form .details span em {
  font-size: 18px;
  margin: 4px 0;
  font-weight: 700;
}
.customer-ctrl select,
.report-ctrl select {
  width: 98%;
  -webkit-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color: #e4e4e4;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  background-size: 16px 16px;
  padding-right: 33px;
}
.customer-ctrl div.dark-form input[type=text],
.report-ctrl div.dark-form input[type=text] {
  border: 2px solid #393939;
  width: 98%;
}
.customer-ctrl ::-webkit-input-placeholder,
.report-ctrl ::-webkit-input-placeholder {
  color: #AAAAAA;
  font-style: normal;
  font-weight: normal;
}
.customer-ctrl :-moz-placeholder,
.report-ctrl :-moz-placeholder {
  color: #AAAAAA;
  font-style: normal;
  font-weight: normal;
}
.customer-ctrl ::-moz-placeholder,
.report-ctrl ::-moz-placeholder {
  color: #AAAAAA;
  font-style: normal;
  font-weight: normal;
}
.customer-ctrl :-ms-input-placeholder,
.report-ctrl :-ms-input-placeholder {
  color: #AAAAAA;
  font-style: normal;
  font-weight: normal;
}
.customer-ctrl div.dark-form.attach,
.report-ctrl div.dark-form.attach {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.customer-ctrl div.dark-form.attach span.totals,
.report-ctrl div.dark-form.attach span.totals {
  color: #393939;
  vertical-align: top;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
}
.customer-ctrl div.dark-form.attach span.totals img,
.report-ctrl div.dark-form.attach span.totals img {
  height: 20px;
}

.cart-row.customers.alt-row,
.cart-row.promotions.alt-row,
.cart-row.reports.alt-row {
  background-color: #d9d9d9;
}

.cart-row.customers,
.cart-row.promotions,
.cart-row.reports {
  margin-bottom: 0px !important;
  font-size: 13px;
  font-family: "Merriweather", Georgia, sans-serif;
}
.cart-row.customers .event,
.cart-row.promotions .event,
.cart-row.reports .event {
  color: black;
  font-family: "RobotoSans", Arial, Helvetica, sans-serif;
  padding: 10px 0 10px 0;
}
.cart-row.customers .barcode,
.cart-row.promotions .barcode,
.cart-row.reports .barcode {
  width: 148px;
}
.cart-row.customers .barcode a,
.cart-row.promotions .barcode a,
.cart-row.reports .barcode a {
  color: #668330;
}
.cart-row.customers .barcode a:hover,
.cart-row.promotions .barcode a:hover,
.cart-row.reports .barcode a:hover {
  color: #801514;
}
.cart-row.customers .contact-info,
.cart-row.promotions .contact-info,
.cart-row.reports .contact-info {
  width: 220px;
}
.cart-row.customers .conversion,
.cart-row.promotions .conversion,
.cart-row.reports .conversion {
  width: 95px;
}
.cart-row.customers .details,
.cart-row.promotions .details,
.cart-row.reports .details {
  color: black;
}
.cart-row.customers .landing,
.cart-row.promotions .landing,
.cart-row.reports .landing {
  width: 280px;
}
.cart-row.customers .no-line,
.cart-row.promotions .no-line,
.cart-row.reports .no-line {
  border: none;
  width: 188px;
  max-width: 220px;
}
.cart-row.customers .purchaser,
.cart-row.promotions .purchaser,
.cart-row.reports .purchaser {
  width: 210px;
}
.cart-row.customers .padding-left,
.cart-row.promotions .padding-left,
.cart-row.reports .padding-left {
  padding-left: 5px;
}
.cart-row.customers .panel,
.cart-row.promotions .panel,
.cart-row.reports .panel {
  width: 164px;
  text-align: right;
  padding-right: 5px;
}
.cart-row.customers .panel img,
.cart-row.promotions .panel img,
.cart-row.reports .panel img {
  height: 35px;
  padding: 5px 5px 5px 5px;
  vertical-align: top;
}
.cart-row.customers .panel img.enabled, .cart-row.customers .panel img.enabled:hover,
.cart-row.promotions .panel img.enabled,
.cart-row.promotions .panel img.enabled:hover,
.cart-row.reports .panel img.enabled,
.cart-row.reports .panel img.enabled:hover {
  background-color: #354319;
  border-radius: 5px;
}
.cart-row.customers .panel img.disabled, .cart-row.customers .panel img.disabled:hover,
.cart-row.promotions .panel img.disabled,
.cart-row.promotions .panel img.disabled:hover,
.cart-row.reports .panel img.disabled,
.cart-row.reports .panel img.disabled:hover {
  background-color: #661910;
  border-radius: 5px;
}
.cart-row.customers .panel img:hover,
.cart-row.promotions .panel img:hover,
.cart-row.reports .panel img:hover {
  background-color: #AAAAAA;
  border-radius: 5px;
}
.cart-row.customers .referral,
.cart-row.promotions .referral,
.cart-row.reports .referral {
  width: 280px;
}
.cart-row.customers .report-title,
.cart-row.promotions .report-title,
.cart-row.reports .report-title {
  width: 200px;
  padding-left: 10px;
}
.cart-row.customers .report-description,
.cart-row.promotions .report-description,
.cart-row.reports .report-description {
  width: 576px;
}
.cart-row.customers .revenue,
.cart-row.promotions .revenue,
.cart-row.reports .revenue {
  width: 95px;
}
.cart-row.customers .seat-data,
.cart-row.promotions .seat-data,
.cart-row.reports .seat-data {
  padding-left: 10px;
  width: 200px;
}
.cart-row.customers .sessions,
.cart-row.promotions .sessions,
.cart-row.reports .sessions {
  width: 95px;
}
.cart-row.customers .sold,
.cart-row.promotions .sold,
.cart-row.reports .sold {
  width: 95px;
}
.cart-row.customers a:hover,
.cart-row.promotions a:hover,
.cart-row.reports a:hover {
  color: #668330;
}
.cart-row.customers div.event,
.cart-row.promotions div.event,
.cart-row.reports div.event {
  background-color: inherit !important;
}
.cart-row.customers form[name=coupon_editor].slideout,
.cart-row.promotions form[name=coupon_editor].slideout,
.cart-row.reports form[name=coupon_editor].slideout {
  border-top: 2px solid #393939;
}
.cart-row.customers span.category-highlight,
.cart-row.promotions span.category-highlight,
.cart-row.reports span.category-highlight {
  background-color: #5E5E5E;
  text-align: center;
  font-size: 18px;
  padding: 10px 7px 7px 7px;
  margin-bottom: 10px;
}
.cart-row.customers span.profile,
.cart-row.promotions span.profile,
.cart-row.reports span.profile {
  background-color: #5E5E5E;
  padding: 5px;
}
.cart-row.customers span.short-title,
.cart-row.promotions span.short-title,
.cart-row.reports span.short-title {
  font-weight: bold;
  font-size: 14px;
}
.cart-row.customers .event-editor,
.cart-row.promotions .event-editor,
.cart-row.reports .event-editor {
  padding: 10px 10px 0 10px;
}
.cart-row.customers .event-editor .event,
.cart-row.promotions .event-editor .event,
.cart-row.reports .event-editor .event {
  margin-bottom: 10px;
}

.cart-row.reports.header {
  border-bottom: 2px solid #393939;
  margin-top: 25px;
}
.cart-row.reports.header div.report-description {
  color: #661910;
  font-size: 22px;
  font-weight: bold;
  padding-left: 10px;
}

.cart-row.promotions .event-selector {
  width: 222px;
  padding-left: 10px;
}
.cart-row.promotions div.event-editor .cart-row .no-line {
  width: 230px;
}
.cart-row.promotions div.event-editor .details {
  padding-right: 15px !important;
}
.cart-row.promotions div.event-editor p.details {
  font-family: "Merriweather", Georgia, sans-serif;
  font-weight: 700;
}
.cart-row.promotions div.event-editor p.details span {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}
.cart-row.promotions div.event-editor select {
  border: 2px solid #393939;
  color: #000;
  width: 98%;
  -webkit-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color: #e4e4e4;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  background-size: 16px 16px;
  padding-right: 33px;
}
.cart-row.promotions div.event-editor input[type=checkbox]:before {
  background: #e4e4e4;
  border: 2px solid #393939;
  box-shadow: none;
}
.cart-row.promotions div.event-editor input[type=radio]:before {
  border: 2px solid #393939;
}
.cart-row.promotions div.event-editor input[type=radio]:checked:before {
  background: #661910;
}
.cart-row.promotions div.event-editor input[type=text] {
  border: 2px solid #393939;
  width: 98%;
}
.cart-row.promotions div.event-editor ::-webkit-input-placeholder {
  color: #AAAAAA;
  font-style: normal;
  font-weight: normal;
}
.cart-row.promotions div.event-editor :-moz-placeholder {
  color: #AAAAAA;
  font-style: normal;
  font-weight: normal;
}
.cart-row.promotions div.event-editor ::-moz-placeholder {
  color: #AAAAAA;
  font-style: normal;
  font-weight: normal;
}
.cart-row.promotions div.event-editor :-ms-input-placeholder {
  color: #AAAAAA;
  font-style: normal;
  font-weight: normal;
}
.cart-row.promotions div.event-editor.slideout {
  border-bottom: 2px solid #393939 !important;
}
.cart-row.promotions .buttons img.selected {
  background-color: #98C348;
}

.cart-row.reports div.event.zipcodes h4 {
  font-size: 24px;
}
.cart-row.reports div.event.zipcodes h4.tickets {
  font-size: 20px;
  text-align: center;
}
.cart-row.reports div.event.zipcodes div.date {
  font-size: 20px;
}
.cart-row.reports div.event.zipcodes p.details em span {
  font-size: 20px;
}

.cart-row.traffic.reports div.event.traffic {
  height: auto;
  margin-bottom: 10px;
}
.cart-row.traffic.reports div.event.traffic h4 {
  font-size: 24px;
  width: 12%;
}
.cart-row.traffic.reports div.event.traffic h4 img {
  height: 20px;
}
.cart-row.traffic.reports div.event.traffic h4.referral, .cart-row.traffic.reports div.event.traffic h4.landing {
  width: 24%;
  font-size: 16px;
  width: 250px;
}

div.container.cart-row.traffic.reports.clone {
  display: none;
  height: 0px;
}

.cart-row.traffic.reports.slideout {
  display: none;
}

.promotions-ctrl {
  padding-top: 10px;
  background-color: #d9d9d9;
  border-bottom: 2px solid #5E5E5E;
}
.promotions-ctrl div.dark-form {
  margin: 0 10px 0;
  display: table;
}
.promotions-ctrl div.dark-form > * {
  display: table-cell;
}
.promotions-ctrl div.dark-form .fields {
  color: #e4e4e4;
  width: 134px;
  text-align: center;
}
.promotions-ctrl div.dark-form .fields .green-button, .promotions-ctrl div.dark-form .fields .image-upload button, .image-upload .promotions-ctrl div.dark-form .fields button, .promotions-ctrl div.dark-form .fields .seatingPlaceMapDisplay .button, .seatingPlaceMapDisplay .promotions-ctrl div.dark-form .fields .button {
  margin: 5px;
  display: block;
  box-shadow: none;
  background-color: #661910;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 5px;
}
.promotions-ctrl div.dark-form .fields .green-button *, .promotions-ctrl div.dark-form .fields .image-upload button *, .image-upload .promotions-ctrl div.dark-form .fields button *, .promotions-ctrl div.dark-form .fields .seatingPlaceMapDisplay .button *, .seatingPlaceMapDisplay .promotions-ctrl div.dark-form .fields .button * {
  float: none;
}
.promotions-ctrl div.dark-form .fields .green-button button, .promotions-ctrl div.dark-form .fields .image-upload button button, .image-upload .promotions-ctrl div.dark-form .fields button button, .promotions-ctrl div.dark-form .fields .seatingPlaceMapDisplay .button button, .seatingPlaceMapDisplay .promotions-ctrl div.dark-form .fields .button button {
  background-color: transparent;
  margin: auto;
  text-shadow: none;
}
.promotions-ctrl div.dark-form .fields .green-button:hover, .promotions-ctrl div.dark-form .fields .image-upload button:hover, .image-upload .promotions-ctrl div.dark-form .fields button:hover, .promotions-ctrl div.dark-form .fields .seatingPlaceMapDisplay .button:hover, .seatingPlaceMapDisplay .promotions-ctrl div.dark-form .fields .button:hover {
  background-color: #CC3220;
}
.promotions-ctrl div.dark-form .fields span.sep {
  font-size: 24px;
  margin: 0 15px 0 5px;
  color: #AAAAAA;
  display: inline;
  vertical-align: middle;
}
.promotions-ctrl div.dark-form .fields span.pagination {
  font-style: italic;
  font-weight: bold;
  color: #e4e4e4;
  display: inline;
  vertical-align: middle;
}
.promotions-ctrl div.dark-form .fields.figures {
  width: 134px;
}
.promotions-ctrl div.dark-form .fields.sort {
  width: 90px;
  text-align: right;
}
.promotions-ctrl div.dark-form .fields.name {
  width: 231px;
}
.promotions-ctrl div.dark-form .fields.alt {
  width: 148px;
}
.promotions-ctrl div.dark-form .fields.page-select {
  width: 231px;
}
.promotions-ctrl div.dark-form .fields.date {
  width: 100px;
}
.promotions-ctrl div.dark-form .fields.dir {
  width: 110px;
}
.promotions-ctrl div.dark-form .fields img {
  height: 28px;
  margin-top: 3px;
  vertical-align: middle !important;
}
.promotions-ctrl div.dark-form .fields img.imgselect {
  padding: 0px 3px 3px 3px;
  margin: 3px 0 0 0;
}
.promotions-ctrl div.dark-form .fields img.no-top {
  padding: 3px;
}
.promotions-ctrl div.dark-form .fields img.selected {
  border-top: 3px solid #393939;
  background-color: #AAAAAA;
  margin: 0;
}
.promotions-ctrl div.dark-form .fields img.imgselect:hover {
  border-top: 3px solid #393939;
  background-color: #AAAAAA;
  margin: 0;
}
.promotions-ctrl div.dark-form .fields img.no-top:hover {
  border: none;
  margin: 3px 0 0 0;
}
.promotions-ctrl div.dark-form .title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e4e4e4;
}
.promotions-ctrl div.dark-form .details {
  border-left: 1px solid #e4e4e4;
  padding-left: 15px;
  width: 180px;
  color: #e4e4e4;
}
.promotions-ctrl div.dark-form .details span {
  display: block;
}
.promotions-ctrl div.dark-form .details span em {
  font-size: 18px;
  margin: 4px 0;
  font-weight: 700;
}
.promotions-ctrl select {
  width: 98%;
  -webkit-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color: #e4e4e4;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  background-size: 16px 16px;
  padding-right: 33px;
}
.promotions-ctrl div.dark-form input[type=text] {
  border: 2px solid #393939;
  width: 98%;
}
.promotions-ctrl ::-webkit-input-placeholder {
  color: #AAAAAA;
  font-style: normal;
  font-weight: normal;
}
.promotions-ctrl :-moz-placeholder {
  color: #AAAAAA;
  font-style: normal;
  font-weight: normal;
}
.promotions-ctrl ::-moz-placeholder {
  color: #AAAAAA;
  font-style: normal;
  font-weight: normal;
}
.promotions-ctrl :-ms-input-placeholder {
  color: #AAAAAA;
  font-style: normal;
  font-weight: normal;
}
.promotions-ctrl div.dark-form.attach {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.promotions-ctrl div.dark-form.attach span.totals {
  color: #393939;
  vertical-align: top;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
}
.promotions-ctrl div.dark-form.attach span.totals img {
  height: 20px;
}

@media (max-width: 939px) {
  .customer-ctrl,
  .dashboard-ctrl,
  .promotions-ctrl,
  .report-ctrl {
    max-width: 500px;
    margin: 0 auto;
  }
  .customer-ctrl div.dark-form .fields,
  .dashboard-ctrl div.dark-form .fields,
  .promotions-ctrl div.dark-form .fields,
  .report-ctrl div.dark-form .fields {
    float: left;
    width: 158px !important;
  }
  .customer-ctrl div.dark-form .fields span.sep, .customer-ctrl div.dark-form .fields span.pagination,
  .dashboard-ctrl div.dark-form .fields span.sep,
  .dashboard-ctrl div.dark-form .fields span.pagination,
  .promotions-ctrl div.dark-form .fields span.sep,
  .promotions-ctrl div.dark-form .fields span.pagination,
  .report-ctrl div.dark-form .fields span.sep,
  .report-ctrl div.dark-form .fields span.pagination {
    display: none;
  }
  .customer-ctrl div.dark-form .fields.graph,
  .dashboard-ctrl div.dark-form .fields.graph,
  .promotions-ctrl div.dark-form .fields.graph,
  .report-ctrl div.dark-form .fields.graph {
    width: 100% !important;
  }
  .customer-ctrl div.dark-form.attach .fields.name,
  .dashboard-ctrl div.dark-form.attach .fields.name,
  .promotions-ctrl div.dark-form.attach .fields.name,
  .report-ctrl div.dark-form.attach .fields.name {
    margin-top: 5px;
  }
  .dashboard-ctrl div.dark-form .fields,
  .promotions-ctrl div.dark-form .fields {
    width: 50% !important;
    height: 50px;
  }
  .dashboard-ctrl div.dark-form .fields.name,
  .promotions-ctrl div.dark-form .fields.name {
    margin-top: 5px;
  }
  .promotions-ctrl div.dark-form .fields.name {
    margin-top: auto;
  }
  .promotions-ctrl div.dark-form .fields.sort, .promotions-ctrl div.dark-form .fields.dir {
    width: 25% !important;
    text-align: center;
  }
  .promotions-ctrl div.dark-form .green-button, .promotions-ctrl div.dark-form .image-upload button, .image-upload .promotions-ctrl div.dark-form button, .promotions-ctrl div.dark-form .seatingPlaceMapDisplay .button, .seatingPlaceMapDisplay .promotions-ctrl div.dark-form .button {
    padding: 0 7px 0 7px;
  }
  .cart-row.reports div.event.zipcodes h4 {
    font-size: 22px;
  }
  .cart-row.reports div.event.zipcodes h4.tickets {
    font-size: 18px;
    text-align: center;
  }
  .cart-row.reports div.event.zipcodes div.date {
    font-size: 18px;
  }
  .cart-row.reports div.event.zipcodes p.details {
    clear: none;
    top: 60px;
  }
  .cart-row.reports div.event.zipcodes p.details em {
    right: auto;
  }
  .cart-row.reports div.event.zipcodes p.details em span {
    font-size: 18px;
  }
  .cart-row.traffic.reports div.event.traffic h4 {
    width: 44%;
    padding: 5px;
  }
  .cart-row.traffic.reports div.event.traffic h4.referral, .cart-row.traffic.reports div.event.traffic h4.landing {
    font-size: 16px;
    width: 100%;
    max-width: 100%;
  }
}
.cart-row.promotions .buttons img.disabled {
  background: #801514;
}

@media (max-width: 559px) {
  .customer-ctrl div.dark-form .fields,
  .dashboard-ctrl div.dark-form .fields,
  .promotions-ctrl div.dark-form .fields,
  .report-ctrl div.dark-form .fields {
    width: 100% !important;
  }
  .customer-ctrl div.dark-form .fields.date, .customer-ctrl div.dark-form .fields.dir, .customer-ctrl div.dark-form .fields.figures, .customer-ctrl div.dark-form .fields.page-select, .customer-ctrl div.dark-form .fields.sort,
  .dashboard-ctrl div.dark-form .fields.date,
  .dashboard-ctrl div.dark-form .fields.dir,
  .dashboard-ctrl div.dark-form .fields.figures,
  .dashboard-ctrl div.dark-form .fields.page-select,
  .dashboard-ctrl div.dark-form .fields.sort,
  .promotions-ctrl div.dark-form .fields.date,
  .promotions-ctrl div.dark-form .fields.dir,
  .promotions-ctrl div.dark-form .fields.figures,
  .promotions-ctrl div.dark-form .fields.page-select,
  .promotions-ctrl div.dark-form .fields.sort,
  .report-ctrl div.dark-form .fields.date,
  .report-ctrl div.dark-form .fields.dir,
  .report-ctrl div.dark-form .fields.figures,
  .report-ctrl div.dark-form .fields.page-select,
  .report-ctrl div.dark-form .fields.sort {
    width: 50% !important;
  }
  .cart-row.reports .no-line {
    width: 150px;
  }
  .cart-row.traffic.reports div.event.traffic h4 {
    width: 33%;
  }
  .cart-row.traffic.reports div.event.traffic h4.referral, .cart-row.traffic.reports div.event.traffic h4.landing {
    font-size: 16px;
    width: 100%;
    max-width: 100%;
  }
}
.cart-row.dashboard div.event {
  background-color: #0E2F3E;
}
.cart-row.dashboard div.event div.buttons {
  background-color: #16475D;
}
.cart-row.dashboard div.event p.buttons img:hover {
  background-color: #6F93C3;
}

.cart-row.customers div.event {
  background-color: #e4e4e4;
}
.cart-row.customers div.event div.buttons {
  background-color: #5E5E5E;
}
.cart-row.customers div.event div.buttons img:hover {
  background-color: #393939;
}

.cart-row.promotions div.event {
  background-color: #354319;
}
.cart-row.promotions div.event div.buttons {
  background-color: #e4e4e4;
}
.cart-row.promotions div.event div.buttons img {
  padding: 5px;
}
.cart-row.promotions div.event div.buttons img:hover {
  background-color: #AAAAAA;
  border-radius: 5px;
}

.cart-row.reports div.event {
  background-color: #BF651D;
}
.cart-row.reports div.event div.buttons {
  background-color: #D99121;
}
.cart-row.reports div.event div.buttons img:hover {
  background-color: #D9AE21;
}

div.container.cart-row.center-chart, div.container.cart-row.center-editor {
  margin-bottom: 0px !important;
}
div.container.cart-row.center-chart .event-editor, div.container.cart-row.center-editor .event-editor {
  height: 0px;
  border-bottom: none;
  border-radius: 0;
}

div.container.cart-row.center-chart .event-editor {
  padding: 0 !important;
}

div.container.cart-row.center-chart .event-editor.slideout, div.container.cart-row.center-editor .event-editor.slideout {
  height: auto;
}

div.container.cart-row.center-chart .event-editor.slideout {
  border-top: 2px solid #393939;
}

div.container.cart-row.customers.center-chart .event-editor,
div.container.cart-row.reports.center-chart .event-editor {
  border-left: 2px solid #393939;
  border-right: 2px solid #393939;
}
div.container.cart-row.customers.center-chart .event-editor.slideout,
div.container.cart-row.reports.center-chart .event-editor.slideout {
  height: auto;
}

.control_form.checkin {
  width: 100%;
}

.checkin-select {
  width: 65%;
  border: 2px solid #393939 !important;
  -webkit-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color: #e4e4e4;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  background-size: 16px 16px;
  padding-right: 33px;
  font-size: 20px;
}

.checkin-codebar {
  border: 2px solid #393939 !important;
  width: 65% !important;
}

.err.checkin {
  width: 65%;
}

.error.checkin {
  vertical-align: middle;
}

.check.checkin {
  width: 65%;
}

body.dashboard #body-wrapper, body.dashboard #body-wrapper:before {
  background: #e4e4e4;
}
body.dashboard div.nav-logout a, body.dashboard div.nav-logout a:link, body.dashboard div.nav-logout a:visited, body.dashboard div.toggleDescWrap a, body.dashboard div.toggleDescWrap a:link, body.dashboard div.toggleDescWrap a:visited, body.dashboard span.note a, body.dashboard span.note a:link, body.dashboard span.note a:visited, body.dashboard #ticketSetsWrap a, body.dashboard #ticketSetsWrap a:link, body.dashboard #ticketSetsWrap a:visited {
  color: #393939;
}

div.contentPad.boxoffice #inhouseForm {
  border: none;
}
div.contentPad.boxoffice #terminalBox {
  background: #fff;
  border: none;
  border-bottom: 1px solid #e6e6e6 !important;
}
div.contentPad.boxoffice select {
  width: 98%;
  -webkit-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  background-size: 16px 16px;
  padding-right: 33px;
  border: 1px solid #e6e6e6 !important;
  border-radius: 5px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02) !important;
}
div.contentPad.boxoffice input#terminal {
  background: #fff !important;
}
div.contentPad.boxoffice table.dataGrid td {
  background: #fff;
  border: none;
}
div.contentPad.boxoffice table.dataGrid tr.header td {
  background: #fff;
  border: none;
  border-radius: 5px;
  border-bottom: 1px solid #e6e6e6;
}
div.contentPad.boxoffice td.label {
  background: #d9d9d9 !important;
  border: none !important;
  border-right: 1px solid #e6e6e6 !important;
}
div.contentPad.boxoffice input[type=text] {
  border: 1px solid #e6e6e6;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02) !important;
  border-radius: 5px;
  width: 98%;
  background: #fff !important;
}
div.contentPad.boxoffice ::-webkit-input-placeholder {
  color: #30313d;
  font-style: normal;
  font-weight: normal;
}
div.contentPad.boxoffice :-moz-placeholder {
  color: #30313d;
  font-style: normal;
  font-weight: normal;
}
div.contentPad.boxoffice ::-moz-placeholder {
  color: #30313d;
  font-style: normal;
  font-weight: normal;
}
div.contentPad.boxoffice :-ms-input-placeholder {
  color: #30313d;
  font-style: normal;
  font-weight: normal;
}
div.contentPad.boxoffice input[type=checkbox]:before {
  background: #fff;
  border: 1px solid #e6e6e6 !important;
  border-radius: 5px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02) !important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02) !important;
}
div.contentPad.boxoffice input[type=radio]:before {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
  background: #fff;
}
div.contentPad.boxoffice input[type=radio]:checked:before {
  background: #fff;
}
div.contentPad.boxoffice span.note {
  line-height: 24px;
}
div.contentPad.boxoffice .buttonLong.boxoffice {
  border: none;
  display: block;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02) !important;
  background: #661910;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02) !important;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02) !important;
  float: none;
  margin: auto;
  text-shadow: none;
  font-size: 18px;
  border-radius: 5px;
}
div.contentPad.boxoffice .buttonLong.boxoffice:hover {
  background: #CC3220;
}

.pull-center.pad-bottom.error {
  font-size: 20px;
  padding-bottom: none;
  padding: 10px;
  border: 2px solid #661910;
  border-radius: 8px;
  background-color: #801514;
  color: #e4e4e4;
}

.pull-center.pad-bottom.message {
  font-size: 20px;
  padding-bottom: none;
  padding: 10px;
  border: 2px solid #354319;
  border-radius: 8px;
  background-color: #668330;
  color: #e4e4e4;
}

.cart-row.dashboard .event-editor.charts, .cart-row.promotions .event-editor.charts {
  padding: 0px !important;
}

.sortable-grip {
  width: 30px;
  height: 100%;
  background-color: #ccc;
  cursor: move;
  border-radius: 5px; /* Rounded corners */
  position: relative;
}

.sortable-grip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #eaeaea 25%, transparent 25%, transparent 75%, #eaeaea 75%), linear-gradient(45deg, #eaeaea 25%, transparent 25%, transparent 75%, #eaeaea 75%);
  background-size: 5px 5px;
  background-position: 0 0, 2.5px 2.5px;
}

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab,
.fa-sharp-solid,
.fa-classic,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

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

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

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

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

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

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

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

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

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

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

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

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

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

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

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

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

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

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

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

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\@";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

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

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-info::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

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

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

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

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

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

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "K";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "W";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

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

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

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

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

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-flag::before {
  content: "\f024";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

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

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-users::before {
  content: "\f0c0";
}

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

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

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

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "V";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "Q";
}

.fa-g::before {
  content: "G";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-bookmark::before {
  content: "\f02e";
}

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

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "E";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-user::before {
  content: "\f007";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-star::before {
  content: "\f005";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-slash::before {
  content: "\f715";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

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

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-thumbtack-slash::before {
  content: "\e68f";
}

.fa-thumb-tack-slash::before {
  content: "\e68f";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "L";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

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

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

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

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

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

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

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

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

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-table-cells-column-lock::before {
  content: "\e678";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "A";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "P";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

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

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

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

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

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

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "H";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

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

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

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

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

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

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

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

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

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

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

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

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

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

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

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

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

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "J";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

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

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

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

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

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

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

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

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

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

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

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

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "U";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

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

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

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

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

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "N";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

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

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "B";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\<";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

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

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

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

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

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

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-table-cells-row-lock::before {
  content: "\e67a";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

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

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

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

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "Y";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

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

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

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\=";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

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

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

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

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

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

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "T";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

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

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

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "M";
}

.fa-table-list::before {
  content: "\f00b";
}

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

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

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

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

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

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

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

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

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

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

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

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-table-cells-row-unlock::before {
  content: "\e691";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-video::before {
  content: "\f03d";
}

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

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

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

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("../fonts/webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-pixiv:before {
  content: "\e640";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-jxl:before {
  content: "\e67b";
}

.fa-dart-lang:before {
  content: "\e693";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-brave:before {
  content: "\e63c";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-threads:before {
  content: "\e618";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-opensuse:before {
  content: "\e62b";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-debian:before {
  content: "\e60b";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

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

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

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-square-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-square-letterboxd:before {
  content: "\e62e";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-shoelace:before {
  content: "\e60c";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-square-threads:before {
  content: "\e619";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-google-scholar:before {
  content: "\e63b";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-signal-messenger:before {
  content: "\e663";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-mintbit:before {
  content: "\e62f";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-brave-reverse:before {
  content: "\e63d";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-web-awesome:before {
  content: "\e682";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-letterboxd:before {
  content: "\e62d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-x-twitter:before {
  content: "\e61b";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-square-web-awesome-stroke:before {
  content: "\e684";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

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

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

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-flutter:before {
  content: "\e694";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-upwork:before {
  content: "\e641";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-square-upwork:before {
  content: "\e67c";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-square-web-awesome:before {
  content: "\e683";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-bluesky:before {
  content: "\e671";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-webflow:before {
  content: "\e65c";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

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

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

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-stubber:before {
  content: "\e5c7";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-square-x-twitter:before {
  content: "\e61a";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("../fonts/webfonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot?v=1.6.50");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=1.6.50") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=1.6.50") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=1.6.50") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=1.6.50") format("truetype"), url("../fonts/materialdesignicons-webfont.svg?v=1.6.50#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.mdi {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.mdi-access-point:before {
  content: "\f002";
}

.mdi-access-point-network:before {
  content: "\f003";
}

.mdi-account:before {
  content: "\f004";
}

.mdi-account-alert:before {
  content: "\f005";
}

.mdi-account-box:before {
  content: "\f006";
}

.mdi-account-box-outline:before {
  content: "\f007";
}

.mdi-account-card-details:before {
  content: "\f5d2";
}

.mdi-account-check:before {
  content: "\f008";
}

.mdi-account-circle:before {
  content: "\f009";
}

.mdi-account-convert:before {
  content: "\f00a";
}

.mdi-account-key:before {
  content: "\f00b";
}

.mdi-account-location:before {
  content: "\f00c";
}

.mdi-account-minus:before {
  content: "\f00d";
}

.mdi-account-multiple:before {
  content: "\f00e";
}

.mdi-account-multiple-minus:before {
  content: "\f5d3";
}

.mdi-account-multiple-outline:before {
  content: "\f00f";
}

.mdi-account-multiple-plus:before {
  content: "\f010";
}

.mdi-account-network:before {
  content: "\f011";
}

.mdi-account-off:before {
  content: "\f012";
}

.mdi-account-outline:before {
  content: "\f013";
}

.mdi-account-plus:before {
  content: "\f014";
}

.mdi-account-remove:before {
  content: "\f015";
}

.mdi-account-search:before {
  content: "\f016";
}

.mdi-account-settings:before {
  content: "\f630";
}

.mdi-account-settings-variant:before {
  content: "\f631";
}

.mdi-account-star:before {
  content: "\f017";
}

.mdi-account-star-variant:before {
  content: "\f018";
}

.mdi-account-switch:before {
  content: "\f019";
}

.mdi-adjust:before {
  content: "\f01a";
}

.mdi-air-conditioner:before {
  content: "\f01b";
}

.mdi-airballoon:before {
  content: "\f01c";
}

.mdi-airplane:before {
  content: "\f01d";
}

.mdi-airplane-landing:before {
  content: "\f5d4";
}

.mdi-airplane-off:before {
  content: "\f01e";
}

.mdi-airplane-takeoff:before {
  content: "\f5d5";
}

.mdi-airplay:before {
  content: "\f01f";
}

.mdi-alarm:before {
  content: "\f020";
}

.mdi-alarm-check:before {
  content: "\f021";
}

.mdi-alarm-multiple:before {
  content: "\f022";
}

.mdi-alarm-off:before {
  content: "\f023";
}

.mdi-alarm-plus:before {
  content: "\f024";
}

.mdi-album:before {
  content: "\f025";
}

.mdi-alert:before {
  content: "\f026";
}

.mdi-alert-box:before {
  content: "\f027";
}

.mdi-alert-circle:before {
  content: "\f028";
}

.mdi-alert-circle-outline:before {
  content: "\f5d6";
}

.mdi-alert-octagon:before {
  content: "\f029";
}

.mdi-alert-outline:before {
  content: "\f02a";
}

.mdi-alpha:before {
  content: "\f02b";
}

.mdi-alphabetical:before {
  content: "\f02c";
}

.mdi-altimeter:before {
  content: "\f5d7";
}

.mdi-amazon:before {
  content: "\f02d";
}

.mdi-amazon-clouddrive:before {
  content: "\f02e";
}

.mdi-ambulance:before {
  content: "\f02f";
}

.mdi-amplifier:before {
  content: "\f030";
}

.mdi-anchor:before {
  content: "\f031";
}

.mdi-android:before {
  content: "\f032";
}

.mdi-android-debug-bridge:before {
  content: "\f033";
}

.mdi-android-studio:before {
  content: "\f034";
}

.mdi-animation:before {
  content: "\f5d8";
}

.mdi-apple:before {
  content: "\f035";
}

.mdi-apple-finder:before {
  content: "\f036";
}

.mdi-apple-ios:before {
  content: "\f037";
}

.mdi-apple-keyboard-caps:before {
  content: "\f632";
}

.mdi-apple-keyboard-command:before {
  content: "\f633";
}

.mdi-apple-keyboard-control:before {
  content: "\f634";
}

.mdi-apple-keyboard-option:before {
  content: "\f635";
}

.mdi-apple-keyboard-shift:before {
  content: "\f636";
}

.mdi-apple-mobileme:before {
  content: "\f038";
}

.mdi-apple-safari:before {
  content: "\f039";
}

.mdi-application:before {
  content: "\f614";
}

.mdi-appnet:before {
  content: "\f03a";
}

.mdi-apps:before {
  content: "\f03b";
}

.mdi-archive:before {
  content: "\f03c";
}

.mdi-arrange-bring-forward:before {
  content: "\f03d";
}

.mdi-arrange-bring-to-front:before {
  content: "\f03e";
}

.mdi-arrange-send-backward:before {
  content: "\f03f";
}

.mdi-arrange-send-to-back:before {
  content: "\f040";
}

.mdi-arrow-all:before {
  content: "\f041";
}

.mdi-arrow-bottom-left:before {
  content: "\f042";
}

.mdi-arrow-bottom-right:before {
  content: "\f043";
}

.mdi-arrow-compress:before {
  content: "\f615";
}

.mdi-arrow-compress-all:before {
  content: "\f044";
}

.mdi-arrow-down:before {
  content: "\f045";
}

.mdi-arrow-down-bold:before {
  content: "\f046";
}

.mdi-arrow-down-bold-circle:before {
  content: "\f047";
}

.mdi-arrow-down-bold-circle-outline:before {
  content: "\f048";
}

.mdi-arrow-down-bold-hexagon-outline:before {
  content: "\f049";
}

.mdi-arrow-down-drop-circle:before {
  content: "\f04a";
}

.mdi-arrow-down-drop-circle-outline:before {
  content: "\f04b";
}

.mdi-arrow-expand:before {
  content: "\f616";
}

.mdi-arrow-expand-all:before {
  content: "\f04c";
}

.mdi-arrow-left:before {
  content: "\f04d";
}

.mdi-arrow-left-bold:before {
  content: "\f04e";
}

.mdi-arrow-left-bold-circle:before {
  content: "\f04f";
}

.mdi-arrow-left-bold-circle-outline:before {
  content: "\f050";
}

.mdi-arrow-left-bold-hexagon-outline:before {
  content: "\f051";
}

.mdi-arrow-left-drop-circle:before {
  content: "\f052";
}

.mdi-arrow-left-drop-circle-outline:before {
  content: "\f053";
}

.mdi-arrow-right:before {
  content: "\f054";
}

.mdi-arrow-right-bold:before {
  content: "\f055";
}

.mdi-arrow-right-bold-circle:before {
  content: "\f056";
}

.mdi-arrow-right-bold-circle-outline:before {
  content: "\f057";
}

.mdi-arrow-right-bold-hexagon-outline:before {
  content: "\f058";
}

.mdi-arrow-right-drop-circle:before {
  content: "\f059";
}

.mdi-arrow-right-drop-circle-outline:before {
  content: "\f05a";
}

.mdi-arrow-top-left:before {
  content: "\f05b";
}

.mdi-arrow-top-right:before {
  content: "\f05c";
}

.mdi-arrow-up:before {
  content: "\f05d";
}

.mdi-arrow-up-bold:before {
  content: "\f05e";
}

.mdi-arrow-up-bold-circle:before {
  content: "\f05f";
}

.mdi-arrow-up-bold-circle-outline:before {
  content: "\f060";
}

.mdi-arrow-up-bold-hexagon-outline:before {
  content: "\f061";
}

.mdi-arrow-up-drop-circle:before {
  content: "\f062";
}

.mdi-arrow-up-drop-circle-outline:before {
  content: "\f063";
}

.mdi-assistant:before {
  content: "\f064";
}

.mdi-at:before {
  content: "\f065";
}

.mdi-attachment:before {
  content: "\f066";
}

.mdi-audiobook:before {
  content: "\f067";
}

.mdi-auto-fix:before {
  content: "\f068";
}

.mdi-auto-upload:before {
  content: "\f069";
}

.mdi-autorenew:before {
  content: "\f06a";
}

.mdi-av-timer:before {
  content: "\f06b";
}

.mdi-baby:before {
  content: "\f06c";
}

.mdi-backburger:before {
  content: "\f06d";
}

.mdi-backspace:before {
  content: "\f06e";
}

.mdi-backup-restore:before {
  content: "\f06f";
}

.mdi-bank:before {
  content: "\f070";
}

.mdi-barcode:before {
  content: "\f071";
}

.mdi-barcode-scan:before {
  content: "\f072";
}

.mdi-barley:before {
  content: "\f073";
}

.mdi-barrel:before {
  content: "\f074";
}

.mdi-basecamp:before {
  content: "\f075";
}

.mdi-basket:before {
  content: "\f076";
}

.mdi-basket-fill:before {
  content: "\f077";
}

.mdi-basket-unfill:before {
  content: "\f078";
}

.mdi-battery:before {
  content: "\f079";
}

.mdi-battery-10:before {
  content: "\f07a";
}

.mdi-battery-20:before {
  content: "\f07b";
}

.mdi-battery-30:before {
  content: "\f07c";
}

.mdi-battery-40:before {
  content: "\f07d";
}

.mdi-battery-50:before {
  content: "\f07e";
}

.mdi-battery-60:before {
  content: "\f07f";
}

.mdi-battery-70:before {
  content: "\f080";
}

.mdi-battery-80:before {
  content: "\f081";
}

.mdi-battery-90:before {
  content: "\f082";
}

.mdi-battery-alert:before {
  content: "\f083";
}

.mdi-battery-charging:before {
  content: "\f084";
}

.mdi-battery-charging-100:before {
  content: "\f085";
}

.mdi-battery-charging-20:before {
  content: "\f086";
}

.mdi-battery-charging-30:before {
  content: "\f087";
}

.mdi-battery-charging-40:before {
  content: "\f088";
}

.mdi-battery-charging-60:before {
  content: "\f089";
}

.mdi-battery-charging-80:before {
  content: "\f08a";
}

.mdi-battery-charging-90:before {
  content: "\f08b";
}

.mdi-battery-minus:before {
  content: "\f08c";
}

.mdi-battery-negative:before {
  content: "\f08d";
}

.mdi-battery-outline:before {
  content: "\f08e";
}

.mdi-battery-plus:before {
  content: "\f08f";
}

.mdi-battery-positive:before {
  content: "\f090";
}

.mdi-battery-unknown:before {
  content: "\f091";
}

.mdi-beach:before {
  content: "\f092";
}

.mdi-beats:before {
  content: "\f097";
}

.mdi-beer:before {
  content: "\f098";
}

.mdi-behance:before {
  content: "\f099";
}

.mdi-bell:before {
  content: "\f09a";
}

.mdi-bell-off:before {
  content: "\f09b";
}

.mdi-bell-outline:before {
  content: "\f09c";
}

.mdi-bell-plus:before {
  content: "\f09d";
}

.mdi-bell-ring:before {
  content: "\f09e";
}

.mdi-bell-ring-outline:before {
  content: "\f09f";
}

.mdi-bell-sleep:before {
  content: "\f0a0";
}

.mdi-beta:before {
  content: "\f0a1";
}

.mdi-bible:before {
  content: "\f0a2";
}

.mdi-bike:before {
  content: "\f0a3";
}

.mdi-bing:before {
  content: "\f0a4";
}

.mdi-binoculars:before {
  content: "\f0a5";
}

.mdi-bio:before {
  content: "\f0a6";
}

.mdi-biohazard:before {
  content: "\f0a7";
}

.mdi-bitbucket:before {
  content: "\f0a8";
}

.mdi-black-mesa:before {
  content: "\f0a9";
}

.mdi-blackberry:before {
  content: "\f0aa";
}

.mdi-blender:before {
  content: "\f0ab";
}

.mdi-blinds:before {
  content: "\f0ac";
}

.mdi-block-helper:before {
  content: "\f0ad";
}

.mdi-blogger:before {
  content: "\f0ae";
}

.mdi-bluetooth:before {
  content: "\f0af";
}

.mdi-bluetooth-audio:before {
  content: "\f0b0";
}

.mdi-bluetooth-connect:before {
  content: "\f0b1";
}

.mdi-bluetooth-off:before {
  content: "\f0b2";
}

.mdi-bluetooth-settings:before {
  content: "\f0b3";
}

.mdi-bluetooth-transfer:before {
  content: "\f0b4";
}

.mdi-blur:before {
  content: "\f0b5";
}

.mdi-blur-linear:before {
  content: "\f0b6";
}

.mdi-blur-off:before {
  content: "\f0b7";
}

.mdi-blur-radial:before {
  content: "\f0b8";
}

.mdi-bone:before {
  content: "\f0b9";
}

.mdi-book:before {
  content: "\f0ba";
}

.mdi-book-minus:before {
  content: "\f5d9";
}

.mdi-book-multiple:before {
  content: "\f0bb";
}

.mdi-book-multiple-variant:before {
  content: "\f0bc";
}

.mdi-book-open:before {
  content: "\f0bd";
}

.mdi-book-open-page-variant:before {
  content: "\f5da";
}

.mdi-book-open-variant:before {
  content: "\f0be";
}

.mdi-book-plus:before {
  content: "\f5db";
}

.mdi-book-variant:before {
  content: "\f0bf";
}

.mdi-bookmark:before {
  content: "\f0c0";
}

.mdi-bookmark-check:before {
  content: "\f0c1";
}

.mdi-bookmark-music:before {
  content: "\f0c2";
}

.mdi-bookmark-outline:before {
  content: "\f0c3";
}

.mdi-bookmark-plus:before {
  content: "\f0c5";
}

.mdi-bookmark-plus-outline:before {
  content: "\f0c4";
}

.mdi-bookmark-remove:before {
  content: "\f0c6";
}

.mdi-boombox:before {
  content: "\f5dc";
}

.mdi-border-all:before {
  content: "\f0c7";
}

.mdi-border-bottom:before {
  content: "\f0c8";
}

.mdi-border-color:before {
  content: "\f0c9";
}

.mdi-border-horizontal:before {
  content: "\f0ca";
}

.mdi-border-inside:before {
  content: "\f0cb";
}

.mdi-border-left:before {
  content: "\f0cc";
}

.mdi-border-none:before {
  content: "\f0cd";
}

.mdi-border-outside:before {
  content: "\f0ce";
}

.mdi-border-right:before {
  content: "\f0cf";
}

.mdi-border-style:before {
  content: "\f0d0";
}

.mdi-border-top:before {
  content: "\f0d1";
}

.mdi-border-vertical:before {
  content: "\f0d2";
}

.mdi-bowl:before {
  content: "\f617";
}

.mdi-bowling:before {
  content: "\f0d3";
}

.mdi-box:before {
  content: "\f0d4";
}

.mdi-box-cutter:before {
  content: "\f0d5";
}

.mdi-box-shadow:before {
  content: "\f637";
}

.mdi-bridge:before {
  content: "\f618";
}

.mdi-briefcase:before {
  content: "\f0d6";
}

.mdi-briefcase-check:before {
  content: "\f0d7";
}

.mdi-briefcase-download:before {
  content: "\f0d8";
}

.mdi-briefcase-upload:before {
  content: "\f0d9";
}

.mdi-brightness-1:before {
  content: "\f0da";
}

.mdi-brightness-2:before {
  content: "\f0db";
}

.mdi-brightness-3:before {
  content: "\f0dc";
}

.mdi-brightness-4:before {
  content: "\f0dd";
}

.mdi-brightness-5:before {
  content: "\f0de";
}

.mdi-brightness-6:before {
  content: "\f0df";
}

.mdi-brightness-7:before {
  content: "\f0e0";
}

.mdi-brightness-auto:before {
  content: "\f0e1";
}

.mdi-broom:before {
  content: "\f0e2";
}

.mdi-brush:before {
  content: "\f0e3";
}

.mdi-buffer:before {
  content: "\f619";
}

.mdi-bug:before {
  content: "\f0e4";
}

.mdi-bulletin-board:before {
  content: "\f0e5";
}

.mdi-bullhorn:before {
  content: "\f0e6";
}

.mdi-bullseye:before {
  content: "\f5dd";
}

.mdi-burst-mode:before {
  content: "\f5de";
}

.mdi-bus:before {
  content: "\f0e7";
}

.mdi-cached:before {
  content: "\f0e8";
}

.mdi-cake:before {
  content: "\f0e9";
}

.mdi-cake-layered:before {
  content: "\f0ea";
}

.mdi-cake-variant:before {
  content: "\f0eb";
}

.mdi-calculator:before {
  content: "\f0ec";
}

.mdi-calendar:before {
  content: "\f0ed";
}

.mdi-calendar-blank:before {
  content: "\f0ee";
}

.mdi-calendar-check:before {
  content: "\f0ef";
}

.mdi-calendar-clock:before {
  content: "\f0f0";
}

.mdi-calendar-multiple:before {
  content: "\f0f1";
}

.mdi-calendar-multiple-check:before {
  content: "\f0f2";
}

.mdi-calendar-plus:before {
  content: "\f0f3";
}

.mdi-calendar-remove:before {
  content: "\f0f4";
}

.mdi-calendar-text:before {
  content: "\f0f5";
}

.mdi-calendar-today:before {
  content: "\f0f6";
}

.mdi-call-made:before {
  content: "\f0f7";
}

.mdi-call-merge:before {
  content: "\f0f8";
}

.mdi-call-missed:before {
  content: "\f0f9";
}

.mdi-call-received:before {
  content: "\f0fa";
}

.mdi-call-split:before {
  content: "\f0fb";
}

.mdi-camcorder:before {
  content: "\f0fc";
}

.mdi-camcorder-box:before {
  content: "\f0fd";
}

.mdi-camcorder-box-off:before {
  content: "\f0fe";
}

.mdi-camcorder-off:before {
  content: "\f0ff";
}

.mdi-camera:before {
  content: "\f100";
}

.mdi-camera-enhance:before {
  content: "\f101";
}

.mdi-camera-front:before {
  content: "\f102";
}

.mdi-camera-front-variant:before {
  content: "\f103";
}

.mdi-camera-iris:before {
  content: "\f104";
}

.mdi-camera-off:before {
  content: "\f5df";
}

.mdi-camera-party-mode:before {
  content: "\f105";
}

.mdi-camera-rear:before {
  content: "\f106";
}

.mdi-camera-rear-variant:before {
  content: "\f107";
}

.mdi-camera-switch:before {
  content: "\f108";
}

.mdi-camera-timer:before {
  content: "\f109";
}

.mdi-candle:before {
  content: "\f5e2";
}

.mdi-candycane:before {
  content: "\f10a";
}

.mdi-car:before {
  content: "\f10b";
}

.mdi-car-battery:before {
  content: "\f10c";
}

.mdi-car-connected:before {
  content: "\f10d";
}

.mdi-car-wash:before {
  content: "\f10e";
}

.mdi-cards:before {
  content: "\f638";
}

.mdi-cards-outline:before {
  content: "\f639";
}

.mdi-cards-playing-outline:before {
  content: "\f63a";
}

.mdi-carrot:before {
  content: "\f10f";
}

.mdi-cart:before {
  content: "\f110";
}

.mdi-cart-off:before {
  content: "\f66b";
}

.mdi-cart-outline:before {
  content: "\f111";
}

.mdi-cart-plus:before {
  content: "\f112";
}

.mdi-case-sensitive-alt:before {
  content: "\f113";
}

.mdi-cash:before {
  content: "\f114";
}

.mdi-cash-100:before {
  content: "\f115";
}

.mdi-cash-multiple:before {
  content: "\f116";
}

.mdi-cash-usd:before {
  content: "\f117";
}

.mdi-cast:before {
  content: "\f118";
}

.mdi-cast-connected:before {
  content: "\f119";
}

.mdi-castle:before {
  content: "\f11a";
}

.mdi-cat:before {
  content: "\f11b";
}

.mdi-cellphone:before {
  content: "\f11c";
}

.mdi-cellphone-android:before {
  content: "\f11d";
}

.mdi-cellphone-basic:before {
  content: "\f11e";
}

.mdi-cellphone-dock:before {
  content: "\f11f";
}

.mdi-cellphone-iphone:before {
  content: "\f120";
}

.mdi-cellphone-link:before {
  content: "\f121";
}

.mdi-cellphone-link-off:before {
  content: "\f122";
}

.mdi-cellphone-settings:before {
  content: "\f123";
}

.mdi-certificate:before {
  content: "\f124";
}

.mdi-chair-school:before {
  content: "\f125";
}

.mdi-chart-arc:before {
  content: "\f126";
}

.mdi-chart-areaspline:before {
  content: "\f127";
}

.mdi-chart-bar:before {
  content: "\f128";
}

.mdi-chart-bubble:before {
  content: "\f5e3";
}

.mdi-chart-gantt:before {
  content: "\f66c";
}

.mdi-chart-histogram:before {
  content: "\f129";
}

.mdi-chart-line:before {
  content: "\f12a";
}

.mdi-chart-pie:before {
  content: "\f12b";
}

.mdi-chart-scatterplot-hexbin:before {
  content: "\f66d";
}

.mdi-chart-timeline:before {
  content: "\f66e";
}

.mdi-check:before {
  content: "\f12c";
}

.mdi-check-all:before {
  content: "\f12d";
}

.mdi-check-circle:before {
  content: "\f5e0";
}

.mdi-check-circle-outline:before {
  content: "\f5e1";
}

.mdi-checkbox-blank:before {
  content: "\f12e";
}

.mdi-checkbox-blank-circle:before {
  content: "\f12f";
}

.mdi-checkbox-blank-circle-outline:before {
  content: "\f130";
}

.mdi-checkbox-blank-outline:before {
  content: "\f131";
}

.mdi-checkbox-marked:before {
  content: "\f132";
}

.mdi-checkbox-marked-circle:before {
  content: "\f133";
}

.mdi-checkbox-marked-circle-outline:before {
  content: "\f134";
}

.mdi-checkbox-marked-outline:before {
  content: "\f135";
}

.mdi-checkbox-multiple-blank:before {
  content: "\f136";
}

.mdi-checkbox-multiple-blank-circle:before {
  content: "\f63b";
}

.mdi-checkbox-multiple-blank-circle-outline:before {
  content: "\f63c";
}

.mdi-checkbox-multiple-blank-outline:before {
  content: "\f137";
}

.mdi-checkbox-multiple-marked:before {
  content: "\f138";
}

.mdi-checkbox-multiple-marked-circle:before {
  content: "\f63d";
}

.mdi-checkbox-multiple-marked-circle-outline:before {
  content: "\f63e";
}

.mdi-checkbox-multiple-marked-outline:before {
  content: "\f139";
}

.mdi-checkerboard:before {
  content: "\f13a";
}

.mdi-chemical-weapon:before {
  content: "\f13b";
}

.mdi-chevron-double-down:before {
  content: "\f13c";
}

.mdi-chevron-double-left:before {
  content: "\f13d";
}

.mdi-chevron-double-right:before {
  content: "\f13e";
}

.mdi-chevron-double-up:before {
  content: "\f13f";
}

.mdi-chevron-down:before {
  content: "\f140";
}

.mdi-chevron-left:before {
  content: "\f141";
}

.mdi-chevron-right:before {
  content: "\f142";
}

.mdi-chevron-up:before {
  content: "\f143";
}

.mdi-chip:before {
  content: "\f61a";
}

.mdi-church:before {
  content: "\f144";
}

.mdi-cisco-webex:before {
  content: "\f145";
}

.mdi-city:before {
  content: "\f146";
}

.mdi-clipboard:before {
  content: "\f147";
}

.mdi-clipboard-account:before {
  content: "\f148";
}

.mdi-clipboard-alert:before {
  content: "\f149";
}

.mdi-clipboard-arrow-down:before {
  content: "\f14a";
}

.mdi-clipboard-arrow-left:before {
  content: "\f14b";
}

.mdi-clipboard-check:before {
  content: "\f14c";
}

.mdi-clipboard-outline:before {
  content: "\f14d";
}

.mdi-clipboard-text:before {
  content: "\f14e";
}

.mdi-clippy:before {
  content: "\f14f";
}

.mdi-clock:before {
  content: "\f150";
}

.mdi-clock-alert:before {
  content: "\f5ce";
}

.mdi-clock-end:before {
  content: "\f151";
}

.mdi-clock-fast:before {
  content: "\f152";
}

.mdi-clock-in:before {
  content: "\f153";
}

.mdi-clock-out:before {
  content: "\f154";
}

.mdi-clock-start:before {
  content: "\f155";
}

.mdi-close:before {
  content: "\f156";
}

.mdi-close-box:before {
  content: "\f157";
}

.mdi-close-box-outline:before {
  content: "\f158";
}

.mdi-close-circle:before {
  content: "\f159";
}

.mdi-close-circle-outline:before {
  content: "\f15a";
}

.mdi-close-network:before {
  content: "\f15b";
}

.mdi-close-octagon:before {
  content: "\f15c";
}

.mdi-close-octagon-outline:before {
  content: "\f15d";
}

.mdi-closed-caption:before {
  content: "\f15e";
}

.mdi-cloud:before {
  content: "\f15f";
}

.mdi-cloud-check:before {
  content: "\f160";
}

.mdi-cloud-circle:before {
  content: "\f161";
}

.mdi-cloud-download:before {
  content: "\f162";
}

.mdi-cloud-outline:before {
  content: "\f163";
}

.mdi-cloud-outline-off:before {
  content: "\f164";
}

.mdi-cloud-print:before {
  content: "\f165";
}

.mdi-cloud-print-outline:before {
  content: "\f166";
}

.mdi-cloud-sync:before {
  content: "\f63f";
}

.mdi-cloud-upload:before {
  content: "\f167";
}

.mdi-code-array:before {
  content: "\f168";
}

.mdi-code-braces:before {
  content: "\f169";
}

.mdi-code-brackets:before {
  content: "\f16a";
}

.mdi-code-equal:before {
  content: "\f16b";
}

.mdi-code-greater-than:before {
  content: "\f16c";
}

.mdi-code-greater-than-or-equal:before {
  content: "\f16d";
}

.mdi-code-less-than:before {
  content: "\f16e";
}

.mdi-code-less-than-or-equal:before {
  content: "\f16f";
}

.mdi-code-not-equal:before {
  content: "\f170";
}

.mdi-code-not-equal-variant:before {
  content: "\f171";
}

.mdi-code-parentheses:before {
  content: "\f172";
}

.mdi-code-string:before {
  content: "\f173";
}

.mdi-code-tags:before {
  content: "\f174";
}

.mdi-codepen:before {
  content: "\f175";
}

.mdi-coffee:before {
  content: "\f176";
}

.mdi-coffee-to-go:before {
  content: "\f177";
}

.mdi-coin:before {
  content: "\f178";
}

.mdi-collage:before {
  content: "\f640";
}

.mdi-color-helper:before {
  content: "\f179";
}

.mdi-comment:before {
  content: "\f17a";
}

.mdi-comment-account:before {
  content: "\f17b";
}

.mdi-comment-account-outline:before {
  content: "\f17c";
}

.mdi-comment-alert:before {
  content: "\f17d";
}

.mdi-comment-alert-outline:before {
  content: "\f17e";
}

.mdi-comment-check:before {
  content: "\f17f";
}

.mdi-comment-check-outline:before {
  content: "\f180";
}

.mdi-comment-multiple-outline:before {
  content: "\f181";
}

.mdi-comment-outline:before {
  content: "\f182";
}

.mdi-comment-plus-outline:before {
  content: "\f183";
}

.mdi-comment-processing:before {
  content: "\f184";
}

.mdi-comment-processing-outline:before {
  content: "\f185";
}

.mdi-comment-question-outline:before {
  content: "\f186";
}

.mdi-comment-remove-outline:before {
  content: "\f187";
}

.mdi-comment-text:before {
  content: "\f188";
}

.mdi-comment-text-outline:before {
  content: "\f189";
}

.mdi-compare:before {
  content: "\f18a";
}

.mdi-compass:before {
  content: "\f18b";
}

.mdi-compass-outline:before {
  content: "\f18c";
}

.mdi-console:before {
  content: "\f18d";
}

.mdi-contact-mail:before {
  content: "\f18e";
}

.mdi-content-copy:before {
  content: "\f18f";
}

.mdi-content-cut:before {
  content: "\f190";
}

.mdi-content-duplicate:before {
  content: "\f191";
}

.mdi-content-paste:before {
  content: "\f192";
}

.mdi-content-save:before {
  content: "\f193";
}

.mdi-content-save-all:before {
  content: "\f194";
}

.mdi-content-save-settings:before {
  content: "\f61b";
}

.mdi-contrast:before {
  content: "\f195";
}

.mdi-contrast-box:before {
  content: "\f196";
}

.mdi-contrast-circle:before {
  content: "\f197";
}

.mdi-cookie:before {
  content: "\f198";
}

.mdi-copyright:before {
  content: "\f5e6";
}

.mdi-counter:before {
  content: "\f199";
}

.mdi-cow:before {
  content: "\f19a";
}

.mdi-credit-card:before {
  content: "\f19b";
}

.mdi-credit-card-multiple:before {
  content: "\f19c";
}

.mdi-credit-card-off:before {
  content: "\f5e4";
}

.mdi-credit-card-scan:before {
  content: "\f19d";
}

.mdi-crop:before {
  content: "\f19e";
}

.mdi-crop-free:before {
  content: "\f19f";
}

.mdi-crop-landscape:before {
  content: "\f1a0";
}

.mdi-crop-portrait:before {
  content: "\f1a1";
}

.mdi-crop-square:before {
  content: "\f1a2";
}

.mdi-crosshairs:before {
  content: "\f1a3";
}

.mdi-crosshairs-gps:before {
  content: "\f1a4";
}

.mdi-crown:before {
  content: "\f1a5";
}

.mdi-cube:before {
  content: "\f1a6";
}

.mdi-cube-outline:before {
  content: "\f1a7";
}

.mdi-cube-send:before {
  content: "\f1a8";
}

.mdi-cube-unfolded:before {
  content: "\f1a9";
}

.mdi-cup:before {
  content: "\f1aa";
}

.mdi-cup-off:before {
  content: "\f5e5";
}

.mdi-cup-water:before {
  content: "\f1ab";
}

.mdi-currency-btc:before {
  content: "\f1ac";
}

.mdi-currency-eur:before {
  content: "\f1ad";
}

.mdi-currency-gbp:before {
  content: "\f1ae";
}

.mdi-currency-inr:before {
  content: "\f1af";
}

.mdi-currency-ngn:before {
  content: "\f1b0";
}

.mdi-currency-rub:before {
  content: "\f1b1";
}

.mdi-currency-try:before {
  content: "\f1b2";
}

.mdi-currency-usd:before {
  content: "\f1b3";
}

.mdi-cursor-default:before {
  content: "\f1b4";
}

.mdi-cursor-default-outline:before {
  content: "\f1b5";
}

.mdi-cursor-move:before {
  content: "\f1b6";
}

.mdi-cursor-pointer:before {
  content: "\f1b7";
}

.mdi-cursor-text:before {
  content: "\f5e7";
}

.mdi-database:before {
  content: "\f1b8";
}

.mdi-database-minus:before {
  content: "\f1b9";
}

.mdi-database-plus:before {
  content: "\f1ba";
}

.mdi-debug-step-into:before {
  content: "\f1bb";
}

.mdi-debug-step-out:before {
  content: "\f1bc";
}

.mdi-debug-step-over:before {
  content: "\f1bd";
}

.mdi-decimal-decrease:before {
  content: "\f1be";
}

.mdi-decimal-increase:before {
  content: "\f1bf";
}

.mdi-delete:before {
  content: "\f1c0";
}

.mdi-delete-forever:before {
  content: "\f5e8";
}

.mdi-delete-sweep:before {
  content: "\f5e9";
}

.mdi-delete-variant:before {
  content: "\f1c1";
}

.mdi-delta:before {
  content: "\f1c2";
}

.mdi-deskphone:before {
  content: "\f1c3";
}

.mdi-desktop-mac:before {
  content: "\f1c4";
}

.mdi-desktop-tower:before {
  content: "\f1c5";
}

.mdi-details:before {
  content: "\f1c6";
}

.mdi-deviantart:before {
  content: "\f1c7";
}

.mdi-dialpad:before {
  content: "\f61c";
}

.mdi-diamond:before {
  content: "\f1c8";
}

.mdi-dice-1:before {
  content: "\f1ca";
}

.mdi-dice-2:before {
  content: "\f1cb";
}

.mdi-dice-3:before {
  content: "\f1cc";
}

.mdi-dice-4:before {
  content: "\f1cd";
}

.mdi-dice-5:before {
  content: "\f1ce";
}

.mdi-dice-6:before {
  content: "\f1cf";
}

.mdi-dice-d20:before {
  content: "\f5ea";
}

.mdi-dice-d4:before {
  content: "\f5eb";
}

.mdi-dice-d6:before {
  content: "\f5ec";
}

.mdi-dice-d8:before {
  content: "\f5ed";
}

.mdi-dictionary:before {
  content: "\f61d";
}

.mdi-directions:before {
  content: "\f1d0";
}

.mdi-directions-fork:before {
  content: "\f641";
}

.mdi-discord:before {
  content: "\f66f";
}

.mdi-disk:before {
  content: "\f5ee";
}

.mdi-disk-alert:before {
  content: "\f1d1";
}

.mdi-disqus:before {
  content: "\f1d2";
}

.mdi-disqus-outline:before {
  content: "\f1d3";
}

.mdi-division:before {
  content: "\f1d4";
}

.mdi-division-box:before {
  content: "\f1d5";
}

.mdi-dns:before {
  content: "\f1d6";
}

.mdi-domain:before {
  content: "\f1d7";
}

.mdi-dots-horizontal:before {
  content: "\f1d8";
}

.mdi-dots-vertical:before {
  content: "\f1d9";
}

.mdi-download:before {
  content: "\f1da";
}

.mdi-drag:before {
  content: "\f1db";
}

.mdi-drag-horizontal:before {
  content: "\f1dc";
}

.mdi-drag-vertical:before {
  content: "\f1dd";
}

.mdi-drawing:before {
  content: "\f1de";
}

.mdi-drawing-box:before {
  content: "\f1df";
}

.mdi-dribbble:before {
  content: "\f1e0";
}

.mdi-dribbble-box:before {
  content: "\f1e1";
}

.mdi-drone:before {
  content: "\f1e2";
}

.mdi-dropbox:before {
  content: "\f1e3";
}

.mdi-drupal:before {
  content: "\f1e4";
}

.mdi-duck:before {
  content: "\f1e5";
}

.mdi-dumbbell:before {
  content: "\f1e6";
}

.mdi-earth:before {
  content: "\f1e7";
}

.mdi-earth-off:before {
  content: "\f1e8";
}

.mdi-edge:before {
  content: "\f1e9";
}

.mdi-eject:before {
  content: "\f1ea";
}

.mdi-elevation-decline:before {
  content: "\f1eb";
}

.mdi-elevation-rise:before {
  content: "\f1ec";
}

.mdi-elevator:before {
  content: "\f1ed";
}

.mdi-email:before {
  content: "\f1ee";
}

.mdi-email-open:before {
  content: "\f1ef";
}

.mdi-email-open-outline:before {
  content: "\f5ef";
}

.mdi-email-outline:before {
  content: "\f1f0";
}

.mdi-email-secure:before {
  content: "\f1f1";
}

.mdi-email-variant:before {
  content: "\f5f0";
}

.mdi-emoticon:before {
  content: "\f1f2";
}

.mdi-emoticon-cool:before {
  content: "\f1f3";
}

.mdi-emoticon-devil:before {
  content: "\f1f4";
}

.mdi-emoticon-happy:before {
  content: "\f1f5";
}

.mdi-emoticon-neutral:before {
  content: "\f1f6";
}

.mdi-emoticon-poop:before {
  content: "\f1f7";
}

.mdi-emoticon-sad:before {
  content: "\f1f8";
}

.mdi-emoticon-tongue:before {
  content: "\f1f9";
}

.mdi-engine:before {
  content: "\f1fa";
}

.mdi-engine-outline:before {
  content: "\f1fb";
}

.mdi-equal:before {
  content: "\f1fc";
}

.mdi-equal-box:before {
  content: "\f1fd";
}

.mdi-eraser:before {
  content: "\f1fe";
}

.mdi-eraser-variant:before {
  content: "\f642";
}

.mdi-escalator:before {
  content: "\f1ff";
}

.mdi-ethernet:before {
  content: "\f200";
}

.mdi-ethernet-cable:before {
  content: "\f201";
}

.mdi-ethernet-cable-off:before {
  content: "\f202";
}

.mdi-etsy:before {
  content: "\f203";
}

.mdi-ev-station:before {
  content: "\f5f1";
}

.mdi-evernote:before {
  content: "\f204";
}

.mdi-exclamation:before {
  content: "\f205";
}

.mdi-exit-to-app:before {
  content: "\f206";
}

.mdi-export:before {
  content: "\f207";
}

.mdi-eye:before {
  content: "\f208";
}

.mdi-eye-off:before {
  content: "\f209";
}

.mdi-eyedropper:before {
  content: "\f20a";
}

.mdi-eyedropper-variant:before {
  content: "\f20b";
}

.mdi-face:before {
  content: "\f643";
}

.mdi-face-profile:before {
  content: "\f644";
}

.mdi-facebook:before {
  content: "\f20c";
}

.mdi-facebook-box:before {
  content: "\f20d";
}

.mdi-facebook-messenger:before {
  content: "\f20e";
}

.mdi-factory:before {
  content: "\f20f";
}

.mdi-fan:before {
  content: "\f210";
}

.mdi-fast-forward:before {
  content: "\f211";
}

.mdi-fax:before {
  content: "\f212";
}

.mdi-ferry:before {
  content: "\f213";
}

.mdi-file:before {
  content: "\f214";
}

.mdi-file-chart:before {
  content: "\f215";
}

.mdi-file-check:before {
  content: "\f216";
}

.mdi-file-cloud:before {
  content: "\f217";
}

.mdi-file-delimited:before {
  content: "\f218";
}

.mdi-file-document:before {
  content: "\f219";
}

.mdi-file-document-box:before {
  content: "\f21a";
}

.mdi-file-excel:before {
  content: "\f21b";
}

.mdi-file-excel-box:before {
  content: "\f21c";
}

.mdi-file-export:before {
  content: "\f21d";
}

.mdi-file-find:before {
  content: "\f21e";
}

.mdi-file-hidden:before {
  content: "\f613";
}

.mdi-file-image:before {
  content: "\f21f";
}

.mdi-file-import:before {
  content: "\f220";
}

.mdi-file-lock:before {
  content: "\f221";
}

.mdi-file-multiple:before {
  content: "\f222";
}

.mdi-file-music:before {
  content: "\f223";
}

.mdi-file-outline:before {
  content: "\f224";
}

.mdi-file-pdf:before {
  content: "\f225";
}

.mdi-file-pdf-box:before {
  content: "\f226";
}

.mdi-file-powerpoint:before {
  content: "\f227";
}

.mdi-file-powerpoint-box:before {
  content: "\f228";
}

.mdi-file-presentation-box:before {
  content: "\f229";
}

.mdi-file-restore:before {
  content: "\f670";
}

.mdi-file-send:before {
  content: "\f22a";
}

.mdi-file-tree:before {
  content: "\f645";
}

.mdi-file-video:before {
  content: "\f22b";
}

.mdi-file-word:before {
  content: "\f22c";
}

.mdi-file-word-box:before {
  content: "\f22d";
}

.mdi-file-xml:before {
  content: "\f22e";
}

.mdi-film:before {
  content: "\f22f";
}

.mdi-filmstrip:before {
  content: "\f230";
}

.mdi-filmstrip-off:before {
  content: "\f231";
}

.mdi-filter:before {
  content: "\f232";
}

.mdi-filter-outline:before {
  content: "\f233";
}

.mdi-filter-remove:before {
  content: "\f234";
}

.mdi-filter-remove-outline:before {
  content: "\f235";
}

.mdi-filter-variant:before {
  content: "\f236";
}

.mdi-fingerprint:before {
  content: "\f237";
}

.mdi-fire:before {
  content: "\f238";
}

.mdi-firefox:before {
  content: "\f239";
}

.mdi-fish:before {
  content: "\f23a";
}

.mdi-flag:before {
  content: "\f23b";
}

.mdi-flag-checkered:before {
  content: "\f23c";
}

.mdi-flag-outline:before {
  content: "\f23d";
}

.mdi-flag-outline-variant:before {
  content: "\f23e";
}

.mdi-flag-triangle:before {
  content: "\f23f";
}

.mdi-flag-variant:before {
  content: "\f240";
}

.mdi-flash:before {
  content: "\f241";
}

.mdi-flash-auto:before {
  content: "\f242";
}

.mdi-flash-off:before {
  content: "\f243";
}

.mdi-flashlight:before {
  content: "\f244";
}

.mdi-flashlight-off:before {
  content: "\f245";
}

.mdi-flask:before {
  content: "\f093";
}

.mdi-flask-empty:before {
  content: "\f094";
}

.mdi-flask-empty-outline:before {
  content: "\f095";
}

.mdi-flask-outline:before {
  content: "\f096";
}

.mdi-flattr:before {
  content: "\f246";
}

.mdi-flip-to-back:before {
  content: "\f247";
}

.mdi-flip-to-front:before {
  content: "\f248";
}

.mdi-floppy:before {
  content: "\f249";
}

.mdi-flower:before {
  content: "\f24a";
}

.mdi-folder:before {
  content: "\f24b";
}

.mdi-folder-account:before {
  content: "\f24c";
}

.mdi-folder-download:before {
  content: "\f24d";
}

.mdi-folder-google-drive:before {
  content: "\f24e";
}

.mdi-folder-image:before {
  content: "\f24f";
}

.mdi-folder-lock:before {
  content: "\f250";
}

.mdi-folder-lock-open:before {
  content: "\f251";
}

.mdi-folder-move:before {
  content: "\f252";
}

.mdi-folder-multiple:before {
  content: "\f253";
}

.mdi-folder-multiple-image:before {
  content: "\f254";
}

.mdi-folder-multiple-outline:before {
  content: "\f255";
}

.mdi-folder-outline:before {
  content: "\f256";
}

.mdi-folder-plus:before {
  content: "\f257";
}

.mdi-folder-remove:before {
  content: "\f258";
}

.mdi-folder-upload:before {
  content: "\f259";
}

.mdi-food:before {
  content: "\f25a";
}

.mdi-food-apple:before {
  content: "\f25b";
}

.mdi-food-fork-drink:before {
  content: "\f5f2";
}

.mdi-food-off:before {
  content: "\f5f3";
}

.mdi-food-variant:before {
  content: "\f25c";
}

.mdi-football:before {
  content: "\f25d";
}

.mdi-football-australian:before {
  content: "\f25e";
}

.mdi-football-helmet:before {
  content: "\f25f";
}

.mdi-format-align-center:before {
  content: "\f260";
}

.mdi-format-align-justify:before {
  content: "\f261";
}

.mdi-format-align-left:before {
  content: "\f262";
}

.mdi-format-align-right:before {
  content: "\f263";
}

.mdi-format-annotation-plus:before {
  content: "\f646";
}

.mdi-format-bold:before {
  content: "\f264";
}

.mdi-format-clear:before {
  content: "\f265";
}

.mdi-format-color-fill:before {
  content: "\f266";
}

.mdi-format-float-center:before {
  content: "\f267";
}

.mdi-format-float-left:before {
  content: "\f268";
}

.mdi-format-float-none:before {
  content: "\f269";
}

.mdi-format-float-right:before {
  content: "\f26a";
}

.mdi-format-header-1:before {
  content: "\f26b";
}

.mdi-format-header-2:before {
  content: "\f26c";
}

.mdi-format-header-3:before {
  content: "\f26d";
}

.mdi-format-header-4:before {
  content: "\f26e";
}

.mdi-format-header-5:before {
  content: "\f26f";
}

.mdi-format-header-6:before {
  content: "\f270";
}

.mdi-format-header-decrease:before {
  content: "\f271";
}

.mdi-format-header-equal:before {
  content: "\f272";
}

.mdi-format-header-increase:before {
  content: "\f273";
}

.mdi-format-header-pound:before {
  content: "\f274";
}

.mdi-format-horizontal-align-center:before {
  content: "\f61e";
}

.mdi-format-horizontal-align-left:before {
  content: "\f61f";
}

.mdi-format-horizontal-align-right:before {
  content: "\f620";
}

.mdi-format-indent-decrease:before {
  content: "\f275";
}

.mdi-format-indent-increase:before {
  content: "\f276";
}

.mdi-format-italic:before {
  content: "\f277";
}

.mdi-format-line-spacing:before {
  content: "\f278";
}

.mdi-format-line-style:before {
  content: "\f5c8";
}

.mdi-format-line-weight:before {
  content: "\f5c9";
}

.mdi-format-list-bulleted:before {
  content: "\f279";
}

.mdi-format-list-bulleted-type:before {
  content: "\f27a";
}

.mdi-format-list-numbers:before {
  content: "\f27b";
}

.mdi-format-paint:before {
  content: "\f27c";
}

.mdi-format-paragraph:before {
  content: "\f27d";
}

.mdi-format-quote:before {
  content: "\f27e";
}

.mdi-format-size:before {
  content: "\f27f";
}

.mdi-format-strikethrough:before {
  content: "\f280";
}

.mdi-format-strikethrough-variant:before {
  content: "\f281";
}

.mdi-format-subscript:before {
  content: "\f282";
}

.mdi-format-superscript:before {
  content: "\f283";
}

.mdi-format-text:before {
  content: "\f284";
}

.mdi-format-textdirection-l-to-r:before {
  content: "\f285";
}

.mdi-format-textdirection-r-to-l:before {
  content: "\f286";
}

.mdi-format-title:before {
  content: "\f5f4";
}

.mdi-format-underline:before {
  content: "\f287";
}

.mdi-format-vertical-align-bottom:before {
  content: "\f621";
}

.mdi-format-vertical-align-center:before {
  content: "\f622";
}

.mdi-format-vertical-align-top:before {
  content: "\f623";
}

.mdi-format-wrap-inline:before {
  content: "\f288";
}

.mdi-format-wrap-square:before {
  content: "\f289";
}

.mdi-format-wrap-tight:before {
  content: "\f28a";
}

.mdi-format-wrap-top-bottom:before {
  content: "\f28b";
}

.mdi-forum:before {
  content: "\f28c";
}

.mdi-forward:before {
  content: "\f28d";
}

.mdi-foursquare:before {
  content: "\f28e";
}

.mdi-fridge:before {
  content: "\f28f";
}

.mdi-fridge-filled:before {
  content: "\f290";
}

.mdi-fridge-filled-bottom:before {
  content: "\f291";
}

.mdi-fridge-filled-top:before {
  content: "\f292";
}

.mdi-fullscreen:before {
  content: "\f293";
}

.mdi-fullscreen-exit:before {
  content: "\f294";
}

.mdi-function:before {
  content: "\f295";
}

.mdi-gamepad:before {
  content: "\f296";
}

.mdi-gamepad-variant:before {
  content: "\f297";
}

.mdi-gas-cylinder:before {
  content: "\f647";
}

.mdi-gas-station:before {
  content: "\f298";
}

.mdi-gate:before {
  content: "\f299";
}

.mdi-gauge:before {
  content: "\f29a";
}

.mdi-gavel:before {
  content: "\f29b";
}

.mdi-gender-female:before {
  content: "\f29c";
}

.mdi-gender-male:before {
  content: "\f29d";
}

.mdi-gender-male-female:before {
  content: "\f29e";
}

.mdi-gender-transgender:before {
  content: "\f29f";
}

.mdi-ghost:before {
  content: "\f2a0";
}

.mdi-gift:before {
  content: "\f2a1";
}

.mdi-git:before {
  content: "\f2a2";
}

.mdi-github-box:before {
  content: "\f2a3";
}

.mdi-github-circle:before {
  content: "\f2a4";
}

.mdi-glass-flute:before {
  content: "\f2a5";
}

.mdi-glass-mug:before {
  content: "\f2a6";
}

.mdi-glass-stange:before {
  content: "\f2a7";
}

.mdi-glass-tulip:before {
  content: "\f2a8";
}

.mdi-glassdoor:before {
  content: "\f2a9";
}

.mdi-glasses:before {
  content: "\f2aa";
}

.mdi-gmail:before {
  content: "\f2ab";
}

.mdi-gnome:before {
  content: "\f2ac";
}

.mdi-google:before {
  content: "\f2ad";
}

.mdi-google-cardboard:before {
  content: "\f2ae";
}

.mdi-google-chrome:before {
  content: "\f2af";
}

.mdi-google-circles:before {
  content: "\f2b0";
}

.mdi-google-circles-communities:before {
  content: "\f2b1";
}

.mdi-google-circles-extended:before {
  content: "\f2b2";
}

.mdi-google-circles-group:before {
  content: "\f2b3";
}

.mdi-google-controller:before {
  content: "\f2b4";
}

.mdi-google-controller-off:before {
  content: "\f2b5";
}

.mdi-google-drive:before {
  content: "\f2b6";
}

.mdi-google-earth:before {
  content: "\f2b7";
}

.mdi-google-glass:before {
  content: "\f2b8";
}

.mdi-google-maps:before {
  content: "\f5f5";
}

.mdi-google-nearby:before {
  content: "\f2b9";
}

.mdi-google-pages:before {
  content: "\f2ba";
}

.mdi-google-physical-web:before {
  content: "\f2bb";
}

.mdi-google-play:before {
  content: "\f2bc";
}

.mdi-google-plus:before {
  content: "\f2bd";
}

.mdi-google-plus-box:before {
  content: "\f2be";
}

.mdi-google-translate:before {
  content: "\f2bf";
}

.mdi-google-wallet:before {
  content: "\f2c0";
}

.mdi-grease-pencil:before {
  content: "\f648";
}

.mdi-grid:before {
  content: "\f2c1";
}

.mdi-grid-off:before {
  content: "\f2c2";
}

.mdi-group:before {
  content: "\f2c3";
}

.mdi-guitar-electric:before {
  content: "\f2c4";
}

.mdi-guitar-pick:before {
  content: "\f2c5";
}

.mdi-guitar-pick-outline:before {
  content: "\f2c6";
}

.mdi-hackernews:before {
  content: "\f624";
}

.mdi-hand-pointing-right:before {
  content: "\f2c7";
}

.mdi-hanger:before {
  content: "\f2c8";
}

.mdi-hangouts:before {
  content: "\f2c9";
}

.mdi-harddisk:before {
  content: "\f2ca";
}

.mdi-headphones:before {
  content: "\f2cb";
}

.mdi-headphones-box:before {
  content: "\f2cc";
}

.mdi-headphones-settings:before {
  content: "\f2cd";
}

.mdi-headset:before {
  content: "\f2ce";
}

.mdi-headset-dock:before {
  content: "\f2cf";
}

.mdi-headset-off:before {
  content: "\f2d0";
}

.mdi-heart:before {
  content: "\f2d1";
}

.mdi-heart-box:before {
  content: "\f2d2";
}

.mdi-heart-box-outline:before {
  content: "\f2d3";
}

.mdi-heart-broken:before {
  content: "\f2d4";
}

.mdi-heart-outline:before {
  content: "\f2d5";
}

.mdi-heart-pulse:before {
  content: "\f5f6";
}

.mdi-help:before {
  content: "\f2d6";
}

.mdi-help-circle:before {
  content: "\f2d7";
}

.mdi-help-circle-outline:before {
  content: "\f625";
}

.mdi-hexagon:before {
  content: "\f2d8";
}

.mdi-hexagon-outline:before {
  content: "\f2d9";
}

.mdi-highway:before {
  content: "\f5f7";
}

.mdi-history:before {
  content: "\f2da";
}

.mdi-hololens:before {
  content: "\f2db";
}

.mdi-home:before {
  content: "\f2dc";
}

.mdi-home-map-marker:before {
  content: "\f5f8";
}

.mdi-home-modern:before {
  content: "\f2dd";
}

.mdi-home-variant:before {
  content: "\f2de";
}

.mdi-hops:before {
  content: "\f2df";
}

.mdi-hospital:before {
  content: "\f2e0";
}

.mdi-hospital-building:before {
  content: "\f2e1";
}

.mdi-hospital-marker:before {
  content: "\f2e2";
}

.mdi-hotel:before {
  content: "\f2e3";
}

.mdi-houzz:before {
  content: "\f2e4";
}

.mdi-houzz-box:before {
  content: "\f2e5";
}

.mdi-human:before {
  content: "\f2e6";
}

.mdi-human-child:before {
  content: "\f2e7";
}

.mdi-human-female:before {
  content: "\f649";
}

.mdi-human-greeting:before {
  content: "\f64a";
}

.mdi-human-handsdown:before {
  content: "\f64b";
}

.mdi-human-handsup:before {
  content: "\f64c";
}

.mdi-human-male:before {
  content: "\f64d";
}

.mdi-human-male-female:before {
  content: "\f2e8";
}

.mdi-human-pregnant:before {
  content: "\f5cf";
}

.mdi-image:before {
  content: "\f2e9";
}

.mdi-image-album:before {
  content: "\f2ea";
}

.mdi-image-area:before {
  content: "\f2eb";
}

.mdi-image-area-close:before {
  content: "\f2ec";
}

.mdi-image-broken:before {
  content: "\f2ed";
}

.mdi-image-broken-variant:before {
  content: "\f2ee";
}

.mdi-image-filter:before {
  content: "\f2ef";
}

.mdi-image-filter-black-white:before {
  content: "\f2f0";
}

.mdi-image-filter-center-focus:before {
  content: "\f2f1";
}

.mdi-image-filter-center-focus-weak:before {
  content: "\f2f2";
}

.mdi-image-filter-drama:before {
  content: "\f2f3";
}

.mdi-image-filter-frames:before {
  content: "\f2f4";
}

.mdi-image-filter-hdr:before {
  content: "\f2f5";
}

.mdi-image-filter-none:before {
  content: "\f2f6";
}

.mdi-image-filter-tilt-shift:before {
  content: "\f2f7";
}

.mdi-image-filter-vintage:before {
  content: "\f2f8";
}

.mdi-image-multiple:before {
  content: "\f2f9";
}

.mdi-import:before {
  content: "\f2fa";
}

.mdi-inbox:before {
  content: "\f2fb";
}

.mdi-incognito:before {
  content: "\f5f9";
}

.mdi-information:before {
  content: "\f2fc";
}

.mdi-information-outline:before {
  content: "\f2fd";
}

.mdi-information-variant:before {
  content: "\f64e";
}

.mdi-instagram:before {
  content: "\f2fe";
}

.mdi-instapaper:before {
  content: "\f2ff";
}

.mdi-internet-explorer:before {
  content: "\f300";
}

.mdi-invert-colors:before {
  content: "\f301";
}

.mdi-jeepney:before {
  content: "\f302";
}

.mdi-jira:before {
  content: "\f303";
}

.mdi-jsfiddle:before {
  content: "\f304";
}

.mdi-json:before {
  content: "\f626";
}

.mdi-keg:before {
  content: "\f305";
}

.mdi-kettle:before {
  content: "\f5fa";
}

.mdi-key:before {
  content: "\f306";
}

.mdi-key-change:before {
  content: "\f307";
}

.mdi-key-minus:before {
  content: "\f308";
}

.mdi-key-plus:before {
  content: "\f309";
}

.mdi-key-remove:before {
  content: "\f30a";
}

.mdi-key-variant:before {
  content: "\f30b";
}

.mdi-keyboard:before {
  content: "\f30c";
}

.mdi-keyboard-backspace:before {
  content: "\f30d";
}

.mdi-keyboard-caps:before {
  content: "\f30e";
}

.mdi-keyboard-close:before {
  content: "\f30f";
}

.mdi-keyboard-off:before {
  content: "\f310";
}

.mdi-keyboard-return:before {
  content: "\f311";
}

.mdi-keyboard-tab:before {
  content: "\f312";
}

.mdi-keyboard-variant:before {
  content: "\f313";
}

.mdi-kodi:before {
  content: "\f314";
}

.mdi-label:before {
  content: "\f315";
}

.mdi-label-outline:before {
  content: "\f316";
}

.mdi-lambda:before {
  content: "\f627";
}

.mdi-lan:before {
  content: "\f317";
}

.mdi-lan-connect:before {
  content: "\f318";
}

.mdi-lan-disconnect:before {
  content: "\f319";
}

.mdi-lan-pending:before {
  content: "\f31a";
}

.mdi-language-c:before {
  content: "\f671";
}

.mdi-language-cpp:before {
  content: "\f672";
}

.mdi-language-csharp:before {
  content: "\f31b";
}

.mdi-language-css3:before {
  content: "\f31c";
}

.mdi-language-html5:before {
  content: "\f31d";
}

.mdi-language-javascript:before {
  content: "\f31e";
}

.mdi-language-php:before {
  content: "\f31f";
}

.mdi-language-python:before {
  content: "\f320";
}

.mdi-language-python-text:before {
  content: "\f321";
}

.mdi-laptop:before {
  content: "\f322";
}

.mdi-laptop-chromebook:before {
  content: "\f323";
}

.mdi-laptop-mac:before {
  content: "\f324";
}

.mdi-laptop-windows:before {
  content: "\f325";
}

.mdi-lastfm:before {
  content: "\f326";
}

.mdi-launch:before {
  content: "\f327";
}

.mdi-layers:before {
  content: "\f328";
}

.mdi-layers-off:before {
  content: "\f329";
}

.mdi-lead-pencil:before {
  content: "\f64f";
}

.mdi-leaf:before {
  content: "\f32a";
}

.mdi-led-off:before {
  content: "\f32b";
}

.mdi-led-on:before {
  content: "\f32c";
}

.mdi-led-outline:before {
  content: "\f32d";
}

.mdi-led-variant-off:before {
  content: "\f32e";
}

.mdi-led-variant-on:before {
  content: "\f32f";
}

.mdi-led-variant-outline:before {
  content: "\f330";
}

.mdi-library:before {
  content: "\f331";
}

.mdi-library-books:before {
  content: "\f332";
}

.mdi-library-music:before {
  content: "\f333";
}

.mdi-library-plus:before {
  content: "\f334";
}

.mdi-lightbulb:before {
  content: "\f335";
}

.mdi-lightbulb-outline:before {
  content: "\f336";
}

.mdi-link:before {
  content: "\f337";
}

.mdi-link-off:before {
  content: "\f338";
}

.mdi-link-variant:before {
  content: "\f339";
}

.mdi-link-variant-off:before {
  content: "\f33a";
}

.mdi-linkedin:before {
  content: "\f33b";
}

.mdi-linkedin-box:before {
  content: "\f33c";
}

.mdi-linux:before {
  content: "\f33d";
}

.mdi-lock:before {
  content: "\f33e";
}

.mdi-lock-open:before {
  content: "\f33f";
}

.mdi-lock-open-outline:before {
  content: "\f340";
}

.mdi-lock-outline:before {
  content: "\f341";
}

.mdi-lock-plus:before {
  content: "\f5fb";
}

.mdi-login:before {
  content: "\f342";
}

.mdi-login-variant:before {
  content: "\f5fc";
}

.mdi-logout:before {
  content: "\f343";
}

.mdi-logout-variant:before {
  content: "\f5fd";
}

.mdi-looks:before {
  content: "\f344";
}

.mdi-loupe:before {
  content: "\f345";
}

.mdi-lumx:before {
  content: "\f346";
}

.mdi-magnet:before {
  content: "\f347";
}

.mdi-magnet-on:before {
  content: "\f348";
}

.mdi-magnify:before {
  content: "\f349";
}

.mdi-magnify-minus:before {
  content: "\f34a";
}

.mdi-magnify-plus:before {
  content: "\f34b";
}

.mdi-mail-ru:before {
  content: "\f34c";
}

.mdi-map:before {
  content: "\f34d";
}

.mdi-map-marker:before {
  content: "\f34e";
}

.mdi-map-marker-circle:before {
  content: "\f34f";
}

.mdi-map-marker-minus:before {
  content: "\f650";
}

.mdi-map-marker-multiple:before {
  content: "\f350";
}

.mdi-map-marker-off:before {
  content: "\f351";
}

.mdi-map-marker-plus:before {
  content: "\f651";
}

.mdi-map-marker-radius:before {
  content: "\f352";
}

.mdi-margin:before {
  content: "\f353";
}

.mdi-markdown:before {
  content: "\f354";
}

.mdi-marker:before {
  content: "\f652";
}

.mdi-marker-check:before {
  content: "\f355";
}

.mdi-martini:before {
  content: "\f356";
}

.mdi-material-ui:before {
  content: "\f357";
}

.mdi-math-compass:before {
  content: "\f358";
}

.mdi-matrix:before {
  content: "\f628";
}

.mdi-maxcdn:before {
  content: "\f359";
}

.mdi-medium:before {
  content: "\f35a";
}

.mdi-memory:before {
  content: "\f35b";
}

.mdi-menu:before {
  content: "\f35c";
}

.mdi-menu-down:before {
  content: "\f35d";
}

.mdi-menu-left:before {
  content: "\f35e";
}

.mdi-menu-right:before {
  content: "\f35f";
}

.mdi-menu-up:before {
  content: "\f360";
}

.mdi-message:before {
  content: "\f361";
}

.mdi-message-alert:before {
  content: "\f362";
}

.mdi-message-draw:before {
  content: "\f363";
}

.mdi-message-image:before {
  content: "\f364";
}

.mdi-message-outline:before {
  content: "\f365";
}

.mdi-message-plus:before {
  content: "\f653";
}

.mdi-message-processing:before {
  content: "\f366";
}

.mdi-message-reply:before {
  content: "\f367";
}

.mdi-message-reply-text:before {
  content: "\f368";
}

.mdi-message-text:before {
  content: "\f369";
}

.mdi-message-text-outline:before {
  content: "\f36a";
}

.mdi-message-video:before {
  content: "\f36b";
}

.mdi-meteor:before {
  content: "\f629";
}

.mdi-microphone:before {
  content: "\f36c";
}

.mdi-microphone-off:before {
  content: "\f36d";
}

.mdi-microphone-outline:before {
  content: "\f36e";
}

.mdi-microphone-settings:before {
  content: "\f36f";
}

.mdi-microphone-variant:before {
  content: "\f370";
}

.mdi-microphone-variant-off:before {
  content: "\f371";
}

.mdi-microscope:before {
  content: "\f654";
}

.mdi-microsoft:before {
  content: "\f372";
}

.mdi-minecraft:before {
  content: "\f373";
}

.mdi-minus:before {
  content: "\f374";
}

.mdi-minus-box:before {
  content: "\f375";
}

.mdi-minus-circle:before {
  content: "\f376";
}

.mdi-minus-circle-outline:before {
  content: "\f377";
}

.mdi-minus-network:before {
  content: "\f378";
}

.mdi-mixcloud:before {
  content: "\f62a";
}

.mdi-monitor:before {
  content: "\f379";
}

.mdi-monitor-multiple:before {
  content: "\f37a";
}

.mdi-more:before {
  content: "\f37b";
}

.mdi-motorbike:before {
  content: "\f37c";
}

.mdi-mouse:before {
  content: "\f37d";
}

.mdi-mouse-off:before {
  content: "\f37e";
}

.mdi-mouse-variant:before {
  content: "\f37f";
}

.mdi-mouse-variant-off:before {
  content: "\f380";
}

.mdi-move-resize:before {
  content: "\f655";
}

.mdi-move-resize-variant:before {
  content: "\f656";
}

.mdi-movie:before {
  content: "\f381";
}

.mdi-multiplication:before {
  content: "\f382";
}

.mdi-multiplication-box:before {
  content: "\f383";
}

.mdi-music-box:before {
  content: "\f384";
}

.mdi-music-box-outline:before {
  content: "\f385";
}

.mdi-music-circle:before {
  content: "\f386";
}

.mdi-music-note:before {
  content: "\f387";
}

.mdi-music-note-bluetooth:before {
  content: "\f5fe";
}

.mdi-music-note-bluetooth-off:before {
  content: "\f5ff";
}

.mdi-music-note-eighth:before {
  content: "\f388";
}

.mdi-music-note-half:before {
  content: "\f389";
}

.mdi-music-note-off:before {
  content: "\f38a";
}

.mdi-music-note-quarter:before {
  content: "\f38b";
}

.mdi-music-note-sixteenth:before {
  content: "\f38c";
}

.mdi-music-note-whole:before {
  content: "\f38d";
}

.mdi-nature:before {
  content: "\f38e";
}

.mdi-nature-people:before {
  content: "\f38f";
}

.mdi-navigation:before {
  content: "\f390";
}

.mdi-near-me:before {
  content: "\f5cd";
}

.mdi-needle:before {
  content: "\f391";
}

.mdi-nest-protect:before {
  content: "\f392";
}

.mdi-nest-thermostat:before {
  content: "\f393";
}

.mdi-new-box:before {
  content: "\f394";
}

.mdi-newspaper:before {
  content: "\f395";
}

.mdi-nfc:before {
  content: "\f396";
}

.mdi-nfc-tap:before {
  content: "\f397";
}

.mdi-nfc-variant:before {
  content: "\f398";
}

.mdi-nodejs:before {
  content: "\f399";
}

.mdi-note:before {
  content: "\f39a";
}

.mdi-note-outline:before {
  content: "\f39b";
}

.mdi-note-plus:before {
  content: "\f39c";
}

.mdi-note-plus-outline:before {
  content: "\f39d";
}

.mdi-note-text:before {
  content: "\f39e";
}

.mdi-notification-clear-all:before {
  content: "\f39f";
}

.mdi-numeric:before {
  content: "\f3a0";
}

.mdi-numeric-0-box:before {
  content: "\f3a1";
}

.mdi-numeric-0-box-multiple-outline:before {
  content: "\f3a2";
}

.mdi-numeric-0-box-outline:before {
  content: "\f3a3";
}

.mdi-numeric-1-box:before {
  content: "\f3a4";
}

.mdi-numeric-1-box-multiple-outline:before {
  content: "\f3a5";
}

.mdi-numeric-1-box-outline:before {
  content: "\f3a6";
}

.mdi-numeric-2-box:before {
  content: "\f3a7";
}

.mdi-numeric-2-box-multiple-outline:before {
  content: "\f3a8";
}

.mdi-numeric-2-box-outline:before {
  content: "\f3a9";
}

.mdi-numeric-3-box:before {
  content: "\f3aa";
}

.mdi-numeric-3-box-multiple-outline:before {
  content: "\f3ab";
}

.mdi-numeric-3-box-outline:before {
  content: "\f3ac";
}

.mdi-numeric-4-box:before {
  content: "\f3ad";
}

.mdi-numeric-4-box-multiple-outline:before {
  content: "\f3ae";
}

.mdi-numeric-4-box-outline:before {
  content: "\f3af";
}

.mdi-numeric-5-box:before {
  content: "\f3b0";
}

.mdi-numeric-5-box-multiple-outline:before {
  content: "\f3b1";
}

.mdi-numeric-5-box-outline:before {
  content: "\f3b2";
}

.mdi-numeric-6-box:before {
  content: "\f3b3";
}

.mdi-numeric-6-box-multiple-outline:before {
  content: "\f3b4";
}

.mdi-numeric-6-box-outline:before {
  content: "\f3b5";
}

.mdi-numeric-7-box:before {
  content: "\f3b6";
}

.mdi-numeric-7-box-multiple-outline:before {
  content: "\f3b7";
}

.mdi-numeric-7-box-outline:before {
  content: "\f3b8";
}

.mdi-numeric-8-box:before {
  content: "\f3b9";
}

.mdi-numeric-8-box-multiple-outline:before {
  content: "\f3ba";
}

.mdi-numeric-8-box-outline:before {
  content: "\f3bb";
}

.mdi-numeric-9-box:before {
  content: "\f3bc";
}

.mdi-numeric-9-box-multiple-outline:before {
  content: "\f3bd";
}

.mdi-numeric-9-box-outline:before {
  content: "\f3be";
}

.mdi-numeric-9-plus-box:before {
  content: "\f3bf";
}

.mdi-numeric-9-plus-box-multiple-outline:before {
  content: "\f3c0";
}

.mdi-numeric-9-plus-box-outline:before {
  content: "\f3c1";
}

.mdi-nutrition:before {
  content: "\f3c2";
}

.mdi-octagon:before {
  content: "\f3c3";
}

.mdi-octagon-outline:before {
  content: "\f3c4";
}

.mdi-odnoklassniki:before {
  content: "\f3c5";
}

.mdi-office:before {
  content: "\f3c6";
}

.mdi-oil:before {
  content: "\f3c7";
}

.mdi-oil-temperature:before {
  content: "\f3c8";
}

.mdi-omega:before {
  content: "\f3c9";
}

.mdi-onedrive:before {
  content: "\f3ca";
}

.mdi-opacity:before {
  content: "\f5cc";
}

.mdi-open-in-app:before {
  content: "\f3cb";
}

.mdi-open-in-new:before {
  content: "\f3cc";
}

.mdi-openid:before {
  content: "\f3cd";
}

.mdi-opera:before {
  content: "\f3ce";
}

.mdi-ornament:before {
  content: "\f3cf";
}

.mdi-ornament-variant:before {
  content: "\f3d0";
}

.mdi-outbox:before {
  content: "\f3d1";
}

.mdi-owl:before {
  content: "\f3d2";
}

.mdi-package:before {
  content: "\f3d3";
}

.mdi-package-down:before {
  content: "\f3d4";
}

.mdi-package-up:before {
  content: "\f3d5";
}

.mdi-package-variant:before {
  content: "\f3d6";
}

.mdi-package-variant-closed:before {
  content: "\f3d7";
}

.mdi-page-first:before {
  content: "\f600";
}

.mdi-page-last:before {
  content: "\f601";
}

.mdi-palette:before {
  content: "\f3d8";
}

.mdi-palette-advanced:before {
  content: "\f3d9";
}

.mdi-panda:before {
  content: "\f3da";
}

.mdi-pandora:before {
  content: "\f3db";
}

.mdi-panorama:before {
  content: "\f3dc";
}

.mdi-panorama-fisheye:before {
  content: "\f3dd";
}

.mdi-panorama-horizontal:before {
  content: "\f3de";
}

.mdi-panorama-vertical:before {
  content: "\f3df";
}

.mdi-panorama-wide-angle:before {
  content: "\f3e0";
}

.mdi-paper-cut-vertical:before {
  content: "\f3e1";
}

.mdi-paperclip:before {
  content: "\f3e2";
}

.mdi-parking:before {
  content: "\f3e3";
}

.mdi-pause:before {
  content: "\f3e4";
}

.mdi-pause-circle:before {
  content: "\f3e5";
}

.mdi-pause-circle-outline:before {
  content: "\f3e6";
}

.mdi-pause-octagon:before {
  content: "\f3e7";
}

.mdi-pause-octagon-outline:before {
  content: "\f3e8";
}

.mdi-paw:before {
  content: "\f3e9";
}

.mdi-paw-off:before {
  content: "\f657";
}

.mdi-pen:before {
  content: "\f3ea";
}

.mdi-pencil:before {
  content: "\f3eb";
}

.mdi-pencil-box:before {
  content: "\f3ec";
}

.mdi-pencil-box-outline:before {
  content: "\f3ed";
}

.mdi-pencil-lock:before {
  content: "\f3ee";
}

.mdi-pencil-off:before {
  content: "\f3ef";
}

.mdi-percent:before {
  content: "\f3f0";
}

.mdi-pharmacy:before {
  content: "\f3f1";
}

.mdi-phone:before {
  content: "\f3f2";
}

.mdi-phone-bluetooth:before {
  content: "\f3f3";
}

.mdi-phone-classic:before {
  content: "\f602";
}

.mdi-phone-forward:before {
  content: "\f3f4";
}

.mdi-phone-hangup:before {
  content: "\f3f5";
}

.mdi-phone-in-talk:before {
  content: "\f3f6";
}

.mdi-phone-incoming:before {
  content: "\f3f7";
}

.mdi-phone-locked:before {
  content: "\f3f8";
}

.mdi-phone-log:before {
  content: "\f3f9";
}

.mdi-phone-minus:before {
  content: "\f658";
}

.mdi-phone-missed:before {
  content: "\f3fa";
}

.mdi-phone-outgoing:before {
  content: "\f3fb";
}

.mdi-phone-paused:before {
  content: "\f3fc";
}

.mdi-phone-plus:before {
  content: "\f659";
}

.mdi-phone-settings:before {
  content: "\f3fd";
}

.mdi-phone-voip:before {
  content: "\f3fe";
}

.mdi-pi:before {
  content: "\f3ff";
}

.mdi-pi-box:before {
  content: "\f400";
}

.mdi-pig:before {
  content: "\f401";
}

.mdi-pill:before {
  content: "\f402";
}

.mdi-pin:before {
  content: "\f403";
}

.mdi-pin-off:before {
  content: "\f404";
}

.mdi-pine-tree:before {
  content: "\f405";
}

.mdi-pine-tree-box:before {
  content: "\f406";
}

.mdi-pinterest:before {
  content: "\f407";
}

.mdi-pinterest-box:before {
  content: "\f408";
}

.mdi-pizza:before {
  content: "\f409";
}

.mdi-play:before {
  content: "\f40a";
}

.mdi-play-box-outline:before {
  content: "\f40b";
}

.mdi-play-circle:before {
  content: "\f40c";
}

.mdi-play-circle-outline:before {
  content: "\f40d";
}

.mdi-play-pause:before {
  content: "\f40e";
}

.mdi-play-protected-content:before {
  content: "\f40f";
}

.mdi-playlist-check:before {
  content: "\f5c7";
}

.mdi-playlist-minus:before {
  content: "\f410";
}

.mdi-playlist-play:before {
  content: "\f411";
}

.mdi-playlist-plus:before {
  content: "\f412";
}

.mdi-playlist-remove:before {
  content: "\f413";
}

.mdi-playstation:before {
  content: "\f414";
}

.mdi-plus:before {
  content: "\f415";
}

.mdi-plus-box:before {
  content: "\f416";
}

.mdi-plus-circle:before {
  content: "\f417";
}

.mdi-plus-circle-multiple-outline:before {
  content: "\f418";
}

.mdi-plus-circle-outline:before {
  content: "\f419";
}

.mdi-plus-network:before {
  content: "\f41a";
}

.mdi-plus-one:before {
  content: "\f41b";
}

.mdi-pocket:before {
  content: "\f41c";
}

.mdi-pokeball:before {
  content: "\f41d";
}

.mdi-polaroid:before {
  content: "\f41e";
}

.mdi-poll:before {
  content: "\f41f";
}

.mdi-poll-box:before {
  content: "\f420";
}

.mdi-polymer:before {
  content: "\f421";
}

.mdi-pool:before {
  content: "\f606";
}

.mdi-popcorn:before {
  content: "\f422";
}

.mdi-pot:before {
  content: "\f65a";
}

.mdi-pot-mix:before {
  content: "\f65b";
}

.mdi-pound:before {
  content: "\f423";
}

.mdi-pound-box:before {
  content: "\f424";
}

.mdi-power:before {
  content: "\f425";
}

.mdi-power-settings:before {
  content: "\f426";
}

.mdi-power-socket:before {
  content: "\f427";
}

.mdi-presentation:before {
  content: "\f428";
}

.mdi-presentation-play:before {
  content: "\f429";
}

.mdi-printer:before {
  content: "\f42a";
}

.mdi-printer-3d:before {
  content: "\f42b";
}

.mdi-printer-alert:before {
  content: "\f42c";
}

.mdi-priority-high:before {
  content: "\f603";
}

.mdi-priority-low:before {
  content: "\f604";
}

.mdi-professional-hexagon:before {
  content: "\f42d";
}

.mdi-projector:before {
  content: "\f42e";
}

.mdi-projector-screen:before {
  content: "\f42f";
}

.mdi-pulse:before {
  content: "\f430";
}

.mdi-puzzle:before {
  content: "\f431";
}

.mdi-qqchat:before {
  content: "\f605";
}

.mdi-qrcode:before {
  content: "\f432";
}

.mdi-qrcode-scan:before {
  content: "\f433";
}

.mdi-quadcopter:before {
  content: "\f434";
}

.mdi-quality-high:before {
  content: "\f435";
}

.mdi-quicktime:before {
  content: "\f436";
}

.mdi-radar:before {
  content: "\f437";
}

.mdi-radiator:before {
  content: "\f438";
}

.mdi-radio:before {
  content: "\f439";
}

.mdi-radio-handheld:before {
  content: "\f43a";
}

.mdi-radio-tower:before {
  content: "\f43b";
}

.mdi-radioactive:before {
  content: "\f43c";
}

.mdi-radiobox-blank:before {
  content: "\f43d";
}

.mdi-radiobox-marked:before {
  content: "\f43e";
}

.mdi-raspberrypi:before {
  content: "\f43f";
}

.mdi-ray-end:before {
  content: "\f440";
}

.mdi-ray-end-arrow:before {
  content: "\f441";
}

.mdi-ray-start:before {
  content: "\f442";
}

.mdi-ray-start-arrow:before {
  content: "\f443";
}

.mdi-ray-start-end:before {
  content: "\f444";
}

.mdi-ray-vertex:before {
  content: "\f445";
}

.mdi-rdio:before {
  content: "\f446";
}

.mdi-read:before {
  content: "\f447";
}

.mdi-readability:before {
  content: "\f448";
}

.mdi-receipt:before {
  content: "\f449";
}

.mdi-record:before {
  content: "\f44a";
}

.mdi-record-rec:before {
  content: "\f44b";
}

.mdi-recycle:before {
  content: "\f44c";
}

.mdi-reddit:before {
  content: "\f44d";
}

.mdi-redo:before {
  content: "\f44e";
}

.mdi-redo-variant:before {
  content: "\f44f";
}

.mdi-refresh:before {
  content: "\f450";
}

.mdi-regex:before {
  content: "\f451";
}

.mdi-relative-scale:before {
  content: "\f452";
}

.mdi-reload:before {
  content: "\f453";
}

.mdi-remote:before {
  content: "\f454";
}

.mdi-rename-box:before {
  content: "\f455";
}

.mdi-repeat:before {
  content: "\f456";
}

.mdi-repeat-off:before {
  content: "\f457";
}

.mdi-repeat-once:before {
  content: "\f458";
}

.mdi-replay:before {
  content: "\f459";
}

.mdi-reply:before {
  content: "\f45a";
}

.mdi-reply-all:before {
  content: "\f45b";
}

.mdi-reproduction:before {
  content: "\f45c";
}

.mdi-resize-bottom-right:before {
  content: "\f45d";
}

.mdi-responsive:before {
  content: "\f45e";
}

.mdi-rewind:before {
  content: "\f45f";
}

.mdi-ribbon:before {
  content: "\f460";
}

.mdi-road:before {
  content: "\f461";
}

.mdi-road-variant:before {
  content: "\f462";
}

.mdi-rocket:before {
  content: "\f463";
}

.mdi-rotate-3d:before {
  content: "\f464";
}

.mdi-rotate-left:before {
  content: "\f465";
}

.mdi-rotate-left-variant:before {
  content: "\f466";
}

.mdi-rotate-right:before {
  content: "\f467";
}

.mdi-rotate-right-variant:before {
  content: "\f468";
}

.mdi-rounded-corner:before {
  content: "\f607";
}

.mdi-router-wireless:before {
  content: "\f469";
}

.mdi-routes:before {
  content: "\f46a";
}

.mdi-rowing:before {
  content: "\f608";
}

.mdi-rss:before {
  content: "\f46b";
}

.mdi-rss-box:before {
  content: "\f46c";
}

.mdi-ruler:before {
  content: "\f46d";
}

.mdi-run:before {
  content: "\f46e";
}

.mdi-sale:before {
  content: "\f46f";
}

.mdi-satellite:before {
  content: "\f470";
}

.mdi-satellite-variant:before {
  content: "\f471";
}

.mdi-saxophone:before {
  content: "\f609";
}

.mdi-scale:before {
  content: "\f472";
}

.mdi-scale-balance:before {
  content: "\f5d1";
}

.mdi-scale-bathroom:before {
  content: "\f473";
}

.mdi-school:before {
  content: "\f474";
}

.mdi-screen-rotation:before {
  content: "\f475";
}

.mdi-screen-rotation-lock:before {
  content: "\f476";
}

.mdi-screwdriver:before {
  content: "\f477";
}

.mdi-script:before {
  content: "\f478";
}

.mdi-sd:before {
  content: "\f479";
}

.mdi-seal:before {
  content: "\f47a";
}

.mdi-seat-flat:before {
  content: "\f47b";
}

.mdi-seat-flat-angled:before {
  content: "\f47c";
}

.mdi-seat-individual-suite:before {
  content: "\f47d";
}

.mdi-seat-legroom-extra:before {
  content: "\f47e";
}

.mdi-seat-legroom-normal:before {
  content: "\f47f";
}

.mdi-seat-legroom-reduced:before {
  content: "\f480";
}

.mdi-seat-recline-extra:before {
  content: "\f481";
}

.mdi-seat-recline-normal:before {
  content: "\f482";
}

.mdi-security:before {
  content: "\f483";
}

.mdi-security-network:before {
  content: "\f484";
}

.mdi-select:before {
  content: "\f485";
}

.mdi-select-all:before {
  content: "\f486";
}

.mdi-select-inverse:before {
  content: "\f487";
}

.mdi-select-off:before {
  content: "\f488";
}

.mdi-selection:before {
  content: "\f489";
}

.mdi-send:before {
  content: "\f48a";
}

.mdi-serial-port:before {
  content: "\f65c";
}

.mdi-server:before {
  content: "\f48b";
}

.mdi-server-minus:before {
  content: "\f48c";
}

.mdi-server-network:before {
  content: "\f48d";
}

.mdi-server-network-off:before {
  content: "\f48e";
}

.mdi-server-off:before {
  content: "\f48f";
}

.mdi-server-plus:before {
  content: "\f490";
}

.mdi-server-remove:before {
  content: "\f491";
}

.mdi-server-security:before {
  content: "\f492";
}

.mdi-settings:before {
  content: "\f493";
}

.mdi-settings-box:before {
  content: "\f494";
}

.mdi-shape-circle-plus:before {
  content: "\f65d";
}

.mdi-shape-plus:before {
  content: "\f495";
}

.mdi-shape-polygon-plus:before {
  content: "\f65e";
}

.mdi-shape-rectangle-plus:before {
  content: "\f65f";
}

.mdi-shape-square-plus:before {
  content: "\f660";
}

.mdi-share:before {
  content: "\f496";
}

.mdi-share-variant:before {
  content: "\f497";
}

.mdi-shield:before {
  content: "\f498";
}

.mdi-shield-outline:before {
  content: "\f499";
}

.mdi-shopping:before {
  content: "\f49a";
}

.mdi-shopping-music:before {
  content: "\f49b";
}

.mdi-shredder:before {
  content: "\f49c";
}

.mdi-shuffle:before {
  content: "\f49d";
}

.mdi-shuffle-disabled:before {
  content: "\f49e";
}

.mdi-shuffle-variant:before {
  content: "\f49f";
}

.mdi-sigma:before {
  content: "\f4a0";
}

.mdi-sigma-lower:before {
  content: "\f62b";
}

.mdi-sign-caution:before {
  content: "\f4a1";
}

.mdi-signal:before {
  content: "\f4a2";
}

.mdi-signal-variant:before {
  content: "\f60a";
}

.mdi-silverware:before {
  content: "\f4a3";
}

.mdi-silverware-fork:before {
  content: "\f4a4";
}

.mdi-silverware-spoon:before {
  content: "\f4a5";
}

.mdi-silverware-variant:before {
  content: "\f4a6";
}

.mdi-sim:before {
  content: "\f4a7";
}

.mdi-sim-alert:before {
  content: "\f4a8";
}

.mdi-sim-off:before {
  content: "\f4a9";
}

.mdi-sitemap:before {
  content: "\f4aa";
}

.mdi-skip-backward:before {
  content: "\f4ab";
}

.mdi-skip-forward:before {
  content: "\f4ac";
}

.mdi-skip-next:before {
  content: "\f4ad";
}

.mdi-skip-next-circle:before {
  content: "\f661";
}

.mdi-skip-next-circle-outline:before {
  content: "\f662";
}

.mdi-skip-previous:before {
  content: "\f4ae";
}

.mdi-skip-previous-circle:before {
  content: "\f663";
}

.mdi-skip-previous-circle-outline:before {
  content: "\f664";
}

.mdi-skype:before {
  content: "\f4af";
}

.mdi-skype-business:before {
  content: "\f4b0";
}

.mdi-slack:before {
  content: "\f4b1";
}

.mdi-sleep:before {
  content: "\f4b2";
}

.mdi-sleep-off:before {
  content: "\f4b3";
}

.mdi-smoking:before {
  content: "\f4b4";
}

.mdi-smoking-off:before {
  content: "\f4b5";
}

.mdi-snapchat:before {
  content: "\f4b6";
}

.mdi-snowman:before {
  content: "\f4b7";
}

.mdi-soccer:before {
  content: "\f4b8";
}

.mdi-sofa:before {
  content: "\f4b9";
}

.mdi-sort:before {
  content: "\f4ba";
}

.mdi-sort-alphabetical:before {
  content: "\f4bb";
}

.mdi-sort-ascending:before {
  content: "\f4bc";
}

.mdi-sort-descending:before {
  content: "\f4bd";
}

.mdi-sort-numeric:before {
  content: "\f4be";
}

.mdi-sort-variant:before {
  content: "\f4bf";
}

.mdi-soundcloud:before {
  content: "\f4c0";
}

.mdi-source-branch:before {
  content: "\f62c";
}

.mdi-source-fork:before {
  content: "\f4c1";
}

.mdi-source-merge:before {
  content: "\f62d";
}

.mdi-source-pull:before {
  content: "\f4c2";
}

.mdi-speaker:before {
  content: "\f4c3";
}

.mdi-speaker-off:before {
  content: "\f4c4";
}

.mdi-speedometer:before {
  content: "\f4c5";
}

.mdi-spellcheck:before {
  content: "\f4c6";
}

.mdi-spotify:before {
  content: "\f4c7";
}

.mdi-spotlight:before {
  content: "\f4c8";
}

.mdi-spotlight-beam:before {
  content: "\f4c9";
}

.mdi-spray:before {
  content: "\f665";
}

.mdi-square-inc:before {
  content: "\f4ca";
}

.mdi-square-inc-cash:before {
  content: "\f4cb";
}

.mdi-stackexchange:before {
  content: "\f60b";
}

.mdi-stackoverflow:before {
  content: "\f4cc";
}

.mdi-stairs:before {
  content: "\f4cd";
}

.mdi-star:before {
  content: "\f4ce";
}

.mdi-star-circle:before {
  content: "\f4cf";
}

.mdi-star-half:before {
  content: "\f4d0";
}

.mdi-star-off:before {
  content: "\f4d1";
}

.mdi-star-outline:before {
  content: "\f4d2";
}

.mdi-steam:before {
  content: "\f4d3";
}

.mdi-steering:before {
  content: "\f4d4";
}

.mdi-step-backward:before {
  content: "\f4d5";
}

.mdi-step-backward-2:before {
  content: "\f4d6";
}

.mdi-step-forward:before {
  content: "\f4d7";
}

.mdi-step-forward-2:before {
  content: "\f4d8";
}

.mdi-stethoscope:before {
  content: "\f4d9";
}

.mdi-sticker:before {
  content: "\f5d0";
}

.mdi-stocking:before {
  content: "\f4da";
}

.mdi-stop:before {
  content: "\f4db";
}

.mdi-stop-circle:before {
  content: "\f666";
}

.mdi-stop-circle-outline:before {
  content: "\f667";
}

.mdi-store:before {
  content: "\f4dc";
}

.mdi-store-24-hour:before {
  content: "\f4dd";
}

.mdi-stove:before {
  content: "\f4de";
}

.mdi-subdirectory-arrow-left:before {
  content: "\f60c";
}

.mdi-subdirectory-arrow-right:before {
  content: "\f60d";
}

.mdi-subway:before {
  content: "\f4df";
}

.mdi-sunglasses:before {
  content: "\f4e0";
}

.mdi-surround-sound:before {
  content: "\f5c5";
}

.mdi-swap-horizontal:before {
  content: "\f4e1";
}

.mdi-swap-vertical:before {
  content: "\f4e2";
}

.mdi-swim:before {
  content: "\f4e3";
}

.mdi-switch:before {
  content: "\f4e4";
}

.mdi-sword:before {
  content: "\f4e5";
}

.mdi-sync:before {
  content: "\f4e6";
}

.mdi-sync-alert:before {
  content: "\f4e7";
}

.mdi-sync-off:before {
  content: "\f4e8";
}

.mdi-tab:before {
  content: "\f4e9";
}

.mdi-tab-unselected:before {
  content: "\f4ea";
}

.mdi-table:before {
  content: "\f4eb";
}

.mdi-table-column-plus-after:before {
  content: "\f4ec";
}

.mdi-table-column-plus-before:before {
  content: "\f4ed";
}

.mdi-table-column-remove:before {
  content: "\f4ee";
}

.mdi-table-column-width:before {
  content: "\f4ef";
}

.mdi-table-edit:before {
  content: "\f4f0";
}

.mdi-table-large:before {
  content: "\f4f1";
}

.mdi-table-row-height:before {
  content: "\f4f2";
}

.mdi-table-row-plus-after:before {
  content: "\f4f3";
}

.mdi-table-row-plus-before:before {
  content: "\f4f4";
}

.mdi-table-row-remove:before {
  content: "\f4f5";
}

.mdi-tablet:before {
  content: "\f4f6";
}

.mdi-tablet-android:before {
  content: "\f4f7";
}

.mdi-tablet-ipad:before {
  content: "\f4f8";
}

.mdi-tag:before {
  content: "\f4f9";
}

.mdi-tag-faces:before {
  content: "\f4fa";
}

.mdi-tag-multiple:before {
  content: "\f4fb";
}

.mdi-tag-outline:before {
  content: "\f4fc";
}

.mdi-tag-text-outline:before {
  content: "\f4fd";
}

.mdi-target:before {
  content: "\f4fe";
}

.mdi-taxi:before {
  content: "\f4ff";
}

.mdi-teamviewer:before {
  content: "\f500";
}

.mdi-telegram:before {
  content: "\f501";
}

.mdi-television:before {
  content: "\f502";
}

.mdi-television-guide:before {
  content: "\f503";
}

.mdi-temperature-celsius:before {
  content: "\f504";
}

.mdi-temperature-fahrenheit:before {
  content: "\f505";
}

.mdi-temperature-kelvin:before {
  content: "\f506";
}

.mdi-tennis:before {
  content: "\f507";
}

.mdi-tent:before {
  content: "\f508";
}

.mdi-terrain:before {
  content: "\f509";
}

.mdi-test-tube:before {
  content: "\f668";
}

.mdi-text-shadow:before {
  content: "\f669";
}

.mdi-text-to-speech:before {
  content: "\f50a";
}

.mdi-text-to-speech-off:before {
  content: "\f50b";
}

.mdi-textbox:before {
  content: "\f60e";
}

.mdi-texture:before {
  content: "\f50c";
}

.mdi-theater:before {
  content: "\f50d";
}

.mdi-theme-light-dark:before {
  content: "\f50e";
}

.mdi-thermometer:before {
  content: "\f50f";
}

.mdi-thermometer-lines:before {
  content: "\f510";
}

.mdi-thumb-down:before {
  content: "\f511";
}

.mdi-thumb-down-outline:before {
  content: "\f512";
}

.mdi-thumb-up:before {
  content: "\f513";
}

.mdi-thumb-up-outline:before {
  content: "\f514";
}

.mdi-thumbs-up-down:before {
  content: "\f515";
}

.mdi-ticket:before {
  content: "\f516";
}

.mdi-ticket-account:before {
  content: "\f517";
}

.mdi-ticket-confirmation:before {
  content: "\f518";
}

.mdi-tie:before {
  content: "\f519";
}

.mdi-timelapse:before {
  content: "\f51a";
}

.mdi-timer:before {
  content: "\f51b";
}

.mdi-timer-10:before {
  content: "\f51c";
}

.mdi-timer-3:before {
  content: "\f51d";
}

.mdi-timer-off:before {
  content: "\f51e";
}

.mdi-timer-sand:before {
  content: "\f51f";
}

.mdi-timetable:before {
  content: "\f520";
}

.mdi-toggle-switch:before {
  content: "\f521";
}

.mdi-toggle-switch-off:before {
  content: "\f522";
}

.mdi-tooltip:before {
  content: "\f523";
}

.mdi-tooltip-edit:before {
  content: "\f524";
}

.mdi-tooltip-image:before {
  content: "\f525";
}

.mdi-tooltip-outline:before {
  content: "\f526";
}

.mdi-tooltip-outline-plus:before {
  content: "\f527";
}

.mdi-tooltip-text:before {
  content: "\f528";
}

.mdi-tooth:before {
  content: "\f529";
}

.mdi-tor:before {
  content: "\f52a";
}

.mdi-traffic-light:before {
  content: "\f52b";
}

.mdi-train:before {
  content: "\f52c";
}

.mdi-tram:before {
  content: "\f52d";
}

.mdi-transcribe:before {
  content: "\f52e";
}

.mdi-transcribe-close:before {
  content: "\f52f";
}

.mdi-transfer:before {
  content: "\f530";
}

.mdi-translate:before {
  content: "\f5ca";
}

.mdi-tree:before {
  content: "\f531";
}

.mdi-trello:before {
  content: "\f532";
}

.mdi-trending-down:before {
  content: "\f533";
}

.mdi-trending-neutral:before {
  content: "\f534";
}

.mdi-trending-up:before {
  content: "\f535";
}

.mdi-triangle:before {
  content: "\f536";
}

.mdi-triangle-outline:before {
  content: "\f537";
}

.mdi-trophy:before {
  content: "\f538";
}

.mdi-trophy-award:before {
  content: "\f539";
}

.mdi-trophy-outline:before {
  content: "\f53a";
}

.mdi-trophy-variant:before {
  content: "\f53b";
}

.mdi-trophy-variant-outline:before {
  content: "\f53c";
}

.mdi-truck:before {
  content: "\f53d";
}

.mdi-truck-delivery:before {
  content: "\f53e";
}

.mdi-tshirt-crew:before {
  content: "\f53f";
}

.mdi-tshirt-v:before {
  content: "\f540";
}

.mdi-tumblr:before {
  content: "\f541";
}

.mdi-tumblr-reblog:before {
  content: "\f542";
}

.mdi-tune:before {
  content: "\f62e";
}

.mdi-tune-vertical:before {
  content: "\f66a";
}

.mdi-twitch:before {
  content: "\f543";
}

.mdi-twitter:before {
  content: "\f544";
}

.mdi-twitter-box:before {
  content: "\f545";
}

.mdi-twitter-circle:before {
  content: "\f546";
}

.mdi-twitter-retweet:before {
  content: "\f547";
}

.mdi-ubuntu:before {
  content: "\f548";
}

.mdi-umbraco:before {
  content: "\f549";
}

.mdi-umbrella:before {
  content: "\f54a";
}

.mdi-umbrella-outline:before {
  content: "\f54b";
}

.mdi-undo:before {
  content: "\f54c";
}

.mdi-undo-variant:before {
  content: "\f54d";
}

.mdi-unfold-less:before {
  content: "\f54e";
}

.mdi-unfold-more:before {
  content: "\f54f";
}

.mdi-ungroup:before {
  content: "\f550";
}

.mdi-untappd:before {
  content: "\f551";
}

.mdi-upload:before {
  content: "\f552";
}

.mdi-usb:before {
  content: "\f553";
}

.mdi-vector-arrange-above:before {
  content: "\f554";
}

.mdi-vector-arrange-below:before {
  content: "\f555";
}

.mdi-vector-circle:before {
  content: "\f556";
}

.mdi-vector-circle-variant:before {
  content: "\f557";
}

.mdi-vector-combine:before {
  content: "\f558";
}

.mdi-vector-curve:before {
  content: "\f559";
}

.mdi-vector-difference:before {
  content: "\f55a";
}

.mdi-vector-difference-ab:before {
  content: "\f55b";
}

.mdi-vector-difference-ba:before {
  content: "\f55c";
}

.mdi-vector-intersection:before {
  content: "\f55d";
}

.mdi-vector-line:before {
  content: "\f55e";
}

.mdi-vector-point:before {
  content: "\f55f";
}

.mdi-vector-polygon:before {
  content: "\f560";
}

.mdi-vector-polyline:before {
  content: "\f561";
}

.mdi-vector-rectangle:before {
  content: "\f5c6";
}

.mdi-vector-selection:before {
  content: "\f562";
}

.mdi-vector-square:before {
  content: "\f001";
}

.mdi-vector-triangle:before {
  content: "\f563";
}

.mdi-vector-union:before {
  content: "\f564";
}

.mdi-verified:before {
  content: "\f565";
}

.mdi-vibrate:before {
  content: "\f566";
}

.mdi-video:before {
  content: "\f567";
}

.mdi-video-off:before {
  content: "\f568";
}

.mdi-video-switch:before {
  content: "\f569";
}

.mdi-view-agenda:before {
  content: "\f56a";
}

.mdi-view-array:before {
  content: "\f56b";
}

.mdi-view-carousel:before {
  content: "\f56c";
}

.mdi-view-column:before {
  content: "\f56d";
}

.mdi-view-dashboard:before {
  content: "\f56e";
}

.mdi-view-day:before {
  content: "\f56f";
}

.mdi-view-grid:before {
  content: "\f570";
}

.mdi-view-headline:before {
  content: "\f571";
}

.mdi-view-list:before {
  content: "\f572";
}

.mdi-view-module:before {
  content: "\f573";
}

.mdi-view-quilt:before {
  content: "\f574";
}

.mdi-view-stream:before {
  content: "\f575";
}

.mdi-view-week:before {
  content: "\f576";
}

.mdi-vimeo:before {
  content: "\f577";
}

.mdi-vine:before {
  content: "\f578";
}

.mdi-violin:before {
  content: "\f60f";
}

.mdi-visualstudio:before {
  content: "\f610";
}

.mdi-vk:before {
  content: "\f579";
}

.mdi-vk-box:before {
  content: "\f57a";
}

.mdi-vk-circle:before {
  content: "\f57b";
}

.mdi-vlc:before {
  content: "\f57c";
}

.mdi-voice:before {
  content: "\f5cb";
}

.mdi-voicemail:before {
  content: "\f57d";
}

.mdi-volume-high:before {
  content: "\f57e";
}

.mdi-volume-low:before {
  content: "\f57f";
}

.mdi-volume-medium:before {
  content: "\f580";
}

.mdi-volume-off:before {
  content: "\f581";
}

.mdi-vpn:before {
  content: "\f582";
}

.mdi-walk:before {
  content: "\f583";
}

.mdi-wallet:before {
  content: "\f584";
}

.mdi-wallet-giftcard:before {
  content: "\f585";
}

.mdi-wallet-membership:before {
  content: "\f586";
}

.mdi-wallet-travel:before {
  content: "\f587";
}

.mdi-wan:before {
  content: "\f588";
}

.mdi-watch:before {
  content: "\f589";
}

.mdi-watch-export:before {
  content: "\f58a";
}

.mdi-watch-import:before {
  content: "\f58b";
}

.mdi-water:before {
  content: "\f58c";
}

.mdi-water-off:before {
  content: "\f58d";
}

.mdi-water-percent:before {
  content: "\f58e";
}

.mdi-water-pump:before {
  content: "\f58f";
}

.mdi-watermark:before {
  content: "\f612";
}

.mdi-weather-cloudy:before {
  content: "\f590";
}

.mdi-weather-fog:before {
  content: "\f591";
}

.mdi-weather-hail:before {
  content: "\f592";
}

.mdi-weather-lightning:before {
  content: "\f593";
}

.mdi-weather-night:before {
  content: "\f594";
}

.mdi-weather-partlycloudy:before {
  content: "\f595";
}

.mdi-weather-pouring:before {
  content: "\f596";
}

.mdi-weather-rainy:before {
  content: "\f597";
}

.mdi-weather-snowy:before {
  content: "\f598";
}

.mdi-weather-sunny:before {
  content: "\f599";
}

.mdi-weather-sunset:before {
  content: "\f59a";
}

.mdi-weather-sunset-down:before {
  content: "\f59b";
}

.mdi-weather-sunset-up:before {
  content: "\f59c";
}

.mdi-weather-windy:before {
  content: "\f59d";
}

.mdi-weather-windy-variant:before {
  content: "\f59e";
}

.mdi-web:before {
  content: "\f59f";
}

.mdi-webcam:before {
  content: "\f5a0";
}

.mdi-webhook:before {
  content: "\f62f";
}

.mdi-wechat:before {
  content: "\f611";
}

.mdi-weight:before {
  content: "\f5a1";
}

.mdi-weight-kilogram:before {
  content: "\f5a2";
}

.mdi-whatsapp:before {
  content: "\f5a3";
}

.mdi-wheelchair-accessibility:before {
  content: "\f5a4";
}

.mdi-white-balance-auto:before {
  content: "\f5a5";
}

.mdi-white-balance-incandescent:before {
  content: "\f5a6";
}

.mdi-white-balance-iridescent:before {
  content: "\f5a7";
}

.mdi-white-balance-sunny:before {
  content: "\f5a8";
}

.mdi-wifi:before {
  content: "\f5a9";
}

.mdi-wifi-off:before {
  content: "\f5aa";
}

.mdi-wii:before {
  content: "\f5ab";
}

.mdi-wikipedia:before {
  content: "\f5ac";
}

.mdi-window-close:before {
  content: "\f5ad";
}

.mdi-window-closed:before {
  content: "\f5ae";
}

.mdi-window-maximize:before {
  content: "\f5af";
}

.mdi-window-minimize:before {
  content: "\f5b0";
}

.mdi-window-open:before {
  content: "\f5b1";
}

.mdi-window-restore:before {
  content: "\f5b2";
}

.mdi-windows:before {
  content: "\f5b3";
}

.mdi-wordpress:before {
  content: "\f5b4";
}

.mdi-worker:before {
  content: "\f5b5";
}

.mdi-wrap:before {
  content: "\f5b6";
}

.mdi-wrench:before {
  content: "\f5b7";
}

.mdi-wunderlist:before {
  content: "\f5b8";
}

.mdi-xaml:before {
  content: "\f673";
}

.mdi-xbox:before {
  content: "\f5b9";
}

.mdi-xbox-controller:before {
  content: "\f5ba";
}

.mdi-xbox-controller-off:before {
  content: "\f5bb";
}

.mdi-xda:before {
  content: "\f5bc";
}

.mdi-xing:before {
  content: "\f5bd";
}

.mdi-xing-box:before {
  content: "\f5be";
}

.mdi-xing-circle:before {
  content: "\f5bf";
}

.mdi-xml:before {
  content: "\f5c0";
}

.mdi-yeast:before {
  content: "\f5c1";
}

.mdi-yelp:before {
  content: "\f5c2";
}

.mdi-youtube-play:before {
  content: "\f5c3";
}

.mdi-zip-box:before {
  content: "\f5c4";
}

.mdi-18px {
  font-size: 18px;
}

.mdi-24px {
  font-size: 24px;
}

.mdi-36px {
  font-size: 36px;
}

.mdi-48px {
  font-size: 48px;
}

.mdi-dark {
  color: rgba(0, 0, 0, 0.54);
}

.mdi-dark.mdi-inactive {
  color: rgba(0, 0, 0, 0.26);
}

.mdi-light {
  color: white;
}

.mdi-light.mdi-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.mdi-rotate-45 {
  transform: rotate(45deg);
}

.mdi-rotate-90 {
  transform: rotate(90deg);
}

.mdi-rotate-135 {
  transform: rotate(135deg);
}

.mdi-rotate-180 {
  transform: rotate(180deg);
}

.mdi-rotate-225 {
  transform: rotate(225deg);
}

.mdi-rotate-270 {
  transform: rotate(270deg);
}

.mdi-rotate-315 {
  transform: rotate(315deg);
}

.mdi-flip-horizontal {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.mdi-flip-vertical {
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}


/*!
  Ionicons, v1.5.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
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=1.5.0");
  src: url("../fonts/ionicons.eot?v=1.5.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=1.5.0") format("truetype"), url("../fonts/ionicons.woff?v=1.5.0") format("woff"), url("../fonts/ionicons.svg?v=1.5.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion, .ionicons,
.ion-alert,
.ion-alert-circled,
.ion-android-add,
.ion-android-add-contact,
.ion-android-alarm,
.ion-android-archive,
.ion-android-arrow-back,
.ion-android-arrow-down-left,
.ion-android-arrow-down-right,
.ion-android-arrow-forward,
.ion-android-arrow-up-left,
.ion-android-arrow-up-right,
.ion-android-battery,
.ion-android-book,
.ion-android-calendar,
.ion-android-call,
.ion-android-camera,
.ion-android-chat,
.ion-android-checkmark,
.ion-android-clock,
.ion-android-close,
.ion-android-contact,
.ion-android-contacts,
.ion-android-data,
.ion-android-developer,
.ion-android-display,
.ion-android-download,
.ion-android-drawer,
.ion-android-dropdown,
.ion-android-earth,
.ion-android-folder,
.ion-android-forums,
.ion-android-friends,
.ion-android-hand,
.ion-android-image,
.ion-android-inbox,
.ion-android-information,
.ion-android-keypad,
.ion-android-lightbulb,
.ion-android-locate,
.ion-android-location,
.ion-android-mail,
.ion-android-microphone,
.ion-android-mixer,
.ion-android-more,
.ion-android-note,
.ion-android-playstore,
.ion-android-printer,
.ion-android-promotion,
.ion-android-reminder,
.ion-android-remove,
.ion-android-search,
.ion-android-send,
.ion-android-settings,
.ion-android-share,
.ion-android-social,
.ion-android-social-user,
.ion-android-sort,
.ion-android-stair-drawer,
.ion-android-star,
.ion-android-stopwatch,
.ion-android-storage,
.ion-android-system-back,
.ion-android-system-home,
.ion-android-system-windows,
.ion-android-timer,
.ion-android-trash,
.ion-android-user-menu,
.ion-android-volume,
.ion-android-wifi,
.ion-aperture,
.ion-archive,
.ion-arrow-down-a,
.ion-arrow-down-b,
.ion-arrow-down-c,
.ion-arrow-expand,
.ion-arrow-graph-down-left,
.ion-arrow-graph-down-right,
.ion-arrow-graph-up-left,
.ion-arrow-graph-up-right,
.ion-arrow-left-a,
.ion-arrow-left-b,
.ion-arrow-left-c,
.ion-arrow-move,
.ion-arrow-resize,
.ion-arrow-return-left,
.ion-arrow-return-right,
.ion-arrow-right-a,
.ion-arrow-right-b,
.ion-arrow-right-c,
.ion-arrow-shrink,
.ion-arrow-swap,
.ion-arrow-up-a,
.ion-arrow-up-b,
.ion-arrow-up-c,
.ion-asterisk,
.ion-at,
.ion-bag,
.ion-battery-charging,
.ion-battery-empty,
.ion-battery-full,
.ion-battery-half,
.ion-battery-low,
.ion-beaker,
.ion-beer,
.ion-bluetooth,
.ion-bonfire,
.ion-bookmark,
.ion-briefcase,
.ion-bug,
.ion-calculator,
.ion-calendar,
.ion-camera,
.ion-card,
.ion-cash,
.ion-chatbox,
.ion-chatbox-working,
.ion-chatboxes,
.ion-chatbubble,
.ion-chatbubble-working,
.ion-chatbubbles,
.ion-checkmark,
.ion-checkmark-circled,
.ion-checkmark-round,
.ion-chevron-down,
.ion-chevron-left,
.ion-chevron-right,
.ion-chevron-up,
.ion-clipboard,
.ion-clock,
.ion-close,
.ion-close-circled,
.ion-close-round,
.ion-closed-captioning,
.ion-cloud,
.ion-code,
.ion-code-download,
.ion-code-working,
.ion-coffee,
.ion-compass,
.ion-compose,
.ion-connection-bars,
.ion-contrast,
.ion-cube,
.ion-disc,
.ion-document,
.ion-document-text,
.ion-drag,
.ion-earth,
.ion-edit,
.ion-egg,
.ion-eject,
.ion-email,
.ion-eye,
.ion-eye-disabled,
.ion-female,
.ion-filing,
.ion-film-marker,
.ion-fireball,
.ion-flag,
.ion-flame,
.ion-flash,
.ion-flash-off,
.ion-flask,
.ion-folder,
.ion-fork,
.ion-fork-repo,
.ion-forward,
.ion-funnel,
.ion-game-controller-a,
.ion-game-controller-b,
.ion-gear-a,
.ion-gear-b,
.ion-grid,
.ion-hammer,
.ion-happy,
.ion-headphone,
.ion-heart,
.ion-heart-broken,
.ion-help,
.ion-help-buoy,
.ion-help-circled,
.ion-home,
.ion-icecream,
.ion-icon-social-google-plus,
.ion-icon-social-google-plus-outline,
.ion-image,
.ion-images,
.ion-information,
.ion-information-circled,
.ion-ionic,
.ion-ios7-alarm,
.ion-ios7-alarm-outline,
.ion-ios7-albums,
.ion-ios7-albums-outline,
.ion-ios7-americanfootball,
.ion-ios7-americanfootball-outline,
.ion-ios7-analytics,
.ion-ios7-analytics-outline,
.ion-ios7-arrow-back,
.ion-ios7-arrow-down,
.ion-ios7-arrow-forward,
.ion-ios7-arrow-left,
.ion-ios7-arrow-right,
.ion-ios7-arrow-thin-down,
.ion-ios7-arrow-thin-left,
.ion-ios7-arrow-thin-right,
.ion-ios7-arrow-thin-up,
.ion-ios7-arrow-up,
.ion-ios7-at,
.ion-ios7-at-outline,
.ion-ios7-barcode,
.ion-ios7-barcode-outline,
.ion-ios7-baseball,
.ion-ios7-baseball-outline,
.ion-ios7-basketball,
.ion-ios7-basketball-outline,
.ion-ios7-bell,
.ion-ios7-bell-outline,
.ion-ios7-bolt,
.ion-ios7-bolt-outline,
.ion-ios7-bookmarks,
.ion-ios7-bookmarks-outline,
.ion-ios7-box,
.ion-ios7-box-outline,
.ion-ios7-briefcase,
.ion-ios7-briefcase-outline,
.ion-ios7-browsers,
.ion-ios7-browsers-outline,
.ion-ios7-calculator,
.ion-ios7-calculator-outline,
.ion-ios7-calendar,
.ion-ios7-calendar-outline,
.ion-ios7-camera,
.ion-ios7-camera-outline,
.ion-ios7-cart,
.ion-ios7-cart-outline,
.ion-ios7-chatboxes,
.ion-ios7-chatboxes-outline,
.ion-ios7-chatbubble,
.ion-ios7-chatbubble-outline,
.ion-ios7-checkmark,
.ion-ios7-checkmark-empty,
.ion-ios7-checkmark-outline,
.ion-ios7-circle-filled,
.ion-ios7-circle-outline,
.ion-ios7-clock,
.ion-ios7-clock-outline,
.ion-ios7-close,
.ion-ios7-close-empty,
.ion-ios7-close-outline,
.ion-ios7-cloud,
.ion-ios7-cloud-download,
.ion-ios7-cloud-download-outline,
.ion-ios7-cloud-outline,
.ion-ios7-cloud-upload,
.ion-ios7-cloud-upload-outline,
.ion-ios7-cloudy,
.ion-ios7-cloudy-night,
.ion-ios7-cloudy-night-outline,
.ion-ios7-cloudy-outline,
.ion-ios7-cog,
.ion-ios7-cog-outline,
.ion-ios7-compose,
.ion-ios7-compose-outline,
.ion-ios7-contact,
.ion-ios7-contact-outline,
.ion-ios7-copy,
.ion-ios7-copy-outline,
.ion-ios7-download,
.ion-ios7-download-outline,
.ion-ios7-drag,
.ion-ios7-email,
.ion-ios7-email-outline,
.ion-ios7-expand,
.ion-ios7-eye,
.ion-ios7-eye-outline,
.ion-ios7-fastforward,
.ion-ios7-fastforward-outline,
.ion-ios7-filing,
.ion-ios7-filing-outline,
.ion-ios7-film,
.ion-ios7-film-outline,
.ion-ios7-flag,
.ion-ios7-flag-outline,
.ion-ios7-folder,
.ion-ios7-folder-outline,
.ion-ios7-football,
.ion-ios7-football-outline,
.ion-ios7-gear,
.ion-ios7-gear-outline,
.ion-ios7-glasses,
.ion-ios7-glasses-outline,
.ion-ios7-heart,
.ion-ios7-heart-outline,
.ion-ios7-help,
.ion-ios7-help-empty,
.ion-ios7-help-outline,
.ion-ios7-home,
.ion-ios7-home-outline,
.ion-ios7-infinite,
.ion-ios7-infinite-outline,
.ion-ios7-information,
.ion-ios7-information-empty,
.ion-ios7-information-outline,
.ion-ios7-ionic-outline,
.ion-ios7-keypad,
.ion-ios7-keypad-outline,
.ion-ios7-lightbulb,
.ion-ios7-lightbulb-outline,
.ion-ios7-location,
.ion-ios7-location-outline,
.ion-ios7-locked,
.ion-ios7-locked-outline,
.ion-ios7-loop,
.ion-ios7-loop-strong,
.ion-ios7-medkit,
.ion-ios7-medkit-outline,
.ion-ios7-mic,
.ion-ios7-mic-off,
.ion-ios7-mic-outline,
.ion-ios7-minus,
.ion-ios7-minus-empty,
.ion-ios7-minus-outline,
.ion-ios7-monitor,
.ion-ios7-monitor-outline,
.ion-ios7-moon,
.ion-ios7-moon-outline,
.ion-ios7-more,
.ion-ios7-more-outline,
.ion-ios7-musical-note,
.ion-ios7-musical-notes,
.ion-ios7-navigate,
.ion-ios7-navigate-outline,
.ion-ios7-paper,
.ion-ios7-paper-outline,
.ion-ios7-paperplane,
.ion-ios7-paperplane-outline,
.ion-ios7-partlysunny,
.ion-ios7-partlysunny-outline,
.ion-ios7-pause,
.ion-ios7-pause-outline,
.ion-ios7-paw,
.ion-ios7-paw-outline,
.ion-ios7-people,
.ion-ios7-people-outline,
.ion-ios7-person,
.ion-ios7-person-outline,
.ion-ios7-personadd,
.ion-ios7-personadd-outline,
.ion-ios7-photos,
.ion-ios7-photos-outline,
.ion-ios7-pie,
.ion-ios7-pie-outline,
.ion-ios7-play,
.ion-ios7-play-outline,
.ion-ios7-plus,
.ion-ios7-plus-empty,
.ion-ios7-plus-outline,
.ion-ios7-pricetag,
.ion-ios7-pricetag-outline,
.ion-ios7-pricetags,
.ion-ios7-pricetags-outline,
.ion-ios7-printer,
.ion-ios7-printer-outline,
.ion-ios7-pulse,
.ion-ios7-pulse-strong,
.ion-ios7-rainy,
.ion-ios7-rainy-outline,
.ion-ios7-recording,
.ion-ios7-recording-outline,
.ion-ios7-redo,
.ion-ios7-redo-outline,
.ion-ios7-refresh,
.ion-ios7-refresh-empty,
.ion-ios7-refresh-outline,
.ion-ios7-reload,
.ion-ios7-reverse-camera,
.ion-ios7-reverse-camera-outline,
.ion-ios7-rewind,
.ion-ios7-rewind-outline,
.ion-ios7-search,
.ion-ios7-search-strong,
.ion-ios7-settings,
.ion-ios7-settings-strong,
.ion-ios7-shrink,
.ion-ios7-skipbackward,
.ion-ios7-skipbackward-outline,
.ion-ios7-skipforward,
.ion-ios7-skipforward-outline,
.ion-ios7-snowy,
.ion-ios7-speedometer,
.ion-ios7-speedometer-outline,
.ion-ios7-star,
.ion-ios7-star-half,
.ion-ios7-star-outline,
.ion-ios7-stopwatch,
.ion-ios7-stopwatch-outline,
.ion-ios7-sunny,
.ion-ios7-sunny-outline,
.ion-ios7-telephone,
.ion-ios7-telephone-outline,
.ion-ios7-tennisball,
.ion-ios7-tennisball-outline,
.ion-ios7-thunderstorm,
.ion-ios7-thunderstorm-outline,
.ion-ios7-time,
.ion-ios7-time-outline,
.ion-ios7-timer,
.ion-ios7-timer-outline,
.ion-ios7-toggle,
.ion-ios7-toggle-outline,
.ion-ios7-trash,
.ion-ios7-trash-outline,
.ion-ios7-undo,
.ion-ios7-undo-outline,
.ion-ios7-unlocked,
.ion-ios7-unlocked-outline,
.ion-ios7-upload,
.ion-ios7-upload-outline,
.ion-ios7-videocam,
.ion-ios7-videocam-outline,
.ion-ios7-volume-high,
.ion-ios7-volume-low,
.ion-ios7-wineglass,
.ion-ios7-wineglass-outline,
.ion-ios7-world,
.ion-ios7-world-outline,
.ion-ipad,
.ion-iphone,
.ion-ipod,
.ion-jet,
.ion-key,
.ion-knife,
.ion-laptop,
.ion-leaf,
.ion-levels,
.ion-lightbulb,
.ion-link,
.ion-load-a,
.ion-loading-a:before,
.ion-load-b,
.ion-loading-b:before,
.ion-load-c,
.ion-loading-c:before,
.ion-load-d,
.ion-loading-d:before,
.ion-location,
.ion-locked,
.ion-log-in,
.ion-log-out,
.ion-loop,
.ion-magnet,
.ion-male,
.ion-man,
.ion-map,
.ion-medkit,
.ion-merge,
.ion-mic-a,
.ion-mic-b,
.ion-mic-c,
.ion-minus,
.ion-minus-circled,
.ion-minus-round,
.ion-model-s,
.ion-monitor,
.ion-more,
.ion-mouse,
.ion-music-note,
.ion-navicon,
.ion-navicon-round,
.ion-navigate,
.ion-network,
.ion-no-smoking,
.ion-nuclear,
.ion-outlet,
.ion-paper-airplane,
.ion-paperclip,
.ion-pause,
.ion-person,
.ion-person-add,
.ion-person-stalker,
.ion-pie-graph,
.ion-pin,
.ion-pinpoint,
.ion-pizza,
.ion-plane,
.ion-planet,
.ion-play,
.ion-playstation,
.ion-plus,
.ion-plus-circled,
.ion-plus-round,
.ion-podium,
.ion-pound,
.ion-power,
.ion-pricetag,
.ion-pricetags,
.ion-printer,
.ion-pull-request,
.ion-qr-scanner,
.ion-quote,
.ion-radio-waves,
.ion-record,
.ion-refresh,
.ion-reply,
.ion-reply-all,
.ion-ribbon-a,
.ion-ribbon-b,
.ion-sad,
.ion-scissors,
.ion-search,
.ion-settings,
.ion-share,
.ion-shuffle,
.ion-skip-backward,
.ion-skip-forward,
.ion-social-android,
.ion-social-android-outline,
.ion-social-apple,
.ion-social-apple-outline,
.ion-social-bitcoin,
.ion-social-bitcoin-outline,
.ion-social-buffer,
.ion-social-buffer-outline,
.ion-social-designernews,
.ion-social-designernews-outline,
.ion-social-dribbble,
.ion-social-dribbble-outline,
.ion-social-dropbox,
.ion-social-dropbox-outline,
.ion-social-facebook,
.ion-social-facebook-outline,
.ion-social-foursquare,
.ion-social-foursquare-outline,
.ion-social-freebsd-devil,
.ion-social-github,
.ion-social-github-outline,
.ion-social-google,
.ion-social-google-outline,
.ion-social-googleplus,
.ion-social-googleplus-outline,
.ion-social-hackernews,
.ion-social-hackernews-outline,
.ion-social-instagram,
.ion-social-instagram-outline,
.ion-social-linkedin,
.ion-social-linkedin-outline,
.ion-social-pinterest,
.ion-social-pinterest-outline,
.ion-social-reddit,
.ion-social-reddit-outline,
.ion-social-rss,
.ion-social-rss-outline,
.ion-social-skype,
.ion-social-skype-outline,
.ion-social-tumblr,
.ion-social-tumblr-outline,
.ion-social-tux,
.ion-social-twitter,
.ion-social-twitter-outline,
.ion-social-usd,
.ion-social-usd-outline,
.ion-social-vimeo,
.ion-social-vimeo-outline,
.ion-social-windows,
.ion-social-windows-outline,
.ion-social-wordpress,
.ion-social-wordpress-outline,
.ion-social-yahoo,
.ion-social-yahoo-outline,
.ion-social-youtube,
.ion-social-youtube-outline,
.ion-speakerphone,
.ion-speedometer,
.ion-spoon,
.ion-star,
.ion-stats-bars,
.ion-steam,
.ion-stop,
.ion-thermometer,
.ion-thumbsdown,
.ion-thumbsup,
.ion-toggle,
.ion-toggle-filled,
.ion-trash-a,
.ion-trash-b,
.ion-trophy,
.ion-umbrella,
.ion-university,
.ion-unlocked,
.ion-upload,
.ion-usb,
.ion-videocamera,
.ion-volume-high,
.ion-volume-low,
.ion-volume-medium,
.ion-volume-mute,
.ion-wand,
.ion-waterdrop,
.ion-wifi,
.ion-wineglass,
.ion-woman,
.ion-wrench,
.ion-xbox, .ion-loading-a,
.ion-loading-b,
.ion-loading-c,
.ion-loading-d,
.ion-looping,
.ion-refreshing,
.ion-ios7-reloading {
  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-spin, .ion-loading-a,
.ion-loading-b,
.ion-loading-c,
.ion-loading-d,
.ion-looping,
.ion-refreshing,
.ion-ios7-reloading {
  animation: spin 1s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.ion-loading-a {
  animation-timing-function: steps(8, start);
}

.ion-alert:before {
  content: "\f101";
}

.ion-alert-circled:before {
  content: "\f100";
}

.ion-android-add:before {
  content: "\f2c7";
}

.ion-android-add-contact:before {
  content: "\f2c6";
}

.ion-android-alarm:before {
  content: "\f2c8";
}

.ion-android-archive:before {
  content: "\f2c9";
}

.ion-android-arrow-back:before {
  content: "\f2ca";
}

.ion-android-arrow-down-left:before {
  content: "\f2cb";
}

.ion-android-arrow-down-right:before {
  content: "\f2cc";
}

.ion-android-arrow-forward:before {
  content: "\f30f";
}

.ion-android-arrow-up-left:before {
  content: "\f2cd";
}

.ion-android-arrow-up-right:before {
  content: "\f2ce";
}

.ion-android-battery:before {
  content: "\f2cf";
}

.ion-android-book:before {
  content: "\f2d0";
}

.ion-android-calendar:before {
  content: "\f2d1";
}

.ion-android-call:before {
  content: "\f2d2";
}

.ion-android-camera:before {
  content: "\f2d3";
}

.ion-android-chat:before {
  content: "\f2d4";
}

.ion-android-checkmark:before {
  content: "\f2d5";
}

.ion-android-clock:before {
  content: "\f2d6";
}

.ion-android-close:before {
  content: "\f2d7";
}

.ion-android-contact:before {
  content: "\f2d8";
}

.ion-android-contacts:before {
  content: "\f2d9";
}

.ion-android-data:before {
  content: "\f2da";
}

.ion-android-developer:before {
  content: "\f2db";
}

.ion-android-display:before {
  content: "\f2dc";
}

.ion-android-download:before {
  content: "\f2dd";
}

.ion-android-drawer:before {
  content: "\f310";
}

.ion-android-dropdown:before {
  content: "\f2de";
}

.ion-android-earth:before {
  content: "\f2df";
}

.ion-android-folder:before {
  content: "\f2e0";
}

.ion-android-forums:before {
  content: "\f2e1";
}

.ion-android-friends:before {
  content: "\f2e2";
}

.ion-android-hand:before {
  content: "\f2e3";
}

.ion-android-image:before {
  content: "\f2e4";
}

.ion-android-inbox:before {
  content: "\f2e5";
}

.ion-android-information:before {
  content: "\f2e6";
}

.ion-android-keypad:before {
  content: "\f2e7";
}

.ion-android-lightbulb:before {
  content: "\f2e8";
}

.ion-android-locate:before {
  content: "\f2e9";
}

.ion-android-location:before {
  content: "\f2ea";
}

.ion-android-mail:before {
  content: "\f2eb";
}

.ion-android-microphone:before {
  content: "\f2ec";
}

.ion-android-mixer:before {
  content: "\f2ed";
}

.ion-android-more:before {
  content: "\f2ee";
}

.ion-android-note:before {
  content: "\f2ef";
}

.ion-android-playstore:before {
  content: "\f2f0";
}

.ion-android-printer:before {
  content: "\f2f1";
}

.ion-android-promotion:before {
  content: "\f2f2";
}

.ion-android-reminder:before {
  content: "\f2f3";
}

.ion-android-remove:before {
  content: "\f2f4";
}

.ion-android-search:before {
  content: "\f2f5";
}

.ion-android-send:before {
  content: "\f2f6";
}

.ion-android-settings:before {
  content: "\f2f7";
}

.ion-android-share:before {
  content: "\f2f8";
}

.ion-android-social:before {
  content: "\f2fa";
}

.ion-android-social-user:before {
  content: "\f2f9";
}

.ion-android-sort:before {
  content: "\f2fb";
}

.ion-android-stair-drawer:before {
  content: "\f311";
}

.ion-android-star:before {
  content: "\f2fc";
}

.ion-android-stopwatch:before {
  content: "\f2fd";
}

.ion-android-storage:before {
  content: "\f2fe";
}

.ion-android-system-back:before {
  content: "\f2ff";
}

.ion-android-system-home:before {
  content: "\f300";
}

.ion-android-system-windows:before {
  content: "\f301";
}

.ion-android-timer:before {
  content: "\f302";
}

.ion-android-trash:before {
  content: "\f303";
}

.ion-android-user-menu:before {
  content: "\f312";
}

.ion-android-volume:before {
  content: "\f304";
}

.ion-android-wifi:before {
  content: "\f305";
}

.ion-aperture:before {
  content: "\f313";
}

.ion-archive:before {
  content: "\f102";
}

.ion-arrow-down-a:before {
  content: "\f103";
}

.ion-arrow-down-b:before {
  content: "\f104";
}

.ion-arrow-down-c:before {
  content: "\f105";
}

.ion-arrow-expand:before {
  content: "\f25e";
}

.ion-arrow-graph-down-left:before {
  content: "\f25f";
}

.ion-arrow-graph-down-right:before {
  content: "\f260";
}

.ion-arrow-graph-up-left:before {
  content: "\f261";
}

.ion-arrow-graph-up-right:before {
  content: "\f262";
}

.ion-arrow-left-a:before {
  content: "\f106";
}

.ion-arrow-left-b:before {
  content: "\f107";
}

.ion-arrow-left-c:before {
  content: "\f108";
}

.ion-arrow-move:before {
  content: "\f263";
}

.ion-arrow-resize:before {
  content: "\f264";
}

.ion-arrow-return-left:before {
  content: "\f265";
}

.ion-arrow-return-right:before {
  content: "\f266";
}

.ion-arrow-right-a:before {
  content: "\f109";
}

.ion-arrow-right-b:before {
  content: "\f10a";
}

.ion-arrow-right-c:before {
  content: "\f10b";
}

.ion-arrow-shrink:before {
  content: "\f267";
}

.ion-arrow-swap:before {
  content: "\f268";
}

.ion-arrow-up-a:before {
  content: "\f10c";
}

.ion-arrow-up-b:before {
  content: "\f10d";
}

.ion-arrow-up-c:before {
  content: "\f10e";
}

.ion-asterisk:before {
  content: "\f314";
}

.ion-at:before {
  content: "\f10f";
}

.ion-bag:before {
  content: "\f110";
}

.ion-battery-charging:before {
  content: "\f111";
}

.ion-battery-empty:before {
  content: "\f112";
}

.ion-battery-full:before {
  content: "\f113";
}

.ion-battery-half:before {
  content: "\f114";
}

.ion-battery-low:before {
  content: "\f115";
}

.ion-beaker:before {
  content: "\f269";
}

.ion-beer:before {
  content: "\f26a";
}

.ion-bluetooth:before {
  content: "\f116";
}

.ion-bonfire:before {
  content: "\f315";
}

.ion-bookmark:before {
  content: "\f26b";
}

.ion-briefcase:before {
  content: "\f26c";
}

.ion-bug:before {
  content: "\f2be";
}

.ion-calculator:before {
  content: "\f26d";
}

.ion-calendar:before {
  content: "\f117";
}

.ion-camera:before {
  content: "\f118";
}

.ion-card:before {
  content: "\f119";
}

.ion-cash:before {
  content: "\f316";
}

.ion-chatbox:before {
  content: "\f11b";
}

.ion-chatbox-working:before {
  content: "\f11a";
}

.ion-chatboxes:before {
  content: "\f11c";
}

.ion-chatbubble:before {
  content: "\f11e";
}

.ion-chatbubble-working:before {
  content: "\f11d";
}

.ion-chatbubbles:before {
  content: "\f11f";
}

.ion-checkmark:before {
  content: "\f122";
}

.ion-checkmark-circled:before {
  content: "\f120";
}

.ion-checkmark-round:before {
  content: "\f121";
}

.ion-chevron-down:before {
  content: "\f123";
}

.ion-chevron-left:before {
  content: "\f124";
}

.ion-chevron-right:before {
  content: "\f125";
}

.ion-chevron-up:before {
  content: "\f126";
}

.ion-clipboard:before {
  content: "\f127";
}

.ion-clock:before {
  content: "\f26e";
}

.ion-close:before {
  content: "\f12a";
}

.ion-close-circled:before {
  content: "\f128";
}

.ion-close-round:before {
  content: "\f129";
}

.ion-closed-captioning:before {
  content: "\f317";
}

.ion-cloud:before {
  content: "\f12b";
}

.ion-code:before {
  content: "\f271";
}

.ion-code-download:before {
  content: "\f26f";
}

.ion-code-working:before {
  content: "\f270";
}

.ion-coffee:before {
  content: "\f272";
}

.ion-compass:before {
  content: "\f273";
}

.ion-compose:before {
  content: "\f12c";
}

.ion-connection-bars:before {
  content: "\f274";
}

.ion-contrast:before {
  content: "\f275";
}

.ion-cube:before {
  content: "\f318";
}

.ion-disc:before {
  content: "\f12d";
}

.ion-document:before {
  content: "\f12f";
}

.ion-document-text:before {
  content: "\f12e";
}

.ion-drag:before {
  content: "\f130";
}

.ion-earth:before {
  content: "\f276";
}

.ion-edit:before {
  content: "\f2bf";
}

.ion-egg:before {
  content: "\f277";
}

.ion-eject:before {
  content: "\f131";
}

.ion-email:before {
  content: "\f132";
}

.ion-eye:before {
  content: "\f133";
}

.ion-eye-disabled:before {
  content: "\f306";
}

.ion-female:before {
  content: "\f278";
}

.ion-filing:before {
  content: "\f134";
}

.ion-film-marker:before {
  content: "\f135";
}

.ion-fireball:before {
  content: "\f319";
}

.ion-flag:before {
  content: "\f279";
}

.ion-flame:before {
  content: "\f31a";
}

.ion-flash:before {
  content: "\f137";
}

.ion-flash-off:before {
  content: "\f136";
}

.ion-flask:before {
  content: "\f138";
}

.ion-folder:before {
  content: "\f139";
}

.ion-fork:before {
  content: "\f27a";
}

.ion-fork-repo:before {
  content: "\f2c0";
}

.ion-forward:before {
  content: "\f13a";
}

.ion-funnel:before {
  content: "\f31b";
}

.ion-game-controller-a:before {
  content: "\f13b";
}

.ion-game-controller-b:before {
  content: "\f13c";
}

.ion-gear-a:before {
  content: "\f13d";
}

.ion-gear-b:before {
  content: "\f13e";
}

.ion-grid:before {
  content: "\f13f";
}

.ion-hammer:before {
  content: "\f27b";
}

.ion-happy:before {
  content: "\f31c";
}

.ion-headphone:before {
  content: "\f140";
}

.ion-heart:before {
  content: "\f141";
}

.ion-heart-broken:before {
  content: "\f31d";
}

.ion-help:before {
  content: "\f143";
}

.ion-help-buoy:before {
  content: "\f27c";
}

.ion-help-circled:before {
  content: "\f142";
}

.ion-home:before {
  content: "\f144";
}

.ion-icecream:before {
  content: "\f27d";
}

.ion-icon-social-google-plus:before {
  content: "\f146";
}

.ion-icon-social-google-plus-outline:before {
  content: "\f145";
}

.ion-image:before {
  content: "\f147";
}

.ion-images:before {
  content: "\f148";
}

.ion-information:before {
  content: "\f14a";
}

.ion-information-circled:before {
  content: "\f149";
}

.ion-ionic:before {
  content: "\f14b";
}

.ion-ios7-alarm:before {
  content: "\f14d";
}

.ion-ios7-alarm-outline:before {
  content: "\f14c";
}

.ion-ios7-albums:before {
  content: "\f14f";
}

.ion-ios7-albums-outline:before {
  content: "\f14e";
}

.ion-ios7-americanfootball:before {
  content: "\f31f";
}

.ion-ios7-americanfootball-outline:before {
  content: "\f31e";
}

.ion-ios7-analytics:before {
  content: "\f321";
}

.ion-ios7-analytics-outline:before {
  content: "\f320";
}

.ion-ios7-arrow-back:before {
  content: "\f150";
}

.ion-ios7-arrow-down:before {
  content: "\f151";
}

.ion-ios7-arrow-forward:before {
  content: "\f152";
}

.ion-ios7-arrow-left:before {
  content: "\f153";
}

.ion-ios7-arrow-right:before {
  content: "\f154";
}

.ion-ios7-arrow-thin-down:before {
  content: "\f27e";
}

.ion-ios7-arrow-thin-left:before {
  content: "\f27f";
}

.ion-ios7-arrow-thin-right:before {
  content: "\f280";
}

.ion-ios7-arrow-thin-up:before {
  content: "\f281";
}

.ion-ios7-arrow-up:before {
  content: "\f155";
}

.ion-ios7-at:before {
  content: "\f157";
}

.ion-ios7-at-outline:before {
  content: "\f156";
}

.ion-ios7-barcode:before {
  content: "\f323";
}

.ion-ios7-barcode-outline:before {
  content: "\f322";
}

.ion-ios7-baseball:before {
  content: "\f325";
}

.ion-ios7-baseball-outline:before {
  content: "\f324";
}

.ion-ios7-basketball:before {
  content: "\f327";
}

.ion-ios7-basketball-outline:before {
  content: "\f326";
}

.ion-ios7-bell:before {
  content: "\f159";
}

.ion-ios7-bell-outline:before {
  content: "\f158";
}

.ion-ios7-bolt:before {
  content: "\f15b";
}

.ion-ios7-bolt-outline:before {
  content: "\f15a";
}

.ion-ios7-bookmarks:before {
  content: "\f15d";
}

.ion-ios7-bookmarks-outline:before {
  content: "\f15c";
}

.ion-ios7-box:before {
  content: "\f15f";
}

.ion-ios7-box-outline:before {
  content: "\f15e";
}

.ion-ios7-briefcase:before {
  content: "\f283";
}

.ion-ios7-briefcase-outline:before {
  content: "\f282";
}

.ion-ios7-browsers:before {
  content: "\f161";
}

.ion-ios7-browsers-outline:before {
  content: "\f160";
}

.ion-ios7-calculator:before {
  content: "\f285";
}

.ion-ios7-calculator-outline:before {
  content: "\f284";
}

.ion-ios7-calendar:before {
  content: "\f163";
}

.ion-ios7-calendar-outline:before {
  content: "\f162";
}

.ion-ios7-camera:before {
  content: "\f165";
}

.ion-ios7-camera-outline:before {
  content: "\f164";
}

.ion-ios7-cart:before {
  content: "\f167";
}

.ion-ios7-cart-outline:before {
  content: "\f166";
}

.ion-ios7-chatboxes:before {
  content: "\f169";
}

.ion-ios7-chatboxes-outline:before {
  content: "\f168";
}

.ion-ios7-chatbubble:before {
  content: "\f16b";
}

.ion-ios7-chatbubble-outline:before {
  content: "\f16a";
}

.ion-ios7-checkmark:before {
  content: "\f16e";
}

.ion-ios7-checkmark-empty:before {
  content: "\f16c";
}

.ion-ios7-checkmark-outline:before {
  content: "\f16d";
}

.ion-ios7-circle-filled:before {
  content: "\f16f";
}

.ion-ios7-circle-outline:before {
  content: "\f170";
}

.ion-ios7-clock:before {
  content: "\f172";
}

.ion-ios7-clock-outline:before {
  content: "\f171";
}

.ion-ios7-close:before {
  content: "\f2bc";
}

.ion-ios7-close-empty:before {
  content: "\f2bd";
}

.ion-ios7-close-outline:before {
  content: "\f2bb";
}

.ion-ios7-cloud:before {
  content: "\f178";
}

.ion-ios7-cloud-download:before {
  content: "\f174";
}

.ion-ios7-cloud-download-outline:before {
  content: "\f173";
}

.ion-ios7-cloud-outline:before {
  content: "\f175";
}

.ion-ios7-cloud-upload:before {
  content: "\f177";
}

.ion-ios7-cloud-upload-outline:before {
  content: "\f176";
}

.ion-ios7-cloudy:before {
  content: "\f17a";
}

.ion-ios7-cloudy-night:before {
  content: "\f308";
}

.ion-ios7-cloudy-night-outline:before {
  content: "\f307";
}

.ion-ios7-cloudy-outline:before {
  content: "\f179";
}

.ion-ios7-cog:before {
  content: "\f17c";
}

.ion-ios7-cog-outline:before {
  content: "\f17b";
}

.ion-ios7-compose:before {
  content: "\f17e";
}

.ion-ios7-compose-outline:before {
  content: "\f17d";
}

.ion-ios7-contact:before {
  content: "\f180";
}

.ion-ios7-contact-outline:before {
  content: "\f17f";
}

.ion-ios7-copy:before {
  content: "\f182";
}

.ion-ios7-copy-outline:before {
  content: "\f181";
}

.ion-ios7-download:before {
  content: "\f184";
}

.ion-ios7-download-outline:before {
  content: "\f183";
}

.ion-ios7-drag:before {
  content: "\f185";
}

.ion-ios7-email:before {
  content: "\f187";
}

.ion-ios7-email-outline:before {
  content: "\f186";
}

.ion-ios7-expand:before {
  content: "\f30d";
}

.ion-ios7-eye:before {
  content: "\f189";
}

.ion-ios7-eye-outline:before {
  content: "\f188";
}

.ion-ios7-fastforward:before {
  content: "\f18b";
}

.ion-ios7-fastforward-outline:before {
  content: "\f18a";
}

.ion-ios7-filing:before {
  content: "\f18d";
}

.ion-ios7-filing-outline:before {
  content: "\f18c";
}

.ion-ios7-film:before {
  content: "\f18f";
}

.ion-ios7-film-outline:before {
  content: "\f18e";
}

.ion-ios7-flag:before {
  content: "\f191";
}

.ion-ios7-flag-outline:before {
  content: "\f190";
}

.ion-ios7-folder:before {
  content: "\f193";
}

.ion-ios7-folder-outline:before {
  content: "\f192";
}

.ion-ios7-football:before {
  content: "\f329";
}

.ion-ios7-football-outline:before {
  content: "\f328";
}

.ion-ios7-gear:before {
  content: "\f195";
}

.ion-ios7-gear-outline:before {
  content: "\f194";
}

.ion-ios7-glasses:before {
  content: "\f197";
}

.ion-ios7-glasses-outline:before {
  content: "\f196";
}

.ion-ios7-heart:before {
  content: "\f199";
}

.ion-ios7-heart-outline:before {
  content: "\f198";
}

.ion-ios7-help:before {
  content: "\f19c";
}

.ion-ios7-help-empty:before {
  content: "\f19a";
}

.ion-ios7-help-outline:before {
  content: "\f19b";
}

.ion-ios7-home:before {
  content: "\f32b";
}

.ion-ios7-home-outline:before {
  content: "\f32a";
}

.ion-ios7-infinite:before {
  content: "\f19e";
}

.ion-ios7-infinite-outline:before {
  content: "\f19d";
}

.ion-ios7-information:before {
  content: "\f1a1";
}

.ion-ios7-information-empty:before {
  content: "\f19f";
}

.ion-ios7-information-outline:before {
  content: "\f1a0";
}

.ion-ios7-ionic-outline:before {
  content: "\f1a2";
}

.ion-ios7-keypad:before {
  content: "\f1a4";
}

.ion-ios7-keypad-outline:before {
  content: "\f1a3";
}

.ion-ios7-lightbulb:before {
  content: "\f287";
}

.ion-ios7-lightbulb-outline:before {
  content: "\f286";
}

.ion-ios7-location:before {
  content: "\f1a6";
}

.ion-ios7-location-outline:before {
  content: "\f1a5";
}

.ion-ios7-locked:before {
  content: "\f1a8";
}

.ion-ios7-locked-outline:before {
  content: "\f1a7";
}

.ion-ios7-loop:before {
  content: "\f32d";
}

.ion-ios7-loop-strong:before {
  content: "\f32c";
}

.ion-ios7-medkit:before {
  content: "\f289";
}

.ion-ios7-medkit-outline:before {
  content: "\f288";
}

.ion-ios7-mic:before {
  content: "\f1ab";
}

.ion-ios7-mic-off:before {
  content: "\f1a9";
}

.ion-ios7-mic-outline:before {
  content: "\f1aa";
}

.ion-ios7-minus:before {
  content: "\f1ae";
}

.ion-ios7-minus-empty:before {
  content: "\f1ac";
}

.ion-ios7-minus-outline:before {
  content: "\f1ad";
}

.ion-ios7-monitor:before {
  content: "\f1b0";
}

.ion-ios7-monitor-outline:before {
  content: "\f1af";
}

.ion-ios7-moon:before {
  content: "\f1b2";
}

.ion-ios7-moon-outline:before {
  content: "\f1b1";
}

.ion-ios7-more:before {
  content: "\f1b4";
}

.ion-ios7-more-outline:before {
  content: "\f1b3";
}

.ion-ios7-musical-note:before {
  content: "\f1b5";
}

.ion-ios7-musical-notes:before {
  content: "\f1b6";
}

.ion-ios7-navigate:before {
  content: "\f1b8";
}

.ion-ios7-navigate-outline:before {
  content: "\f1b7";
}

.ion-ios7-paper:before {
  content: "\f32f";
}

.ion-ios7-paper-outline:before {
  content: "\f32e";
}

.ion-ios7-paperplane:before {
  content: "\f1ba";
}

.ion-ios7-paperplane-outline:before {
  content: "\f1b9";
}

.ion-ios7-partlysunny:before {
  content: "\f1bc";
}

.ion-ios7-partlysunny-outline:before {
  content: "\f1bb";
}

.ion-ios7-pause:before {
  content: "\f1be";
}

.ion-ios7-pause-outline:before {
  content: "\f1bd";
}

.ion-ios7-paw:before {
  content: "\f331";
}

.ion-ios7-paw-outline:before {
  content: "\f330";
}

.ion-ios7-people:before {
  content: "\f1c0";
}

.ion-ios7-people-outline:before {
  content: "\f1bf";
}

.ion-ios7-person:before {
  content: "\f1c2";
}

.ion-ios7-person-outline:before {
  content: "\f1c1";
}

.ion-ios7-personadd:before {
  content: "\f1c4";
}

.ion-ios7-personadd-outline:before {
  content: "\f1c3";
}

.ion-ios7-photos:before {
  content: "\f1c6";
}

.ion-ios7-photos-outline:before {
  content: "\f1c5";
}

.ion-ios7-pie:before {
  content: "\f28b";
}

.ion-ios7-pie-outline:before {
  content: "\f28a";
}

.ion-ios7-play:before {
  content: "\f1c8";
}

.ion-ios7-play-outline:before {
  content: "\f1c7";
}

.ion-ios7-plus:before {
  content: "\f1cb";
}

.ion-ios7-plus-empty:before {
  content: "\f1c9";
}

.ion-ios7-plus-outline:before {
  content: "\f1ca";
}

.ion-ios7-pricetag:before {
  content: "\f28d";
}

.ion-ios7-pricetag-outline:before {
  content: "\f28c";
}

.ion-ios7-pricetags:before {
  content: "\f333";
}

.ion-ios7-pricetags-outline:before {
  content: "\f332";
}

.ion-ios7-printer:before {
  content: "\f1cd";
}

.ion-ios7-printer-outline:before {
  content: "\f1cc";
}

.ion-ios7-pulse:before {
  content: "\f335";
}

.ion-ios7-pulse-strong:before {
  content: "\f334";
}

.ion-ios7-rainy:before {
  content: "\f1cf";
}

.ion-ios7-rainy-outline:before {
  content: "\f1ce";
}

.ion-ios7-recording:before {
  content: "\f1d1";
}

.ion-ios7-recording-outline:before {
  content: "\f1d0";
}

.ion-ios7-redo:before {
  content: "\f1d3";
}

.ion-ios7-redo-outline:before {
  content: "\f1d2";
}

.ion-ios7-refresh:before {
  content: "\f1d6";
}

.ion-ios7-refresh-empty:before {
  content: "\f1d4";
}

.ion-ios7-refresh-outline:before {
  content: "\f1d5";
}

.ion-ios7-reload:before {
  content: "\f28e";
}

.ion-ios7-reverse-camera:before {
  content: "\f337";
}

.ion-ios7-reverse-camera-outline:before {
  content: "\f336";
}

.ion-ios7-rewind:before {
  content: "\f1d8";
}

.ion-ios7-rewind-outline:before {
  content: "\f1d7";
}

.ion-ios7-search:before {
  content: "\f1da";
}

.ion-ios7-search-strong:before {
  content: "\f1d9";
}

.ion-ios7-settings:before {
  content: "\f339";
}

.ion-ios7-settings-strong:before {
  content: "\f338";
}

.ion-ios7-shrink:before {
  content: "\f30e";
}

.ion-ios7-skipbackward:before {
  content: "\f1dc";
}

.ion-ios7-skipbackward-outline:before {
  content: "\f1db";
}

.ion-ios7-skipforward:before {
  content: "\f1de";
}

.ion-ios7-skipforward-outline:before {
  content: "\f1dd";
}

.ion-ios7-snowy:before {
  content: "\f309";
}

.ion-ios7-speedometer:before {
  content: "\f290";
}

.ion-ios7-speedometer-outline:before {
  content: "\f28f";
}

.ion-ios7-star:before {
  content: "\f1e0";
}

.ion-ios7-star-half:before {
  content: "\f33a";
}

.ion-ios7-star-outline:before {
  content: "\f1df";
}

.ion-ios7-stopwatch:before {
  content: "\f1e2";
}

.ion-ios7-stopwatch-outline:before {
  content: "\f1e1";
}

.ion-ios7-sunny:before {
  content: "\f1e4";
}

.ion-ios7-sunny-outline:before {
  content: "\f1e3";
}

.ion-ios7-telephone:before {
  content: "\f1e6";
}

.ion-ios7-telephone-outline:before {
  content: "\f1e5";
}

.ion-ios7-tennisball:before {
  content: "\f33c";
}

.ion-ios7-tennisball-outline:before {
  content: "\f33b";
}

.ion-ios7-thunderstorm:before {
  content: "\f1e8";
}

.ion-ios7-thunderstorm-outline:before {
  content: "\f1e7";
}

.ion-ios7-time:before {
  content: "\f292";
}

.ion-ios7-time-outline:before {
  content: "\f291";
}

.ion-ios7-timer:before {
  content: "\f1ea";
}

.ion-ios7-timer-outline:before {
  content: "\f1e9";
}

.ion-ios7-toggle:before {
  content: "\f33e";
}

.ion-ios7-toggle-outline:before {
  content: "\f33d";
}

.ion-ios7-trash:before {
  content: "\f1ec";
}

.ion-ios7-trash-outline:before {
  content: "\f1eb";
}

.ion-ios7-undo:before {
  content: "\f1ee";
}

.ion-ios7-undo-outline:before {
  content: "\f1ed";
}

.ion-ios7-unlocked:before {
  content: "\f1f0";
}

.ion-ios7-unlocked-outline:before {
  content: "\f1ef";
}

.ion-ios7-upload:before {
  content: "\f1f2";
}

.ion-ios7-upload-outline:before {
  content: "\f1f1";
}

.ion-ios7-videocam:before {
  content: "\f1f4";
}

.ion-ios7-videocam-outline:before {
  content: "\f1f3";
}

.ion-ios7-volume-high:before {
  content: "\f1f5";
}

.ion-ios7-volume-low:before {
  content: "\f1f6";
}

.ion-ios7-wineglass:before {
  content: "\f294";
}

.ion-ios7-wineglass-outline:before {
  content: "\f293";
}

.ion-ios7-world:before {
  content: "\f1f8";
}

.ion-ios7-world-outline:before {
  content: "\f1f7";
}

.ion-ipad:before {
  content: "\f1f9";
}

.ion-iphone:before {
  content: "\f1fa";
}

.ion-ipod:before {
  content: "\f1fb";
}

.ion-jet:before {
  content: "\f295";
}

.ion-key:before {
  content: "\f296";
}

.ion-knife:before {
  content: "\f297";
}

.ion-laptop:before {
  content: "\f1fc";
}

.ion-leaf:before {
  content: "\f1fd";
}

.ion-levels:before {
  content: "\f298";
}

.ion-lightbulb:before {
  content: "\f299";
}

.ion-link:before {
  content: "\f1fe";
}

.ion-load-a:before, .ion-loading-a:before {
  content: "\f29a";
}

.ion-load-b:before, .ion-loading-b:before {
  content: "\f29b";
}

.ion-load-c:before, .ion-loading-c:before {
  content: "\f29c";
}

.ion-load-d:before, .ion-loading-d:before {
  content: "\f29d";
}

.ion-location:before {
  content: "\f1ff";
}

.ion-locked:before {
  content: "\f200";
}

.ion-log-in:before {
  content: "\f29e";
}

.ion-log-out:before {
  content: "\f29f";
}

.ion-loop:before {
  content: "\f201";
}

.ion-magnet:before {
  content: "\f2a0";
}

.ion-male:before {
  content: "\f2a1";
}

.ion-man:before {
  content: "\f202";
}

.ion-map:before {
  content: "\f203";
}

.ion-medkit:before {
  content: "\f2a2";
}

.ion-merge:before {
  content: "\f33f";
}

.ion-mic-a:before {
  content: "\f204";
}

.ion-mic-b:before {
  content: "\f205";
}

.ion-mic-c:before {
  content: "\f206";
}

.ion-minus:before {
  content: "\f209";
}

.ion-minus-circled:before {
  content: "\f207";
}

.ion-minus-round:before {
  content: "\f208";
}

.ion-model-s:before {
  content: "\f2c1";
}

.ion-monitor:before {
  content: "\f20a";
}

.ion-more:before {
  content: "\f20b";
}

.ion-mouse:before {
  content: "\f340";
}

.ion-music-note:before {
  content: "\f20c";
}

.ion-navicon:before {
  content: "\f20e";
}

.ion-navicon-round:before {
  content: "\f20d";
}

.ion-navigate:before {
  content: "\f2a3";
}

.ion-network:before {
  content: "\f341";
}

.ion-no-smoking:before {
  content: "\f2c2";
}

.ion-nuclear:before {
  content: "\f2a4";
}

.ion-outlet:before {
  content: "\f342";
}

.ion-paper-airplane:before {
  content: "\f2c3";
}

.ion-paperclip:before {
  content: "\f20f";
}

.ion-pause:before {
  content: "\f210";
}

.ion-person:before {
  content: "\f213";
}

.ion-person-add:before {
  content: "\f211";
}

.ion-person-stalker:before {
  content: "\f212";
}

.ion-pie-graph:before {
  content: "\f2a5";
}

.ion-pin:before {
  content: "\f2a6";
}

.ion-pinpoint:before {
  content: "\f2a7";
}

.ion-pizza:before {
  content: "\f2a8";
}

.ion-plane:before {
  content: "\f214";
}

.ion-planet:before {
  content: "\f343";
}

.ion-play:before {
  content: "\f215";
}

.ion-playstation:before {
  content: "\f30a";
}

.ion-plus:before {
  content: "\f218";
}

.ion-plus-circled:before {
  content: "\f216";
}

.ion-plus-round:before {
  content: "\f217";
}

.ion-podium:before {
  content: "\f344";
}

.ion-pound:before {
  content: "\f219";
}

.ion-power:before {
  content: "\f2a9";
}

.ion-pricetag:before {
  content: "\f2aa";
}

.ion-pricetags:before {
  content: "\f2ab";
}

.ion-printer:before {
  content: "\f21a";
}

.ion-pull-request:before {
  content: "\f345";
}

.ion-qr-scanner:before {
  content: "\f346";
}

.ion-quote:before {
  content: "\f347";
}

.ion-radio-waves:before {
  content: "\f2ac";
}

.ion-record:before {
  content: "\f21b";
}

.ion-refresh:before {
  content: "\f21c";
}

.ion-reply:before {
  content: "\f21e";
}

.ion-reply-all:before {
  content: "\f21d";
}

.ion-ribbon-a:before {
  content: "\f348";
}

.ion-ribbon-b:before {
  content: "\f349";
}

.ion-sad:before {
  content: "\f34a";
}

.ion-scissors:before {
  content: "\f34b";
}

.ion-search:before {
  content: "\f21f";
}

.ion-settings:before {
  content: "\f2ad";
}

.ion-share:before {
  content: "\f220";
}

.ion-shuffle:before {
  content: "\f221";
}

.ion-skip-backward:before {
  content: "\f222";
}

.ion-skip-forward:before {
  content: "\f223";
}

.ion-social-android:before {
  content: "\f225";
}

.ion-social-android-outline:before {
  content: "\f224";
}

.ion-social-apple:before {
  content: "\f227";
}

.ion-social-apple-outline:before {
  content: "\f226";
}

.ion-social-bitcoin:before {
  content: "\f2af";
}

.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

.ion-social-buffer:before {
  content: "\f229";
}

.ion-social-buffer-outline:before {
  content: "\f228";
}

.ion-social-designernews:before {
  content: "\f22b";
}

.ion-social-designernews-outline:before {
  content: "\f22a";
}

.ion-social-dribbble:before {
  content: "\f22d";
}

.ion-social-dribbble-outline:before {
  content: "\f22c";
}

.ion-social-dropbox:before {
  content: "\f22f";
}

.ion-social-dropbox-outline:before {
  content: "\f22e";
}

.ion-social-facebook:before {
  content: "\f231";
}

.ion-social-facebook-outline:before {
  content: "\f230";
}

.ion-social-foursquare:before {
  content: "\f34d";
}

.ion-social-foursquare-outline:before {
  content: "\f34c";
}

.ion-social-freebsd-devil:before {
  content: "\f2c4";
}

.ion-social-github:before {
  content: "\f233";
}

.ion-social-github-outline:before {
  content: "\f232";
}

.ion-social-google:before {
  content: "\f34f";
}

.ion-social-google-outline:before {
  content: "\f34e";
}

.ion-social-googleplus:before {
  content: "\f235";
}

.ion-social-googleplus-outline:before {
  content: "\f234";
}

.ion-social-hackernews:before {
  content: "\f237";
}

.ion-social-hackernews-outline:before {
  content: "\f236";
}

.ion-social-instagram:before {
  content: "\f351";
}

.ion-social-instagram-outline:before {
  content: "\f350";
}

.ion-social-linkedin:before {
  content: "\f239";
}

.ion-social-linkedin-outline:before {
  content: "\f238";
}

.ion-social-pinterest:before {
  content: "\f2b1";
}

.ion-social-pinterest-outline:before {
  content: "\f2b0";
}

.ion-social-reddit:before {
  content: "\f23b";
}

.ion-social-reddit-outline:before {
  content: "\f23a";
}

.ion-social-rss:before {
  content: "\f23d";
}

.ion-social-rss-outline:before {
  content: "\f23c";
}

.ion-social-skype:before {
  content: "\f23f";
}

.ion-social-skype-outline:before {
  content: "\f23e";
}

.ion-social-tumblr:before {
  content: "\f241";
}

.ion-social-tumblr-outline:before {
  content: "\f240";
}

.ion-social-tux:before {
  content: "\f2c5";
}

.ion-social-twitter:before {
  content: "\f243";
}

.ion-social-twitter-outline:before {
  content: "\f242";
}

.ion-social-usd:before {
  content: "\f353";
}

.ion-social-usd-outline:before {
  content: "\f352";
}

.ion-social-vimeo:before {
  content: "\f245";
}

.ion-social-vimeo-outline:before {
  content: "\f244";
}

.ion-social-windows:before {
  content: "\f247";
}

.ion-social-windows-outline:before {
  content: "\f246";
}

.ion-social-wordpress:before {
  content: "\f249";
}

.ion-social-wordpress-outline:before {
  content: "\f248";
}

.ion-social-yahoo:before {
  content: "\f24b";
}

.ion-social-yahoo-outline:before {
  content: "\f24a";
}

.ion-social-youtube:before {
  content: "\f24d";
}

.ion-social-youtube-outline:before {
  content: "\f24c";
}

.ion-speakerphone:before {
  content: "\f2b2";
}

.ion-speedometer:before {
  content: "\f2b3";
}

.ion-spoon:before {
  content: "\f2b4";
}

.ion-star:before {
  content: "\f24e";
}

.ion-stats-bars:before {
  content: "\f2b5";
}

.ion-steam:before {
  content: "\f30b";
}

.ion-stop:before {
  content: "\f24f";
}

.ion-thermometer:before {
  content: "\f2b6";
}

.ion-thumbsdown:before {
  content: "\f250";
}

.ion-thumbsup:before {
  content: "\f251";
}

.ion-toggle:before {
  content: "\f355";
}

.ion-toggle-filled:before {
  content: "\f354";
}

.ion-trash-a:before {
  content: "\f252";
}

.ion-trash-b:before {
  content: "\f253";
}

.ion-trophy:before {
  content: "\f356";
}

.ion-umbrella:before {
  content: "\f2b7";
}

.ion-university:before {
  content: "\f357";
}

.ion-unlocked:before {
  content: "\f254";
}

.ion-upload:before {
  content: "\f255";
}

.ion-usb:before {
  content: "\f2b8";
}

.ion-videocamera:before {
  content: "\f256";
}

.ion-volume-high:before {
  content: "\f257";
}

.ion-volume-low:before {
  content: "\f258";
}

.ion-volume-medium:before {
  content: "\f259";
}

.ion-volume-mute:before {
  content: "\f25a";
}

.ion-wand:before {
  content: "\f358";
}

.ion-waterdrop:before {
  content: "\f25b";
}

.ion-wifi:before {
  content: "\f25c";
}

.ion-wineglass:before {
  content: "\f2b9";
}

.ion-woman:before {
  content: "\f25d";
}

.ion-wrench:before {
  content: "\f2ba";
}

.ion-xbox:before {
  content: "\f30c";
}

@font-face {
  font-family: "themify";
  src: url("../fonts/themify.eot?-fvbane");
  src: url("../fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify.woff?-fvbane") format("woff"), url("../fonts/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ti-], [class*=" ti-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.ti-angle-down:before {
  content: "\e64b";
}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}

@font-face {
  font-family: "dripicons-v2";
  src: url("../fonts/dripicons-v2.eot");
  src: url("../fonts/dripicons-v2.eot?#iefix") format("embedded-opentype"), url("../fonts/dripicons-v2.woff") format("woff"), url("../fonts/dripicons-v2.ttf") format("truetype"), url("../fonts/dripicons-v2.svg#dripicons-v2") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "dripicons-v2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=dripicons-]:before,
[class*=" dripicons-"]:before {
  font-family: "dripicons-v2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dripicons-alarm:before {
  content: "a";
}

.dripicons-align-center:before {
  content: "b";
}

.dripicons-align-justify:before {
  content: "c";
}

.dripicons-align-left:before {
  content: "d";
}

.dripicons-align-right:before {
  content: "e";
}

.dripicons-anchor:before {
  content: "f";
}

.dripicons-archive:before {
  content: "g";
}

.dripicons-arrow-down:before {
  content: "h";
}

.dripicons-arrow-left:before {
  content: "i";
}

.dripicons-arrow-right:before {
  content: "j";
}

.dripicons-arrow-thin-down:before {
  content: "k";
}

.dripicons-arrow-thin-left:before {
  content: "l";
}

.dripicons-arrow-thin-right:before {
  content: "m";
}

.dripicons-arrow-thin-up:before {
  content: "n";
}

.dripicons-arrow-up:before {
  content: "o";
}

.dripicons-article:before {
  content: "p";
}

.dripicons-backspace:before {
  content: "q";
}

.dripicons-basket:before {
  content: "r";
}

.dripicons-basketball:before {
  content: "s";
}

.dripicons-battery-empty:before {
  content: "t";
}

.dripicons-battery-full:before {
  content: "u";
}

.dripicons-battery-low:before {
  content: "v";
}

.dripicons-battery-medium:before {
  content: "w";
}

.dripicons-bell:before {
  content: "x";
}

.dripicons-blog:before {
  content: "y";
}

.dripicons-bluetooth:before {
  content: "z";
}

.dripicons-bold:before {
  content: "A";
}

.dripicons-bookmark:before {
  content: "B";
}

.dripicons-bookmarks:before {
  content: "C";
}

.dripicons-box:before {
  content: "D";
}

.dripicons-briefcase:before {
  content: "E";
}

.dripicons-brightness-low:before {
  content: "F";
}

.dripicons-brightness-max:before {
  content: "G";
}

.dripicons-brightness-medium:before {
  content: "H";
}

.dripicons-broadcast:before {
  content: "I";
}

.dripicons-browser:before {
  content: "J";
}

.dripicons-browser-upload:before {
  content: "K";
}

.dripicons-brush:before {
  content: "L";
}

.dripicons-calendar:before {
  content: "M";
}

.dripicons-camcorder:before {
  content: "N";
}

.dripicons-camera:before {
  content: "O";
}

.dripicons-card:before {
  content: "P";
}

.dripicons-cart:before {
  content: "Q";
}

.dripicons-checklist:before {
  content: "R";
}

.dripicons-checkmark:before {
  content: "S";
}

.dripicons-chevron-down:before {
  content: "T";
}

.dripicons-chevron-left:before {
  content: "U";
}

.dripicons-chevron-right:before {
  content: "V";
}

.dripicons-chevron-up:before {
  content: "W";
}

.dripicons-clipboard:before {
  content: "X";
}

.dripicons-clock:before {
  content: "Y";
}

.dripicons-clockwise:before {
  content: "Z";
}

.dripicons-cloud:before {
  content: "0";
}

.dripicons-cloud-download:before {
  content: "1";
}

.dripicons-cloud-upload:before {
  content: "2";
}

.dripicons-code:before {
  content: "3";
}

.dripicons-contract:before {
  content: "4";
}

.dripicons-contract-2:before {
  content: "5";
}

.dripicons-conversation:before {
  content: "6";
}

.dripicons-copy:before {
  content: "7";
}

.dripicons-crop:before {
  content: "8";
}

.dripicons-cross:before {
  content: "9";
}

.dripicons-crosshair:before {
  content: "!";
}

.dripicons-cutlery:before {
  content: '"';
}

.dripicons-device-desktop:before {
  content: "#";
}

.dripicons-device-mobile:before {
  content: "$";
}

.dripicons-device-tablet:before {
  content: "%";
}

.dripicons-direction:before {
  content: "&";
}

.dripicons-disc:before {
  content: "'";
}

.dripicons-document:before {
  content: "(";
}

.dripicons-document-delete:before {
  content: ")";
}

.dripicons-document-edit:before {
  content: "*";
}

.dripicons-document-new:before {
  content: "+";
}

.dripicons-document-remove:before {
  content: ",";
}

.dripicons-dot:before {
  content: "-";
}

.dripicons-dots-2:before {
  content: ".";
}

.dripicons-dots-3:before {
  content: "/";
}

.dripicons-download:before {
  content: ":";
}

.dripicons-duplicate:before {
  content: ";";
}

.dripicons-enter:before {
  content: "<";
}

.dripicons-exit:before {
  content: "=";
}

.dripicons-expand:before {
  content: ">";
}

.dripicons-expand-2:before {
  content: "?";
}

.dripicons-experiment:before {
  content: "@";
}

.dripicons-export:before {
  content: "[";
}

.dripicons-feed:before {
  content: "]";
}

.dripicons-flag:before {
  content: "^";
}

.dripicons-flashlight:before {
  content: "_";
}

.dripicons-folder:before {
  content: "`";
}

.dripicons-folder-open:before {
  content: "{";
}

.dripicons-forward:before {
  content: "|";
}

.dripicons-gaming:before {
  content: "}";
}

.dripicons-gear:before {
  content: "~";
}

.dripicons-graduation:before {
  content: "\\";
}

.dripicons-graph-bar:before {
  content: "\e000";
}

.dripicons-graph-line:before {
  content: "\e001";
}

.dripicons-graph-pie:before {
  content: "\e002";
}

.dripicons-headset:before {
  content: "\e003";
}

.dripicons-heart:before {
  content: "\e004";
}

.dripicons-help:before {
  content: "\e005";
}

.dripicons-home:before {
  content: "\e006";
}

.dripicons-hourglass:before {
  content: "\e007";
}

.dripicons-inbox:before {
  content: "\e008";
}

.dripicons-information:before {
  content: "\e009";
}

.dripicons-italic:before {
  content: "\e00a";
}

.dripicons-jewel:before {
  content: "\e00b";
}

.dripicons-lifting:before {
  content: "\e00c";
}

.dripicons-lightbulb:before {
  content: "\e00d";
}

.dripicons-link:before {
  content: "\e00e";
}

.dripicons-link-broken:before {
  content: "\e00f";
}

.dripicons-list:before {
  content: "\e010";
}

.dripicons-loading:before {
  content: "\e011";
}

.dripicons-location:before {
  content: "\e012";
}

.dripicons-lock:before {
  content: "\e013";
}

.dripicons-lock-open:before {
  content: "\e014";
}

.dripicons-mail:before {
  content: "\e015";
}

.dripicons-map:before {
  content: "\e016";
}

.dripicons-media-loop:before {
  content: "\e017";
}

.dripicons-media-next:before {
  content: "\e018";
}

.dripicons-media-pause:before {
  content: "\e019";
}

.dripicons-media-play:before {
  content: "\e01a";
}

.dripicons-media-previous:before {
  content: "\e01b";
}

.dripicons-media-record:before {
  content: "\e01c";
}

.dripicons-media-shuffle:before {
  content: "\e01d";
}

.dripicons-media-stop:before {
  content: "\e01e";
}

.dripicons-medical:before {
  content: "\e01f";
}

.dripicons-menu:before {
  content: "\e020";
}

.dripicons-message:before {
  content: "\e021";
}

.dripicons-meter:before {
  content: "\e022";
}

.dripicons-microphone:before {
  content: "\e023";
}

.dripicons-minus:before {
  content: "\e024";
}

.dripicons-monitor:before {
  content: "\e025";
}

.dripicons-move:before {
  content: "\e026";
}

.dripicons-music:before {
  content: "\e027";
}

.dripicons-network-1:before {
  content: "\e028";
}

.dripicons-network-2:before {
  content: "\e029";
}

.dripicons-network-3:before {
  content: "\e02a";
}

.dripicons-network-4:before {
  content: "\e02b";
}

.dripicons-network-5:before {
  content: "\e02c";
}

.dripicons-pamphlet:before {
  content: "\e02d";
}

.dripicons-paperclip:before {
  content: "\e02e";
}

.dripicons-pencil:before {
  content: "\e02f";
}

.dripicons-phone:before {
  content: "\e030";
}

.dripicons-photo:before {
  content: "\e031";
}

.dripicons-photo-group:before {
  content: "\e032";
}

.dripicons-pill:before {
  content: "\e033";
}

.dripicons-pin:before {
  content: "\e034";
}

.dripicons-plus:before {
  content: "\e035";
}

.dripicons-power:before {
  content: "\e036";
}

.dripicons-preview:before {
  content: "\e037";
}

.dripicons-print:before {
  content: "\e038";
}

.dripicons-pulse:before {
  content: "\e039";
}

.dripicons-question:before {
  content: "\e03a";
}

.dripicons-reply:before {
  content: "\e03b";
}

.dripicons-reply-all:before {
  content: "\e03c";
}

.dripicons-return:before {
  content: "\e03d";
}

.dripicons-retweet:before {
  content: "\e03e";
}

.dripicons-rocket:before {
  content: "\e03f";
}

.dripicons-scale:before {
  content: "\e040";
}

.dripicons-search:before {
  content: "\e041";
}

.dripicons-shopping-bag:before {
  content: "\e042";
}

.dripicons-skip:before {
  content: "\e043";
}

.dripicons-stack:before {
  content: "\e044";
}

.dripicons-star:before {
  content: "\e045";
}

.dripicons-stopwatch:before {
  content: "\e046";
}

.dripicons-store:before {
  content: "\e047";
}

.dripicons-suitcase:before {
  content: "\e048";
}

.dripicons-swap:before {
  content: "\e049";
}

.dripicons-tag:before {
  content: "\e04a";
}

.dripicons-tag-delete:before {
  content: "\e04b";
}

.dripicons-tags:before {
  content: "\e04c";
}

.dripicons-thumbs-down:before {
  content: "\e04d";
}

.dripicons-thumbs-up:before {
  content: "\e04e";
}

.dripicons-ticket:before {
  content: "\e04f";
}

.dripicons-time-reverse:before {
  content: "\e050";
}

.dripicons-to-do:before {
  content: "\e051";
}

.dripicons-toggles:before {
  content: "\e052";
}

.dripicons-trash:before {
  content: "\e053";
}

.dripicons-trophy:before {
  content: "\e054";
}

.dripicons-upload:before {
  content: "\e055";
}

.dripicons-user:before {
  content: "\e056";
}

.dripicons-user-group:before {
  content: "\e057";
}

.dripicons-user-id:before {
  content: "\e058";
}

.dripicons-vibrate:before {
  content: "\e059";
}

.dripicons-view-apps:before {
  content: "\e05a";
}

.dripicons-view-list:before {
  content: "\e05b";
}

.dripicons-view-list-large:before {
  content: "\e05c";
}

.dripicons-view-thumb:before {
  content: "\e05d";
}

.dripicons-volume-full:before {
  content: "\e05e";
}

.dripicons-volume-low:before {
  content: "\e05f";
}

.dripicons-volume-medium:before {
  content: "\e060";
}

.dripicons-volume-off:before {
  content: "\e061";
}

.dripicons-wallet:before {
  content: "\e062";
}

.dripicons-warning:before {
  content: "\e063";
}

.dripicons-web:before {
  content: "\e064";
}

.dripicons-weight:before {
  content: "\e065";
}

.dripicons-wifi:before {
  content: "\e066";
}

.dripicons-wrong:before {
  content: "\e067";
}

.dripicons-zoom-in:before {
  content: "\e068";
}

.dripicons-zoom-out:before {
  content: "\e069";
}

/* @FONT-FACE loads font into browser */
@font-face {
  font-family: "typicons";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/typicons.eot");
  src: url("../fonts/typicons.eot?#iefix") format("embedded-opentype"), url("../fonts/typicons.woff") format("woff"), url("../fonts/typicons.ttf") format("truetype"), url("../fonts/typicons.svg#typicons") format("svg");
}
/* :before psuedo-selector inserts and styles icon */
.typcn:before {
  font-family: "typicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Code for individual icons */
.typcn-adjust-brightness:before {
  content: "\e000"; /* '' */
}

.typcn-adjust-contrast:before {
  content: "\e001"; /* '' */
}

.typcn-anchor-outline:before {
  content: "\e002"; /* '' */
}

.typcn-anchor:before {
  content: "\e003"; /* '' */
}

.typcn-archive:before {
  content: "\e004"; /* '' */
}

.typcn-arrow-back-outline:before {
  content: "\e005"; /* '' */
}

.typcn-arrow-back:before {
  content: "\e006"; /* '' */
}

.typcn-arrow-down-outline:before {
  content: "\e007"; /* '' */
}

.typcn-arrow-down-thick:before {
  content: "\e008"; /* '' */
}

.typcn-arrow-down:before {
  content: "\e009"; /* '' */
}

.typcn-arrow-forward-outline:before {
  content: "\e00a"; /* '' */
}

.typcn-arrow-forward:before {
  content: "\e00b"; /* '' */
}

.typcn-arrow-left-outline:before {
  content: "\e00c"; /* '' */
}

.typcn-arrow-left-thick:before {
  content: "\e00d"; /* '' */
}

.typcn-arrow-left:before {
  content: "\e00e"; /* '' */
}

.typcn-arrow-loop-outline:before {
  content: "\e00f"; /* '' */
}

.typcn-arrow-loop:before {
  content: "\e010"; /* '' */
}

.typcn-arrow-maximise-outline:before {
  content: "\e011"; /* '' */
}

.typcn-arrow-maximise:before {
  content: "\e012"; /* '' */
}

.typcn-arrow-minimise-outline:before {
  content: "\e013"; /* '' */
}

.typcn-arrow-minimise:before {
  content: "\e014"; /* '' */
}

.typcn-arrow-move-outline:before {
  content: "\e015"; /* '' */
}

.typcn-arrow-move:before {
  content: "\e016"; /* '' */
}

.typcn-arrow-repeat-outline:before {
  content: "\e017"; /* '' */
}

.typcn-arrow-repeat:before {
  content: "\e018"; /* '' */
}

.typcn-arrow-right-outline:before {
  content: "\e019"; /* '' */
}

.typcn-arrow-right-thick:before {
  content: "\e01a"; /* '' */
}

.typcn-arrow-right:before {
  content: "\e01b"; /* '' */
}

.typcn-arrow-shuffle:before {
  content: "\e01c"; /* '' */
}

.typcn-arrow-sorted-down:before {
  content: "\e01d"; /* '' */
}

.typcn-arrow-sorted-up:before {
  content: "\e01e"; /* '' */
}

.typcn-arrow-sync-outline:before {
  content: "\e01f"; /* '' */
}

.typcn-arrow-sync:before {
  content: "\e020"; /* '' */
}

.typcn-arrow-unsorted:before {
  content: "\e021"; /* '' */
}

.typcn-arrow-up-outline:before {
  content: "\e022"; /* '' */
}

.typcn-arrow-up-thick:before {
  content: "\e023"; /* '' */
}

.typcn-arrow-up:before {
  content: "\e024"; /* '' */
}

.typcn-at:before {
  content: "\e025"; /* '' */
}

.typcn-attachment-outline:before {
  content: "\e026"; /* '' */
}

.typcn-attachment:before {
  content: "\e027"; /* '' */
}

.typcn-backspace-outline:before {
  content: "\e028"; /* '' */
}

.typcn-backspace:before {
  content: "\e029"; /* '' */
}

.typcn-battery-charge:before {
  content: "\e02a"; /* '' */
}

.typcn-battery-full:before {
  content: "\e02b"; /* '' */
}

.typcn-battery-high:before {
  content: "\e02c"; /* '' */
}

.typcn-battery-low:before {
  content: "\e02d"; /* '' */
}

.typcn-battery-mid:before {
  content: "\e02e"; /* '' */
}

.typcn-beaker:before {
  content: "\e02f"; /* '' */
}

.typcn-beer:before {
  content: "\e030"; /* '' */
}

.typcn-bell:before {
  content: "\e031"; /* '' */
}

.typcn-book:before {
  content: "\e032"; /* '' */
}

.typcn-bookmark:before {
  content: "\e033"; /* '' */
}

.typcn-briefcase:before {
  content: "\e034"; /* '' */
}

.typcn-brush:before {
  content: "\e035"; /* '' */
}

.typcn-business-card:before {
  content: "\e036"; /* '' */
}

.typcn-calculator:before {
  content: "\e037"; /* '' */
}

.typcn-calendar-outline:before {
  content: "\e038"; /* '' */
}

.typcn-calendar:before {
  content: "\e039"; /* '' */
}

.typcn-camera-outline:before {
  content: "\e03a"; /* '' */
}

.typcn-camera:before {
  content: "\e03b"; /* '' */
}

.typcn-cancel-outline:before {
  content: "\e03c"; /* '' */
}

.typcn-cancel:before {
  content: "\e03d"; /* '' */
}

.typcn-chart-area-outline:before {
  content: "\e03e"; /* '' */
}

.typcn-chart-area:before {
  content: "\e03f"; /* '' */
}

.typcn-chart-bar-outline:before {
  content: "\e040"; /* '' */
}

.typcn-chart-bar:before {
  content: "\e041"; /* '' */
}

.typcn-chart-line-outline:before {
  content: "\e042"; /* '' */
}

.typcn-chart-line:before {
  content: "\e043"; /* '' */
}

.typcn-chart-pie-outline:before {
  content: "\e044"; /* '' */
}

.typcn-chart-pie:before {
  content: "\e045"; /* '' */
}

.typcn-chevron-left-outline:before {
  content: "\e046"; /* '' */
}

.typcn-chevron-left:before {
  content: "\e047"; /* '' */
}

.typcn-chevron-right-outline:before {
  content: "\e048"; /* '' */
}

.typcn-chevron-right:before {
  content: "\e049"; /* '' */
}

.typcn-clipboard:before {
  content: "\e04a"; /* '' */
}

.typcn-cloud-storage:before {
  content: "\e04b"; /* '' */
}

.typcn-cloud-storage-outline:before {
  content: "\e054"; /* '' */
}

.typcn-code-outline:before {
  content: "\e04c"; /* '' */
}

.typcn-code:before {
  content: "\e04d"; /* '' */
}

.typcn-coffee:before {
  content: "\e04e"; /* '' */
}

.typcn-cog-outline:before {
  content: "\e04f"; /* '' */
}

.typcn-cog:before {
  content: "\e050"; /* '' */
}

.typcn-compass:before {
  content: "\e051"; /* '' */
}

.typcn-contacts:before {
  content: "\e052"; /* '' */
}

.typcn-credit-card:before {
  content: "\e053"; /* '' */
}

.typcn-css3:before {
  content: "\e055"; /* '' */
}

.typcn-database:before {
  content: "\e056"; /* '' */
}

.typcn-delete-outline:before {
  content: "\e057"; /* '' */
}

.typcn-delete:before {
  content: "\e058"; /* '' */
}

.typcn-device-desktop:before {
  content: "\e059"; /* '' */
}

.typcn-device-laptop:before {
  content: "\e05a"; /* '' */
}

.typcn-device-phone:before {
  content: "\e05b"; /* '' */
}

.typcn-device-tablet:before {
  content: "\e05c"; /* '' */
}

.typcn-directions:before {
  content: "\e05d"; /* '' */
}

.typcn-divide-outline:before {
  content: "\e05e"; /* '' */
}

.typcn-divide:before {
  content: "\e05f"; /* '' */
}

.typcn-document-add:before {
  content: "\e060"; /* '' */
}

.typcn-document-delete:before {
  content: "\e061"; /* '' */
}

.typcn-document-text:before {
  content: "\e062"; /* '' */
}

.typcn-document:before {
  content: "\e063"; /* '' */
}

.typcn-download-outline:before {
  content: "\e064"; /* '' */
}

.typcn-download:before {
  content: "\e065"; /* '' */
}

.typcn-dropbox:before {
  content: "\e066"; /* '' */
}

.typcn-edit:before {
  content: "\e067"; /* '' */
}

.typcn-eject-outline:before {
  content: "\e068"; /* '' */
}

.typcn-eject:before {
  content: "\e069"; /* '' */
}

.typcn-equals-outline:before {
  content: "\e06a"; /* '' */
}

.typcn-equals:before {
  content: "\e06b"; /* '' */
}

.typcn-export-outline:before {
  content: "\e06c"; /* '' */
}

.typcn-export:before {
  content: "\e06d"; /* '' */
}

.typcn-eye-outline:before {
  content: "\e06e"; /* '' */
}

.typcn-eye:before {
  content: "\e06f"; /* '' */
}

.typcn-feather:before {
  content: "\e070"; /* '' */
}

.typcn-film:before {
  content: "\e071"; /* '' */
}

.typcn-filter:before {
  content: "\e072"; /* '' */
}

.typcn-flag-outline:before {
  content: "\e073"; /* '' */
}

.typcn-flag:before {
  content: "\e074"; /* '' */
}

.typcn-flash-outline:before {
  content: "\e075"; /* '' */
}

.typcn-flash:before {
  content: "\e076"; /* '' */
}

.typcn-flow-children:before {
  content: "\e077"; /* '' */
}

.typcn-flow-merge:before {
  content: "\e078"; /* '' */
}

.typcn-flow-parallel:before {
  content: "\e079"; /* '' */
}

.typcn-flow-switch:before {
  content: "\e07a"; /* '' */
}

.typcn-folder-add:before {
  content: "\e07b"; /* '' */
}

.typcn-folder-delete:before {
  content: "\e07c"; /* '' */
}

.typcn-folder-open:before {
  content: "\e07d"; /* '' */
}

.typcn-folder:before {
  content: "\e07e"; /* '' */
}

.typcn-gift:before {
  content: "\e07f"; /* '' */
}

.typcn-globe-outline:before {
  content: "\e080"; /* '' */
}

.typcn-globe:before {
  content: "\e081"; /* '' */
}

.typcn-group-outline:before {
  content: "\e082"; /* '' */
}

.typcn-group:before {
  content: "\e083"; /* '' */
}

.typcn-headphones:before {
  content: "\e084"; /* '' */
}

.typcn-heart-full-outline:before {
  content: "\e085"; /* '' */
}

.typcn-heart-half-outline:before {
  content: "\e086"; /* '' */
}

.typcn-heart-outline:before {
  content: "\e087"; /* '' */
}

.typcn-heart:before {
  content: "\e088"; /* '' */
}

.typcn-home-outline:before {
  content: "\e089"; /* '' */
}

.typcn-home:before {
  content: "\e08a"; /* '' */
}

.typcn-html5:before {
  content: "\e08b"; /* '' */
}

.typcn-image-outline:before {
  content: "\e08c"; /* '' */
}

.typcn-image:before {
  content: "\e08d"; /* '' */
}

.typcn-infinity-outline:before {
  content: "\e08e"; /* '' */
}

.typcn-infinity:before {
  content: "\e08f"; /* '' */
}

.typcn-info-large-outline:before {
  content: "\e090"; /* '' */
}

.typcn-info-large:before {
  content: "\e091"; /* '' */
}

.typcn-info-outline:before {
  content: "\e092"; /* '' */
}

.typcn-info:before {
  content: "\e093"; /* '' */
}

.typcn-input-checked-outline:before {
  content: "\e094"; /* '' */
}

.typcn-input-checked:before {
  content: "\e095"; /* '' */
}

.typcn-key-outline:before {
  content: "\e096"; /* '' */
}

.typcn-key:before {
  content: "\e097"; /* '' */
}

.typcn-keyboard:before {
  content: "\e098"; /* '' */
}

.typcn-leaf:before {
  content: "\e099"; /* '' */
}

.typcn-lightbulb:before {
  content: "\e09a"; /* '' */
}

.typcn-link-outline:before {
  content: "\e09b"; /* '' */
}

.typcn-link:before {
  content: "\e09c"; /* '' */
}

.typcn-location-arrow-outline:before {
  content: "\e09d"; /* '' */
}

.typcn-location-arrow:before {
  content: "\e09e"; /* '' */
}

.typcn-location-outline:before {
  content: "\e09f"; /* '' */
}

.typcn-location:before {
  content: "\e0a0"; /* '' */
}

.typcn-lock-closed-outline:before {
  content: "\e0a1"; /* '' */
}

.typcn-lock-closed:before {
  content: "\e0a2"; /* '' */
}

.typcn-lock-open-outline:before {
  content: "\e0a3"; /* '' */
}

.typcn-lock-open:before {
  content: "\e0a4"; /* '' */
}

.typcn-mail:before {
  content: "\e0a5"; /* '' */
}

.typcn-map:before {
  content: "\e0a6"; /* '' */
}

.typcn-media-eject-outline:before {
  content: "\e0a7"; /* '' */
}

.typcn-media-eject:before {
  content: "\e0a8"; /* '' */
}

.typcn-media-fast-forward-outline:before {
  content: "\e0a9"; /* '' */
}

.typcn-media-fast-forward:before {
  content: "\e0aa"; /* '' */
}

.typcn-media-pause-outline:before {
  content: "\e0ab"; /* '' */
}

.typcn-media-pause:before {
  content: "\e0ac"; /* '' */
}

.typcn-media-play-outline:before {
  content: "\e0ad"; /* '' */
}

.typcn-media-play-reverse-outline:before {
  content: "\e0ae"; /* '' */
}

.typcn-media-play-reverse:before {
  content: "\e0af"; /* '' */
}

.typcn-media-play:before {
  content: "\e0b0"; /* '' */
}

.typcn-media-record-outline:before {
  content: "\e0b1"; /* '' */
}

.typcn-media-record:before {
  content: "\e0b2"; /* '' */
}

.typcn-media-rewind-outline:before {
  content: "\e0b3"; /* '' */
}

.typcn-media-rewind:before {
  content: "\e0b4"; /* '' */
}

.typcn-media-stop-outline:before {
  content: "\e0b5"; /* '' */
}

.typcn-media-stop:before {
  content: "\e0b6"; /* '' */
}

.typcn-message-typing:before {
  content: "\e0b7"; /* '' */
}

.typcn-message:before {
  content: "\e0b8"; /* '' */
}

.typcn-messages:before {
  content: "\e0b9"; /* '' */
}

.typcn-microphone-outline:before {
  content: "\e0ba"; /* '' */
}

.typcn-microphone:before {
  content: "\e0bb"; /* '' */
}

.typcn-minus-outline:before {
  content: "\e0bc"; /* '' */
}

.typcn-minus:before {
  content: "\e0bd"; /* '' */
}

.typcn-mortar-board:before {
  content: "\e0be"; /* '' */
}

.typcn-news:before {
  content: "\e0bf"; /* '' */
}

.typcn-notes-outline:before {
  content: "\e0c0"; /* '' */
}

.typcn-notes:before {
  content: "\e0c1"; /* '' */
}

.typcn-pen:before {
  content: "\e0c2"; /* '' */
}

.typcn-pencil:before {
  content: "\e0c3"; /* '' */
}

.typcn-phone-outline:before {
  content: "\e0c4"; /* '' */
}

.typcn-phone:before {
  content: "\e0c5"; /* '' */
}

.typcn-pi-outline:before {
  content: "\e0c6"; /* '' */
}

.typcn-pi:before {
  content: "\e0c7"; /* '' */
}

.typcn-pin-outline:before {
  content: "\e0c8"; /* '' */
}

.typcn-pin:before {
  content: "\e0c9"; /* '' */
}

.typcn-pipette:before {
  content: "\e0ca"; /* '' */
}

.typcn-plane-outline:before {
  content: "\e0cb"; /* '' */
}

.typcn-plane:before {
  content: "\e0cc"; /* '' */
}

.typcn-plug:before {
  content: "\e0cd"; /* '' */
}

.typcn-plus-outline:before {
  content: "\e0ce"; /* '' */
}

.typcn-plus:before {
  content: "\e0cf"; /* '' */
}

.typcn-point-of-interest-outline:before {
  content: "\e0d0"; /* '' */
}

.typcn-point-of-interest:before {
  content: "\e0d1"; /* '' */
}

.typcn-power-outline:before {
  content: "\e0d2"; /* '' */
}

.typcn-power:before {
  content: "\e0d3"; /* '' */
}

.typcn-printer:before {
  content: "\e0d4"; /* '' */
}

.typcn-puzzle-outline:before {
  content: "\e0d5"; /* '' */
}

.typcn-puzzle:before {
  content: "\e0d6"; /* '' */
}

.typcn-radar-outline:before {
  content: "\e0d7"; /* '' */
}

.typcn-radar:before {
  content: "\e0d8"; /* '' */
}

.typcn-refresh-outline:before {
  content: "\e0d9"; /* '' */
}

.typcn-refresh:before {
  content: "\e0da"; /* '' */
}

.typcn-rss-outline:before {
  content: "\e0db"; /* '' */
}

.typcn-rss:before {
  content: "\e0dc"; /* '' */
}

.typcn-scissors-outline:before {
  content: "\e0dd"; /* '' */
}

.typcn-scissors:before {
  content: "\e0de"; /* '' */
}

.typcn-shopping-bag:before {
  content: "\e0df"; /* '' */
}

.typcn-shopping-cart:before {
  content: "\e0e0"; /* '' */
}

.typcn-social-at-circular:before {
  content: "\e0e1"; /* '' */
}

.typcn-social-dribbble-circular:before {
  content: "\e0e2"; /* '' */
}

.typcn-social-dribbble:before {
  content: "\e0e3"; /* '' */
}

.typcn-social-facebook-circular:before {
  content: "\e0e4"; /* '' */
}

.typcn-social-facebook:before {
  content: "\e0e5"; /* '' */
}

.typcn-social-flickr-circular:before {
  content: "\e0e6"; /* '' */
}

.typcn-social-flickr:before {
  content: "\e0e7"; /* '' */
}

.typcn-social-github-circular:before {
  content: "\e0e8"; /* '' */
}

.typcn-social-github:before {
  content: "\e0e9"; /* '' */
}

.typcn-social-google-plus-circular:before {
  content: "\e0ea"; /* '' */
}

.typcn-social-google-plus:before {
  content: "\e0eb"; /* '' */
}

.typcn-social-instagram-circular:before {
  content: "\e0ec"; /* '' */
}

.typcn-social-instagram:before {
  content: "\e0ed"; /* '' */
}

.typcn-social-last-fm-circular:before {
  content: "\e0ee"; /* '' */
}

.typcn-social-last-fm:before {
  content: "\e0ef"; /* '' */
}

.typcn-social-linkedin-circular:before {
  content: "\e0f0"; /* '' */
}

.typcn-social-linkedin:before {
  content: "\e0f1"; /* '' */
}

.typcn-social-pinterest-circular:before {
  content: "\e0f2"; /* '' */
}

.typcn-social-pinterest:before {
  content: "\e0f3"; /* '' */
}

.typcn-social-skype-outline:before {
  content: "\e0f4"; /* '' */
}

.typcn-social-skype:before {
  content: "\e0f5"; /* '' */
}

.typcn-social-tumbler-circular:before {
  content: "\e0f6"; /* '' */
}

.typcn-social-tumbler:before {
  content: "\e0f7"; /* '' */
}

.typcn-social-twitter-circular:before {
  content: "\e0f8"; /* '' */
}

.typcn-social-twitter:before {
  content: "\e0f9"; /* '' */
}

.typcn-social-vimeo-circular:before {
  content: "\e0fa"; /* '' */
}

.typcn-social-vimeo:before {
  content: "\e0fb"; /* '' */
}

.typcn-social-youtube-circular:before {
  content: "\e0fc"; /* '' */
}

.typcn-social-youtube:before {
  content: "\e0fd"; /* '' */
}

.typcn-sort-alphabetically-outline:before {
  content: "\e0fe"; /* '' */
}

.typcn-sort-alphabetically:before {
  content: "\e0ff"; /* '' */
}

.typcn-sort-numerically-outline:before {
  content: "\e100"; /* '' */
}

.typcn-sort-numerically:before {
  content: "\e101"; /* '' */
}

.typcn-spanner-outline:before {
  content: "\e102"; /* '' */
}

.typcn-spanner:before {
  content: "\e103"; /* '' */
}

.typcn-spiral:before {
  content: "\e104"; /* '' */
}

.typcn-star-full-outline:before {
  content: "\e105"; /* '' */
}

.typcn-star-half-outline:before {
  content: "\e106"; /* '' */
}

.typcn-star-half:before {
  content: "\e107"; /* '' */
}

.typcn-star-outline:before {
  content: "\e108"; /* '' */
}

.typcn-star:before {
  content: "\e109"; /* '' */
}

.typcn-starburst-outline:before {
  content: "\e10a"; /* '' */
}

.typcn-starburst:before {
  content: "\e10b"; /* '' */
}

.typcn-stopwatch:before {
  content: "\e10c"; /* '' */
}

.typcn-support:before {
  content: "\e10d"; /* '' */
}

.typcn-tabs-outline:before {
  content: "\e10e"; /* '' */
}

.typcn-tag:before {
  content: "\e10f"; /* '' */
}

.typcn-tags:before {
  content: "\e110"; /* '' */
}

.typcn-th-large-outline:before {
  content: "\e111"; /* '' */
}

.typcn-th-large:before {
  content: "\e112"; /* '' */
}

.typcn-th-list-outline:before {
  content: "\e113"; /* '' */
}

.typcn-th-list:before {
  content: "\e114"; /* '' */
}

.typcn-th-menu-outline:before {
  content: "\e115"; /* '' */
}

.typcn-th-menu:before {
  content: "\e116"; /* '' */
}

.typcn-th-small-outline:before {
  content: "\e117"; /* '' */
}

.typcn-th-small:before {
  content: "\e118"; /* '' */
}

.typcn-thermometer:before {
  content: "\e119"; /* '' */
}

.typcn-thumbs-down:before {
  content: "\e11a"; /* '' */
}

.typcn-thumbs-ok:before {
  content: "\e11b"; /* '' */
}

.typcn-thumbs-up:before {
  content: "\e11c"; /* '' */
}

.typcn-tick-outline:before {
  content: "\e11d"; /* '' */
}

.typcn-tick:before {
  content: "\e11e"; /* '' */
}

.typcn-ticket:before {
  content: "\e11f"; /* '' */
}

.typcn-time:before {
  content: "\e120"; /* '' */
}

.typcn-times-outline:before {
  content: "\e121"; /* '' */
}

.typcn-times:before {
  content: "\e122"; /* '' */
}

.typcn-trash:before {
  content: "\e123"; /* '' */
}

.typcn-tree:before {
  content: "\e124"; /* '' */
}

.typcn-upload-outline:before {
  content: "\e125"; /* '' */
}

.typcn-upload:before {
  content: "\e126"; /* '' */
}

.typcn-user-add-outline:before {
  content: "\e127"; /* '' */
}

.typcn-user-add:before {
  content: "\e128"; /* '' */
}

.typcn-user-delete-outline:before {
  content: "\e129"; /* '' */
}

.typcn-user-delete:before {
  content: "\e12a"; /* '' */
}

.typcn-user-outline:before {
  content: "\e12b"; /* '' */
}

.typcn-user:before {
  content: "\e12c"; /* '' */
}

.typcn-vendor-android:before {
  content: "\e12d"; /* '' */
}

.typcn-vendor-apple:before {
  content: "\e12e"; /* '' */
}

.typcn-vendor-microsoft:before {
  content: "\e12f"; /* '' */
}

.typcn-video-outline:before {
  content: "\e130"; /* '' */
}

.typcn-video:before {
  content: "\e131"; /* '' */
}

.typcn-volume-down:before {
  content: "\e132"; /* '' */
}

.typcn-volume-mute:before {
  content: "\e133"; /* '' */
}

.typcn-volume-up:before {
  content: "\e134"; /* '' */
}

.typcn-volume:before {
  content: "\e135"; /* '' */
}

.typcn-warning-outline:before {
  content: "\e136"; /* '' */
}

.typcn-warning:before {
  content: "\e137"; /* '' */
}

.typcn-watch:before {
  content: "\e138"; /* '' */
}

.typcn-waves-outline:before {
  content: "\e139"; /* '' */
}

.typcn-waves:before {
  content: "\e13a"; /* '' */
}

.typcn-weather-cloudy:before {
  content: "\e13b"; /* '' */
}

.typcn-weather-downpour:before {
  content: "\e13c"; /* '' */
}

.typcn-weather-night:before {
  content: "\e13d"; /* '' */
}

.typcn-weather-partly-sunny:before {
  content: "\e13e"; /* '' */
}

.typcn-weather-shower:before {
  content: "\e13f"; /* '' */
}

.typcn-weather-snow:before {
  content: "\e140"; /* '' */
}

.typcn-weather-stormy:before {
  content: "\e141"; /* '' */
}

.typcn-weather-sunny:before {
  content: "\e142"; /* '' */
}

.typcn-weather-windy-cloudy:before {
  content: "\e143"; /* '' */
}

.typcn-weather-windy:before {
  content: "\e144"; /* '' */
}

.typcn-wi-fi-outline:before {
  content: "\e145"; /* '' */
}

.typcn-wi-fi:before {
  content: "\e146"; /* '' */
}

.typcn-wine:before {
  content: "\e147"; /* '' */
}

.typcn-world-outline:before {
  content: "\e148"; /* '' */
}

.typcn-world:before {
  content: "\e149"; /* '' */
}

.typcn-zoom-in-outline:before {
  content: "\e14a"; /* '' */
}

.typcn-zoom-in:before {
  content: "\e14b"; /* '' */
}

.typcn-zoom-out-outline:before {
  content: "\e14c"; /* '' */
}

.typcn-zoom-out:before {
  content: "\e14d"; /* '' */
}

.typcn-zoom-outline:before {
  content: "\e14e"; /* '' */
}

.typcn-zoom:before {
  content: "\e14f"; /* '' */
}

/* ==============
  General
===================*/
body {
  background: #f5f5f5;
  margin: 0;
  font-size: 14px;
}

html {
  /* wow fix */
  /* overflow-x: hidden; */
  position: relative;
  min-height: 100%;
  background: #f5f5f5;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
}

h1 {
  line-height: 43px;
}

h2 {
  line-height: 35px;
}

h3 {
  line-height: 30px;
}
h3 small {
  color: #444444;
}

h4 {
  line-height: 22px;
}
h4 small {
  color: #444444;
}

h5 small {
  color: #444444;
}

* {
  outline: none !important;
}

a:hover {
  outline: 0;
  text-decoration: none;
}
a:active {
  outline: 0;
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}

code {
  color: #698998;
}

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

.footer {
  background-color: #f9f9f9;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  bottom: 0;
  color: #0E2F3E;
  text-align: center;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  left: 240px;
}

#wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.page {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.blockquote {
  padding: 10px 20px;
  margin-bottom: 20px;
  border-left: 4px solid #f5f5f5;
}

.blockquote-reverse {
  border-left: 0;
  border-right: 4px solid #f5f5f5;
  text-align: right;
}

/* Social */
.social-links li a {
  -webkit-border-radius: 50%;
  background: #eff3f6;
  border-radius: 50%;
  color: #9f9f9f;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

/* Pallet */
.text-white {
  color: #eff3f6 !important;
}

.text-primary {
  color: #89B041 !important;
}

.text-success {
  color: #89B041 !important;
}

.text-info {
  color: #698998 !important;
}

.text-warning {
  color: #ffbb44 !important;
}

.text-danger {
  color: #661910 !important;
}

.text-purple {
  color: #661910 !important;
}

.text-pink {
  color: #801514 !important;
}

/* ==============
  Loader
===================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: 9999999;
}

#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}

.spinner {
  position: absolute;
  width: 78px;
  height: 78px;
  left: 50%;
  margin-left: -39px;
  margin-top: -39px;
}

.spinner:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  margin-top: -23px;
  left: 50%;
  margin-left: -23px;
  border-width: 2px 1px;
  border-style: solid;
  border-color: #698998 rgba(105, 137, 152, 0.3);
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  animation: spin 3.45s infinite;
  -o-animation: spin 3.45s infinite;
  -ms-animation: spin 3.45s infinite;
  -webkit-animation: spin 3.45s infinite;
  -moz-animation: spin 3.45s infinite;
}

.spinner:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
  background-color: #698998;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -o-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -ms-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -webkit-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -moz-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
@keyframes pulse {
  0% {
    background-color: rgba(105, 137, 152, 0.2);
  }
  13% {
    background-color: rgba(105, 137, 152, 0.2);
  }
  15% {
    background-color: rgba(105, 137, 152, 0.9);
  }
  28% {
    background-color: rgba(105, 137, 152, 0.9);
  }
  30% {
    background-color: rgba(105, 137, 152, 0.2);
  }
  43% {
    background-color: rgba(105, 137, 152, 0.2);
  }
  45% {
    background-color: rgba(105, 137, 152, 0.9);
  }
  70% {
    background-color: rgba(105, 137, 152, 0.9);
  }
  74% {
    background-color: rgba(105, 137, 152, 0.2);
  }
  100% {
    background-color: rgba(105, 137, 152, 0.9);
  }
}
@keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 rgb(255, 255, 255), 0 0 0 1px rgba(105, 137, 152, 0.8);
  }
  40% {
    box-shadow: 0 0 0 1px rgb(255, 255, 255), 0 0 0 2px rgba(105, 137, 152, 0.8);
  }
  80% {
    box-shadow: 0 0 0 3px #ffffff, 0 0 1px 3px rgba(105, 137, 152, 0.8);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ==============
  Bootstrap-custom
===================*/
.breadcrumb {
  background-color: transparent;
  margin-bottom: 15px;
  margin-top: 5px;
}

.dropdown-menu {
  padding: 4px 0;
  font-size: 15px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  border-color: #eff3f6;
}

.dropdown-item.active, .dropdown-item:active {
  color: #0E2F3E;
  text-decoration: none;
  background-color: #eff3f6;
}

.dropdown-item {
  padding: 6px 1.5rem;
}

.dropdown-menu-lg {
  width: 270px;
}

.bg-primary {
  background-color: #89B041 !important;
}

.bg-success {
  background-color: #89B041 !important;
}

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

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

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

.bg-muted {
  background-color: #707070 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

/*
.text-white {
  color: $white !important;
}
*/
.text-danger {
  color: #661910 !important;
}

.text-muted {
  color: #707070 !important;
}

.text-primary {
  color: #89B041 !important;
}

.text-warning {
  color: #ffbb44 !important;
}

.text-success {
  color: #89B041 !important;
}

.text-purple {
  color: #661910 !important;
}

.text-info {
  color: #698998 !important;
}

.text-dark {
  color: #0E2F3E !important;
}

.text-pink {
  color: #801514;
}

.badge:empty {
  padding: 0;
  display: none;
}

.badge-default {
  background-color: #eff3f6;
  color: #0E2F3E;
}

.badge-primary {
  background-color: #89B041;
}

.badge-success {
  background-color: #89B041;
}

.badge-info {
  background-color: #698998;
}

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

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

.badge-dark {
  background-color: #0E2F3E;
}

.badge-pink {
  background-color: #801514;
  color: #ffffff;
}

.badge-purple {
  background-color: #661910;
  color: #ffffff;
}

/* Navs & Tabs */
.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  background-color: #89B041;
}

.nav-pills > .active > a > .badge {
  color: #89B041;
}

/* List Group */
.list-group-item.active {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #444444;
  z-index: 2;
}
.list-group-item.active:hover {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #444444;
  z-index: 2;
}
.list-group-item.active:hover .list-group-item-text {
  color: #89B041;
}
.list-group-item.active:focus {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #444444;
  z-index: 2;
}
.list-group-item.active:focus .list-group-item-text {
  color: #89B041;
}
.list-group-item.active .list-group-item-text {
  color: #89B041;
}

.list-group-item {
  border-radius: 0;
  padding: 12px 20px;
  border: 1px solid fade(#0E2F3E, 6%);
}
.list-group-item:first-child {
  border-radius: 0;
  padding: 12px 20px;
}
.list-group-item:last-child {
  border-radius: 0;
  padding: 12px 20px;
}

.list-group-item-heading {
  font-weight: 300;
}

.list-group-item.active > .badge {
  color: #89B041;
}

.popover-header {
  margin-top: 0;
}

.blockquote {
  font-size: 1.05rem;
}

/* =============
   Alerts
============= */
.alert {
  position: relative;
  border: 0;
}
.alert .alert-link {
  font-weight: 600;
}

.alert-success {
  color: #89B041;
  background-color: #cde0aa;
}
.alert-success .alert-link {
  color: #6c8b33;
}
.alert-success hr {
  border-top-color: #6c8b33;
}

.alert-info {
  color: #698998;
  background-color: #d3dce1;
}
.alert-info .alert-link {
  color: #546e7a;
}
.alert-info hr {
  border-top-color: #546e7a;
}

.alert-warning {
  color: #ffa811;
  background-color: #fff6e7;
}
.alert-warning .alert-link {
  color: #ffa811;
}
.alert-warning hr {
  border-top-color: #ffa811;
}

.alert-danger {
  color: #661910;
  background-color: #df4330;
}
.alert-danger .alert-link {
  color: #3a0e09;
}
.alert-danger hr {
  border-top-color: #3a0e09;
}

/* ==============
  Helper Classes
===================*/
.p-0 {
  padding: 0;
}

.p-t-10 {
  padding-top: 10px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.m-0 {
  margin: 0;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-t-5 {
  margin-top: 5px;
}

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

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

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

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

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

.m-b-5 {
  margin-bottom: 5px;
}

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

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

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.w-xs {
  min-width: 80px;
}

.w-sm {
  min-width: 95px;
}

.w-md {
  min-width: 110px;
}

.w-lg {
  min-width: 140px;
}

.m-h-50 {
  min-height: 50px;
}

.l-h-34 {
  line-height: 34px;
}

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

.font-16 {
  font-size: 16px;
}

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

.font-20 {
  font-size: 20px;
}

.font-32 {
  font-size: 32px;
}

.font-40 {
  font-size: 40px;
}

.no-border {
  border: none;
}

.bx-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.thumb-sm {
  height: 32px;
  width: 32px;
}

.thumb-md {
  height: 48px;
  width: 48px;
}

.thumb-lg {
  height: 88px;
  width: 88px;
}

.grid-structure .grid-container {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  padding: 10px 20px;
}

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

.header-title {
  font-size: 16px;
}

/* ==============
  Waves Effect
===================*/
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.25);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-notransition {
  transition: none;
}

.waves-circle {
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-block {
  display: block;
}

/* ==============
  Print css
===================*/
/* override styles when printing */
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  *,
  ::after,
  ::before,
  .ion-loading-a:before,
  .ion-loading-b:before,
  .ion-loading-c:before,
  .ion-loading-d:before {
    text-shadow: none !important;
    box-shadow: none !important;
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari, Edge */
    color-adjust: exact !important; /*Firefox*/
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a4;
  }
  body {
    min-width: 1140px !important;
  }
  .container {
    min-width: 1140px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
  /* fixes column sizing during print */
  .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 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
}
@media print {
  .logo, .page-title, .breadcrumb, .footer, #topnav, .page-title-box {
    display: none;
    margin: 0;
    padding: 0;
  }
  .left {
    display: none;
  }
  .content, .page-content-wrapper, .wrapper {
    margin-top: 0;
    padding-top: 0;
  }
  .content-page {
    margin-left: 0;
    margin-top: 0;
  }
  .topbar, .footer, .side-menu {
    display: none;
    margin: 0;
    padding: 0;
  }
  .content-page > .content {
    margin: 0;
  }
  #main-nav, .hero-section, #new-footer, .event-detail-ticket-hero {
    display: none;
  }
}
/* ==============
 Demo Only css
===================*/
.button-items {
  margin-bottom: -8px;
}
.button-items .btn {
  margin-bottom: 8px;
  margin-right: 5px;
}

.bs-example-modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

.icon-demo-content {
  text-align: center;
  color: #707070;
}
.icon-demo-content i {
  display: block;
  font-size: 28px;
  margin-bottom: 5px;
}
.icon-demo-content .col-sm-6 {
  margin-bottom: 30px;
}
.icon-demo-content .col-sm-6:hover i {
  color: #89B041;
}

/* ==============
  Buttons
===================*/
.btn {
  border-radius: 3px;
}

.btn-primary, .btn-success, .btn-info, .btn-warning,
.btn-danger, .btn-dark, .btn-pink, .btn-purple, .btn-indigo, .btn-teal,
.btn-lime, .btn-orange, .btn-brown, .btn-blue-grey {
  color: #ffffff;
}

.btn-primary {
  background-color: #89B041;
  border: 1px solid #89B041;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
.open > .dropdown-toggle.btn-primary, .btn-outline-primary.active, .btn-outline-primary:active,
.show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary:hover, .btn-primary.active,
.btn-primary:active, .show > .btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #7b9d3a;
  border: 1px solid #7b9d3a;
}

.btn-primary.focus, .btn-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(137, 176, 65, 0.3);
}

.btn-secondary.focus, .btn-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(14, 47, 62, 0.3);
}

.btn-success {
  background-color: #89B041;
  border: 1px solid #89B041;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover,
.open > .dropdown-toggle.btn-success, .btn-outline-success.active, .btn-outline-success:active,
.show > .btn-outline-success.dropdown-toggle, .btn-outline-success:hover, .btn-success.active,
.btn-success:active, .show > .btn-success.dropdown-toggle,
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  background-color: #7b9d3a;
  border: 1px solid #7b9d3a;
}

.btn-success.focus, .btn-success:focus, .btn-outline-success.focus, .btn-outline-success:focus,
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(137, 176, 65, 0.3);
}

.btn-info {
  background-color: #698998;
  border: 1px solid #698998;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus,
.btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info,
.btn-outline-info.active, .btn-outline-info:active,
.show > .btn-outline-info.dropdown-toggle, .btn-outline-info:hover, .btn-info.active, .btn-info:active,
.show > .btn-info.dropdown-toggle, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  background-color: #5e7c89;
  border: 1px solid #5e7c89;
}

.btn-info.focus, .btn-info:focus, .btn-outline-info.focus, .btn-outline-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(105, 137, 152, 0.3);
}

.btn-warning {
  background-color: #ffbb44;
  border: 1px solid #ffbb44;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
.btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover,
.open > .dropdown-toggle.btn-warning, .btn-outline-warning.active, .btn-outline-warning:active,
.show > .btn-outline-warning.dropdown-toggle, .btn-outline-warning:hover, .btn-warning.active,
.btn-warning:active, .show > .btn-warning.dropdown-toggle,
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  background-color: #ffb22b;
  border: 1px solid #ffb22b;
  color: #ffffff;
}

.btn-warning.focus, .btn-warning:focus, .btn-outline-warning.focus, .btn-outline-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(255, 187, 68, 0.3);
}

.btn-danger {
  background-color: #661910;
  border: 1px solid #661910;
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active,
.btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover,
.open > .dropdown-toggle.btn-danger, .btn-outline-danger.active, .btn-outline-danger:active,
.show > .btn-outline-danger.dropdown-toggle, .btn-outline-danger:hover, .btn-danger.active,
.btn-danger:active, .show > .btn-danger.dropdown-toggle,
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  background-color: #50140d;
  border: 1px solid #50140d;
}

.btn-danger.focus, .btn-danger:focus, .btn-outline-danger.focus, .btn-outline-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(102, 25, 16, 0.3);
}

.btn-dark {
  background-color: #0E2F3E;
  border: 1px solid #0E2F3E;
  color: #ffffff;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus,
.btn-dark:active, .btn-dark:focus, .btn-dark:hover, .open > .dropdown-toggle.btn-dark,
.btn-outline-dark.active, .btn-outline-dark:active,
.show > .btn-outline-dark.dropdown-toggle, .btn-outline-dark:hover {
  background-color: #091f29;
  border: 1px solid #091f29;
  color: #ffffff;
}

.btn-dark.focus, .btn-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 2px rgba(14, 47, 62, 0.3);
}

.btn-link {
  color: #0E2F3E;
}
.btn-link:hover {
  color: #89B041;
}

.btn-pink {
  background-color: #801514;
  border: 1px solid #801514;
  color: #ffffff;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .btn-pink.focus,
.btn-pink:active, .btn-pink:focus, .btn-pink:hover, .open > .dropdown-toggle.btn-pink,
.btn-outline-pink.active, .btn-outline-pink:active,
.show > .btn-outline-pink.dropdown-toggle, .btn-outline-pink:hover {
  background-color: #6a1111;
  border: 1px solid #6a1111;
  color: #ffffff;
}

.btn-pink.focus, .btn-pink:focus, .btn-outline-pink.focus, .btn-outline-pink:focus {
  box-shadow: 0 0 0 2px rgba(128, 21, 20, 0.3);
}

.btn-purple {
  background-color: #661910;
  border: 1px solid #661910;
  color: #ffffff;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .btn-purple.focus,
.btn-purple:active, .btn-purple:focus, .btn-purple:hover, .open > .dropdown-toggle.btn-purple,
.btn-outline-purple.active, .btn-outline-purple:active,
.show > .btn-outline-purple.dropdown-toggle, .btn-outline-purple:hover {
  background-color: #50140d;
  border: 1px solid #50140d;
  color: #ffffff;
}

.btn-purple.focus, .btn-purple:focus, .btn-outline-purple.focus, .btn-outline-purple:focus {
  box-shadow: 0 0 0 2px rgba(102, 25, 16, 0.3);
}

/* button Outline */
.btn-outline-primary {
  color: #89B041;
  border-color: #89B041;
}

.btn-outline-success {
  color: #89B041;
  border-color: #89B041;
}

.btn-outline-info {
  color: #698998;
  border-color: #698998;
}

.btn-outline-warning {
  color: #ffbb44;
  border-color: #ffbb44;
}

.btn-outline-danger {
  color: #661910;
  border-color: #661910;
}

.btn-outline-dark {
  color: #0E2F3E;
  background-image: none;
  background-color: transparent;
  border-color: #0E2F3E;
}

.btn-outline-pink {
  color: #801514;
  background-image: none;
  background-color: transparent;
  border-color: #801514;
}

.btn-outline-purple {
  color: #661910;
  background-image: none;
  background-color: transparent;
  border-color: #661910;
}

/* ==============
  Card
===================*/
.card {
  border: none;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.card-primary {
  background-color: #89B041;
  border-color: #89B041;
}

.card-success {
  background-color: #89B041;
  border-color: #89B041;
}

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

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

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

.card-header {
  border-bottom: 1px solid rgba(14, 47, 62, 0.05);
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.card-columns .card {
  margin-bottom: 30px;
}

/* =============
   Tabs & Accordions
============= */
.nav-tabs .nav-link, .nav-pills .nav-link {
  color: #0E2F3E;
  font-weight: 500;
}

.nav-tabs-custom {
  border-bottom: 2px solid #dddddd;
}
.nav-tabs-custom .nav-item {
  position: relative;
}
.nav-tabs-custom .nav-item .nav-link {
  border: none !important;
  font-weight: 500;
}

.nav-tabs-custom > li > a {
  color: #0E2F3E;
}

.nav-tabs-custom > li > a::after {
  content: "";
  background: #89B041;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

.nav-tabs-custom > li > a.active::after, .nav-tabs-custom > li:hover > a::after {
  transform: scale(1);
}

.nav-tabs-custom > li > a.active {
  color: #89B041 !important;
}

/* ==============
  Pagination
===================*/
.page-link {
  color: #89B041;
}

.page-item.active .page-link {
  background-color: #89B041;
  border-color: #89B041;
}

.page-link:focus, .page-link:hover {
  color: #0E2F3E;
  background-color: #eff3f6;
}

/* ==============
  Progressbar
===================*/
.progress-bar {
  background-color: #89B041;
}

/* ==============
  Popover & Tooltips
===================*/
.popover-title {
  margin-top: 0;
}

.tooltip .tooltip-inner {
  padding: 4px 10px;
}

/* =========== */
/* Sweet Alert */
/* =========== */
.swal2-modal {
  font-family: inherit;
}
.swal2-modal .swal2-title {
  font-size: 28px;
}
.swal2-modal .swal2-content {
  font-size: 16px;
}
.swal2-modal .swal2-spacer {
  margin: 10px 0;
}
.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  border: 2px solid #707070;
  font-size: 16px;
  box-shadow: none !important;
}
.swal2-modal .swal2-styled {
  border: inherit;
}

.swal2-icon.swal2-question {
  color: #89B041;
  border-color: #89B041;
}

.swal2-icon.swal2-success {
  border-color: #89B041;
}
.swal2-icon.swal2-success .line {
  background-color: #89B041;
}
.swal2-icon.swal2-success .placeholder {
  border-color: #89B041;
}

.swal2-icon.swal2-warning {
  color: #ffbb44;
  border-color: #ffbb44;
}

.swal2-icon.swal2-error {
  border-color: #661910;
}
.swal2-icon.swal2-error .line {
  background-color: #661910;
}

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 2px solid #89B041;
}

/* ==============
  Email
===================*/
.email-leftbar {
  width: 200px;
  float: left;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
}

.email-rightbar {
  margin-left: 230px;
}

.chat-user-box p.user-title {
  font-size: 14px;
  color: #0E2F3E;
  font-weight: 600;
}
.chat-user-box p {
  font-size: 12px;
}

@media (max-width: 767px) {
  .email-leftbar {
    float: none;
    width: 100%;
  }
  .email-rightbar {
    margin: 0;
  }
}
.mail-list a {
  display: block;
  color: #133f53;
  font-size: 14px;
  line-height: 24px;
  padding: 5px;
}
.mail-list a.active {
  color: #661910;
  font-weight: 500;
}

.message-list {
  display: block;
  padding-left: 0;
}
.message-list li {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  cursor: default;
  transition-duration: 0.3s;
}
.message-list li a {
  color: #707070;
}
.message-list li:hover {
  background: rgba(112, 112, 112, 0.08);
  transition-duration: 0.05s;
}
.message-list li .col-mail {
  float: left;
  position: relative;
}
.message-list li .col-mail-1 {
  width: 320px;
}
.message-list li .col-mail-1 .star-toggle,
.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot {
  display: block;
  float: left;
}
.message-list li .col-mail-1 .dot {
  border: 4px solid transparent;
  border-radius: 100px;
  margin: 22px 26px 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}
.message-list li .col-mail-1 .checkbox-wrapper-mail {
  margin: 15px 10px 0 20px;
}
.message-list li .col-mail-1 .star-toggle {
  margin-top: 18px;
  font-size: 16px;
  margin-left: 5px;
}
.message-list li .col-mail-1 .title {
  position: absolute;
  top: 0;
  left: 110px;
  right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
}
.message-list li .col-mail-2 {
  position: absolute;
  top: 0;
  left: 320px;
  right: 0;
  bottom: 0;
}
.message-list li .col-mail-2 .subject,
.message-list li .col-mail-2 .date {
  position: absolute;
  top: 0;
}
.message-list li .col-mail-2 .subject {
  left: 0;
  right: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.message-list li .col-mail-2 .date {
  right: 0;
  width: 170px;
  padding-left: 80px;
}
.message-list li.active,
.message-list li.active:hover {
  box-shadow: inset 3px 0 0 #89B041;
}
.message-list li.unread {
  background-color: #f7f7f7;
}
.message-list li.unread a {
  color: #091f29;
  font-weight: 500;
}
.message-list .checkbox-wrapper-mail {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: relative;
  display: inline-block;
  box-shadow: inset 0 0 0 1px #dddddd;
  border-radius: 1px;
}
.message-list .checkbox-wrapper-mail input {
  opacity: 0;
  cursor: pointer;
}
.message-list .checkbox-wrapper-mail input:checked ~ label {
  opacity: 1;
}
.message-list .checkbox-wrapper-mail label {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  cursor: pointer;
  opacity: 0;
  margin-bottom: 0;
  transition-duration: 0.05s;
  top: 0;
}
.message-list .checkbox-wrapper-mail label:before {
  content: "\f12c";
  font-family: "Material Design Icons";
  top: 0;
  height: 20px;
  color: #091f29;
  width: 20px;
  position: absolute;
  margin-top: -16px;
  left: 4px;
  font-size: 13px;
}

/* =============
   Nestable
============= */
.custom-dd .dd-list .dd-item .dd-handle {
  background: #eff3f6;
  border: 1px solid #eff3f6;
  padding: 10px 16px;
  height: auto;
  font-size: 15px;
  font-weight: normal;
  border-radius: 3px;
}
.custom-dd .dd-list .dd-item .dd-handle:hover {
  color: #89B041;
}
.custom-dd .dd-list .dd-item button {
  height: auto;
  font-size: 25px;
  margin: 8px auto;
  color: #707070;
  width: 35px;
}

.custom-dd-empty .dd-list .dd3-handle {
  border: none;
  background: #f3f3f3;
  height: 36px !important;
  width: 36px !important;
}
.custom-dd-empty .dd-list .dd3-handle:before {
  color: inherit;
  top: 7px;
}
.custom-dd-empty .dd-list .dd3-handle:hover {
  color: #89B041;
}
.custom-dd-empty .dd-list .dd3-content {
  height: auto;
  border: none;
  padding: 8px 16px 8px 46px;
  background: #f3f3f3;
}
.custom-dd-empty .dd-list .dd3-content:hover {
  color: #89B041;
}
.custom-dd-empty .dd-list button {
  width: 26px;
  height: 26px;
  font-size: 16px;
  font-weight: 600;
}

.dd-dragel > .dd-item .dd-handle {
  padding: 8px 16px !important;
  background: #f3f3f3;
  height: auto;
}

.dd-placeholder, .dd-empty {
  background: #f3f3f3;
  border: 1px dashed #707070;
}

.dd-dragel > .dd3-item > .dd3-handle {
  border: none;
  background: #f3f3f3;
  height: 36px !important;
  width: 36px !important;
}
.dd-dragel > .dd3-item > .dd3-handle:before {
  color: inherit;
  top: 7px;
}

.dd-dragel > .dd3-item > .dd3-content {
  padding: 8px 16px 8px 46px;
  background: #f3f3f3;
  height: auto;
}

/* ==============
  Alertify
===================*/
.alertify, .alertify-logs {
  z-index: 99;
}

.alertify input {
  border: 2px solid #707070;
}

.alertify-logs > .success {
  background-color: #89B041;
  color: #ffffff;
}

.alertify-logs > .error {
  background-color: #661910;
  color: #ffffff;
}

.alertify-logs > *, .alertify-logs > .default {
  background-color: #0E2F3E;
}

/* ==============
  Charts
===================*/
.jqstooltip {
  box-sizing: content-box;
}

.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 0.8em;
}

/* Morris chart */
.morris-chart-height {
  height: 300px;
}

.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 10px 12px;
  background: #ffffff;
  border: none;
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.14);
}
.morris-hover.morris-default-style .morris-hover-point {
  font-weight: 500;
  font-size: 14px;
  color: #0E2F3E !important;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  background-color: #0E2F3E;
  color: #ffffff;
  padding: 4px;
  border-radius: 5px 5px 0 0;
  margin: -10px -12px 10px;
}

/* Flot chart */
.flot-chart-height {
  height: 320px;
}

#flotTip {
  padding: 8px 12px;
  background-color: #ffffff;
  z-index: 100;
  color: #0E2F3E;
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.14);
  border-radius: 1px;
}

/* Chartist chart */
.ct-golden-section:before {
  float: none;
}

.ct-chart {
  height: 300px;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.09);
  stroke-width: 2px;
  stroke-dasharray: 3px;
}

.ct-chart .ct-label {
  fill: #707070;
  color: #707070;
  font-size: 14px;
  line-height: 1;
}

.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #89B041;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #698998;
}

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #ffbb44;
}

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #0E2F3E;
}

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #89B041;
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #661910;
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: #eff3f6;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
  fill: #89B041;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
  fill: #ffbb44;
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
  fill: #0E2F3E;
}

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  background: #0E2F3E;
  color: #ffffff;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.2s linear;
}

.chartist-tooltip.tooltip-show {
  opacity: 1;
}

/* C3 chart */
.c3 svg {
  max-width: 100%;
}

.c3-tooltip td > span {
  background: #0E2F3E;
}

.c3-tooltip td {
  border-left: none;
}

.c3-tooltip {
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.12);
  opacity: 1;
}

.c3-chart-arcs-title {
  font-size: 18px;
  font-weight: 600;
}

.c3-tooltip tr {
  border: none !important;
}

.c3-tooltip th {
  background-color: #0E2F3E;
}

.c3-tooltip .value {
  font-weight: 600;
}

.c3-line {
  stroke-width: 2px;
}

.c3-legend-item {
  font-size: 13px;
}

/* ==============
  Tables
===================*/
.table {
  margin-bottom: 10px;
}

th {
  font-weight: 500;
}

.table > tbody > tr > td, .table > tfoot > tr > td, .table > thead > tr > td {
  padding: 15px 12px;
}

.table-hover tbody tr:hover, .table-striped tbody tr:nth-of-type(odd),
.thead-default th {
  background-color: #eff3f6;
}

.table-vertical td {
  vertical-align: middle;
}

/* == Responsive Table ==*/
table.focus-on tbody tr.focused th {
  background-color: #89B041;
  color: #ffffff;
}
table.focus-on tbody tr.focused td {
  background-color: #89B041;
  color: #ffffff;
}

.table-rep-plugin .btn-toolbar {
  display: block;
}
.table-rep-plugin .btn-default {
  background-color: white;
  border-color: #dddddd;
  margin-right: 5px;
}
.table-rep-plugin .btn-default.btn-primary {
  background-color: #89B041;
  border-color: #89B041;
}
.table-rep-plugin .table-responsive {
  border: none !important;
}
.table-rep-plugin .btn-group.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}
.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}
.table-rep-plugin .checkbox-row {
  padding-left: 40px;
}
.table-rep-plugin .checkbox-row label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.table-rep-plugin .checkbox-row label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #cccccc;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}
.table-rep-plugin .checkbox-row label::after {
  color: #5E5E5E;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: -1px;
  width: 16px;
}
.table-rep-plugin .checkbox-row input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.table-rep-plugin .checkbox-row input[type=checkbox]:disabled + label {
  opacity: 0.65;
}
.table-rep-plugin .checkbox-row input[type=checkbox]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}
.table-rep-plugin .checkbox-row input[type=checkbox]:checked + label::after {
  content: "\f00c";
  font-family: "FontAwesome";
}
.table-rep-plugin .checkbox-row input[type=checkbox]:disabled + label::before {
  background-color: #eff3f6;
  cursor: not-allowed;
}
.table-rep-plugin .checkbox-row input[type=checkbox]:checked + label::before {
  background-color: #89B041;
  border-color: #89B041;
}
.table-rep-plugin .checkbox-row input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

/* ==============
  Range slider
===================*/
.irs-from, .irs-to, .irs-single {
  background: #89B041;
}

.irs-from:after, .irs-to:after, .irs-single:after {
  border-top-color: #89B041;
}

/* ==============
  Session Timeout
===================*/
#session-timeout-dialog .modal-title {
  margin-top: 0;
}
#session-timeout-dialog .close {
  display: none;
}
#session-timeout-dialog .countdown-holder {
  color: #661910;
  font-weight: 700;
}

/* ==============
  Form-elements
===================*/
label {
  font-weight: 500;
}

.form-control {
  font-size: 15px;
}
.form-control:focus {
  border-color: #89B041;
  box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #89B041;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #89B041;
}

.has-success .form-control {
  border-color: #89B041;
  box-shadow: none;
}

.has-warning .form-control {
  border-color: #ffbb44;
  box-shadow: none;
}

.has-error .form-control {
  border-color: #661910;
  box-shadow: none;
}

.input-group-addon {
  border-radius: 2px;
  border: 1px solid #eff3f6;
}

/* ==============
  Form-Validation
===================*/
.error {
  color: #ff0000;
}

.parsley-error {
  border-color: #661910;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

.parsley-errors-list.filled {
  display: block;
}

.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #661910;
  margin-top: 5px;
}

/* ==============
  Form-Upload
===================*/
/* Dropzone */
.dropzone {
  min-height: 230px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  background: white;
  border-radius: 6px;
}
.dropzone .dz-message {
  font-size: 30px;
}

/* ==============
  Form-Advanced
===================*/
/* Datepicker */
.datepicker {
  border: 1px solid #dddddd;
  padding: 8px;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover, .datepicker table tr td.today, .datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover, .datepicker table tr td.selected,
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background-color: #89B041 !important;
  background-image: none;
  box-shadow: none;
  color: #ffffff;
}

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

/* Bootstrap-touchSpin */
.bootstrap-touchspin .input-group-btn-vertical .btn {
  padding: 9px 12px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  top: 4px;
  left: 8px;
}

/* Color Picker */
.colorpicker-visible {
  visibility: visible;
  opacity: 1;
  display: block;
  margin-top: 0;
}

.datepicker-dropdown.dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

.colorpicker-selectors i {
  margin-top: 5px;
  margin-left: 5px;
}

.colorpicker-2x .colorpicker-saturation {
  width: 200px;
  height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
  width: 30px;
  height: 200px;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
  height: 30px;
}

/* Select 2 */
.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  border: 1px solid #E3E3E3;
  height: 38px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 12px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
  width: 34px;
  right: 3px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 6px 6px 6px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #89B041;
}

.select2-results__option {
  padding: 6px 12px;
}

.select2-dropdown {
  border: 1px solid #e3e3e3;
  padding-top: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.select2-search input {
  border: 1px solid #e3e3e3;
}

.select2-container .select2-selection--multiple {
  min-height: 38px;
  border: 1px solid #e3e3e3;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 2px 10px;
}
.select2-container .select2-selection--multiple .select2-search__field {
  margin-top: 7px;
  border: 0;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  padding: 0 7px;
}

/* CSS Switch */
input[switch] {
  display: none;
}

input[switch] + label {
  font-size: 1em;
  line-height: 1;
  width: 56px;
  height: 24px;
  background-color: #dddddd;
  background-image: none;
  border-radius: 2rem;
  padding: 0.16667rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  font-weight: 500;
  transition: all 0.1s ease-in-out;
}

input[switch] + label:before {
  color: #0E2F3E;
  content: attr(data-off-label);
  display: block;
  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  position: absolute;
  right: 1px;
  margin: 3px;
  top: 0;
  text-align: center;
  min-width: 1.66667rem;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}

input[switch] + label:after {
  content: "";
  position: absolute;
  left: 3px;
  background-color: #f5f5f5;
  box-shadow: none;
  border-radius: 2rem;
  height: 20px;
  width: 20px;
  top: 2px;
  transition: all 0.1s ease-in-out;
}

input[switch]:checked + label {
  background-color: #89B041;
}

input[switch]:checked + label:before {
  color: #ffffff;
  content: attr(data-on-label);
  right: auto;
  left: 3px;
}

input[switch]:checked + label:after {
  left: 33px;
  background-color: #f5f5f5;
}

input[switch=bool] + label {
  background-color: #661910;
}

input[switch=bool] + label:before, input[switch=bool]:checked + label:before,
input[switch=default]:checked + label:before {
  color: #ffffff;
}

input[switch=bool]:checked + label {
  background-color: #89B041;
}

input[switch=default]:checked + label {
  background-color: #a2a2a2;
}

input[switch=primary]:checked + label {
  background-color: #89B041;
}

input[switch=success]:checked + label {
  background-color: #89B041;
}

input[switch=info]:checked + label {
  background-color: #698998;
}

input[switch=warning]:checked + label {
  background-color: #ffbb44;
}

input[switch=danger]:checked + label {
  background-color: #661910;
}

input[switch=dark]:checked + label {
  background-color: #0E2F3E;
}

input[switch=pink]:checked + label {
  background-color: #801514;
}

input[switch=purple]:checked + label {
  background-color: #661910;
}

/* Bootstrap filestyle */
.icon-span-filestyle {
  padding-right: 5px;
}

.bootstrap-filestyle label {
  margin-bottom: 0;
}

.group-span-filestyle .badge {
  background-color: #0E2F3E;
}

/* Bootstrap Touchspin */
.bootstrap-touchspin .input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #0E2F3E;
  text-align: center;
  background-color: #eff3f6;
  border: 1px solid rgba(14, 47, 62, 0.15);
}
.bootstrap-touchspin .input-group-btn:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.bootstrap-touchspin .input-group .form-control:not(:first-child), .bootstrap-touchspin .input-group-addon:not(:first-child), .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .dropdown-toggle, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-touchspin .input-group .form-control:not(:last-child), .bootstrap-touchspin .input-group-addon:not(:last-child), .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn-group > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Prism editor */
:not(pre) > code[class*=language-], pre[class*=language-] {
  background: #eff3f6;
}

/* ==============
  Form Editor
===================*/
.mce-panel {
  border-color: #dfe7ed !important;
  background-color: #eff3f6 !important;
}

.mce-menu-item:hover, .mce-menu-item.mce-selected, .mce-menu-item:focus {
  background-color: #89B041 !important;
}

.mce-menu {
  background-color: #ffffff !important;
}

/* ==============
  Summernote
===================*/
.note-btn-group .dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.note-btn-group .dropdown-menu > li > a:hover {
  background-color: #f6f8fa;
}

.note-image-popover, .note-air-popover, .note-link-popover {
  display: none;
}
.note-image-popover .dropdown-toggle::after, .note-air-popover .dropdown-toggle::after, .note-link-popover .dropdown-toggle::after {
  margin-left: 0;
}

.note-icon-caret {
  display: none;
}

.note-editor {
  position: relative;
}
.note-editor .btn-default {
  background-color: transparent;
  border-color: transparent;
}
.note-editor .btn-group-sm > .btn, .note-editor .btn-sm {
  padding: 8px 12px;
}
.note-editor .note-toolbar {
  background-color: #f3f3f3;
  border-bottom: 1px solid #eff3f6;
  margin: 0;
}
.note-editor .note-statusbar {
  background-color: #ffffff;
}
.note-editor .note-statusbar .note-resizebar {
  border-top: none;
  height: 15px;
  padding-top: 3px;
}

.note-editor.note-frame {
  border: 1px solid #eff3f6;
}

.note-popover .popover .popover-content {
  padding: 5px 0 10px 5px;
}
.note-popover .btn-default {
  background-color: transparent;
  border-color: transparent;
}
.note-popover .btn-group-sm > .btn, .note-popover .btn-sm {
  padding: 8px 12px;
}

.note-toolbar {
  padding: 5px 0 10px 5px;
}

/* ==============
  Calendar
===================*/
.calendar {
  float: left;
  margin-bottom: 0;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin-bottom: 5px;
}
.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-day {
  background: #ffffff;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active,
.fc-toolbar button:focus, .fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc-widget-header {
  border: 1px solid #d5d5d5;
  background-color: #eff3f6;
}

.fc-widget-content {
  border: 1px solid #d5d5d5;
}

.fc th.fc-widget-header {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  font-weight: 700;
  text-transform: uppercase;
}

.fc-button {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  color: #555555;
  text-transform: capitalize;
}

.fc-text-arrow {
  font-family: arial;
  font-size: 16px;
}

.fc-state-hover {
  background: #f5f5f5;
}

.fc-state-highlight {
  background: #f0f0f0;
}

.fc-cell-overlay {
  background: #f0f0f0;
}

.fc-unthemed .fc-today {
  background: #ffffff;
}

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 0;
  padding: 5px 5px;
  text-align: center;
  background-color: #89B041;
  color: #ffffff !important;
}

.external-event {
  color: #ffffff;
  cursor: move;
  margin: 10px 0;
  padding: 6px 10px;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}
.fc-basic-view td.fc-day-number {
  padding-right: 5px;
}

/* ==============
  Widgets
===================*/
.widget-chart li {
  width: 31.5%;
  display: inline-block;
  padding: 0;
}
.widget-chart li i {
  font-size: 22px;
}

.mini-stat {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.mini-stat-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  border-radius: 100%;
  float: left;
  margin-right: 10px;
}

.mini-stat-info {
  font-size: 14px;
  padding-top: 2px;
}

.mini-stat-info span {
  display: block;
  font-size: 24px;
}

.dash-chart {
  height: 300px;
}

/* ==============
  Timeline
===================*/
/* Activity */
.activity-feed {
  padding: 15px 15px 0 15px;
  list-style: none;
}
.activity-feed .feed-item {
  position: relative;
  padding-bottom: 20px;
  padding-left: 30px;
  border-left: 2px solid #e4e8eb;
}
.activity-feed .feed-item:last-child {
  border-color: transparent;
}
.activity-feed .feed-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -6px;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #89B041;
}
.activity-feed .feed-item .date {
  display: block;
  position: relative;
  top: -5px;
  color: #8c96a3;
  text-transform: uppercase;
  font-size: 13px;
}
.activity-feed .feed-item .activity-text {
  position: relative;
  top: -3px;
}

/* Timeline */
.cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.cd-container::after {
  content: "";
  display: table;
  clear: both;
}

#cd-timeline {
  margin-bottom: 2em;
  margin-top: 2em;
  padding: 2em 0;
  position: relative;
}
#cd-timeline::before {
  border-left: 3px solid #eff3f6;
  content: "";
  height: 100%;
  left: 18px;
  position: absolute;
  top: 0;
  width: 3px;
}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-bottom: 3em;
    margin-top: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  margin: 2em 0;
  position: relative;
}
.cd-timeline-block:after {
  clear: both;
  content: "";
  display: table;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 20px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  color: #ffffff;
  background-color: #89B041;
  border: 5px solid #ffffff;
}
.cd-timeline-img i {
  margin-left: 1px;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 40px;
    height: 40px;
    line-height: 30px;
    left: 50%;
    margin-left: -20px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 0.6s;
  }
}
.cd-timeline-content {
  border-radius: 5px;
  border: 1px solid #eff3f6;
  margin-left: 60px;
  padding: 1em;
  position: relative;
}
.cd-timeline-content:after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-content h2 {
  margin-top: 0;
}
.cd-timeline-content .cd-read-more {
  background: #89B041;
  border-radius: 0.25em;
  color: white;
  display: inline-block;
  float: right;
  font-size: 14px;
  padding: 0.8em 1em;
}
.cd-timeline-content .cd-date {
  display: inline-block;
  font-size: 14px;
}
.cd-timeline-content h3 {
  font-size: 18px;
  margin: 0 0 15px 0;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}

.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 12px solid transparent;
  border-right: 12px solid #fafafa;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #eff3f6;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 20px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #eff3f6;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    animation: cd-bounce-2-inverse 0.6s;
  }
}
/* ==== =====
Invoice
============= */
.table > thead > tr > .no-line {
  border-bottom: none;
}

.table > tbody > tr > .no-line {
  border-top: none;
}

.table > tbody > tr > .thick-line {
  border-top: 2px solid #eff3f6;
}

/* ==============
  Maps
===================*/
.gmaps, .gmaps-panaroma {
  height: 300px;
  background: #eff3f6;
  border-radius: 3px;
}

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #89B041;
  border-radius: 4px;
  padding: 10px 20px;
}

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #89B041;
}

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #89B041;
}

.vector-map-height {
  height: 400px;
}

/* ==============
  Account Pages
===================*/
.accountbg {
  background: url("../images/tic-tac-toe.png");
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.wrapper-page {
  margin: 5.5% auto;
  max-width: 460px;
  position: relative;
}
.wrapper-page .logo-admin {
  font-size: 28px;
  line-height: 70px;
}
.wrapper-page .card {
  box-shadow: 1px 4px 45px 0 rgba(0, 0, 0, 0.1);
}

.user-thumb {
  position: relative;
  z-index: 999;
}
.user-thumb img {
  height: 88px;
  margin: 0 auto;
  width: 88px;
}

.ex-page-content h1 {
  font-size: 98px;
  font-weight: 700;
  line-height: 150px;
  text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}

/* ==============
  Menu
===================*/
body {
  padding-bottom: 65px;
}

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

.page-title-box {
  padding: 22px 0;
  color: #ffffff;
}
.page-title-box .page-title {
  font-size: 28px;
}
.page-title-box .page-title i {
  vertical-align: middle;
  margin-right: 10px;
}
.page-title-box .breadcrumb .breadcrumb-item a {
  color: #707070;
}

.container-fluid {
  max-width: 1300px;
}

.header-bg {
  background: radial-gradient(at 50% -20%, #5e782c, #0E2F3E) fixed;
  padding-bottom: 60px;
  box-shadow: 1px 0 14px 0 rgba(0, 0, 0, 0.5);
}

#topnav {
  background-color: transparent;
  border: 0;
  transition: all 0.5s ease;
  min-height: 62px;
}
#topnav .dropdown.show .nav-link {
  background-color: rgba(255, 255, 255, 0.2);
}
#topnav .language-switch a img {
  float: right;
  margin-top: 5px;
}
#topnav .topbar-main .logo {
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 60px;
  text-transform: uppercase;
  float: left;
}
#topnav .topbar-main .logo-small {
  display: none;
}
#topnav .topbar-main .badge-topbar {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 99;
}
#topnav .topbar-main .nav > li > a {
  height: 36px;
  width: 36px;
  padding: 0;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin: 12px 8px;
  color: rgba(14, 47, 62, 0.7);
}
#topnav .topbar-main .nav > li > a:focus, #topnav .topbar-main .nav > li > a:hover {
  background-color: rgba(14, 47, 62, 0.1);
  color: #0E2F3E;
}
#topnav .topbar-main .navbar-nav > .open > a {
  background-color: rgba(14, 47, 62, 0.1) !important;
}
#topnav .topbar-main .profile img {
  height: 34px;
  width: 34px;
  display: block;
}
#topnav .topbar-main .navbar-nav {
  margin: 0;
}
#topnav .navbar-custom {
  background-color: rgba(14, 47, 62, 0.15);
}
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#topnav .navbar-toggle:hover {
  background-color: transparent;
}
#topnav .navbar-toggle:hover span {
  background-color: #ffffff;
}
#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 0 10px 0 0;
  padding-top: 13px;
  height: 23px;
  transition: all 0.5s ease;
}
#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-bottom: 5px;
  transition: transform 0.5s ease;
}
#topnav .navbar-toggle.open span {
  position: absolute;
}
#topnav .navbar-toggle.open span:first-child {
  top: 18px;
  transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 18px;
  transform: rotate(-45deg);
}
#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topnav .navigation-menu > li {
  display: inline-block;
  position: relative;
}
#topnav .navigation-menu > li > a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  transition: all 0.5s ease;
  line-height: 18px;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:focus, #topnav .navigation-menu > li > a:active {
  color: #ffffff;
}
#topnav .navigation-menu > li > a i {
  font-size: 14px;
  margin-right: 8px;
  text-align: center;
  transition: all 0.5s ease;
}
#topnav .navigation-menu > li > a i.mdi-drop {
  display: none;
  margin-right: 0;
}
#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:focus {
  background-color: transparent;
}

/* Search */
.app-search {
  position: relative;
  padding-top: 5px;
}
.app-search button {
  position: absolute;
  top: 5px;
  left: 160px;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border: none;
}
.app-search button:hover {
  color: #ffffff;
}
.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid transparent;
  font-size: 13px;
  height: 36px;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-radius: 3px;
  width: 200px;
}
.app-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.app-search input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.app-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.app-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* Notification */
.notification-list {
  margin: 0 !important;
}
.notification-list .noti-title {
  border-radius: 0.25rem 0.25rem 0 0;
  margin: -4px 0px 0px 0px;
  width: auto;
  padding: 12px 20px;
}
.notification-list .noti-title h5 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.notification-list .noti-title .label {
  float: right;
}
.notification-list .noti-icon {
  font-size: 22px;
  vertical-align: middle;
  color: #ffffff;
}
.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 3px;
}
.notification-list .notify-item {
  padding: 10px 20px;
}
.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #ffffff;
}
.notification-list .notify-item .notify-icon img {
  margin-top: 4px;
}
.notification-list .notify-item .notify-details {
  margin-bottom: 0;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notification-list .notify-item .notify-details b {
  font-weight: 500;
}
.notification-list .notify-item .notify-details small {
  display: block;
  white-space: normal;
}
.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}
.notification-list .notify-all {
  border-radius: 0 0 0.25rem 0.25rem;
  margin: 0 0 -5px 0;
  background-color: #eff3f6;
}
.notification-list .profile-dropdown .notify-item {
  padding: 4px 20px;
}
.notification-list .nav-link {
  padding: 0 12px;
  line-height: 70px;
}

.profile-dropdown {
  width: 170px;
}
.profile-dropdown i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.nav-user img {
  height: 36px;
  width: 36px;
}

.arrow-none:after {
  border: none;
  margin: 0;
  display: none;
}

/*
  Responsive Menu
*/
@media (min-width: 992px) {
  #topnav .navigation-menu > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #topnav .navigation-menu > li > a i.mdi-drop {
    display: inline-block;
  }
  #topnav .navigation-menu > li:first-of-type > a {
    padding-left: 0;
  }
  #topnav .has-submenu.active a {
    color: #ffffff;
  }
  #topnav .has-submenu.active .submenu li.active > a {
    color: #89B041;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navigation-menu > li:hover a {
    color: #ffffff;
  }
  #topnav .navigation-menu > li:hover a i {
    color: #ffffff;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 15px 0;
    list-style: none;
    min-width: 200px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    transition: all 0.2s ease;
    background-color: #ffffff;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    width: 200px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu > li.has-submenu > a:after {
    content: "V";
    font-family: "dripicons-v2";
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 12px;
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    margin-top: 10px;
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 8px 25px;
    clear: both;
    white-space: nowrap;
    font-size: 15px;
    color: #0E2F3E;
    transition: all 0.35s ease;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #89B041;
  }
  #topnav .navigation-menu > li .submenu li span {
    display: block;
    padding: 8px 25px;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #0E2F3E;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    width: 100%;
  }
  #topnav .navigation-menu {
    float: none;
    max-height: 400px;
    text-align: left;
  }
  #topnav .navigation-menu > li {
    display: block;
  }
  #topnav .navigation-menu > li > a {
    color: #0E2F3E;
    padding: 15px;
  }
  #topnav .navigation-menu > li > a i {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    vertical-align: inherit;
  }
  #topnav .has-submenu.active > a, #topnav .submenu .active .active > a, #topnav .navigation-menu > li > a:active, #topnav .navigation-menu > li > a:hover {
    color: #89B041 !important;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 20px;
    color: #0E2F3E;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #89B041;
  }
  #topnav .navigation-menu > li .submenu li.has-submenu > a:after {
    content: "T";
    font-family: "dripicons-v2";
    position: absolute;
    right: 30px;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    color: #0E2F3E;
  }
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #89B041;
  }
  #topnav .navbar-header {
    float: left;
  }
  #navigation {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #ffffff;
    z-index: 9;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: -1px;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}
@media (max-width: 620px) {
  .logo-large, .nav-user span, .app-search {
    display: none;
  }
  .logo-small {
    display: inline-block !important;
  }
  .notification-list .noti-icon {
    font-size: 20px;
  }
  .page-title-box .page-title {
    font-size: 20px;
    text-align: center;
  }
  .m-b-30 {
    margin-bottom: 15px;
  }
}
.topbar-custom {
  border-radius: 0;
  margin-bottom: 0;
}
.topbar-custom .nav-link {
  line-height: 60px;
  color: #ffffff;
}
.topbar-custom .dropdown-toggle:after {
  content: initial;
}
.topbar-custom .menu-left {
  overflow: hidden;
}

.footer {
  left: 0 !important;
  font-size: inherit;
  padding: 20px 0;
}

.header-title {
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 14px;
}

/*
File: Responsive
*/
@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .fc-toolbar .fc-right {
    float: left;
    margin: 10px 0;
  }
}
@media (max-width: 620px) {
  .page-header-title {
    text-align: center;
  }
  .dataTables_paginate .page-link {
    padding: 0.35rem 0.5rem;
  }
  .mo-mb-2 {
    margin-bottom: 10px;
  }
  .mo-mt-2 {
    margin-top: 10px !important;
  }
  .pagination-lg .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 15px;
  }
}
@media (max-width: 420px) {
  .hide-phone, .notify-icon {
    display: none;
  }
  .dropdown-menu-lg {
    width: 200px;
  }
  .notify-details {
    margin-left: 0 !important;
  }
}
/* ==============
  Custom Adjustments to Fontik
===================*/
body.web *, body.web ::after, body.web ::before {
  box-sizing: unset;
}
body.web input[type=text], body.web input[type=password], body.web select, body.web textarea {
  box-sizing: border-box;
}
body.web a:hover {
  color: #eff3f6;
}
body.web .container, body.web [class^=col-] {
  padding-left: 0px;
  padding-right: 0px;
}
body.web table {
  border-collapse: unset;
}
body.web .btn-group-lg > .btn, body.web .btn-lg {
  padding: inherit;
}
body.web .event-big h4, body.web .event-small h4, body.web .event-music h4, body.web .event-pos-0 h4,
body.web .event-pos-1 h4, body.web .event-pos-2 h4, body.web .event-pos-3 h4, body.web .event-pos-4 h4,
body.web .event-pos-5 h4, body.web .event-pos-6 h4, body.web .event-pos-7 h4 {
  font-family: inherit;
}
body.web .event-header h1 {
  font-family: inherit;
}
body.web .address-section, body.web .phone-section {
  padding: 0 0 0 40px;
  box-sizing: border-box;
}
body.web .text-white {
  color: #ffffff;
}

span.hide {
  display: none;
}

#preloader {
  display: none;
}

.header-bg {
  background: radial-gradient(at 50% -20%, #2a576c, #0E2F3E) fixed;
}
.header-bg .btn-group {
  position: relative;
  z-index: 101;
}

.header-title {
  font-size: 16px;
  font-weight: bold;
  color: #661910;
}

.footer {
  background-color: #797979;
  color: #ffffff;
  position: relative;
  padding: 20px 30px !important;
}

body.dashboard .error {
  color: #661910;
  font-size: 18px;
}
body.dashboard .alertMsg {
  background-color: #98c348;
}

#body-wrapper.dashboard {
  overflow-x: hidden;
  min-width: 100%;
}

#body-wrapper.dashboard::after {
  height: 0px;
}

body.login {
  background: none;
}

.text-olive {
  color: #5b752b;
}

div.login-background {
  top: 0px;
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #e4e4e4;
}

.container-fluid {
  max-width: 1600px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before {
  background-color: #2a576c;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before {
  background-color: #661910;
}

.limited, .limited:hover {
  background-color: #222 !important;
}

.datepicker > div {
  display: block;
}

body.dashboard a:hover {
  color: #89B041 !important;
}

body.dashboard #main-nav a:hover {
  color: #ffffff !important;
}

.left.side-menu a:hover {
  color: #ffffff !important;
}

div.seatingMapAutoScroll table td {
  vertical-align: top !important;
  padding: 2px !important;
  min-height: 21px;
  min-width: 21px;
  max-height: 21px;
  max-width: 21px;
}
div.seatingMapAutoScroll table.seatingCapsule {
  width: 100%;
}

div.TonyPopup_box a.close {
  opacity: 1;
  font-size: 15px;
}

body.admin-dash .row,
body.dashboard .row {
  display: flex;
}

body.admin a:hover {
  color: #89B041;
}

.btn-secondary {
  background-color: #797979;
}

.button-success {
  background-color: #89B041;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
  margin-top: #ffffff;
}

.btn-outline-white:hover {
  background-color: #698998;
}

body.dashboard .btn:hover {
  color: #ffffff !important;
}

body.dashboard div.err {
  padding-top: 0px;
}

body.dashboard div.err.checkin td {
  background-color: #ffffff !important;
}

div.modal {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
}

body.reports #mobile-nav {
  padding-top: 49px;
}

.side-menu {
  background-color: #661910;
  bottom: 0;
  top: 0;
  padding-top: 60px;
  width: 240px;
  transition: all 0.4s ease-in-out;
  box-shadow: 1px 0 14px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 99;
}
.side-menu .waves-ripple {
  background-color: rgba(255, 255, 255, 0.25);
}
.side-menu .topbar-left {
  padding-left: 30px;
}

body.fixed-left .side-menu.left {
  bottom: 50px;
  height: 100%;
  margin-bottom: -70px;
  margin-top: 0;
  padding-bottom: 70px;
  position: fixed;
}

.content-page {
  margin-left: 240px;
  overflow: hidden;
}

.content-page > .content {
  margin-bottom: 60px;
  padding: 20px 30px 5px 30px;
  transition: all 0.4s ease-in-out;
}

.menu-title {
  padding: 12px 25px !important;
  letter-spacing: 0.035em;
  pointer-events: none;
  cursor: default;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px !important;
}

.button-menu-mobile {
  top: -10px;
  background-color: transparent;
  color: inherit;
  font-size: 28px;
  width: 42px;
  border-radius: 3px;
  border: none;
  display: none !important;
}

.side-menu .button-menu-mobile {
  top: 12px;
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.button-menu-mobile:hover {
  color: #89B041;
}

.sidebar-inner {
  height: 100%;
}

#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}

#sidebar-menu {
  padding-bottom: 50px;
  width: 100%;
}
#sidebar-menu ul ul {
  display: none;
}
#sidebar-menu ul ul li {
  border-top: 0;
}
#sidebar-menu ul ul li.active a {
  color: rgba(255, 255, 255, 0.8);
}
#sidebar-menu ul ul a {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  padding: 12px 20px 12px 55px;
  font-size: 14px;
}
#sidebar-menu ul ul a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#sidebar-menu ul ul a i {
  margin-right: 5px;
}
#sidebar-menu ul ul ul a {
  padding-left: 75px;
}

#sidebar-menu > ul > li > a {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  padding: 14px 20px;
  font-size: 16px;
}
#sidebar-menu > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
#sidebar-menu > ul > li > a span i {
  font-size: 18px;
  line-height: 22px;
}

.has_sub.nav-active i.mdi-chevron-right:before {
  content: "\f140";
}

#sidebar-menu > ul > li.nav-active > a {
  background-color: rgba(14, 47, 62, 0.1);
  color: rgba(255, 255, 255, 0.8);
}

#sidebar-menu > ul > li > a > span {
  vertical-align: middle;
}

#sidebar-menu > ul > li > a > i {
  display: inline-block;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}

#sidebar-menu > ul > li > a > i.i-right {
  float: right;
  margin: 3px 0 0 0;
}

#sidebar-menu > ul > li > a.active {
  color: rgba(255, 255, 255, 0.8);
}
#sidebar-menu > ul > li > a.active i {
  color: rgba(255, 255, 255, 0.8);
}

#sidebar-menu > ul > li.nav-active > ul {
  display: block;
}

#wrapper {
  position: relative;
  overflow: visible;
}

#wrapper.enlarged .left.side-menu {
  z-index: 5;
  margin-left: -100%;
}
#wrapper.enlarged .content-page {
  margin-left: 0;
}

#wrapper.enlarged .footer {
  left: 0;
}

.page-title {
  margin: 0;
  line-height: 70px;
  padding-left: 15px;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .side-menu.left {
    margin-left: -100%;
  }
  .content-page {
    margin-left: 0;
  }
  .button-menu-mobile {
    display: inline-block !important;
  }
  .enlarged .side-menu.left {
    margin-left: 0 !important;
  }
  .content-page > .content {
    padding: 20px;
  }
}
@media (max-width: 939px) {
  div.row {
    max-width: 95%;
  }
  #datatable-buttons_wrapper,
  #datatable-buttons_wrapper .row,
  .card-body .row {
    padding: 0px;
    width: 100%;
    max-width: 100% !important;
  }
  #datatable-buttons_wrapper div {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .content-page {
    margin-left: 0 !important;
  }
  .enlarged .left.side-menu {
    margin-left: -75px;
  }
  .mobile-sidebar {
    left: 0;
  }
  .mobile-content {
    left: 250px;
    right: -250px;
  }
  .wrapper-page {
    width: 90%;
  }
  #wrapper.enlarged .footer, .footer {
    left: 0;
  }
  #datatable-buttons_wrapper,
  #datatable-buttons_wrapper .row,
  .card-body .row {
    padding: 0px;
    width: 100%;
    max-width: 100% !important;
  }
  #datatable-buttons_wrapper div {
    padding: 0px;
  }
}
@media (max-width: 480px) {
  .side-menu {
    z-index: 10;
  }
  div.row {
    max-width: 100%;
  }
  #datatable-buttons_wrapper,
  #datatable-buttons_wrapper .row,
  .card-body .row {
    padding: 0px;
    width: 100%;
    max-width: 100% !important;
  }
  #datatable-buttons_wrapper div {
    padding: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
}
div.container h4 small {
  color: #ffffff;
}

section.checkout-step a, section.checkout-step a:visited {
  color: #8bb63c;
  text-decoration: none;
}
section.checkout-step a:hover {
  color: #801f14;
}
section.checkout-step span.notice {
  font-style: italic;
  font-size: smaller;
}

u {
  text-decoration: underline !important;
}

th.select-box-selector {
  width: 50px;
}

table.dataTable thead .select-box-selector.sorting::before,
table.dataTable thead .select-box-selector.sorting_asc::before,
table.dataTable thead .select-box-selector.sorting_desc::before,
table.dataTable thead .select-box-selector.sorting_asc_disabled::before,
table.dataTable thead .select-box-selector.sorting_desc_disabled::before {
  display: none;
}

table.dataTable thead > tr > th.select-box-selector.sorting_asc,
table.dataTable thead > tr > th.select-box-selector.sorting_desc,
table.dataTable thead > tr > th.select-box-selector.sorting,
table.dataTable thead > tr > td.select-box-selector.sorting_asc,
table.dataTable thead > tr > td.select-box-selector.sorting_desc,
table.dataTable thead > tr > td.select-box-selector.sorting {
  padding-right: 10px;
}

table.dataTable thead .select-box-selector.sorting::after,
table.dataTable thead .select-box-selector.sorting_asc::after,
table.dataTable thead .select-box-selector.sorting_desc::after,
table.dataTable thead .select-box-selector.sorting_asc_disabled::after,
table.dataTable thead .select-box-selector.sorting_desc_disabled::after {
  display: none;
}

.btn-light {
  color: #495057;
  background-color: #ffffff;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
}

.btn-gray {
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

select {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #495057;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  line-height: 1.3;
  margin: 0;
  border: 2px solid #98c348;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #e5e5e5;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23495057%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

select.form-control {
  background-color: #ffffff;
  border: 2px solid #e5e5e5;
}

.dark-form select {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #495057 !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  line-height: 1.3;
  margin: 0;
  border: 2px solid #0f303f !important;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #e5e5e5;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23495057%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

body.showtime::before {
  background: none;
  background-color: black;
}

body.showtime div#body-wrapper::before {
  background: none;
  width: 100%;
  margin: auto;
  position: relative;
  top: auto;
  bottom: auto;
}

@media (max-width: 939px) {
  .group-page-fix {
    background-position-y: -15px;
    background-color: #201f1e;
  }
}
.alert-warning {
  background-color: #ffa811;
}

video::-webkit-media-controls-timeline {
  display: none;
}

video::-webkit-media-controls-time-remaining-display {
  display: none;
}

video::-webkit-media-controls-current-time-display {
  display: none;
}

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

.display-video {
  display: flex !important;
}

.row:before, .row:after {
  display: none !important;
}

.dt-buttons, .dataTables_length {
  float: left;
}

div.dataTables_wrapper div.dataTables_filter {
  padding-top: 5px;
}

.dt-buttons_filter, .dataTables_pagination {
  float: right;
}

.dataTables_info {
  text-align: center;
}

table.table-bordered.dataTable tbody td {
  vertical-align: middle;
}

/*Montserrat font family*/
/* @import url("https://use.typekit.net/hns4kzb.css"); */
/* Caffelli layout updates */
#body-wrapper .hero-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 30px;
  text-shadow: 3px 3px 9px #3a3a3a;
  padding-top: 15px;
}
@media (min-width: 768px) {
  #body-wrapper .hero-title {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  #body-wrapper .hero-title {
    padding-top: 40px;
  }
}
#body-wrapper .body-title {
  color: #3a3a3a;
  font-weight: 600;
  font-size: 20px;
  padding-top: 24px;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  #body-wrapper .body-title {
    font-size: 32px;
    padding-top: 58px;
  }
}
#body-wrapper .body-subtitle {
  color: #98c348;
  font-weight: 600;
  font-size: 16px;
  padding: 0 5px;
  text-transform: uppercase;
}
#body-wrapper .hero-title, #body-wrapper .body-title, #body-wrapper .body-subtitle, #body-wrapper .body-text {
  text-align: center;
}
#body-wrapper .body-text {
  font-size: 16px;
  color: #3a3a3a;
}
@media (max-width: 767px) {
  #body-wrapper .body-text {
    text-align: left;
  }
}
#body-wrapper h1, #body-wrapper h2, #body-wrapper h3, #body-wrapper h4, #body-wrapper h5, #body-wrapper h6 p, #body-wrapper input, #body-wrapper textarea label, #body-wrapper span, #body-wrapper small, #body-wrapper a, #body-wrapper .tomato-custom-select {
  font-family: montserrat, sans-serif;
}
#body-wrapper p {
  font-size: 14px;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  #body-wrapper p {
    font-size: 16px;
  }
}
#body-wrapper .account-nav a {
  color: white !important;
}
#body-wrapper .account-nav a:hover {
  color: #AAAAAA !important;
}
#body-wrapper .disclaimer-text {
  padding: 20px 0;
  max-width: 820px;
  color: #3a3a3a;
}

.tomato-alert {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  border: 1px dashed #195772;
  border-radius: 4px;
  background-color: #f1f1f1;
  margin-bottom: 30px;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  .tomato-alert {
    flex-direction: row;
    padding: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .tomato-alert {
    padding: 20px 40px;
  }
}
.tomato-alert span, .tomato-alert p {
  font-size: 14px;
  line-height: 1.5;
  color: #3a3a3a;
}
@media (min-width: 768px) {
  .tomato-alert span, .tomato-alert p {
    font-size: 16px;
  }
}
.tomato-alert a {
  color: #195772 !important;
  text-decoration: underline !important;
}
.tomato-alert .ticket-image {
  height: 45px;
  width: auto;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .tomato-alert .ticket-image {
    padding-bottom: 0;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .tomato-alert .ticket-image {
    padding-right: 40px;
  }
}

body.search-slider-open .hero-section {
  margin-top: 0 !important;
}
body.search-slider-open .hero-section .hero-title {
  padding: 7.5px 0 !important;
}
@media (min-width: 992px) {
  body.search-slider-open .hero-section .hero-title {
    padding: 20px 0 !important;
  }
}
body.search-slider-open #search-slider {
  opacity: 1;
  margin-top: 0;
  background-color: #195772;
  padding-top: 48px;
  margin-top: -48px;
  transition: margin-top 0.5s ease-in-out, opacity 0.5s linear, padding-top 0.5s ease-in-out;
}
@media (min-width: 992px) {
  body.search-slider-open #search-slider {
    padding-top: 92px;
    margin-top: -92px;
  }
}

#search-slider {
  padding-bottom: 50px;
  margin-top: -240px;
  opacity: 0;
  padding-top: 0;
}

.hero-section {
  padding-top: 35px;
  padding-bottom: 50px;
  background-color: #f1f1f1;
}
@media (min-width: 992px) {
  .hero-section {
    padding-bottom: 75px;
  }
}
.hero-section.home-hero, .hero-section.calendar-hero {
  background-image: url(/assets/images/ui/banners/home-calendar.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -28px;
}
@media (min-width: 768px) {
  .hero-section.home-hero, .hero-section.calendar-hero {
    margin-top: -56px;
  }
}
@media (min-width: 992px) {
  .hero-section.home-hero, .hero-section.calendar-hero {
    margin-top: -92px;
  }
}
.hero-section.ticket-my-event-hero {
  background-image: url(/assets/images/ui/banners/ticket-my-event.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.hero-section.meet-us-hero {
  background-image: url(/assets/images/ui/banners/ticket-my-event-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 150px;
}
@media (min-width: 768px) {
  .hero-section.meet-us-hero {
    min-height: 325px;
  }
}
.hero-section.event-partner-hero {
  background-image: url(/assets/images/ui/banners/event-partner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-section.login-hero {
  background-image: url(/assets/images/ui/banners/sign-in.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-section.cart-hero, .hero-section.thank-you-hero, .hero-section.checkout-hero {
  background-image: url(/assets/images/ui/banners/cart-thank-you.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.hero-section.checkout-hero {
  margin-top: -18px;
}
@media (min-width: 768px) {
  .hero-section.checkout-hero {
    margin-top: -36px;
  }
}
@media (min-width: 992px) {
  .hero-section.checkout-hero {
    padding-top: 92px !important;
    margin-top: -92px;
  }
}
@media (min-width: 768px) {
  .hero-section {
    padding-top: 72px !important;
    margin-top: -36px;
  }
}
@media (min-width: 992px) {
  .hero-section {
    padding-top: 93px !important;
    margin-top: -73px;
  }
}
.hero-section.event-group-hero {
  background-image: url(/assets/images/ui/banners/event-group.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.event-detail-hero {
  background-image: url(/assets/images/ui/banners/event-detail.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.event-detail-ticket-hero {
  background-image: url(/assets/images/ui/banners/event-detail-vert.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .event-detail-ticket-hero {
    background-image: url(/assets/images/ui/banners/event-detail.jpg);
  }
}

body.page-home #search-near-city {
  padding-top: 30px;
}

#search-near-city {
  padding-top: 50px;
}
#search-near-city .input-container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 660px;
  margin: 0 auto 30px;
  height: 50px;
  line-height: 40px;
  font-size: 25px;
}
#search-near-city .input-container .fa-button {
  background: none;
  padding: 0px;
  border: none;
  position: absolute;
  right: 16px;
  top: 11px;
}
#search-near-city .input-container .search-icon, #search-near-city .input-container .fa-button {
  height: 28px;
}
#search-near-city .input-container input[type=text] {
  width: 100%;
  text-align: center;
  padding: 5px 60px;
  font-size: 18px;
  background-color: white;
  color: #707070;
  caret-color: transparent;
}
#search-near-city .input-container input[type=text]::-moz-placeholder {
  font-style: normal;
  color: #707070;
  font-size: 18px;
  font-weight: normal;
}
#search-near-city .input-container input[type=text]::placeholder {
  font-style: normal;
  color: #707070;
  font-size: 18px;
  font-weight: normal;
}

.tomato-ul li {
  color: #707070;
  position: relative;
  padding-left: 13px;
  text-transform: uppercase;
  line-height: 26px;
  margin-bottom: 3px;
}
.tomato-ul li:before {
  content: "\a";
  width: 4px;
  height: 4px;
  background: #707070;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  left: 0;
}

.reset-page-container {
  margin-top: 80px;
}

.terms-container h2 {
  margin-bottom: 30px;
}
.terms-container .copy-block a {
  color: #195772 !important;
  text-decoration: underline;
  cursor: pointer;
}
.terms-container .copy-block a:hover {
  color: #0F303F !important;
}
.terms-container .copy-block p, .terms-container .copy-block center, .terms-container .copy-block ul {
  font-size: 12px !important;
}
@media (min-width: 768px) {
  .terms-container .copy-block p, .terms-container .copy-block center, .terms-container .copy-block ul {
    font-size: 14px !important;
  }
}
.terms-container .copy-block h3 {
  font-size: 14px !important;
}
@media (min-width: 768px) {
  .terms-container .copy-block h3 {
    font-size: 16px !important;
  }
}

.tomato-water-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .tomato-water-mark {
    height: 150px;
  }
}

.login-container .login-attribute-box {
  max-width: 400px;
  width: 100%;
}
.login-container .login-attribute-box input {
  background-color: white;
  color: #707070;
}
.login-container .login-attribute-box input::-moz-placeholder {
  color: transparent;
}
.login-container .login-attribute-box input::placeholder {
  color: transparent;
}
.login-container .cta-login-container {
  padding-top: 35px;
}
.login-container .cta-login-container .reset-button span {
  font-size: 16px;
  color: #ffffff;
  text-decoration: underline;
}

.sign-up-section {
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .sign-up-section {
    padding-bottom: 5rem;
  }
}
.sign-up-section .form-container .form-image {
  min-height: 300px;
  background-image: url(/assets/images/content/new-artwork/form-image.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .sign-up-section .form-container .form-image {
    background-position: left center;
    background-size: 90%, cover;
    min-height: unset;
  }
}
.sign-up-section .form-container .form-content-padding-helper {
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .sign-up-section .form-container .form-content-padding-helper {
    padding: 0 30px 0 0;
  }
}

.form-message-container {
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
}

.form-message.blink {
  background-color: #661910;
  font-size: 14px;
  margin-bottom: 10px;
  width: 290px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: white;
  display: inline-block;
}

.form-container {
  padding-top: 1rem;
  padding-bottom: 0;
  overflow: auto;
}
@media (min-width: 768px) {
  .form-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.form-item {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .form-item-padding-helper-1 {
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .form-item-padding-helper-2 {
    padding-left: 0.5rem;
  }
}
.form-item-label, .form-item-label-checkbox {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #707070;
  display: inline-block;
}
.form-item-label-checkbox {
  padding-left: 20px;
  margin-bottom: 0 !important;
}
.form-item-text, .form-item-password, .form-item-text-area {
  width: 100%;
}

.form-button,
.view-more-button,
.light-button {
  vertical-align: middle;
  text-align: center;
  text-justify: center;
  border-radius: 50px;
  border: 1px #98c348 solid;
  overflow: auto;
  height: 43px;
  cursor: pointer;
}
.form-button button, .form-button a,
.view-more-button button,
.view-more-button a,
.light-button button,
.light-button a {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.form-button a,
.view-more-button a,
.light-button a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-button span,
.view-more-button span,
.light-button span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.view-more-button {
  width: 180px;
  background-color: white;
}
.view-more-button span {
  color: #98c348;
}

.form-button {
  width: 230px;
  background-color: #98c348;
}
.form-button span {
  color: #ffffff;
}
@media (min-width: 768px) {
  .form-button {
    width: 290px;
  }
}
.form-button:hover {
  opacity: 0.8;
}

.light-button {
  width: 140px;
  background-color: white;
  border: 2px #AAAAAA solid !important;
  /*
  @media (min-width:$md-breakpoint) {
      width: 230px;
  }

  @media (min-width: $lg-breakpoint) and (max-width: $xl-breakpoint - 1) {
      width: 190px;
  }
  */
}
.light-button span {
  color: #AAAAAA;
}

.toggler-button {
  width: 220px;
  display: flex;
  background-color: #0F303F;
  cursor: pointer;
  border-radius: 0 0 8px 8px;
}
@media (min-width: 768px) {
  .toggler-button {
    width: 320px;
  }
}
.toggler-button-inner {
  position: relative;
  display: flex;
  width: calc(100% - 36px);
  text-align: center;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .toggler-button-inner {
    justify-content: center;
  }
}
.toggler-button-label {
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .toggler-button-label {
    padding-left: 0;
  }
}
.toggler-button-img {
  height: 10px;
}
@media (min-width: 768px) {
  .toggler-button-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 12px;
  }
}
.toggler-button-img img {
  height: 100%;
  width: auto;
  display: block;
}

.dark-box-shadow {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16);
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  overflow: hidden;
}

input[type=radio] {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=radio]:before {
  box-sizing: border-box;
  background-color: white;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #AAAAAA;
}
input[type=radio]:checked:before {
  border: 1px solid #98c348;
}
input[type=radio]:after {
  box-sizing: border-box;
  border: 10px solid white;
  background-color: white;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  overflow: hidden;
  border-radius: 100%;
  top: 5px;
  left: 5px;
  transition-timing-function: linear;
  transition-property: border-width, background-color;
  transition-duration: 0.1s;
  transition-delay: 0, 0.1s;
}
input[type=radio]:hover:after {
  border-width: 2px;
  opacity: 0.5;
  background-color: #98c348;
  transition-delay: 0;
}
input[type=radio]:checked:after {
  border-width: 0;
  opacity: 1;
  background-color: #98c348;
  transition-delay: 0;
}

input[type=checkbox] {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=checkbox]:checked {
  background-color: white;
  border: none !important;
}
input[type=checkbox]:before {
  box-sizing: border-box;
  background-color: white;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 8px;
  border: 1px solid #AAAAAA;
  transition-timing-function: linear;
  transition-property: border;
  transition-duration: 0.1s;
}
input[type=checkbox]:after {
  background-color: transparent;
  border: none !important;
  color: #8bb63c;
  content: "✓";
  position: absolute;
  width: 30px;
  font-size: 35px;
  height: 30px;
  top: -9px;
  left: 0;
  opacity: 0;
  transition-timing-function: linear;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-delay: 0s;
}
input[type=checkbox].required-input:before {
  border: 2px solid #98c348;
}
input[type=checkbox].required-input:hover:before {
  border: 3px solid #98c348;
}
input[type=checkbox].invalid-value:before {
  border: 2px solid #801f14;
}
input[type=checkbox]:hover:before {
  border: 2px solid #AAAAAA;
}
input[type=checkbox]:checked:before {
  border: 3px solid #98c348;
}
input[type=checkbox]:checked:after {
  opacity: 1;
  transition-delay: 0.1s;
}

input[type=text],
input[type=password],
input[type=textarea],
input[type=email],
input[type=date],
input[type=time],
input[type=url],
input[type=number],
textarea {
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

input[type=date],
input[type=date]::-webkit-input-placeholder,
input[type=date]:-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=date]:-ms-input-placeholder {
  text-transform: uppercase;
}

input[type=textarea],
textarea {
  min-height: 50px;
  padding-top: 18px;
  padding-bottom: 18px;
  box-sizing: border-box;
}

input[type=text],
input[type=password],
input[type=email],
input[type=date],
input[type=time],
input[type=url],
input[type=number] {
  height: 50px;
}

.item-wrapper > select, .tomato-select {
  height: 50px;
  line-height: normal;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  color: #707070;
  font-weight: normal;
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  background-color: white;
  box-sizing: border-box;
}
.item-wrapper > select option, .tomato-select option {
  color: #707070;
  background-color: white;
}

.tomato-custom-select {
  position: relative;
  width: 191px;
  margin: 0 auto;
}
.tomato-custom-select select {
  display: none;
}
.tomato-custom-select .select-selected {
  position: relative;
  background-color: transparent;
  color: white;
  text-transform: uppercase;
  border-bottom: 2px solid #98c348;
  padding: 8px 0;
  font-weight: bold;
  cursor: pointer;
}
.tomato-custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 0;
  width: 21px;
  height: 12px;
  background-image: url(/assets/images/ui/select-arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tomato-custom-select .select-selected.select-arrow-active:after {
  transform: rotate(180deg);
}
.tomato-custom-select .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  color: #707070;
  background-color: white;
  border-width: 0 1px 1px 1px;
  border-color: #AAAAAA;
  border-style: solid;
  border-radius: 0 0 4px 4px;
}
.tomato-custom-select .select-items .tomato-select-item {
  color: #707070;
  text-transform: uppercase;
  padding: 8px 16px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tomato-custom-select .select-items .tomato-select-item:hover {
  background-color: rgba(152, 195, 72, 0.22);
}
.tomato-custom-select .select-items .tomato-select-item.same-as-selected {
  background-color: rgba(152, 195, 72, 0.5);
}
.tomato-custom-select .select-items.select-hide {
  display: none;
}

input[type=text].invalid-value,
input[type=password].invalid-value,
input[type=textarea].invalid-value,
input[type=email].invalid-value,
input[type=date].invalid-value,
input[type=time].invalid-value,
input[type=url].invalid-value,
input[type=number].invalid-value,
textarea.invalid-value,
.item-wrapper > select.invalid-value {
  border: 2px solid #801f14;
}

.item-wrapper,
.form-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.item-wrapper .error-tag,
.form-item .error-tag {
  position: absolute;
  right: 10px;
  bottom: -7px;
  padding: 2px 15px;
  color: white;
  background: #801f14;
  text-transform: uppercase;
  font-size: 10px;
}
.item-wrapper > input[type=checkbox] ~ .item-label,
.form-item > input[type=checkbox] ~ .item-label {
  max-width: calc(100% - 50px);
}

.big-tomato-form {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .big-tomato-form {
    padding-bottom: 50px;
  }
}

.big-tomato-form-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 35px 12px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .big-tomato-form-step {
    margin: 35px auto;
  }
}
.big-tomato-form-step .cart-row {
  max-width: 100%;
  margin: 0 0 40px;
}
@media (min-width: 992px) {
  .big-tomato-form-step .cart-row {
    margin: 0 auto 40px;
    width: 760px;
  }
}
.big-tomato-form-step .cart-checkout {
  max-width: calc(100% - 40px);
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .big-tomato-form-step .cart-checkout {
    margin: 20px auto !important;
    max-width: 345px;
    box-sizing: border-box !important;
  }
}
@media (min-width: 768px) {
  .big-tomato-form-step .cart-checkout {
    margin: 0 auto !important;
  }
}
@media (max-width: 767px) {
  .big-tomato-form-step.no-outline {
    margin: 35px 0;
  }
  .big-tomato-form-step.no-outline.show-details {
    border: none;
    box-shadow: none;
    border-radius: unset;
  }
  .big-tomato-form-step.no-outline .tf-toggler-button {
    width: 100%;
  }
}
.big-tomato-form-step.locked-form {
  pointer-events: none;
}
.big-tomato-form-step.locked-form .tf-toggler-button {
  background-color: #AAAAAA;
}
.big-tomato-form-step.show-details {
  box-shadow: 0 3px 9px #AAAAAA;
  border: 1px solid #e3e3e3;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .big-tomato-form-step.show-details {
    border-radius: 8px;
  }
}
.big-tomato-form-step.show-details .form-big-container {
  visibility: visible;
  transition-property: visibility, height;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  padding: 0 0 45px;
}
@media (min-width: 768px) {
  .big-tomato-form-step.show-details .form-big-container {
    padding: 0 30px 45px;
  }
}
@media (min-width: 992px) {
  .big-tomato-form-step.show-details .form-big-container {
    padding: 0 70px 45px;
  }
}
.big-tomato-form-step.show-details .tf-toggler-button {
  background-color: #195772;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .big-tomato-form-step.show-details .tf-toggler-button {
    margin-bottom: 40px;
  }
}
.big-tomato-form-step.show-details .tf-toggler-button-img > img {
  transform: rotate(0);
}
.big-tomato-form-step .tf-toggler-button {
  width: calc(100% + 24px);
  display: flex;
  background-color: #0F303F;
  cursor: pointer;
  border-radius: 0 0 8px 8px;
}
@media (min-width: 768px) {
  .big-tomato-form-step .tf-toggler-button {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .big-tomato-form-step .tf-toggler-button {
    width: 700px;
  }
}
@media (min-width: 1200px) {
  .big-tomato-form-step .tf-toggler-button {
    width: 830px;
  }
}
.big-tomato-form-step .tf-toggler-button-inner {
  position: relative;
  display: flex;
  width: calc(100% - 36px);
  text-align: center;
  justify-content: center;
  align-items: center;
}
.big-tomato-form-step .tf-toggler-button-label {
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .big-tomato-form-step .tf-toggler-button-label {
    padding-left: 0;
  }
}
.big-tomato-form-step .tf-toggler-button-img {
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .big-tomato-form-step .tf-toggler-button-img {
    height: 12px;
  }
}
.big-tomato-form-step .tf-toggler-button-img img {
  height: 100%;
  width: auto;
  display: block;
  transform: rotate(-90deg);
}
@media (max-width: 339px) {
  .big-tomato-form-step .tf-toggler-button.tf-special .tf-toggler-button-label {
    margin-left: -25px;
  }
}
.big-tomato-form-step .form-big-container {
  padding: 0;
  width: 100%;
  visibility: hidden;
  height: 0;
}
@media (min-width: 768px) {
  .big-tomato-form-step .form-big-container {
    padding: 0 30px;
    width: calc(100% - 70px);
  }
}
@media (min-width: 992px) {
  .big-tomato-form-step .form-big-container {
    padding: 0 70px;
    width: calc(100% - 140px);
  }
}
@media (min-width: 992px) {
  .big-tomato-form-step .padding-helper-inner-1 {
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .big-tomato-form-step .padding-helper-inner-2 {
    padding-left: 16px;
  }
}

.big-tomato-row {
  width: unset !important;
  max-width: unset !important;
}
.big-tomato-row-inner {
  max-width: unset !important;
  width: unset !important;
  margin: 0 -6px !important;
}
.big-tomato-row .item-wrapper {
  padding: 8px 6px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.big-tomato-row .item-wrapper p {
  margin-bottom: 8px;
}
.big-tomato-row .item-wrapper .item-label {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #707070;
}
.big-tomato-row .item-wrapper input[type=text],
.big-tomato-row .item-wrapper input[type=password],
.big-tomato-row .item-wrapper input[type=email],
.big-tomato-row .item-wrapper input[type=date],
.big-tomato-row .item-wrapper input[type=time],
.big-tomato-row .item-wrapper input[type=url] {
  width: 100%;
}
.big-tomato-row .item-wrapper textarea {
  max-width: 100%;
}
.big-tomato-row .item-wrapper input[type=file] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.big-tomato-row .item-wrapper .preview {
  height: 125px;
  width: 200px;
  border: 2px dashed #e2e2e2;
  border-radius: 8px;
  background-color: #f1f1f1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .big-tomato-row .item-wrapper .preview {
    height: 110px;
    width: 175px;
  }
}
@media (min-width: 992px) {
  .big-tomato-row .item-wrapper .preview.preview-1 {
    margin-bottom: 66px;
  }
}
@media (max-width: 991px) {
  .big-tomato-row .item-wrapper.invisible {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .big-tomato-row .item-wrapper.invisible .invisible-input-item {
    height: 76.8px;
  }
}
.big-tomato-row .item-wrapper button.btn-img {
  height: 50px;
  box-sizing: border-box;
}
.big-tomato-row .item-wrapper button.btn-img img {
  margin: auto !important;
}
.big-tomato-row .item-wrapper .image-wrapper {
  height: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.big-tomato-row .item-wrapper .image-wrapper .inline-image {
  max-width: 100%;
  max-height: 100%;
}
.big-tomato-row .form-button {
  margin: 10px 0;
  width: 230px;
}
@media (min-width: 992px) {
  .big-tomato-row .form-button {
    margin: 10px 0 10px 60%;
    width: 190px;
  }
}
@media (min-width: 1200px) {
  .big-tomato-row .form-button {
    width: 230px;
  }
}
.big-tomato-row .text-button-flex-container {
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  .big-tomato-row .text-button-flex-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .big-tomato-row .text-button-flex-container .text-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .big-tomato-row .text-button-flex-container .text-item {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .big-tomato-row .text-button-flex-container .form-message-container {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 232px;
  }
}
@media (min-width: 992px) {
  .big-tomato-row .text-button-flex-container .form-message-container {
    width: 192px;
  }
}
@media (min-width: 1200px) {
  .big-tomato-row .text-button-flex-container .form-message-container {
    width: 232px;
  }
}
.big-tomato-row .text-button-flex-container .form-message-container .form-message {
  max-width: calc(100% - 16px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .big-tomato-row .text-button-flex-container .form-message-container .form-message {
    max-width: 100%;
    margin: 0 0 0 -8px;
  }
}

.form-error-message {
  display: block;
  width: 100%;
  color: #801f14;
  padding-top: 8px;
  text-transform: capitalize;
  font-weight: bold;
}

.testimonial-slider {
  padding-left: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 992px) {
  .testimonial-slider {
    justify-content: space-between;
  }
}
.testimonial-slider .slick-list {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16);
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  width: 100%;
}
@media (min-width: 992px) {
  .testimonial-slider .slick-list {
    order: 2;
    max-width: 800px;
  }
}
.testimonial-slider .testimonial-item {
  height: calc(100% - 20px);
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .testimonial-slider .testimonial-item {
    height: calc(100% - 40px);
    padding: 20px 40px;
  }
}
@media (min-width: 992px) {
  .testimonial-slider .testimonial-item {
    height: calc(100% - 100px);
    padding: 50px 70px;
  }
}
.testimonial-slider .testimonial-item p {
  margin: 4px 0;
  font-size: 13px !important;
  color: #0F303F;
  font-style: italic;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .testimonial-slider .testimonial-item p {
    margin: 8px 0;
    font-size: 16px !important;
  }
}
.testimonial-slider .testimonial-item-written-by {
  color: #98c348;
  text-transform: uppercase;
  font-style: normal;
}
.testimonial-slider .testimonial-item-written-at {
  color: #3a3a3a;
  font-style: normal;
}
.testimonial-slider .slick-arrow {
  margin-top: 35px;
  width: 13px;
  height: 27px;
}
@media (min-width: 992px) {
  .testimonial-slider .slick-arrow {
    margin-top: 0;
    width: 20px;
    height: 43px;
  }
}
.testimonial-slider .slick-arrow.slick-prev {
  order: 2;
}
@media (min-width: 992px) {
  .testimonial-slider .slick-arrow.slick-prev {
    order: 1;
  }
}
.testimonial-slider .slick-arrow.slick-next {
  order: 4;
}
@media (min-width: 992px) {
  .testimonial-slider .slick-arrow.slick-next {
    order: 3;
  }
}
.testimonial-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  order: 3;
}
@media (min-width: 992px) {
  .testimonial-slider .slick-dots {
    order: 4;
    width: 100%;
  }
}
.testimonial-slider .slick-dots li {
  margin: 0 12px !important;
}
.testimonial-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #707070;
  font-size: 12px;
  color: transparent;
  background-color: transparent;
}
.testimonial-slider .slick-dots li button:before {
  display: none;
}
.testimonial-slider .slick-dots li:not(.slick-active):hover button:hover {
  background-color: #98c348;
  opacity: 0.2;
}
.testimonial-slider .slick-dots li.slick-active button {
  border-color: #98c348;
  background-color: #98c348;
  opacity: 1;
}

.meet-testimonial,
.ticket-my-event-testimonial {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .meet-testimonial .container,
  .ticket-my-event-testimonial .container {
    max-width: calc(100% - 24px) !important;
  }
}
.meet-testimonial-quote,
.ticket-my-event-testimonial-quote {
  height: 40px;
}
@media (min-width: 768px) {
  .meet-testimonial-quote,
  .ticket-my-event-testimonial-quote {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .meet-testimonial-quote,
  .ticket-my-event-testimonial-quote {
    position: absolute;
    height: 30px;
  }
}
@media (min-width: 1200px) {
  .meet-testimonial-quote,
  .ticket-my-event-testimonial-quote {
    height: 40px;
  }
}
.meet-testimonial-quote.quote-left,
.ticket-my-event-testimonial-quote.quote-left {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .meet-testimonial-quote.quote-left,
  .ticket-my-event-testimonial-quote.quote-left {
    top: 0;
    left: 10px;
  }
}
@media (min-width: 992px) {
  .meet-testimonial-quote.quote-left,
  .ticket-my-event-testimonial-quote.quote-left {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .meet-testimonial-quote.quote-left,
  .ticket-my-event-testimonial-quote.quote-left {
    left: 40px;
  }
}
.meet-testimonial-quote.quote-right,
.ticket-my-event-testimonial-quote.quote-right {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .meet-testimonial-quote.quote-right,
  .ticket-my-event-testimonial-quote.quote-right {
    bottom: 50px;
    right: 10px;
  }
}
@media (min-width: 992px) {
  .meet-testimonial-quote.quote-right,
  .ticket-my-event-testimonial-quote.quote-right {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .meet-testimonial-quote.quote-right,
  .ticket-my-event-testimonial-quote.quote-right {
    right: 40px;
  }
}

.meet-testimonial {
  background-color: #f3f3f3;
}
.meet-testimonial .body-title {
  margin-bottom: 35px;
  padding-top: 0 !important;
}
.meet-testimonial .slick-slide {
  height: 540px;
}
@media (min-width: 375px) {
  .meet-testimonial .slick-slide {
    height: 490px;
  }
}
@media (min-width: 425px) {
  .meet-testimonial .slick-slide {
    height: 410px;
  }
}
@media (min-width: 768px) {
  .meet-testimonial .slick-slide {
    height: 370px;
  }
}
@media (min-width: 992px) {
  .meet-testimonial .slick-slide {
    height: 410px;
  }
}

.ticket-my-event-testimonial {
  background-color: white;
}
.ticket-my-event-testimonial .slick-slide {
  height: 450px;
}
@media (min-width: 375px) {
  .ticket-my-event-testimonial .slick-slide {
    height: 350px;
  }
}
@media (min-width: 425px) {
  .ticket-my-event-testimonial .slick-slide {
    height: 325px;
  }
}
@media (min-width: 768px) {
  .ticket-my-event-testimonial .slick-slide {
    height: 290px;
  }
}
@media (min-width: 992px) {
  .ticket-my-event-testimonial .slick-slide {
    height: 310px;
  }
}

.event-row {
  max-width: unset !important;
  width: unset !important;
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 768px) {
  .event-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.event-list {
  margin: 48px 0;
}
.event-list .monthly-event-title {
  display: none;
}
@media (min-width: 768px) {
  .event-list .monthly-event-title {
    display: initial;
  }
}

.event-card {
  padding-left: 8px;
  padding-right: 8px;
  height: 100%;
  background-color: white;
}
@media (min-width: 768px) {
  .event-card {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.event-card-background {
  border-radius: 8px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto 30px;
  border: 1px solid #e3e3e3;
}
.event-card-background a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
}
.event-card-background.big-card, .event-card-background.small-card, .event-card-background.normal-card {
  min-height: 160px;
  max-width: 280px;
}
@media (min-width: 768px) {
  .event-card-background.big-card {
    max-width: unset;
    min-height: 190px;
  }
}
@media (min-width: 992px) {
  .event-card-background.big-card {
    min-height: 330px;
  }
}
@media (min-width: 1200px) {
  .event-card-background.big-card {
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  .event-card-background.small-card {
    max-width: unset;
    min-height: 155px;
  }
}
@media (min-width: 992px) {
  .event-card-background.small-card {
    min-height: 165px;
  }
}
@media (min-width: 1200px) {
  .event-card-background.small-card {
    min-height: 220px;
  }
}
@media (min-width: 768px) {
  .event-card-background.normal-card {
    max-width: unset;
    min-height: 200px;
  }
}
@media (min-width: 992px) {
  .event-card-background.normal-card {
    min-height: 165px;
  }
}
@media (min-width: 1200px) {
  .event-card-background.normal-card {
    min-height: 220px;
  }
}
@media (min-width: 768px) {
  .event-card-background.normal-card.account-card {
    max-width: unset;
    min-height: 130px;
  }
}
@media (min-width: 992px) {
  .event-card-background.normal-card.account-card {
    min-height: 190px;
  }
}
@media (min-width: 1200px) {
  .event-card-background.normal-card.account-card {
    min-height: 205px;
  }
}
.event-card-info-wrapper {
  position: absolute;
  top: 8px;
  left: 8px;
  pointer-events: none;
  display: flex;
}
@media (min-width: 768px) {
  .event-card-info-wrapper {
    top: 12px;
    left: 12px;
  }
}
.event-card-date-tag {
  text-align: center;
  background-color: #e3e3e3;
  background-image: linear-gradient(45deg, #e3e3e3 0%, #ffffff 100%);
  border: 1px solid #e3e3e3;
  color: #195772;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .event-card-date-tag {
    height: 60px;
    width: 60px;
  }
}
.event-card-date-tag .date-day {
  font-size: 20px;
}
@media (min-width: 768px) {
  .event-card-date-tag .date-day {
    font-size: 30px;
  }
}
.event-card-date-tag .date-month {
  font-size: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .event-card-date-tag .date-month {
    font-size: 12px;
  }
}
.event-card-date-tag.custom {
  height: 40px;
  width: 125px;
  font-weight: bold;
  font-size: 14px;
  padding: 0px 5px 0px 5px;
}
@media (min-width: 768px) {
  .event-card-date-tag.custom {
    font-size: 17px;
    height: 60px;
    width: 170px;
  }
}
.event-card-sold-out-tag {
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 6px;
  padding-top: 6px;
  padding-left: 50px;
  padding-right: 8px;
  margin-left: -42px;
  border: 1px solid #707070;
  background-color: #707070;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .event-card-sold-out-tag {
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 70px;
    margin-left: -62px;
  }
}
@media (min-width: 992px) {
  .event-card-sold-out-tag {
    padding-left: 78px;
    padding-right: 16px;
  }
}
.event-card-sold-out-tag .sold-out-text {
  display: flex;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .event-card-sold-out-tag .sold-out-text {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .event-card-sold-out-tag.custom .sold-out-text {
    font-size: 12px;
  }
}
.event-card-description {
  color: black;
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto 30px;
  max-width: 280px;
}
@media (min-width: 768px) {
  .event-card-description {
    max-width: unset;
  }
}
.event-card-description-title {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  color: #3a3a3a;
}
.event-card-description span.d-block {
  color: #3a3a3a;
}

.event-group {
  margin-top: 58px;
}
@media (min-width: 768px) {
  .event-group-description {
    margin-right: 2rem;
  }
}
@media (min-width: 992px) {
  .event-group-description {
    margin-right: 5rem;
  }
}
.event-group-image {
  display: none;
}
@media (min-width: 768px) {
  .event-group-image {
    display: initial;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-height: 520px;
  }
}

.event-detail-body .event-detail-item {
  display: flex;
  margin-bottom: 30px;
}
.event-detail-body .event-detail-item-icon {
  width: 30px;
  height: 30px;
  text-align: center;
}
.event-detail-body a {
  text-decoration: none;
}
.event-detail-body-wrapper {
  margin-left: 12px;
}
@media (min-width: 768px) {
  .event-detail-body-wrapper {
    margin-left: 24px;
  }
}
.event-detail-body-title {
  display: block;
  color: #3a3a3a;
  margin-top: 6px;
  margin-bottom: 5px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .event-detail-body-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.event-detail-body-highlight {
  display: block;
  color: #98c348;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: -42px;
  margin-top: 18px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .event-detail-body-highlight {
    margin-top: 0;
    margin-left: 0;
  }
}
.event-detail-body-address {
  display: block;
  color: #195772 !important;
  text-decoration: underline;
}
.event-detail-body-address:hover {
  font-weight: bold;
}
.event-detail-body-address:after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
.event-detail-body-attribute {
  margin-left: -42px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .event-detail-body-attribute {
    margin-left: 0;
  }
}
.event-detail-body-image {
  border-radius: 8px;
  max-height: 200px;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .event-detail-body-image {
    max-height: 500px;
  }
}
.event-detail-body-button.form-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.event-detail-body .copy-block {
  padding-bottom: 45px;
  border-bottom: 1px solid #707070;
}
.event-detail-body .copy-block a {
  color: #195772 !important;
}
.event-detail-body .copy-block a:hover {
  font-weight: bold;
}
.event-detail-body-social {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 58px;
  margin-top: 30px;
  align-items: center;
}
.event-detail-body-social .share-text {
  color: #3a3a3a;
  text-transform: uppercase;
}
.event-detail-body-social .social-wrapper {
  background-color: #195772;
  height: 42px;
  width: 42px;
  border-radius: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.event-detail-body-social .social-icon {
  color: white;
  font-size: 24px;
}

.event-sale {
  background-color: white;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .event-sale {
    margin: auto;
  }
}
.event-sale-padding-helper {
  padding: 52px 10px;
}
.event-sale-padding-helper h3 {
  text-align: center;
}
@media (min-width: 768px) {
  .event-sale-padding-helper {
    padding: 52px 90px;
  }
}
@media (min-width: 992px) {
  .event-sale-padding-helper {
    padding: 52px 160px;
  }
}
.event-sale span.italic, .event-sale h4 {
  color: #3a3a3a;
}

.number-input {
  box-sizing: border-box;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #AAAAAA;
  display: inline-flex;
}
.number-input input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.number-input input[type=number]::-webkit-inner-spin-a,
.number-input input[type=number]::-webkit-outer-spin-a {
  -webkit-appearance: none;
}
.number-input input::-webkit-outer-spin-button,
.number-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number-input .quantity, .number-input .step-symbol {
  font-weight: bold;
  text-align: center;
  color: #195772;
}
.number-input .quantity {
  font-size: 22px;
  width: 90px;
  height: 100%;
  border: solid #AAAAAA;
  border-width: 0 1px;
  border-radius: 0;
}
.number-input .step-symbol {
  font-size: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.number-input .ticket-step {
  display: flex;
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 45px;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.ticketing-form-body:first-child {
  border-top: 1px solid #AAAAAA;
}
.ticketing-form-body .category-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #AAAAAA;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .ticketing-form-body .category-row {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.ticketing-form-body .category-row .category-name {
  font-size: 14px;
  font-weight: bold;
  color: #195772;
}
@media (min-width: 768px) {
  .ticketing-form-body .category-row .category-name {
    font-size: 16px;
  }
}
.ticketing-form-body .category-row .category-detail {
  width: 100%;
  word-break: break-word;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .ticketing-form-body .category-row .category-detail {
    padding-bottom: 0;
    width: unset;
  }
}

.cart-body .last-element {
  padding-bottom: 58px;
}
.cart-body .cart-checkout-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f1f1f1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: -12px;
  margin-right: -12px;
}
@media (min-width: 992px) {
  .cart-body .cart-checkout-outer {
    background-color: white;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
}

.cart-checkout {
  margin: 20px 0;
  padding: 40px 20px;
  max-width: 360px;
  background-color: white;
}
@media (min-width: 992px) {
  .cart-checkout {
    padding: 40px;
    margin: 0 0 0 40px;
    margin-left: 40px;
  }
}
.cart-checkout .coupon-container {
  margin-bottom: 30px;
}
.cart-checkout .coupon-container-title {
  font-size: 12px;
  color: #909090;
  margin-bottom: 15px;
  text-align: center;
  display: block;
}
.cart-checkout .coupon-container-input {
  position: relative;
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  display: flex;
}
.cart-checkout .coupon-container-input input[type=text] {
  border: none !important;
  width: 100%;
}
.cart-checkout .coupon-container-input .discount-code {
  padding: 0 15px;
  background-color: transparent;
}
.cart-checkout .coupon-container-input .discount-code span {
  font-size: 14px;
  color: #707070;
  text-transform: uppercase;
}
.cart-checkout-end {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cart-checkout-end {
    margin-left: 40px;
  }
}
.cart-checkout-end .body-title {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-top: 20px !important;
}
.cart-checkout-end .view-more-button {
  width: 230px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cart-checkout-end .view-more-button {
    width: 250px;
  }
}

.cart-row {
  margin-bottom: 40px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cart-row {
    max-width: calc(100% - 6px);
  }
}
.cart-row-data-wrapper {
  border-radius: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.cart-row.show-details .event-ticket {
  box-shadow: unset;
}
.cart-row.show-details .toggler-button-img > img {
  transform: rotate(180deg);
}
.cart-row.show-details .event-editor {
  visibility: visible;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.cart-row .event-ticket {
  border-radius: 8px;
  overflow: hidden;
  background-color: #f1f1f1;
  position: relative;
  /*
  &-photo {
      border-radius: 8px;
      overflow: hidden;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 130px;

      @media (min-width:$md-breakpoint) {
          height: auto;
      }
  }
  */
}
@media (min-width: 768px) {
  .cart-row .event-ticket {
    min-height: 250px;
  }
}
.cart-row .event-ticket-info-wrapper {
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 40px);
}
.cart-row .event-ticket-info .ticket-date {
  font-size: 14px;
  font-weight: bold;
  color: #195772;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .cart-row .event-ticket-info .ticket-date {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.cart-row .event-ticket-info .ticket-event-name {
  font-size: 14px;
  color: #3a3a3a;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 768px) {
  .cart-row .event-ticket-info .ticket-event-name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.cart-row .event-ticket-info .ticket-event-ort-name {
  font-size: 14px;
  color: #3a3a3a;
}
@media (min-width: 768px) {
  .cart-row .event-ticket-info .ticket-event-ort-name {
    font-size: 16px;
  }
}
.cart-row .event-ticket-info .ticket-details {
  font-size: 12px;
  color: #707070;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .cart-row .event-ticket-info .ticket-details {
    font-size: 14px;
  }
}
.cart-row .event-ticket-info .ticket-details .detail-item {
  display: block;
}
.cart-row .event-ticket-info .discard-button {
  position: absolute;
  top: -5px;
  right: -5px;
}
@media (min-width: 768px) {
  .cart-row .event-ticket-info .discard-button {
    top: 0;
    right: 0;
  }
}
.cart-row .event-ticket-info .discard-button button {
  background-color: transparent;
  border: none;
  outline: none;
}
.cart-row .event-ticket-info .discard-button span {
  color: #3a3a3a;
  font-size: 20px;
}
@media (min-width: 768px) {
  .cart-row .event-ticket-info .discard-button span {
    color: white;
    font-size: 25px;
  }
}
.cart-row .event-ticket-out {
  /*
  background-color: transparent;
  position: unset;

  @media (min-width:$md-breakpoint) {
      position: relative;
      background-color: $darkcyan;
  }*/
  position: relative;
  background-color: #195772;
  /*
  &-wrapper {
      margin: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: calc(100% - 20px);
      position: unset;

      @media (min-width: $md-breakpoint) {
          position: relative;
          justify-content: center;
      }
  }

  .checkout-remaining {
      text-align: center;
      color: $darkcyan;
      padding-left: 24px;  

      @media (min-width: $md-breakpoint) {
          width: 100%;
          color: white;
          position: absolute;
          bottom: 0;
          left:50%;
          transform: translate(-50%,0);
          padding-left: 0;  
      }

      .remaining-tag {
          display: block;
          font-size: 14px;
          margin-bottom: 12px;
      }

      .remaining-time {
          display: block;
          font-size: 23px;
          font-weight: bold;
          font-style: italic;
      }
  }

  .ticket-price {
      font-weight: bold;
      font-size: 22px;
      color: $darkcyan;
      padding-right: 24px; 

      @media (min-width: $md-breakpoint) {
          color: white;
          padding-left: 0; 
          padding-right: 0; 
      }

      em {
          font-style: normal !important;
      }
  }
  */
}
.cart-row .event-ticket-out-wrapper {
  height: 80px;
  width: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .cart-row .event-ticket-out-wrapper {
    flex-direction: column;
    height: 100%;
  }
}
.cart-row .event-ticket-out .event-ticket-photo {
  order: 1;
  width: 133.33px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .cart-row .event-ticket-out .event-ticket-photo {
    width: unset;
    height: 108px;
  }
}
@media (min-width: 992px) {
  .cart-row .event-ticket-out .event-ticket-photo {
    height: 81px;
  }
}
@media (min-width: 1200px) {
  .cart-row .event-ticket-out .event-ticket-photo {
    height: 113.1px;
  }
}
.cart-row .event-ticket-out .checkout-remaining {
  order: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
@media (min-width: 768px) {
  .cart-row .event-ticket-out .checkout-remaining {
    order: 3;
    flex: 3;
  }
}
.cart-row .event-ticket-out .checkout-remaining .remaining-tag {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .cart-row .event-ticket-out .checkout-remaining .remaining-tag {
    font-size: 14px;
  }
}
.cart-row .event-ticket-out .checkout-remaining .remaining-time {
  display: block;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
@media (min-width: 768px) {
  .cart-row .event-ticket-out .checkout-remaining .remaining-time {
    font-size: 23px;
  }
}
.cart-row .event-ticket-out .ticket-price {
  order: 3;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  color: white;
}
@media (min-width: 768px) {
  .cart-row .event-ticket-out .ticket-price {
    flex: 2;
    font-size: 22px;
    order: 2;
  }
}
.cart-row .event-ticket-out .ticket-price em {
  font-style: normal !important;
}
.cart-row .event-editor {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  visibility: hidden;
  height: 0;
  visibility: visible;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.cart-row .event-editor-toggler {
  width: 220px;
  display: flex;
  background-color: #0F303F;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cart-row .event-editor-toggler {
    width: 320px;
  }
}
.cart-row .event-editor-toggler-inner {
  position: relative;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cart-row .event-editor-toggler-inner {
    justify-content: center;
  }
}
.cart-row .event-editor-toggler-label {
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .cart-row .event-editor-toggler-label {
    padding-left: 0;
  }
}
.cart-row .event-editor-toggler-img {
  height: 12px;
}
@media (min-width: 768px) {
  .cart-row .event-editor-toggler-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 16px;
  }
}
.cart-row .event-editor-toggler-img img {
  height: 100%;
  width: auto;
  display: block;
}
.cart-row .event-editor-details {
  width: 100%;
}
.cart-row .event-editor-details > div:last-of-type {
  border-bottom: none;
}
.cart-row .event-editor-details-inner {
  border-bottom: 1px solid #AAAAAA;
  display: flex;
  padding: 22px 20px;
  max-width: calc(100% - 40px);
}
@media (min-width: 768px) {
  .cart-row .event-editor-details-inner {
    padding: 22px 24px;
    max-width: calc(100% - 48px);
  }
}
.cart-row .event-editor-details-inner-title {
  font-size: 16px;
  color: #3a3a3a !important;
  font-weight: bold;
}
.cart-row .event-editor-details-inner .item-wrapper {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .cart-row .event-editor-details-inner .item-wrapper {
    margin: 8px 6px;
  }
}
.cart-row .event-editor-details label, .cart-row .event-editor-details input[type=text], .cart-row .event-editor-details span {
  color: #707070;
  display: block;
}
.cart-row .event-editor-details label {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.cart-row .event-editor-details input[type=text] {
  width: 100%;
}
.cart-row .event-editor-details .radioset-title {
  font-weight: 600;
  color: #3a3a3a;
  font-size: 16px;
}
.cart-row .event-editor-details .donation-fieldset, .cart-row .event-editor-details .options-fieldset {
  display: flex;
  flex-wrap: wrap;
}
.cart-row .event-editor-details .donation-fieldset label, .cart-row .event-editor-details .options-fieldset label {
  margin-bottom: 0;
  text-transform: none;
}
.cart-row .event-editor-details .donation-fieldset .radio-container {
  width: 60px;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
}
.cart-row .event-editor-details .donation-fieldset input[type=radio] {
  margin-bottom: 8px;
  margin-left: auto;
}
.cart-row .event-editor-details .donation-fieldset .other-radio-container {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.cart-row .event-editor-details .donation-fieldset .other-radio-container input[type=text] {
  width: 100px;
}
.cart-row .event-editor-details .donation-fieldset .other-radio-container .radio-container {
  margin-bottom: 0;
  padding-right: 20px;
}
.cart-row .event-editor-details .options-fieldset {
  width: 100%;
}
.cart-row .event-editor-details .options-fieldset .radio-container {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .cart-row .event-editor-details .options-fieldset .radio-container {
    padding: 8px 6px;
  }
}
.cart-row .event-editor-details .options-fieldset .radio-container label {
  color: #3a3a3a;
  font-size: 16px;
  word-break: break-word;
  font-weight: 600;
}
.cart-row .event-editor-details .options-fieldset .input-radio-wrapper {
  padding-right: 15px;
}
.cart-row .event-editor-details .event-disclaimer {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  text-decoration: underline;
}
.cart-row .event-editor-details .checkbox-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  position: relative;
}
.cart-row .event-editor-details .checkbox-container label {
  font-weight: 600;
  max-width: calc(100% - 50px);
  font-size: 14px;
  color: #3a3a3a;
  text-transform: none;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cart-row .event-editor-details .checkbox-container {
    height: 30px;
    padding-bottom: 6px;
  }
  .cart-row .event-editor-details .checkbox-container label {
    max-width: unset;
  }
  .cart-row .event-editor-details .checkbox-container input[type=checkbox] {
    position: absolute;
    top: 0;
    left: -50px;
  }
}

.summary-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.summary-container .summary-line {
  justify-content: space-between;
  color: #3a3a3a;
  font-weight: 600;
  padding-bottom: 15px;
  display: flex;
  width: 100%;
}
.summary-container .summary-line.line-hidden {
  display: none;
}
.summary-container .summary-line.line-visible {
  display: flex;
}
.summary-container .summary-line.total {
  color: #195772;
  font-size: bold;
  font-size: 26px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.summary-container .form-button {
  width: 230px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .summary-container .form-button {
    width: 250px;
  }
}

/***** MEET THE TEAM PAGE *****/
@media (min-width: 992px) {
  .meet-intro-container {
    margin-right: 40px;
  }
}
.meet-intro-container .body-title {
  text-align: left !important;
}

.meet-intro {
  padding: 14px 0 24px;
  border-bottom: 1px solid #AAAAAA;
}

.meet-services {
  padding: 24px 0;
}
@media (min-width: 768px) {
  .meet-services {
    padding: 24px 0 0;
  }
}

.meet-video-container {
  width: 100%;
  min-height: 260px;
  margin-top: 16px;
  border-radius: 8px;
  /* Add a handler to track clicks*/
}
@media (min-width: 768px) {
  .meet-video-container {
    width: calc(100% - 40px);
    margin-left: 40px;
    height: 100%;
    margin-top: 0;
  }
}
.meet-video-container .holder {
  position: relative;
  height: 100%;
}
.meet-video-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: none;
}
@media (min-width: 768px) {
  .meet-video-container .overlay {
    display: block;
  }
}

.meet-cards {
  padding: 20px 0;
  background-color: #f1f1f1;
}
@media (min-width: 768px) {
  .meet-cards {
    background-color: none;
    padding: 40px 0;
    background-image: linear-gradient(#f1f1f1 330px, white 330px);
  }
}
@media (min-width: 992px) {
  .meet-cards {
    background-image: linear-gradient(#f1f1f1 360px, white 360px);
  }
}
@media (min-width: 1200px) {
  .meet-cards {
    background-image: linear-gradient(#f1f1f1 400px, white 400px);
  }
}
.meet-cards .meet-photo-selector {
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .meet-photo-selector {
    display: flex;
  }
}
@media (min-width: 992px) {
  .meet-cards .meet-photo-selector {
    margin-left: 20px !important;
    margin-right: 20px !important;
    width: unset;
  }
}
@media (min-width: 1200px) {
  .meet-cards .meet-photo-selector {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
}
.meet-cards-photo-wrapper {
  display: flex;
  justify-content: center;
  justify-items: center;
}
.meet-cards-photo-wrapper .meet-cards-state-manager:hover ~ .meet-cards-overlay {
  opacity: 0.4;
  display: block;
}
.meet-cards .card-element {
  min-height: 150px;
  min-width: 150px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .meet-cards .card-element {
    min-width: 110px;
    min-height: 110px;
  }
}
@media (min-width: 992px) {
  .meet-cards .card-element {
    min-width: 125px;
    min-height: 125px;
  }
}
@media (min-width: 1200px) {
  .meet-cards .card-element {
    min-width: 145px;
    min-height: 145px;
  }
}
.meet-cards-photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.meet-cards-overlay {
  background-color: #195772;
  opacity: 0.53;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  pointer-events: none;
}
.meet-cards-overlay .tomato-mark {
  position: absolute;
  height: 0;
  width: auto;
  bottom: 15px;
  right: 15px;
}
@media (min-width: 768px) {
  .meet-cards-overlay .tomato-mark {
    height: 20px;
    bottom: 10px;
    right: 10px;
  }
}
@media (min-width: 992px) {
  .meet-cards-overlay .tomato-mark {
    height: 25px;
    bottom: 15px;
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .meet-cards-overlay .tomato-mark {
    height: 35px;
  }
}
.meet-cards .show-1 .overlay-element-1 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-1 .overlay-element-1 {
    display: block;
  }
  .meet-cards .show-1 .overlay-element-1 .tomato-mark {
    display: block;
  }
  .meet-cards .show-1 .meet-card-item-1 {
    display: block;
  }
}
.meet-cards .show-1 .overlay-element-2 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-1 .overlay-element-2 {
    display: none;
  }
  .meet-cards .show-1 .overlay-element-2 .tomato-mark {
    display: none;
  }
  .meet-cards .show-1 .meet-card-item-2 {
    display: none;
  }
}
.meet-cards .show-1 .overlay-element-3 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-1 .overlay-element-3 {
    display: none;
  }
  .meet-cards .show-1 .overlay-element-3 .tomato-mark {
    display: none;
  }
  .meet-cards .show-1 .meet-card-item-3 {
    display: none;
  }
}
.meet-cards .show-1 .overlay-element-4 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-1 .overlay-element-4 {
    display: none;
  }
  .meet-cards .show-1 .overlay-element-4 .tomato-mark {
    display: none;
  }
  .meet-cards .show-1 .meet-card-item-4 {
    display: none;
  }
}
.meet-cards .show-1 .overlay-element-5 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-1 .overlay-element-5 {
    display: none;
  }
  .meet-cards .show-1 .overlay-element-5 .tomato-mark {
    display: none;
  }
  .meet-cards .show-1 .meet-card-item-5 {
    display: none;
  }
}
.meet-cards .show-1 .overlay-element-6 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-1 .overlay-element-6 {
    display: none;
  }
  .meet-cards .show-1 .overlay-element-6 .tomato-mark {
    display: none;
  }
  .meet-cards .show-1 .meet-card-item-6 {
    display: none;
  }
}
.meet-cards .show-1 .overlay-element-7 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-1 .overlay-element-7 {
    display: none;
  }
  .meet-cards .show-1 .overlay-element-7 .tomato-mark {
    display: none;
  }
  .meet-cards .show-1 .meet-card-item-7 {
    display: none;
  }
}
.meet-cards .show-2 .overlay-element-1 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-2 .overlay-element-1 {
    display: none;
  }
  .meet-cards .show-2 .overlay-element-1 .tomato-mark {
    display: none;
  }
  .meet-cards .show-2 .meet-card-item-1 {
    display: none;
  }
}
.meet-cards .show-2 .overlay-element-2 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-2 .overlay-element-2 {
    display: block;
  }
  .meet-cards .show-2 .overlay-element-2 .tomato-mark {
    display: block;
  }
  .meet-cards .show-2 .meet-card-item-2 {
    display: block;
  }
}
.meet-cards .show-2 .overlay-element-3 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-2 .overlay-element-3 {
    display: none;
  }
  .meet-cards .show-2 .overlay-element-3 .tomato-mark {
    display: none;
  }
  .meet-cards .show-2 .meet-card-item-3 {
    display: none;
  }
}
.meet-cards .show-2 .overlay-element-4 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-2 .overlay-element-4 {
    display: none;
  }
  .meet-cards .show-2 .overlay-element-4 .tomato-mark {
    display: none;
  }
  .meet-cards .show-2 .meet-card-item-4 {
    display: none;
  }
}
.meet-cards .show-2 .overlay-element-5 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-2 .overlay-element-5 {
    display: none;
  }
  .meet-cards .show-2 .overlay-element-5 .tomato-mark {
    display: none;
  }
  .meet-cards .show-2 .meet-card-item-5 {
    display: none;
  }
}
.meet-cards .show-2 .overlay-element-6 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-2 .overlay-element-6 {
    display: none;
  }
  .meet-cards .show-2 .overlay-element-6 .tomato-mark {
    display: none;
  }
  .meet-cards .show-2 .meet-card-item-6 {
    display: none;
  }
}
.meet-cards .show-2 .overlay-element-7 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-2 .overlay-element-7 {
    display: none;
  }
  .meet-cards .show-2 .overlay-element-7 .tomato-mark {
    display: none;
  }
  .meet-cards .show-2 .meet-card-item-7 {
    display: none;
  }
}
.meet-cards .show-3 .overlay-element-1 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-3 .overlay-element-1 {
    display: none;
  }
  .meet-cards .show-3 .overlay-element-1 .tomato-mark {
    display: none;
  }
  .meet-cards .show-3 .meet-card-item-1 {
    display: none;
  }
}
.meet-cards .show-3 .overlay-element-2 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-3 .overlay-element-2 {
    display: none;
  }
  .meet-cards .show-3 .overlay-element-2 .tomato-mark {
    display: none;
  }
  .meet-cards .show-3 .meet-card-item-2 {
    display: none;
  }
}
.meet-cards .show-3 .overlay-element-3 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-3 .overlay-element-3 {
    display: block;
  }
  .meet-cards .show-3 .overlay-element-3 .tomato-mark {
    display: block;
  }
  .meet-cards .show-3 .meet-card-item-3 {
    display: block;
  }
}
.meet-cards .show-3 .overlay-element-4 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-3 .overlay-element-4 {
    display: none;
  }
  .meet-cards .show-3 .overlay-element-4 .tomato-mark {
    display: none;
  }
  .meet-cards .show-3 .meet-card-item-4 {
    display: none;
  }
}
.meet-cards .show-3 .overlay-element-5 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-3 .overlay-element-5 {
    display: none;
  }
  .meet-cards .show-3 .overlay-element-5 .tomato-mark {
    display: none;
  }
  .meet-cards .show-3 .meet-card-item-5 {
    display: none;
  }
}
.meet-cards .show-3 .overlay-element-6 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-3 .overlay-element-6 {
    display: none;
  }
  .meet-cards .show-3 .overlay-element-6 .tomato-mark {
    display: none;
  }
  .meet-cards .show-3 .meet-card-item-6 {
    display: none;
  }
}
.meet-cards .show-3 .overlay-element-7 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-3 .overlay-element-7 {
    display: none;
  }
  .meet-cards .show-3 .overlay-element-7 .tomato-mark {
    display: none;
  }
  .meet-cards .show-3 .meet-card-item-7 {
    display: none;
  }
}
.meet-cards .show-4 .overlay-element-1 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-4 .overlay-element-1 {
    display: none;
  }
  .meet-cards .show-4 .overlay-element-1 .tomato-mark {
    display: none;
  }
  .meet-cards .show-4 .meet-card-item-1 {
    display: none;
  }
}
.meet-cards .show-4 .overlay-element-2 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-4 .overlay-element-2 {
    display: none;
  }
  .meet-cards .show-4 .overlay-element-2 .tomato-mark {
    display: none;
  }
  .meet-cards .show-4 .meet-card-item-2 {
    display: none;
  }
}
.meet-cards .show-4 .overlay-element-3 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-4 .overlay-element-3 {
    display: none;
  }
  .meet-cards .show-4 .overlay-element-3 .tomato-mark {
    display: none;
  }
  .meet-cards .show-4 .meet-card-item-3 {
    display: none;
  }
}
.meet-cards .show-4 .overlay-element-4 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-4 .overlay-element-4 {
    display: block;
  }
  .meet-cards .show-4 .overlay-element-4 .tomato-mark {
    display: block;
  }
  .meet-cards .show-4 .meet-card-item-4 {
    display: block;
  }
}
.meet-cards .show-4 .overlay-element-5 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-4 .overlay-element-5 {
    display: none;
  }
  .meet-cards .show-4 .overlay-element-5 .tomato-mark {
    display: none;
  }
  .meet-cards .show-4 .meet-card-item-5 {
    display: none;
  }
}
.meet-cards .show-4 .overlay-element-6 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-4 .overlay-element-6 {
    display: none;
  }
  .meet-cards .show-4 .overlay-element-6 .tomato-mark {
    display: none;
  }
  .meet-cards .show-4 .meet-card-item-6 {
    display: none;
  }
}
.meet-cards .show-4 .overlay-element-7 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-4 .overlay-element-7 {
    display: none;
  }
  .meet-cards .show-4 .overlay-element-7 .tomato-mark {
    display: none;
  }
  .meet-cards .show-4 .meet-card-item-7 {
    display: none;
  }
}
.meet-cards .show-5 .overlay-element-1 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-5 .overlay-element-1 {
    display: none;
  }
  .meet-cards .show-5 .overlay-element-1 .tomato-mark {
    display: none;
  }
  .meet-cards .show-5 .meet-card-item-1 {
    display: none;
  }
}
.meet-cards .show-5 .overlay-element-2 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-5 .overlay-element-2 {
    display: none;
  }
  .meet-cards .show-5 .overlay-element-2 .tomato-mark {
    display: none;
  }
  .meet-cards .show-5 .meet-card-item-2 {
    display: none;
  }
}
.meet-cards .show-5 .overlay-element-3 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-5 .overlay-element-3 {
    display: none;
  }
  .meet-cards .show-5 .overlay-element-3 .tomato-mark {
    display: none;
  }
  .meet-cards .show-5 .meet-card-item-3 {
    display: none;
  }
}
.meet-cards .show-5 .overlay-element-4 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-5 .overlay-element-4 {
    display: none;
  }
  .meet-cards .show-5 .overlay-element-4 .tomato-mark {
    display: none;
  }
  .meet-cards .show-5 .meet-card-item-4 {
    display: none;
  }
}
.meet-cards .show-5 .overlay-element-5 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-5 .overlay-element-5 {
    display: block;
  }
  .meet-cards .show-5 .overlay-element-5 .tomato-mark {
    display: block;
  }
  .meet-cards .show-5 .meet-card-item-5 {
    display: block;
  }
}
.meet-cards .show-5 .overlay-element-6 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-5 .overlay-element-6 {
    display: none;
  }
  .meet-cards .show-5 .overlay-element-6 .tomato-mark {
    display: none;
  }
  .meet-cards .show-5 .meet-card-item-6 {
    display: none;
  }
}
.meet-cards .show-5 .overlay-element-7 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-5 .overlay-element-7 {
    display: none;
  }
  .meet-cards .show-5 .overlay-element-7 .tomato-mark {
    display: none;
  }
  .meet-cards .show-5 .meet-card-item-7 {
    display: none;
  }
}
.meet-cards .show-6 .overlay-element-1 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-6 .overlay-element-1 {
    display: none;
  }
  .meet-cards .show-6 .overlay-element-1 .tomato-mark {
    display: none;
  }
  .meet-cards .show-6 .meet-card-item-1 {
    display: none;
  }
}
.meet-cards .show-6 .overlay-element-2 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-6 .overlay-element-2 {
    display: none;
  }
  .meet-cards .show-6 .overlay-element-2 .tomato-mark {
    display: none;
  }
  .meet-cards .show-6 .meet-card-item-2 {
    display: none;
  }
}
.meet-cards .show-6 .overlay-element-3 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-6 .overlay-element-3 {
    display: none;
  }
  .meet-cards .show-6 .overlay-element-3 .tomato-mark {
    display: none;
  }
  .meet-cards .show-6 .meet-card-item-3 {
    display: none;
  }
}
.meet-cards .show-6 .overlay-element-4 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-6 .overlay-element-4 {
    display: none;
  }
  .meet-cards .show-6 .overlay-element-4 .tomato-mark {
    display: none;
  }
  .meet-cards .show-6 .meet-card-item-4 {
    display: none;
  }
}
.meet-cards .show-6 .overlay-element-5 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-6 .overlay-element-5 {
    display: none;
  }
  .meet-cards .show-6 .overlay-element-5 .tomato-mark {
    display: none;
  }
  .meet-cards .show-6 .meet-card-item-5 {
    display: none;
  }
}
.meet-cards .show-6 .overlay-element-6 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-6 .overlay-element-6 {
    display: block;
  }
  .meet-cards .show-6 .overlay-element-6 .tomato-mark {
    display: block;
  }
  .meet-cards .show-6 .meet-card-item-6 {
    display: block;
  }
}
.meet-cards .show-6 .overlay-element-7 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-6 .overlay-element-7 {
    display: none;
  }
  .meet-cards .show-6 .overlay-element-7 .tomato-mark {
    display: none;
  }
  .meet-cards .show-6 .meet-card-item-7 {
    display: none;
  }
}
.meet-cards .show-7 .overlay-element-1 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-7 .overlay-element-1 {
    display: none;
  }
  .meet-cards .show-7 .overlay-element-1 .tomato-mark {
    display: none;
  }
  .meet-cards .show-7 .meet-card-item-1 {
    display: none;
  }
}
.meet-cards .show-7 .overlay-element-2 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-7 .overlay-element-2 {
    display: none;
  }
  .meet-cards .show-7 .overlay-element-2 .tomato-mark {
    display: none;
  }
  .meet-cards .show-7 .meet-card-item-2 {
    display: none;
  }
}
.meet-cards .show-7 .overlay-element-3 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-7 .overlay-element-3 {
    display: none;
  }
  .meet-cards .show-7 .overlay-element-3 .tomato-mark {
    display: none;
  }
  .meet-cards .show-7 .meet-card-item-3 {
    display: none;
  }
}
.meet-cards .show-7 .overlay-element-4 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-7 .overlay-element-4 {
    display: none;
  }
  .meet-cards .show-7 .overlay-element-4 .tomato-mark {
    display: none;
  }
  .meet-cards .show-7 .meet-card-item-4 {
    display: none;
  }
}
.meet-cards .show-7 .overlay-element-5 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-7 .overlay-element-5 {
    display: none;
  }
  .meet-cards .show-7 .overlay-element-5 .tomato-mark {
    display: none;
  }
  .meet-cards .show-7 .meet-card-item-5 {
    display: none;
  }
}
.meet-cards .show-7 .overlay-element-6 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-7 .overlay-element-6 {
    display: none;
  }
  .meet-cards .show-7 .overlay-element-6 .tomato-mark {
    display: none;
  }
  .meet-cards .show-7 .meet-card-item-6 {
    display: none;
  }
}
.meet-cards .show-7 .overlay-element-7 {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .show-7 .overlay-element-7 {
    display: block;
  }
  .meet-cards .show-7 .overlay-element-7 .tomato-mark {
    display: block;
  }
  .meet-cards .show-7 .meet-card-item-7 {
    display: block;
  }
}
.meet-cards .meet-card {
  background-color: white;
  width: 100%;
}
@media (min-width: 768px) {
  .meet-cards .meet-card {
    padding-bottom: 0;
  }
}
.meet-cards .meet-card-inner-wrapper {
  padding: 0;
}
@media (min-width: 768px) {
  .meet-cards .meet-card-inner-wrapper {
    padding: 40px 50px;
  }
}
@media (min-width: 992px) {
  .meet-cards .meet-card-inner-wrapper {
    padding: 40px 100px;
  }
}
@media (min-width: 768px) {
  .meet-cards .meet-card .padding-helper-1 {
    padding-right: 40px;
  }
}
.meet-cards .meet-card .meet-cards-photo {
  width: 100%;
  height: 115px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .meet-cards .meet-card .meet-cards-photo {
    width: 160px;
    height: 160px;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .meet-cards .meet-card .meet-cards-photo {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .meet-cards .meet-card .meet-cards-photo {
    width: 240px;
    height: 240px;
  }
}
.meet-cards .meet-card-name {
  font-size: 20px;
  font-weight: 600;
  color: #3a3a3a;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}
@media (min-width: 768px) {
  .meet-cards .meet-card-name {
    padding-top: 0;
    padding-left: 0;
  }
}
.meet-cards .meet-card-position {
  font-size: 13px;
  font-weight: 700;
  color: #98c348;
  text-transform: uppercase;
  padding: 8px 15px 20px;
  display: block;
}
@media (min-width: 768px) {
  .meet-cards .meet-card-position {
    padding: 16px 0 30px;
  }
}
.meet-cards .meet-card-fun-fact, .meet-cards .meet-card-details {
  display: none;
}
@media (min-width: 768px) {
  .meet-cards .meet-card-fun-fact, .meet-cards .meet-card-details {
    display: block;
  }
}
.meet-cards .meet-card-fun-fact, .meet-cards .meet-card-details > p {
  margin-bottom: 10px;
  font-size: 13px;
  color: #3a3a3a;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .meet-cards .meet-card-fun-fact, .meet-cards .meet-card-details > p {
    font-size: 14px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .meet-cards .meet-card-fun-fact, .meet-cards .meet-card-details > p {
    font-size: 16px;
  }
}
.meet-cards .meet-card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.meet-cards .meet-card-item.show-details .toggler-button-img > img {
  transform: rotate(180deg);
}
.meet-cards .meet-card-item.show-details .meet-card-details, .meet-cards .meet-card-item.show-details .meet-card-fun-fact {
  display: block;
}
.meet-cards .meet-card-item.show-details .meet-card-fun-fact {
  padding-top: 20px;
}
.meet-cards .meet-card-item.show-details .meet-card {
  padding-bottom: 20px;
}
.meet-cards .meet-card-item .toggler-button {
  display: block;
}
@media (min-width: 768px) {
  .meet-cards .meet-card-item .toggler-button {
    display: none;
  }
}
.meet-cards .meet-card-item .toggler-button-label {
  padding-left: 55px;
}

.meet-gallery {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .meet-gallery {
    padding: 10px 0 30px;
  }
}
.meet-gallery-container {
  margin-left: -10px !important;
  margin-right: -10px !important;
  width: unset !important;
  max-width: unset !important;
}
.meet-gallery-photo-outer {
  padding: 10px;
}
.meet-gallery-photo {
  min-height: 150px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .meet-gallery-photo {
    min-height: 180px;
  }
}
@media (min-width: 992px) {
  .meet-gallery-photo {
    min-height: 260px;
  }
}
.meet-gallery-media-kit-outer {
  padding: 30px 10px 10px;
}
@media (min-width: 768px) {
  .meet-gallery-media-kit-outer {
    padding: 30px 10px 20px;
  }
}
@media (min-width: 768px) {
  .meet-gallery .offset-supp {
    margin-left: 50%;
  }
}
.meet-gallery-media-kit {
  display: flex;
}
.meet-gallery-media-kit img {
  max-height: 50px;
  max-width: 60px;
  padding-right: 20px;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .ticketing-opening-disclaimer {
    padding-top: 28px;
  }
}

.card-sell .card {
  min-height: 465px;
  border-radius: 8px;
  box-shadow: none !important;
  border: 1px solid #e3e3e3;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-sell .card {
    min-height: 409px;
  }
}
@media (min-width: 1200px) {
  .card-sell .card {
    min-height: 478px;
  }
}

.events {
  background-color: #f1f1f1;
}
.events .image-container {
  padding-right: 0;
}
@media (min-width: 992px) {
  .events .image-container.thank-you-image, .events .image-container.ticket-my-event-image {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.events .image-container .featured-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-right: 0;
  min-height: 140px;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 768px) {
  .events .image-container .featured-image {
    min-height: 200px;
  }
}
@media (min-width: 992px) {
  .events .image-container .featured-image {
    min-height: 100%;
    border-radius: 8px 0 0 8px;
  }
}
.events .image-container .featured-image.microphone {
  background-image: url("/assets/images/ui/ticket-images/microphone.png");
}
.events .image-container .featured-image.fireworks {
  background-image: url("/assets/images/ui/ticket-images/fireworks.png");
}
.events .set-up-your-event-row {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
@media (min-width: 992px) {
  .events .set-up-your-event-row {
    box-shadow: none;
    border-radius: unset;
  }
}
.events .set-up-your-event {
  text-align: center;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 992px) {
  .events .set-up-your-event {
    border-radius: 8px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16);
  }
}
.events .set-up-your-event-inner-wrapper {
  padding: 45px 10px;
}
@media (min-width: 768px) {
  .events .set-up-your-event-inner-wrapper {
    padding: 45px 45px;
  }
}
@media (min-width: 992px) {
  .events .set-up-your-event-inner-wrapper {
    padding: 45px 20px;
  }
}
@media (min-width: 1200px) {
  .events .set-up-your-event-inner-wrapper {
    padding: 45px 45px;
  }
}
.events .set-up-your-event .event-attrs p {
  padding: 10px 0;
  color: #3a3a3a;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  max-width: calc(100% - 55px);
}
@media (min-width: 768px) {
  .events .set-up-your-event .event-attrs p {
    font-size: 16px;
    max-width: unset;
    text-align: center;
    color: #98c348;
    display: block;
  }
}
.events .set-up-your-event .event-attrs .event-attr {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .events .set-up-your-event .event-attrs .event-attr {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    border-right: 1px solid #AAAAAA;
  }
  .events .set-up-your-event .event-attrs .event-attr:last-child {
    border-right: none;
  }
}
.events .set-up-your-event .event-attrs .img-attr {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .events .set-up-your-event .event-attrs .img-attr {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
}
.events .set-up-your-event .thank-you-actions p {
  padding: 10px 0;
  color: black;
  font-size: 14px;
  text-align: left;
}
@media (min-width: 768px) {
  .events .set-up-your-event .thank-you-actions p {
    font-size: 16px;
  }
}
.events .set-up-your-event .thank-you-actions .thank-you-action {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .events .set-up-your-event .thank-you-actions .thank-you-action {
    border-right: 1px solid #AAAAAA;
  }
  .events .set-up-your-event .thank-you-actions .thank-you-action:last-child {
    border-right: none;
  }
}
.events .set-up-your-event .thank-you-actions .img-thank-you {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.events .set-up-your-event .form-button,
.events .set-up-your-event .view-more-button {
  width: 220px;
}
.events .set-up-your-event .lc-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.events .set-up-your-event .lc-block .bg-blue {
  background-color: #195772;
}
.events .set-up-your-event .lc-block span {
  color: black;
  font-size: 14px;
}
@media (min-width: 768px) {
  .events .set-up-your-event .lc-block span {
    font-size: 16px;
  }
}

.checkout-confim-details {
  padding-bottom: 40px;
}
.checkout-confim-details p:first-child {
  margin-bottom: 15px;
}
.checkout-confim-details .details-item {
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
  color: #195772;
}

.account-body {
  padding-top: 80px;
  margin-bottom: 40px;
}
.account-body .event-link {
  color: #195772 !important;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 600;
}

.account-actions-container {
  padding-left: 0;
  padding-right: 0;
}
.account-actions-container .account-cta-container {
  margin: 16px 6px;
}
.account-actions-container .account-cta-container .form-button {
  margin: 10px auto;
}
@media (min-width: 768px) {
  .account-actions-container .account-cta-container .form-button {
    margin: 10px 0;
  }
}

.account-image-container {
  margin-top: 35px;
  height: 300px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .account-image-container {
    padding-right: 0;
    padding-left: 20px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .account-image-container {
    padding-left: 40px;
  }
}
.account-image-container .account-image {
  background-image: url(/assets/images/content/new-artwork/form-image.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  border-radius: 8px;
  position: relative;
}
@media (min-width: 768px) {
  .account-image-container .account-image {
    background-position: center;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .account-image-container .tomato-water-mark {
    height: 100px;
  }
}

.new-account-nav {
  border-bottom: 1px solid #aaaaaa;
  width: 100%;
  margin-bottom: 35px;
}
.new-account-nav-item {
  display: inline-block;
  height: 40px;
  width: 130px;
}
.new-account-nav-item:first-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .new-account-nav-item:first-child {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .new-account-nav-item {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .new-account-nav-item {
    width: 240px;
  }
}
.new-account-nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
  background-color: #195772;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.new-account-nav-link:hover {
  background-color: #0F303F;
}
.new-account-nav-link.active {
  background-color: #0F303F;
}

@media (min-width: 768px) {
  #my-account .form-wrapper {
    padding-left: 0;
    padding-right: 36px;
  }
}
@media (min-width: 992px) {
  #my-account .form-wrapper {
    padding-right: 56px;
  }
}
@media (min-width: 1200px) {
  #my-account .form-wrapper {
    padding-right: 180px;
  }
}

#my-orders .form-button {
  width: 152px !important;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
}
#my-orders .form-button > a {
  display: flex !important;
}

#inhouseForm input[type=checkbox]:after {
  top: 8px;
}