@charset "UTF-8";
/*
[Table of contents]

1. General styles and resets
2. Bordered Document / .bordered-document
3. Header / .main-header
4. Banner
5. Buttons / .btn
6. Search form / .search-form
7. Content block / .content-block
8. Block Heading / .block-heading
9. Parallax / .parallax
10. Gallery list / .gallery-list
11. Team / .team-container
12. Count Block / .count-block
13. Testimonial / .testimonial-container
14. Logo Block / .logo-container
15. Newsletter form / .waituk_newsletter-form
16. Post Block / .post-grid
17. Elements / .demo-wrapper
18. Blog
19. Footer
20. Utilities
-----------------------------------------------------*/
/*------------------------------------------------------------------
1. General styles and resets
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i");
@import 'https://fonts.googleapis.com/css?family=Just+Another+Hand';
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
.footer-nav ul, .instagram-widget ul, .blog-lists .blog-list-items, .tag-block ul, .white-overlay .nav-wrap ul.side-nav,
.white-overlay .nav-wrap .header-links ul, .nav-wrap ul.side-nav,
.nav-wrap .header-links ul, .icon-lists ul, .pricing-box-v1 .plan-features ul, .content-list, .social-network, .filter-nav, .content-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* preloader styles */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
  z-index: 9999999999;
  transition: all linear 0.3s;
}
.preloader:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -0.25em;
}
.preloader.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.preloader .holder {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

/*coffee cup*/
.coffee_cup {
  width: 40px;
  height: 50px;
  border: 2px #5645ff solid;
  border-radius: 0px 0px 5px 5px;
  position: relative;
  margin: 36px auto;
}

.coffee_cup:after, .coffee_cup:before {
  position: absolute;
  content: "";
}

.coffee_cup:after {
  width: 10px;
  height: 20px;
  border: 2px #5645ff solid;
  border-left: none;
  border-radius: 0 20px 20px 0;
  left: 40px;
  top: 5px;
}

.coffee_cup:before {
  width: 3px;
  height: 10px;
  background-color: #5645ff;
  top: -16px;
  left: 12px;
  box-shadow: 5px 0px 0px 0px #5645ff, 5px -5px 0px 0px #5645ff, 10px 0px 0px 0px #5645ff;
  -webkit-animation: steam 700ms linear infinite alternate;
  -moz-animation: steam 700ms linear infinite alternate;
  animation: steam 700ms linear infinite alternate;
}

@-webkit-keyframes steam {
  0% {
    height: 0px;
  }
  100% {
    height: 10px;
  }
}
@-moz-keyframes steam {
  0% {
    height: 0px;
  }
  100% {
    height: 10px;
  }
}
@keyframes steam {
  0% {
    height: 0px;
  }
  100% {
    height: 10px;
  }
}
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

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

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

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
html {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #5645ff;
  text-decoration: none;
}
a:focus, a:hover {
  color: #2812ff;
  text-decoration: none;
}

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

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

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

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

th {
  text-align: left;
}

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

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

.col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ebedef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ebedef;
}
.table tbody + tbody {
  border-top: 2px solid #ebedef;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}
.table-inverse.table-bordered {
  border: 0;
}

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: none;
}
.form-control::placeholder {
  color: #636c72;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}
.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

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

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

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

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

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

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

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

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

.form-check-inline {
  display: inline-block;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn:active, .btn.active {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #5645ff;
  border-color: #5645ff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2812ff;
  border-color: #1e08ff;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 2px rgba(86, 69, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #5645ff;
  border-color: #5645ff;
}
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2812ff;
  background-image: none;
  border-color: #1e08ff;
}

.btn-secondary {
  color: #292b2c;
  background-color: #55565b;
  border-color: #55565b;
}
.btn-secondary:hover {
  color: #292b2c;
  background-color: #3c3d41;
  border-color: #37383b;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(85, 86, 91, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #55565b;
  border-color: #55565b;
}
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: #3c3d41;
  background-image: none;
  border-color: #37383b;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}

.btn-warning {
  color: #fff;
  background-color: #ff6138;
  border-color: #ff6138;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ff3905;
  border-color: #fa3300;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(255, 97, 56, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ff6138;
  border-color: #ff6138;
}
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff3905;
  background-image: none;
  border-color: #fa3300;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

.btn-outline-primary {
  color: #5645ff;
  background-image: none;
  background-color: transparent;
  border-color: #5645ff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #5645ff;
  border-color: #5645ff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(86, 69, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #5645ff;
  background-color: transparent;
}
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #5645ff;
  border-color: #5645ff;
}

.btn-outline-secondary {
  color: #55565b;
  background-image: none;
  background-color: transparent;
  border-color: #55565b;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #55565b;
  border-color: #55565b;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(85, 86, 91, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #55565b;
  background-color: transparent;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #55565b;
  border-color: #55565b;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-warning {
  color: #ff6138;
  background-image: none;
  background-color: transparent;
  border-color: #ff6138;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ff6138;
  border-color: #ff6138;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(255, 97, 56, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ff6138;
  background-color: transparent;
}
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff6138;
  border-color: #ff6138;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}
.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-link {
  font-weight: normal;
  color: #5645ff;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
  color: #2812ff;
  text-decoration: none;
  background-color: transparent;
}
.btn-link:disabled {
  color: #636c72;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

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

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

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

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

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

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

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #55565b;
  text-align: left;
  list-style: none;
  background-color: #212121;
  background-clip: padding-box;
  border: 1px solid #272727;
  border-radius: 0.25rem;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #7d7d7d;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f7f7f9;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

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

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

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

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

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

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

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

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

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

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

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

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

.input-group {
  position: relative;
  display: flex;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0275d8;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
}
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #8fcafe;
}
.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

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

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

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

.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

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

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

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

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.custom-file-control:lang(en)::after {
  content: "Choose file...";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}

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

.nav-link {
  display: block;
  padding: 0.5em 1em;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

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

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

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

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

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

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

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

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

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

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

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}
.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}
.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

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

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

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

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

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}
.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

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

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

.card-outline-primary {
  background-color: transparent;
  border-color: #5645ff;
}

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

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

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

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

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

.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

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

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

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

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

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

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
  }
  .card-deck .card:not(:first-child) {
    margin-left: 15px;
  }
  .card-deck .card:not(:last-child) {
    margin-right: 15px;
  }
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}
.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}

.breadcrumb-item {
  float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #636c72;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #fff;
}

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

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #5645ff;
  background-color: #fff;
  border: 1px solid #ebedef;
}
.page-link:focus, .page-link:hover {
  color: #2812ff;
  text-decoration: none;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

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

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

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

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

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

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

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

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

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

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c1e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6d5ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7ecb5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9b9;
}
.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

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

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

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

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #464a4c;
  text-align: inherit;
}
.list-group-item-action .list-group-item-heading {
  color: #292b2c;
}
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #464a4c;
  text-decoration: none;
  background-color: #f7f7f9;
}
.list-group-item-action:active {
  color: #55565b;
  background-color: #eceeef;
}

.list-group-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #fff;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
  color: #636c72;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text {
  color: #daeeff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

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

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

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

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}
@media (-webkit-transform-3d) {
  .carousel-item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
}
@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
}

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

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

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.flex-first {
  order: -1;
}

.flex-last {
  order: 1;
}

.flex-unordered {
  order: 0;
}

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    order: -1;
  }
  .flex-sm-last {
    order: 1;
  }
  .flex-sm-unordered {
    order: 0;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    order: -1;
  }
  .flex-md-last {
    order: 1;
  }
  .flex-md-unordered {
    order: 0;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    order: -1;
  }
  .flex-lg-last {
    order: 1;
  }
  .flex-lg-unordered {
    order: 0;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1;
  }
  .flex-xl-last {
    order: 1;
  }
  .flex-xl-unordered {
    order: 0;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-4 {
  margin: 1.5rem 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

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

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

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

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

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important;
}

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

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

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

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

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

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

.text-warning {
  color: #ff6138 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ff3905 !important;
}

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

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

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important;
}

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

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

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

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

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

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

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

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

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

.hidden-xl-down {
  display: none !important;
}

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

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

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

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

.footer-nav ul, .instagram-widget ul, .blog-lists .blog-list-items, .tag-block ul, .white-overlay .nav-wrap ul.side-nav,
.white-overlay .nav-wrap .header-links ul, .nav-wrap ul.side-nav,
.nav-wrap .header-links ul, .icon-lists ul, .pricing-box-v1 .plan-features ul, .content-list, .social-network, .filter-nav, .content-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * 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.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480BE;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  display: inline-block;
  padding-top: 24px;
  text-align: center;
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low, .slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480BE;
  margin-left: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-color: #F7F7F7;
  background-image: -moz-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DFDFDF), to(#BEBEBE));
  background-image: -webkit-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: -o-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: linear-gradient(to bottom, #DFDFDF, #BEBEBE);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DFDFDF", endColorstr="#BEBEBE",GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-color: #F7F7F7;
  background-image: -moz-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#E9E9E9));
  background-image: -webkit-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: -o-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: linear-gradient(to bottom, #E5E5E5, #E9E9E9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E5E5E5", endColorstr="#E9E9E9",GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}

.slider-track {
  background-color: #F7F7F7;
  background-image: -moz-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));
  background-image: -webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -o-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F5F5F5", endColorstr="#F9F9F9",GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  cursor: pointer;
}

.slider-selection {
  background-color: #F7F7F7;
  background-image: -moz-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9), to(#F5F5F5));
  background-image: -webkit-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: -o-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: linear-gradient(to bottom, #F9F9F9, #F5F5F5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F9F9F9", endColorstr="#F5F5F5",GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
}

.slider-selection.tick-slider-selection {
  background-color: #F7F7F7;
  background-image: -moz-linear-gradient(top, #89CDEF, #81BFDE);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89CDEF), to(#81BFDE));
  background-image: -webkit-linear-gradient(top, #89CDEF, #81BFDE);
  background-image: -o-linear-gradient(top, #89CDEF, #81BFDE);
  background-image: linear-gradient(to bottom, #89CDEF, #81BFDE);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#89CDEF", endColorstr="#81BFDE",GradientType=0);
}

.slider-track-low, .slider-track-high {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  background: transparent;
  border-radius: slider_border-radius(4px);
}

.slider-handle {
  background-color: #0E90D2;
  background-image: -moz-linear-gradient(top, #149BDF, #0480BE);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149BDF), to(#0480BE));
  background-image: -webkit-linear-gradient(top, #149BDF, #0480BE);
  background-image: -o-linear-gradient(top, #149BDF, #0480BE);
  background-image: linear-gradient(to bottom, #149BDF, #0480BE);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#149BDF", endColorstr="#0480BE",GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337AB7;
  border: 0px solid transparent;
}
.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick {
  background-color: #F7F7F7;
  background-image: -moz-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9), to(#F5F5F5));
  background-image: -webkit-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: -o-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: linear-gradient(to bottom, #F9F9F9, #F5F5F5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F9F9F9", endColorstr="#F5F5F5",GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 20px;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}
.slider-tick.in-selection {
  background-color: #F7F7F7;
  background-image: -moz-linear-gradient(top, #89CDEF, #81BFDE);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89CDEF), to(#81BFDE));
  background-image: -webkit-linear-gradient(top, #89CDEF, #81BFDE);
  background-image: -o-linear-gradient(top, #89CDEF, #81BFDE);
  background-image: linear-gradient(to bottom, #89CDEF, #81BFDE);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#89CDEF", endColorstr="#81BFDE",GradientType=0);
  opacity: 1;
}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ; /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #636c72;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: rgb(185, 74, 72);
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(227, 227, 227);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* general style for html and body */
html,
body {
  height: 100%;
  font-size: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

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

a {
  color: #5645ff;
  text-decoration: none;
  outline: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #2812ff;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=custom-icon-], [class*=" custom-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  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;
}

@font-face {
  font-family: "roxine-font-icon";
  src: url("../fonts/roxine-font-icon/roxine-font-icon.eot");
  src: url("../fonts/roxine-font-icon/roxine-font-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/roxine-font-icon/roxine-font-icon.woff") format("woff"), url("../fonts/roxine-font-icon/roxine-font-icon.ttf") format("truetype"), url("../fonts/roxine-font-icon/roxine-font-icon.svg#roxine-font-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "roxine-font-icon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "roxine-font-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-icon-award:before {
  content: "\e900";
}

.custom-icon-celebrate:before {
  content: "\e901";
}

.custom-icon-dribbble:before {
  content: "\e902";
}

.custom-icon-email:before {
  content: "\e903";
}

.custom-icon-facebook:before {
  content: "\e904";
}

.custom-icon-font-design:before {
  content: "\e905";
}

.custom-icon-google-plus:before {
  content: "\e906";
}

.custom-icon-heart:before {
  content: "\e907";
}

.custom-icon-cart:before {
  content: "\e908";
}

.custom-icon-layers:before {
  content: "\e909";
}

.custom-icon-link:before {
  content: "\e90a";
}

.custom-icon-list:before {
  content: "\e90b";
}

.custom-icon-pen-tool:before {
  content: "\e90c";
}

.custom-icon-phone:before {
  content: "\e90d";
}

.custom-icon-pin:before {
  content: "\e90e";
}

.custom-icon-pinterest:before {
  content: "\e90f";
}

.custom-icon-projects:before {
  content: "\e910";
}

.custom-icon-smile:before {
  content: "\e911";
}

.custom-icon-twitter:before {
  content: "\e912";
}

.custom-icon-vector:before {
  content: "\e913";
}

.custom-icon-angle-right:before {
  content: "\e914";
}

.custom-icon-angle-left:before {
  content: "\e915";
}

.custom-icon-plus:before {
  content: "\e916";
}

.custom-icon-calendar:before {
  content: "\e917";
}

.custom-icon-folder:before {
  content: "\e918";
}

.custom-icon-link2:before {
  content: "\e919";
}

.custom-icon-skill:before {
  content: "\e91a";
}

.custom-icon-user:before {
  content: "\e91b";
}

.custom-icon-headset:before {
  content: "\e91c";
}

.custom-icon-message:before {
  content: "\e91d";
}

.custom-icon-map-marker:before {
  content: "\e91e";
}

.custom-icon-globe:before {
  content: "\e91f";
}

.custom-icon-pyramid:before {
  content: "\e920";
}

.custom-icon-hexagon:before {
  content: "\e921";
}

.custom-icon-cube:before {
  content: "\e922";
}

.custom-icon-minus:before {
  content: "\e923";
}

.custom-icon-phone-ring:before {
  content: "\e924";
}

.custom-icon-search:before {
  content: "\e925";
}

.custom-icon-dollar:before {
  content: "\e926";
}

.custom-icon-email1:before {
  content: "\e927";
}

.custom-icon-arrow-right:before {
  content: "\e928";
}

.icon-users-1:before {
  content: "\e56c";
}

.icon-users:before {
  content: "\e1cd";
}

.icon-user-profile:before {
  content: "\ec07";
}

.icon-settings-streamline-2:before {
  content: "\e337";
}

.icon-mortar-board:before {
  content: "\e25b";
}

.icon-contact-book:before {
  content: "\eef1";
}

.icon-text-align-left:before {
  content: "\ebda";
}

.icon-text-align-right:before {
  content: "\ebdb";
}

.icon-arrow-swap:before {
  content: "\e8d7";
}

.icon-resize-full:before {
  content: "\e52d";
}

.icon-screen-full:before {
  content: "\e280";
}

.icon-code:before {
  content: "\e02b";
}

.icon-source-code:before {
  content: "\ebcc";
}

.icon-question-circle-outline:before {
  content: "\ed5e";
}

.icon-error-two:before {
  content: "\ef2d";
}

.icon-error:before {
  content: "\ef2a";
}

.icon-sitemap:before {
  content: "\e165";
}

.icon-user-plus:before {
  content: "\e1ca";
}

.icon-envelope-1:before {
  content: "\e5b0";
}

.icon-login:before {
  content: "\e4f8";
}

.icon-ios-unlocked:before {
  content: "\e7bf";
}

.icon-dashboard-1:before {
  content: "\eed3";
}

.icon-edit-modify-streamline:before {
  content: "\e304";
}

.icon-server:before {
  content: "\e157";
}

.icon-magic:before {
  content: "\e0ef";
}

.icon-link:before {
  content: "\e0e1";
}

.icon-heart:before {
  content: "\e0b6";
}

.icon-tasks:before {
  content: "\e198";
}

.icon-th-large:before {
  content: "\e1a0";
}

.icon-time:before {
  content: "\eee8";
}

.icon-table:before {
  content: "\e193";
}

.icon-calendar-11:before {
  content: "\f1c5";
}

.icon-indent-right:before {
  content: "\ef67";
}

.icon-lightbulb:before {
  content: "\e3a1";
}

.icon-picture:before {
  content: "\e517";
}

.icon-edit-pen-1:before {
  content: "\efde";
}

.icon-list-alt:before {
  content: "\e0e6";
}

.icon-plus-circle:before {
  content: "\e134";
}

.icon-mark-map:before {
  content: "\ed6b";
}

.icon-play:before {
  content: "\e12f";
}

.icon-move:before {
  content: "\eb4f";
}

.icon-cogs:before {
  content: "\e030";
}

.icon-progress-2:before {
  content: "\e522";
}

.icon-arrow-move:before {
  content: "\e7c5";
}

.icon-star-6:before {
  content: "\e70d";
}

.icon-dollar-2:before {
  content: "\f1aa";
}

.icon-thumbs-up:before {
  content: "\e1a6";
}

.icon-rocket:before {
  content: "\e14d";
}

.icon-quote-left:before {
  content: "\e13e";
}

.icon-laptop-6:before {
  content: "\f1e9";
}

.icon-folder-open:before {
  content: "\e088";
}

.icon-facebook:before {
  content: "\e065";
}

.icon-google-plus:before {
  content: "\e0a1";
}

.icon-pinterest:before {
  content: "\e12b";
}

.icon-dribbble:before {
  content: "\e04e";
}

.icon-twitter:before {
  content: "\e1be";
}

.icon-select:before {
  content: "\e5e5";
}

.icon-columns:before {
  content: "\e031";
}

.icon-close-round:before {
  content: "\e7ab";
}

.icon-angle-left:before {
  content: "r";
}

.icon-angle-right:before {
  content: "s";
}

.icon-ios-more:before {
  content: "\e8ce";
}

.icon-law:before {
  content: "\e248";
}

.icon-android-contacts:before {
  content: "\e7b9";
}

.icon-search:before {
  content: "\e153";
}

.icon-sort-1:before {
  content: "\ec89";
}

.icon-long-arrow-left:before {
  content: "\e0ec";
}

.icon-long-arrow-right:before {
  content: "\e0ed";
}

.icon-sign-in:before {
  content: "\e161";
}

.icon-user-outline:before {
  content: "\e5f5";
}

.icon-ios-locked-outline:before {
  content: "\e779";
}

.icon-thumbs-up-1:before {
  content: "\e554";
}

.icon-photos-pictures:before {
  content: "\ecfe";
}

.icon-group-full:before {
  content: "\eb10";
}

.icon-ios-star:before {
  content: "\e8a8";
}

.icon-android-close:before {
  content: "\e95a";
}

.icon-ios-close-empty:before {
  content: "\e6f3";
}

.icon-calendar:before {
  content: "?";
}

.icon-paper-plane-1:before {
  content: "\e511";
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #ffffff;
}

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

.fa-music:before {
  content: "\f001";
}

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

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

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

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

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

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

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

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

.fa-th:before {
  content: "\f00a";
}

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

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

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

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

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

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

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

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

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

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

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

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

.fa-print:before {
  content: "\f02f";
}

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

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

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

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

.fa-indent:before {
  content: "\f03c";
}

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

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

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

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

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

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

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

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

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

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

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

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

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

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

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

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

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

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

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

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

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

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

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

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

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

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

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

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

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

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

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

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

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

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

.fa-twitter:before {
  content: "\f099";
}

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

.fa-github:before {
  content: "\f09b";
}

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

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

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

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

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

.fa-certificate:before {
  content: "\f0a3";
}

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

.fa-hand-o-left:before {
  content: "\f0a5";
}

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

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

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

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

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

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

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

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

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

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

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

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

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

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

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

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

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

.fa-underline:before {
  content: "\f0cd";
}

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

.fa-magic:before {
  content: "\f0d0";
}

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

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

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

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

.fa-caret-up:before {
  content: "\f0d8";
}

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

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

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

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

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

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

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

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

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

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

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

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

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

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

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

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

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

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

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

.fa-angle-double-up:before {
  content: "\f102";
}

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

.fa-angle-left:before {
  content: "\f104";
}

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

.fa-angle-up:before {
  content: "\f106";
}

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

.fa-desktop:before {
  content: "\f108";
}

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

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

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

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

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

.fa-github-alt:before {
  content: "\f113";
}

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

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

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

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

.fa-keyboard-o:before {
  content: "\f11c";
}

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

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

.fa-terminal:before {
  content: "\f120";
}

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

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

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

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

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

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

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

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

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

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

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

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

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

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

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

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

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

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

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

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

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

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

.fa-share-square:before {
  content: "\f14d";
}

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

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

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

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

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

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

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

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

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

.fa-sort-amount-asc:before {
  content: "\f160";
}

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

.fa-sort-numeric-asc:before {
  content: "\f162";
}

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

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

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

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

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

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

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

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

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

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

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

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

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

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

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

.fa-child:before {
  content: "\f1ae";
}

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

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

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

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

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

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

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

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

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

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

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

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

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

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

.fa-bomb:before {
  content: "\f1e2";
}

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

.fa-tty:before {
  content: "\f1e4";
}

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

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

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

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

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

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

.fa-bell-slash-o:before {
  content: "\f1f7";
}

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

.fa-copyright:before {
  content: "\f1f9";
}

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

.fa-eyedropper:before {
  content: "\f1fb";
}

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

.fa-birthday-cake:before {
  content: "\f1fd";
}

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

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

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

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

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

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

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

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

.fa-street-view:before {
  content: "\f21d";
}

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

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

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

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

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

.fa-mars-double:before {
  content: "\f227";
}

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

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

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

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

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

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

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

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

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

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

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

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

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

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

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

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

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

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

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

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

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

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

/* typography */
body {
  font-weight: 400;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.0625rem;
  color: #55565b;
  font-size: 0.75rem;
  line-height: 2.1;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 0.8571rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.9375rem;
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #55565b;
  line-height: 1.1;
}

h1 {
  font-size: 1.875rem;
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  h1 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 767px) {
  h1 {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 991px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1230px) {
  h1 {
    font-size: 3.375rem;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 3.75rem;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #55565b;
  letter-spacing: 0.125rem;
}
@media screen and (min-width: 576px) {
  h2 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 767px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 991px) {
  h2 {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1230px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 767px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 991px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1230px) {
  h3 {
    font-size: 1.875rem;
  }
}

.cursive-style {
  font-family: "Just Another Hand", cursive;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

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

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.3.1
date:      	07/12/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
#debungcontrolls, .debugtimeline {
  width: 100%;
  box-sizing: border-box;
}

.rev_column, .rev_column .tp-parallax-wrap, .tp-svg-layer svg {
  vertical-align: top;
}

#debungcontrolls {
  z-index: 100000;
  position: fixed;
  bottom: 0;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
}

.debugtimeline {
  height: 10px;
  position: relative;
  margin-bottom: 3px;
  display: none;
  white-space: nowrap;
}

.debugtimeline:hover {
  height: 15px;
}

.the_timeline_tester {
  background: #e74c3c;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}

.debugtimeline.tl_slide .the_timeline_tester {
  background: #f39c12;
}

.debugtimeline.tl_frame .the_timeline_tester {
  background: #3498db;
}

.debugtimline_txt {
  color: #fff;
  font-weight: 400;
  font-size: 7px;
  position: absolute;
  left: 10px;
  top: 0;
  white-space: nowrap;
  line-height: 10px;
}

.rtl {
  direction: rtl;
}

@font-face {
  font-family: revicons;
  src: url(../fonts/revicons/revicons.eot?5510888);
  src: url(../fonts/revicons/revicons.eot?5510888#iefix) format("embedded-opentype"), url(../fonts/revicons/revicons.woff?5510888) format("woff"), url(../fonts/revicons/revicons.ttf?5510888) format("truetype"), url(../fonts/revicons/revicons.svg?5510888#revicons) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" revicon-"]:before, [class^=revicon-]:before {
  font-family: revicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}

.revicon-search-1:before {
  content: "\e802";
}

.revicon-pencil-1:before {
  content: "\e831";
}

.revicon-picture-1:before {
  content: "\e803";
}

.revicon-cancel:before {
  content: "\e80a";
}

.revicon-info-circled:before {
  content: "\e80f";
}

.revicon-trash:before {
  content: "\e801";
}

.revicon-left-dir:before {
  content: "\e817";
}

.revicon-right-dir:before {
  content: "\e818";
}

.revicon-down-open:before {
  content: "\e83b";
}

.revicon-left-open:before {
  content: "\e819";
}

.revicon-right-open:before {
  content: "\e81a";
}

.revicon-angle-left:before {
  content: "\e820";
}

.revicon-angle-right:before {
  content: "\e81d";
}

.revicon-left-big:before {
  content: "\e81f";
}

.revicon-right-big:before {
  content: "\e81e";
}

.revicon-magic:before {
  content: "\e807";
}

.revicon-picture:before {
  content: "\e800";
}

.revicon-export:before {
  content: "\e80b";
}

.revicon-cog:before {
  content: "\e832";
}

.revicon-login:before {
  content: "\e833";
}

.revicon-logout:before {
  content: "\e834";
}

.revicon-video:before {
  content: "\e805";
}

.revicon-arrow-combo:before {
  content: "\e827";
}

.revicon-left-open-1:before {
  content: "\e82a";
}

.revicon-right-open-1:before {
  content: "\e82b";
}

.revicon-left-open-mini:before {
  content: "\e822";
}

.revicon-right-open-mini:before {
  content: "\e823";
}

.revicon-left-open-big:before {
  content: "\e824";
}

.revicon-right-open-big:before {
  content: "\e825";
}

.revicon-left:before {
  content: "\e836";
}

.revicon-right:before {
  content: "\e826";
}

.revicon-ccw:before {
  content: "\e808";
}

.revicon-arrows-ccw:before {
  content: "\e806";
}

.revicon-palette:before {
  content: "\e829";
}

.revicon-list-add:before {
  content: "\e80c";
}

.revicon-doc:before {
  content: "\e809";
}

.revicon-left-open-outline:before {
  content: "\e82e";
}

.revicon-left-open-2:before {
  content: "\e82c";
}

.revicon-right-open-outline:before {
  content: "\e82f";
}

.revicon-right-open-2:before {
  content: "\e82d";
}

.revicon-equalizer:before {
  content: "\e83a";
}

.revicon-layers-alt:before {
  content: "\e804";
}

.revicon-popup:before {
  content: "\e828";
}

.rev_slider_wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
}

.rev_slider {
  position: relative;
  overflow: visible;
}

.entry-content .rev_slider a, .rev_slider a {
  box-shadow: none;
}

.tp-overflow-hidden {
  overflow: hidden !important;
}

.group_ov_hidden {
  overflow: hidden;
}

.rev_slider img, .tp-simpleresponsive img {
  max-width: none !important;
  transition: none;
  margin: 0;
  padding: 0;
  border: none;
}

.rev_slider .no-slides-text {
  font-weight: 700;
  text-align: center;
  padding-top: 80px;
}

.rev_slider > ul, .rev_slider > ul > li, .rev_slider > ul > li:before, .rev_slider_wrapper > ul, .tp-revslider-mainul > li, .tp-revslider-mainul > li:before, .tp-simpleresponsive > ul, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li:before {
  list-style: none !important;
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: visible;
  overflow-y: visible;
  background-image: none;
  background-position: 0 0;
  text-indent: 0;
  top: 0;
  left: 0;
}

.rev_slider > ul > li, .rev_slider > ul > li:before, .tp-revslider-mainul > li, .tp-revslider-mainul > li:before, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li:before {
  visibility: hidden;
}

.tp-revslider-mainul, .tp-revslider-slidesli {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.fullscreen-container, .fullwidthbanner-container {
  padding: 0;
  position: relative;
}

.rev_slider li.tp-revslider-slidesli {
  position: absolute !important;
}

.tp-caption .rs-untoggled-content {
  display: block;
}

.tp-caption .rs-toggled-content {
  display: none;
}

.rs-toggle-content-active.tp-caption .rs-toggled-content {
  display: block;
}

.rs-toggle-content-active.tp-caption .rs-untoggled-content {
  display: none;
}

.rev_slider .caption, .rev_slider .tp-caption {
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
  -webkit-font-smoothing: antialiased !important;
  z-index: 1;
}

.rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap :last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap :last-child {
  margin-bottom: 0;
}

.tp-svg-layer svg {
  width: 100%;
  height: 100%;
  position: relative;
}

.tp-carousel-wrapper {
  cursor: url(openhand.cur), move;
}

.tp-carousel-wrapper.dragged {
  cursor: url(closedhand.cur), move;
}

.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important;
}

.tp-caption.tp-layer-selectable {
  -moz-user-select: all;
  -khtml-user-select: all;
  -webkit-user-select: all;
  -o-user-select: all;
}

.tp-caption.tp-hidden-caption, .tp-forcenotvisible, .tp-hide-revslider, .tp-parallax-wrap.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}

.rev_slider audio, .rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider video {
  max-width: none !important;
}

.tp-element-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.rev_row_zone {
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  min-height: 50px;
  font-size: 0;
}

.rev_column_inner, .rev_slider .tp-caption.rev_row {
  position: relative;
  width: 100% !important;
  box-sizing: border-box;
}

.rev_row_zone_top {
  top: 0;
}

.rev_row_zone_middle {
  top: 50%;
  transform: translateY(-50%);
}

.rev_row_zone_bottom {
  bottom: 0;
}

.rev_slider .tp-caption.rev_row {
  display: table;
  table-layout: fixed;
  vertical-align: top;
  height: auto !important;
  font-size: 0;
}

.rev_column {
  display: table-cell;
  position: relative;
  height: auto;
  box-sizing: border-box;
  font-size: 0;
}

.rev_column_inner {
  display: block;
  height: auto !important;
  white-space: normal !important;
}

.rev_column_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  box-sizing: border-box;
  background-clip: content-box;
  border: 0 solid transparent;
}

.tp-caption .backcorner, .tp-caption .backcornertop, .tp-caption .frontcorner, .tp-caption .frontcornertop {
  height: 0;
  top: 0;
  width: 0;
  position: absolute;
}

.rev_column_inner .tp-loop-wrap, .rev_column_inner .tp-mask-wrap, .rev_column_inner .tp-parallax-wrap {
  text-align: inherit;
}

.rev_column_inner .tp-mask-wrap {
  display: inline-block;
}

.rev_column_inner .tp-parallax-wrap, .rev_column_inner .tp-parallax-wrap .tp-loop-wrap, .rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  line-height: 0;
}

.tp-video-play-button, .tp-video-play-button i {
  line-height: 50px !important;
  vertical-align: top;
  text-align: center;
}

.rev_column_inner .rev_layer_in_column, .rev_column_inner .tp-parallax-wrap, .rev_column_inner .tp-parallax-wrap .tp-loop-wrap, .rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
  vertical-align: top;
}

.rev_break_columns {
  display: block !important;
}

.rev_break_columns .tp-parallax-wrap.rev_column {
  display: block !important;
  width: 100% !important;
}

.fullwidthbanner-container {
  overflow: hidden;
}

.fullwidthbanner-container .fullwidthabanner {
  width: 100%;
  position: relative;
}

.tp-static-layers {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
}

.tp-caption .frontcorner {
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top: 40px solid #00A8FF;
  left: -40px;
}

.tp-caption .backcorner {
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  right: 0;
}

.tp-caption .frontcornertop {
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 40px solid #00A8FF;
  left: -40px;
}

.tp-caption .backcornertop {
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  right: 0;
}

.tp-layer-inner-rotation {
  position: relative !important;
}

img.tp-slider-alternative-image {
  width: 100%;
  height: auto;
}

.caption.fullscreenvideo, .rs-background-video-layer, .tp-caption.coverscreenvideo, .tp-caption.fullscreenvideo {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.noFilterClass {
  filter: none !important;
}

.rs-background-video-layer {
  visibility: hidden;
  z-index: 0;
}

.caption.fullscreenvideo audio, .caption.fullscreenvideo iframe, .caption.fullscreenvideo video, .tp-caption.fullscreenvideo iframe, .tp-caption.fullscreenvideo iframe audio, .tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}

.fullcoveredvideo audio, .fullscreenvideo audio .fullcoveredvideo video, .fullscreenvideo video {
  background: #000;
}

.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.videoisplaying .html5vid .tp-poster {
  display: none;
}

.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  margin-top: -25px;
  margin-left: -25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.3s ease-out !important;
}

.tp-audio-html5 .tp-video-play-button, .tp-hiddenaudio {
  display: none !important;
}

.tp-caption .html5vid {
  width: 100% !important;
  height: 100% !important;
}

.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 40px !important;
}

.rs-fullvideo-cover, .tp-dottedoverlay, .tp-shadowcover {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.tp-caption:hover .tp-video-play-button {
  opacity: 1;
  display: block;
}

.tp-caption .tp-revstop {
  display: none;
  border-left: 5px solid #fff !important;
  border-right: 5px solid #fff !important;
  margin-top: 15px !important;
  line-height: 20px !important;
  vertical-align: top;
  font-size: 25px !important;
}

.tp-seek-bar, .tp-video-button, .tp-volume-bar {
  outline: 0;
  line-height: 12px;
  margin: 0;
  cursor: pointer;
}

.videoisplaying .revicon-right-dir {
  display: none;
}

.videoisplaying .tp-revstop {
  display: inline-block;
}

.videoisplaying .tp-video-play-button {
  display: none;
}

.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}

.fullscreenvideo .fullscreenvideo audio, .fullscreenvideo .fullscreenvideo video {
  object-fit: contain !important;
}

.fullscreenvideo .fullcoveredvideo audio, .fullscreenvideo .fullcoveredvideo video {
  object-fit: cover !important;
}

.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  background-image: linear-gradient(to bottom, #000 13%, #323232 100%);
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.rev-btn.rev-hiddenicon i, .rev-btn.rev-withicon i {
  transition: all 0.2s ease-out !important;
  font-size: 15px;
}

.tp-caption:hover .tp-video-controls {
  opacity: 0.9;
}

.tp-video-button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  padding: 0;
}

.tp-video-button:hover {
  cursor: pointer;
}

.tp-video-button-wrap, .tp-video-seek-bar-wrap, .tp-video-vol-bar-wrap {
  padding: 0 5px;
  display: table-cell;
  vertical-align: middle;
}

.tp-video-seek-bar-wrap {
  width: 80%;
}

.tp-video-vol-bar-wrap {
  width: 20%;
}

.tp-seek-bar, .tp-volume-bar {
  width: 100%;
  padding: 0;
}

.rs-fullvideo-cover {
  width: 100%;
  background: 0 0;
  z-index: 5;
}

.disabled_lc .tp-video-play-button, .rs-background-video-layer audio::-webkit-media-controls, .rs-background-video-layer video::-webkit-media-controls, .rs-background-video-layer video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

.tp-audio-html5 .tp-video-controls {
  opacity: 1 !important;
  visibility: visible !important;
}

.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  z-index: 3;
}

.tp-dottedoverlay.twoxtwo {
  background: url(../assets/gridtile.png);
}

.tp-dottedoverlay.twoxtwowhite {
  background: url(../assets/gridtile_white.png);
}

.tp-dottedoverlay.threexthree {
  background: url(../assets/gridtile_3x3.png);
}

.tp-dottedoverlay.threexthreewhite {
  background: url(../assets/gridtile_3x3_white.png);
}

.tp-shadowcover {
  width: 100%;
  background: #fff;
  z-index: -1;
}

.tp-shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}

.tp-shadow2:after, .tp-shadow2:before, .tp-shadow3:before, .tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: 0 0;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  transform: rotate(-3deg);
}

.tp-shadow2:after, .tp-shadow4:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.tp-shadow5:after, .tp-shadow5:before {
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px/20px;
}

.tp-button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  font-family: arial, sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}

.tp-button.big {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
}

.purchase:hover, .tp-button.big:hover, .tp-button:hover {
  background-position: bottom, 15px 11px;
}

.purchase.green, .purchase:hover.green, .tp-button.green, .tp-button:hover.green {
  background-color: #21a117;
  box-shadow: 0 3px 0 0 #104d0b;
}

.purchase.blue, .purchase:hover.blue, .tp-button.blue, .tp-button:hover.blue {
  background-color: #1d78cb;
  box-shadow: 0 3px 0 0 #0f3e68;
}

.purchase.red, .purchase:hover.red, .tp-button.red, .tp-button:hover.red {
  background-color: #cb1d1d;
  box-shadow: 0 3px 0 0 #7c1212;
}

.purchase.orange, .purchase:hover.orange, .tp-button.orange, .tp-button:hover.orange {
  background-color: #f70;
  box-shadow: 0 3px 0 0 #a34c00;
}

.purchase.darkgrey, .purchase:hover.darkgrey, .tp-button.darkgrey, .tp-button.grey, .tp-button:hover.darkgrey, .tp-button:hover.grey {
  background-color: #555;
  box-shadow: 0 3px 0 0 #222;
}

.purchase.lightgrey, .purchase:hover.lightgrey, .tp-button.lightgrey, .tp-button:hover.lightgrey {
  background-color: #888;
  box-shadow: 0 3px 0 0 #555;
}

.rev-btn, .rev-btn:visited {
  outline: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 44px;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 35px;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  cursor: pointer;
}

.rev-btn.rev-uppercase, .rev-btn.rev-uppercase:visited {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 900;
}

.rev-btn.rev-withicon i {
  font-weight: 400;
  position: relative;
  top: 0;
  margin-left: 10px !important;
}

.rev-btn.rev-hiddenicon i {
  font-weight: 400;
  position: relative;
  top: 0;
  opacity: 0;
  margin-left: 0 !important;
  width: 0 !important;
}

.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important;
}

.rev-btn.rev-medium, .rev-btn.rev-medium:visited {
  line-height: 36px;
  font-size: 14px;
  padding: 10px 30px;
}

.rev-btn.rev-medium.rev-hiddenicon i, .rev-btn.rev-medium.rev-withicon i {
  font-size: 14px;
  top: 0;
}

.rev-btn.rev-small, .rev-btn.rev-small:visited {
  line-height: 28px;
  font-size: 12px;
  padding: 7px 20px;
}

.rev-btn.rev-small.rev-hiddenicon i, .rev-btn.rev-small.rev-withicon i {
  font-size: 12px;
  top: 0;
}

.rev-maxround {
  border-radius: 30px;
}

.rev-minround {
  border-radius: 3px;
}

.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: 0.7s;
  pointer-events: none;
  transform-style: flat !important;
}

.rev-burger.revb-white span, .rev-burger.revb-whitenoborder span {
  background: #fff;
}

.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

#dialog_addbutton .rev-burger:hover :first-child, .open .rev-burger :first-child, .open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
}

#dialog_addbutton .rev-burger:hover :nth-child(2), .open .rev-burger :nth-child(2), .open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  opacity: 0;
}

#dialog_addbutton .rev-burger:hover :last-child, .open .rev-burger :last-child, .open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.rev-burger.revb-darknoborder, .rev-burger.revb-whitenoborder {
  border: 0;
}

.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border: none;
}

.rev-burger.revb-whitefull span {
  background: #333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border: none;
}

.rev-burger.revb-darkfull span, .rev-scroll-btn.revs-fullwhite {
  background: #fff;
}

@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px;
}

.rev-scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}

.rev-scroll-btn > .active, .rev-scroll-btn > :focus, .rev-scroll-btn > :hover {
  color: #fff;
}

.rev-scroll-btn > .active, .rev-scroll-btn > :active, .rev-scroll-btn > :focus, .rev-scroll-btn > :hover {
  opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite span {
  background: #333;
}

.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none;
}

.rev-scroll-btn.revs-fulldark span, .tp-bullet {
  background: #fff;
}

.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  animation: rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
  border-color: #333;
}

.rev-scroll-btn.revs-dark span {
  background: #333;
}

.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}

.rev-cbutton-dark-sr, .rev-cbutton-light-sr {
  border-radius: 3px;
}

.rev-cbutton-light, .rev-cbutton-light-sr {
  color: #333;
  background-color: rgba(255, 255, 255, 0.75);
}

.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px;
}

.rev-sbutton-blue {
  background-color: #3B5998;
}

.rev-sbutton-lightblue {
  background-color: #00A0D1;
}

.rev-sbutton-red {
  background-color: #DD4B39;
}

.tp-bannertimer {
  visibility: hidden;
  width: 100%;
  height: 5px;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 200;
  top: 0;
}

.tp-bannertimer.tp-bottom {
  top: auto;
  bottom: 0 !important;
  height: 5px;
}

.tp-caption img {
  background: 0 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  zoom: 1;
}

.caption.slidelink a div, .tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../assets/coloredbg.png);
}

.tp-caption.slidelink a span {
  background: url(../assets/coloredbg.png);
}

.tp-loader.spinner0, .tp-loader.spinner5 {
  background-image: url(../assets/loader.gif);
  background-repeat: no-repeat;
}

.tp-shape {
  width: 100%;
  height: 100%;
}

.tp-caption .rs-starring {
  display: inline-block;
}

.tp-caption .rs-starring .star-rating {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #FFC321 !important;
}

.tp-caption .rs-starring .star-rating, .tp-caption .rs-starring-page .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  font-size: 1em !important;
}

.tp-loader.spinner0, .tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.tp-caption .rs-starring .star-rating:before, .tp-caption .rs-starring-page .star-rating:before {
  content: "sssss";
  color: #E0DADF;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.tp-caption .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important;
}

.tp-caption .rs-starring .star-rating span:before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}

.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}

.tp-loader.spinner0 {
  background-position: center center;
}

.tp-loader.spinner5 {
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: red;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  animation: tp-scaleout 1s infinite ease-in-out;
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.tp-loader.spinner3 {
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center;
}

.tp-loader.spinner3 .bounce1, .tp-loader.spinner3 .bounce2, .tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.tp-loader.spinner4 {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2s infinite linear;
}

.tp-loader.spinner4 .dot1, .tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.tp-bullets.navbar, .tp-tabs.navbar, .tp-thumbs.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
}

.tp-bullets, .tp-tabs, .tp-thumbs {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0;
}

.tp-tab, .tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: 0.5;
  box-sizing: border-box;
}

.tp-arr-imgholder, .tp-tab-image, .tp-thumb-image, .tp-videoposter {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.tp-tab.selected, .tp-tab:hover, .tp-thumb.selected, .tp-thumb:hover {
  opacity: 1;
}

.tp-tab-mask, .tp-thumb-mask {
  box-sizing: border-box !important;
}

.tp-tabs, .tp-thumbs {
  box-sizing: content-box !important;
}

.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.tp-bullet.selected, .tp-bullet:hover {
  background: #fff;
}

.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}

.tparrows:hover {
  background: #000;
}

.tparrows:before {
  font-family: revicons;
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.hginfo, .hglayerinfo {
  font-size: 12px;
  font-weight: 600;
}

.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.tparrows.tp-rightarrow:before {
  content: "\e825";
}

body.rtl .tp-kbimg {
  left: 0 !important;
}

.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}

.hglayerinfo {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #FFF;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;
}

.helpgrid, .hginfo {
  position: absolute;
}

.hginfo {
  top: -2px;
  left: -2px;
  color: #e74c3c;
  background: #000;
  padding: 2px 5px;
}

.indebugmode .tp-caption:hover {
  border: 1px dashed #c0392b !important;
}

.helpgrid {
  border: 2px dashed #c0392b;
  top: 0;
  left: 0;
  z-index: 0;
}

#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll;
}

.aden {
  filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
}

.aden::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}

.perpetua::after, .reyes::after {
  mix-blend-mode: soft-light;
  opacity: 0.5;
}

.inkwell {
  filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
}

.perpetua::after {
  background: linear-gradient(to bottom, #005b9a, #e6c13d);
}

.reyes {
  filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
}

.reyes::after {
  background: #efcdad;
}

.gingham {
  filter: brightness(1.05) hue-rotate(-10deg);
}

.gingham::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}

.toaster {
  filter: contrast(1.5) brightness(0.9);
}

.toaster::after {
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen;
}

.walden {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
}

.walden::after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: 0.3;
}

.hudson {
  filter: brightness(1.2) contrast(0.9) saturate(1.1);
}

.hudson::after {
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.earlybird {
  filter: contrast(0.9) sepia(0.2);
}

.earlybird::after {
  background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay;
}

.mayfair {
  filter: contrast(1.1) saturate(1.1);
}

.mayfair::after {
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111 60%);
  mix-blend-mode: overlay;
  opacity: 0.4;
}

.lofi {
  filter: saturate(1.1) contrast(1.5);
}

.lofi::after {
  background: radial-gradient(circle, transparent 70%, #222 150%);
  mix-blend-mode: multiply;
}

._1977 {
  filter: contrast(1.1) brightness(1.1) saturate(1.3);
}

._1977:after {
  background: rgba(243, 106, 188, 0.3);
  mix-blend-mode: screen;
}

.brooklyn {
  filter: contrast(0.9) brightness(1.1);
}

.brooklyn::after {
  background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
  mix-blend-mode: overlay;
}

.xpro2 {
  filter: sepia(0.3);
}

.xpro2::after {
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
  mix-blend-mode: color-burn;
}

.nashville {
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
}

.nashville::after {
  background: rgba(0, 70, 150, 0.4);
  mix-blend-mode: lighten;
}

.nashville::before {
  background: rgba(247, 176, 153, 0.56);
  mix-blend-mode: darken;
}

.lark {
  filter: contrast(0.9);
}

.lark::after {
  background: rgba(242, 242, 242, 0.8);
  mix-blend-mode: darken;
}

.lark::before {
  background: #22253f;
  mix-blend-mode: color-dodge;
}

.moon {
  filter: grayscale(1) contrast(1.1) brightness(1.1);
}

.moon::before {
  background: #a0a0a0;
  mix-blend-mode: soft-light;
}

.moon::after {
  background: #383838;
  mix-blend-mode: lighten;
}

.clarendon {
  filter: contrast(1.2) saturate(1.35);
}

.clarendon:before {
  background: rgba(127, 187, 227, 0.2);
  mix-blend-mode: overlay;
}

.willow {
  filter: grayscale(0.5) contrast(0.95) brightness(0.9);
}

.willow::before {
  background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
  mix-blend-mode: overlay;
}

.willow::after {
  background-color: #d8cdcb;
  mix-blend-mode: color;
}

.rise {
  filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
}

.rise::after {
  background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
  mix-blend-mode: overlay;
  opacity: 0.6;
}

.rise::before {
  background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
  mix-blend-mode: multiply;
}

._1977:after, ._1977:before, .aden:after, .aden:before, .brooklyn:after, .brooklyn:before, .clarendon:after, .clarendon:before, .earlybird:after, .earlybird:before, .gingham:after, .gingham:before, .hudson:after, .hudson:before, .inkwell:after, .inkwell:before, .lark:after, .lark:before, .lofi:after, .lofi:before, .mayfair:after, .mayfair:before, .moon:after, .moon:before, .nashville:after, .nashville:before, .perpetua:after, .perpetua:before, .reyes:after, .reyes:before, .rise:after, .rise:before, .slumber:after, .slumber:before, .toaster:after, .toaster:before, .walden:after, .walden:before, .willow:after, .willow:before, .xpro2:after, .xpro2:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._1977, .aden, .brooklyn, .clarendon, .earlybird, .gingham, .hudson, .inkwell, .lark, .lofi, .mayfair, .moon, .nashville, .perpetua, .reyes, .rise, .slumber, .toaster, .walden, .willow, .xpro2 {
  position: relative;
}

._1977 img, .aden img, .brooklyn img, .clarendon img, .earlybird img, .gingham img, .hudson img, .inkwell img, .lark img, .lofi img, .mayfair img, .moon img, .nashville img, .perpetua img, .reyes img, .rise img, .slumber img, .toaster img, .walden img, .willow img, .xpro2 img {
  width: 100%;
  z-index: 1;
}

._1977:before, .aden:before, .brooklyn:before, .clarendon:before, .earlybird:before, .gingham:before, .hudson:before, .inkwell:before, .lark:before, .lofi:before, .mayfair:before, .moon:before, .nashville:before, .perpetua:before, .reyes:before, .rise:before, .slumber:before, .toaster:before, .walden:before, .willow:before, .xpro2:before {
  z-index: 2;
}

._1977:after, .aden:after, .brooklyn:after, .clarendon:after, .earlybird:after, .gingham:after, .hudson:after, .inkwell:after, .lark:after, .lofi:after, .mayfair:after, .moon:after, .nashville:after, .perpetua:after, .reyes:after, .rise:after, .slumber:after, .toaster:after, .walden:after, .willow:after, .xpro2:after {
  z-index: 3;
}

.slumber {
  filter: saturate(0.66) brightness(1.05);
}

.slumber::after {
  background: rgba(125, 105, 24, 0.5);
  mix-blend-mode: soft-light;
}

.slumber::before {
  background: rgba(69, 41, 12, 0.4);
  mix-blend-mode: lighten;
}

/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Layer Style Settings -

Screen Stylesheet

version:   	5.0.0
date:      	18/03/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tp-caption.Twitter-Content a, .tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

.tp-caption.medium_grey, .medium_grey {
  background-color: #888;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 2px 4px;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.tp-caption.small_text, .small_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.tp-caption.medium_text, .medium_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.tp-caption.large_text, .large_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.tp-caption.very_large_text, .very_large_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 60px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.tp-caption.very_big_white, .very_big_white {
  background-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

.tp-caption.very_big_black, .very_big_black {
  background-color: #fff;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: Arial;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

.tp-caption.modern_medium_fat, .modern_medium_fat {
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

.tp-caption.modern_medium_fat_white, .modern_medium_fat_white {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

.tp-caption.modern_medium_light, .modern_medium_light {
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

.tp-caption.modern_big_bluebg, .modern_big_bluebg {
  background-color: #4e5b6c;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  padding: 3px 10px;
  position: absolute;
  text-shadow: none;
}

.tp-caption.modern_big_redbg, .modern_big_redbg {
  background-color: #de543e;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  padding: 1px 10px 3px;
  position: absolute;
  text-shadow: none;
}

.tp-caption.modern_small_text_dark, .modern_small_text_dark {
  border-style: none;
  border-width: 0;
  color: #555;
  font-family: Arial;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

.tp-caption.boxshadow, .boxshadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black, .black {
  color: #000;
  text-shadow: none;
}

.tp-caption.noshadow, .noshadow {
  text-shadow: none;
}

.tp-caption.thinheadline_dark, .thinheadline_dark {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  position: absolute;
  text-shadow: none;
}

.tp-caption.thintext_dark, .thintext_dark {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  position: absolute;
  text-shadow: none;
}

.tp-caption.largeblackbg, .largeblackbg {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

.tp-caption.largepinkbg, .largepinkbg {
  background-color: #db4360;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

.tp-caption.largewhitebg, .largewhitebg {
  background-color: #fff;
  border-radius: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

.tp-caption.largegreenbg, .largegreenbg {
  background-color: #67ae73;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

.tp-caption.excerpt, .excerpt {
  background-color: rgb(0, 0, 0);
  border-color: #fff;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 36px;
  font-weight: 700;
  height: auto;
  letter-spacing: -1.5px;
  line-height: 36px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
  white-space: normal !important;
  width: 150px;
}

.tp-caption.large_bold_grey, .large_bold_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Open Sans";
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.medium_thin_grey, .medium_thin_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.small_thin_grey, .small_thin_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #757575;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.lightgrey_divider, .lightgrey_divider {
  background-color: rgb(235, 235, 235);
  background-position: initial;
  background-repeat: initial;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 3px;
  text-decoration: none;
  width: 370px;
}

.tp-caption.large_bold_darkblue, .large_bold_darkblue {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #34495e;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}

.tp-caption.medium_bg_darkblue, .medium_bg_darkblue {
  background-color: #34495e;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

.tp-caption.medium_bold_red, .medium_bold_red {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #e33a0c;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.medium_light_red, .medium_light_red {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #e33a0c;
  font-family: "Open Sans";
  font-size: 21px;
  font-weight: 300;
  line-height: 26px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.medium_bg_red, .medium_bg_red {
  background-color: #e33a0c;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

.tp-caption.medium_bold_orange, .medium_bold_orange {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #f39c12;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  text-decoration: none;
}

.tp-caption.medium_bg_orange, .medium_bg_orange {
  background-color: #f39c12;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

.tp-caption.grassfloor, .grassfloor {
  background-color: rgb(160, 179, 151);
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 150px;
  text-decoration: none;
  width: 4000px;
}

.tp-caption.large_bold_white, .large_bold_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}

.tp-caption.medium_light_white, .medium_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.mediumlarge_light_white, .mediumlarge_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.mediumlarge_light_white_center, .mediumlarge_light_white_center {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

.tp-caption.medium_bg_asbestos, .medium_bg_asbestos {
  background-color: #7f8c8d;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

.tp-caption.medium_light_black, .medium_light_black {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.large_bold_black, .large_bold_black {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}

.tp-caption.mediumlarge_light_darkblue, .mediumlarge_light_darkblue {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #34495e;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.small_light_white, .small_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.roundedimage, .roundedimage {
  border-color: #222;
  border-style: none;
  border-width: 0;
}

.tp-caption.large_bg_black, .large_bg_black {
  background-color: #000;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  padding: 10px 20px 15px;
  text-decoration: none;
}

.tp-caption.mediumwhitebg, .mediumwhitebg {
  background-color: #fff;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  padding: 5px 15px 10px;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.maincaption, .maincaption {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #212a40;
  font-family: roboto;
  font-size: 33px;
  font-weight: 500;
  line-height: 43px;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.miami_title_60px, .miami_title_60px {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.miami_subtitle, .miami_subtitle {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Source Sans Pro";
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 24px;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.divideline30px, .divideline30px {
  background: #fff;
  background-color: #fff;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 2px;
  min-width: 30px;
  text-decoration: none;
}

.tp-caption.Miami_nostyle, .Miami_nostyle {
  border-color: #222;
  border-style: none;
  border-width: 0;
}

.tp-caption.miami_content_light, .miami_content_light {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.miami_title_60px_dark, .miami_title_60px_dark {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #333;
  font-family: "Source Sans Pro";
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.miami_content_dark, .miami_content_dark {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.divideline30px_dark, .divideline30px_dark {
  background-color: #333;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 2px;
  min-width: 30px;
  text-decoration: none;
}

.tp-caption.ellipse70px, .ellipse70px {
  background-color: rgba(0, 0, 0, 0.14902);
  border-color: #222;
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  line-height: 1px;
  min-height: 70px;
  min-width: 70px;
  text-decoration: none;
}

.tp-caption.arrowicon, .arrowicon {
  border-color: #222;
  border-style: none;
  border-width: 0;
  line-height: 1px;
}

.tp-caption.MarkerDisplay, .MarkerDisplay {
  background-color: transparent;
  border-color: #000;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  font-family: "Permanent Marker";
  font-style: normal;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.Restaurant-Display, .Restaurant-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 120px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Restaurant-Cursive, .Restaurant-Cursive {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Nothing you could do";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Restaurant-ScrollDownText, .Restaurant-ScrollDownText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Restaurant-Description, .Restaurant-Description {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Restaurant-Price, .Restaurant-Price {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Restaurant-Menuitem, .Restaurant-Menuitem {
  background-color: rgb(0, 0, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Furniture-LogoText, .Furniture-LogoText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(230, 207, 163);
  font-family: Raleway;
  font-size: 160px;
  font-style: normal;
  font-weight: 300;
  line-height: 150px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.Furniture-Plus, .Furniture-Plus {
  background-color: rgb(255, 255, 255);
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
  color: rgb(230, 207, 163);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 6px 7px 4px;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.Furniture-Title, .Furniture-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(0, 0, 0);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.Furniture-Subtitle, .Furniture-Subtitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(0, 0, 0);
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.Gym-Display, .Gym-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 70px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Gym-Subline, .Gym-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Gym-SmallText, .Gym-SmallText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 22;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.Fashion-SmallText, .Fashion-SmallText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Fashion-BigDisplay, .Fashion-BigDisplay {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(0, 0, 0);
  font-family: Raleway;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 60px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Fashion-TextBlock, .Fashion-TextBlock {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(0, 0, 0);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Sports-Display, .Sports-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 130px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 13px;
  line-height: 130px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Sports-DisplayFat, .Sports-DisplayFat {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 130px;
  font-style: normal;
  font-weight: 900;
  line-height: 130px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Sports-Subline, .Sports-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(0, 0, 0);
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 32px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Instagram-Caption, .Instagram-Caption {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.News-Title, .News-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: "Roboto Slab";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.News-Subtitle, .News-Subtitle {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: "Roboto Slab";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.News-Subtitle:hover, .News-Subtitle:hover {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

.tp-caption.Photography-Display, .Photography-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 80px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 70px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Photography-Subline, .Photography-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(119, 119, 119);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Photography-ImageHover, .Photography-ImageHover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Photography-ImageHover:hover, .Photography-ImageHover:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tp-caption.Photography-Menuitem, .Photography-Menuitem {
  background-color: rgba(0, 0, 0, 0.65);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-decoration: none;
}

.tp-caption.Photography-Menuitem:hover, .Photography-Menuitem:hover {
  background-color: rgba(0, 255, 222, 0.65);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tp-caption.Photography-Textblock, .Photography-Textblock {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Photography-Subline-2, .Photography-Subline-2 {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.35);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Photography-ImageHover2, .Photography-ImageHover2 {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Photography-ImageHover2:hover, .Photography-ImageHover2:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tp-caption.WebProduct-Title, .WebProduct-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(51, 51, 51);
  font-family: Raleway;
  font-size: 90px;
  font-style: normal;
  font-weight: 100;
  line-height: 90px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.WebProduct-SubTitle, .WebProduct-SubTitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(153, 153, 153);
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.WebProduct-Content, .WebProduct-Content {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(153, 153, 153);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.WebProduct-Menuitem, .WebProduct-Menuitem {
  background-color: rgb(51, 51, 51);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.WebProduct-Menuitem:hover, .WebProduct-Menuitem:hover {
  background-color: rgb(255, 255, 255);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(153, 153, 153);
  text-decoration: none;
}

.tp-caption.WebProduct-Title-Light, .WebProduct-Title-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 90px;
  font-style: normal;
  font-weight: 100;
  line-height: 90px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.tp-caption.WebProduct-SubTitle-Light, .WebProduct-SubTitle-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.35);
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.tp-caption.WebProduct-Content-Light, .WebProduct-Content-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.tp-caption.FatRounded, .FatRounded {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgb(211, 211, 211);
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  padding: 20px 22px 20px 25px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.FatRounded:hover, .FatRounded:hover {
  background-color: rgb(0, 0, 0);
  border-color: rgb(211, 211, 211);
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tp-caption.NotGeneric-Title, .NotGeneric-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 70px;
  padding: 10px 0;
  text-decoration: none;
}

.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.tp-caption.NotGeneric-CallToAction, .NotGeneric-CallToAction {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.NotGeneric-CallToAction:hover, .NotGeneric-CallToAction:hover {
  background-color: transparent;
  border-color: rgb(255, 255, 255);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tp-caption.NotGeneric-Icon, .NotGeneric-Icon {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.tp-caption.NotGeneric-Menuitem, .NotGeneric-Menuitem {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 27px 30px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.NotGeneric-Menuitem:hover, .NotGeneric-Menuitem:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(255, 255, 255);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tp-caption.MarkerStyle, .MarkerStyle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: "Permanent Marker";
  font-size: 17px;
  font-style: normal;
  font-weight: 100;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Gym-Menuitem, .Gym-Menuitem {
  background-color: rgb(0, 0, 0);
  border-color: rgba(255, 255, 255, 0);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Gym-Menuitem:hover, .Gym-Menuitem:hover {
  background-color: rgb(0, 0, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tp-caption.Newspaper-Button, .Newspaper-Button {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Newspaper-Button:hover, .Newspaper-Button:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.tp-caption.Newspaper-Subtitle, .Newspaper-Subtitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(168, 216, 238);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Newspaper-Title, .Newspaper-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: "Roboto Slab";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  padding: 0 0 10px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Newspaper-Title-Centered, .Newspaper-Title-Centered {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: "Roboto Slab";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  padding: 0 0 10px;
  text-align: center;
  text-decoration: none;
}

.tp-caption.Hero-Button, .Hero-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Hero-Button:hover, .Hero-Button:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.tp-caption.Video-Title, .Video-Title {
  background-color: rgb(0, 0, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Video-SubTitle, .Video-SubTitle {
  background-color: rgba(0, 0, 0, 0.35);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 12px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.NotGeneric-Button, .NotGeneric-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.NotGeneric-Button:hover, .NotGeneric-Button:hover {
  background-color: transparent;
  border-color: rgb(255, 255, 255);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tp-caption.NotGeneric-BigButton, .NotGeneric-BigButton {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 27px 30px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.NotGeneric-BigButton:hover, .NotGeneric-BigButton:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(255, 255, 255);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tp-caption.WebProduct-Button, .WebProduct-Button {
  background-color: rgb(51, 51, 51);
  border-color: rgb(0, 0, 0);
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 2px;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 48px;
  padding: 0 40px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.WebProduct-Button:hover, .WebProduct-Button:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 2px;
  color: rgb(51, 51, 51);
  text-decoration: none;
}

.tp-caption.Restaurant-Button, .Restaurant-Button {
  background-color: rgba(10, 10, 10, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Restaurant-Button:hover, .Restaurant-Button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(255, 224, 129);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tp-caption.Gym-Button, .Gym-Button {
  background-color: rgb(139, 192, 39);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 13px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Gym-Button:hover, .Gym-Button:hover {
  background-color: rgb(114, 168, 0);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tp-caption.Gym-Button-Light, .Gym-Button-Light {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Gym-Button-Light:hover, .Gym-Button-Light:hover {
  background-color: rgba(114, 168, 0, 0);
  border-color: rgb(139, 192, 39);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tp-caption.Sports-Button-Light, .Sports-Button-Light {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Sports-Button-Light:hover, .Sports-Button-Light:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(255, 255, 255);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tp-caption.Sports-Button-Red, .Sports-Button-Red {
  background-color: rgb(219, 28, 34);
  border-color: rgba(219, 28, 34, 0);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Sports-Button-Red:hover, .Sports-Button-Red:hover {
  background-color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tp-caption.Photography-Button, .Photography-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 13px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Photography-Button:hover, .Photography-Button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(255, 255, 255);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tp-caption.Newspaper-Button-2, .Newspaper-Button-2 {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 15px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Newspaper-Button-2:hover, .Newspaper-Button-2:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(255, 255, 255);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tp-caption.Feature-Tour, .Feature-Tour {
  background-color: rgb(139, 192, 39);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 17px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Feature-Tour:hover, .Feature-Tour:hover {
  background-color: rgb(114, 168, 0);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tp-caption.Feature-Examples, .Feature-Examples {
  background-color: transparent;
  border-color: rgba(33, 42, 64, 0.15);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: rgba(33, 42, 64, 0.5);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 15px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Feature-Examples:hover, .Feature-Examples:hover {
  background-color: transparent;
  border-color: rgb(139, 192, 39);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: rgb(139, 192, 39);
  text-decoration: none;
}

.tp-caption.subcaption, .subcaption {
  background-color: transparent;
  border-color: rgb(0, 0, 0);
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(111, 124, 130);
  font-family: roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.menutab, .menutab {
  background-color: transparent;
  border-color: rgb(0, 0, 0);
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(41, 46, 49);
  font-family: roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.menutab:hover, .menutab:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(213, 0, 0);
  text-decoration: none;
}

.tp-caption.maincontent, .maincontent {
  background-color: transparent;
  border-color: rgb(0, 0, 0);
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(41, 46, 49);
  font-family: roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.minitext, .minitext {
  background-color: transparent;
  border-color: rgb(0, 0, 0);
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(185, 186, 187);
  font-family: roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.Feature-Buy, .Feature-Buy {
  background-color: rgb(0, 154, 238);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 17px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Feature-Buy:hover, .Feature-Buy:hover {
  background-color: rgb(0, 133, 214);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tp-caption.Feature-Examples-Light, .Feature-Examples-Light {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 15px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Feature-Examples-Light:hover, .Feature-Examples-Light:hover {
  background-color: transparent;
  border-color: rgb(255, 255, 255);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tp-caption.Facebook-Likes, .Facebook-Likes {
  background-color: rgb(59, 89, 153);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 5px 15px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Twitter-Favorites, .Twitter-Favorites {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(136, 153, 166);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Twitter-Link, .Twitter-Link {
  background-color: rgb(255, 255, 255);
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  color: rgb(135, 153, 165);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  padding: 11px 11px 9px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Twitter-Link:hover, .Twitter-Link:hover {
  background-color: rgb(0, 132, 180);
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tp-caption.Twitter-Retweet, .Twitter-Retweet {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(136, 153, 166);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Twitter-Content, .Twitter-Content {
  background-color: rgb(255, 255, 255);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgb(41, 47, 51);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 30px 30px 70px;
  text-align: left;
  text-decoration: none;
}

.revtp-searchform input[type=text],
.revtp-searchform input[type=email],
.revtp-form input[type=text],
.revtp-form input[type=email] {
  font-family: "Arial", sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 0;
  width: 400px;
  margin-bottom: 0px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 0px;
}

.tp-caption.BigBold-Title,
.BigBold-Title {
  color: rgb(255, 255, 255);
  font-size: 110px;
  line-height: 100px;
  font-weight: 800;
  font-style: normal;
  font-family: Raleway;
  padding: 10px 0px 10px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.BigBold-SubTitle,
.BigBold-SubTitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 1px;
}

.tp-caption.BigBold-Button,
.BigBold-Button {
  color: rgb(255, 255, 255);
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 1px;
}

.tp-caption.BigBold-Button:hover,
.BigBold-Button:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.FoodCarousel-Content,
.FoodCarousel-Content {
  color: rgb(41, 46, 49);
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 30px 30px 30px 30px;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border-color: rgb(41, 46, 49);
  border-style: solid;
  border-width: 1px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.FoodCarousel-Button,
.FoodCarousel-Button {
  color: rgb(41, 46, 49);
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 70px 15px 50px;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border-color: rgb(41, 46, 49);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 1px;
}

.tp-caption.FoodCarousel-Button:hover,
.FoodCarousel-Button:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(41, 46, 49);
  border-color: rgb(41, 46, 49);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.FoodCarousel-CloseButton,
.FoodCarousel-CloseButton {
  color: rgb(41, 46, 49);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 14px 14px 14px 16px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: left;
  letter-spacing: 1px;
}

.tp-caption.FoodCarousel-CloseButton:hover,
.FoodCarousel-CloseButton:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(41, 46, 49);
  border-color: rgba(41, 46, 49, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
}

.tp-caption.Video-SubTitle,
.Video-SubTitle {
  color: rgb(255, 255, 255);
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.35);
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 2px;
  text-align: left;
}

.tp-caption.Video-Title,
.Video-Title {
  color: rgb(255, 255, 255);
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  font-style: normal;
  font-family: Raleway;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Travel-BigCaption,
.Travel-BigCaption {
  color: rgb(255, 255, 255);
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Travel-SmallCaption,
.Travel-SmallCaption {
  color: rgb(255, 255, 255);
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Travel-CallToAction,
.Travel-CallToAction {
  color: rgb(255, 255, 255);
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 20px 12px 20px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 2px;
  border-radius: 5px 5px 5px 5px;
  text-align: left;
  letter-spacing: 1px;
}

.tp-caption.Travel-CallToAction:hover,
.Travel-CallToAction:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 2px;
  border-radius: 5px 5px 5px 5px;
}

.tp-caption.RotatingWords-TitleWhite,
.RotatingWords-TitleWhite {
  color: rgb(255, 255, 255);
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  font-style: normal;
  font-family: Raleway;
  padding: 0px 0px 0px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.RotatingWords-Button,
.RotatingWords-Button {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 20px 50px 20px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 3px;
}

.tp-caption.RotatingWords-Button:hover,
.RotatingWords-Button:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.RotatingWords-SmallText,
.RotatingWords-SmallText {
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  text-shadow: none;
}

.tp-caption.ContentZoom-SmallTitle,
.ContentZoom-SmallTitle {
  color: rgb(41, 46, 49);
  font-size: 33px;
  line-height: 45px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.ContentZoom-SmallSubtitle,
.ContentZoom-SmallSubtitle {
  color: rgb(111, 124, 130);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.ContentZoom-SmallIcon,
.ContentZoom-SmallIcon {
  color: rgb(41, 46, 49);
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.ContentZoom-SmallIcon:hover,
.ContentZoom-SmallIcon:hover {
  color: rgb(111, 124, 130);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

.tp-caption.ContentZoom-DetailTitle,
.ContentZoom-DetailTitle {
  color: rgb(41, 46, 49);
  font-size: 70px;
  line-height: 70px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.ContentZoom-DetailSubTitle,
.ContentZoom-DetailSubTitle {
  color: rgb(111, 124, 130);
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.ContentZoom-DetailContent,
.ContentZoom-DetailContent {
  color: rgb(111, 124, 130);
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.ContentZoom-Button,
.ContentZoom-Button {
  color: rgb(41, 46, 49);
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 1px;
}

.tp-caption.ContentZoom-Button:hover,
.ContentZoom-Button:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(41, 46, 49);
  border-color: rgb(41, 46, 49);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.ContentZoom-ButtonClose,
.ContentZoom-ButtonClose {
  color: rgb(41, 46, 49);
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 14px 14px 14px 16px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: left;
  letter-spacing: 1px;
}

.tp-caption.ContentZoom-ButtonClose:hover,
.ContentZoom-ButtonClose:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(41, 46, 49);
  border-color: rgb(41, 46, 49);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
}

.tp-caption.Newspaper-Title,
.Newspaper-Title {
  color: rgb(255, 255, 255);
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Slab";
  padding: 0 0 10px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
  color: rgb(168, 216, 238);
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Newspaper-Button,
.Newspaper-Button {
  color: rgb(255, 255, 255);
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
  text-align: left;
}

.tp-caption.Newspaper-Button:hover,
.Newspaper-Button:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.rtwhitemedium,
.rtwhitemedium {
  font-size: 22px;
  line-height: 26px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
  text-shadow: none;
}

@media only screen and (max-width: 767px) {
  .revtp-searchform input[type=text],
  .revtp-searchform input[type=email],
  .revtp-form input[type=text],
  .revtp-form input[type=email] {
    width: 200px !important;
  }
}
.revtp-searchform input[type=submit],
.revtp-form input[type=submit] {
  font-family: "Arial", sans-serif;
  line-height: 46px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  padding: 0 20px;
  border: 0;
  background: #009aee;
  color: #fff;
  border-radius: 0px;
}

.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

.tp-caption.Concept-Title,
.Concept-Title {
  color: rgb(255, 255, 255);
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 5px;
}

.tp-caption.Concept-SubTitle,
.Concept-SubTitle {
  color: rgba(255, 255, 255, 0.65);
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  font-style: italic;
  font-family: "" Playfair Display "";
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.Concept-Content,
.Concept-Content {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(255, 255, 255);
  border-style: none;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.Concept-MoreBtn,
.Concept-MoreBtn {
  color: rgb(255, 255, 255);
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}

.tp-caption.Concept-MoreBtn:hover,
.Concept-MoreBtn:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
}

.tp-caption.Concept-LessBtn,
.Concept-LessBtn {
  color: rgb(255, 255, 255);
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: rgb(0, 0, 0);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}

.tp-caption.Concept-LessBtn:hover,
.Concept-LessBtn:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
}

.tp-caption.Concept-SubTitle-Dark,
.Concept-SubTitle-Dark {
  color: rgba(0, 0, 0, 0.65);
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  font-style: italic;
  font-family: "Playfair Display";
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.Concept-Title-Dark,
.Concept-Title-Dark {
  color: rgb(0, 0, 0);
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 5px;
}

.tp-caption.Concept-MoreBtn-Dark,
.Concept-MoreBtn-Dark {
  color: rgb(0, 0, 0);
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}

.tp-caption.Concept-MoreBtn-Dark:hover,
.Concept-MoreBtn-Dark:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
}

.tp-caption.Concept-Content-Dark,
.Concept-Content-Dark {
  color: rgb(0, 0, 0);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(255, 255, 255);
  border-style: none;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.Concept-Notice,
.Concept-Notice {
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(255, 255, 255);
  border-style: none;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
}

.tp-caption.Concept-Content a,
.tp-caption.Concept-Content a:visited {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
  font-weight: 700 !important;
}

.tp-caption.Concept-Content a:hover {
  border-bottom: 1px solid transparent !important;
}

.tp-caption.Concept-Content-Dark a,
.tp-caption.Concept-Content-Dark a:visited {
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
  font-weight: 700 !important;
}

.tp-caption.Concept-Content-Dark a:hover {
  border-bottom: 1px solid transparent !important;
}

.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

.tp-caption.Creative-Title,
.Creative-Title {
  color: rgb(255, 255, 255);
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.Creative-SubTitle,
.Creative-SubTitle {
  color: rgb(205, 176, 131);
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
}

.tp-caption.Creative-Button,
.Creative-Button {
  color: rgb(205, 176, 131);
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(205, 176, 131, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
}

.tp-caption.Creative-Button:hover,
.Creative-Button:hover {
  color: rgb(205, 176, 131);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(205, 176, 131);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.subcaption,
.subcaption {
  color: rgb(111, 124, 130);
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: rgb(0, 0, 0);
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-shadow: none;
  text-align: left;
}

.tp-caption.RedDot,
.RedDot {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-style: normal;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: rgb(213, 0, 0);
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 5px;
  border-radius: 50px 50px 50px 50px;
}

.tp-caption.RedDot:hover,
.RedDot:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.75);
  border-color: rgb(213, 0, 0);
  border-style: solid;
  border-width: 5px;
  border-radius: 50px 50px 50px 50px;
}

.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
  color: rgb(255, 255, 255);
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
  color: rgb(255, 255, 255);
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
  color: rgb(0, 0, 0);
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.Woo-Rating,
.Woo-Rating {
  color: rgb(0, 0, 0);
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
}

.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
  color: rgb(0, 0, 0);
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
  color: rgb(0, 0, 0);
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 75px 12px 50px;
  text-decoration: none;
  background-color: rgb(254, 207, 114);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}

.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: rgb(243, 168, 71);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}

.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
  color: rgb(0, 0, 0);
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: rgb(254, 207, 114);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}

.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: rgb(243, 168, 71);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}

.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
  color: rgb(0, 0, 0);
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
}

.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
  color: rgb(0, 0, 0);
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
  color: rgb(0, 0, 0);
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 75px 12px 50px;
  text-decoration: none;
  background-color: rgb(254, 207, 114);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}

.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: rgb(243, 168, 71);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}

.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
  color: rgb(0, 0, 0);
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: rgb(254, 207, 114);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}

.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: rgb(243, 168, 71);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}

.tp-caption.FullScreen-Toggle,
.FullScreen-Toggle {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 11px 8px 11px 12px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 3px;
  text-align: left;
}

.tp-caption.FullScreen-Toggle:hover,
.FullScreen-Toggle:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.Agency-Title,
.Agency-Title {
  color: rgb(255, 255, 255);
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}

.tp-caption.Agency-SubTitle,
.Agency-SubTitle {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.Agency-PlayBtn,
.Agency-PlayBtn {
  color: rgb(255, 255, 255);
  font-size: 30px;
  line-height: 71px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 2px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

.tp-caption.Agency-PlayBtn:hover,
.Agency-PlayBtn:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 2px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

.tp-caption.Agency-SmallText,
.Agency-SmallText {
  color: rgb(255, 255, 255);
  font-size: 12px;
  line-height: 12px;
  font-weight: 900;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 5px;
}

.tp-caption.Agency-Social,
.Agency-Social {
  color: rgb(51, 51, 51);
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: rgb(51, 51, 51);
  border-style: solid;
  border-width: 2px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

.tp-caption.Agency-Social:hover,
.Agency-Social:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(51, 51, 51);
  border-color: rgb(51, 51, 51);
  border-style: solid;
  border-width: 2px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

.tp-caption.Agency-CloseBtn,
.Agency-CloseBtn {
  color: rgb(255, 255, 255);
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: none;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

.tp-caption.Agency-CloseBtn:hover,
.Agency-CloseBtn:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: none;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

.tp-caption.Dining-Title,
.Dining-Title {
  color: rgb(255, 255, 255);
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}

.tp-caption.Dining-SubTitle,
.Dining-SubTitle {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Dining-BtnLight,
.Dining-BtnLight {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  font-style: normal;
  font-family: Lato;
  padding: 17px 73px 17px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 2px;
}

.tp-caption.Dining-BtnLight:hover,
.Dining-BtnLight:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.Dining-Social,
.Dining-Social {
  color: rgb(255, 255, 255);
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

.tp-caption.Dining-Social:hover,
.Dining-Social:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

tp-caption.Team-Thumb,
.Team-Thumb {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Team-Thumb:hover,
.Team-Thumb:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

.tp-caption.Team-Name,
.Team-Name {
  color: rgb(255, 255, 255);
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Team-Position,
.Team-Position {
  color: rgb(255, 255, 255);
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Team-Description,
.Team-Description {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Team-Social,
.Team-Social {
  color: rgb(255, 255, 255);
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.Team-Social:hover,
.Team-Social:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.tp-caption.VideoControls-Play,
.VideoControls-Play {
  color: rgb(0, 0, 0);
  font-size: 50px;
  line-height: 120px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 7px;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

.tp-caption.VideoControls-Play:hover,
.VideoControls-Play:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

.tp-caption.VideoPlayer-Title,
.VideoPlayer-Title {
  color: rgb(255, 255, 255);
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}

.tp-caption.VideoPlayer-SubTitle,
.VideoPlayer-SubTitle {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.VideoPlayer-Social,
.VideoPlayer-Social {
  color: rgb(255, 255, 255);
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.VideoPlayer-Social:hover,
.VideoPlayer-Social:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.tp-caption.VideoControls-Mute,
.VideoControls-Mute {
  color: rgb(0, 0, 0);
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

.tp-caption.VideoControls-Mute:hover,
.VideoControls-Mute:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

.tp-caption.VideoControls-Pause,
.VideoControls-Pause {
  color: rgb(0, 0, 0);
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

.tp-caption.VideoControls-Pause:hover,
.VideoControls-Pause:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

.soundcloudwrapper iframe {
  width: 100% !important;
}

.tp-caption.SleekLanding-Title,
.SleekLanding-Title {
  color: rgb(255, 255, 255);
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 5px;
}

.tp-caption.SleekLanding-ButtonBG,
.SleekLanding-ButtonBG {
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-style: normal;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 5px 5px 5px 5px;
  text-align: left;
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
}

.tp-caption.SleekLanding-SmallTitle,
.SleekLanding-SmallTitle {
  color: rgb(255, 255, 255);
  font-size: 13px;
  line-height: 50px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 2px;
}

.tp-caption.SleekLanding-BottomText,
.SleekLanding-BottomText {
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.SleekLanding-Social,
.SleekLanding-Social {
  color: rgb(255, 255, 255);
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.SleekLanding-Social:hover,
.SleekLanding-Social:hover {
  color: rgba(0, 0, 0, 0.25);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

#rev_slider_429_1_wrapper .tp-loader.spinner2 {
  background-color: #555555 !important;
}

.tp-fat {
  font-weight: 900 !important;
}

.tp-caption.PostSlider-Category,
.PostSlider-Category {
  color: rgb(0, 0, 0);
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 3px;
  text-align: left;
}

.tp-caption.PostSlider-Title,
.PostSlider-Title {
  color: rgb(0, 0, 0);
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.PostSlider-Content,
.PostSlider-Content {
  color: rgb(119, 119, 119);
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.PostSlider-Button,
.PostSlider-Button {
  color: rgb(0, 0, 0);
  font-size: 15px;
  line-height: 40px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 56px 1px 32px;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
}

.tp-caption.PostSlider-Button:hover,
.PostSlider-Button:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: rgb(238, 238, 238);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

/* media queries */
.tp-caption.LandingPage-Title,
.LandingPage-Title {
  color: rgb(255, 255, 255);
  font-size: 70px;
  line-height: 80px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}

.tp-caption.LandingPage-SubTitle,
.LandingPage-SubTitle {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.LandingPage-Button,
.LandingPage-Button {
  color: rgb(0, 0, 0);
  font-size: 15px;
  line-height: 54px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 35px 0px 35px;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 3px;
}

.tp-caption.LandingPage-Button:hover,
.LandingPage-Button:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.tp-caption.App-Content a,
.tp-caption.App-Content a:visited {
  color: #89124e !important;
  border-bottom: 1px solid transparent !important;
  font-weight: bold !important;
}

.tp-caption.App-Content a:hover {
  border-bottom: 1px solid #89124e !important;
}

.tp-caption.RockBand-LogoText,
.RockBand-LogoText {
  color: rgb(255, 255, 255);
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Oswald;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #fff !important;
  text-decoration: underline !important;
}

.tp-caption.Twitter-Content a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.soundcloudwrapper iframe {
  width: 100% !important;
}

.tp-caption.Agency-LogoText,
.Agency-LogoText {
  color: rgb(255, 255, 255);
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 1px;
}

.tp-caption.ComingSoon-Highlight,
.ComingSoon-Highlight {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 37px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 20px 3px 20px;
  text-decoration: none;
  text-align: left;
  background-color: rgb(0, 154, 238);
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.ComingSoon-Count,
.ComingSoon-Count {
  color: rgb(255, 255, 255);
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.ComingSoon-CountUnit,
.ComingSoon-CountUnit {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.ComingSoon-NotifyMe,
.ComingSoon-NotifyMe {
  color: rgb(164, 157, 143);
  font-size: 27px;
  line-height: 35px;
  font-weight: 600;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

#mc_embed_signup input#mce-EMAIL {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 1px solid #fff;
  width: 400px;
  margin-bottom: 0px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 0px;
}

#mc_embed_signup input#mce-EMAIL[type=email]:focus {
  background-color: #fff;
  border: 1px solid #666;
  border-right: 0;
}

#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
  font-family: "Lato", sans-serif;
  line-height: 46px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  padding: 0 20px;
  border: 1px solid #009aee;
  background: #009aee;
  color: #fff;
  border-radius: 0px;
}

#mc_embed_signup input#mc-embedded-subscribe:hover {
  background: #0083d4;
}

@media only screen and (max-width: 767px) {
  #mc_embed_signup input#mce-EMAIL {
    width: 200px;
  }
}
.tp-caption.Agency-SmallTitle,
.Agency-SmallTitle {
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 6px;
}

.tp-caption.Agency-SmallContent,
.Agency-SmallContent {
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.Agency-SmallLink,
.Agency-SmallLink {
  color: rgb(248, 124, 9);
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0px 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #f87c09 !important;
}

.tp-caption.Agency-SmallLink:hover,
.Agency-SmallLink:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

.tp-caption.Agency-NavButton,
.Agency-NavButton {
  color: rgb(51, 51, 51);
  font-size: 17px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  text-align: center;
}

.tp-caption.Agency-NavButton:hover,
.Agency-NavButton:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(51, 51, 51);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.tp-caption.Agency-SmallLinkGreen,
.Agency-SmallLinkGreen {
  color: rgb(109, 177, 155);
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0px 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #6db19b !important;
}

.tp-caption.Agency-SmallLinkGreen:hover,
.Agency-SmallLinkGreen:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

.tp-caption.Agency-SmallLinkBlue,
.Agency-SmallLinkBlue {
  color: rgb(153, 153, 153);
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0px 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #999 !important;
}

.tp-caption.Agency-SmallLinkBlue:hover,
.Agency-SmallLinkBlue:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

.tp-caption.Agency-LogoText,
.Agency-LogoText {
  color: rgb(255, 255, 255);
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 1px;
}

.tp-caption.Agency-ArrowTooltip,
.Agency-ArrowTooltip {
  color: rgb(51, 51, 51);
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: "Permanent Marker";
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Agency-SmallSocial,
.Agency-SmallSocial {
  color: rgb(255, 255, 255);
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.Agency-SmallSocial:hover,
.Agency-SmallSocial:hover {
  color: rgb(51, 51, 51);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

.tp-caption.CreativeFrontPage-Btn,
.CreativeFrontPage-Btn {
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 60px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 50px 0px 50px;
  text-decoration: none;
  text-align: left;
  background-color: rgb(0, 104, 92);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 4px 4px 4px 4px;
  letter-spacing: 2px;
}

.tp-caption.CreativeFrontPage-Btn:hover,
.CreativeFrontPage-Btn:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}

.tp-caption.CreativeFrontPage-Menu,
.CreativeFrontPage-Menu {
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  font-style: normal;
  font-family: roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 2px;
}

.tp-flip-index {
  z-index: 1000 !important;
}

.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

.tp-caption.FullScreenMenu-Category,
.FullScreenMenu-Category {
  color: rgb(17, 17, 17);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: BenchNine;
  padding: 21px 30px 16px 30px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 3px;
}

.tp-caption.FullScreenMenu-Title,
.FullScreenMenu-Title {
  color: rgb(255, 255, 255);
  font-size: 65px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: BenchNine;
  padding: 21px 30px 16px 30px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(17, 17, 17, 0.9);
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

.tp-caption.TechJournal-Button,
.TechJournal-Button {
  color: rgb(255, 255, 255);
  font-size: 13px;
  line-height: 40px;
  font-weight: 900;
  font-style: normal;
  font-family: Raleway;
  padding: 1px 30px 1px 30px;
  text-decoration: none;
  text-align: left;
  background-color: rgb(138, 0, 255);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 3px;
}

.tp-caption.TechJournal-Button:hover,
.TechJournal-Button:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.tp-caption.TechJournal-Big,
.TechJournal-Big {
  color: rgb(255, 255, 255);
  font-size: 120px;
  line-height: 120px;
  font-weight: 900;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 0px;
}

.rev_slider {
  overflow: hidden;
}

.effect_layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

#menu_forcefullwidth {
  z-index: 5000;
  position: fixed !important;
  top: 0px;
  left: 0px;
  width: 100%;
}

.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
  color: rgb(51, 51, 51);
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: rgb(51, 51, 51);
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
  color: rgb(0, 150, 255);
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
  color: rgb(51, 51, 51);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
  color: rgb(51, 51, 51);
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: rgb(51, 51, 51);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
  color: rgb(0, 150, 255);
  text-decoration: none;
  background-color: transparent;
  border-color: rgb(0, 150, 255);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
  color: rgb(51, 51, 51);
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: rgb(51, 51, 51);
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
  color: rgb(0, 150, 255);
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
  color: rgb(51, 51, 51);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
  color: rgb(51, 51, 51);
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: rgb(51, 51, 51);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
  color: rgb(0, 150, 255);
  text-decoration: none;
  background-color: transparent;
  border-color: rgb(0, 150, 255);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
  color: rgb(51, 51, 51);
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: rgb(51, 51, 51);
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
  color: rgb(51, 51, 51);
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: rgb(51, 51, 51);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
  color: rgb(0, 150, 255);
  text-decoration: none;
  background-color: transparent;
  border-color: rgb(0, 150, 255);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
  color: rgb(51, 51, 51);
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: rgb(51, 51, 51);
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
  color: rgb(0, 150, 255);
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
  color: rgb(51, 51, 51);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
  color: rgb(51, 51, 51);
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: rgb(51, 51, 51);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
  color: rgb(0, 150, 255);
  text-decoration: none;
  background-color: transparent;
  border-color: rgb(0, 150, 255);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

.rev_slider {
  overflow: hidden;
}

.effect_layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.gyges .tp-thumb {
  opacity: 1;
}

.gyges .tp-thumb-img-wrap {
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.gyges .tp-thumb-image {
  padding: 3px;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}

.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
  color: rgb(51, 51, 51);
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: rgb(51, 51, 51);
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
  color: rgb(0, 150, 255);
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
  color: rgb(51, 51, 51);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: rgb(51, 51, 51);
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: rgb(51, 51, 51);
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.FullSiteBlock-FooterLink,
.FullSiteBlock-FooterLink {
  color: rgb(85, 85, 85);
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.FullSiteBlock-FooterLink:hover,
.FullSiteBlock-FooterLink:hover {
  color: rgb(0, 150, 255);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

.fb-share-button.fb_iframe_widget iframe {
  width: 115px !important;
}

#tp-socialwrapper {
  opacity: 0;
}

.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

#menu_forcefullwidth {
  z-index: 5000;
  position: fixed !important;
  top: 0px;
  left: 0px;
  width: 100%;
}

#tp-menubg {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
}

#mc_embed_signup input[type=email] {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  color: #888 !important;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 0;
  width: 400px;
  margin-bottom: 0px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#mc_embed_signup input[type=email]::-webkit-input-placeholder {
  color: #888 !important;
}

#mc_embed_signup input[type=email]::-moz-placeholder {
  color: #888 !important;
}

#mc_embed_signup input[type=email]:-ms-input-placeholder {
  color: #888 !important;
}

#mc_embed_signup input[type=email]:focus {
  background-color: #f5f5f5;
  color: #454545;
}

#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
  font-family: "Lato", sans-serif;
  line-height: 46px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 30px;
  border: 0;
  background: #f04531;
  text-transform: none;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#mc_embed_signup input#mc-embedded-subscribe:hover {
  background: #e03727;
}

@media only screen and (max-width: 767px) {
  #mc_embed_signup input[type=email] {
    width: 260px;
  }
}
@media only screen and (max-width: 480px) {
  #mc_embed_signup input[type=email] {
    width: 160px;
  }
}
#rev_slider_167_6 .uranus.tparrows {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0);
}

#rev_slider_167_6 .uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#rev_slider_167_6 .uranus.tparrows:hover:before {
  opacity: 0.75;
}

.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: rgb(51, 51, 51);
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.ParallaxWebsite-FooterItem,
.ParallaxWebsite-FooterItem {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

.tp-caption.ParallaxWebsite-FooterItem:hover,
.ParallaxWebsite-FooterItem:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

.fb-share-button.fb_iframe_widget iframe {
  width: 115px !important;
}

iframe.twitter-share-button {
  display: none;
}

.fb-share-button.fb_iframe_widget iframe {
  display: none;
}

.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
  color: rgb(0, 150, 255);
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ARES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.ares.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 60px;
  min-height: 60px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}

.ares.tparrows:before {
  font-family: "revicons";
  font-size: 25px;
  color: #aaa;
  display: block;
  line-height: 60px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 2;
  position: relative;
}

.ares.tparrows.tp-leftarrow:before {
  content: "\e81f";
}

.ares.tparrows.tp-rightarrow:before {
  content: "\e81e";
}

.ares.tparrows:hover:before {
  color: #000;
}

.ares .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #fff;
  min-height: 60px;
  line-height: 60px;
  top: 0px;
  margin-left: 30px;
  border-radius: 0px 30px 30px 0px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
}

.ares.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 30px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 30px 0px 0px 30px;
}

.ares.tparrows:hover .tp-title-wrap {
  transform: scaleX(1) scaleY(1);
  -webkit-transform: scaleX(1) scaleY(1);
}

.ares .tp-arr-titleholder {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translateX(200px);
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 10px;
  opacity: 0;
}

.ares.tp-rightarrow .tp-arr-titleholder {
  transform: translateX(-200px);
  margin-left: 0px;
  margin-right: 10px;
}

.ares.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

/* BULLETS */
.ares.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

.ares .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
  background: #fff;
}

.ares .tp-bullet-title {
  position: absolute;
  color: #888;
  font-size: 12px;
  padding: 0px 10px;
  font-weight: 600;
  right: 27px;
  top: -4px;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  visibility: hidden;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  line-height: 20px;
  white-space: nowrap;
}

.ares .tp-bullet-title:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: " ";
  position: absolute;
  right: -10px;
  top: 0px;
}

.ares .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.ares .tp-bullet.selected:hover .tp-bullet-title {
  background: #fff;
}

.ares .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color: transparent transparent transparent #fff;
}

.ares.tp-bullets:hover .tp-bullet-title {
  visibility: hidden;
}

.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
}

/* TABS */
.ares .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
}

.ares .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

.ares .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0px;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.ares .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0px;
}

.ares .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

.ares .tp-tab:hover,
.ares .tp-tab.selected {
  background: #eee;
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 CUSTOM SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.custom.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 10000;
}

.custom.tparrows:hover {
  background: #000;
}

.custom.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.custom.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.custom.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* BULLETS */
.custom.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

.custom .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  background: rgba(125, 125, 125, 0.5);
  cursor: pointer;
  box-sizing: content-box;
}

.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
  background: rgb(125, 125, 125);
}

/* THUMBS */
/* TABS */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 DIONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.dione.tparrows {
  height: 100%;
  width: 100px;
  background: transparent;
  background: rgba(0, 0, 0, 0);
  line-height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.dione.tparrows:hover {
  background: rgba(0, 0, 0, 0.45);
}

.dione .tp-arr-imgwrapper {
  width: 100px;
  left: 0px;
  position: absolute;
  height: 100%;
  top: 0px;
  overflow: hidden;
}

.dione.tp-rightarrow .tp-arr-imgwrapper {
  left: auto;
  right: 0px;
}

.dione .tp-arr-imgholder {
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100%;
  top: 0px;
  visibility: hidden;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
  left: 0px;
}

.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right: 0px;
  left: auto;
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
}

.dione.tparrows:before {
  position: absolute;
  line-height: 30px;
  margin-left: -22px;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.dione.tparrows.tp-rightarrow:before {
  margin-left: 6px;
}

.dione.tparrows:hover:before {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}

.dione.tparrows.tp-rightarrow:hover:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}

.dione.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

/* BULLETS */
.dione .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.dione .tp-bullet-image {
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center;
}

.dione .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap;
}

.dione .tp-bullet:hover .tp-bullet-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

.dione .tp-bullet.selected,
.dione .tp-bullet:hover {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(119, 119, 119) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(119, 119, 119)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(119, 119, 119) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(119, 119, 119) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(119, 119, 119) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(119, 119, 119) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

.dione .tp-bullet-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ERINYEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.erinyen.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 35px;
}

.erinyen.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.erinyen .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  min-height: 70px;
  line-height: 70px;
  top: 0px;
  margin-left: 0px;
  border-radius: 35px;
  overflow: hidden;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}

.erinyen.tparrows:hover .tp-title-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.erinyen.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 10px;
}

.erinyen.tp-leftarrow .tp-title-wrap {
  padding-left: 20px;
  padding-right: 10px;
}

.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translateX(200px);
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 70px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 11px;
  opacity: 0;
}

.erinyen .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
}

.erinyen .tp-arr-img-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}

.erinyen.tp-rightarrow .tp-arr-titleholder {
  transform: translateX(-200px);
  margin-left: 0px;
  margin-right: 11px;
}

.erinyen.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

/* BULLETS */
.erinyen.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #555555; /* old browsers */
  background: -moz-linear-gradient(top, #555555 0%, #222222 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #222222)); /* chrome,safari4+ */
  background: -webkit-linear-gradient(top, #555555 0%, #222222 100%); /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top, #555555 0%, #222222 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(top, #555555 0%, #222222 100%); /* ie10+ */
  background: linear-gradient(to bottom, #555555 0%, #222222 100%); /* w3c */
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */
  padding: 10px 15px;
  margin-left: -15px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 1px rgba(33, 33, 33, 0.3);
}

.erinyen .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #111;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
  background: #e5e5e5; /* old browsers */
  background: -moz-linear-gradient(top, #e5e5e5 0%, #999999 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #999999)); /* chrome,safari4+ */
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #999999 100%); /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top, #e5e5e5 0%, #999999 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(top, #e5e5e5 0%, #999999 100%); /* ie10+ */
  background: linear-gradient(to bottom, #e5e5e5 0%, #999999 100%); /* w3c */
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */
  border: 1px solid #555;
  width: 12px;
  height: 12px;
}

/* THUMBS */
.erinyen .tp-thumb {
  opacity: 1;
}

.erinyen .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.erinyen .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

.erinyen .tp-thumb-more:before {
  content: "\e825";
}

.erinyen .tp-thumb-title {
  font-family: "Raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
  background: #fff;
}

.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
  color: #000;
}

/* TABS */
.erinyen .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  margin-bottom: 5px;
}

.erinyen .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: "Roboto Slab";
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 GYGES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* BULLETS */
.gyges.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #777777; /* Old browsers */
  background: -moz-linear-gradient(top, #777777 0%, #666666 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777777), color-stop(100%, #666666));
  background: -webkit-linear-gradient(top, #777777 0%, #666666 100%);
  background: -o-linear-gradient(top, #777777 0%, #666666 100%);
  background: -ms-linear-gradient(top, #777777 0%, #666666 100%);
  background: linear-gradient(to bottom, #777777 0%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", endColorstr="#666666",GradientType=0 );
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 10px;
}

.gyges .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #333;
  border: 3px solid #444;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e1e1e1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e1e1e1",GradientType=0 ); /* IE6-9 */
}

/* THUMBS */
.gyges .tp-thumb {
  opacity: 1;
}

.gyges .tp-thumb-img-wrap {
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.gyges .tp-thumb-image {
  padding: 3px;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.gyges .tp-thumb-title {
  position: absolute;
  bottom: 100%;
  display: inline-block;
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 20px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  white-space: nowrap;
}

.gyges .tp-thumb:hover .tp-thumb-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(119, 119, 119) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(119, 119, 119)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(119, 119, 119) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(119, 119, 119) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(119, 119, 119) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(119, 119, 119) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

.gyges .tp-thumb-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  bottom: -8px;
}

/* TABS */
.gyges .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.gyges .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

.gyges .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0px;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.gyges .tp-tab-date {
  display: block;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0px;
}

.gyges .tp-tab-title {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
  background: rgba(0, 0, 0, 0.5);
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HADES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hades.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  z-index: 1000;
}

.hades.tparrows:before {
  font-family: "revicons";
  font-size: 30px;
  color: #fff;
  display: block;
  line-height: 100px;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}

.hades.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.hades.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.hades.tparrows:hover:before {
  color: #aaa;
  background: #fff;
  background: rgb(255, 255, 255);
}

.hades .tp-arr-allwrapper {
  position: absolute;
  left: 100%;
  top: 0px;
  background: #888;
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.hades.tp-rightarrow .tp-arr-allwrapper {
  left: auto;
  right: 100%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
}

.hades:hover .tp-arr-allwrapper {
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);
}

.hades .tp-arr-imgholder {
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* BULLETS */
.hades.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

.hades .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #888;
  cursor: pointer;
  border: 5px solid #fff;
  box-sizing: content-box;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-perspective: 400;
  perspective: 400;
  -webkit-transform: translatez(0.01px);
  transform: translatez(0.01px);
}

.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
  background: #555;
}

.hades .tp-bullet-image {
  position: absolute;
  top: -80px;
  left: -60px;
  width: 120px;
  height: 60px;
  background-position: center center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform-style: flat;
  transform-style: flat;
  perspective: 600;
  -webkit-perspective: 600;
  transform: rotatex(-90deg);
  -webkit-transform: rotatex(-90deg);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

.hades .tp-bullet:hover .tp-bullet-image {
  display: block;
  opacity: 1;
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  visibility: visible;
}

/* THUMBS */
.hades .tp-thumb {
  opacity: 1;
}

.hades .tp-thumb-img-wrap {
  border-radius: 50%;
  padding: 3px;
  display: inline-block;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.hades .tp-thumb-image {
  padding: 3px;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(119, 119, 119) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(119, 119, 119)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(119, 119, 119) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(119, 119, 119) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(119, 119, 119) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(119, 119, 119) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

.hades .tp-thumb-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

/* TABS */
.hades .tp-tab {
  opacity: 1;
}

.hades .tp-tab-title {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
}

.hades .tp-tab-price {
  display: block;
  text-align: center;
  color: #999;
  font-size: 16px;
  margin-top: 10px;
  line-height: 20px;
}

.hades .tp-tab-button {
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  background: #219bd7;
  border-radius: 4px;
  font-weight: 400;
}

.hades .tp-tab-inner {
  text-align: center;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEBE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hebe.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 1000;
}

.hebe.tparrows:before {
  font-family: "revicons";
  font-size: 30px;
  color: #aaa;
  display: block;
  line-height: 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 2;
  position: relative;
  background: #fff;
  min-width: 70px;
  min-height: 70px;
}

.hebe.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.hebe.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.hebe.tparrows:hover:before {
  color: #000;
}

.hebe .tp-title-wrap {
  position: absolute;
  z-index: 0;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  min-height: 60px;
  line-height: 60px;
  top: -10px;
  margin-left: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
}

.hebe.tp-rightarrow .tp-title-wrap {
  right: 0px;
  -webkit-transform-origin: 100% 50%;
}

.hebe.tparrows:hover .tp-title-wrap {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

.hebe .tp-arr-titleholder {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 90px;
  white-space: nowrap;
  padding: 0px 20px 0px 90px;
}

.hebe.tp-rightarrow .tp-arr-titleholder {
  margin-left: 0px;
  padding: 0px 90px 0px 20px;
}

.hebe.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

.hebe .tp-arr-imgholder {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  top: 0px;
  right: -90px;
}

.hebe.tp-rightarrow .tp-arr-imgholder {
  right: auto;
  left: -90px;
}

/* BULLETS */
.hebe.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

.hebe .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #fff;
  cursor: pointer;
  border: 5px solid #222;
  border-radius: 50%;
  box-sizing: content-box;
  -webkit-perspective: 400;
  perspective: 400;
  -webkit-transform: translateZ(0.01px);
  transform: translateZ(0.01px);
  transition: all 0.3s;
}

.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
  background: #222;
  border-color: #fff;
}

.hebe .tp-bullet-image {
  position: absolute;
  top: -90px;
  left: -40px;
  width: 70px;
  height: 70px;
  background-position: center center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform-style: flat;
  transform-style: flat;
  perspective: 600;
  -webkit-perspective: 600;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  border-radius: 6px;
}

.hebe .tp-bullet:hover .tp-bullet-image {
  display: block;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility: visible;
}

/* TABS */
.hebe .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  margin-bottom: 5px;
}

.hebe .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: "Roboto Slab";
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEPHAISTOS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hephaistos.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
}

.hephaistos.tparrows:hover {
  background: #000;
}

.hephaistos.tparrows:before {
  font-family: "revicons";
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.hephaistos.tparrows.tp-leftarrow:before {
  content: "\e82c";
  margin-left: -2px;
}

.hephaistos.tparrows.tp-rightarrow:before {
  content: "\e82d";
  margin-right: -2px;
}

/* BULLETS */
.hephaistos.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

.hephaistos .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999;
  border: 3px solid #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
  box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
  background: #fff;
  border-color: #000;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HERMES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hermes.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 110px;
  position: absolute;
  display: block;
  z-index: 1000;
}

.hermes.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 110px;
  text-align: center;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.hermes.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.hermes.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.hermes.tparrows.tp-leftarrow:hover:before {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}

.hermes.tparrows.tp-rightarrow:hover:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  opacity: 0;
}

.hermes .tp-arr-allwrapper {
  overflow: hidden;
  position: absolute;
  width: 180px;
  height: 140px;
  top: 0px;
  left: 0px;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.hermes.tp-rightarrow .tp-arr-allwrapper {
  right: 0px;
  left: auto;
}

.hermes.tparrows:hover .tp-arr-allwrapper {
  visibility: visible;
}

.hermes .tp-arr-imgholder {
  width: 180px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 110px;
  transform: translateX(-180px);
  -webkit-transform: translateX(-180px);
  transition: all 0.3s;
  transition-delay: 0.3s;
}

.hermes.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(180px);
  -webkit-transform: translateX(180px);
}

.hermes.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.hermes .tp-arr-titleholder {
  top: 110px;
  width: 180px;
  text-align: left;
  display: block;
  padding: 0px 10px;
  line-height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: 600;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.hermes.tparrows:hover .tp-arr-titleholder {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* BULLETS */
.hermes .tp-bullet {
  overflow: hidden;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #FFF;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: absolute;
}

.hermes .tp-bullet:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.hermes .tp-bullet:after {
  content: " ";
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 1px #FFF;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.hermes .tp-bullet.selected:after {
  height: 100%;
}

/* TABS */
.hermes .tp-tab {
  opacity: 1;
  padding-right: 10px;
  box-sizing: border-box;
}

.hermes .tp-tab-image {
  width: 100%;
  height: 60%;
  position: relative;
}

.hermes .tp-tab-content {
  background: rgb(54, 54, 54);
  position: absolute;
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  width: 100%;
  min-height: 40%;
  bottom: 0px;
  left: -10px;
}

.hermes .tp-tab-date {
  display: block;
  color: #888;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px;
}

.hermes .tp-tab-title {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 19px;
}

.hermes .tp-tab.selected .tp-tab-title:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 30px 0 30px 10px;
  border-color: transparent transparent transparent rgb(54, 54, 54);
  content: " ";
  position: absolute;
  right: -9px;
  bottom: 50%;
  margin-bottom: -30px;
}

.hermes .tp-tab-mask {
  padding-right: 10px !important;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
  .hermes .tp-tab .tp-tab-title {
    font-size: 14px;
    line-height: 16px;
  }
  .hermes .tp-tab-date {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
  }
  .hermes .tp-tab-content {
    padding: 15px 15px 15px 25px;
  }
}
@media only screen and (max-width: 768px) {
  .hermes .tp-tab .tp-tab-title {
    font-size: 12px;
    line-height: 14px;
  }
  .hermes .tp-tab-date {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px;
  }
  .hermes .tp-tab-content {
    padding: 10px 10px 10px 20px;
  }
}
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HESPERIDEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hesperiden.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
}

.hesperiden.tparrows:hover {
  background: #000;
}

.hesperiden.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.hesperiden.tparrows.tp-leftarrow:before {
  content: "\e82c";
  margin-left: -3px;
}

.hesperiden.tparrows.tp-rightarrow:before {
  content: "\e82d";
  margin-right: -3px;
}

/* BULLETS */
.hesperiden.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 8px;
}

.hesperiden .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999999; /* old browsers */
  background: -moz-linear-gradient(top, #999999 0%, #e1e1e1 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #e1e1e1)); /* chrome,safari4+ */
  background: -webkit-linear-gradient(top, #999999 0%, #e1e1e1 100%); /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top, #999999 0%, #e1e1e1 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(top, #999999 0%, #e1e1e1 100%); /* ie10+ */
  background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%); /* w3c */
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); /* ie6-9 */
  border: 3px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
  background: #666;
}

/* THUMBS */
.hesperiden .tp-thumb {
  opacity: 1;
  -webkit-perspective: 600px;
  perspective: 600px;
}

.hesperiden .tp-thumb .tp-thumb-title {
  font-size: 12px;
  position: absolute;
  margin-top: -10px;
  color: #fff;
  display: block;
  z-index: 10000;
  background-color: #000;
  padding: 5px 10px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotatex(90deg) translatez(0.001px);
  transform-origin: 50% 100%;
  -webkit-transform: rotatex(90deg) translatez(0.001px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
}

.hesperiden .tp-thumb:hover .tp-thumb-title {
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  opacity: 1;
}

/* TABS */
.hesperiden .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
}

.hesperiden .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

.hesperiden .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0px;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hesperiden .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0px;
}

.hesperiden .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
  background: #eee;
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 METIS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.metis.tparrows {
  background: #fff;
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}

.metis.tparrows:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
}

.metis.tparrows:before {
  color: #000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.metis.tparrows:hover:before {
  transform: scale(1.5);
}

/* BULLETS */
.metis .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 50%;
}

.metis .tp-bullet-image {
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center;
}

.metis .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap;
}

.metis .tp-bullet:hover .tp-bullet-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

.metis .tp-bullet.selected,
.metis .tp-bullet:hover {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(119, 119, 119) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(119, 119, 119)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(119, 119, 119) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(119, 119, 119) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(119, 119, 119) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(119, 119, 119) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

.metis .tp-bullet-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

.metis .tp-tab-number {
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Playfair Display";
  width: 50px;
  margin-right: 17px;
  display: inline-block;
  float: left;
}

.metis .tp-tab-mask {
  padding-left: 20px;
  left: 0px;
  max-width: 90px !important;
  transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
}

.metis:hover .tp-tab-mask {
  padding-left: 0px;
  left: 50px;
  max-width: 500px !important;
}

.metis .tp-tab-divider {
  border-right: 1px solid transparent;
  height: 30px;
  width: 1px;
  margin-top: 5px;
  display: inline-block;
  float: left;
}

.metis .tp-tab-title {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Playfair Display";
  position: relative;
  padding-top: 10px;
  padding-left: 30px;
  display: inline-block;
  transform: translateX(-100%);
  transition: 0.4s all;
}

.metis .tp-tab-title-mask {
  position: absolute;
  overflow: hidden;
  left: 67px;
}

.metis:hover .tp-tab-title {
  transform: translateX(0);
}

.metis .tp-tab {
  opacity: 0.15;
  transition: 0.4s all;
}

.metis .tp-tab:hover,
.metis .tp-tab.selected {
  opacity: 1;
}

.metis .tp-tab.selected .tp-tab-divider {
  border-right: 1px solid #cdb083;
}

.metis.tp-tabs {
  max-width: 118px !important;
  padding-left: 50px;
}

.metis.tp-tabs:before {
  content: " ";
  height: 100%;
  width: 88px;
  background: rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  left: 0px;
  top: 0px;
  position: absolute;
  transition: 0.4s all;
}

.metis.tp-tabs:hover:before {
  width: 118px;
}

@media (max-width: 499px) {
  .metis.tp-tabs:before {
    background: rgba(0, 0, 0, 0.75);
  }
}
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 PERSEPHONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.persephone.tparrows {
  cursor: pointer;
  background: #aaa;
  background: rgba(200, 200, 200, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border: 1px solid #f5f5f5;
}

.persephone.tparrows:hover {
  background: #333;
}

.persephone.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.persephone.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.persephone.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* BULLETS */
.persephone.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

.persephone .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  box-sizing: content-box;
}

.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
  background: #222;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 URANUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.uranus.tparrows {
  width: 50px;
  height: 50px;
  background: transparent;
}

.uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.uranus.tparrows:hover:before {
  opacity: 0.75;
}

/* BULLETS */
.uranus .tp-bullet {
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background: transparent;
}

.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px #FFF;
  border: none;
  border-radius: 50%;
  background: transparent;
}

.uranus .tp-bullet-inner {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}

.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  background-color: #fff;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.zeus.tparrows {
  cursor: pointer;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 35px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}

.zeus.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.zeus.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.zeus.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.zeus .tp-title-wrap {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius: 50%;
}

.zeus .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.zeus.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.zeus.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

.zeus.tparrows:hover .tp-title-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/* BULLETS */
.zeus .tp-bullet {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
}

.zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.zeus .tp-bullet-image,
.zeus .tp-bullet-imageoverlay {
  width: 135px;
  height: 60px;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 25px;
  left: 50%;
  margin-left: -65px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.zeus .tp-bullet-title {
  color: #fff;
  text-align: center;
  line-height: 15px;
  font-size: 13px;
  font-weight: 600;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 45px;
  width: 135px;
  vertical-align: middle;
  left: -57px;
}

.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* THUMBS */
.zeus .tp-thumb {
  opacity: 1;
}

.zeus .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.zeus .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

.zeus .tp-thumb-more:before {
  content: "\e825";
}

.zeus .tp-thumb-title {
  font-family: "Raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
  background: #000;
}

.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
  color: #fff;
}

/* TABS */
.zeus .tp-tab {
  opacity: 1;
  box-sizing: border-box;
}

.zeus .tp-tab-title {
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  padding: 9px 10px;
}

.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
  color: #000;
  background: rgb(255, 255, 255);
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.post-tabs .tp-thumb {
  opacity: 1;
}

.post-tabs .tp-thumb-over {
  background: #252525;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.post-tabs .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.post-tabs .tp-thumb-more:before {
  content: "\e825";
}

.post-tabs .tp-thumb-title {
  font-family: "raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 15px 30px 15px 15px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
  background: #fff;
}

.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
  color: #000;
}

/*------------------------------------------------------------------
2. Bordered Document / .bordered-document
-------------------------------------------------------------------*/
/* bordered document style for html and body */
.bordered-document {
  margin: 0.9375rem;
}
@media only screen and (min-width: 767px) {
  .bordered-document {
    margin: 1.875rem;
  }
}
.bordered-document .main-header {
  top: 0.9375rem;
  left: 0.9375rem;
  right: 0.9375rem;
}
@media only screen and (min-width: 767px) {
  .bordered-document .main-header {
    top: 1.875rem;
    left: 1.875rem;
    right: 1.875rem;
  }
}
.bordered-document .top-spaced-line {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: 0.9375rem;
  background: #fff;
  z-index: 999999;
}
@media only screen and (min-width: 767px) {
  .bordered-document .top-spaced-line {
    height: 1.875rem;
  }
}
.bordered-document .left-spaced-line {
  position: fixed;
  top: 0;
  bottom: 0;
  display: block;
  width: 0.9375rem;
  background: #fff;
  z-index: 999999;
  left: 0;
}
@media only screen and (min-width: 767px) {
  .bordered-document .left-spaced-line {
    width: 1.875rem;
  }
}
.bordered-document .bottom-spaced-line {
  position: fixed;
  left: 0;
  right: 0;
  display: block;
  height: 0.9375rem;
  background: #fff;
  z-index: 999999;
  bottom: 0;
}
@media only screen and (min-width: 767px) {
  .bordered-document .bottom-spaced-line {
    height: 1.875rem;
  }
}
.bordered-document .right-spaced-line {
  position: fixed;
  top: 0;
  bottom: 0;
  display: block;
  width: 0.9375rem;
  background: #fff;
  z-index: 999999;
  right: 0;
}
@media only screen and (min-width: 767px) {
  .bordered-document .right-spaced-line {
    width: 1.875rem;
  }
}
.bordered-document #wrapper {
  padding: 0 0 0.9375rem;
}
@media only screen and (min-width: 767px) {
  .bordered-document #wrapper {
    padding: 0 0 1.875rem;
  }
}
.bordered-document .section-scroll {
  right: 2rem;
}
.bordered-document #top-search {
  margin: 0 -0.938rem !important;
}
@media only screen and (min-width: 767px) {
  .bordered-document #top-search {
    margin: 0 -1.938rem !important;
  }
}
@media only screen and (min-width: 1230px) {
  .bordered-document #top-search {
    margin: 0 -3.2rem !important;
  }
}

/*------------------------------------------------------------------
3. Header / .main-header
-------------------------------------------------------------------*/
/* header styles */
.main-header {
  z-index: 999999999;
  transition: all linear 0.3s;
}

/*********************** white header ***********************/
.main-header.header-white.sticky-nav {
  background: #fff;
}
.main-header.header-white .navbar .navbar-nav li {
  font-size: 0.9rem;
}
.main-header.header-white .navbar .navbar-nav li .dropdown-menu {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

/*********************** header top styles ***********************/
.main-header .top-header .bg-gray-dark .i-list.i-list-i-block.i-list-i-block-sm li .mini-nav > a {
  color: #000;
}

/***********************  header logo center ***********************/
@media (min-width: 992px) {
  .main-header.header-logo-center .navbar {
    float: none;
    text-align: center;
  }
  .main-header.header-logo-center .navbar .navbar-brand {
    float: none;
    margin-right: 0;
    padding: 1.875rem 0 0;
  }
  .main-header.header-logo-center .navbar .navbar-nav.float-right {
    float: none;
    text-align: center;
  }
  .main-header.header-logo-center .navbar .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .main-header.header-logo-center .navbar .navbar-nav > li a {
    padding: 1.875rem 1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 991px) {
  .main-header.header-logo-center .navbar .navbar-nav > li a {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media (min-width: 992px) {
  .main-header.header-logo-center .navbar .navbar-nav > li a .icon-search {
    vertical-align: middle;
  }
}
@media only screen and (min-width: 992px) and (min-width: 991px) {
  .main-header.header-logo-center .navbar .navbar-nav > li.p-static {
    position: relative;
  }
}
@media (min-width: 992px) {
  .main-header.header-logo-center ~ .no-banner {
    padding-top: 11.17rem;
  }
  .main-header.header-logo-center ~ .no-banner.no-top-header {
    padding-top: 8.17rem;
  }
}
@media only screen and (max-width: 991px) {
  .main-header.header-logo-center ~ .no-banner {
    padding-top: 3.17rem;
  }
  .main-header.header-logo-center ~ .no-banner.no-top-header {
    padding-top: 3.9rem;
  }
}
@media (min-width: 992px) {
  .main-header.sticky-nav.header-logo-center .navbar {
    text-align: left;
  }
  .main-header.sticky-nav.header-logo-center .navbar .navbar-brand {
    float: left;
    margin-right: 0;
    padding-top: 1.1rem;
    padding-bottom: 1.25rem;
  }
  .main-header.sticky-nav.header-logo-center .navbar.flex-column {
    flex-direction: row !important;
  }
  .main-header.sticky-nav.header-logo-center .navbar .justify-content-center {
    justify-content: flex-end !important;
  }
  .main-header.sticky-nav.header-logo-center .navbar .navbar-nav.float-right {
    float: right;
  }
  .main-header.sticky-nav.header-logo-center .navbar .navbar-nav > li {
    float: left;
    display: block;
  }
  .main-header.sticky-nav.header-logo-center .navbar .navbar-nav > li a {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 992px) and (min-width: 991px) {
  .main-header.sticky-nav.header-logo-center .navbar .navbar-nav > li.p-static .dropdown-menu {
    left: auto;
    transform: none;
  }
}
@media (min-width: 992px) {
  .main-header.sticky-nav.header-logo-center .navbar .navbar-nav > li .dropdown-menu li a {
    padding: 0;
  }
  .main-header.sticky-nav.header-logo-center ~ .no-banner {
    padding-top: 4.17rem;
  }
}
@media only screen and (max-width: 991px) {
  .main-header.sticky-nav.header-logo-center ~ .no-banner {
    padding-top: 3.17rem;
  }
}

/*********************** header dark ***********************/
.main-header.header-dark {
  background: #55565b;
}

/*********************** header light ***********************/
.main-header.header-light {
  background: #55565b;
  border-bottom: 0;
}

/*********************** transparent header ***********************/
.main-header.header-white.transparent .navbar .navbar-brand {
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.main-header.header-white.transparent .navbar .navbar-brand img:first-child {
  display: none;
}
.main-header.header-white.transparent .navbar .navbar-brand img:last-child {
  display: block;
}
@media only screen and (min-width: 991px) {
  .main-header.header-white.transparent {
    background: transparent;
  }
  .main-header.header-white.transparent .navbar .navbar-brand img:first-child {
    display: block;
  }
  .main-header.header-white.transparent .navbar .navbar-brand img:last-child {
    display: none;
  }
  .main-header.header-white.transparent .navbar .navbar-nav > li > a {
    color: #000;
  }
  .main-header.header-white.transparent .navbar .navbar-nav > li > a:hover {
    color: #5645ff;
  }
  .main-header.header-white.transparent .navbar-pos-search a.x-search-trigger,
  .main-header.header-white.transparent .navbar-pos-search .navbar-link {
    color: #000;
  }
  .main-header.header-white.transparent .navbar-pos-search a.icon-close-round {
    color: #c1c5cd;
  }
  .main-header.header-white.transparent.sticky-nav {
    background: #fff;
  }
  .main-header.header-white.transparent.sticky-nav .navbar .navbar-brand img:first-child {
    display: none;
  }
  .main-header.header-white.transparent.sticky-nav .navbar .navbar-brand img:last-child {
    display: block;
  }
  .main-header.header-white.transparent.sticky-nav .navbar .navbar-nav > li > a {
    color: #55565b;
  }
  .main-header.header-white.transparent.sticky-nav .navbar-pos-search a.x-search-trigger,
  .main-header.header-white.transparent.sticky-nav .navbar-pos-search .icon-sort-1 {
    color: #55565b;
  }
}

/******* navigation styles *******/
body {
  position: relative;
}

#wrapper {
  background: #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.no-transition {
  transition: all 0s linear;
}

.no-overflow-x {
  overflow-x: hidden;
}

.no-overflow {
  overflow: hidden;
}

.body-push-right {
  transform: translateX(260px);
  opacity: 0.4;
}

#page-contents {
  transition: transform 0.5s ease;
}

.collapse-push-right {
  transform: translateX(0);
}

.off-canvas-close p {
  display: none;
}

.mega-menus {
  margin-top: 0;
  /* background */
  /* images */
  /* list */
  /* tags */
  /* borders */
  /* widget */
  /* tile */
  /* links */
  /* margin */
  /* padding */
  /* text */
  /* layout class */
  /* position */
  /* icon */
  /* Tabs - Side Tabs */
  /* Tabs - Bootstrap Tabs Modification */
  /* Videos */
  /* heading-blocks */
  /* dividers */
  /* custom buttons */
  /* animated buttons */
  /* form-group - captcha */
}
.mega-menus .dropdown-full-width,
.mega-menus .dropdown-full-width-g {
  position: static;
}
.mega-menus .dropdown-full-width .dropdown-menu {
  left: -1px;
  right: -1px;
  padding: 15px 20px;
}
.mega-menus .dropdown-full-width-g .dropdown-menu {
  left: 30px;
  right: 30px;
  padding: 15px 20px;
}
.mega-menus .dropdown > a i {
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.mega-menus .dropdown .dropdown-right > a i,
.mega-menus .dropdown .dropdown-left > a i {
  margin-left: 0;
}
.mega-menus .dropdown .dropdown-right > a i.icn-right,
.mega-menus .dropdown .dropdown-left > a i.icn-right {
  position: absolute;
  top: inherit;
  right: -5px;
}
.mega-menus .dropdown .dropdown-right > a i.icn-hidden,
.mega-menus .dropdown .dropdown-left > a i.icn-hidden {
  display: none;
}
.mega-menus .dropdown .dropdown-right > a.sub-marker,
.mega-menus .dropdown .dropdown-left > a.sub-marker {
  padding-right: 40px;
}
.mega-menus .dropdown .dropdown-right > a.sub-marker.pad-narrow,
.mega-menus .dropdown .dropdown-left > a.sub-marker.pad-narrow {
  height: 24px;
}
.mega-menus .dropdown .dropdown-right > .dropdown-menu {
  display: none;
  position: absolute;
  top: -8px;
  left: 100%;
}
.mega-menus .dropdown .dropdown-right.dropdown-wide > a {
  padding-right: 50px;
}
.mega-menus .dropdown .dropdown-right.dropdown-wide > a i.icn-right {
  right: 0;
}
.mega-menus .dropdown .dropdown-right.dropdown-wide .dropdown-menu {
  padding: 0;
  top: -3px;
}
.mega-menus .dropdown .dropdown-left > .dropdown-menu {
  display: none;
  position: absolute;
  top: -8px;
  right: 100%;
  left: auto;
}
.mega-menus .dropdown-menu > li > a {
  padding: 5px 20px;
}
.mega-menus .dropdown-menu > li.dropdown-wide > a {
  padding-top: 21px;
  padding-bottom: 20px;
}
.mega-menus .dropdown-menu > li.dropdown-wide > a:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  background-repeat: no-repeat;
  height: 47px;
  width: 218px;
  margin-top: -23px;
}
.mega-menus .dropdown-menu > li.dropdown-wide > a.car-1:before,
.mega-menus .dropdown-menu > li.dropdown-wide > a.car-2:before,
.mega-menus .dropdown-menu > li.dropdown-wide > a.car-3:before,
.mega-menus .dropdown-menu > li.dropdown-wide > a.car-4:before,
.mega-menus .dropdown-menu > li.dropdown-wide > a.car-5:before,
.mega-menus .dropdown-menu > li.dropdown-wide > a.car-6:before {
  background-image: url("../../img/car.png");
}
.mega-menus .dropdown-menu > li.dropdown-wide > a.car-1:before {
  background-position: 80px -3px;
}
.mega-menus .dropdown-menu > li.dropdown-wide > a.car-2:before {
  background-position: 80px -90px;
}
.mega-menus .dropdown-menu > li.dropdown-wide > a.car-3:before {
  background-position: 80px -177px;
}
.mega-menus .dropdown-menu > li.dropdown-wide > a.car-4:before {
  background-position: 80px -264px;
}
.mega-menus .dropdown-menu > li.dropdown-wide > a.car-5:before {
  background-position: 80px -351px;
}
.mega-menus .dropdown-menu > li.dropdown-wide > a.car-6:before {
  background-position: 80px -438px;
}
.mega-menus .dropdown-menu li a i {
  position: relative;
  margin-right: 5px;
  top: 1px;
  width: 15px;
}
.mega-menus .dropdown-menu ::-webkit-scrollbar {
  width: 5px;
}
.mega-menus .dropdown-menu ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px #333;
}
.mega-menus .dropdown-menu ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #595959;
}
.mega-menus .navbar-click .dropdown.show .m-marker.m-marker-rotate {
  top: 2px;
  transform: rotateZ(180deg);
}
.mega-menus .navbar-click .dropdown.show .dropdown-menu-container > .dropdown-menu {
  margin-top: 0 !important;
  display: block !important;
}
.mega-menus .navbar-hover .dropdown.show .m-marker.m-marker-rotate, .mega-menus .navbar-hover .dropdown:hover .m-marker.m-marker-rotate {
  top: 2px;
  transform: rotateZ(180deg);
}
.mega-menus .navbar-hover .dropdown.show .dropdown-menu-container > .dropdown-menu, .mega-menus .navbar-hover .dropdown:hover .dropdown-menu-container > .dropdown-menu {
  margin-top: 0 !important;
  display: block !important;
}
.mega-menus .navbar-toggle.navbar-toggle-left {
  float: left;
  margin-left: 1em;
  z-index: 1;
}
.mega-menus #top-search {
  position: relative;
}
.mega-menus #top-search input {
  font-size: 21px;
  height: 51px;
  padding-right: 30px;
  box-shadow: none;
  background: #EFEFEF;
}
.mega-menus #top-search input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.mega-menus .navbar-pos-search, .mega-menus .navbar-pos-search a {
  position: absolute;
  top: 1px;
  right: 0;
  width: 45px;
  text-align: center;
  height: 51px;
  line-height: 51px;
  display: block;
}
.mega-menus .x-search-close {
  top: 0;
}
.mega-menus .navbar-nav .dropdown-menu-container {
  float: left;
}
.mega-menus .navbar-nav .dropdown-menu-container > .dropdown-menu {
  display: none;
  left: auto;
  padding: 15px 20px;
  direction: ltr;
}
.mega-menus .navbar-nav.navbar-right .dropdown-menu-container {
  float: right;
  direction: rtl;
}
.mega-menus .navbar-nav.navbar-right .dropdown-menu-container > .dropdown-menu {
  right: auto;
  padding: 15px 20px;
  direction: ltr;
}
.mega-menus .navbar-nav .navbar-link.navbar-link-adjust {
  padding-top: 16px;
}
.mega-menus .navbar.navbar-hover .dropdown:hover > .dropdown-menu {
  display: block;
}
.mega-menus .navbar-fixed-top .navbar-right,
.mega-menus .navbar-static-top .navbar-right {
  margin-right: 0;
}
.mega-menus .row-autoheight {
  overflow-y: auto;
}
.mega-menus .row-autoheight .col-autoheight:not(:first-child) {
  border-left: 1px solid #EAEAEA;
}
.mega-menus .m-marker.m-marker-rotate {
  transition: all 0.2s linear;
}
.mega-menus .mini-menu {
  width: 100%;
  background: white;
}
.mega-menus .mini-nav > a {
  transition: background 0.25s ease-in-out, color 0.26s ease-in-out;
}
.mega-menus .mini-nav .dropdown-menu {
  min-width: 200px;
  left: 0;
  border: 1px solid #eee;
  z-index: 1050;
}
.mega-menus .mini-nav li > a:hover {
  color: white;
  background: #333;
}
.mega-menus .mini-nav:hover > a {
  color: white;
  background: black;
}
.mega-menus .mini-nav.mini-nav-no-bg-hover > a:hover {
  color: #1a1a1a;
  background: none;
}
.mega-menus .no-bg {
  background: none;
}
.mega-menus .img-responsive {
  margin-left: auto;
  margin-right: auto;
}
.mega-menus .image-container {
  position: relative;
  color: white;
}
.mega-menus .image-container .image-item {
  position: relative;
}
.mega-menus .image-container .image-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.mega-menus .image-container .image-overlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #F5F5F5;
  width: 40px;
  height: 40px;
  margin: -28px 0px 0px -44px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #444;
  border-radius: 50%;
  transform: translateY(-20px);
  transition: all 0.2s ease;
}
.mega-menus .image-container .image-overlay a i {
  transition: all 0.4s ease;
}
.mega-menus .image-container .image-overlay a.icon-overlay-right {
  left: auto;
  right: 50%;
  margin-left: 0px;
  margin-right: -44px;
}
.mega-menus .image-container .image-overlay a:hover {
  transform: translateY(0);
}
.mega-menus .image-container .image-overlay a:hover i {
  color: #E2711D;
}
.mega-menus .image-container:hover .image-overlay {
  opacity: 1;
}
.mega-menus .image-container:hover .image-overlay > a {
  transform: translateY(0);
}
.mega-menus .image-descr span {
  color: #909090;
}
.mega-menus .s-list > li {
  list-style: none;
}
.mega-menus .s-list > li > a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  padding: 3px 4px;
  clear: both;
  font-weight: 400;
  line-height: 2.1;
  color: #333;
  transition: background-color 0.3s ease, color 0.2s ease;
}
.mega-menus .s-list > li > a:hover {
  color: #262626;
  background-color: #f5f5f5;
}
.mega-menus .s-list.s-list-danger > li > a:hover {
  background: #CC2B07;
  border-radius: 3px;
  color: white;
}
.mega-menus .s-list.s-list-md.s-list-pl-md > li > a {
  padding-left: 0;
}
.mega-menus .s-list.s-list-pl > li > a {
  margin-left: -3px;
}
.mega-menus .s-list.s-list-pl > li > a:hover {
  background: none;
  color: #337ab7;
}
.mega-menus .s-list.s-list-pad-l > li {
  margin-bottom: 5px;
}
.mega-menus .s-list.s-list-pad-l > li > a {
  padding-left: 35px;
}
.mega-menus .s-list.s-list-pad-l.s-list-pad-l-sm > li {
  margin-bottom: 0px;
}
.mega-menus .s-list.s-list-pad-l.s-list-pad-l-sm > li > a {
  padding-left: 25px;
}
.mega-menus .s-list.s-list-sprite > li > a {
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-bottom: 5px;
}
.mega-menus .s-list.s-list-sprite > li > a:hover {
  background-color: transparent;
  color: #337ab7;
}
.mega-menus .s-list.s-list-sprite.s-list-sprite-nfl > li > a {
  background-image: url(../../img/nfl.png);
}
.mega-menus .s-list.s-list-sprite.s-list-sprite-nba > li > a {
  background-image: url(../../img/nba.png);
}
.mega-menus .s-list.s-list-sprite.s-list-sprite-mlb > li > a {
  background-image: url(../../img/mlb.png);
}
.mega-menus .s-list.s-list-sprite.s-list-sprite-flags > li > a {
  background-image: url(../../img/flags.png);
}
.mega-menus .s-list.s-list-no-hover > li > a:hover {
  background: none;
  color: #337ab7;
}
.mega-menus .s-list.s-list-mb-5 > li {
  margin-bottom: 5px;
}
.mega-menus .s-list.s-list-mb-5 > li:last-child {
  margin-bottom: 0;
}
.mega-menus .s-list.s-list-mb-10 > li {
  margin-bottom: 10px;
}
.mega-menus .s-list.s-list-mb-10 > li:last-child {
  margin-bottom: 0;
}
.mega-menus .s-list.s-list-mb-10 > li > a {
  padding: 5px 6px;
}
.mega-menus .i-list {
  padding: 0;
  height: 100%;
}
.mega-menus .i-list > li {
  display: inline;
}
.mega-menus .i-list > li a {
  display: inline;
  padding: 0;
  background: none;
  transition: all 0.2s ease;
}
.mega-menus .i-list > li a:link, .mega-menus .i-list > li a:visited {
  color: #337ab7;
}
.mega-menus .i-list.i-list-i-block > li {
  display: inline-block;
}
.mega-menus .i-list.i-list-i-block > li > a:hover {
  background: #E7E7E7;
}
.mega-menus .i-list.i-list-i-block.i-list-i-block-no-hover > li > a:hover {
  background: none;
}
.mega-menus .i-list.i-list-i-block.i-list-i-block-sm > li a {
  display: block;
  font-size: 12px;
  padding: 7px 10px;
  text-decoration: none;
  color: #777;
}
.mega-menus .i-list.i-list-i-block.i-list-i-block-md > li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #777;
}
.mega-menus .i-list.i-list-i-block.i-list-i-block-md > li a:hover {
  background: #E7E7E7;
}
.mega-menus .i-list.i-list-md > li {
  margin-right: 10px;
}
.mega-menus .i-list.i-list-md > li > a {
  font-weight: bold;
  padding: 5px 0;
}
.mega-menus .i-list.i-list-md > li:last-child {
  maring-right: 0;
}
.mega-menus .i-list.i-list-white > li > a:link, .mega-menus .i-list.i-list-white > li > a:visited {
  color: #FFF;
}
.mega-menus .i-list.i-list-bullet > li:nth-child(1n+2):before {
  content: "●";
  color: #585858;
  font-size: 0.8em;
  vertical-align: 0.1em;
  padding: 0px 0.1em;
  white-space: nowrap;
}
.mega-menus .tags > a {
  margin-top: 5px;
}
.mega-menus .no-box-shadow {
  box-shadow: none;
}
.mega-menus .bx-shadow-1 {
  box-shadow: 1px 1px 4px 0px #D8D8D8;
}
.mega-menus .no-border-radius {
  border-radius: 0;
}
.mega-menus .border-radius-4 {
  border-radius: 4px;
}
.mega-menus .border-radius-6 {
  border-radius: 6px;
}
.mega-menus .br-100 {
  border-radius: 100%;
}
.mega-menus .no-border {
  border: none;
}
.mega-menus .bt-0 {
  border-top: none;
}
.mega-menus .bb-2px {
  border-bottom: 2px solid #1ABC9C;
  padding-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mega-menus .bb-d-1px {
  border-bottom: 1px dotted #333;
  padding-bottom: 1px;
}
.mega-menus .br-1px {
  border-right: 1px solid #E4E4E4;
}
.mega-menus .widget-default {
  padding: 1.25em;
}
.mega-menus .widget-thin {
  padding: 0.75em;
}
.mega-menus .tile-container {
  padding: 0;
  display: table-row;
}
.mega-menus .tile-container .tile {
  border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid #eaeaea;
  list-style: none;
  display: table-cell;
  padding: 5px 25px;
}
.mega-menus .tile-container .tile:last-child {
  border-right: 0;
}
.mega-menus .tile-container .tile.br-1px {
  border-right: 1px solid #EAEAEA;
}
.mega-menus .tile-container .tile:hover {
  background: #F1F1F1;
}
.mega-menus .tile-container .tile a:link, .mega-menus .tile-container .tile a:visited {
  color: #333;
}
.mega-menus .tile-container .tile a:hover {
  text-decoration: none;
}
.mega-menus .tile-container:last-child {
  border-bottom: 0;
}
.mega-menus .s-link {
  text-decoration: none;
}
.mega-menus .s-link:link, .mega-menus .s-link:visited {
  color: #333;
}
.mega-menus .s-link:hover, .mega-menus .s-link:active {
  color: #666666;
}
.mega-menus .s-link.s-link-dark:link, .mega-menus .s-link.s-link-dark:visited {
  color: #333;
}
.mega-menus .s-link.s-link-dark:hover, .mega-menus .s-link.s-link-dark:active {
  color: #E9913C;
}
.mega-menus .no-margin {
  margin: 0;
}
.mega-menus .margin-2px {
  margin: 2px 2px 0 2px;
}
.mega-menus .margin-5px {
  margin: 5px;
}
.mega-menus .margin-top-0 {
  margin-top: 0;
}
.mega-menus .margin-top-1 {
  margin-top: 1em;
}
.mega-menus .margin-top-2 {
  margin-top: 2em;
}
.mega-menus .margin-top-p5 {
  margin-top: 0.5em;
}
.mega-menus .margin-right-1 {
  margin-right: 1em;
}
.mega-menus .margin-right-2 {
  margin-right: 2em;
}
.mega-menus .margin-bottom-1 {
  margin-bottom: 1em;
}
.mega-menus .margin-bottom-0 {
  margin-bottom: 0;
}
.mega-menus .margin-bottom-2 {
  margin-bottom: 2em;
}
.mega-menus .margin-left-0 {
  margin-left: 0;
}
.mega-menus .margin-left-1 {
  margin-left: 1em;
}
.mega-menus .margin-left-n-10px {
  margin-left: -10px;
}
.mega-menus .margin-auto {
  margin: 0 auto;
}
.mega-menus .no-padding {
  padding: 0;
}
.mega-menus .pad-1 {
  padding: 1em;
}
.mega-menus .pad-1-25 {
  padding: 1.25em;
}
.mega-menus .pad-1-5 {
  padding: 1.5em;
}
.mega-menus .pad-2 {
  padding: 2em;
}
.mega-menus .pad-top-0 {
  padding-top: 0;
}
.mega-menus .pad-top-1 {
  padding-top: 1em;
}
.mega-menus .pad-left-0 {
  padding-left: 0;
}
.mega-menus .pad-left-1 {
  padding-left: 1em;
}
.mega-menus .pad-left-2 {
  padding-left: 2em;
}
.mega-menus .pad-right-0 {
  padding-right: 0;
}
.mega-menus .pad-right-1 {
  padding-right: 1em;
}
.mega-menus .pad-right-2 {
  padding-right: 2em;
}
.mega-menus .pad-bottom-0 {
  padding-bottom: 0;
}
.mega-menus .pad-bottom-1 {
  padding-bottom: 1em;
}
.mega-menus .pad-left-108px {
  padding-left: 108px;
}
.mega-menus .pad-left-2px {
  padding-left: 2px;
}
.mega-menus .pad-small {
  padding: 0.5em;
}
.mega-menus .pad-narrow {
  padding: 4px 15px;
}
.mega-menus .text-candy {
  color: #CC0C40;
}
.mega-menus .text-orange {
  color: #E99442;
}
.mega-menus .line-t {
  text-decoration: line-through;
}
.mega-menus .lh-2 {
  line-height: 2;
}
.mega-menus .lh-1-5 {
  line-height: 1.5;
}
.mega-menus .lh-1-25 {
  line-height: 1.25;
}
.mega-menus .ttn {
  text-transform: none;
}
.mega-menus .ws-no-wrap {
  white-space: nowrap;
}
.mega-menus .l-block {
  display: block !important;
}
.mega-menus .l-i-block {
  display: inline-block;
}
.mega-menus .l-c-both {
  clear: both;
}
.mega-menus .l-ovr-flow-h {
  overflow: hidden;
}
.mega-menus .l-table {
  display: table;
}
.mega-menus .l-flex {
  display: flex;
}
.mega-menus .l-flex.l-flex-hvc {
  justify-content: center;
}
.mega-menus .l-flex.l-flex-hvc-col {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mega-menus .p-static {
  position: static;
}
.mega-menus .p-relative {
  position: relative;
}
.mega-menus .p-absolute {
  position: absolute;
}
.mega-menus .p-fixed {
  position: fixed;
}
.mega-menus .icn-left,
.mega-menus .icn-right {
  width: 15px;
  position: relative;
  top: 1px;
}
.mega-menus .icn-left {
  margin-right: 5px;
}
.mega-menus .icn-right {
  margin-left: 5px;
}
.mega-menus .social-icon-mina {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 10px 5px 10px 0px;
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  padding: 0 0 5px 0;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
}
.mega-menus .social-icon-mina i[class^=icon-] {
  display: block;
  position: relative;
  color: #333;
  transition: all 0.32s ease-in-out;
  color: white;
}
.mega-menus .social-icon-mina:hover i[class^=icon]:first-child {
  margin-top: -27px;
  opacity: 0;
}
.mega-menus .icn-bx-container {
  position: relative;
  padding: 0px 0px 0px 70px;
  margin: 0 0 24px 0;
}
.mega-menus .icn-bx-container.icn-bx-container-center {
  padding: 0;
  margin: 0;
  text-align: center;
}
.mega-menus .icn-bx-container.icn-bx-container-center .icn-bx {
  position: relative;
  top: 0;
}
.mega-menus .icn-bx-container.icn-bx-container-lg {
  padding: 0px 0px 0px 160px;
  margin-bottom: 20px;
}
.mega-menus .icn-bx-container.icn-bx-container-lg .icn-bx i {
  font-size: 100px;
}
.mega-menus .icn-bx-container.icn-bx-container-sm {
  padding: 0px 0px 0px 50px;
  margin-bottom: 20px;
}
.mega-menus .icn-bx-container.icn-bx-container-sm .icn-bx {
  top: -5px;
}
.mega-menus .icn-bx-container.icn-bx-container-sm .icn-bx i {
  font-size: 30px;
}
.mega-menus .icn-bx-container .icn-bx {
  display: block;
  position: absolute;
  top: -9px;
  left: 0px;
}
.mega-menus .icn-bx-container .icn-bx i {
  font-style: normal;
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
}
.mega-menus #top-social ul {
  margin: 0;
}
.mega-menus #top-social li, .mega-menus #top-social li a,
.mega-menus #top-social li .ts-icon,
.mega-menus #top-social li .ts-text {
  display: block;
  position: relative;
  float: left;
  width: auto;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
.mega-menus #top-social li {
  border-left: 1px solid #EEE;
}
.mega-menus #top-social li:first-child {
  border-left: 0;
}
.mega-menus #top-social li a {
  float: none;
  width: 40px;
  color: #666;
  transition: color 0.41s ease-in-out, background-color 0.41s, ease-in-out, width 0.41s ease-in-out;
}
.mega-menus #top-social li a:hover {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.mega-menus #top-social li .ts-icon {
  width: 40px;
  text-align: center;
  font-size: 14px;
}
.mega-menus .si-share {
  position: relative;
  padding-left: 5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.mega-menus .si-share span {
  line-height: 36px;
  font-size: 13px;
}
.mega-menus .si-share div {
  float: right;
}
.mega-menus .si-share .social-icon {
  display: block;
  float: left;
  text-align: center;
  width: 38px;
  height: 41px;
  line-height: 41px;
  color: #555;
  text-shadow: none;
  text-decoration: none;
  border-color: transparent;
  margin: -2px 0px -4px 0;
  border-radius: 0px;
  font-size: 15px;
  cursor: pointer;
  font-style: normal;
  overflow: hidden;
  transition: all 0.3s ease;
}
.mega-menus .si-share .social-icon i {
  display: block;
  position: relative;
  height: 100%;
  transition: margin 0.35s ease, opacity 0.9s ease;
}
.mega-menus .si-share .social-icon i:last-child {
  color: #FFF;
  opacity: 0;
}
.mega-menus .si-share .social-icon:hover i:first-child {
  margin-top: -40px;
  opacity: 0;
}
.mega-menus .si-share .social-icon:hover i:last-child {
  background: black;
  opacity: 1;
}
.mega-menus .tabs {
  position: relative;
  margin: 0 0 10px 0;
}
.mega-menus .tabs.top-tabs-bdr .tab-nav {
  padding-left: 0;
  border-bottom: 1px solid #DDD;
}
.mega-menus .tabs.top-tabs-bdr .tab-nav > li {
  list-style: none;
  float: left;
  border: 1px solid #DDD;
  text-align: left;
  border-bottom: 0;
  height: 41px;
}
.mega-menus .tabs.top-tabs-bdr .tab-nav > li a {
  height: auto;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none;
  display: block;
  background: #F2F2F2;
  color: #333;
  height: 40px;
}
.mega-menus .tabs.top-tabs-bdr .tab-nav > li.ui-tabs-active a {
  position: relative;
  background: #FFF;
  top: 1px;
  border-bottom: 0;
}
.mega-menus .tabs.top-tabs-bdr .tab-nav > li:not(:first-child) {
  border-left: 0;
}
.mega-menus .tabs.top-tabs-bdr .tab-nav.tab-nav-justify {
  display: flex;
}
.mega-menus .tabs.top-tabs-bdr .tab-nav.tab-nav-justify > li {
  flex-grow: 1;
}
.mega-menus .tabs.top-tabs-bdr .tab-container {
  overflow: hidden;
  padding: 10px 20px;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.mega-menus .tabs.top-tabs-bdr .tab-container .s-tab-content {
  display: none;
}
.mega-menus .tabs.side-tabs .tab-nav {
  float: left;
  width: 202px;
  padding: 10px 0;
  border-bottom: 0;
  border-right: 1px solid #DDD;
}
.mega-menus .tabs.side-tabs .tab-nav > li {
  list-style: none;
  float: none;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-top: 0;
  height: auto;
  text-align: left;
}
.mega-menus .tabs.side-tabs .tab-nav > li:first-child {
  margin-left: 0;
  border-top: 1px solid #DDD;
}
.mega-menus .tabs.side-tabs .tab-nav > li:last-child {
  border-bottom: 1px solid #DDD;
}
.mega-menus .tabs.side-tabs .tab-nav > li a {
  height: auto;
  line-height: 30px;
  padding: 0 15px;
  text-decoration: none;
  display: block;
  background: #F2F2F2;
  color: #333;
}
.mega-menus .tabs.side-tabs .tab-nav > li a i {
  position: relative;
  margin-right: 5px;
  top: 1px;
  width: 15px;
}
.mega-menus .tabs.side-tabs .tab-nav > li a i.tab-marker {
  position: absolute;
  top: 1px;
  right: -8px;
  opacity: 0;
  font-size: 90%;
  color: #868686;
}
.mega-menus .tabs.side-tabs .tab-nav > li.ui-tabs-active a {
  position: relative;
  background: #FFF;
  top: 0;
  right: -1px;
}
.mega-menus .tabs.side-tabs .tab-nav.tab-nav-sm > li > a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 27px;
}
.mega-menus .tabs.side-tabs .tab-nav.tab-nav-md > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
}
.mega-menus .tabs.side-tabs .tab-nav.tab-nav-arrow > li.ui-tabs-active i {
  opacity: 1;
}
.mega-menus .tabs.side-tabs .tab-container {
  overflow: hidden;
  padding: 0 15px 10px 20px;
}
.mega-menus .tabs.side-tabs .tab-container .s-tab-content {
  display: none;
}
.mega-menus .bootTab {
  padding: 0 25px;
}
.mega-menus .bootTab > li > a {
  padding: 10px 15px;
}
.mega-menus .bootTabContent.tab-content {
  padding: 8px 0 0 0;
}
.mega-menus .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.mega-menus .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mega-menus .heading-block.center:after {
  content: "";
  display: block;
  margin: 30px auto;
  margin-top: 30px;
  width: 70px;
  border-top: 2px solid #444;
}
.mega-menus p.or {
  position: relative;
  display: block;
  padding: 0 5px;
  margin: 1em 0;
}
.mega-menus p.or:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #cccccc;
  position: absolute;
  top: 9px;
  left: 0;
}
.mega-menus p.or span {
  position: relative;
  padding: 7px;
  z-index: 1;
  background: #000000;
  border-radius: 100%;
  color: white;
}
.mega-menus hr.h-divider {
  border-color: #EAEAEA;
}
.mega-menus .btn {
  transition: all 0.2s ease-in-out;
}
.mega-menus .btn-black {
  background: #333;
  color: white;
}
.mega-menus .btn-black:hover {
  background: #404040;
}
.mega-menus .btn-red {
  background: #C02942;
  color: white;
}
.mega-menus .btn-red:hover {
  background: #d3304b;
}
.mega-menus .btn-amber {
  background: #EB9C4D;
  color: white;
}
.mega-menus .btn-amber:hover {
  background: #eea964;
}
.mega-menus .btn-yellow {
  background: #ECD078;
  color: #333;
}
.mega-menus .btn-yellow:hover {
  background: #efd88e;
}
.mega-menus .btn-lime {
  background: #AEE239;
  color: #333;
}
.mega-menus .btn-lime:hover {
  background: #b7e54f;
}
.mega-menus .btn-pink {
  background: #F89FA1;
  color: white;
}
.mega-menus .btn-pink:hover {
  background: #fab7b8;
}
.mega-menus .btn-aqua {
  background: #40C0CB;
  color: white;
}
.mega-menus .btn-aqua:hover {
  background: #54c7d0;
}
.mega-menus .btn-dirty-green {
  background: #1693A5;
  color: white;
}
.mega-menus .btn-dirty-green:hover {
  background: #19a7bc;
}
.mega-menus .btn-teal {
  background: #53777A;
  color: white;
}
.mega-menus .btn-teal:hover {
  background: #5d8689;
}
.mega-menus .btn-mina {
  position: relative;
  overflow: hidden;
  padding-left: 1.3625em;
  padding-right: 1.3625em;
  /* slides */
  /* reveal icon */
}
.mega-menus .btn-mina.btn-mina-st > span {
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
}
.mega-menus .btn-mina.btn-mina-st:before {
  position: absolute;
  display: block;
  content: attr(data-c);
  top: 100%;
  transition: all 0.3s ease-in-out;
}
.mega-menus .btn-mina.btn-mina-st:hover > span {
  transform: translateY(-100%);
  opacity: 0;
}
.mega-menus .btn-mina.btn-mina-st:hover:before {
  top: 0;
}
.mega-menus .btn-mina.btn-mina-sb > span {
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
}
.mega-menus .btn-mina.btn-mina-sb:before {
  position: absolute;
  display: block;
  content: attr(data-c);
  bottom: 100%;
  transition: all 0.3s ease-in-out;
}
.mega-menus .btn-mina.btn-mina-sb:hover > span {
  transform: translateY(100%);
  opacity: 0;
}
.mega-menus .btn-mina.btn-mina-sb:hover:before {
  bottom: 0;
}
.mega-menus .btn-mina.btn-mina-sr > span {
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
}
.mega-menus .btn-mina.btn-mina-sr:before {
  position: absolute;
  display: block;
  top: 0;
  content: attr(data-c);
  transform: translateX(-1000%);
  transition: all 0.3s ease-in-out;
}
.mega-menus .btn-mina.btn-mina-sr:hover > span {
  transform: translateX(100%);
  opacity: 0;
}
.mega-menus .btn-mina.btn-mina-sr:hover:before {
  transform: translateX(0);
}
.mega-menus .btn-mina.btn-mina-sl > span {
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
}
.mega-menus .btn-mina.btn-mina-sl:before {
  position: absolute;
  display: block;
  top: 0;
  content: attr(data-c);
  transform: translateX(1000%);
  transition: all 0.3s ease-in-out;
}
.mega-menus .btn-mina.btn-mina-sl:hover > span {
  transform: translateX(-100%);
  opacity: 0;
}
.mega-menus .btn-mina.btn-mina-sl:hover:before {
  transform: translateX(0);
}
.mega-menus .btn-mina.btn-mina-rip-m:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 40%;
  left: 0;
  right: 0;
  opacity: 1;
  margin: auto;
  transform: scale(0);
}
.mega-menus .btn-mina.btn-mina-rip-m:hover:before {
  transition: all 0.5s ease-in;
  transform: scale(10);
  opacity: 0;
}
.mega-menus .btn-mina.btn-mina-rip-tl:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  transform: scale(0);
}
.mega-menus .btn-mina.btn-mina-rip-tl:hover:before {
  transition: all 0.5s ease-in;
  transform: scale(20);
  opacity: 0;
}
.mega-menus .btn-mina.btn-mina-rip-tr:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  transform: scale(0);
}
.mega-menus .btn-mina.btn-mina-rip-tr:hover:before {
  transition: all 0.5s ease-in;
  transform: scale(20);
  opacity: 0;
}
.mega-menus .btn-mina.btn-mina-rip-bl:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  transform: scale(0);
}
.mega-menus .btn-mina.btn-mina-rip-bl:hover:before {
  transition: all 0.5s ease-in;
  transform: scale(20);
  opacity: 0;
}
.mega-menus .btn-mina.btn-mina-rip-br:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  right: 0;
  transform: scale(0);
}
.mega-menus .btn-mina.btn-mina-rip-br:hover:before {
  transition: all 0.5s ease-in;
  transform: scale(20);
  opacity: 0;
}
.mega-menus .btn-mina.btn-mina-rev-b > span, .mega-menus .btn-mina.btn-mina-rev-t > span, .mega-menus .btn-mina.btn-mina-rev-l > span, .mega-menus .btn-mina.btn-mina-rev-r > span {
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
}
.mega-menus .btn-mina.btn-mina-rev-b:before, .mega-menus .btn-mina.btn-mina-rev-t:before, .mega-menus .btn-mina.btn-mina-rev-l:before, .mega-menus .btn-mina.btn-mina-rev-r:before {
  content: attr(data-icon);
  font-family: "font-icons";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.mega-menus .btn-mina.btn-mina-rev-b:before {
  top: 100%;
}
.mega-menus .btn-mina.btn-mina-rev-b:hover > span {
  transform: translateY(-100%);
  opacity: 0;
}
.mega-menus .btn-mina.btn-mina-rev-b:hover:before {
  top: 6px;
}
.mega-menus .btn-mina.btn-mina-rev-t:before {
  bottom: 100%;
}
.mega-menus .btn-mina.btn-mina-rev-t:hover > span {
  transform: translateY(100%);
  opacity: 0;
}
.mega-menus .btn-mina.btn-mina-rev-t:hover:before {
  bottom: 6px;
}
.mega-menus .btn-mina.btn-mina-rev-l:before {
  top: 6px;
  transform: translateX(-100%);
}
.mega-menus .btn-mina.btn-mina-rev-l:hover > span {
  transform: translateX(100%);
  opacity: 0;
}
.mega-menus .btn-mina.btn-mina-rev-l:hover:before {
  transform: translateX(0);
}
.mega-menus .btn-mina.btn-mina-rev-r:before {
  top: 6px;
  transform: translateX(100%);
}
.mega-menus .btn-mina.btn-mina-rev-r:hover > span {
  transform: translateX(-100%);
  opacity: 0;
}
.mega-menus .btn-mina.btn-mina-rev-r:hover:before {
  transform: translateX(0);
}
.mega-menus .form-group.form-group-captcha #captcha-image {
  top: 2px;
  left: 2px;
  border: 1px solid #cbcbcb;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.mega-menus .form-group.form-group-captcha #captcha {
  padding-left: 95px;
}
.mega-menus .form-group.form-group-captcha #refresh-captcha {
  top: 6px;
  right: 8px;
  width: 23px;
  height: 23px;
  background: #1ABC9C;
  color: white;
  text-align: center;
  border-radius: 100%;
  line-height: 20px;
  border: 2px solid #04a587;
  font-size: 11px;
}
.mega-menus .form-group.form-group-captcha #refresh-captcha:hover {
  cursor: pointer;
  background: #13866f;
}

/* typography */
.strong {
  font-weight: bold;
}

.smaller {
  font-size: 75%;
  line-height: 1.35;
}

.ltr-space-1 {
  letter-spacing: 1px;
}

/* custom owl carousel */
.owl-carousel.owl-wrapper {
  position: relative;
}
.owl-carousel.owl-custom-nav .owl-controls {
  width: 100%;
  position: absolute;
  margin: auto;
  top: 50%;
  margin-top: -48px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.owl-carousel.owl-custom-nav .owl-controls .owl-prev,
.owl-carousel.owl-custom-nav .owl-controls .owl-next {
  margin: 0;
  border-radius: 0;
  with: 52px;
  height: 52px;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.85);
}
.owl-carousel.owl-custom-nav .owl-controls .owl-prev i,
.owl-carousel.owl-custom-nav .owl-controls .owl-next i {
  font-size: 25px;
}
.owl-carousel.owl-custom-nav .owl-controls .owl-prev:hover,
.owl-carousel.owl-custom-nav .owl-controls .owl-next:hover {
  background: rgba(0, 0, 0, 0.9);
}
.owl-carousel.owl-custom-nav .owl-controls .owl-prev {
  float: left;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.owl-carousel.owl-custom-nav .owl-controls .owl-next {
  float: right;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.owl-carousel.owl-custom-nav:hover .owl-controls {
  opacity: 1;
}
.owl-carousel.owl-custom-paginate-red .owl-pagination .owl-page.active span {
  background-color: #C02942;
}
.owl-carousel.owl-custom-paginate-red .owl-pagination .owl-page span {
  background-color: #eba1ad;
}
.owl-carousel.owl-no-nav .owl-controls {
  display: none;
}
.owl-carousel .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.42);
  color: white;
}
.owl-carousel.owl-custom-nav-dots .owl-controls {
  padding-bottom: 20px;
}

/* custom news ticker */
.ticker-wrapper.has-js,
.ticker,
.ticker-swipe {
  margin: 0 0 0 -10px;
  width: 100%;
  padding-left: 0;
  height: 15px;
  font-size: inherit;
}

.ticker-wrapper.has-js,
.ticker,
.ticker-title,
.ticker-content,
.ticker-swipe,
.ticker-swipe span {
  background: #fff;
}

.ticker-swipe span {
  width: 0;
  border-bottom: 0;
}

.ticker-content,
.ticker-swipe,
.ticker-title {
  padding-top: 0;
}

/* back to top */
#back-2-top {
  position: fixed;
  bottom: 35px;
  right: 25px;
  width: 35px;
  height: 35px;
  background: rgba(16, 187, 163, 0.73);
  display: none;
  color: white;
  text-align: center;
  padding: 7px 5px 5px 5px;
  border-radius: 6px;
}
#back-2-top.back-2-top-rocket {
  background: none;
  position: fixed;
}
#back-2-top.back-2-top-rocket img {
  width: 50px;
  height: 50px;
  opacity: 0.75;
}
#back-2-top:hover {
  cursor: pointer;
}

/* modal */
.modal {
  z-index: 2000;
}

/* jquery validation format */
input.state-invalid {
  border: 1px solid #e82424;
}

em.state-invalid {
  margin-top: 3px;
  font-size: 12px;
  color: #e82424;
}

/* settings */
.color-box > li {
  width: 50px;
  height: 50px;
  border: 1px solid black;
  margin-right: 15px;
}
.color-box > li:last-child {
  margin-right: 0;
}
.color-box > li:hover {
  cursor: pointer;
}

@media (max-width: 1064px) {
  .mega-menus .dropdown.p-static.p-static-to-fw .dropdown-menu-container .dropdown-menu {
    left: -1px;
    right: -1px;
  }
}
@media (max-width: 894px) {
  .mega-menus .mega-menu-multiple .nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mega-menus .bb-2px {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .mega-menus .mega-menu-multiple .nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mega-menus .navbar-default-light .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mega-menus .navbar-default-light .navbar-nav > li {
    border-bottom: 1px solid #C2C2C2;
  }
  .mega-menus .navbar-default-light .navbar-nav > li:first-child {
    border-top: 1px solid #C2C2C2;
  }
  .mega-menus .navbar-default-light .navbar-nav > li:last-child {
    border-bottom: 0;
  }
  .mega-menus .navbar-default-light .navbar-nav.navbar-right {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mega-menus .navbar-default-light.navbar-push.navbar-fixed-top .navbar-collapse, .mega-menus .navbar-default-light.navbar-push.navbar-static-top .navbar-collapse {
    background: #ffffff;
    border-top: 5px solid #ffffff;
    border-right: 1px solid #C2C2C2;
  }
  .mega-menus .navbar-default-light.navbar-off-canvas.navbar-fixed-top .navbar-collapse {
    background: white;
    border-right: 1px solid #c2c2c2;
  }
  .mega-menus .navbar-default-light.navbar-off-canvas.navbar-fixed-top .off-canvas-close p a {
    color: #08013c;
  }
  .mega-menus .navbar-default-dark.navbar-push.navbar-fixed-top .navbar-collapse, .mega-menus .navbar-default-dark.navbar-push.navbar-static-top .navbar-collapse {
    border-top: 5px solid #2c2c2c;
  }
  .mega-menus .navbar-default-dark.navbar-off-canvas.navbar-fixed-top .navbar-collapse {
    background: #151515;
  }
  .mega-menus .navbar-default-dark.navbar-off-canvas.navbar-fixed-top .off-canvas-close p a {
    color: #fb4f4f;
  }
  .mega-menus .navbar-default-blue.navbar-push.navbar-fixed-top .navbar-collapse, .mega-menus .navbar-default-blue.navbar-push.navbar-static-top .navbar-collapse {
    background: #05668D;
    border-top: 5px solid #1e7598;
  }
  .mega-menus .navbar-default-blue.navbar-off-canvas.navbar-fixed-top .navbar-collapse {
    background: #05648B;
  }
  .mega-menus .navbar-default-blue.navbar-off-canvas.navbar-fixed-top .off-canvas-close p a {
    color: #e8da11;
  }
  .mega-menus .navbar-default-dark,
  .mega-menus .navbar-default-blue {
    border: 0;
  }
  .mega-menus .navbar-default-dark .dropdown-menu,
  .mega-menus .navbar-default-blue .dropdown-menu {
    border: 0;
  }
  .mega-menus .navbar-default-dark .dropdown .dropdown-right .dropdown-menu,
  .mega-menus .navbar-default-blue .dropdown .dropdown-right .dropdown-menu {
    top: 0;
  }
  .mega-menus .navbar-default-dark .navbar-pos-search .x-search,
  .mega-menus .navbar-default-blue .navbar-pos-search .x-search {
    top: -1px;
  }
  .mega-menus .navbar-default-dark .navbar-pos-search .x-search.x-search-close,
  .mega-menus .navbar-default-blue .navbar-pos-search .x-search.x-search-close {
    top: 2px;
    margin-top: -2px;
    line-height: 53px;
  }
  .mega-menus .navbar-header {
    display: block;
  }
  .mega-menus .nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mega-menus .nav > li .m-marker {
    float: right;
    position: relative;
    top: 0;
    right: 3px;
  }
  .mega-menus .dropdown .dropdown-right > a i.icn-right {
    right: 10px;
    top: 11px;
    transform: rotateZ(90deg);
    transition: all 0.2s ease;
  }
  .mega-menus .dropdown .dropdown-right > a.pad-narrow {
    line-height: 18px;
  }
  .mega-menus .dropdown .dropdown-right > a.pad-narrow i.icn-right {
    top: 9px;
  }
  .mega-menus .dropdown .dropdown-right.dropdown-wide > .dropdown-menu {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .mega-menus .dropdown .dropdown-right.dropdown-wide > a i.icn-right {
    top: 25px;
    right: 9px;
  }
  .mega-menus .dropdown .dropdown-right.dropdown-parent .dropdown-menu.dropdown-menu-indent-sm > li a,
  .mega-menus .dropdown .dropdown-left.dropdown-parent .dropdown-menu.dropdown-menu-indent-sm > li a {
    padding-left: 40px;
  }
  .mega-menus .dropdown .dropdown-right.dropdown-parent .dropdown-menu.dropdown-menu-indent-sm > li .dropdown-menu.dropdown-menu-indent-sm > li a,
  .mega-menus .dropdown .dropdown-left.dropdown-parent .dropdown-menu.dropdown-menu-indent-sm > li .dropdown-menu.dropdown-menu-indent-sm > li a {
    padding-left: 50px;
  }
  .mega-menus .dropdown .dropdown-right.dropdown-parent .dropdown-menu.dropdown-menu-indent-sm > li .dropdown-menu.dropdown-menu-indent-sm > li .dropdown-menu.dropdown-menu-indent-sm > li a,
  .mega-menus .dropdown .dropdown-left.dropdown-parent .dropdown-menu.dropdown-menu-indent-sm > li .dropdown-menu.dropdown-menu-indent-sm > li .dropdown-menu.dropdown-menu-indent-sm > li a {
    padding-left: 60px;
  }
  .mega-menus .dropdown .dropdown-right .dropdown-menu,
  .mega-menus .dropdown .dropdown-left .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
  }
  .mega-menus .dropdown .dropdown-left > a i.icn-right {
    right: 10px;
    top: 1px;
    transform: rotateZ(-90deg);
    transition: all 0.2s ease;
  }
  .mega-menus .dropdown.dropdown-parent > a {
    background: #E7E7E7;
  }
  .mega-menus .dropdown.dropdown-autoheight .dropdown-menu, .mega-menus .dropdown.dropdown-autoheight .col-autoheight {
    height: auto;
  }
  .mega-menus .dropdown .dropdown-menu-container {
    float: none;
  }
  .mega-menus .dropdown .dropdown-menu.l-table {
    display: none;
  }
  .mega-menus .dropdown .dropdown-menu.l-table .tile-container {
    width: 100%;
    display: block;
  }
  .mega-menus .dropdown .dropdown-menu.l-table .tile-container .tile {
    border: 0;
    display: block;
  }
  .mega-menus .dropdown .dropdown-menu.l-table .tile-container .tile h5 {
    text-align: left;
  }
  .mega-menus .dropdown-custom > .dropdown-menu {
    top: auto;
    width: 100%;
  }
  .mega-menus .navbar-right {
    padding: 0;
  }
  .mega-menus .navbar-right > li:last-child {
    padding-right: 0;
  }
  .mega-menus .navbar-brand.navbar-brand-center {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 0;
  }
  .mega-menus .navbar-link.navbar-link-adjust {
    padding-top: 10px;
  }
  .mega-menus .navbar-fixed-top .navbar-right,
  .mega-menus .navbar-static-top .navbar-right {
    margin-right: -15px;
  }
  .mega-menus .tabs.side-tabs .tab-nav {
    display: block;
    float: none;
    width: 100%;
    border-right: 0;
  }
  .mega-menus .tabs.side-tabs .tab-nav > li {
    display: inline-block;
    margin-bottom: 3px;
    border: 1px solid #DDD;
    width: 49.5%;
  }
  .mega-menus .tabs.side-tabs .tab-nav > li.ui-tabs-active a {
    right: 0;
  }
  .mega-menus .navbar-push .tabs.side-tabs .tab-nav > li,
  .mega-menus .navbar-off-canvas .tabs.side-tabs .tab-nav > li {
    width: 100%;
  }
  .mega-menus .i-list.i-list-i-block {
    float: none;
  }
  .mega-menus .i-list.i-list-i-block > li {
    display: block;
  }
  .mega-menus .i-list.i-list-i-block.i-list-i-block-strict {
    float: none;
  }
  .mega-menus .i-list.i-list-i-block.i-list-i-block-strict > li {
    display: inline-block;
  }
  .mega-menus .widget-default {
    padding: 1em 0.5em;
  }
  .mega-menus .mini-nav .dropdown-menu {
    display: none;
  }
  .mega-menus .no-float-sm {
    float: none;
  }
  .mega-menus .margin-0-sm,
  .mega-menus .margin-0-xs {
    margin: 0;
  }
  .mega-menus .margin-10px-xs {
    margin: 10px;
  }
  .mega-menus .margin-10px-b-sm {
    margin-bottom: 10px;
  }
  .mega-menus .pad-0-sm {
    padding: 0;
  }
  .mega-menus .pad-0-5-sm {
    padding: 0.5em;
  }
  .mega-menus .pad-0-25-sm {
    padding: 0.25em;
  }
  .mega-menus .pad-1-sm {
    padding: 1em;
  }
  .mega-menus .pad-1-2-sm {
    padding: 1em 2em;
  }
  .mega-menus .pad-left-1-sm {
    padding-left: 1em;
  }
  .mega-menus .pad-lr-2-sm {
    padding-left: 2em;
    padding-right: 2em;
  }
  .mega-menus .pad-top-0-sm {
    padding-top: 0;
  }
  .mega-menus .pull-left-sm {
    float: left;
  }
  .mega-menus .text-center-sm {
    text-align: center;
  }
  .mega-menus .text-xs-left {
    text-align: left;
  }
  .mega-menus .width-100-sm {
    width: 100%;
    min-width: 100%;
  }
  .mega-menus .l-flex-to-block-sm {
    display: block;
    width: auto;
  }
  .mega-menus .navbar-push.navbar-static-top .navbar-collapse, .mega-menus .navbar-push.navbar-fixed-top .navbar-collapse {
    width: 260px;
    position: fixed;
    top: 50px;
    bottom: 0;
    max-height: 100%;
    background: #151515;
    border-top: 0;
    transform: translateX(-280px);
    transition: transform 0.48s ease, height 0.01s linear;
  }
  .mega-menus .navbar-push.navbar-static-top .navbar-collapse:after, .mega-menus .navbar-push.navbar-fixed-top .navbar-collapse:after {
    width: 260px;
    background: #151515;
    display: block;
  }
  .mega-menus .navbar-push.navbar-static-top .navbar-collapse.collapse.in, .mega-menus .navbar-push.navbar-fixed-top .navbar-collapse.collapse.in {
    transform: translateX(0);
  }
  .mega-menus .navbar-off-canvas.navbar-fixed-top {
    top: 0;
  }
  .mega-menus .navbar-off-canvas.navbar-fixed-top .navbar-collapse {
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 25;
    border: 0;
    max-height: 100%;
    background: #151515;
    transform: translateX(-280px);
    transition: transform 0.48s ease, height 0.01s linear;
  }
  .mega-menus .navbar-off-canvas.navbar-fixed-top .navbar-collapse.collapse.in {
    transform: translateX(0);
  }
  .mega-menus .navbar-off-canvas.navbar-fixed-top .off-canvas-close p {
    color: red;
    display: block;
    padding: 15px 3px 15px 15px;
    margin: 0;
  }
  .mega-menus .navbar-off-canvas.navbar-fixed-top .off-canvas-close p a {
    text-decoration: none;
  }
}
@media (max-width: 540px) {
  .mega-menus .tabs.top-tabs-bdr .tab-nav {
    display: block;
  }
  .mega-menus .tabs.top-tabs-bdr .tab-nav > li {
    display: block;
    width: 100%;
    border-left: 1px solid #DDD;
  }
  .mega-menus .tabs.top-tabs-bdr .tab-nav > li.ui-tabs-active a {
    background: #FFF;
    top: 0;
  }
}
@media (max-width: 494px) {
  .mega-menus .tabs.side-tabs .tab-nav > li {
    width: 100%;
  }
  .owl-carousel.owl-custom-nav .owl-controls {
    display: none;
  }
}
.mega-menus .navbar-default.navbar-default-light {
  background: #EFEFEF;
  border-color: #C2C2C2;
}
.mega-menus .navbar-default.navbar-default-light.navbar-hover .dropdown:hover > a {
  background-color: #e7e7e7;
  color: #333;
}
.mega-menus .navbar-default.navbar-default-light .navbar-nav .open .dropdown-menu {
  background: white;
}
.mega-menus .navbar-default.navbar-default-light .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
.mega-menus .navbar-default.navbar-default-light .navbar-nav > li > a:hover {
  background-color: #E7E7E7;
}
.mega-menus .navbar-default.navbar-default-light .navbar-toggle {
  border: 0;
  padding-left: 0;
}
.mega-menus .navbar-default.navbar-default-light .navbar-toggle .icon-bar {
  background-color: #777;
}
.mega-menus .navbar-default.navbar-default-light .navbar-toggle:hover, .mega-menus .navbar-default.navbar-default-light .navbar-toggle:focus {
  background-color: transparent;
}
.mega-menus .navbar-default.navbar-default-light .mini-menu .i-list.i-list-i-block > li > a:hover {
  background-color: #e7e7e7;
  color: #333;
}
.mega-menus .navbar-default.navbar-default-dark {
  background: #151515;
  border-left: 1px solid #151515;
  border-right: 1px solid #151515;
  border-bottom: 0;
  border-top: 0;
}
.mega-menus .navbar-default.navbar-default-dark .navbar-brand {
  color: white;
}
.mega-menus .navbar-default.navbar-default-dark .navbar-toggle {
  border: 0;
  padding-left: 0;
}
.mega-menus .navbar-default.navbar-default-dark .navbar-toggle .icon-bar {
  background-color: #E00101;
}
.mega-menus .navbar-default.navbar-default-dark .navbar-toggle:hover, .mega-menus .navbar-default.navbar-default-dark .navbar-toggle:focus {
  background-color: transparent;
}
.mega-menus .navbar-default.navbar-default-dark .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
.mega-menus .navbar-default.navbar-default-dark .navbar-nav > li > a {
  color: white;
}
.mega-menus .navbar-default.navbar-default-dark .navbar-nav > li > a:hover {
  background: #E00101;
}
.mega-menus .navbar-default.navbar-default-dark .navbar-nav > .open > a,
.mega-menus .navbar-default.navbar-default-dark .navbar-default .navbar-nav > .open > a:focus,
.mega-menus .navbar-default.navbar-default-dark .navbar-default .navbar-nav > .open > a:hover {
  background-color: #E00101;
}
.mega-menus .navbar-default.navbar-default-dark.navbar-hover .dropdown:hover > a {
  background-color: #E00101;
  color: white;
}
.mega-menus .navbar-default.navbar-default-dark.navbar-hover .dropdown-menu > li > a:focus {
  color: #333;
  background-color: none;
}
.mega-menus .navbar-default.navbar-default-dark.navbar-hover .dropdown-menu > li > a:hover {
  color: white;
  background-color: #E00101;
}
.mega-menus .navbar-default.navbar-default-dark.navbar-click .dropdown:hover > a {
  background-color: #E00101;
  color: white;
}
.mega-menus .navbar-default.navbar-default-dark.navbar-click .dropdown-menu > li > a:focus, .mega-menus .navbar-default.navbar-default-dark.navbar-click .dropdown-menu > li > a:hover {
  background-color: #E00101;
  color: white;
}
.mega-menus .navbar-default.navbar-default-dark .dropdown-menu {
  background: white;
  border: 1px solid transparent;
  box-shadow: none;
}
.mega-menus .navbar-default.navbar-default-dark .navbar-pos-search .x-search i {
  color: #E00101;
}
.mega-menus .navbar-default.navbar-default-dark #search_term {
  background: #151515;
  color: white;
}
.mega-menus .navbar-default.navbar-default-dark .s-list > li > a:hover,
.mega-menus .navbar-default.navbar-default-dark .s-list > li > a:hover > span {
  color: white;
  background-color: #E00101;
}
.mega-menus .navbar-default.navbar-default-dark .s-list.s-list-sprite > li > a:hover {
  color: #2886D6;
  background-color: transparent;
}
.mega-menus .navbar-default.navbar-default-dark .bb-2px {
  border-color: #E00101;
}
.mega-menus .navbar-default.navbar-default-dark .tile-container .tile:hover {
  background: #E00101;
  color: white;
}
.mega-menus .navbar-default.navbar-default-dark .tile-container .tile:hover a {
  color: white;
}
.mega-menus .navbar-default.navbar-default-dark .i-list-i-block.i-list-i-block-md > li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
}
.mega-menus .navbar-default.navbar-default-dark .i-list-i-block.i-list-i-block-md > li a:hover {
  background: #E00101;
  color: white;
}
.mega-menus .navbar-default.navbar-default-blue {
  background: #05668D;
  border-left: 1px solid #05668D;
  border-right: 1px solid #05668D;
  border-bottom: 0;
  border-top: 0;
}
.mega-menus .navbar-default.navbar-default-blue .navbar-brand {
  color: white;
}
.mega-menus .navbar-default.navbar-default-blue .navbar-toggle {
  border: 0;
  padding-left: 0;
}
.mega-menus .navbar-default.navbar-default-blue .navbar-toggle .icon-bar {
  background-color: #4AC7F9;
}
.mega-menus .navbar-default.navbar-default-blue .navbar-toggle:hover, .mega-menus .navbar-default.navbar-default-blue .navbar-toggle:focus {
  background-color: transparent;
}
.mega-menus .navbar-default.navbar-default-blue .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
.mega-menus .navbar-default.navbar-default-blue .navbar-nav > li > a {
  color: white;
}
.mega-menus .navbar-default.navbar-default-blue .navbar-nav > li > a:hover {
  background: #055C7F;
}
.mega-menus .navbar-default.navbar-default-blue .navbar-nav > .open > a,
.mega-menus .navbar-default.navbar-default-blue .navbar-default .navbar-nav > .open > a:focus,
.mega-menus .navbar-default.navbar-default-blue .navbar-default .navbar-nav > .open > a:hover {
  background-color: #055C7F;
}
.mega-menus .navbar-default.navbar-default-blue.navbar-hover .dropdown:hover > a {
  background-color: #055C7F;
  color: white;
}
.mega-menus .navbar-default.navbar-default-blue.navbar-hover .dropdown:hover > a {
  background-color: #055C7F;
}
.mega-menus .navbar-default.navbar-default-blue.navbar-click .dropdown:hover > a {
  background-color: #055C7F;
  color: white;
}
.mega-menus .navbar-default.navbar-default-blue.navbar-click .dropdown-menu > li > a:focus, .mega-menus .navbar-default.navbar-default-blue.navbar-click .dropdown-menu > li > a:hover {
  background-color: #055C7F;
  color: white;
}
.mega-menus .navbar-default.navbar-default-blue .dropdown-menu {
  background: white;
  border: 1px solid transparent;
  box-shadow: none;
}
.mega-menus .navbar-default.navbar-default-blue .dropdown-menu > li > a:focus, .mega-menus .navbar-default.navbar-default-blue .dropdown-menu > li > a:hover {
  color: white;
  background-color: #055C7F;
}
.mega-menus .navbar-default.navbar-default-blue .navbar-pos-search .x-search i {
  color: #4AC7F9;
}
.mega-menus .navbar-default.navbar-default-blue #search_term {
  background: #05668D;
  color: white;
}
.mega-menus .navbar-default.navbar-default-blue .s-list > li > a:hover,
.mega-menus .navbar-default.navbar-default-blue .s-list > li > a:hover > span {
  color: white;
  background-color: #055C7F;
}
.mega-menus .navbar-default.navbar-default-blue .s-list.s-list-sprite > li > a:hover {
  color: #2886D6;
  background-color: transparent;
}
.mega-menus .navbar-default.navbar-default-blue .bb-2px {
  border-color: #055C7F;
}
.mega-menus .navbar-default.navbar-default-blue .tile-container .tile:hover {
  background: #055C7F;
  color: white;
}
.mega-menus .navbar-default.navbar-default-blue .tile-container .tile:hover a {
  color: white;
}
.mega-menus .navbar-default.navbar-default-blue .i-list-i-block.i-list-i-block-md > li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
}
.mega-menus .navbar-default.navbar-default-blue .i-list-i-block.i-list-i-block-md > li a:hover {
  background: #05668D;
  color: white;
}

#wrapper {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  transition: all linear 0.3s;
}

.main-header {
  background: transparent;
}
.main-header .show > .dropdown-menu {
  display: block;
}
.main-header .nav-trigger {
  top: 8px;
}
@media only screen and (min-width: 1230px) {
  .main-header .container-fluid,
  .main-header .container {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .main-header .container-fluid .container-fluid,
  .main-header .container-fluid .container,
  .main-header .container .container-fluid,
  .main-header .container .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-header .top-header {
  background: #fff;
  opacity: 1;
  transition: all 0.3s linear;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.01), 0 4px 6px 0 rgba(0, 0, 0, 0.07);
}
.main-header .top-header nav {
  padding: 0 0.9375rem;
}
.main-header .top-header nav a {
  color: #646464;
  font-weight: 500;
}
.main-header .top-header.mega-menus .mini-menu {
  background: #fff;
}
.main-header .top-header.mega-menus .i-list.i-list-i-block.i-list-i-block-sm > li a {
  color: #646464;
  font-weight: 500;
}
.main-header .top-header.mega-menus .i-list.i-list-i-block.i-list-i-block-sm > li a:hover {
  color: #5645ff;
}
@media only screen and (min-width: 991px) {
  .main-header .top-header.mega-menus .i-list.i-list-i-block.i-list-i-block-sm > li a span {
    margin-right: 0.625rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 991px) {
  .main-header .top-header ~ .bottom-header {
    margin-top: 42px;
  }
}
.main-header .bottom-header {
  transition: min-height 0.3s linear, all 0.3s linear;
}
@media only screen and (min-width: 991px) {
  .main-header .bottom-header.container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .main-header .bottom-header.container-fluid {
    padding: 0;
  }
}
.main-header .navbar {
  padding: 0;
  min-height: 6.063rem;
}
@media only screen and (max-width: 991px) {
  .main-header .navbar {
    min-height: 3.875rem;
  }
}
.main-header .navbar .navbar-brand {
  margin-left: 0;
  padding: 0;
  font-size: inherit;
}
.main-header .navbar .navbar-nav li {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  color: #000;
  transition: all linear 0.2s;
}
@media only screen and (max-width: 991px) {
  .main-header .navbar .navbar-nav li {
    font-size: 0.65rem;
  }
}
.main-header .navbar .navbar-nav li a {
  color: #000;
  padding: 2.25rem 1rem;
  display: inline-block;
}
.main-header .navbar .navbar-nav li a:hover, .main-header .navbar .navbar-nav li a:focus {
  background: none;
  color: #5645ff;
}
.main-header .navbar .navbar-nav li a.dropdown-toggle:after {
  display: none;
}
.main-header .navbar .navbar-nav li.right-dropdown > .dropdown-menu {
  left: auto;
  right: 0;
}
.main-header .navbar .navbar-nav li .dropdown-menu {
  background: #212121;
  min-width: 9rem;
  box-shadow: 0 1px 1px #4d4d4d;
  border: none;
  padding: 0.625rem 0;
  margin: 0;
}
.main-header .navbar .navbar-nav li .dropdown-menu li {
  padding: 0.1rem 1rem;
  font-size: 0.5875rem;
}
.main-header .navbar .navbar-nav li .dropdown-menu li > a {
  padding: 0;
  color: #7d7d7d;
  display: block;
}
.main-header .navbar .navbar-nav li .dropdown-menu li:hover {
  background: #272727;
}
.main-header .navbar .navbar-nav li .dropdown-menu li:hover > a {
  color: #fff;
  padding-left: 0.3125rem;
}
@media only screen and (min-width: 991px) {
  .main-header .navbar .navbar-nav li .dropdown-menu .s-list.s-list-mb-10 li {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
}
@media only screen and (min-width: 991px) {
  .main-header .navbar .navbar-nav li .dropdown-menu {
    min-width: 13rem;
  }
  .main-header .navbar .navbar-nav li .dropdown-menu li {
    font-size: 0.6875rem;
  }
}
@media only screen and (min-width: 1230px) {
  .main-header .navbar .navbar-nav li .dropdown-menu {
    min-width: 16.88rem;
  }
}
.main-header .navbar .navbar-nav li .dropdown-menu .dropdown-right > .dropdown-menu,
.main-header .navbar .navbar-nav li .dropdown-menu .dropdown-left > .dropdown-menu {
  top: 0rem;
  margin: 0;
}
.main-header .navbar .navbar-nav li .dropdown-menu .dropdown-right .icn-right,
.main-header .navbar .navbar-nav li .dropdown-menu .dropdown-left .icn-right {
  top: 0.2rem;
  right: 0;
  transform: none;
}
.main-header .navbar .navbar-nav li .btn {
  padding: 0.5rem;
}
.main-header .navbar h5 {
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0.9375rem 0 0.75rem 0.9375rem;
}
.main-header .navbar-pos-search {
  top: 50%;
  margin-top: -48px;
}
.main-header .navbar-pos-search.nav-trigger {
  margin-top: -40px;
}
.main-header .navbar-pos-search a {
  top: 1.5rem;
  color: #000;
  width: 1.563rem;
  font-size: 0.875rem;
  z-index: 99;
}
@media only screen and (max-width: 991px) {
  .main-header .navbar-pos-search a {
    top: 0.3rem;
    width: 1rem;
    right: 0.9375rem;
  }
}
.main-header .navbar-pos-search a.icon-close-round {
  display: none;
}
.main-header .nav-search-link .custom-icon-search {
  font-size: 0.875rem;
  line-height: 25px;
}
.main-header .navbar-pos-search a.icon-plus {
  transform: rotate(45deg);
}
.main-header #top-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: none;
  margin: 0 -3.125rem;
  z-index: 99;
}
.main-header #top-search input {
  background: #000;
  height: 6.063rem;
  color: #fff;
  line-height: 4rem;
  font-size: 2.4rem;
  letter-spacing: 0.125rem;
  transition: all linear 0.3s;
  padding: 0 2.9375rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .main-header #top-search input {
    height: 3.875rem;
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 2rem;
  }
}
.main-header .i-list.i-list-i-block.i-list-i-block-sm li {
  vertical-align: top;
}
.main-header .i-list.i-list-i-block.i-list-i-block-sm li a {
  padding: 0.5rem 0.625rem;
}
.main-header .i-list.i-list-i-block.i-list-i-block-sm li a:hover {
  color: #5645ff;
}
@media only screen and (min-width: 1230px) {
  > .main-header .i-list.i-list-i-block.i-list-i-block-sm li:first-child a {
    padding-left: 0;
  }
}
.main-header .mini-nav:hover > a {
  color: inherit;
  background: none;
}
.main-header .mini-nav .dropdown-menu.pad-small {
  padding: 0;
  min-width: 5.143rem;
  border: none;
  background: #212121;
  left: auto;
  right: 0;
  margin-top: -0.0625rem;
}
.main-header .mini-nav .dropdown-menu.pad-small li {
  border-top: 0.0625rem solid #272727;
}
.main-header .mini-nav .dropdown-menu.pad-small li:first-child {
  border: none;
}
.main-header .mini-nav .dropdown-menu.pad-small li .pad-narrow {
  padding: 0.6rem 0.9375rem;
  color: #7d7d7d;
}
.main-header .mini-nav .dropdown-menu.pad-small li .pad-narrow:hover {
  color: #fff !important;
  background: #272727;
}
.main-header .s-list.s-list-mb-10 > li {
  margin-bottom: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.main-header .s-list.s-list-mb-10 > li a {
  font-size: 0.5875rem;
  font-weight: 500;
  transition: all linear 0.2s;
}
@media only screen and (min-width: 991px) {
  .main-header .s-list.s-list-mb-10 > li a {
    font-size: 0.6875rem;
  }
}
.main-header .s-list.s-list-mb-10 > li:hover a {
  padding-left: 0.625rem;
}
.main-header .widget-default {
  padding: 0.9375rem;
}
.main-header .row-autoheight .col-autoheight:not(:first-child) {
  border-color: #272727;
}
.main-header .dropdown-full-width-g .dropdown-menu {
  left: 0;
  right: 0;
}
.main-header .mega-menus .dropdown .dropdown-right.dropdown-parent .dropdown-menu.dropdown-menu-indent-sm > li a,
.main-header .mega-menus .dropdown .dropdown-left.dropdown-parent .dropdown-menu.dropdown-menu-indent-sm > li a {
  padding-left: 0.9375rem;
}
.main-header .navbar-pos-search.with-side-panel {
  right: 36px;
}
.main-header .navbar-pos-search.with-side-panel.nav-trigger {
  right: 0;
}
.main-header.with-side-panel-ico .nav-trigger.navbar-pos-search a.navbar-link {
  z-index: 9;
}
.main-header.with-side-panel-ico .mega-menus .mega-menu-multiple .cart-list,
.main-header.with-side-panel-ico .main-header .navbar .navbar-nav > li:last-child {
  margin-right: 4rem;
}
@media only screen and (min-width: 991px) {
  .main-header .mega-menus .mega-menu-multiple .cart-list,
  .main-header .main-header .navbar .navbar-nav > li:last-child {
    margin-right: 2rem;
  }
  .main-header .with-side-panel.navbar-pos-search.nav-trigger {
    margin-top: -39px;
  }
}
@media only screen and (max-width: 991px) {
  .main-header #top-search {
    margin: 0 0;
  }
  .main-header .navbar .navbar-brand {
    margin-left: auto;
    padding: 1.2rem 0;
    width: 6.938rem;
    display: block;
  }
  .main-header .navbar .navbar-nav li {
    padding: 0;
    border-bottom: 0.07143rem solid #272727;
  }
  .main-header .navbar .navbar-nav li:last-child {
    border: none;
  }
  .main-header .navbar .navbar-nav li u {
    display: block;
    padding: 0.4rem 0.9375rem;
  }
  .main-header .navbar .navbar-nav li a {
    padding: 0.4rem 0.9375rem;
    line-height: 2.1;
    display: block;
  }
  .main-header .navbar .navbar-nav li a:hover {
    background: #272727;
  }
  .main-header .navbar .navbar-nav li .dropdown-parent > a {
    background: none;
  }
  .main-header .navbar .navbar-nav li .dropdown-menu {
    position: relative;
    float: none;
    min-width: 100%;
    background: #313131;
    padding: 0;
    box-shadow: none;
    top: 0;
  }
  .main-header .navbar .navbar-nav li .dropdown-menu li {
    padding: 0;
  }
  .main-header .navbar .navbar-nav li .dropdown-menu li a {
    padding: 0.4rem 0.9375rem;
  }
  .main-header .navbar .navbar-nav li .dropdown-menu li:hover {
    background: none;
  }
  .main-header .navbar .navbar-nav li .dropdown-menu li:hover > a {
    padding-left: 1.25rem;
  }
  .main-header .navbar .navbar-nav li .dropdown-menu .dropdown-right .icn-right {
    top: 0.7rem;
    right: 0;
  }
  .main-header .navbar .navbar-nav li .dropdown-menu .l-block {
    background: #242424;
  }
  .main-header .navbar .navbar-nav li .dropdown-menu .dropdown-left > .dropdown-menu {
    border-top: 0.07143rem solid #272727;
  }
  .main-header .navbar .navbar-nav li .m-marker {
    top: 0.4rem;
  }
  .main-header .navbar .navbar-nav li.cart-list.show .dropdown-menu {
    display: block;
  }
  .main-header .navbar .navbar-collapse {
    box-shadow: none;
    max-height: 80vh;
  }
  .main-header .navbar .navbar-collapse.show {
    overflow-y: auto;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }
  .main-header .row-autoheight .col-autoheight:not(:first-child) {
    border-left: none;
  }
  .main-header .mega-menus .widget-default {
    padding: 0;
  }
  .main-header .s-list.s-list-mb-10 > li {
    padding-left: 0;
    padding-right: 0;
  }
  .main-header .s-list.s-list-mb-10 > li a {
    margin-left: 0;
  }
  .main-header .s-list.s-list-mb-10 > li a:hover {
    background: #272727;
  }
  .main-header .dropdown-full-width-g .dropdown-menu {
    left: 0;
    right: 0;
  }
  .main-header .dropdown-full-width-g .s-list {
    border-bottom: 0.07143rem solid #272727;
  }
  .main-header .navbar-toggler {
    padding: 0;
    top: 13px;
    margin-top: 0;
    outline: none;
    cursor: pointer;
  }
  .main-header .navbar-toggler .navbar-toggler-icon {
    height: 2px;
    background: #000;
    position: relative;
  }
  .main-header .navbar-toggler .navbar-toggler-icon:before, .main-header .navbar-toggler .navbar-toggler-icon:after {
    position: absolute;
    width: 100%;
    top: 6px;
    left: 0;
    background: #000;
    height: 2px;
    content: "";
  }
  .main-header .navbar-toggler .navbar-toggler-icon:after {
    top: 12px;
  }
  .main-header .navbar-pos-search {
    margin-top: 0;
    top: 0;
  }
  .main-header .navbar-pos-search.nav-trigger {
    margin-top: 8px;
  }
  .main-header .float-right {
    float: none !important;
  }
  .main-header .float-right.text-muted {
    float: right !important;
  }
}
.main-header p {
  font-weight: 500;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 2.1;
  letter-spacing: 0.0625rem;
  color: #7d7d7d;
  text-transform: none;
}
.main-header .image-wrap {
  padding: 0 0.9375rem 0;
}
.main-header .image-wrap h5 {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 991px) {
  .main-header .image-wrap h5 {
    margin: 0 0 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .main-header {
    background: #212121;
  }
}
.main-header.sticky-nav {
  background: #212121;
}
.main-header.sticky-nav .top-header {
  top: -42px;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.main-header.sticky-nav .bottom-header {
  min-height: 3.875rem;
  margin-top: 0;
}
@media only screen and (min-width: 991px) {
  .main-header.sticky-nav .bottom-header {
    margin-top: 0;
  }
}
.main-header.sticky-nav .navbar {
  min-height: inherit;
}
.main-header.sticky-nav .navbar .navbar-brand {
  padding-top: 1.1rem;
  padding-bottom: 1.25rem;
}
.main-header.sticky-nav .navbar .navbar-nav li a {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media only screen and (max-width: 991px) {
  .main-header.sticky-nav .navbar .navbar-nav li a {
    padding: 0.625rem 0;
  }
}
.main-header.sticky-nav .navbar .navbar-nav .btn {
  padding: 0.5rem;
}
.main-header.sticky-nav .navbar-pos-search {
  margin-top: -30px;
}
.main-header.sticky-nav .navbar-pos-search.nav-trigger {
  margin-top: -22px;
}
.main-header.sticky-nav .navbar-pos-search a {
  top: 0.3rem;
}
@media only screen and (min-width: 991px) {
  .main-header.sticky-nav .navbar-pos-search a {
    top: 0.5rem;
  }
}
.main-header.sticky-nav #top-search input {
  height: 3.875rem;
}
.main-header.sticky-nav.nav-up {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 991px) {
  .main-header.sticky-nav .navbar .navbar-nav li a {
    padding: 0.4rem 0.9375rem;
  }
  .main-header.sticky-nav .navbar .navbar-nav .dropdown-menu li {
    padding: 0;
  }
  .main-header.sticky-nav .navbar .navbar-nav .dropdown-menu li a {
    padding: 0.4rem 0.9375rem;
  }
  .main-header.sticky-nav .navbar-pos-search {
    top: 0;
    margin-top: 0;
  }
  .main-header.sticky-nav .navbar-pos-search.nav-trigger {
    margin-top: 8px;
  }
}

.main-header.header-white {
  background: #fff;
}
.main-header.header-white .navbar .navbar-nav li {
  color: #55565b;
}
.main-header.header-white .navbar .navbar-nav li a {
  color: #55565b;
}
.main-header.header-white .navbar .navbar-nav li a:hover, .main-header.header-white .navbar .navbar-nav li a:focus {
  color: #a7a7a7;
}
.main-header.header-white .navbar .navbar-nav li .dropdown-menu {
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .main-header.header-white .navbar .navbar-nav li .dropdown-menu {
    background: #f8f8f8;
    box-shadow: none;
  }
}
.main-header.header-white .navbar .navbar-nav li .dropdown-menu li a {
  color: #6e6e6e;
}
.main-header.header-white .navbar .navbar-nav li .dropdown-menu li:hover {
  background: #f8f8f8;
}
.main-header.header-white .navbar .navbar-nav li .dropdown-menu li:hover > a {
  color: #55565b;
}
.main-header.header-white .row-autoheight .col-autoheight:not(:first-child) {
  border-color: #f8f8f8;
}
.main-header.header-white .navbar-pos-search a {
  color: #55565b;
}
.main-header.header-white #top-search input {
  background: #fff;
  color: #c1c5cd;
}
.main-header.header-white .i-list.i-list-i-block.i-list-i-block-sm li a:hover {
  color: #a7a7a7;
}
.main-header.header-white .mini-nav:hover > a {
  color: #5645ff;
}
.main-header.header-white .mini-nav .dropdown-menu.pad-small {
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.main-header.header-white .mini-nav .dropdown-menu.pad-small li {
  border-color: #f8f8f8;
}
.main-header.header-white .mini-nav .dropdown-menu.pad-small li .pad-narrow {
  color: #55565b;
}
.main-header.header-white .mini-nav .dropdown-menu.pad-small li .pad-narrow:hover {
  color: #55565b !important;
  background: #f8f8f8;
}
@media only screen and (max-width: 991px) {
  .main-header.header-white .navbar .navbar-nav li {
    border-color: whitesmoke;
  }
  .main-header.header-white .navbar .navbar-nav li a:hover {
    background: #fbfbfb;
  }
  .main-header.header-white .navbar .navbar-nav li .dropdown-menu .l-block {
    background: #ebebeb;
  }
  .main-header.header-white .navbar .navbar-nav li .dropdown-menu .dropdown-left > .dropdown-menu {
    border-color: whitesmoke;
  }
  .main-header.header-white .navbar .navbar-nav li .dropdown-menu li:hover {
    background: none;
  }
  .main-header.header-white .dropdown-full-width-g .s-list {
    border-color: whitesmoke;
  }
}
.main-header.header-white .navbar-toggler .navbar-toggler-icon {
  background: #55565b;
}
.main-header.header-white .navbar-toggler .navbar-toggler-icon:before, .main-header.header-white .navbar-toggler .navbar-toggler-icon:after {
  background: #55565b;
}

/******* cart styles *******/
.mega-menus .mega-menu-multiple .cart-list {
  margin-right: 0;
}
@media only screen and (min-width: 991px) {
  .mega-menus .mega-menu-multiple .cart-list {
    margin-right: 2rem;
  }
}
.mega-menus .mega-menu-multiple .cart-list .s-list .row {
  margin: 0.9375rem -0.625rem;
}
.mega-menus .mega-menu-multiple .cart-list .s-list .row [class*=col-] {
  padding: 0 0.625rem;
}
.mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu {
  padding: 1rem;
  right: 0;
}
.mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu div > * {
  color: #7d7d7d;
}
.mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu h2 {
  display: block;
  padding: 0.3rem 0 0;
  font-size: 0.9rem;
  color: #7d7d7d;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu h4 {
  color: #7d7d7d;
  font-size: 0.75rem;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 0.5;
  margin: 0.625rem 0 1.875rem;
}
.mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu h6 {
  color: #7d7d7d;
  font-size: 0.75rem;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu h6 {
    margin: 0;
  }
}
.mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu h6 strong,
.mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu h6 a {
  font-weight: 500;
  font-size: 0.6875rem;
  margin: 0 0 0.5rem;
  display: inline-block;
  transition: all linear 0.2s;
  text-transform: uppercase;
  color: #7d7d7d;
}
.mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu h6 strong:hover,
.mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu h6 a:hover {
  color: #fff;
  background: none;
}
@media only screen and (max-width: 991px) {
  .mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu h6 strong,
  .mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu h6 a {
    margin: 0 0 0.625rem;
    padding-right: 2rem;
  }
}
.mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu .text-muted {
  color: #7d7d7d !important;
  font-size: 0.625rem;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu .text-muted {
    margin: -1.3rem 0 0;
  }
}
.mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu .btn {
  padding: 0.6rem !important;
  display: block;
  line-height: 1;
  min-width: 100%;
  font-size: 0.875rem;
  color: #fff;
  background: #5645ff;
  border-color: #5645ff;
}
.mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu .btn:hover, .mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu .btn:focus {
  outline: none;
  background: #2812ff;
  border-color: #2812ff;
  box-shadow: none;
  color: #fff;
}
.mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu li {
  padding: 0;
  border: none;
}
.mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu li:hover {
  background: inherit;
}
.mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container a {
  color: #7d7d7d;
  padding: 0 !important;
  line-height: 1;
}

/***********************  white header ***********************/
.header-white .mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu h2 {
  color: #55565b;
}
.header-white .mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu h4 {
  color: #55565b;
}
.header-white .mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu h6 {
  color: #55565b;
}
.header-white .mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu h6 strong,
.header-white .mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu h6 a {
  color: #55565b;
}
.header-white .mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu h6 strong:hover,
.header-white .mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu h6 a:hover {
  color: #55565b;
}
.header-white .mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu li:hover {
  background: inherit;
}
.header-white .mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu a:hover {
  background: none;
}
.header-white .mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu .text-muted {
  color: #55565b !important;
}
.header-white .mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu .btn {
  color: #fff;
  border-color: #5645ff;
}
.header-white .mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu .btn:hover, .header-white .mega-menus .mega-menu-multiple .cart-list .dropdown-menu-container > .dropdown-menu .btn:focus {
  background: #2812ff;
  border-color: #2812ff;
}

/***********************  header logo center ***********************/
.header-logo-center .mega-menus .mega-menu-multiple .cart-list {
  margin-right: 0;
}

/*------------------------------------------------------------------
4. Banner
-------------------------------------------------------------------*/
/******* visual styles *******/
.visual-inner {
  white-space: nowrap;
  text-align: center;
  height: 100vh;
  padding: 3.125rem 0;
  min-height: 26.25rem;
  max-height: 26.25rem;
  position: relative;
  z-index: 1;
}
.visual-inner:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100%;
}
.visual-inner > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}
.visual-inner:before {
  z-index: -1;
}
.visual-inner .centered {
  max-width: none;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .visual-inner {
    padding: 3.75rem 0;
    height: 34.38rem;
    max-height: 34.38rem;
  }
}
@media only screen and (min-width: 991px) {
  .visual-inner {
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 1230px) {
  .visual-inner {
    padding: 6.25rem 0;
  }
}

.visual-sub .visual-inner {
  height: 100vh;
}
@media only screen and (min-width: 767px) {
  .visual-sub .visual-inner {
    height: 60.71rem;
  }
}
.visual-sub .visual-text {
  max-width: 52.86rem;
}

.visual-text {
  max-width: 51.43rem;
  font-size: 1.143rem;
  color: #fff;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.visual-text-bigger {
  max-width: 47.06rem;
}

.visual-text-large {
  max-width: 67.86rem;
}
.visual-text-large p {
  color: #fff;
  max-width: 47.06rem;
}

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

.visual-title {
  font-size: 1.875rem;
  line-height: 1.2;
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  display: block;
  font-weight: 300;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 576px) {
  .visual-title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 767px) {
  .visual-title {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 991px) {
  .visual-title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1230px) {
  .visual-title {
    font-size: 3.375rem;
  }
}
@media screen and (min-width: 1600px) {
  .visual-title {
    font-size: 3.75rem;
  }
}
.visual-title span {
  color: #5645ff;
}
@media only screen and (min-width: 767px) {
  .visual-title {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 991px) {
  .visual-title {
    margin-bottom: 1.875rem;
  }
}
.visual-title.text-white {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  .visual-title.text-white {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 767px) {
  .visual-title.text-white {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 991px) {
  .visual-title.text-white {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1230px) {
  .visual-title.text-white {
    font-size: 3rem;
  }
}

.visual-sub-title {
  font-weight: 700;
  margin: 0;
}
@media only screen and (min-width: 991px) {
  .visual-sub-title {
    margin-bottom: 1rem;
  }
}

.visual-text-v1 .visual-title,
.visual-text-v2 .visual-title,
.visual-text-v3 .visual-title {
  margin-bottom: 2rem;
}
.visual-text-v1 p,
.visual-text-v2 p,
.visual-text-v3 p {
  margin-bottom: 3.25rem;
}
@media only screen and (min-width: 767px) {
  .visual-text-v1 p,
  .visual-text-v2 p,
  .visual-text-v3 p {
    margin-bottom: 6.875rem;
  }
}
@media only screen and (min-width: 991px) {
  .visual-text-v1 p,
  .visual-text-v2 p,
  .visual-text-v3 p {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (min-width: 1230px) {
  .visual-text-v1 p,
  .visual-text-v2 p,
  .visual-text-v3 p {
    margin-bottom: 8.125rem;
  }
}

.visual-text-v1 {
  font-size: 0.75rem;
  line-height: 2.1;
  line-height: 1.875;
}
@media screen and (min-width: 576px) {
  .visual-text-v1 {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 767px) {
  .visual-text-v1 {
    font-size: 1rem;
  }
}

.visual-text-v2 {
  font-size: 1.125rem;
  line-height: 1.2;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .visual-text-v2 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 767px) {
  .visual-text-v2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 991px) {
  .visual-text-v2 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1230px) {
  .visual-text-v2 {
    font-size: 1.5rem;
  }
}
.visual-text-v2 .visual-title {
  font-weight: 700;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.visual-text-v3 {
  font-size: 1.125rem;
  line-height: 1.2;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .visual-text-v3 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 767px) {
  .visual-text-v3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 991px) {
  .visual-text-v3 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1230px) {
  .visual-text-v3 {
    font-size: 1.5rem;
  }
}
.visual-text-v3 .icon {
  margin-bottom: 2.5rem;
}
.visual-text-v3 .visual-title {
  font-weight: 700;
}

.visual-subtitle {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 300;
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 576px) {
  .visual-subtitle {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 767px) {
  .visual-subtitle {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 991px) {
  .visual-subtitle {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1230px) {
  .visual-subtitle {
    font-size: 3.375rem;
  }
}
@media screen and (min-width: 1600px) {
  .visual-subtitle {
    font-size: 3.75rem;
  }
}

.visual-no-bg .visual-inner {
  height: auto;
  min-height: 0.07143rem;
}
@media only screen and (min-width: 767px) {
  .visual-no-bg .visual-inner {
    height: auto;
  }
}
@media only screen and (min-width: 991px) {
  .visual-no-bg .visual-inner {
    padding-top: 5.625rem;
    padding-bottom: 2.8125rem;
  }
}
.visual-no-bg .visual-inner .centered {
  display: block;
}
.visual-no-bg .visual-title {
  color: #55565b;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: capitalize;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 576px) {
  .visual-no-bg .visual-title {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 767px) {
  .visual-no-bg .visual-title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 991px) {
  .visual-no-bg .visual-title {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1230px) {
  .visual-no-bg .visual-title {
    font-size: 3rem;
  }
}

.visual-bottom-block {
  background: rgba(0, 0, 0, 0.5);
  padding: 0 0rem;
}
@media only screen and (min-width: 1230px) {
  .visual-bottom-block {
    padding: 0 0rem;
  }
}
.visual-bottom-block h4 {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #fff;
  padding-top: 1rem;
  margin-bottom: 1.563rem;
}
@media screen and (min-width: 576px) {
  .visual-bottom-block h4 {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 767px) {
  .visual-bottom-block h4 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 991px) {
  .visual-bottom-block h4 {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1230px) {
  .visual-bottom-block h4 {
    font-size: 1.125rem;
  }
}
.visual-bottom-block p {
  font-size: 0.875rem;
  letter-spacing: 0;
  color: #fff;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 1230px) {
  .visual-bottom-block p {
    font-size: 0.875rem;
  }
}
.visual-bottom-block .item-box {
  position: relative;
  min-height: 100%;
}
@media (min-width: 768px) {
  .visual-bottom-block .item-box {
    min-height: 6.25rem;
  }
}
.visual-bottom-block .owl-item + .owl-item .item-box:before, .visual-bottom-block .owl-item + .owl-item .item-box:after {
  position: absolute;
  content: "";
  top: 0;
  left: -1.3rem;
  width: 1px;
  height: 51.6%;
  background: #fff;
  display: none;
  transform: rotate(160deg);
}
@media (min-width: 768px) {
  .visual-bottom-block .owl-item + .owl-item .item-box:before, .visual-bottom-block .owl-item + .owl-item .item-box:after {
    display: block;
  }
}
.visual-bottom-block .owl-item + .owl-item .item-box:after {
  top: auto;
  bottom: 0;
  transform: rotate(-160deg);
}

/*------------------------------------------------------------------
5. Buttons / .btn
-------------------------------------------------------------------*/
/******* button styles *******/
.btn {
  position: relative;
  padding: 0.9375rem;
  letter-spacing: 0.1429rem;
  text-transform: uppercase;
  border: 0.1429rem solid #5645ff;
  color: #fff;
  min-width: 10rem;
  outline: none;
  font-weight: 500;
  cursor: pointer;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  transition: all linear 0.3s;
  font-size: 0.875rem;
  line-height: 1.2;
  line-height: 0.8;
}
@media screen and (min-width: 576px) {
  .btn {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 767px) {
  .btn {
    font-size: 1rem;
  }
}
@media screen and (min-width: 991px) {
  .btn {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1230px) {
  .btn {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 991px) {
  .btn {
    min-width: 15.63rem;
    line-height: 1.3;
  }
}
.btn:focus {
  box-shadow: none;
}
.btn.btn-primary {
  background: #5645ff;
  border-color: #5645ff;
  color: #fff;
}
.btn.btn-primary:hover {
  background: #2812ff;
  border-color: #2812ff;
}
.btn.btn-secondary {
  background: #55565b;
  color: #fff;
  border: 0.1429rem solid #55565b;
}
.btn.btn-secondary:hover {
  background: #303133;
  color: #fff;
  border-color: #303133;
}
.btn.btn-trans-gray {
  border: 0.1429rem solid #c1c5cd;
  color: #c1c5cd;
}
.btn.btn-trans-gray:hover {
  background: #c1c5cd;
  color: #fff;
}
.btn.btn-trans-dark-gray {
  border: 0.1429rem solid #212121;
  background: none;
}
.btn.btn-trans-dark-gray:hover {
  background: #212121;
}
.btn.btn-black {
  background: #000;
  border: 0.1429rem solid #000;
  color: #fff;
}
.btn.btn-black:hover {
  background: none;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .btn {
    min-width: 16.9rem;
  }
}
.btn:focus {
  outline: none;
}
.btn.btn-arrow {
  box-shadow: none;
  padding-right: 2rem;
  padding-left: 1rem;
}
.btn.btn-arrow:after {
  font-family: "icomoon" !important;
  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;
  content: "\e914";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.857rem;
}
.btn.btn-trans-primary {
  border: 0.1429rem solid #5645ff;
  color: #55565b;
}
.btn.btn-trans-primary:hover {
  background: #5645ff;
  color: #fff;
}
.btn.btn-trans-secondary {
  border: 0.1429rem solid #55565b;
  color: #55565b;
}
.btn.btn-trans-secondary:hover {
  background: #303133;
  color: #fff;
}
.btn.btn-trans-white {
  border: 0.1429rem solid #fff;
  color: #fff;
}
.btn.btn-trans-white:hover {
  background: #fff;
  color: #55565b;
}
.btn.btn-white {
  border: 0.1429rem solid #fff;
  color: #55565b;
  background: #fff;
}
.btn.btn-white:hover {
  background: none;
  color: #fff;
}
.btn.btn-trans-gray-light {
  border: 0.1429rem solid #c1c5cd;
  color: #c1c5cd;
  text-transform: uppercase;
}
.btn.btn-trans-gray-light:hover {
  background: #c1c5cd;
  color: #fff;
}
.btn.btn-sm, .btn-group-sm > .btn {
  padding: 0.471rem 1rem;
  font-size: 0.875rem;
  min-width: 0.5rem;
}
@media only screen and (min-width: 991px) {
  .btn.btn-sm, .btn-group-sm > .btn {
    min-width: 11rem;
  }
}
.btn.btn-solid-facebook {
  background: #3b5998;
  color: #fff;
  border: 0.1429rem solid transparent;
}
.btn.btn-solid-facebook:hover {
  color: #3b5998;
  border-color: #3b5998;
  background: none;
}
.btn.btn-solid-google {
  background: #dd4b39;
  color: #fff;
  border: 0.1429rem solid transparent;
}
.btn.btn-solid-google:hover {
  color: #dd4b39;
  border-color: #dd4b39;
  background: none;
}
.btn.btn-small-font {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn.has-shadow {
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
}

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

/******* button styles *******/
.btn-alternate.btn {
  position: relative;
  padding: 0.9375rem;
  letter-spacing: 0.1429rem;
  text-transform: uppercase;
  border: 0.1429rem solid #5645ff;
  border: none;
  color: #fff;
  min-width: 15.63rem;
  outline: none;
  font-weight: 500;
  cursor: pointer;
  transition: all linear 0.3s;
  font-size: 0.875rem;
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  .btn-alternate.btn {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 767px) {
  .btn-alternate.btn {
    font-size: 1rem;
  }
}
@media screen and (min-width: 991px) {
  .btn-alternate.btn {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1230px) {
  .btn-alternate.btn {
    font-size: 1.125rem;
  }
}
.btn-alternate.btn.btn-primary {
  background: #5645ff;
  border-color: #5645ff;
  color: #fff;
}
.btn-alternate.btn.btn-primary:hover {
  background: #2812ff;
  border-color: #2812ff;
}
.btn-alternate.btn.btn-secondary {
  background: #55565b;
  color: #fff;
  border: 0.1429rem solid #55565b;
}
.btn-alternate.btn.btn-secondary:hover {
  background: #3c3d41;
  color: #fff;
  border-color: #3c3d41;
}
.btn-alternate.btn.btn-trans-gray {
  border: 0.1429rem solid #c1c5cd;
  color: #c1c5cd;
}
.btn-alternate.btn.btn-trans-gray:hover {
  background: #c1c5cd;
  color: #fff;
}
.btn-alternate.btn.btn-trans-dark-gray {
  border: 0.1429rem solid #55565b;
  background: none;
}
.btn-alternate.btn.btn-trans-dark-gray:hover {
  background: #55565b;
}
.btn-alternate.btn.btn-black {
  background: #000;
  border: 0.1429rem solid #000;
  color: #fff;
}
.btn-alternate.btn.btn-black:hover {
  background: none;
  color: #fff;
}
@media only screen and (min-width: 991px) {
  .btn-alternate.btn {
    min-width: 16.9rem;
  }
}
.btn-alternate.btn:focus {
  outline: none;
}
.btn-alternate.btn.btn-arrow {
  box-shadow: none;
  padding-right: 2rem;
  padding-left: 1rem;
}
.btn-alternate.btn.btn-arrow:after {
  font-family: "icomoon" !important;
  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;
  content: "\e914";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.857rem;
}
.btn-alternate.btn.btn-trans-primary {
  border: 0.1429rem solid #55565b;
  color: #55565b;
}
.btn-alternate.btn.btn-trans-primary:hover {
  background: #55565b;
  color: #fff;
}
.btn-alternate.btn.btn-trans-secondary {
  border: 0.1429rem solid #55565b;
  color: #55565b;
}
.btn-alternate.btn.btn-trans-secondary:hover {
  background: #55565b;
  color: #fff;
}
.btn-alternate.btn.btn-trans-white {
  border: 0.1429rem solid #fff;
  color: #fff;
}
.btn-alternate.btn.btn-trans-white:hover {
  background: #fff;
  color: #55565b;
}
.btn-alternate.btn.btn-white {
  border: 0.1429rem solid #fff;
  color: #55565b;
  background: #fff;
}
.btn-alternate.btn.btn-white:hover {
  background: none;
  color: #fff;
}
.btn-alternate.btn.btn-solid-facebook {
  background: #3b5998;
  color: #fff;
  border: 0.1429rem solid transparent;
}
.btn-alternate.btn.btn-solid-facebook:hover {
  color: #3b5998;
  border-color: #3b5998;
  background: none;
}
.btn-alternate.btn.btn-solid-google {
  background: #dd4b39;
  color: #fff;
  border: 0.1429rem solid transparent;
}
.btn-alternate.btn.btn-solid-google:hover {
  color: #dd4b39;
  border-color: #dd4b39;
  background: none;
}
.btn-alternate.btn.btn-small-font {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-alternate.btn.has-shadow {
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
}

/*------------------------------------------------------------------
6. Search form / .search-form
-------------------------------------------------------------------*/
/******* search form styles *******/
.search-form-wrapper {
  white-space: nowrap;
  text-align: center;
  position: fixed;
  background: #171717;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  height: 100vh;
  z-index: 999999999;
}
.search-form-wrapper:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100%;
}
.search-form-wrapper > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}
.search-form-wrapper .close {
  position: absolute;
  top: 2rem;
  right: 1rem;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  opacity: 1;
  font-size: 3rem;
  background: none;
}
.search-form-wrapper .close:hover, .search-form-wrapper .close:focus {
  background: none;
  outline: none;
}
.search-form-wrapper .holder {
  min-width: 300px;
  max-width: 800px;
  width: 95%;
  position: relative;
  transform: translate(0, -200%);
  transition: all 0.3s ease-in-out 0.06s;
}
.search-form-wrapper input[type=search] {
  padding-right: 2rem;
  line-height: 4rem;
}
@media only screen and (min-width: 767px) {
  .search-form-wrapper input[type=search] {
    padding-right: 4rem;
  }
}
.search-form-wrapper .form-control,
.search-form-wrapper input,
.search-form-wrapper textarea {
  width: 100%;
  padding-right: 3.5rem;
  font-size: 1.5rem;
  font-weight: 300;
  height: 4.429rem;
  color: #fff;
}
.search-form-wrapper .form-control::selection,
.search-form-wrapper input::selection,
.search-form-wrapper textarea::selection {
  background: #f8f8f8;
}
.search-form-wrapper .form-control::-moz-selection,
.search-form-wrapper input::-moz-selection,
.search-form-wrapper textarea::-moz-selection {
  background: #f8f8f8;
}
.search-form-wrapper .form-control:focus::-webkit-input-placeholder,
.search-form-wrapper input:focus::-webkit-input-placeholder,
.search-form-wrapper textarea:focus::-webkit-input-placeholder {
  text-indent: -999px;
}
.search-form-wrapper .form-control:focus::-moz-input-placeholder,
.search-form-wrapper input:focus::-moz-input-placeholder,
.search-form-wrapper textarea:focus::-moz-input-placeholder {
  text-indent: -999px;
}
.search-form-wrapper .form-control:focus, .search-form-wrapper .form-control:hover,
.search-form-wrapper input:focus,
.search-form-wrapper input:hover,
.search-form-wrapper textarea:focus,
.search-form-wrapper textarea:hover {
  border-color: #fff;
  cursor: pointer;
}
.search-form-wrapper .form-control:focus ~ button, .search-form-wrapper .form-control:hover ~ button,
.search-form-wrapper input:focus ~ button,
.search-form-wrapper input:hover ~ button,
.search-form-wrapper textarea:focus ~ button,
.search-form-wrapper textarea:hover ~ button {
  color: #fff;
}
.search-form-wrapper ::-webkit-input-placeholder {
  color: #fff;
}
.search-form-wrapper :-moz-placeholder {
  color: #fff;
}
.search-form-wrapper ::-moz-placeholder {
  color: #fff;
}
.search-form-wrapper :-ms-input-placeholder {
  color: #fff;
}
.search-form-wrapper button {
  text-align: center;
  background: none;
  border: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-size: 1.5rem;
  line-height: 3rem;
  padding: 0;
}
.search-form-wrapper button:hover {
  color: #fff;
  outline: none;
}
.search-form-wrapper button:focus {
  outline: none;
}
@media only screen and (min-width: 767px) {
  .search-form-wrapper .holder {
    width: 80%;
  }
  .search-form-wrapper .close {
    right: 2rem;
  }
  .search-form-wrapper .form-control,
  .search-form-wrapper button {
    font-size: 3rem;
  }
}

.search-active {
  overflow: hidden;
}
.search-active .search-form-wrapper {
  opacity: 1;
  visibility: visible;
}
.search-active .holder {
  transform: translate(0);
}

/*------------------------------------------------------------------
7. Content block / .content-block
-------------------------------------------------------------------*/
/******* content block styles *******/
.content-block {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media only screen and (min-width: 767px) {
  .content-block {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 991px) {
  .content-block {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media only screen and (min-width: 1230px) {
  .content-block {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.description {
  font-size: 0.75rem;
  line-height: 2.1;
}
@media screen and (min-width: 576px) {
  .description {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 767px) {
  .description {
    font-size: 1rem;
  }
}
.description p:last-child {
  margin-bottom: 0;
}

.content-title {
  font-size: 0.875rem;
  line-height: 1.2;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0.9375rem;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1429rem;
}
@media screen and (min-width: 576px) {
  .content-title {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 767px) {
  .content-title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 991px) {
  .content-title {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1230px) {
  .content-title {
    font-size: 1.125rem;
  }
}
.content-title a {
  color: #55565b;
}

.content-sub-title {
  display: block;
  margin-bottom: 2rem;
  color: #575757;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.col-wrap {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 767px) {
  .col-wrap {
    margin-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 991px) {
  .col-wrap {
    margin-bottom: 3.75rem;
  }
}

.multiple-row {
  margin-bottom: -1.25rem;
}
@media only screen and (min-width: 767px) {
  .multiple-row {
    margin-bottom: -2.5rem;
  }
}
@media only screen and (min-width: 991px) {
  .multiple-row {
    margin-bottom: -3.75rem;
  }
}

.quotation-block {
  text-align: center;
}
.quotation-block .btn-container {
  margin-top: 3.125rem;
}
@media only screen and (min-width: 1600px) {
  .quotation-block {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
}

.heading-single {
  margin-bottom: 3.125rem;
}
.heading-single h2 {
  margin-bottom: 0;
}

.portfolio-block {
  overflow: hidden;
}

.content-links {
  font-size: 0.75rem;
  line-height: 2.25rem;
}

.content-links ul li a {
  color: #5645ff;
}
.content-links ul li a:hover, .content-links ul li a:focus {
  color: #2812ff;
}

.container-md {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.work-block {
  position: relative;
  min-height: 920px;
  overflow: hidden;
}
@media only screen and (min-width: 1230px) {
  .work-block {
    min-height: 1240px;
  }
}
.work-block .container {
  position: relative;
}

.img-block img {
  width: 100%;
}

@media only screen and (min-width: 1230px) {
  .content-block-v4 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
}

.logo-list .row {
  align-items: center;
  justify-content: center;
}

.information-block .info-block {
  padding: 2.813rem 0.9375rem;
  color: #fff;
  transition: all linear 0.3s;
  position: relative;
}
@media only screen and (min-width: 991px) {
  .information-block .info-block {
    padding: 5.25rem 1.75rem;
  }
}
.information-block .info-block .icon {
  margin-bottom: 2.688rem;
}
.information-block .info-block .block-title {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 2.188rem;
}
@media screen and (min-width: 576px) {
  .information-block .info-block .block-title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 767px) {
  .information-block .info-block .block-title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 991px) {
  .information-block .info-block .block-title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1230px) {
  .information-block .info-block .block-title {
    font-size: 1.5rem;
  }
}
.information-block .info-block p {
  margin-bottom: 0;
}
.information-block .info-block:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  transition: all linear 0.3s;
  opacity: 0.9;
  background: #000;
}
.information-block .info-block.block-1:before {
  background: #575757;
  opacity: 0.9;
}
.information-block .info-block.block-2:before {
  background: #55565b;
  opacity: 0.84;
}
.information-block .info-block.block-3:before {
  background: #575757;
  opacity: 0.5;
}
.information-block .info-block.block-4:before {
  background: #575757;
  opacity: 0.84;
}
.information-block .info-block:hover:before {
  opacity: 0.1;
}
.information-block .info-block.info-block-v2 {
  padding: 2.813rem 0.9375rem;
}
@media only screen and (min-width: 1230px) {
  .information-block .info-block.info-block-v2 {
    padding: 5.25rem 1.75rem;
  }
}
@media only screen and (min-width: 1600px) {
  .information-block .info-block.info-block-v2 {
    padding: 9.375rem 5rem 12.5rem;
  }
}

@media only screen and (min-width: 1230px) {
  .consult-block {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
}

.content-slot h3 {
  margin-bottom: 1.875rem;
}
.content-slot p:last-of-type {
  margin-bottom: 0;
}
.content-slot span {
  font-size: 1.125rem;
  line-height: 1.2;
  color: #55565b;
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .content-slot span {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 767px) {
  .content-slot span {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 991px) {
  .content-slot span {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1230px) {
  .content-slot span {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 767px) {
  .content-slot span {
    margin-top: 1.875rem;
  }
}
.content-slot .text-wrap {
  padding: 2.625rem 0;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 990px) {
  .content-slot .bg-stretch {
    position: static;
  }
  .content-slot .bg-stretch img {
    margin: 0 !important !important;
    width: 100% !important !important;
    height: auto !important !important;
  }
  .content-slot .img-wrap {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
@media only screen and (min-width: 991px) {
  .content-slot h3 {
    margin-bottom: 3.75rem;
  }
  .content-slot p {
    margin-bottom: 2rem;
  }
  .content-slot .text-wrap {
    max-width: 31.25rem;
    margin-left: 8%;
    padding: 6rem 0;
  }
  .content-slot .row:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.alternate-block .row:nth-child(even) .text-wrap {
  margin-left: auto;
  margin-right: 8%;
}
@media only screen and (max-width: 991px) {
  .alternate-block .row:last-child .text-wrap {
    padding-bottom: 0;
  }
  .alternate-block .row:nth-child(even) .text-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

.alternate-block-v2 h3 {
  font-size: 1.875rem;
  line-height: 1.2;
  color: #55565b;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 576px) {
  .alternate-block-v2 h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 767px) {
  .alternate-block-v2 h3 {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 991px) {
  .alternate-block-v2 h3 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1230px) {
  .alternate-block-v2 h3 {
    font-size: 3.375rem;
  }
}
@media screen and (min-width: 1600px) {
  .alternate-block-v2 h3 {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 767px) {
  .alternate-block-v2 h3 {
    margin: 0;
  }
}
@media only screen and (min-width: 991px) {
  .alternate-block-v2 h3 {
    margin: 0;
  }
}
@media only screen and (min-width: 767px) {
  .alternate-block-v2 .text-wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 991px) {
  .alternate-block-v2 .text-wrap {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media only screen and (min-width: 1230px) {
  .alternate-block-v2 .text-wrap {
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }
}
.alternate-block-v2 .row:nth-child(odd) .text-wrap {
  margin-left: auto;
  margin-right: 8%;
}
@media only screen and (max-width: 991px) {
  .alternate-block-v2 .row:nth-child(odd) .text-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }
}
.alternate-block-v2 .btn-primary {
  background: #55565b;
  border-color: #55565b;
  min-width: 13.44rem;
}

.masonary-block .gallery-item {
  margin-top: 2.143rem;
}
.masonary-block .gallery-item figure {
  margin: 0;
}
.masonary-block .gallery-item figure img {
  width: 100%;
}
.masonary-block figure {
  margin: 0;
}
@media only screen and (max-width: 990px) {
  .masonary-block .gallery-item {
    width: 100%;
  }
}
.masonary-block.default-gallery figure {
  margin-bottom: 2.143rem;
}
.masonary-block.no-gutters.default-gallery figure {
  margin: 0;
}

.portfolio-block .no-gutters {
  margin: 0;
}
.portfolio-block .no-gutters.masonary-block .gallery-item {
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (min-width: 991px) {
  .portfolio-block .no-gutters {
    padding: 1.875rem 0 0;
  }
}

.col-small {
  margin-bottom: 1.875rem;
}

.sticky-nav ~ main.no-banner {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .sticky-nav ~ main.no-banner.no-top-header {
    padding-top: 4rem;
  }
}

main.no-banner {
  padding-top: 3.8rem;
  transition: padding linear 0.3s;
}
@media only screen and (min-width: 991px) {
  main.no-banner {
    padding-top: 8.5rem;
  }
}

@media only screen and (min-width: 991px) {
  .no-top-header ~ .no-banner {
    padding-top: 6rem;
  }
}

.text-block strong {
  color: #55565b;
  font-weight: 700;
}
.text-block .text-block-title {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #55565b;
}
.text-block p {
  margin-bottom: 2.813rem;
}
.text-block p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .text-block p {
    margin-bottom: 1.5rem;
  }
}

.v-align-col {
  white-space: nowrap;
}
.v-align-col:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -0.25em;
  content: "";
}
.v-align-col > * {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.portfolio-slide.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.element-heading {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.element-type {
  font-size: 0.875rem;
  font-weight: 700;
  display: block;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media only screen and (min-width: 767px) {
  .element-type {
    padding-top: 6.25rem;
    padding-bottom: 4.6875rem;
  }
}

.section-scroll {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  z-index: 999;
  font-size: 1.5rem;
  padding-top: 0.0625rem;
}
.section-scroll:hover {
  color: #000;
}

.embed-responsive {
  height: inherit;
}

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

.demo-wrapper .element-heading {
  margin-bottom: 2.8125rem;
}
@media only screen and (min-width: 767px) {
  .demo-wrapper .element-heading {
    margin-bottom: 6.25rem;
  }
}

.small-block {
  max-width: 65%;
  margin: 0 auto;
}

.default-gallery figure .image-wrapper img {
  width: 100%;
}

.big-font {
  font-size: 0.875rem;
  line-height: 1.2;
  display: inline-block;
  line-height: 2rem;
}
@media screen and (min-width: 576px) {
  .big-font {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 767px) {
  .big-font {
    font-size: 1rem;
  }
}
@media screen and (min-width: 991px) {
  .big-font {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1230px) {
  .big-font {
    font-size: 1.125rem;
  }
}

.circular-icon {
  width: 1.875rem;
  height: 1.875rem;
  color: #5645ff;
  border-radius: 50%;
  border: 1px solid #5645ff;
  margin: 0 auto;
  font-size: 0.8571rem;
  line-height: 2rem;
}

pre {
  word-wrap: inherit;
  background: #f8f8f8;
  padding: 5px 0.625rem;
  border: 1px solid #ebedef;
  border-radius: 4px;
  -webkit-overflow-scrolling: touch;
}

.centered-wrap {
  position: absolute;
  top: 50%;
  padding: 0;
  transform: translate(0, -50%);
  left: 0;
  z-index: 999;
  width: 100%;
}

.sidebar-wrap {
  border: #ebedef 1px solid;
  padding: 1.875rem 1.375rem;
}

.widget-block h4 {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #55565b;
}
@media screen and (min-width: 576px) {
  .widget-block h4 {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 767px) {
  .widget-block h4 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 991px) {
  .widget-block h4 {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1230px) {
  .widget-block h4 {
    font-size: 1.125rem;
  }
}

.post-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

@media only screen and (min-width: 1600px) {
  .eighty-percent > div {
    width: 80%;
  }
}

/*------------------------------------------------------------------
8. Block Heading / .block-heading
-------------------------------------------------------------------*/
/******* block heading styles *******/
.block-main-heading {
  color: #55565b;
}

.block-sub-heading {
  font-size: 0.875rem;
  line-height: 1.2;
  display: block;
  margin-bottom: 0.625rem;
  letter-spacing: 0.0625rem;
  line-height: 1.875rem;
  font-style: italic;
  color: #55565b;
}
@media screen and (min-width: 576px) {
  .block-sub-heading {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 767px) {
  .block-sub-heading {
    font-size: 1rem;
  }
}
@media screen and (min-width: 991px) {
  .block-sub-heading {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1230px) {
  .block-sub-heading {
    font-size: 1.125rem;
  }
}
.block-sub-heading big {
  color: #55565b;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  .block-sub-heading big {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 767px) {
  .block-sub-heading big {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 991px) {
  .block-sub-heading big {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1230px) {
  .block-sub-heading big {
    font-size: 1.5rem;
  }
}

.block-top-heading {
  color: #55565b;
  text-transform: uppercase;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.2143rem;
}
.block-top-heading.text-white {
  color: #fff;
}

.block-heading h3 {
  font-weight: 300;
}
.block-heading .content-title {
  font-size: 0.75rem;
  line-height: 2.1;
  color: #55565b;
}
@media screen and (min-width: 576px) {
  .block-heading .content-title {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 767px) {
  .block-heading .content-title {
    font-size: 1rem;
  }
}

.heading h2 {
  color: #55565b;
  font-weight: 700;
}
.heading h2 span {
  color: #5645ff;
}

/******* icon box styles *******/
.ico-box {
  padding: 1.563rem 0.9375rem 0.9375rem;
  text-align: center;
  position: relative;
  -webkit-transition: box-shadow linear 0.5s;
  -moz-transition: box-shadow linear 0.5s;
  -ms-transition: box-shadow linear 0.5s;
  -o-transition: box-shadow linear 0.5s;
  transition: box-shadow linear 0.5s;
  overflow: hidden;
  letter-spacing: 0.02rem;
}
@media only screen and (min-width: 991px) {
  .ico-box {
    padding: 2.8125rem 3.125rem 1.2rem;
  }
}
.ico-box:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  transition: transform linear 0.2s;
  transform: translate(101%, 0);
}
.ico-box > * {
  position: relative;
  z-index: 2;
}
.ico-box .icon,
.ico-box .content-title {
  color: #55565b;
}
.ico-box .icon a,
.ico-box .content-title a {
  color: #55565b;
}
.ico-box:hover {
  box-shadow: 0 0.1429rem 0.6429rem 0.07143rem rgba(1, 2, 2, 0.1);
}
.ico-box:hover:before {
  transform: translate(0, 0);
}
.ico-box:hover .icon,
.ico-box:hover .content-title {
  color: #5645ff;
}
.ico-box:hover .icon a,
.ico-box:hover .content-title a {
  color: #5645ff;
}
.ico-box.dark-hover:hover .icon,
.ico-box.dark-hover:hover .content-title {
  color: #fff;
}
.ico-box.dark-hover:hover .icon a,
.ico-box.dark-hover:hover .content-title a {
  color: #fff;
}
.ico-box .icon {
  margin-bottom: 1.5625rem;
  color: #575757;
  font-size: 2.8125rem;
  line-height: 1;
}
.ico-box .des {
  color: #575757;
}
.ico-box .des p {
  margin-bottom: 0;
}
.ico-box .link-holder {
  margin-top: 1.875rem;
}
.ico-box .link-holder .link-more {
  text-transform: uppercase;
  color: #212121;
  font-size: 0.875rem;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ico-box .link-holder .link-more:hover {
  color: #5645ff;
}
.ico-box.dark-hover:before {
  background: #55565b;
}
.ico-box.dark-hover:hover .des,
.ico-box.dark-hover:hover .link-more {
  color: #c1c5cd;
}
.ico-box.dark-hover .link-more:hover {
  color: #fff;
}
.ico-box.has-shadow {
  box-shadow: 0 10px 40px 0px rgba(36, 83, 107, 0.1);
}
.ico-box.has-shadow1 {
  box-shadow: 0 0.1429rem 0.6429rem 0.07143rem rgba(1, 2, 2, 0.1);
}

.bordered-icon .ico-box .icon {
  width: 6.25rem;
  height: 6.25rem;
  margin: 0 auto 1.875rem;
  text-align: center;
  border: rgba(0, 0, 0, 0.08) 0.1875rem solid;
  line-height: 6.25rem;
  transition: all 0.3s linear;
}
.bordered-icon .ico-box:hover .icon {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.icon-v1 .ico-box {
  text-align: left;
  padding: 0;
}
@media only screen and (min-width: 991px) {
  .icon-v1 .ico-box {
    padding: 0;
  }
}
.icon-v1 .ico-box .content-title {
  text-transform: capitalize;
  letter-spacing: 0;
  padding-left: 1.875rem;
}
.icon-v1 .ico-box .icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.125rem;
}
.icon-v1 .ico-box:hover {
  box-shadow: none;
}

.icon-box-v2 .ico-box {
  padding: 0;
  min-height: 10rem;
  border: rgba(0, 0, 0, 0.1) 0.0625rem solid;
  border-radius: 4px;
}
@media only screen and (min-width: 991px) {
  .icon-box-v2 .ico-box {
    padding: 0;
  }
}
.icon-box-v2 .ico-box .icon {
  position: absolute;
  width: 6.25rem;
  border-right: rgba(0, 0, 0, 0.1) 0.0625rem solid;
  height: 100%;
  padding-top: 2rem;
}
.icon-box-v2 .ico-box .icon-desc {
  text-align: left;
  padding: 2rem 0.9375rem;
  padding-left: 7.813rem;
}
@media only screen and (min-width: 991px) {
  .icon-box-v2 .ico-box .icon-desc {
    padding: 2rem 0.9375rem;
    padding-left: 7.813rem;
  }
}

.flipped-box .ico-box,
.flipped-box .front-box,
.flipped-box .back-box {
  min-height: 9.375rem;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .flipped-box .ico-box,
  .flipped-box .front-box,
  .flipped-box .back-box {
    min-height: 11.25rem;
  }
}
.flipped-box .flipper-box {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.flipped-box .ico-box {
  perspective: 1000;
}
.flipped-box .ico-box .front-box,
.flipped-box .ico-box .back-box {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.flipped-box .ico-box .back-box {
  transform: rotateY(180deg);
}
.flipped-box .ico-box:hover .flipper-box {
  transform: rotateY(180deg);
}

/*------------------------------------------------------------------
9. Parallax / .parallax
-------------------------------------------------------------------*/
/******* parallax styles *******/
.parallax {
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: transparent;
  background-attachment: initial;
  background-size: cover;
  background-position: 50% 0;
  z-index: 1;
  position: relative;
  /* Hide Parallax on mobile devices */
}
@media only screen and (max-width: 767px) {
  .parallax {
    background-attachment: scroll;
    background-position: 50% 50% !important;
    background-size: cover;
  }
}
.parallax > * {
  position: relative;
  z-index: 2;
}
.parallax:before {
  top: -1.429rem;
  bottom: -1.429rem;
}

/******* parallax images styles *******/
.visual-banner {
  background-image: url("../img/visual-14.jpg");
}

.visual-banner-v2 {
  background-image: url("../img/visual-02.jpg");
}

.visual-banner-v3 {
  background-image: url("../img/visual-small-06.jpg");
}

.visual-banner-v4 {
  background-image: url("../img/visual-03.jpg");
}

.visual-banner-v5 {
  background-image: url("../img/visual-04.jpg");
}

.visual-banner-v6 {
  background-image: url("../img/visual-small-07.jpg");
}

.visual-banner-v7 {
  background-image: url("../img/visual-small-08.jpg");
}

.visual-banner-v8 {
  background-image: url("../img/visual-small-09.jpg");
}

.visual-banner-v9 {
  background-image: url("../img/visual-small-10.jpg");
}

.visual-banner-v10 {
  background-image: url("../img/visual-small-11.jpg");
}

.visual-banner-v11 {
  background-image: url("../img/visual-small-12.jpg");
}

.visual-banner-v12 {
  background-image: url("../img/visual-small-13.jpg");
}

.visual-banner-v13 {
  background-image: url("../img/visual-small-14.jpg");
}

.visual-banner-v14 {
  background-image: url("../img/visual-small-15.jpg");
}

.visual-banner-v15 {
  background-image: url("../img/visual-small-16.jpg");
}

.visual-banner-v16 {
  background-image: url("../img/visual-small-17.jpg");
}

.visual-banner-v17 {
  background-image: url("../img/visual-small-18.jpg");
}

.visual-banner-v18 {
  background-image: url("../img/visual-small-19.jpg");
}

.visual-banner-v19 {
  background-image: url("../img/visual-small-20.jpg");
}

.visual-banner-v20 {
  background-image: url("../img/visual-small-21.jpg");
}

.visual-banner-v21 {
  background-image: url("../img/visual-small-22.jpg");
}

.visual-banner-v22 {
  background-image: url("../img/visual-15.jpg");
}

.visual-banner-v23 {
  background-image: url("../img/big-19.jpg");
}

.about-banner {
  background-image: url("../img/visual-small-01.jpg");
}

.portfolio-banner {
  background-image: url("../img/visual-small-02.jpg");
}

.portfolio-banner-v1 {
  background-image: url("../img/visual-small-04.jpg");
}

.portfolio-banner-v2 {
  background-image: url("../img/visual-small-05.jpg");
}

.quotation-block {
  background-image: url("../img/big-15.jpg");
}

.count-block {
  background-image: url("../img/visual-small-11.jpg");
}

.quotation-block-v3 {
  background-image: url("../img/big-06.jpg");
}

.quotation-block-v5 {
  background-image: url("../img/big-04.jpg");
}

.quotation-block-v6 {
  background-image: url("../img/big-09.jpg");
}

.quotation-block-v7 {
  background-image: url("../img/big-12.jpg");
}

.information-block {
  background-image: url("../img/visual-03.jpg");
}

.btn-wrapper-demo {
  background-image: url("../img/big-03.jpg");
}

.blog-default-banner {
  background-image: url("../img/blog-01.jpg");
}

.intro-banner {
  background-image: url("../img/intro-img/intro-banner-01.jpg");
}

.intro-footer-block {
  background-image: url("../img/Dest_B23516_39.jpg");
}

/*------------------------------------------------------------------
10. Gallery list / .gallery-list
-------------------------------------------------------------------*/
/******* filter nav styles *******/
.filter-nav {
  text-transform: uppercase;
  font-size: 0.7rem;
  margin-bottom: 2.5rem;
}
.filter-nav li {
  display: inline-block;
}
.filter-nav li:not(:first-child):before {
  content: "-";
  display: inline-block;
  vertical-align: middle;
  color: #55565b;
}
.filter-nav button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #55565b;
}
.filter-nav button:hover {
  color: #5645ff;
}
.filter-nav button.is-checked {
  color: #5645ff;
}
@media only screen and (min-width: 767px) {
  .filter-nav {
    margin-bottom: 3.125rem;
    font-size: 0.875rem;
  }
  .filter-nav li:not(:first-child):before {
    margin: 0 0.875rem;
  }
}

.filter-nav-v2 {
  margin-bottom: 0.625rem;
}
.filter-nav-v2 li:before {
  color: #c1c5cd;
}
.filter-nav-v2 button {
  color: #c1c5cd;
}
.filter-nav-v2 button:hover {
  color: #55565b;
}
.filter-nav-v2 button.is-checked {
  color: #575757;
}
@media only screen and (min-width: 767px) {
  .filter-nav-v2 {
    margin-bottom: 3.125rem;
  }
}

/******* caption slide left styles *******/
.caption-slide-left {
  position: relative;
  overflow: hidden;
}
.caption-slide-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(85, 86, 91, 0.5);
  transition: all linear 0.3s;
  opacity: 0;
  visibility: hidden;
}
.caption-slide-left:hover figcaption,
.caption-slide-left:hover .figcaption {
  transform: translate(0, -50%);
}
.caption-slide-left figcaption,
.caption-slide-left .figcaption {
  position: absolute;
  transform: translate(101%, -50%);
  top: 50%;
  right: 0;
  transition: transform linear 0.3s;
  z-index: 99;
  background: #fff;
  color: #55565b;
}

/******* caption fade up *******/
.caption-fade-up {
  position: relative;
}
.caption-fade-up figcaption,
.caption-fade-up .figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform linear 0.2s, opacity linear 0.2s;
  padding: 2.5rem 1.875rem;
  opacity: 0;
}
.caption-fade-up:hover figcaption,
.caption-fade-up:hover .figcaption {
  opacity: 1;
  transform: translate(0, -6.429rem);
}
.caption-fade-up:hover .team-des-v2 {
  transform: translate(0, -0.7143rem);
}

/******* portfolio styles *******/
.picture-item {
  margin-top: 0.625rem;
  margin-bottom: 0;
}
.picture-item:before {
  content: "";
  position: absolute;
  background: #000;
  transition: all linear 0.3s;
  opacity: 0;
  visibility: hidden;
}
.picture-item:hover:before {
  opacity: 0.5;
  visibility: visible;
}
.picture-item img {
  width: 100%;
}
.picture-item figcaption,
.picture-item .figcaption {
  color: #fff;
  background: #5a5b60;
  padding: 2.3rem 1.5rem 2rem 7rem;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 9px 0px rgba(1, 2, 2, 0.1);
  box-shadow: 0px 2px 9px 0px rgba(1, 2, 2, 0.1);
}
.picture-item figcaption .content-title,
.picture-item .figcaption .content-title {
  color: #fff;
}
.picture-item figcaption .sub,
.picture-item .figcaption .sub {
  color: #fff;
}
.picture-item .link-box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5.3571rem;
  text-align: center;
  border-right: 0.07143rem solid #5645ff;
}
.picture-item .link-box a {
  display: block;
  height: 50%;
  color: #fff;
  font-size: 1.3rem;
  line-height: 4rem;
}
.picture-item .link-box a:first-child {
  border-bottom: 0.07143rem solid #5645ff;
}
.picture-item .link-box a:hover {
  background: #5645ff;
  color: #fff;
}
.picture-item .info {
  text-align: right;
}
@media only screen and (min-width: 767px) {
  .picture-item {
    margin-top: 1.25rem;
  }
}
@media only screen and (min-width: 991px) {
  .picture-item {
    margin-top: 1.875rem;
  }
}
@media only screen and (min-width: 1230px) {
  .picture-item {
    margin-top: 1.875rem;
  }
}

.port-v2 figcaption {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  background: none;
  padding: 0;
  box-shadow: none;
  opacity: 0;
}
.port-v2 figcaption .link-box {
  position: relative;
  width: 100%;
  border-right: none;
}
.port-v2 figcaption .link-box a {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 3%;
  background: #5645ff;
  line-height: 48px;
  margin: 0 5px 0;
  transform: translateY(-20px);
}
.port-v2 figcaption .link-box a:first-child {
  border: none;
}
.port-v2.shine-effect:before {
  left: 100px;
}
.port-v2.shine-effect:hover:before {
  left: -100px;
}
.port-v2:hover figcaption {
  opacity: 1;
}
.port-v2:hover figcaption .link-box a {
  transform: translateY(0);
}

.info-list {
  font-size: 0.9rem;
}
.info-list [class^=custom-] {
  position: absolute;
  top: 0.4rem;
  left: 0.9375rem;
  color: #55565b;
  font-size: 0.875rem;
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  .info-list [class^=custom-] {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 767px) {
  .info-list [class^=custom-] {
    font-size: 1rem;
  }
}
@media screen and (min-width: 991px) {
  .info-list [class^=custom-] {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1230px) {
  .info-list [class^=custom-] {
    font-size: 1.125rem;
  }
}
.info-list .text {
  margin-left: 2rem;
  display: block;
  color: #55565b;
  font-weight: 700;
}
@media only screen and (min-width: 1230px) {
  .info-list .text {
    margin-left: 5rem;
  }
}
.info-list li {
  margin-bottom: 1rem;
}
.info-list li p {
  margin: 0;
  font-weight: 500;
}

/******* image hover styles *******/
.img-block {
  overflow: hidden;
  position: relative;
}
.img-block:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.35s ease 0s;
}
.img-block.image-zoom img {
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.12);
}
.img-block.image-zoom:hover img {
  opacity: 0.5;
  transform: scale(1);
}
.img-block.image-zoom-2 img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.img-block.image-zoom-2:hover {
  background-color: #000;
}
.img-block.image-zoom-2:hover img {
  -webkit-transform: scale3d(2, 2, 1);
  transform: scale3d(2, 2, 1);
}
.img-block.image-zoom-2::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}

.border-hover-effect:before, .border-hover-effect:after {
  bottom: 1.25rem;
  content: "";
  left: 1.25rem;
  opacity: 0;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
.border-hover-effect:before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: scale(0, 1);
}
.border-hover-effect:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale(1, 0);
}
.border-hover-effect:hover {
  background-color: #000;
}
.border-hover-effect:hover:before, .border-hover-effect:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
.border-hover-effect:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.shine-effect {
  position: relative;
  overflow: hidden;
}
.shine-effect:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  content: "";
  transition: transform 0.6s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.shine-effect:hover:before {
  left: -30px;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.shine-effect:hover {
  background-color: #000;
}

.border-effect-2 {
  background-color: #000;
}
.border-effect-2::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  opacity: 0;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform-origin: 50% 50%;
  transition: opacity 0.35s, transform 0.35s;
}
.border-effect-2:hover::after {
  opacity: 1;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

.curtain-effect [class^=image-vertical] {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.curtain-effect .image-vertical-right {
  left: auto;
  right: 0;
}
.curtain-effect:hover .image-vertical-left,
.curtain-effect:hover .image-vertical-right {
  width: 50%;
}

.ripple-image-wrap [class^=image-ripple] {
  display: block;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  position: absolute;
  border-radius: 100%;
  background: #fff;
  opacity: 0.3;
  transform: scale(0);
  transition: all 0.5s ease;
}
.ripple-image-wrap .image-ripple-t {
  top: 20%;
  left: 20%;
}
.ripple-image-wrap .image-ripple-r {
  top: 20%;
  right: 20%;
}
.ripple-image-wrap .image-ripple-l {
  bottom: 20%;
  left: 20%;
}
.ripple-image-wrap .image-ripple-b {
  bottom: 20%;
  right: 20%;
}
.ripple-image-wrap:hover .image-ripple-t,
.ripple-image-wrap:hover .image-ripple-r,
.ripple-image-wrap:hover .image-ripple-l,
.ripple-image-wrap:hover .image-ripple-b {
  transform: scale(15);
  opacity: 0;
}
.ripple-image-wrap:hover .image-ripple-t ~ .image-ripple-r {
  transition-delay: 0.2s;
}
.ripple-image-wrap:hover .image-ripple-r ~ .image-ripple-b {
  transition-delay: 0.3s;
}
.ripple-image-wrap:hover .image-ripple-b ~ .image-ripple-r {
  transition-delay: 0.4s;
}

.grayscale-effect img, .logo-container .owl-carousel .owl-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter linear 0.3s;
}
.grayscale-effect:hover img, .logo-container .owl-carousel .owl-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.reverse-grayscale-effect img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transition: filter linear 0.3s;
}
.reverse-grayscale-effect:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/******* button hover styles *******/
.c-ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}

.c-ripple__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #fff;
}
.c-ripple.is-active .c-ripple__circle {
  animation: a-ripple 0.4s ease-in;
}

/**
 * Animation: Ripple
 * --------------------------------------------------
 */
@keyframes a-ripple {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}
/*------------------------------------------------------------------
11. Team / .team-container
-------------------------------------------------------------------*/
/******* team styles *******/
.team-box {
  position: relative;
}
.team-box figcaption,
.team-box .figcaption {
  background: #5645ff;
  color: #fff;
}
.team-box .team-des-v2 {
  background: none;
  color: #55565b;
  position: static;
  opacity: 1;
  margin-top: 2.813rem;
  padding: 0;
}
.team-box .team-des-v2 .content-title {
  margin-bottom: 1.875rem;
  text-transform: capitalize;
}
.team-box .team-des-v2 p {
  margin-bottom: 0;
}
.team-box .team-des-v2 .sub {
  color: #c1c5cd;
  font-style: normal;
}
.team-box:hover .team-des-v2 .name {
  color: #5645ff;
}
.team-box:hover .team-des-v2 .sub {
  color: #55565b;
}

.sub {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #fff;
  font-style: italic;
}

/*------------------------------------------------------------------
12. Count Block / .count-block
-------------------------------------------------------------------*/
/******* count block styles *******/
.count-block {
  color: #c1c5cd;
}
.count-block .container-fluid {
  padding: 0;
}
.count-block .icon {
  font-size: 3.125rem;
}
.count-block .number {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #c1c5cd;
}
@media screen and (min-width: 576px) {
  .count-block .number {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 767px) {
  .count-block .number {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 991px) {
  .count-block .number {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1230px) {
  .count-block .number {
    font-size: 1.875rem;
  }
}
.count-block .text {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .count-block .text {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 767px) {
  .count-block .text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 991px) {
  .count-block .text {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1230px) {
  .count-block .text {
    font-size: 1.125rem;
  }
}
.count-block .col-wrap {
  transition: all linear 0.3s;
  margin-bottom: 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.count-block .col-wrap:hover {
  background: #5645ff;
  color: #fff;
}
.count-block .col-wrap:hover .number {
  color: #fff;
}
.count-block .col-wrap:hover .icon {
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .count-block .col-wrap {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 991px) {
  .count-block .col-wrap {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
@media only screen and (min-width: 1230px) {
  .count-block .col-wrap {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.count-block.solid-block {
  background: #212121;
}
.count-block.solid-block:before {
  display: none;
}

/*------------------------------------------------------------------
13. Testimonial / .testimonial-container
-------------------------------------------------------------------*/
/******* testimonial styles *******/
.testimonial-container .img-block {
  width: 9.625rem;
  height: 9.625rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 1.214rem auto 2.5rem;
}
.testimonial-container .img-block img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  filter: grayscale(100%);
  transition: filter linear 0.3s;
}
.testimonial-container h2 {
  color: #5645ff;
  font-weight: 300;
}
.testimonial-container .designation {
  color: #575757;
  text-transform: uppercase;
}
.testimonial-container .text-wrap {
  opacity: 0;
  position: relative;
}
.testimonial-container .designation {
  display: block;
}
.testimonial-container .owl-item.center .img-block {
  width: 11.875rem;
  height: 11.875rem;
  margin-top: 0;
}
.testimonial-container .owl-item.center .img-block img {
  filter: grayscale(0);
}
.testimonial-container .owl-item.center .text-wrap {
  opacity: 1;
}
@media only screen and (min-width: 767px) {
  .testimonial-container {
    padding-left: 3.571rem;
    padding-right: 3.571rem;
  }
  .testimonial-container .text-wrap {
    margin-left: -90%;
    margin-right: -90%;
  }
}
@media only screen and (min-width: 991px) {
  .testimonial-container .text-wrap {
    margin-left: -100%;
    margin-right: -100%;
  }
}
@media only screen and (min-width: 1600px) {
  .testimonial-container {
    padding-left: 14.29rem;
    padding-right: 14.29rem;
    max-width: 75rem;
  }
  .testimonial-container .text-wrap {
    margin-left: -110%;
    margin-right: -110%;
  }
}

/*------------------------------------------------------------------
14. Logo Block / .logo-container
-------------------------------------------------------------------*/
/******* logo slide styles *******/
.logo-container {
  text-align: center;
}
.logo-container .owl-carousel .owl-item {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

/*------------------------------------------------------------------
15. Newsletter form / .waituk_newsletter-form
-------------------------------------------------------------------*/
/******* form styles *******/
.form-control {
  border: 0.1429rem solid #f1f1f1;
  font: 1.125rem/2rem "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 0.9375rem;
  background: none;
  letter-spacing: 0.2429rem;
  border-radius: 0;
  color: #55565b;
  font-weight: 500;
  height: 3.125rem;
  box-shadow: none;
}
.form-control:focus {
  border-color: #c9cacd;
  color: #55565b;
  background: none;
  box-shadow: none;
}
.form-control.form-control-v1 {
  border-width: 0 0 0.1429rem;
  padding-left: 0;
  padding-right: 0;
}

textarea.form-control {
  padding-top: 1rem;
  padding-bottom: 0.7143rem;
  min-height: 180px;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
/******* newsletter form styles *******/
.waituk_newsletter-form {
  max-width: 35.13rem;
  margin: 0 auto;
}
.waituk_newsletter-form .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
  min-width: 10.5rem;
  display: block;
  font-weight: 500;
  padding: 0.7rem 1.071rem 0.7rem;
  line-height: 1.2;
}
.waituk_newsletter-form .btn.btn-trans-dark-gray {
  line-height: 1.2;
  padding: 0.9rem 1.071rem 0.7rem;
  color: #55565b;
}
.waituk_newsletter-form input[type=email] {
  background: none;
  color: #55565b;
  border-color: #55565b;
  letter-spacing: 0rem;
}
@media only screen and (min-width: 1230px) {
  .waituk_newsletter-form input[type=email] {
    letter-spacing: 0.2429rem;
  }
}
.waituk_newsletter-form ::-webkit-input-placeholder {
  color: #55565b;
}
.waituk_newsletter-form :-moz-placeholder {
  color: #55565b;
}
.waituk_newsletter-form ::-moz-placeholder {
  color: #55565b;
}
.waituk_newsletter-form :-ms-input-placeholder {
  color: #55565b;
}
@media only screen and (min-width: 767px) {
  .waituk_newsletter-form .input-holder {
    float: left;
    width: 100%;
    max-width: calc(100% - 12.38rem);
    margin: 0 1.875rem 0 0;
  }
  .waituk_newsletter-form .btn {
    min-width: 10.5rem;
  }
  .waituk_newsletter-form .btn.btn-trans-dark-gray {
    padding: 0.8rem 1.071rem 0.7rem;
  }
  .waituk_newsletter-form .btn.btn-trans-dark-gray:hover {
    color: #fff;
  }
}
.waituk_newsletter-form.newsletter-v1 {
  max-width: 100%;
}
.waituk_newsletter-form.newsletter-v1 input[type=email] {
  padding-right: 4.375rem;
}
.waituk_newsletter-form.newsletter-v1 .input-holder {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  position: relative;
}
.waituk_newsletter-form.newsletter-v1 .btn {
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  min-width: auto;
  padding: 0 0;
  background: none;
  border: none;
  color: #55565b;
  transform: translate(0, -50%);
}
.waituk_newsletter-form.newsletter-v2 {
  max-width: 100%;
}
@media only screen and (min-width: 767px) {
  .waituk_newsletter-form.newsletter-v2 .input-holder {
    max-width: calc(100% - 8.4rem);
  }
}
.waituk_newsletter-form.newsletter-v2 .btn {
  min-width: 6.5rem;
}

/*------------------------------------------------------------------
16. Post Block / .post-grid
-------------------------------------------------------------------*/
/******* post styles *******/
.post-grid {
  color: #575757;
}
.post-grid a {
  color: #575757;
}
.post-grid:hover .content-title a {
  color: #212121;
}
.post-grid:hover .post-link-holder a {
  color: #212121;
}
.post-grid:hover .post-link-holder a .fa {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
}
.post-grid:hover .post-text-block {
  background: #fff;
}
.post-grid:hover .post-date {
  background: #000;
}
.post-grid:hover .post-img img {
  filter: grayscale(0);
}
.post-grid .content-title {
  text-transform: capitalize;
}

.post-img {
  position: relative;
  margin-bottom: -2rem;
}
.post-img img {
  transition: filter linear 0.3s, all linear 0.3s;
  filter: grayscale(100%);
}

.post-date {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  color: #fff;
  background: #212121;
  width: 4rem;
  padding: 0.715rem 0.9rem;
  line-height: 1.3;
  font-weight: 500;
}

.post-text-block {
  position: relative;
  padding: 1.25rem;
  box-shadow: 0 0.1429rem 0.6429rem 0.07143rem rgba(0, 0, 0, 0.1);
  transition: all linear 0.3s;
}
.post-text-block p {
  margin-top: 1.75rem;
  margin-bottom: 0;
}
.post-text-block .content-sub-title {
  margin: 0;
}
.post-text-block .post-meta {
  margin-top: 2rem;
}

.post-link-holder,
.post-social {
  width: 50%;
  float: left;
}

.post-link-holder {
  line-height: 0.875rem;
}
.post-link-holder a {
  display: inline-block;
  position: relative;
  padding-right: 1.429rem;
}
.post-link-holder .fa {
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-1rem, -50%);
  transition: all linear 0.2s;
}

/*------------------------------------------------------------------
17. Elements / .demo-wrapper
-------------------------------------------------------------------*/
/******* social network styles *******/
.social-network {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  .social-network {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 767px) {
  .social-network {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 991px) {
  .social-network {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1230px) {
  .social-network {
    font-size: 1.875rem;
  }
}
.social-network li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 0 0.5rem;
}
.social-network li:last-child {
  margin-right: 0;
  padding-right: 0;
}
@media only screen and (min-width: 767px) {
  .social-network li {
    padding: 0 2rem 0 0;
  }
}
.social-network a {
  color: #55565b;
}
.social-network a:hover {
  color: #c1c5cd;
}
.social-network a span {
  transition: all 0.3s linear;
}
.social-network a:hover .icon-facebook {
  color: #3b5998;
}
.social-network a:hover .icon-twitter {
  color: #1da1f2;
}
.social-network a:hover .icon-google-plus {
  color: #dd4b39;
}
.social-network a:hover .icon-pinterest {
  color: #bd081c;
}
.social-network a:hover .icon-dribbble {
  color: #C32361;
}
.social-network.social-small {
  font-size: 0.875rem;
}
.social-network.social-small li {
  padding: 0 0.5143rem;
}
.social-network.social-small li:last-child {
  padding-right: 0;
}
@media only screen and (min-width: 767px) {
  .social-network.round-icon li {
    padding: 0 0rem;
  }
}
.social-network.round-icon li a {
  display: inline-block;
  border: #55565b 0.0625rem solid;
  border-radius: 50%;
  line-height: 2.9rem;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.125rem;
  background: transparent;
}
.social-network.round-icon li a:hover {
  background: #f8f8f8;
  border-color: #f8f8f8;
}
.social-network.with-text li {
  padding: 0 0.3rem 0 0;
  font-size: 0.875rem;
  line-height: 1.2;
}
.social-network.with-text li:last-child {
  padding-right: 0;
}
@media screen and (min-width: 576px) {
  .social-network.with-text li {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 767px) {
  .social-network.with-text li {
    font-size: 1rem;
  }
}
@media screen and (min-width: 991px) {
  .social-network.with-text li {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1230px) {
  .social-network.with-text li {
    font-size: 1.125rem;
  }
}
.social-network.with-text li a {
  vertical-align: top;
}
.social-network.with-text li span {
  margin-right: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  .social-network.with-text li span {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 767px) {
  .social-network.with-text li span {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 991px) {
  .social-network.with-text li span {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1230px) {
  .social-network.with-text li span {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1230px) {
  .social-network.with-text li {
    padding: 0 1.5rem 0 0;
  }
}
@media only screen and (min-width: 767px) {
  .social-network.square-icon li {
    padding: 0 0rem;
  }
}
.social-network.square-icon li a {
  display: inline-block;
  border: #55565b 0.0625rem solid;
  background: transparent;
  line-height: 2.9rem;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.125rem;
}
.social-network.square-icon li a:hover {
  background: #f8f8f8;
  border-color: #f8f8f8;
}
.social-network.shadowed-icon li a {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
  border: none;
}

a.full-width-icon {
  height: 3.125rem;
  margin: 0;
  border: none;
  line-height: 3.125rem;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  display: block;
  color: #fff;
  background: none;
}
a.full-width-icon .social-icon {
  width: 100%;
  text-align: center;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 3.125rem;
  transition: 0.2s ease-in-out;
  transition-property: opacity, top;
  font-size: 1.25rem;
  line-height: 1.2;
  line-height: inherit;
}
@media screen and (min-width: 576px) {
  a.full-width-icon .social-icon {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 767px) {
  a.full-width-icon .social-icon {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 991px) {
  a.full-width-icon .social-icon {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1230px) {
  a.full-width-icon .social-icon {
    font-size: 1.875rem;
  }
}
a.full-width-icon .social-text {
  position: relative;
  top: 0;
  opacity: 1;
  transition: 0.2s ease-in-out;
  transition-property: opacity, top;
}
a.full-width-icon.fb {
  background: #3b5998;
}
a.full-width-icon.twt {
  background: #1da1f2;
}
a.full-width-icon.pin {
  background: #bd081c;
}
a.full-width-icon.gp {
  background: #dd4b39;
}
a.full-width-icon:hover .social-icon {
  opacity: 1;
  top: 0;
}
a.full-width-icon:hover .social-text {
  opacity: 0;
  top: 1.875rem;
}
@media only screen and (min-width: 767px) {
  a.full-width-icon {
    height: 7.5rem;
    line-height: 7.5rem;
  }
}

/******* breadcrumb styles *******/
.breadcrumb-block .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background: none;
  border-radius: 0;
  color: #fff;
  font-size: 0.65rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 767px) {
  .breadcrumb-block .breadcrumb {
    font-size: 0.875rem;
  }
}
.breadcrumb-block .breadcrumb .breadcrumb-item {
  float: none;
  display: inline-block;
}
.breadcrumb-block .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.breadcrumb-block .breadcrumb .breadcrumb-item a:hover {
  color: #c1c5cd;
}
.breadcrumb-block .breadcrumb .breadcrumb-item.active {
  color: #fff;
}
.breadcrumb-block .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
  padding: 0 0.2rem;
}

.visual-no-bg .breadcrumb .breadcrumb-item {
  color: #55565b;
}
.visual-no-bg .breadcrumb .breadcrumb-item.active {
  color: #55565b;
}
.visual-no-bg .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #55565b;
}
.visual-no-bg .breadcrumb .breadcrumb-item a {
  color: #55565b;
}
.visual-no-bg .breadcrumb .breadcrumb-item a:hover {
  color: #c1c5cd;
}

/******* caption hover full styles *******/
.caption-hover-full {
  position: relative;
}
.caption-hover-full figcaption,
.caption-hover-full .figcaption {
  white-space: nowrap;
  text-align: center;
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 1rem;
  bottom: 1rem;
  color: #6e6f75;
  background: #fff;
  transform: scale(0);
  transition: all linear 0.3s;
}
.caption-hover-full figcaption:after,
.caption-hover-full .figcaption:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100%;
}
.caption-hover-full figcaption > *,
.caption-hover-full .figcaption > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}
.caption-hover-full .trigger {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  color: #5645ff;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1600px) {
  .caption-hover-full .trigger {
    font-size: 1rem;
  }
}
.caption-hover-full .content-title {
  text-transform: capitalize;
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #6e6f75;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  .caption-hover-full .content-title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 767px) {
  .caption-hover-full .content-title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 991px) {
  .caption-hover-full .content-title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1230px) {
  .caption-hover-full .content-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1600px) {
  .caption-hover-full .content-title {
    letter-spacing: 0;
    font-size: 1rem;
  }
}
.caption-hover-full .content-title:after {
  content: "";
  background: #d7d7d7;
  width: 2rem;
  height: 0.2rem;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  position: absolute;
  margin-top: 0.7143rem;
}
.caption-hover-full:hover {
  cursor: pointer;
}
.caption-hover-full:hover figcaption,
.caption-hover-full:hover .figcaption {
  transform: scale(1);
}

/******* fancybox styles *******/
.fancybox-close {
  background: #55565b;
  top: 0;
  right: 0;
  color: #fff;
}
.fancybox-close:hover {
  color: #fff;
}
.fancybox-close:before {
  content: "\e916";
  transform: rotate(135deg);
  position: absolute;
  font-family: icomoon;
  font-size: 1.5rem;
  left: 0.373rem;
  top: -0.4429rem;
}

.fancybox-nav span {
  background: #55565b;
  color: #fff;
}
.fancybox-nav span:before {
  content: "\e915";
  position: absolute;
  font-family: icomoon;
  font-size: 1.5rem;
  left: 0.8rem;
  top: -0.5571rem;
}
.fancybox-nav.fancybox-next span:before {
  content: "\e914";
  left: 0.9rem;
}

.fancybox-overlay {
  z-index: 9999999999;
}

#fancybox-thumbs {
  z-index: 99999999999;
}

.lightbox-description {
  display: none;
}

.fancy-pop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

/******* content list styles *******/
/******* contact form styles *******/
.waituk_contact-form {
  margin-bottom: 1.25rem;
}
.waituk_contact-form .form-control {
  font: 0.875rem/1 "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  font-weight: 500;
}
.waituk_contact-form .form-group {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 767px) {
  .waituk_contact-form {
    margin-bottom: 0;
  }
  .waituk_contact-form .form-group {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 991px) {
  .waituk_contact-form .form-group {
    margin-bottom: 1.875rem;
  }
}
.waituk_contact-form ::-webkit-input-placeholder {
  color: #87888f;
}
.waituk_contact-form :-moz-placeholder {
  color: #87888f;
}
.waituk_contact-form ::-moz-placeholder {
  color: #87888f;
}
.waituk_contact-form :-ms-input-placeholder {
  color: #87888f;
}

.contact-confirmation {
  margin-top: 0.7143rem;
}

/******* contact info styles *******/
.contact-title {
  font: 700 0.8571rem/2.1 "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 2.8125rem;
}
@media only screen and (min-width: 991px) {
  .contact-title {
    margin-bottom: 4.6875rem;
  }
}

.info-slot {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
  color: #575757;
  font-size: 0.75rem;
}
.info-slot .icon {
  width: 4.286rem;
  padding-right: 0.7143rem;
  font-size: 3.571rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.info-slot .text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4.643rem);
}
@media only screen and (min-width: 991px) {
  .info-slot {
    margin-bottom: 5.625rem;
    margin-top: -1.25rem;
  }
  .info-slot .icon {
    font-size: 6.571rem;
    width: 7.286rem;
  }
  .info-slot .text {
    width: calc(100% - 7.643rem);
  }
}
.info-slot address {
  margin: 0;
}

.contact-list a {
  color: #575757;
}
.contact-list a:hover {
  color: #5645ff;
}
.contact-list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-list .label-text {
  display: inline-block;
  width: 6.143rem;
  text-transform: uppercase;
}

.map-holder {
  width: 100%;
}
.map-holder iframe {
  width: 100%;
  display: block;
  pointer-events: none;
}

.map-holder iframe.clicked {
  pointer-events: auto;
}

/******* tab styles *******/
.tab-container {
  text-align: center;
}
.tab-container .nav-tabs {
  font-size: 0.6rem;
}
.tab-container .nav-tabs .nav-link {
  color: #55565b;
  font-weight: 700;
  text-transform: uppercase;
}
.tab-container .nav-tabs .nav-item {
  display: inline-block;
  float: none;
}
.tab-container .nav-tabs .nav-item + .nav-item {
  margin: 0 0 0 -0.4125rem;
}
@media only screen and (min-width: 767px) {
  .tab-container .nav-tabs {
    font-size: 0.875rem;
  }
}
.tab-container .tab-button-nav {
  border-bottom: 0;
  text-align: center;
  display: block;
}
.tab-container .tab-button-nav .nav-link {
  padding: 0.75rem 0.4rem;
  border: 0;
  color: #55565b;
  border-radius: 0;
  background: #f8f8f8;
}
.tab-container .tab-button-nav .nav-link:hover, .tab-container .tab-button-nav .nav-link:focus, .tab-container .tab-button-nav .nav-link.active, .tab-container .tab-button-nav .nav-link.active:focus, .tab-container .tab-button-nav .nav-link.active:hover {
  background: #5645ff;
  color: #fff;
}
.tab-container .tab-button-nav .open .nav-link,
.tab-container .tab-button-nav .open .nav-link:focus,
.tab-container .tab-button-nav .open .nav-link:hover {
  background: #5645ff;
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .tab-container .tab-button-nav .nav-link {
    padding: 0.6375rem 2.813rem;
  }
}
.tab-container .tab-content {
  font-size: 0.75rem;
  line-height: 2;
  color: #575757;
  letter-spacing: 0.07143rem;
}
.tab-container .tab-content p:last-child {
  margin-bottom: 0;
}
.tab-container .tab-text-nav {
  border-width: 0 0 0.1429rem;
  border-color: #c1c5cd;
  display: inline-block;
}
.tab-container .tab-text-nav .nav-link {
  padding: 0.75rem 0.4rem;
  border: 0;
  color: #55565b;
  position: relative;
}
.tab-container .tab-text-nav .nav-link:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  content: "";
  height: 0.13rem;
  background: #5645ff;
  transition: all 0.3s ease-in-out 0.06s;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
}
.tab-container .tab-text-nav .nav-link:hover, .tab-container .tab-text-nav .nav-link:focus, .tab-container .tab-text-nav .nav-link.active, .tab-container .tab-text-nav .nav-link.active:focus, .tab-container .tab-text-nav .nav-link.active:hover {
  color: #5645ff;
  background: none;
}
.tab-container .tab-text-nav .nav-link:hover:before, .tab-container .tab-text-nav .nav-link:focus:before, .tab-container .tab-text-nav .nav-link.active:before, .tab-container .tab-text-nav .nav-link.active:focus:before, .tab-container .tab-text-nav .nav-link.active:hover:before {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.tab-container .tab-text-nav .open .nav-link,
.tab-container .tab-text-nav .open .nav-link:focus,
.tab-container .tab-text-nav .open .nav-link:hover {
  color: #5645ff;
}
@media only screen and (min-width: 767px) {
  .tab-container .tab-text-nav .nav-link {
    padding: 0.6375rem 2.813rem;
  }
}
.tab-container .tab-icon-nav {
  border-width: 0;
  border-color: #c1c5cd;
  display: inline-block;
}
.tab-container .tab-icon-nav .icon {
  display: block;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #55565b;
}
.tab-container .tab-icon-nav .nav-link {
  padding: 0.75rem 0.4rem;
  border: 0;
  color: #55565b;
  position: relative;
}
.tab-container .tab-icon-nav .nav-link:hover, .tab-container .tab-icon-nav .nav-link:focus, .tab-container .tab-icon-nav .nav-link.active, .tab-container .tab-icon-nav .nav-link.active:focus, .tab-container .tab-icon-nav .nav-link.active:hover {
  color: #5645ff;
  background: none;
}
.tab-container .tab-icon-nav .nav-link:hover .icon, .tab-container .tab-icon-nav .nav-link:focus .icon, .tab-container .tab-icon-nav .nav-link.active .icon, .tab-container .tab-icon-nav .nav-link.active:focus .icon, .tab-container .tab-icon-nav .nav-link.active:hover .icon {
  color: #55565b;
}
.tab-container .tab-icon-nav .open .nav-link,
.tab-container .tab-icon-nav .open .nav-link:focus,
.tab-container .tab-icon-nav .open .nav-link:hover {
  color: #5645ff;
}
.tab-container .tab-icon-nav .open .nav-link .icon,
.tab-container .tab-icon-nav .open .nav-link:focus .icon,
.tab-container .tab-icon-nav .open .nav-link:hover .icon {
  color: #55565b;
}
@media only screen and (min-width: 767px) {
  .tab-container .tab-icon-nav .nav-link {
    padding: 0.75rem 2rem;
  }
}

/******* tab styles *******/
.tab-container.tab-secondary {
  text-align: center;
}
.tab-container.tab-secondary .nav-tabs {
  font-size: 0.6rem;
}
.tab-container.tab-secondary .nav-tabs .nav-link {
  color: #55565b;
  font-weight: 700;
  text-transform: uppercase;
}
.tab-container.tab-secondary .nav-tabs .nav-item {
  display: inline-block;
  float: none;
}
.tab-container.tab-secondary .nav-tabs .nav-item + .nav-item {
  margin: 0 0 0 -0.4125rem;
}
@media only screen and (min-width: 767px) {
  .tab-container.tab-secondary .nav-tabs {
    font-size: 0.875rem;
  }
}
.tab-container.tab-secondary .tab-button-nav {
  border-bottom: 0;
  text-align: center;
  display: block;
}
.tab-container.tab-secondary .tab-button-nav .nav-link {
  padding: 0.75rem 0.7rem;
  border: 0;
  color: #55565b;
  border-radius: 0;
  background: #f8f8f8;
}
.tab-container.tab-secondary .tab-button-nav .nav-link:hover, .tab-container.tab-secondary .tab-button-nav .nav-link:focus, .tab-container.tab-secondary .tab-button-nav .nav-link.active, .tab-container.tab-secondary .tab-button-nav .nav-link.active:focus, .tab-container.tab-secondary .tab-button-nav .nav-link.active:hover {
  background: #55565b;
  color: #fff;
}
.tab-container.tab-secondary .tab-button-nav .open .nav-link,
.tab-container.tab-secondary .tab-button-nav .open .nav-link:focus,
.tab-container.tab-secondary .tab-button-nav .open .nav-link:hover {
  background: #55565b;
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .tab-container.tab-secondary .tab-button-nav .nav-link {
    padding: 0.6375rem 2.813rem;
  }
}
.tab-container.tab-secondary .tab-content {
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.07143rem;
}
.tab-container.tab-secondary .tab-content p:last-child {
  margin-bottom: 0;
}
.tab-container.tab-secondary .tab-text-nav {
  border-width: 0 0 0.1429rem;
  border-color: #c1c5cd;
  display: inline-block;
}
.tab-container.tab-secondary .tab-text-nav .nav-link {
  padding: 0.75rem 0.7rem;
  border: 0;
  color: #55565b;
  position: relative;
}
.tab-container.tab-secondary .tab-text-nav .nav-link:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  content: "";
  height: 0.13rem;
  background: #55565b;
  transition: all 0.3s ease-in-out 0.06s;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
}
.tab-container.tab-secondary .tab-text-nav .nav-link:hover, .tab-container.tab-secondary .tab-text-nav .nav-link:focus, .tab-container.tab-secondary .tab-text-nav .nav-link.active, .tab-container.tab-secondary .tab-text-nav .nav-link.active:focus, .tab-container.tab-secondary .tab-text-nav .nav-link.active:hover {
  color: #55565b;
  background: none;
}
.tab-container.tab-secondary .tab-text-nav .nav-link:hover:before, .tab-container.tab-secondary .tab-text-nav .nav-link:focus:before, .tab-container.tab-secondary .tab-text-nav .nav-link.active:before, .tab-container.tab-secondary .tab-text-nav .nav-link.active:focus:before, .tab-container.tab-secondary .tab-text-nav .nav-link.active:hover:before {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.tab-container.tab-secondary .tab-text-nav .open .nav-link,
.tab-container.tab-secondary .tab-text-nav .open .nav-link:focus,
.tab-container.tab-secondary .tab-text-nav .open .nav-link:hover {
  color: #55565b;
}
@media only screen and (min-width: 767px) {
  .tab-container.tab-secondary .tab-text-nav .nav-link {
    padding: 0.6375rem 2.813rem;
  }
}
.tab-container.tab-secondary .tab-icon-nav {
  border-width: 0;
  border-color: #c1c5cd;
  display: inline-block;
}
.tab-container.tab-secondary .tab-icon-nav .icon {
  display: block;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #55565b;
}
.tab-container.tab-secondary .tab-icon-nav .nav-link {
  padding: 0.75rem 0.7rem;
  border: 0;
  color: #55565b;
  position: relative;
}
.tab-container.tab-secondary .tab-icon-nav .nav-link:hover, .tab-container.tab-secondary .tab-icon-nav .nav-link:focus, .tab-container.tab-secondary .tab-icon-nav .nav-link.active, .tab-container.tab-secondary .tab-icon-nav .nav-link.active:focus, .tab-container.tab-secondary .tab-icon-nav .nav-link.active:hover {
  color: #55565b;
  background: none;
}
.tab-container.tab-secondary .tab-icon-nav .nav-link:hover .icon, .tab-container.tab-secondary .tab-icon-nav .nav-link:focus .icon, .tab-container.tab-secondary .tab-icon-nav .nav-link.active .icon, .tab-container.tab-secondary .tab-icon-nav .nav-link.active:focus .icon, .tab-container.tab-secondary .tab-icon-nav .nav-link.active:hover .icon {
  color: #55565b;
}
.tab-container.tab-secondary .tab-icon-nav .open .nav-link,
.tab-container.tab-secondary .tab-icon-nav .open .nav-link:focus,
.tab-container.tab-secondary .tab-icon-nav .open .nav-link:hover {
  color: #55565b;
}
.tab-container.tab-secondary .tab-icon-nav .open .nav-link .icon,
.tab-container.tab-secondary .tab-icon-nav .open .nav-link:focus .icon,
.tab-container.tab-secondary .tab-icon-nav .open .nav-link:hover .icon {
  color: #55565b;
}
@media only screen and (min-width: 767px) {
  .tab-container.tab-secondary .tab-icon-nav .nav-link {
    padding: 0.75rem 2rem;
  }
}

/******* tab styles *******/
.tab-container.tab-black .nav-tabs .nav-link {
  color: #55565b;
}
.tab-container.tab-black .tab-button-nav .nav-link {
  color: #55565b;
  background: #f8f8f8;
}
.tab-container.tab-black .tab-button-nav .nav-link:hover, .tab-container.tab-black .tab-button-nav .nav-link:focus, .tab-container.tab-black .tab-button-nav .nav-link.active, .tab-container.tab-black .tab-button-nav .nav-link.active:focus, .tab-container.tab-black .tab-button-nav .nav-link.active:hover {
  background: #000;
  color: #fff;
}
.tab-container.tab-black .tab-button-nav .open .nav-link,
.tab-container.tab-black .tab-button-nav .open .nav-link:focus,
.tab-container.tab-black .tab-button-nav .open .nav-link:hover {
  background: #000;
  color: #fff;
}
.tab-container.tab-black .tab-text-nav {
  border-color: #c1c5cd;
}
.tab-container.tab-black .tab-text-nav .nav-link {
  color: #55565b;
}
.tab-container.tab-black .tab-text-nav .nav-link:before {
  background: #000;
}
.tab-container.tab-black .tab-text-nav .nav-link:hover, .tab-container.tab-black .tab-text-nav .nav-link:focus, .tab-container.tab-black .tab-text-nav .nav-link.active, .tab-container.tab-black .tab-text-nav .nav-link.active:focus, .tab-container.tab-black .tab-text-nav .nav-link.active:hover {
  color: #000;
  background: none;
}
.tab-container.tab-black .tab-text-nav .open .nav-link,
.tab-container.tab-black .tab-text-nav .open .nav-link:focus,
.tab-container.tab-black .tab-text-nav .open .nav-link:hover {
  color: #000;
}
.tab-container.tab-black .tab-icon-nav {
  border-color: #c1c5cd;
}
.tab-container.tab-black .tab-icon-nav .icon {
  color: #55565b;
}
.tab-container.tab-black .tab-icon-nav .nav-link {
  color: #55565b;
}
.tab-container.tab-black .tab-icon-nav .nav-link:hover, .tab-container.tab-black .tab-icon-nav .nav-link:focus, .tab-container.tab-black .tab-icon-nav .nav-link.active, .tab-container.tab-black .tab-icon-nav .nav-link.active:focus, .tab-container.tab-black .tab-icon-nav .nav-link.active:hover {
  color: #000;
  background: none;
}
.tab-container.tab-black .tab-icon-nav .nav-link:hover .icon, .tab-container.tab-black .tab-icon-nav .nav-link:focus .icon, .tab-container.tab-black .tab-icon-nav .nav-link.active .icon, .tab-container.tab-black .tab-icon-nav .nav-link.active:focus .icon, .tab-container.tab-black .tab-icon-nav .nav-link.active:hover .icon {
  color: #55565b;
}
.tab-container.tab-black .tab-icon-nav .open .nav-link,
.tab-container.tab-black .tab-icon-nav .open .nav-link:focus,
.tab-container.tab-black .tab-icon-nav .open .nav-link:hover {
  color: #000;
}
.tab-container.tab-black .tab-icon-nav .open .nav-link .icon,
.tab-container.tab-black .tab-icon-nav .open .nav-link:focus .icon,
.tab-container.tab-black .tab-icon-nav .open .nav-link:hover .icon {
  color: #55565b;
}

/******* accordion styles *******/
.accordion-container {
  max-width: 35.63rem;
  margin: 0 auto;
}
.accordion-container .card {
  border: none;
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 2;
}
.accordion-container .card .card-header {
  background: #212121;
  color: #fff;
  border: none;
}
@media only screen and (min-width: 767px) {
  .accordion-container .card .card-header {
    padding: 0.875rem 1.875rem;
  }
}
.accordion-container .card .card-header:first-child {
  border-radius: 0;
}
.accordion-container .card .card-header h5 {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.accordion-container .card .card-header h5 a {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  vertical-align: middle;
  display: block;
  line-height: 1.6;
}
@media only screen and (min-width: 767px) {
  .accordion-container .card .card-header h5 a {
    font-size: 0.875rem;
  }
}
.accordion-container .card .card-block {
  border: solid #fff;
  border-width: 0 0.07143rem 0.07143rem;
  border-top: none;
  color: #575757;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.accordion-container .card .card-block p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 767px) {
  .accordion-container .card .card-block {
    padding: 1.563rem 1.875rem;
  }
}
.accordion-container .panel-icon .card .card-header {
  background: none;
  border-bottom: 0.07143rem solid #fff;
}
.accordion-container .panel-icon .card .card-header h5 a {
  position: relative;
  color: #575757;
}
.accordion-container .panel-icon .card .card-header h5 a:before {
  font-family: "icomoon" !important;
  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;
  position: absolute;
  top: 50%;
  left: -1.1rem;
  transform: translate(0, -50%);
  content: "\e923";
  transition: all linear 0.3s;
  font-size: 1rem;
}
@media only screen and (min-width: 767px) {
  .accordion-container .panel-icon .card .card-header h5 a:before {
    left: -2rem;
    font-size: 1.3rem;
  }
}
.accordion-container .panel-icon .card .card-header h5 a[aria-expanded=true] {
  background: none;
}
.accordion-container .panel-icon .card .card-header h5 a[aria-expanded=true]:before {
  content: "\e916";
}
.accordion-container .panel-icon .card .card-block {
  border: none;
}

/******* accordion styles *******/
.accordion-container.accordion-secondary {
  max-width: 35.63rem;
  margin: 0 auto;
}
.accordion-container.accordion-secondary .card {
  border: none;
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 2;
}
.accordion-container.accordion-secondary .card .card-header {
  background: #5645ff;
  color: #fff;
  border: none;
}
@media only screen and (min-width: 767px) {
  .accordion-container.accordion-secondary .card .card-header {
    padding: 0.875rem 1.875rem;
  }
}
.accordion-container.accordion-secondary .card .card-header:first-child {
  border-radius: 0;
}
.accordion-container.accordion-secondary .card .card-header h5 {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.accordion-container.accordion-secondary .card .card-header h5 a {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  vertical-align: middle;
}
@media only screen and (min-width: 767px) {
  .accordion-container.accordion-secondary .card .card-header h5 a {
    font-size: 0.875rem;
  }
}
.accordion-container.accordion-secondary .card .card-block {
  border: solid #fff;
  border-width: 0 0.07143rem 0.07143rem;
  border-top: none;
  color: #575757;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.accordion-container.accordion-secondary .card .card-block p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 767px) {
  .accordion-container.accordion-secondary .card .card-block {
    padding: 1.563rem 1.875rem;
  }
}
.accordion-container.accordion-secondary .panel-icon .card .card-header {
  background: none;
  border-bottom: 0.07143rem solid #c1c5cd;
}
.accordion-container.accordion-secondary .panel-icon .card .card-header h5 a {
  position: relative;
  color: #212121;
}
.accordion-container.accordion-secondary .panel-icon .card .card-header h5 a:before {
  font-family: "icomoon" !important;
  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;
  position: absolute;
  top: 50%;
  left: -1.1rem;
  transform: translate(0, -50%);
  content: "\e923";
  transition: all linear 0.3s;
  font-size: 1rem;
}
@media only screen and (min-width: 767px) {
  .accordion-container.accordion-secondary .panel-icon .card .card-header h5 a:before {
    left: -2rem;
    font-size: 1.3rem;
  }
}
.accordion-container.accordion-secondary .panel-icon .card .card-header h5 a[aria-expanded=true] {
  background: none;
}
.accordion-container.accordion-secondary .panel-icon .card .card-header h5 a[aria-expanded=true]:before {
  content: "\e916";
}
.accordion-container.accordion-secondary .panel-icon .card .card-block {
  border: none;
}

/******* pricing block styles *******/
.pricing-block {
  padding: 3.5rem 1rem;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  font-weight: 400;
}
.pricing-block:hover {
  box-shadow: 0 2px 9.3px 0.7px rgba(1, 2, 2, 0.1);
}
.pricing-block h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 1.1rem;
  font-weight: 700;
  color: #55565b;
}
@media screen and (min-width: 576px) {
  .pricing-block h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 767px) {
  .pricing-block h3 {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 991px) {
  .pricing-block h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1230px) {
  .pricing-block h3 {
    font-size: 1.875rem;
  }
}
.pricing-block h4 {
  color: #55565b;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
.pricing-block .price {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.2143rem;
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 576px) {
  .pricing-block .price {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 767px) {
  .pricing-block .price {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 991px) {
  .pricing-block .price {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1230px) {
  .pricing-block .price {
    font-size: 1.875rem;
  }
}
.pricing-block .content-sub-title {
  font-style: italic;
}
.pricing-block .btn-holder {
  margin-top: 3.75rem;
}
.pricing-block .col-wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
}
.pricing-block .col-wrap:first-child {
  border: solid #e3e5e8;
  border-width: 0 0 0.07143rem;
}
@media only screen and (min-width: 576px) {
  .pricing-block .col-wrap {
    padding-bottom: 0;
  }
  .pricing-block .col-wrap:first-child {
    border-width: 0 0.07143rem 0 0;
  }
}
@media only screen and (min-width: 767px) {
  .pricing-block {
    padding: 4.5rem 1rem;
  }
  .pricing-block h3 {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .pricing-block {
    padding: 5.5rem 1rem;
  }
  .pricing-block h3 {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1230px) {
  .pricing-block {
    padding: 5.625rem 1rem 7.5rem;
  }
  .pricing-block h3 {
    margin-bottom: 4rem;
  }
}

.pricing-box-v1 {
  border: #e3e5e8 1px solid;
  margin-top: 3.125rem;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.pricing-box-v1:hover {
  box-shadow: 0 2px 9.3px 0.7px rgba(1, 2, 2, 0.1);
}
@media only screen and (min-width: 767px) {
  .pricing-box-v1 {
    margin-top: 0;
  }
}
.pricing-box-v1 .pricing-title {
  padding: 1.875rem 0.9375rem;
}
.pricing-box-v1 .pricing-title h4 {
  margin: 0;
}
.pricing-box-v1 .price {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.2143rem;
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1.563rem 0;
}
@media screen and (min-width: 576px) {
  .pricing-box-v1 .price {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 767px) {
  .pricing-box-v1 .price {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 991px) {
  .pricing-box-v1 .price {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1230px) {
  .pricing-box-v1 .price {
    font-size: 1.875rem;
  }
}
.pricing-box-v1 .plan-features ul li {
  border-top: #f8f8f8 1px solid;
  padding: 0.625rem 0.9375rem;
}
.pricing-box-v1 .btn-holder {
  border-top: #f8f8f8 1px solid;
  padding: 1.875rem 0;
}
.pricing-box-v1 .bg-primary h4 {
  color: #fff;
}
.pricing-box-v1.pricing-box-v2 {
  margin-top: 7.5rem;
}
@media only screen and (min-width: 767px) {
  .pricing-box-v1.pricing-box-v2 {
    margin-top: 5rem;
  }
}
.pricing-box-v1.pricing-box-v2 .price {
  width: 8.75rem;
  height: 8.75rem;
  margin: -4.375rem auto 2.188rem;
  line-height: 9.063rem;
  border-radius: 50%;
  border: #e3e5e8 1px solid;
}
.pricing-box-v1.pricing-box-v2 .divider-double-border {
  max-width: 50%;
  margin: 0.9375rem auto;
}

.demo-wrapper .row [class*=col-]:nth-of-type(1) .pricing-box-v1:first-child {
  margin-top: 0rem;
}
@media only screen and (min-width: 767px) {
  .demo-wrapper .row [class*=col-]:nth-of-type(1) .pricing-box-v1:first-child {
    margin-top: 0;
  }
}
.demo-wrapper .row [class*=col-]:nth-of-type(1) .pricing-box-v2:first-child {
  margin-top: 3.75rem;
}
@media only screen and (min-width: 767px) {
  .demo-wrapper .row [class*=col-]:nth-of-type(1) .pricing-box-v2:first-child {
    margin-top: 5rem;
  }
}

/******* grid box styles *******/
.grid-box .grid-box-demo {
  background-color: #f8f8f8;
  display: block;
  min-height: 3.375rem;
  line-height: 3.375rem;
  text-align: center;
  font-size: 0.75rem;
  color: #000;
}
.grid-box .row {
  padding-bottom: 2.5rem;
}

/******* owl carousel styles *******/
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 5rem;
  color: #c1c5cd;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  color: #575757;
}
.owl-carousel .owl-nav .owl-prev {
  right: 100%;
}
.owl-carousel .owl-nav .owl-next {
  left: 100%;
}
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.owl-carousel .owl-item .img-block img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-nav .owl-prev {
    top: 20%;
    right: calc(100% - 4rem);
  }
  .owl-carousel .owl-nav .owl-next {
    top: 20%;
    left: calc(100% - 4rem);
  }
}
@media only screen and (min-width: 1230px) {
  .owl-carousel .owl-nav .owl-prev {
    right: 100%;
  }
  .owl-carousel .owl-nav .owl-next {
    left: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .owl-carousel .owl-nav .owl-prev {
    right: calc(100% + 8.571rem);
  }
  .owl-carousel .owl-nav .owl-next {
    left: calc(100% + 8.571rem);
  }
}

.owl-carousel.portfolio-slide .owl-nav {
  position: absolute;
  bottom: 2.143rem;
  right: 2.143rem;
  z-index: 9;
}
.owl-carousel.portfolio-slide .owl-nav .owl-prev,
.owl-carousel.portfolio-slide .owl-nav .owl-next {
  position: relative;
  background: #55565b;
  height: 3.571rem;
  width: 3.571rem;
  color: #fff;
  right: auto;
  left: auto;
  top: auto;
  transform: none;
  display: inline-block;
  margin-left: 0.7rem;
  font-size: 3rem;
  line-height: 3.571rem;
  text-align: center;
}

/******* carousel styles *******/
.multi-image .img-block {
  position: relative;
}

.no-gutter-slide .owl-dots {
  text-align: center;
}
.no-gutter-slide .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 0.3125rem;
}
.no-gutter-slide .owl-dots .owl-dot span {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #c1c5cd;
  display: inline-block;
  transition: 0.3s all linear;
}
.no-gutter-slide .owl-dots .owl-dot.active span, .no-gutter-slide .owl-dots .owl-dot:hover span {
  background: #575757;
}

/******* data table styles *******/
.data-table {
  border: 1px solid #ebedef;
}
.data-table .table {
  border: none;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .data-table .table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.data-table .table > thead > tr > th {
  border-width: 0px;
  font-size: 0.75rem;
  line-height: 2.1;
}
@media screen and (min-width: 576px) {
  .data-table .table > thead > tr > th {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 767px) {
  .data-table .table > thead > tr > th {
    font-size: 1rem;
  }
}
.data-table .table > tbody > tr > td,
.data-table .table > tbody > tr > th,
.data-table .table > tfoot > tr > td,
.data-table .table > tfoot > tr > th,
.data-table .table > thead > tr > td,
.data-table .table > thead > tr > th {
  padding: 0.625rem;
  border-color: #ebedef;
  vertical-align: middle;
}
.data-table .table-striped tbody tr:nth-of-type(odd),
.data-table .table-hover tbody tr:hover {
  background-color: #f8f8f8;
}
.data-table .vertical-bordered.table > tbody > tr > td, .data-table .vertical-bordered.table > tbody > tr > th, .data-table .vertical-bordered.table > tfoot > tr > td, .data-table .vertical-bordered.table > tfoot > tr > th, .data-table .vertical-bordered.table > thead > tr > td, .data-table .vertical-bordered.table > thead > tr > th {
  border-right: 1px solid #ebedef;
  border-top: none;
}
.data-table .vertical-bordered.table > tbody > tr > td:last-child, .data-table .vertical-bordered.table > tbody > tr > th:last-child, .data-table .vertical-bordered.table > tfoot > tr > td:last-child, .data-table .vertical-bordered.table > tfoot > tr > th:last-child, .data-table .vertical-bordered.table > thead > tr > td:last-child, .data-table .vertical-bordered.table > thead > tr > th:last-child {
  border-right: none;
}
.data-table .vertical-bordered.table th, .data-table .vertical-bordered.table td {
  border-top: none;
}
.data-table .vertical-bordered > thead > tr > th {
  border-width: 1px;
}

/******* icon list styles *******/
.icon-lists ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 1.875rem;
  color: #55565b;
  margin: 0 0 0.75rem;
}
.icon-lists ul li span {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 2rem;
}
.icon-lists ul li a {
  color: #55565b;
}
.icon-lists ul li a:hover {
  color: #5645ff;
}
@media only screen and (min-width: 767px) {
  .icon-lists.inline-block ul li {
    display: inline-block;
    margin-right: 1.25rem;
  }
  .icon-lists.inline-block ul li:last-child {
    margin-right: 0;
  }
}
.icon-lists.round-icons ul li {
  padding-left: 3.125rem;
}
.icon-lists.round-icons ul li span {
  border-radius: 50%;
  border: #55565b 1px solid;
  text-align: center;
}
.icon-lists.square-icons ul li {
  padding-left: 3.125rem;
}
.icon-lists.square-icons ul li span {
  border: #55565b 1px solid;
  text-align: center;
}
.icon-lists.solid-icons ul li {
  padding-left: 3.125rem;
}
.icon-lists.solid-icons ul li span {
  border: #55565b 1px solid;
  background: #55565b;
  color: #fff;
  text-align: center;
}

/******* Pagination styles *******/
.pagination-block .pagination {
  margin: 0;
}
.pagination-block .pagination > li a,
.pagination-block .pagination > li span {
  color: #5645ff;
  padding: 0.625rem 0.9375rem;
  border-color: #ebedef;
}
.pagination-block .pagination > li > a:focus, .pagination-block .pagination > li > a:hover, .pagination-block .pagination > li > span:focus, .pagination-block .pagination > li > span:hover {
  background-color: #5645ff;
  border-color: #5645ff;
  color: #fff;
}
.pagination-block .pagination > .active > a, .pagination-block .pagination > .active > a:focus, .pagination-block .pagination > .active > a:hover, .pagination-block .pagination > .active > span, .pagination-block .pagination > .active > span:focus, .pagination-block .pagination > .active > span:hover {
  background-color: #5645ff;
  border-color: #5645ff;
  color: #fff;
}
.pagination-block .pagination .disabled .page-link {
  background-color: #ebedef;
  border-color: #ebedef;
  color: #55565b;
}
.pagination-block .pagination.solid-nav > li {
  margin-left: 0.125rem;
  background-color: #ebedef;
  transition: all linear 0.2s;
}
.pagination-block .pagination.solid-nav > li .page-link {
  background: none;
  border: none;
  color: #55565b;
}
.pagination-block .pagination.solid-nav > li:hover {
  background-color: #5645ff;
  border-color: #5645ff;
}
.pagination-block .pagination.solid-nav > li:hover .page-link {
  color: #fff;
}
.pagination-block .pagination.solid-nav > li:hover .page-link span {
  color: #fff;
}

.divider-border {
  border-top: 0.0625rem #ebedef solid;
  margin: 2rem 0;
}

.divider-border-dark {
  border-top: 0.0625rem #000 solid;
  margin: 2rem 0;
}

.divider-double-border {
  border-top: 4px #ebedef double;
  margin: 2rem 0;
}

.dotted-border {
  border-top: 0.125rem #ebedef dashed;
  margin: 2rem 0;
}

.divider-v2 {
  position: relative;
  display: inline-block;
  width: 5rem;
  margin: 0 0 1.875rem;
}
.divider-v2:before, .divider-v2:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2.5rem;
  border-top: 3px #ebedef solid;
}
.divider-v2:before {
  width: 100%;
  top: 0.3125rem;
}

.icon-border {
  position: relative;
  text-align: left;
  color: #575757;
}
.icon-border span {
  font-size: 1.5rem;
}
@media only screen and (min-width: 767px) {
  .icon-border span {
    font-size: 2rem;
  }
}
.icon-border:before {
  position: absolute;
  top: 50%;
  left: 3.125rem;
  right: 0;
  content: "";
  border-top: 0.0625rem #ebedef solid;
  margin-top: -0.0625rem;
}

.icon-border-right {
  position: relative;
  text-align: right;
  color: #575757;
}
.icon-border-right span {
  font-size: 1.5rem;
}
@media only screen and (min-width: 767px) {
  .icon-border-right span {
    font-size: 2rem;
  }
}
.icon-border-right:before {
  position: absolute;
  top: 50%;
  right: 3.125rem;
  left: 0;
  content: "";
  border-top: 0.0625rem #ebedef solid;
  margin-top: -0.0625rem;
}

.mid-icon-border {
  position: relative;
  text-align: center;
  color: #575757;
}
.mid-icon-border span {
  font-size: 1.5rem;
}
@media only screen and (min-width: 767px) {
  .mid-icon-border span {
    font-size: 2rem;
  }
}
.mid-icon-border:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 45%;
  border-top: 0.0625rem #ebedef solid;
  margin-top: -0.0625rem;
}
.mid-icon-border:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 45%;
  border-top: 0.0625rem #ebedef solid;
  margin-top: -0.0625rem;
}

/******* blockquote styles *******/
.blockquote-block blockquote {
  padding: 0.625rem 1.25rem;
  border-left: 5px solid #f8f8f8;
  position: relative;
  margin: 0;
  color: #55565b;
  font-size: 0.875rem;
  line-height: 1.2;
  line-height: 1.6;
}
@media screen and (min-width: 576px) {
  .blockquote-block blockquote {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 767px) {
  .blockquote-block blockquote {
    font-size: 1rem;
  }
}
@media screen and (min-width: 991px) {
  .blockquote-block blockquote {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1230px) {
  .blockquote-block blockquote {
    font-size: 1.125rem;
  }
}
.blockquote-block blockquote small {
  color: #c1c5cd;
}
.blockquote-block blockquote:after {
  position: absolute;
  left: -10px;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border: 0.3125rem solid transparent;
  transition: height ease-out 0.2s;
}
.blockquote-block blockquote:hover:after {
  height: 100%;
  border-right-color: #c5c5c5;
}
.blockquote-block.text-right blockquote {
  border: none;
  border-right: 0.3125rem solid #f8f8f8;
}
.blockquote-block.text-right blockquote:after {
  left: auto;
  right: -5px;
}
.blockquote-block.blockquote-block-v2 blockquote {
  border: none;
  padding-left: 3.125rem;
}
.blockquote-block.blockquote-block-v2 blockquote:before {
  position: absolute;
  font-family: "roxine-font-icon" !important;
  content: "\f2ff";
  top: 0;
  left: 0;
  font-size: 1.875rem;
}
.blockquote-block.blockquote-block-v2 blockquote:after {
  display: none;
}
.blockquote-block.blockquote-block-v3 blockquote {
  border: none;
  padding: 0.9375rem;
}
@media only screen and (min-width: 767px) {
  .blockquote-block.blockquote-block-v3 blockquote {
    padding: 1.875rem 3.125rem;
  }
}
.blockquote-block.blockquote-block-v4 blockquote {
  box-shadow: inset 0 0 0 0.3125rem #f8f8f8;
  border: none;
  padding-top: 4.375rem;
  padding-bottom: 3.125rem;
  color: #fff;
}
.blockquote-block.blockquote-block-v4 blockquote:before {
  position: absolute;
  font-family: "roxine-font-icon" !important;
  content: "\f2ff";
  top: 0.9375rem;
  left: 50%;
  margin-left: -15px;
  font-size: 1.875rem;
}
.blockquote-block.blockquote-block-v4 blockquote:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border: 0.3125rem solid transparent;
  transition: width ease-out, height ease-out 0.25s;
}
.blockquote-block.blockquote-block-v4 blockquote:hover:after {
  width: 100%;
  height: 100%;
  border-top-color: #c5c5c5;
  border-right-color: #c5c5c5;
}
.blockquote-block.bg-primary blockquote:after {
  border: none;
}

/******* badge styles *******/
.label-block .custom-badge {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.label-block .custom-badge.badge {
  background: #212121;
  color: #fff;
}

.btn .custom-badge.badge {
  background: #fff;
  color: #212121;
}

/******* star rating styles *******/
.rating-block .jq-ry-container {
  margin: 0 auto;
}

/******* centered col styles *******/
@media (min-width: 768px) {
  .center-aligned-3-col {
    max-width: 25%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .center-aligned-4-col {
    max-width: 33.33%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .center-aligned-6-col {
    max-width: 50%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .center-aligned-8-col {
    max-width: 66.66%;
    margin: 0 auto;
  }
}

/******* date time picker styles *******/
.waituk_datetimepicker-block .datepicker-inline {
  width: 240px;
  margin: 0 auto;
}
.waituk_datetimepicker-block .input-group-addon {
  padding: 0 0 0 3px;
  line-height: 1.25;
  color: #fff;
  background-color: #5645ff;
  border: none;
  width: 40px;
}

.datepicker {
  border-color: transparent;
  box-shadow: 0 10px 20px 0 rgba(36, 83, 107, 0.15);
  border-radius: 0;
}
.datepicker.datepicker-dropdown.datepicker-orient-top:before {
  border: none;
}
.datepicker.datepicker-dropdown.datepicker-orient-bottom:before {
  border: none;
}
.datepicker td,
.datepicker th {
  border-radius: 0;
  font-size: 0.75rem;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #f8f8f8;
  color: #55565b;
}
.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.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background: #5645ff;
  background-image: none;
  color: #fff;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background: #55565b;
  color: #fff;
  background-image: none;
}
.datepicker .table-condensed > tbody > tr > td,
.datepicker .table-condensed > tbody > tr > th,
.datepicker .table-condensed > tfoot > tr > td,
.datepicker .table-condensed > tfoot > tr > th,
.datepicker .table-condensed > thead > tr > td,
.datepicker .table-condensed > thead > tr > th {
  padding: 2px 7px;
}

/******* map styles *******/
.grayscaled-map {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.full-map .img-wrap {
  min-height: 250px;
  height: inherit;
  position: relative;
}
@media only screen and (min-width: 991px) {
  .full-map .img-wrap {
    min-height: inherit;
    position: absolute;
  }
}

/******* modal styles *******/
.modal-backdrop {
  z-index: 999999999;
}

.modal {
  z-index: 9999999999;
}

.modal-wrap button.close {
  position: absolute;
  top: 17px;
  right: 15px;
  padding: 0;
  box-shadow: none;
  text-shadow: none;
  outline: none;
}
@media only screen and (min-width: 767px) {
  .modal-wrap .form-group {
    margin-bottom: 1.375rem;
  }
}
@media only screen and (min-width: 767px) {
  .modal-wrap.large-modal .modal-dialog {
    max-width: 1170px;
  }
}
.modal-wrap .modal-footer {
  padding: 30px 15px;
}

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

/******* Pies and Skills styles *******/
.progress-block .progress {
  height: inherit;
  margin: 0;
}
.progress-block .progress .progress-bar {
  line-height: inherit;
}
.progress-block .progress .skill .val {
  float: right;
  margin: 0 20px 0 0;
}

/******* sign up form styles *******/
.signup-block {
  position: relative;
}
@media (min-width: 992px) {
  .signup-block {
    height: 100vh;
  }
}
.signup-block .signup-wrap {
  padding: 6.25rem 0 3.125rem;
}
@media (min-width: 992px) {
  .signup-block .signup-wrap {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0;
  }
}
.signup-block .signup-wrap .inner-wrap {
  margin: 0 auto;
  padding: 0 0.9375rem;
}
@media only screen and (min-width: 1600px) {
  .signup-block .signup-wrap .inner-wrap {
    max-width: 36.25rem;
  }
}
@media only screen and (min-width: 991px) {
  .signup-block .signup-wrap h2 {
    font-size: 2.375rem;
  }
}
@media only screen and (min-width: 767px) {
  .signup-block .signup-wrap .circular-icon {
    width: 5rem;
    height: 5rem;
    line-height: 5.313rem;
    border-width: 2px;
    font-size: 2.375rem;
  }
}
.signup-block .signup-wrap .circular-icon.bottom-space {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 991px) {
  .signup-block .signup-wrap .circular-icon.bottom-space {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 1230px) {
  .signup-block .signup-wrap .circular-icon.bottom-space {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 1600px) {
  .signup-block .signup-wrap .circular-icon.bottom-space {
    margin-bottom: 4.375rem;
  }
}
.signup-block .signup-wrap .form-group {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 767px) {
  .signup-block .signup-wrap .form-group {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 991px) {
  .signup-block .signup-wrap .form-group {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 1230px) {
  .signup-block .signup-wrap .form-group {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 1600px) {
  .signup-block .signup-wrap .form-group {
    margin-bottom: 4.375rem;
  }
}

/******* range slider styles *******/
.waituk_range-block .slider.slider-horizontal {
  width: 100%;
}
.waituk_range-block .slider .slider-track {
  background: #c1c5cd;
  box-shadow: none;
  border-radius: 0;
}
.waituk_range-block .slider .slider-selection {
  background: #5645ff;
  box-shadow: none;
  border-radius: 0;
}
.waituk_range-block .slider .slider-handle {
  background: #5645ff;
}
.waituk_range-block .slider .slider-tick {
  background: #c1c5cd;
}
.waituk_range-block .slider .slider-tick.in-selection {
  background: #5645ff;
}

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

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

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

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

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

/******* select boxes styles *******/
.waituk_select-box label {
  /*min-width: 400px;*/
  padding-left: 35px;
}
.waituk_select-box input[type=radio]:empty,
.waituk_select-box input[type=checkbox]:empty {
  display: none;
}
.waituk_select-box input[type=radio]:empty ~ label,
.waituk_select-box input[type=checkbox]:empty ~ label {
  position: relative;
  line-height: 20px;
  margin-top: 2em;
  cursor: pointer;
  user-select: none;
}
.waituk_select-box input[type=radio]:empty ~ label:before,
.waituk_select-box input[type=checkbox]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: #c1c5cd;
  border-radius: 50%;
  font-family: "roxine-font-icon";
  text-align: center;
  transition: all linear 0.2s;
}
.waituk_select-box input[type=radio]:checked ~ label:before,
.waituk_select-box input[type=checkbox]:checked ~ label:before {
  content: "\e489";
  color: #fff;
  background: #c1c5cd;
  transition: all linear 0.2s;
}
.waituk_select-box input[type=radio]:checked ~ label,
.waituk_select-box input[type=checkbox]:checked ~ label {
  color: #55565b;
  transition: all linear 0.2s;
}
.waituk_select-box input[type=radio]:focus ~ label:before,
.waituk_select-box input[type=checkbox]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}
.waituk_select-box .waituk_select-box-default input[type=radio]:checked ~ label:before,
.waituk_select-box .waituk_select-box-default input[type=checkbox]:checked ~ label:before {
  color: #fff;
  background: #c1c5cd;
}
.waituk_select-box .waituk_select-box-primary input[type=radio]:checked ~ label:before,
.waituk_select-box .waituk_select-box-primary input[type=checkbox]:checked ~ label:before {
  color: #fff;
  background: #5645ff;
}
.waituk_select-box .waituk_select-box-secondary input[type=radio]:checked ~ label:before,
.waituk_select-box .waituk_select-box-secondary input[type=checkbox]:checked ~ label:before {
  color: #fff;
  background: #55565b;
}
.waituk_select-box .waituk_select-box-danger input[type=radio]:checked ~ label:before,
.waituk_select-box .waituk_select-box-danger input[type=checkbox]:checked ~ label:before {
  color: #fff;
  background: #d9534f;
}
.waituk_select-box .waituk_select-box-warning input[type=radio]:checked ~ label:before,
.waituk_select-box .waituk_select-box-warning input[type=checkbox]:checked ~ label:before {
  color: #fff;
  background: #f0ad4e;
}
.waituk_select-box .waituk_select-box-info input[type=radio]:checked ~ label:before,
.waituk_select-box .waituk_select-box-info input[type=checkbox]:checked ~ label:before {
  color: #fff;
  background: #5bc0de;
}
.waituk_select-box .square-box input[type=radio]:empty ~ label:before,
.waituk_select-box .square-box input[type=checkbox]:empty ~ label:before {
  border-radius: 0;
}
.waituk_select-box .solid-box input[type=radio]:empty ~ label:before,
.waituk_select-box .solid-box input[type=checkbox]:empty ~ label:before {
  background: none;
  content: "\ed2e";
  font-size: 20px;
  color: #c1c5cd;
}
.waituk_select-box .solid-box input[type=radio]:checked ~ label:before,
.waituk_select-box .solid-box input[type=checkbox]:checked ~ label:before {
  background: none;
  content: "\ed2d";
  font-size: 20px;
}
.waituk_select-box .solid-box.waituk_select-box-primary input[type=radio]:checked ~ label:before, .waituk_select-box .solid-box.waituk_select-box-primary input[type=checkbox]:checked ~ label:before {
  color: #5645ff;
}
.waituk_select-box .solid-box.waituk_select-box-secondary input[type=radio]:checked ~ label:before, .waituk_select-box .solid-box.waituk_select-box-secondary input[type=checkbox]:checked ~ label:before {
  color: #55565b;
}
.waituk_select-box .solid-box.waituk_select-box-danger input[type=radio]:checked ~ label:before, .waituk_select-box .solid-box.waituk_select-box-danger input[type=checkbox]:checked ~ label:before {
  color: #d9534f;
}
.waituk_select-box .solid-box.waituk_select-box-warning input[type=radio]:checked ~ label:before, .waituk_select-box .solid-box.waituk_select-box-warning input[type=checkbox]:checked ~ label:before {
  color: #f0ad4e;
}
.waituk_select-box .solid-box.waituk_select-box-info input[type=radio]:checked ~ label:before, .waituk_select-box .solid-box.waituk_select-box-info input[type=checkbox]:checked ~ label:before {
  color: #5bc0de;
}
.waituk_select-box .checkbox-inline,
.waituk_select-box .radio-inline {
  padding-left: 0;
  padding-right: 20px;
}
.waituk_select-box .checkbox-inline + .checkbox-inline,
.waituk_select-box .radio-inline + .radio-inline {
  margin-left: 0;
}

/******* media embed styles *******/
.media-block {
  border-radius: 4px;
  background: #f8f8f8;
  padding: 0.625rem;
  transition: all linear 0.3s;
}
.media-block:hover {
  background: #dfdfdf;
}

/******* select picker styles *******/
.select-picker-block .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.select-picker-block .btn-group,
.select-picker-block .btn-group-vertical {
  display: inline-flex !important;
}
.select-picker-block .btn-group.bootstrap-select .dropdown-toggle:focus,
.select-picker-block .btn-group-vertical.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.select-picker-block .btn {
  width: 100%;
  border: 0.1429rem solid #c1c5cd;
  font: 1.125rem/2rem "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 0.9375rem;
  background: none;
  letter-spacing: 0.2429rem;
  border-radius: 0;
  color: #c1c5cd;
  font-weight: 700;
  height: 3.125rem;
  box-shadow: none;
  text-transform: capitalize;
}
.select-picker-block .btn.btn-primary {
  background: #5645ff;
  color: #fff;
}
.select-picker-block .btn.btn-primary:hover {
  background: #2812ff;
  color: #fff;
}
.select-picker-block .btn.btn-primary.dropdown-toggle.bs-placeholder, .select-picker-block .btn.btn-primary.dropdown-toggle.bs-placeholder:hover, .select-picker-block .btn.btn-primary.dropdown-toggle.bs-placeholder:focus, .select-picker-block .btn.btn-primary.dropdown-toggle.bs-placeholder:active {
  color: #fff;
}
.select-picker-block .btn.btn-secondary {
  background: #55565b;
  color: #fff;
}
.select-picker-block .btn.btn-secondary:hover {
  background: #3c3d41;
  color: #fff;
}
.select-picker-block .btn.btn-tertiary {
  background: #f8f8f8;
}
.select-picker-block .btn.btn-tertiary:hover {
  background: #dfdfdf;
}
.select-picker-block .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0 10px 20px 0 rgba(36, 83, 107, 0.15);
}
.select-picker-block .dropdown-menu > .active > a, .select-picker-block .dropdown-menu > .active > a:focus, .select-picker-block .dropdown-menu > .active > a:hover {
  background-color: #5645ff;
}
.select-picker-block .dropdown-menu > li > a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #55565b;
  white-space: nowrap;
}
.select-picker-block .dropdown-menu > li > a:focus, .select-picker-block .dropdown-menu > li > a:hover {
  color: #000;
  text-decoration: none;
  background-color: #f8f8f8;
}
.select-picker-block .dropdown-toggle::after {
  display: none;
}
.select-picker-block .glyphicon-ok:before {
  font-family: "roxine-font-icon";
  content: "\e489";
}
.select-picker-block .dropup .dropdown-menu {
  box-shadow: 0 -10px 20px 0 rgba(36, 83, 107, 0.15);
}
.select-picker-block .btn .caret {
  margin-left: 0;
}
.select-picker-block .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.select-picker-block .dropup .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9 ;
}
.select-picker-block .open > .dropdown-menu {
  display: block;
}
.select-picker-block .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  margin-top: 0px;
}

/******* page banners styles *******/
.slide-bg {
  position: relative;
  margin-top: 3.875rem;
}
@media only screen and (min-width: 767px) {
  .slide-bg {
    margin-top: 0;
  }
}

.video-bg {
  position: relative;
}
.video-bg:before {
  z-index: 99;
}
.video-bg .centered-wrap {
  padding-top: 45px;
}
.video-bg .embed-responsive {
  height: 100vh;
}
@media only screen and (min-width: 767px) {
  .video-bg .embed-responsive {
    min-height: 42.19rem;
    max-height: 42.19rem;
  }
}
.video-bg .embed-responsive video {
  object-fit: cover;
}
@media only screen and (min-width: 576px) {
  .video-bg .centered-wrap {
    padding-top: 0;
  }
}

.map-bg {
  position: relative;
}

.colored-bg {
  height: 100vh;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .colored-bg {
    min-height: 42.19rem;
    max-height: 42.19rem;
  }
}

.fullscreen-bg {
  height: 100vh;
}
@media only screen and (min-width: 767px) {
  .fullscreen-bg {
    min-height: 100vh;
    max-height: 100vh;
  }
}

.image-bg {
  background-attachment: initial;
  background-size: cover;
  overflow: hidden;
}

/*------------------------------------------------------------------
 slide navigation styles
-------------------------------------------------------------------*/
.nav-wrap {
  position: absolute;
  bottom: auto;
  height: 100%;
}

.header-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.header-links ul {
  padding: 0;
}
.header-links ul li {
  display: block;
  padding: 0;
}

#wrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /*    background: rgba($side-panel-wrapper-before-bg-color, 0.5);*/
  /*    z-index: 999999999999;*/
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
}

.nav-active #wrapper:before {
  opacity: 1;
  visibility: visible;
}

.nav-wrap {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 21.88rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s linear;
  z-index: 999999999999;
  transform: translate(100%, 0);
}
.nav-wrap .nav-trigger-close {
  padding: 0.75rem 0.625rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
}
.nav-wrap .nav-trigger-close a {
  position: relative;
  display: inline-block;
}
.nav-wrap .nav-trigger-close i {
  position: absolute;
  margin: -12px -7px 0;
  left: 100%;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}
.nav-wrap .nav-trigger-close:hover i {
  opacity: 1;
  visibility: visible;
  margin: -12px 5px 0;
}
.nav-wrap ul.side-nav > li,
.nav-wrap .header-links ul > li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.nav-wrap ul.side-nav > li:first-child,
.nav-wrap .header-links ul > li:first-child {
  border-top: 0;
}
.nav-wrap ul.side-nav > li > a,
.nav-wrap .header-links ul > li > a {
  color: #a7a7a7;
  display: block;
  padding: 1.25rem;
  transform: translateX(50px);
  transition: all 0.4s linear;
  opacity: 0;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
.nav-wrap ul.side-nav > li > a:focus, .nav-wrap ul.side-nav > li > a:active,
.nav-wrap .header-links ul > li > a:focus,
.nav-wrap .header-links ul > li > a:active {
  text-decoration: none;
}
.nav-wrap ul.side-nav > li > a:before,
.nav-wrap .header-links ul > li > a:before {
  transition: all linear 0.15s;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
  position: absolute;
  z-index: -1;
}
.nav-wrap ul.side-nav > li > a:hover:before,
.nav-wrap .header-links ul > li > a:hover:before {
  width: 100%;
}
.nav-wrap ul.side-nav > li:nth-child(1) > a,
.nav-wrap .header-links ul > li:nth-child(1) > a {
  transition-delay: 0.08s;
}
.nav-wrap ul.side-nav > li:nth-child(2) > a,
.nav-wrap .header-links ul > li:nth-child(2) > a {
  transition-delay: 0.16s;
}
.nav-wrap ul.side-nav > li:nth-child(3) > a,
.nav-wrap .header-links ul > li:nth-child(3) > a {
  transition-delay: 0.24s;
}
.nav-wrap ul.side-nav > li:nth-child(4) > a,
.nav-wrap .header-links ul > li:nth-child(4) > a {
  transition-delay: 0.32s;
}
.nav-wrap ul.side-nav > li:nth-child(5) > a,
.nav-wrap .header-links ul > li:nth-child(5) > a {
  transition-delay: 0.4s;
}
.nav-wrap .dropdown-menu {
  position: relative;
  background: none;
  opacity: 0.5;
  float: none;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.05);
  color: #a7a7a7;
}
.nav-wrap .dropdown-menu .dropdown-item {
  color: #a7a7a7;
  font-weight: 300;
  font-size: 0.8571rem;
}
.nav-wrap .dropdown-menu .dropdown-item:focus, .nav-wrap .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
}
.nav-wrap .nav-trigger.navbar-pos-search {
  position: absolute;
  left: 15px;
  top: 42px;
  display: none;
}
.nav-wrap .nav-trigger.navbar-pos-search a {
  padding: 0;
  color: #fff;
}
.nav-wrap .nav-desc {
  padding: 0.9375rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-active {
  position: relative;
  /*    overflow: hidden;*/ /* Comment to make the page scrollable when side panel is active */
}
.nav-active .nav-wrap {
  transform: translate(0, 0);
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.2);
}
.nav-active .nav-wrap .side-nav a,
.nav-active .nav-wrap .header-links a {
  opacity: 1;
  transform: translateX(0);
}

.nav-active .nav-wrap .nav-trigger a {
  transform: rotate(0);
}

.nav-active.offcanvas-left #wrapper {
  transform: translate(21.88rem, 0);
}

.nav-active.offcanvas-right #wrapper {
  transform: translate(-21.88rem, 0);
}

.nav-active.nav-overlay-left .nav-wrap {
  transform: translate(0, 0);
}

.nav-active.nav-overlay .nav-wrap {
  opacity: 1;
  visibility: visible;
}

/* offcanvas left */
.offcanvas-left .nav-wrap {
  right: auto;
  left: 0;
  transform: translate(-21.88rem, 0);
}
.offcanvas-left .nav-wrap .nav-trigger {
  display: block;
}
.offcanvas-left .nav-wrap .nav-trigger i {
  left: auto;
  right: 100%;
}
.offcanvas-left.nav-active .nav-wrap {
  transform: translate(0, 0);
}

/* nav overlay left */
.nav-overlay-left .nav-wrap {
  transform: translate(-21.88rem, 0);
  right: auto;
  left: 0;
}
.nav-overlay-left .nav-wrap .nav-trigger-close i {
  left: auto;
  right: 100%;
}

/* nav overlay */
.nav-trigger a {
  display: block;
  transition: all linear 0.3s;
  color: #fff;
  margin-top: -0.4375rem;
}
.nav-trigger a a:hover {
  color: #fff;
}

.nav-active .nav-trigger a {
  transform: scale(-1, 1);
}

/************* white-overlay Panel **********/
.white-overlay .nav-wrap ul.side-nav > li,
.white-overlay .nav-wrap .header-links ul > li {
  border-color: #f8f8f8;
}
.white-overlay .nav-wrap ul.side-nav > li > a,
.white-overlay .nav-wrap .header-links ul > li > a {
  color: #575757;
}
.white-overlay .nav-wrap ul.side-nav > li > a:hover:before,
.white-overlay .nav-wrap .header-links ul > li > a:hover:before {
  background: #fff;
}
.white-overlay .nav-wrap .nav-trigger.navbar-pos-search a,
.white-overlay .nav-wrap .nav-trigger a {
  color: #000;
}
.white-overlay .nav-wrap .nav-trigger-close {
  background: #fff;
}
.white-overlay .nav-wrap .nav-desc,
.white-overlay .nav-wrap .header-links {
  border-color: #f8f8f8;
}
.white-overlay .nav-wrap .dropdown-menu {
  background: #fff;
  color: #a7a7a7;
}
.white-overlay .nav-wrap .dropdown-menu .dropdown-item {
  color: #a7a7a7;
}
.white-overlay .nav-wrap .dropdown-menu .dropdown-item:focus, .white-overlay .nav-wrap .dropdown-menu .dropdown-item:hover {
  color: #a7a7a7;
  background: #fff;
}

/******* site search styles *******/
.search-form-wrapper.fullscreen-search {
  background: none;
}
.search-form-wrapper.fullscreen-search .holder {
  background: #000;
  padding: 15px;
}
.search-form-wrapper.fullscreen-search .holder .close {
  top: 0;
  right: 0;
  font-size: 1rem;
}
.search-form-wrapper.fullscreen-search .holder button {
  right: 0.5rem;
  font-size: 1rem;
}
.search-form-wrapper.fullscreen-search .holder input[type=search] {
  padding-right: 1.5rem;
}
@media only screen and (min-width: 767px) {
  .search-form-wrapper.fullscreen-search .holder {
    max-width: 1200px;
    background: #000;
    padding: 50px;
  }
  .search-form-wrapper.fullscreen-search .holder .close {
    top: 0;
    right: 0;
    font-size: 2rem;
  }
  .search-form-wrapper.fullscreen-search .holder input[type=search] {
    padding-right: 4rem;
  }
  .search-form-wrapper.fullscreen-search .holder button {
    right: 50px;
    font-size: 3rem;
  }
}

.search-form-wrapper.dark-text .form-control,
.search-form-wrapper.dark-text input,
.search-form-wrapper.dark-text textarea,
.search-form-wrapper.dark-text button,
.search-form-wrapper.dark-text .close {
  color: #55565b;
  border-color: #55565b;
}
.search-form-wrapper.dark-text button:hover {
  color: #55565b;
}
.search-form-wrapper.dark-text .form-control:focus ~ button,
.search-form-wrapper.dark-text .form-control:hover ~ button,
.search-form-wrapper.dark-text input:focus ~ button,
.search-form-wrapper.dark-text input:hover ~ button,
.search-form-wrapper.dark-text textarea:focus ~ button,
.search-form-wrapper.dark-text textarea:hover ~ button {
  color: #55565b;
}
.search-form-wrapper.dark-text ::-webkit-input-placeholder {
  color: #55565b;
}
.search-form-wrapper.dark-text :-moz-placeholder {
  color: #55565b;
}
.search-form-wrapper.dark-text ::-moz-placeholder {
  color: #55565b;
}
.search-form-wrapper.dark-text :-ms-input-placeholder {
  color: #55565b;
}
.search-form-wrapper.white-text .form-control,
.search-form-wrapper.white-text input,
.search-form-wrapper.white-text textarea,
.search-form-wrapper.white-text button,
.search-form-wrapper.white-text .close {
  color: #fff;
  border-color: #fff;
}
.search-form-wrapper.white-text button:hover {
  color: #fff;
}
.search-form-wrapper.white-text .form-control:focus ~ button,
.search-form-wrapper.white-text .form-control:hover ~ button,
.search-form-wrapper.white-text input:focus ~ button,
.search-form-wrapper.white-text input:hover ~ button,
.search-form-wrapper.white-text textarea:focus ~ button,
.search-form-wrapper.white-text textarea:hover ~ button {
  color: #fff;
}
.search-form-wrapper.white-text ::-webkit-input-placeholder {
  color: #fff;
}
.search-form-wrapper.white-text :-moz-placeholder {
  color: #fff;
}
.search-form-wrapper.white-text ::-moz-placeholder {
  color: #fff;
}
.search-form-wrapper.white-text :-ms-input-placeholder {
  color: #fff;
}

/******* instagram widget styles *******/
.tag-block ul {
  margin-top: 1.875rem;
}
.tag-block ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #55565b;
  margin: 0 0 0.625rem;
}
.tag-block ul li a {
  color: #55565b;
  background: #f8f8f8;
  border-radius: 20px;
  padding: 0 1.25rem;
  display: inline-block;
}
.tag-block ul li a:hover {
  background: #5645ff;
  color: #fff;
}

/******* slider styles *******/
.slider-title {
  font-size: 1.875rem;
  line-height: 1.2;
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  display: block;
  font-weight: 300;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 576px) {
  .slider-title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 767px) {
  .slider-title {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 991px) {
  .slider-title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1230px) {
  .slider-title {
    font-size: 3.375rem;
  }
}
@media screen and (min-width: 1600px) {
  .slider-title {
    font-size: 3.75rem;
  }
}
.slider-title span {
  color: #2812ff;
}
@media only screen and (min-width: 767px) {
  .slider-title {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 991px) {
  .slider-title {
    margin-bottom: 1.875rem;
  }
}
.slider-title.text-white {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  .slider-title.text-white {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 767px) {
  .slider-title.text-white {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 991px) {
  .slider-title.text-white {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1230px) {
  .slider-title.text-white {
    font-size: 3rem;
  }
}

.slider-main-title {
  color: #f8f8f8;
  font-size: 1.875rem;
  line-height: 1.2;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 576px) {
  .slider-main-title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 767px) {
  .slider-main-title {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 991px) {
  .slider-main-title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1230px) {
  .slider-main-title {
    font-size: 3.375rem;
  }
}
@media screen and (min-width: 1600px) {
  .slider-main-title {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 767px) {
  .slider-main-title {
    margin-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 991px) {
  .slider-main-title {
    font-size: 10rem;
    line-height: 10rem;
    letter-spacing: 1.563rem;
    margin-bottom: 4.375rem;
  }
}

.slider-sub-title {
  color: #5645ff;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.3125rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 576px) {
  .slider-sub-title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 767px) {
  .slider-sub-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 991px) {
  .slider-sub-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1230px) {
  .slider-sub-title {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 767px) {
  .slider-sub-title {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 991px) {
  .slider-sub-title {
    margin-bottom: 3.75rem;
  }
}

.slider-text {
  color: #575757;
  font-size: 0.875rem;
  line-height: 1.875rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 767px) {
  .slider-text {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 991px) {
  .slider-text {
    margin-bottom: 6.25rem;
  }
}

.tparrows {
  background: #5645ff;
}
.tparrows:before {
  color: #fff;
}

.tparrows:hover {
  background: #2812ff;
}

.events-container .event {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.events-container .event h2 {
  font-size: 2rem;
}

/*------------------------------------------------------------------
18. Blog
-------------------------------------------------------------------*/
/******* blog styles *******/
.blog-holder .col-wrap {
  margin-bottom: 0;
}
@media only screen and (min-width: 767px) {
  .blog-holder .col-wrap {
    margin-bottom: 0;
  }
}

.blog-holder .blog-desc {
  border: 1px solid #f8f8f8;
  padding: 0 0.9375rem;
}
.blog-holder .blog-desc .blog-title {
  position: relative;
  padding: 0.9375rem 0 0.4rem;
  border-bottom: 1px solid #f8f8f8;
  margin: 0 0 1.25rem;
  transition: all linear 0.2s;
}
.blog-holder .blog-desc h6 {
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}
.blog-holder .blog-desc h6 a {
  color: #55565b;
}
.blog-holder .blog-desc:hover .blog-title h6 a {
  color: #5645ff;
}
.blog-holder .blog-share {
  border-top: 1px solid #f8f8f8;
  padding: 1.25rem 0.9375rem 0;
  background: #f8f8f8;
  margin: 0.9375rem -0.9375rem 0;
}
.blog-holder .blog-share .social-network.with-text li {
  vertical-align: text-top;
  font-size: 0.75rem;
  position: relative;
}
@media only screen and (min-width: 1230px) {
  .blog-holder .blog-share .social-network.with-text li {
    font-size: 0.875rem;
  }
}
.blog-holder .blog-share .social-network.with-text li span {
  font-size: 1rem;
  margin-right: 0;
}
.blog-holder .blog-share .social-network.with-text li:before {
  position: absolute;
  content: "/";
  right: -5px;
  top: 0;
}
@media only screen and (min-width: 1230px) {
  .blog-holder .blog-share .social-network.with-text li:before {
    right: 3px;
  }
}
.blog-holder .blog-share .social-network.with-text li:first-child:before, .blog-holder .blog-share .social-network.with-text li:last-child:before {
  display: none;
}
.blog-holder .blog-img {
  margin: 0 0 1.875rem;
}
.blog-holder .blog-img img {
  width: 100%;
}
.blog-holder .blog-footer {
  margin: 0.9375rem -0.9375rem 0;
  padding: 0.9375rem 0.9375rem 0;
}

@media only screen and (min-width: 991px) {
  .blog-grid figure,
  .blog-grid .blog-img {
    margin: 0;
  }
}

.reverse-grid .post-date {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all linear;
}
.reverse-grid .post-img img {
  filter: grayscale(0);
}
.reverse-grid:hover .post-date {
  opacity: 1;
  visibility: visible;
}
.reverse-grid:hover .post-img img {
  filter: grayscale(100%);
}

.comment-block {
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  padding: 1.25rem 0.9375rem;
}
.comment-block h5 {
  font-weight: 600;
  line-height: 1.6;
}
.comment-block h5 a {
  color: #55565b;
}
.comment-block .comment-slot {
  position: relative;
}
.comment-block .comment-slot .thumb {
  max-width: 3.125rem;
}
.comment-block .comment-slot .comment-desc {
  padding: 0.9375rem;
  position: relative;
  margin-top: 1.875rem;
}
.comment-block .comment-slot .comment-desc a {
  color: #55565b;
}
.comment-block .comment-slot .comment-desc a:hover {
  color: #5645ff;
}
.comment-block .comment-reply {
  margin: 1.875rem 0 0 0;
}
.comment-block .comment-reply .comment-desc {
  border-top: 1px solid #f8f8f8;
}
.comment-block .jq-ry-container {
  padding: 0 0;
}
@media only screen and (max-width: 991px) {
  .comment-block .rating-block.float-right {
    float: left !important;
  }
}
@media only screen and (min-width: 991px) {
  .comment-block {
    padding: 1.25rem 0.9375rem;
  }
  .comment-block .comment-slot {
    padding-left: 4.375rem;
  }
  .comment-block .comment-slot .thumb {
    position: absolute;
    top: 0;
    left: 0;
  }
  .comment-block .comment-slot .comment-desc {
    margin-top: 0;
  }
  .comment-block .comment-slot .comment-desc:before {
    position: absolute;
    top: 0.9375rem;
    right: 100%;
    content: "";
  }
  .comment-block .comment-reply {
    margin: 3.125rem 0 0 3.125rem;
  }
  .comment-block .comment-reply .comment-desc {
    border-left: 1px solid #f8f8f8;
  }
}

.blog-lists {
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  padding: 0.25rem 0.9375rem;
  margin: 0 -0.9375rem 0;
}
.blog-lists .blog-list-items li {
  display: block;
  font-size: 0.75rem;
  position: relative;
  margin-right: 10px;
}
.blog-lists .blog-list-items li a {
  color: #000;
}
.blog-lists .blog-list-items li a:hover {
  color: #5645ff;
}
.blog-lists .blog-list-items li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 576px) {
  .blog-lists .blog-list-items li {
    display: inline-block;
  }
  .blog-lists .blog-list-items li:before {
    position: absolute;
    content: "|";
    right: -9px;
    top: 0;
  }
  .blog-lists .blog-list-items li:last-child:before {
    display: none;
  }
}

.related-posts .post-img {
  margin-bottom: 0;
}
.related-posts .blog-lists {
  border: none;
  padding: 0 0;
  margin: 0;
}
.related-posts .post-text {
  padding: 0.5rem 0 0;
}
.related-posts .post-text a:hover {
  color: #5645ff;
}

/******* author block ********/
.about-author {
  border: #ebedef 1px solid;
  border-bottom: #ebedef 3px double;
  padding: 1.875rem 0.9375rem;
}
.about-author h4 {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #55565b;
}
@media screen and (min-width: 576px) {
  .about-author h4 {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 767px) {
  .about-author h4 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 991px) {
  .about-author h4 {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1230px) {
  .about-author h4 {
    font-size: 1.125rem;
  }
}
.about-author .author-av {
  float: left;
  width: 3.75rem;
  margin-right: 1.25rem;
}
.about-author .author-av img {
  width: 100%;
}
.about-author .author-desc {
  overflow: hidden;
  display: table-row;
}
@media only screen and (min-width: 576px) {
  .about-author .author-av {
    width: 8.75rem;
  }
}

.author-posts {
  padding: 1.875rem 0 0;
}
@media only screen and (min-width: 991px) {
  .author-posts {
    padding-bottom: 1.875rem;
  }
}

/******* recent post styles *******/
.post-block .post-holder {
  position: relative;
  padding-left: 5rem;
  margin-top: 1.875rem;
  min-height: 3.438rem;
}
.post-block .post-holder .post-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.438rem;
  height: 3.438rem;
  border-radius: 50%;
}
.post-block .post-holder .post-avatar img {
  border-radius: 50%;
}
.post-block .post-holder .post-avatar:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all linear 0.3s;
  opacity: 0;
  visibility: hidden;
}
.post-block .post-holder .post-desc h6 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #212121;
}
.post-block .post-holder .post-desc h6 a {
  color: #212121;
}
.post-block .post-holder .post-desc p {
  margin: 0;
  font-size: 0.75rem;
  color: #55565b;
  line-height: 1.575rem;
}
.post-block .post-holder .post-desc p a {
  color: #212121;
}
.post-block .post-holder:hover .post-desc a {
  color: #5645ff;
}
.post-block .post-holder:hover .post-avatar:before {
  opacity: 1;
  visibility: visible;
}

/******* twitter feed styles *******/
.twitter-feed .tweet-holder {
  position: relative;
  padding-left: 80px;
  margin-top: 30px;
}
.twitter-feed .tweet-holder .twit-ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.438rem;
  color: #575757;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  transition: all linear 0.2s;
}
.twitter-feed .tweet-holder .twit-desc h6 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #55565b;
}
.twitter-feed .tweet-holder .twit-desc h6 a {
  color: #55565b;
}
.twitter-feed .tweet-holder .twit-desc h6 a:hover {
  color: #5645ff;
}
.twitter-feed .tweet-holder .twit-desc p {
  margin: 0;
  font-size: 0.75rem;
  color: #55565b;
  line-height: 1.575rem;
}
.twitter-feed .tweet-holder .twit-desc p a {
  color: #5645ff;
  word-break: break-word;
}
.twitter-feed .tweet-holder .twit-desc p a:hover {
  color: #5645ff;
}
.twitter-feed .tweet-holder:hover h6 a {
  color: #5645ff;
}
.twitter-feed .tweet-holder:hover .twit-ico {
  color: #5645ff;
}

/******* instagram widget styles *******/
.instagram-widget ul {
  margin-top: 1.875rem;
}
.instagram-widget ul li {
  list-style-type: none;
  display: inline-block;
  width: 31%;
  margin: 0 1% 2.5% 0;
}
.instagram-widget ul li:nth-child(3n) {
  margin-right: 0;
}
.instagram-widget ul li img {
  width: 100%;
}
@media only screen and (min-width: 1230px) {
  .instagram-widget ul li {
    margin: 0 0.9% 2.5% 0;
  }
}
@media only screen and (min-width: 1600px) {
  .instagram-widget ul li {
    margin: 0 1.9% 2.5% 0;
  }
}

/*------------------------------------------------------------------
19. Footer
-------------------------------------------------------------------*/
/* footer styles */
.footer .footer-main {
  /*background: $footer-bg-image;*/
  background-color: #000;
  position: relative;
  color: #7d7d7d;
  z-index: 2;
}
.footer .footer-main p {
  margin: 0;
  color: #7d7d7d;
}
.footer .footer-main p a {
  color: #7d7d7d;
}
.footer .footer-main p a:hover {
  color: #fff;
}
.footer .footer-main .holder {
  position: relative;
  padding-left: 3.5rem;
  text-align: left;
  margin: 0.7143rem 0;
}
.footer .footer-main .holder p {
  margin: 0;
  color: #7d7d7d;
}
.footer .footer-main .holder p a {
  color: #7d7d7d;
}
.footer .footer-main .holder p a:hover {
  color: #fff;
}
.footer .footer-main .icon {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #55565b;
  transform: translate(0, -50%);
}
@media screen and (min-width: 576px) {
  .footer .footer-main .icon {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 767px) {
  .footer .footer-main .icon {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 991px) {
  .footer .footer-main .icon {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1230px) {
  .footer .footer-main .icon {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1230px) {
  .footer .footer-main {
    padding-bottom: 5rem;
  }
}
.footer .footer-main h4 {
  color: #7d7d7d;
  font-size: 1.25rem;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 991px) {
  .footer .footer-main h4 {
    margin-top: 0;
  }
}
.footer .footer-logo {
  margin-bottom: 1.875rem;
}
.footer .footer-logo img {
  max-width: 150px;
}
@media only screen and (min-width: 991px) {
  .footer .footer-logo {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer .footer-logo.text-right {
    text-align: left !important;
    margin: 1.25rem 0 0;
  }
}
.footer .divider-border {
  background: #242424;
  margin: 1.875rem auto;
}
@media only screen and (min-width: 767px) {
  .footer .divider-border {
    margin: 3.125rem auto;
  }
}
.footer .divider-border.sm-border {
  max-width: 35.63rem;
}
.footer .footer-bottom {
  padding: 1.875rem 0;
  background: #212121;
}
.footer .footer-bottom p {
  margin: 0;
  color: #7d7d7d;
}
@media only screen and (max-width: 991px) {
  .footer .text-right {
    text-align: left !important;
  }
}
.footer .widget-block h4 {
  text-transform: uppercase;
  color: #575757;
}
.footer .widget-block .post-block .post-holder .post-desc h6 a {
  color: #7d7d7d;
}
.footer .widget-block .post-block .post-holder .post-desc p {
  color: #7d7d7d;
}
.footer .widget-block .post-block .post-holder:hover h6 a {
  color: #fff;
}
.footer .instagram-widget ul li {
  width: 29%;
  margin: 0 1% 2.5% 0;
}
.footer .instagram-widget ul li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 1230px) {
  .footer .instagram-widget ul li {
    margin: 0 0.9% 2.5% 0;
  }
}
@media only screen and (min-width: 1600px) {
  .footer .instagram-widget ul li {
    margin: 0 4% 6% 0;
  }
}

.footer-nav ul li {
  position: relative;
  display: block;
  margin: 0;
  list-style-type: none;
}
.footer-nav ul li a {
  color: #7d7d7d;
  font-weight: 400;
}
.footer-nav ul li a:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer-nav.inline-nav.text-center {
    text-align: left !important;
  }
}
.footer-nav.inline-nav li {
  display: inline-block;
  margin: 0 1rem 0.625rem 0;
}
.footer-nav.inline-nav li:last-child {
  margin-right: 0;
}
.footer-nav.bordered-nav ul li:before {
  position: absolute;
  content: "|";
  top: 0;
  left: -0.9375rem;
}
.footer-nav.bordered-nav ul li:first-child:before {
  display: none;
}

.footer-v1 .footer-main {
  background: #212121;
}

@media only screen and (min-width: 767px) {
  .footer-v2 .btn {
    min-width: 8.9rem;
    line-height: 1;
  }
}
.footer-v2 .btn.btn-trans-dark-gray {
  color: #7d7d7d;
}

.footer-v3 .footer-map {
  background-image: url(../img/map-05.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.footer-v3 .bg-white {
  background-color: #fff;
}
.footer-v3 .bg-white .footer-bottom {
  background: #fff;
}
.footer-v3 .bg-white .divider-border {
  background: #f8f8f8;
}
.footer-v3 .bg-white .widget-block h4 {
  color: #55565b;
}
.footer-v3 .bg-white .widget-block .post-block .post-holder:hover h6 a {
  color: #5645ff;
}
.footer-v3 .bg-white .footer-nav ul li a:hover {
  color: #5645ff;
}

/*------------------------------------------------------------------
20. Utilities
-------------------------------------------------------------------*/
/******* utilities *******/
.has-overlay, .overlay, .visual-inner, .parallax, .count-block {
  position: relative;
  z-index: 999;
}
.has-overlay:before, .overlay:before, .visual-inner:before, .parallax:before, .count-block:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  content: "";
  position: absolute;
}

.bg-stretch {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.bg-stretch img {
  max-width: none;
  width: 100%;
}

.less-wide {
  max-width: 53.75rem;
  margin: 0 auto;
}

.black-overlay-1:before {
  background: rgba(0, 0, 0, 0.1);
}

.black-overlay-2:before {
  background: rgba(0, 0, 0, 0.2);
}

.black-overlay-3:before, .lighten-overlay:before {
  background: rgba(0, 0, 0, 0.3);
}

.black-overlay-4:before {
  background: rgba(0, 0, 0, 0.4);
}

.black-overlay-5:before, .dark-overlay:before {
  background: rgba(0, 0, 0, 0.5);
}

.black-overlay-6:before, .lighten-m-overlay:before {
  background: rgba(0, 0, 0, 0.6);
}

.black-overlay-7:before {
  background: rgba(0, 0, 0, 0.7);
}

.black-overlay-8:before {
  background: rgba(0, 0, 0, 0.8);
}

.black-overlay-9:before {
  background: rgba(0, 0, 0, 0.9);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all linear 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999999999;
}

.v-align-row {
  align-items: center;
}

.bg-gray-light {
  background: #f8f8f8;
}

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

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

.bordered {
  border: 0.7143rem solid transparent;
}

.white-border {
  border-color: #fff;
}

.bg-gray-dark {
  background: #2d2d2d;
}

.bg-primary {
  background-color: #5645ff !important;
}

.bg-secondary {
  background-color: #55565b !important;
}

.bg-darker {
  background: #212121;
}

.bg-dark {
  background: #c1c5cd;
}

.gray-transparent {
  background: rgba(193, 197, 205, 0.1);
}

.no-overlay:after, .no-overlay:before {
  background: none;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #5645ff !important;
}

.text-secondary {
  color: #55565b !important;
}

.bottom-space {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 1230px) {
  .bottom-space {
    margin-bottom: 4.375rem;
  }
}

.bottom-s-space {
  margin-bottom: 1.25rem;
}

.bottom-m-space {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 991px) {
  .bottom-m-space {
    margin-bottom: 3.75rem;
  }
}

.top-xl-space {
  margin-top: 3.125rem;
}
@media only screen and (min-width: 1230px) {
  .top-xl-space {
    margin-top: 11.25rem;
  }
}

.top-m1-space {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 767px) {
  .top-m1-space {
    margin-top: 5.625rem;
  }
}
@media only screen and (min-width: 991px) {
  .top-m1-space {
    margin-top: 6.25rem;
  }
}

.top-l-space {
  margin-top: 3.75rem;
}
@media only screen and (min-width: 767px) {
  .top-l-space {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 991px) {
  .top-l-space {
    margin-top: 6.25rem;
  }
}
@media only screen and (min-width: 1230px) {
  .top-l-space {
    margin-top: 7.5rem;
  }
}

.top-space {
  margin-top: 2.8125rem;
}
@media only screen and (min-width: 767px) {
  .top-space {
    margin-top: 3.75rem;
  }
}
@media only screen and (min-width: 991px) {
  .top-space {
    margin-top: 5.625rem;
  }
}

.top-s-space {
  margin-top: 1.25rem;
}

.top-space-medium-only {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 767px) {
  .top-space-medium-only {
    margin-top: 0;
  }
}

.v-space {
  padding: 2.5rem 0;
}
@media only screen and (min-width: 767px) {
  .v-space {
    padding: 3.75rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .v-space {
    padding: 5rem 0;
  }
}

.top-m-space {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 991px) {
  .top-m-space {
    margin-top: 3.75rem;
  }
}

.bottom-space-small-only {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 767px) {
  .bottom-space-small-only {
    margin-bottom: 0;
  }
}

.bottom-space-medium-only {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 991px) {
  .bottom-space-medium-only {
    margin-bottom: 0;
  }
}

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

.has-radius-small {
  border-radius: 0.25rem;
}

.has-radius-medium {
  border-radius: 0.5rem;
}

.has-radius {
  border-radius: 1rem;
}

.has-radius-large {
  border-radius: 2rem;
}

.has-radius-huge {
  border-radius: 5.429rem;
}

.has-shadow {
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.3);
}

.transparent {
  background: transparent;
}

.img-border {
  border-radius: 0.5rem;
}
.img-border img {
  border-radius: 0.5rem;
}

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

@media (max-width: 575.98px) {
  .main-header .navbar .navbar-brand {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .main-header .navbar .navbar-brand {
    width: 100%;
    text-align: right;
    padding-right: 1rem;
  }
}

/*# sourceMappingURL=screen.css.map */
