/*------------------------------------------------------------------
[Table of contents]

0. Foundation
1. General
2. Re-usable Styles
3. Body
4. Header
6. Magnific Popup
7. Custom Checkbox + Radio
8. Post Syling
9. Overlay
10. Sidebar & Widgets
11. Pagination
12. Carousel
13. Snap To Scroll
14. Custom Scrollbar
15. Form Styling
16. Revolution Slider
17. Contact Page
18. 404 Page
19. WP-Specific
20. Mobile Menu
22. Comments
24. Shortcodes
25. Animations
26. Style Switcher
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
Foundation
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: not-allowed;
}

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas embed, #map_canvas img, #map_canvas object, .map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput=mouse] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

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

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em, i {
  font-style: italic;
}

b, em, i, strong {
  line-height: inherit;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.4;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:focus, a:hover {
  color: #258faf;
}

a img {
  border: 0;
}

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

dl, ol, ul {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
}

ol, ul {
  margin-left: 1.25rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: .3rem;
  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: .8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-weight: 400;
  border: 1px solid #cacaca;
  padding: .125rem .3125rem .0625rem;
}

code, kbd {
  font-family: Consolas,Liberation Mono,Courier,monospace;
  color: #0a0a0a;
  background-color: #e6e6e6;
}

kbd {
  padding: .125rem .25rem 0;
  margin: 0;
}

.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

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

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

  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

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

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

  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print, th.show-for-print {
    display: table-cell !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after, a[href^='#']:after, a[href^='javascript:']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  blockquote, pre {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img, tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
.float-left {
  float: left !important;
}

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

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

.clearfix:after, .clearfix:before {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.hide-for-portrait, .show-for-landscape {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .hide-for-portrait, .show-for-landscape {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-portrait, .show-for-landscape {
    display: none !important;
  }
}
.hide-for-landscape, .show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape, .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important;
  }
}
.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row .row {
  margin-left: -.9375rem;
  margin-right: -.9375rem;
}

.row.expanded, .row .row {
  max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.column, .columns {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: .9375rem;
  padding-right: .9375rem;
  min-width: 0;
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.small-offset-0 {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-up-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
  -webkit-flex: 0 0 14.28571%;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}
@media screen and (min-width: 64em) {
  .large-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .large-offset-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .large-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}
.shrink {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.align-top.columns, .column.align-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom.columns, .column.align-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle.columns, .column.align-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch.columns, .column.align-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

@media screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
.slide-in-down.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active, .hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active, .scale-out-up.mui-leave {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active, .spin-out.mui-leave {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
}

.spin-in-ccw.mui-enter, .spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
}

.spin-in-ccw.mui-enter.mui-enter-active, .spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
  opacity: 0;
}

.slow {
  transition-duration: 0.75s !important;
}

.fast {
  transition-duration: 0.25s !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 0.3s !important;
}

.long-delay {
  transition-delay: 0.7s !important;
}

.shake {
  -webkit-animation-name: a;
  animation-name: a;
}

@-webkit-keyframes a {
  0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,15%,25%,35%,45%,55%,65%,75%,85%,95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
@keyframes a {
  0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,15%,25%,35%,45%,55%,65%,75%,85%,95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
.spin-cw {
  -webkit-animation-name: b;
  animation-name: b;
}

@-webkit-keyframes b {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes b {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.spin-ccw {
  -webkit-animation-name: b;
  animation-name: b;
}

@keyframes b {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.wiggle {
  -webkit-animation-name: c;
  animation-name: c;
}

@-webkit-keyframes c {
  40%,50%,60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,45%,55%,65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,30%,70%,to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes c {
  40%,50%,60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,45%,55%,65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,30%,70%,to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.shake, .spin-ccw, .spin-cw, .wiggle {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 0.75s !important;
  animation-duration: 0.75s !important;
}

.fast {
  -webkit-animation-duration: 0.25s !important;
  animation-duration: 0.25s !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.long-delay {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px;
}

table tbody, table tfoot, table thead {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table caption {
  font-weight: 700;
  padding: .5rem .625rem .625rem;
}

table tfoot, table thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

table tfoot tr, table thead tr {
  background: transparent;
}

table tfoot td, table tfoot th, table thead td, table thead th {
  padding: .5rem .625rem .625rem;
  font-weight: 700;
  text-align: left;
}

table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

table tbody td, table tbody th {
  padding: .5rem .625rem .625rem;
}

@media screen and (max-width: 63.9375em) {
  table.stack tfoot, table.stack thead {
    display: none;
  }

  table.stack td, table.stack th, table.stack tr {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover tr:hover {
  background-color: #f9f9f9;
}

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

/*------------------------------------------------------------------
General
*/
html {
  height: 100%;
  min-height: 100%;
  overflow-y: scroll !important;
}

body {
  color: #303030;
  background: #fff;
  height: 100%;
  position: static;
  min-height: 100%;
}
body div, body dl, body dt, body dd, body ul, body ol, body li, body pre, body form, body p, body blockquote, body th, body td {
  font-size: inherit;
  font-family: inherit;
}
body p {
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.555;
  margin-bottom: 0.65rem;
}
body strong {
  font-weight: 600;
}

a {
  color: #151515;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
a:focus {
  color: #151515;
}
a:hover {
  color: #646464;
}

.font-style1, body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Sumana', serif;
}

.font-style2, .header .blog-description, .sf-menu, .post .post-category, .post .post-socials, .post .post-footer, input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea, .figcaption, .post .post-gallery figcaption, .wp-caption .wp-caption-text, .thb-mobile-menu, .thb-mobile-secondary-menu, .menu-footer, .instagram-row .instagram_link span, #subfooter, ol.commentlist .comment .comment-meta, ol.commentlist .comment .reply, .comment-reply-title, .not-found figure, .small-title, .search_title, .thb-child-categories, .btn,
.btn:focus,
.button,
input[type=submit] {
  font-family: 'Work Sans', sans;
}

h1, h2, h3, h4, h5, h6 {
  color: #151515;
  text-rendering: auto;
  font-weight: 700;
}

/*------------------------------------------------------------------
Typography
*/
h1 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
  h1 {
    font-size: 42px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 75em) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 24px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 600;
}

/*------------------------------------------------------------------
Re-usable Styles
*/
.reset, figure, .sf-menu, .sf-menu li, .sf-menu li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu, .sf-menu li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu li, .widget.widget_calendar table, .searchform fieldset {
  margin: 0;
  padding: 0;
}

.cf:before, .wpcf7-form-control-wrap:before, .image_link:before, .cf:after, .wpcf7-form-control-wrap:after, .image_link:after {
  content: " ";
  display: table;
}
.cf:after, .wpcf7-form-control-wrap:after, .image_link:after {
  clear: both;
}

.endcolumn [class*="column"] + [class*="column"]:last-child, .sf-menu li.menu-item-mega-parent .thb_mega_menu_holder .category-children > div [class*="column"] + [class*="column"]:last-child {
  float: left;
}

.transition, input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea, .thb-mobile-menu li a, .thb-mobile-secondary-menu li a, .instagram-row .columns figure, .commentlist_container, .mouse_scroll, .mouse_scroll:hover, .image_link img {
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.quick-transition, a, .post .post-gallery, .post.hover-border, .widget.widget_postslider, .slick.show-overflow .slick-list .slick-slide .slider-content, .slick.show-overflow .slick-list .slick-slide, .slick .slick-nav, .btn,
.btn:focus,
.button,
input[type=submit] {
  -moz-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}

.linear-transition {
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.linear-quick-transition, #content-container, .post .post-gallery:hover .thb-share .social, .slick, #mobile-menu, .thb-mobile-menu li span {
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.admin-bar .admin-style, .admin-bar .subheader.fixed, .admin-bar #mobile-menu {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .admin-style, .admin-bar .subheader.fixed, .admin-bar #mobile-menu {
    top: 32px;
  }
}

.custom_scroll {
  overflow: hidden;
  height: 100%;
  position: relative;
}

.flex-video {
  margin: 0;
}

/*------------------------------------------------------------------
Body
*/
.row.full-width-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.row.no-padding {
  margin: auto;
}
.row.no-padding > .columns,
.row.no-padding .owl-item > .columns {
  padding: 0;
}
.row.max_width {
  max-width: 75em;
  margin: 0 auto;
}
.row:after, .row:before {
  display: none !important;
}
.row.low-padding {
  margin: 0 -5px;
}
.row.low-padding > .columns {
  padding: 0 5px;
}

#content-container {
  min-height: 100%;
}
#content-container .click-capture {
  position: absolute;
  z-index: 998;
  top: 0;
  .
		right: 0;
  width: 0;
  height: 0;
  background: rgba(211, 211, 211, 0.8);
  content: '';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

#wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
#wrapper [role="main"] {
  position: relative;
  z-index: 10;
}
#wrapper.open-menu #content-container {
  margin-left: 0;
  -moz-transform: translate3d(320px, 0, 0);
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
}
@media only screen and (max-width: 40.063em) {
  #wrapper.open-menu #content-container {
    margin-left: 0;
    -moz-transform: translate3d(280px, 0, 0);
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
}
#wrapper.open-menu #content-container .click-capture {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  left: 0;
}

/*------------------------------------------------------------------
Header
*/
.subheader {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #fff;
  position: relative;
  z-index: 30;
  min-height: 40px;
  display: flex;
  align-items: center;
  background: #fff;
}
.subheader > .row {
  flex: 1;
  max-width: 100%;
}
.subheader.dark {
  background: #262626;
  border-bottom: 0;
}
.subheader.dark #page-title {
  color: #fff;
}
.subheader.light .sub-menu:not(.thb_mega_menu) {
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.subheader.light .thb_mega_menu_holder {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
@media only screen and (min-width: 64.063em) {
  .subheader {
    min-height: 50px;
  }
}
.subheader.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  margin: 0;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.subheader.fixed.header--slide {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.subheader.fixed.header--unslide {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.subheader.fixed > .row {
  position: relative;
}
.subheader.fixed .progress {
  display: block;
  position: absolute;
  bottom: -2px;
  left: -15px;
  height: 2px;
  width: 0;
  background: #646464;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.subheader #page-title {
  text-align: center;
  line-height: 1;
  color: #151515;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 3px 0;
}

.header {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}
@media only screen and (min-width: 75em) {
  .header {
    padding: 35px;
  }
}
.header .blog-description {
  font-size: 10px;
  font-weight: 600;
  margin: 3px 0 0 0;
  text-transform: uppercase;
  color: #9e9e9e;
  line-height: 1;
}
.page.wpb-js-composer .header, .single-post .header, .category .header {
  margin-bottom: 0;
}

.menu-container {
  display: none;
}
@media only screen and (min-width: 64.063em) {
  .menu-container {
    display: block;
  }
}

.logolink {
  display: inline-block;
}
.logolink .logoimg {
  display: block;
  max-height: 29px;
}
.logolink .logoimg_footer {
  display: block;
  max-height: 51px;
}

.sf-menu {
  text-align: center;
  text-transform: uppercase;
  list-style: none;
}
.sf-menu li {
  display: inline-flex;
  font-size: 10px;
  position: relative;
}
.sf-menu li a {
  display: block;
  padding: 0 10px;
}
@media only screen and (min-width: 75em) {
  .sf-menu li a {
    padding: 0 15px;
  }
}
.dark .sf-menu li a {
  color: #fff;
}
.dark .sf-menu li a:hover {
  color: #c7c7c7;
}
.sf-menu li .sub-menu:not(.thb_mega_menu) {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0;
  background: #fff;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sf-menu li .sub-menu:not(.thb_mega_menu) a {
  min-width: 140px;
  white-space: nowrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding-top: 10px;
  padding-bottom: 10px;
}
.sf-menu li .sub-menu:not(.thb_mega_menu) a:hover {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.05);
}
.dark .sf-menu li .sub-menu:not(.thb_mega_menu) {
  background: #262626;
}
.dark .sf-menu li .sub-menu:not(.thb_mega_menu) a {
  border-color: rgba(255, 255, 255, 0.05);
}
.dark .sf-menu li .sub-menu:not(.thb_mega_menu) a:hover {
  background: rgba(255, 255, 255, 0.05);
}
.sf-menu li.menu-item-mega-parent {
  position: static;
}
.sf-menu li.menu-item-mega-parent .thb_mega_menu_holder {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  background: #fff;
  padding: 30px 0 25px;
  z-index: 20;
  opacity: 0;
  will-change: opacity;
}
.dark .sf-menu li.menu-item-mega-parent .thb_mega_menu_holder {
  background: #262626;
}
.dark .sf-menu li.menu-item-mega-parent .thb_mega_menu_holder a:not(:hover) {
  color: #fff;
}
.boxed .sf-menu li.menu-item-mega-parent .thb_mega_menu_holder {
  padding: 30px 15px 25px;
}
.sf-menu li.menu-item-mega-parent .thb_mega_menu_holder > .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem;
}
.sf-menu li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu {
  float: left;
  width: 230px;
  text-align: left;
}
.sf-menu li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu li {
  display: block;
}
.sf-menu li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu li > a {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.sf-menu li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu li.active a, .sf-menu li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu li.active a .fa {
  color: #646464;
}
.sf-menu li.menu-item-mega-parent .thb_mega_menu_holder .category-children {
  margin-left: 230px;
}
.sf-menu li.menu-item-mega-parent .thb_mega_menu_holder .category-children > div {
  display: none;
  text-align: left;
  min-width: 100%;
}
.sf-menu li.menu-item-mega-parent .thb_mega_menu_holder .category-children > div:first-child {
  display: flex;
}
.sf-menu li.menu-item-mega-parent .thb_mega_menu_holder .category-children > div a {
  white-space: normal;
}
.sf-menu li.menu-item-mega-parent .thb_mega_menu_holder .category-children > div .post {
  margin: 0;
}
.sf-menu li.menu-item-mega-parent .thb_mega_menu_holder .category-children > div .post a {
  padding: 0;
}
.sf-menu li.menu-item-mega-parent .thb_mega_menu_holder .category-children > div .post .post-title h6 {
  font-size: 14px;
}
.sf-menu li.menu-item-mega-parent .thb_mega_menu_holder .category-children > div .post .thb-share {
  display: none;
}
.sf-menu > li > a {
  font-size: 12px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}

.quick_search {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.quick_search .search_icon {
  fill: #151515;
  position: relative;
  z-index: 10;
  display: inline-block;
}
.dark .quick_search .search_icon {
  fill: #fff;
}
.quick_search .search_icon.search_close {
  display: none;
}
.quick_search.toggled .search_icon {
  display: none;
}
.quick_search.toggled .search_icon.search_close {
  display: inline-block;
}
.quick_search .searchform {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}
.quick_search .searchform fieldset {
  height: 100%;
}
.quick_search .searchform fieldset input {
  width: 100%;
  height: 100%;
  border: 0;
  text-align: center;
  color: #151515;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: none;
  padding: 0 30px;
}
.quick_search .searchform fieldset input:-moz-placeholder {
  color: #969696;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}
.quick_search .searchform fieldset input::-moz-placeholder {
  color: #969696;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}
.quick_search .searchform fieldset input:-ms-input-placeholder {
  color: #969696;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}
.quick_search .searchform fieldset input::-webkit-input-placeholder {
  color: #969696;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}
.dark .quick_search .searchform fieldset input {
  background: #262626;
  color: #fff;
}

/*------------------------------------------------------------------
Post Syling
*/
.post {
  margin-bottom: 30px;
  flex: 1;
  width: 100%;
  /* Post Styles */
}
.post.format-gallery .post-gallery, .post.format-video .post-gallery {
  position: relative;
}
.post.format-gallery .post-gallery:after, .post.format-video .post-gallery:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 16px;
  width: 32px;
  height: 32px;
  color: #fff;
  text-indent: 2px;
}
@media only screen and (min-width: 40.063em) {
  .post.format-gallery .post-gallery:after, .post.format-video .post-gallery:after {
    top: 20px;
    right: 20px;
    border-radius: 21px;
    width: 42px;
    height: 42px;
  }
}
.post.format-gallery .post-gallery:after {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEE2MjNENzlGRDg4MTFFNUJGNjI4RjU4QzNFMTY1MDMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEE2MjNEN0FGRDg4MTFFNUJGNjI4RjU4QzNFMTY1MDMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QTYyM0Q3N0ZEODgxMUU1QkY2MjhGNThDM0UxNjUwMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QTYyM0Q3OEZEODgxMUU1QkY2MjhGNThDM0UxNjUwMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjCVMvcAAAGgSURBVHjaYvr///+K//QDixhBJAPtAMxsRpgAE40segvEvkBsDcRuQHwP4QTagMWggEPCtTAJWvnwDxr/N62D1AKIeaBsdiB2h0mQkmj+AfFpID4CxDeA+C8QqwCxDTSumNHUfwHid0DMB8QCpMbhcyB2RYsXZGwFxI+JMYgYC3cBsSQey2BYAoh3EjKMkbbZEBOwALECDrmfQPwcizgorvihmfkzEP/CokYSmliwFAW4wVIswcYJxOuB+CUQvwLi40Asj0VdKzlxmIhmCDsQH8Ci7iYQ86KpNcNlKL58eBWNLwLEZljUqQGxPgG9DMRk/O9Y4psDh1r0dPCNHAvF0PhfoRkZW+I6TUAvURaaYKkBZqGlSlBpsxmI76KpNcNdYeEG+7GkPiZoqQKqtDcCsS8Qs2FRN5+cVPoLaiADiVgZiN+Tk0pZgXgZEGuQUJCIAvE+lMKahDhkgFYxh4FYmwjLRKCWyeFTxESkQSBL+6G+ZUSTlwLiGiA+B8Q6hAwjpxEFSpFXkOpDPVI007rVRlaQjlpIsoVL6WjfSoAAAwCaEXPssYcTcwAAAABJRU5ErkJggg==") center center no-repeat;
  -moz-background-size: 14px;
  -o-background-size: 14px;
  -webkit-background-size: 14px;
  background-size: 14px;
}
.post.format-video .post-gallery:after {
  font-family: FontAwesome;
  content: "\f04b";
}
.post.type-page {
  margin: 0;
}
.post.blog-post {
  padding-top: 20px;
}
@media only screen and (min-width: 40.063em) {
  .post.blog-post {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 40.063em) {
  .post.blog-post .post-gallery.blog-post {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 64.063em) {
  .post.blog-post .post-gallery.blog-post {
    margin-bottom: 50px;
  }
}
.post.blog-post .post-title {
  text-align: center;
}
.post.blog-post .post-category {
  font-size: 12px;
}
@media only screen and (min-width: 64.063em) {
  .post.blog-post .post-category {
    margin-bottom: 20px;
  }
}
.post.blog-post .post-gallery:after {
  display: none;
}
.post .post-category {
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  color: #9e9e9e;
  font-weight: 700;
  margin-bottom: 10px;
}
.post .post-category a {
  color: #9e9e9e;
}
@media only screen and (min-width: 64.063em) {
  .post .post-category {
    margin-bottom: 16px;
  }
}
.post .post-meta {
  width: 100%;
  position: relative;
  font-size: 11px;
  color: #151515;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 25px;
}
.post .post-meta em {
  text-transform: none;
}
@media only screen and (min-width: 64.063em) {
  .post .post-meta {
    margin-bottom: 40px;
  }
}
.post .post-socials {
  position: relative;
  margin-bottom: 50px;
}
.post .post-socials a {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  background: #151515;
  line-height: 29px;
  padding: 0 10px;
}
.post .post-socials a span {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  .post .post-socials a span {
    display: inline;
  }
  .post .post-socials a .fa {
    margin-right: 7px;
  }
}
.post .post-socials a .fa {
  font-size: 11px;
}
.post .post-socials a:hover {
  background: #646464;
}
.post .post-socials a.facebook:hover {
  background: #3b5998;
}
.post .post-socials a.twitter:hover {
  background: #00aced;
}
.post .post-socials a.pinterest:hover {
  background: #cb2027;
}
.post .post-socials a.google-plus:hover {
  background: #dd4b39;
}
.post .post-footer {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.post .post-footer .article-tags {
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  .post .post-footer .article-tags {
    text-align: right;
  }
}
.post .post-footer .article-tags a {
  display: inline-block;
  color: #9e9e9e;
  margin: 0 15px;
}
.post .post-footer .article-tags a:hover {
  color: #151515;
}
@media only screen and (min-width: 40.063em) {
  .post .post-footer .article-tags a {
    margin: 0 0 0 15px;
  }
}
@media only screen and (min-width: 64.063em) {
  .post .post-footer .article-tags a {
    margin: 0 0 0 30px;
  }
}
.post .post-footer .thb-share {
  display: inline-block;
  line-height: 1;
}
.post .post-footer .thb-share a {
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
}
.post .post-gallery {
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  /* End Hover */
}
.post .post-gallery img {
  width: 100%;
}
.post .post-gallery > a {
  display: block;
  position: relative;
}
.post .post-gallery > a:hover {
  color: #151515;
}
.post .post-gallery.background-gallery {
  height: 0;
  background-position: center;
  background-size: cover;
  padding-bottom: 50%;
  position: relative;
}
.post .post-gallery.background-gallery > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post .post-gallery .thb-share {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 28px;
  z-index: 30;
  display: block;
}
@media only screen and (min-width: 40.063em) {
  .post .post-gallery .thb-share {
    top: 15px;
    left: 15px;
  }
}
@media only screen and (min-width: 64.063em) {
  .post .post-gallery .thb-share {
    top: 20px;
    left: 20px;
  }
}
.post .post-gallery .thb-share .social {
  width: 28px;
  height: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 14px;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 2px;
  opacity: 0;
  -moz-transform-origin: center 50%;
  -ms-transform-origin: center 50%;
  -webkit-transform-origin: center 50%;
  transform-origin: center 50%;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.post .post-gallery .thb-share .social.facebook {
  background: #3b5998;
}
.post .post-gallery .thb-share .social.facebook:hover {
  background: #2d4373;
}
.post .post-gallery .thb-share .social.twitter {
  background: #00aced;
}
.post .post-gallery .thb-share .social.twitter:hover {
  background: #0087ba;
}
.post .post-gallery .thb-share .social.google-plus {
  background: #dd4b39;
}
.post .post-gallery .thb-share .social.google-plus:hover {
  background: #c23321;
}
.post .post-gallery .thb-share .social.pinterest {
  background: #cb2027;
}
.post .post-gallery .thb-share .social.pinterest:hover {
  background: #9f191f;
}
@media only screen and (min-width: 64.063em) {
  .post .post-gallery .thb-share .social {
    margin-bottom: 5px;
  }
}
.post .post-gallery:hover .thb-share .social {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.post .post-gallery:hover .thb-share .social:nth-child(1) {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.post .post-gallery:hover .thb-share .social:nth-child(2) {
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.post .post-gallery:hover .thb-share .social:nth-child(3) {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.post .post-gallery:hover .thb-share .social:nth-child(4) {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.post .post-gallery:hover .thb-share .social:nth-child(5) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.post .post-title {
  width: 100%;
}
.post .post-title h6 {
  font-size: 18px;
}
.post .post-title h1, .post .post-title h2, .post .post-title h3, .post .post-title h4, .post .post-title h5, .post .post-title h6 {
  font-weight: 400;
}
.single-post .post .post-content {
  margin-bottom: 35px;
}
.single-post.article-dropcap-enabled .post .post-content p:first-child:first-letter {
  display: block;
  float: left;
  font-size: 94px;
  line-height: 1;
  vertical-align: text-top;
  margin: -13px 8px 0 -2px;
  font-weight: 700;
}
.post .post-content.small-text {
  margin-bottom: 5px;
}
.post .post-content.small-text p {
  font-size: 14px;
  color: #646464;
  margin-bottom: 20px;
}
.post.hover-border {
  border-bottom: 4px solid #f9f9f9;
  padding-bottom: 30px;
}
.post.hover-border:hover {
  border-color: #151515;
}
.post.hover-border .post-meta {
  margin: 0;
}
.post.center-content > .row > .columns {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.post.style2 {
  text-align: center;
}
.post.style2 .post-title {
  padding: 0;
}
@media only screen and (min-width: 40.063em) {
  .post.style2 .post-title {
    padding: 0 15px;
  }
}
.post.style3 .post-meta {
  margin: 0;
}
@media only screen and (min-width: 40.063em) {
  .post.style3 .post-gallery {
    margin: 0;
  }
}
@media only screen and (min-width: 40.063em) {
  .post.style4 {
    margin-bottom: 40px;
  }
}
.post.style4 .post-meta {
  margin: 0;
}
.post.style5 {
  text-align: center;
}
.post.style5 .post-category {
  margin-bottom: 10px;
}
.post.style6 h3 {
  margin-bottom: 20px;
}
.post.slider-style1, .post.slider-style2 {
  border-bottom: 1px solid #f4f4f4;
}
.post.slider-style1 h2, .post.slider-style2 h2 {
  margin-bottom: 18px;
}
.post.slider-style3 {
  margin: 0;
  background: #151515;
  position: relative;
}
.post.slider-style3 .post-gallery.background-gallery {
  margin: 0;
  opacity: 0.9;
  padding-bottom: 70%;
}
@media only screen and (min-width: 40.063em) {
  .post.slider-style3 .post-gallery.background-gallery {
    padding-bottom: 48%;
  }
}
@media only screen and (min-width: 40.063em) {
  .post.slider-style3 .post-gallery.background-gallery.thb_medium_slider {
    padding-bottom: 40%;
  }
}
.post.slider-style3 .post-category {
  font-size: 12px;
}
.post.slider-style3 .slider-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  margin: 0;
}
.post.slider-style3 .slider-content a,
.post.slider-style3 .slider-content .post-meta {
  color: #fff;
  margin: 0;
}
.post.slider-style4 {
  margin: 0;
  background: #151515;
  position: relative;
}
.post.slider-style4 .post-gallery.background-gallery {
  margin: 0;
  padding-bottom: 70%;
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  .post.slider-style4 .post-gallery.background-gallery {
    padding-bottom: 50%;
    width: 40%;
    margin-left: 60%;
  }
}
@media only screen and (min-width: 64.063em) {
  .post.slider-style4 .post-gallery.background-gallery {
    width: 50%;
    margin-left: 50%;
  }
}
.post.slider-style4 .slider-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  margin: 0;
  padding: 30px;
  background: #151515;
}
@media only screen and (min-width: 40.063em) {
  .post.slider-style4 .slider-content {
    position: absolute;
    width: 60%;
    height: 100%;
  }
}
@media only screen and (min-width: 64.063em) {
  .post.slider-style4 .slider-content {
    width: 50%;
  }
}
.post.slider-style4 .slider-content a,
.post.slider-style4 .slider-content .post-meta {
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 75em) {
  .post.slider-style4 .slider-content .post-title h2 {
    font-size: 48px;
  }
}

.related-posts {
  padding-top: 45px;
}

#infinite-article {
  padding-bottom: 120px;
  position: relative;
}
#infinite-article > .post-detail-row {
  padding: 30px 0;
}
#infinite-article > .post-detail-row:first-child {
  padding-top: 0;
}

.thb-loading:after, .slick:after {
  content: '';
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -19px;
  padding: 3px;
  border-radius: 19px;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSIjMjIyMjIyIj4KICA8cGF0aCBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4KICA8cGF0aCBkPSJNMTYgMCBBMTYgMTYgMCAwIDEgMzIgMTYgTDI4IDE2IEExMiAxMiAwIDAgMCAxNiA0eiI+CiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAxNiAxNiIgdG89IjM2MCAxNiAxNiIgZHVyPSIwLjhzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L3BhdGg+Cjwvc3ZnPgo=") center center no-repeat;
}
.thb-loading.posts:after, .posts.slick:after {
  bottom: auto;
  top: 50%;
  margin-top: -16px;
}
.thb-loading.posts .post, .posts.slick .post {
  opacity: 0.2;
}

/* Non VC Page */
.non-VC-page {
  padding: 60px 0;
}
.non-VC-page .post .post-title {
  margin-bottom: 20px;
}

/* Ads */
.ad_container_bottom {
  background: #f8f8f8;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  margin-top: 30px;
}
@media only screen and (min-width: 40.063em) {
  .ad_container_bottom {
    padding: 40px 0;
  }
}

/*------------------------------------------------------------------
Sidebar & Widgets
*/
.blog-section {
  margin: 55px 0;
}
.blog-section + .sidebar {
  margin: 0 0 55px 0;
}
@media only screen and (min-width: 40.063em) {
  .blog-section + .sidebar {
    margin-top: 55px;
  }
}

.sidebar {
  padding-left: 15px;
}
@media only screen and (min-width: 40.063em) {
  .sidebar {
    padding-left: 45px;
  }
}

.widget {
  margin-bottom: 40px;
  width: 100%;
  color: #646464;
}
.widget:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 40.063em) {
  .widget:last-child {
    margin-bottom: 40px;
  }
}
.widget h5 {
  display: block;
  background: #151515;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 0 10px;
  line-height: 1;
  text-align: center;
  font-weight: 400;
}
@media only screen and (min-width: 64.063em) {
  .widget h5 {
    padding: 17px 0 20px;
  }
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget.widget_recent_entries h5 {
  margin: 0;
}
.widget.widget_calendar #calendar_wrap {
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.widget.widget_calendar table {
  background: transparent;
  border: 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget.widget_calendar table thead {
  background: transparent;
  font-size: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.widget.widget_calendar table thead th {
  padding: 13px 0;
  color: #303030;
  text-align: center;
  font-weight: 800;
}
.widget.widget_calendar table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.01);
}
.widget.widget_calendar table tbody td {
  font-size: 12px;
  color: #686868;
  text-align: center;
  padding: 9px 0;
}
.widget.widget_calendar table tfoot {
  background: transparent;
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.widget.widget_calendar table tfoot tr td {
  padding: 12px 14px;
  font-size: 12px;
}
.widget.widget_calendar table tfoot tr td a {
  color: #737373;
  text-transform: uppercase;
  font-weight: 800;
}
.widget.widget_calendar table tfoot tr #next {
  text-align: right;
}
.widget.widget_calendar table caption {
  color: #303030;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.widget.widget_postslider {
  padding-bottom: 30px;
  border-bottom: 4px solid #f9f9f9;
}
.widget.widget_postslider h5 {
  margin: 0;
}
.widget.widget_postslider h2 {
  font-size: 18px;
}
.widget.widget_postslider .post {
  border: 0;
  padding: 0;
}
.widget.widget_postslider:hover {
  border-color: #151515;
}
.widget.widget_tag_cloud li {
  display: inline-block;
}
.widget.widget_mc4wp_form_widget {
  text-align: center;
}
.widget.widget_mc4wp_form_widget .mc4wp-form-fields {
  position: relative;
  padding-top: 85px;
}
.widget.widget_mc4wp_form_widget .mc4wp-form-fields:before {
  content: "\f0e0";
  font-size: 20px;
  font-family: FontAwesome;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  border: 4px solid #f5f5f5;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -32px;
}
.widget.widget_mc4wp_form_widget p {
  color: #646464;
  font-size: 14px;
  margin-bottom: 15px;
}
.widget.widget_mc4wp_form_widget input[type="text"],
.widget.widget_mc4wp_form_widget input[type="email"] {
  width: 100%;
}
.widget.widget_mc4wp_form_widget input[type=submit] {
  margin-top: 10px;
}

.widget_search .searchform fieldset {
  position: relative;
  padding-right: 42px;
}
.widget_search .searchform .s {
  width: 100%;
  border-right: 0;
}
.widget_search .searchform #searchsubmit {
  display: block;
  width: 42px;
  height: 42px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #151515 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgY2xhc3M9InNlYXJjaF9pY29uIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Ik0xOS44IDE4LjRsLTUuNC01LjRjMS4xLTEuNCAxLjgtMy4xIDEuOC01IDAtNC40LTMuNi04LTgtOCAtNC40IDAtOCAzLjYtOCA4czMuNiA4IDggOGMxLjggMCAzLjUtMC42IDQuOC0xLjZsNS40IDUuNGMwLjIgMC4yIDAuNSAwLjMgMC43IDAuMyAwLjMgMCAwLjUtMC4xIDAuNy0wLjNDMjAuMiAxOS40IDIwLjIgMTguOCAxOS44IDE4LjR6TTIuMSA4LjFjMC0zLjMgMi43LTYgNi02czYgMi43IDYgNmMwIDMuMy0yLjcgNi02IDZTMi4xIDExLjQgMi4xIDguMXoiPjwvcGF0aD48L3N2Zz4=") center center no-repeat;
  background-size: 16px;
}

/*------------------------------------------------------------------
Carousel
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider-container {
  max-width: 100%;
  overflow: hidden;
}

.slick {
  height: auto;
  max-height: 300px;
  position: relative;
  overflow: hidden;
}
.slick:after {
  bottom: auto;
  top: 50%;
  margin-top: -19px;
}
.slick .slick-list, .slick > div {
  opacity: 0;
}
.slick.row {
  max-width: 75rem;
  margin: 0 auto;
}
.slick.row.style2 {
  max-width: 62.5rem;
}
.slick.slick-initialized {
  height: auto;
  max-height: 100%;
  overflow: visible;
}
.slick.slick-initialized .slick-list, .slick.slick-initialized > div {
  opacity: 1;
}
.slick.slick-initialized:after {
  display: none;
}
.slick.show-overflow .slick-list {
  overflow: visible;
}
.slick.show-overflow .slick-list .slick-slide {
  opacity: 0.2;
}
.slick.show-overflow .slick-list .slick-slide .slider-content {
  opacity: 0;
}
.slick.show-overflow .slick-list .slick-slide.slick-active.slick-center, .slick.show-overflow .slick-list .slick-slide.slick-active.slick-current {
  opacity: 1;
}
.slick.show-overflow .slick-list .slick-slide.slick-active.slick-center .slider-content, .slick.show-overflow .slick-list .slick-slide.slick-active.slick-current .slider-content {
  opacity: 1;
}
.slick .columns.slick-slide {
  padding: 0 3px;
}
.slick .columns.slick-slide > div {
  background-position: center;
  background-size: cover;
  padding-bottom: 50%;
  position: relative;
}
.slick .columns.slick-slide > div > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick.slider-style3 .columns.slick-slide, .slick.slider-style4 .columns.slick-slide {
  padding: 0;
}
.slick .slick-nav {
  display: flex;
  width: 46px;
  height: 46px;
  background: #fff;
  justify-content: center;
  align-items: center;
  opacity: 0;
  color: #151515;
  position: absolute;
  top: 50%;
  margin: -23px 0 0 0;
  z-index: 10;
  outline: 0;
  cursor: pointer;
}
.slick .slick-nav.slick-prev {
  left: 0;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slick .slick-nav.slick-next {
  right: 0;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.slick:hover .slick-nav {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slick.post-slider {
  text-align: center;
}
.slick.center-arrow .slick-nav {
  top: 0;
}
.slick .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  margin: 0;
  line-height: 1;
}
.slick .slick-dots li {
  display: inline-block;
  background: #e5e5e5;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.slick .slick-dots li button {
  display: none;
}
.slick .slick-dots li.slick-active {
  background: #151515;
}
.slick .slick-dots li + li {
  margin-left: 5px;
}

.slider-container {
  position: relative;
}
.slider-container .slider_scroll {
  display: none;
  width: 50px;
  height: 70px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 50;
  border: 1px solid #fff;
}
@media only screen and (min-width: 64.063em) {
  .slider-container .slider_scroll {
    display: block;
  }
}

/*------------------------------------------------------------------
Form Styling
*/
form {
  margin: 0;
}
form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  display: flex;
  align-items: center;
  border: 0;
  padding: 13px 15px;
  margin: 0 0 10px;
  color: #151515;
  font-size: 12px;
  line-height: 1;
  max-width: 100%;
  outline: 0;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="text"].parsley-error, input[type="text"].wpcf7-not-valid,
input[type="password"].parsley-error,
input[type="password"].wpcf7-not-valid,
input[type="date"].parsley-error,
input[type="date"].wpcf7-not-valid,
input[type="datetime"].parsley-error,
input[type="datetime"].wpcf7-not-valid,
input[type="email"].parsley-error,
input[type="email"].wpcf7-not-valid,
input[type="number"].parsley-error,
input[type="number"].wpcf7-not-valid,
input[type="search"].parsley-error,
input[type="search"].wpcf7-not-valid,
input[type="tel"].parsley-error,
input[type="tel"].wpcf7-not-valid,
input[type="time"].parsley-error,
input[type="time"].wpcf7-not-valid,
input[type="url"].parsley-error,
input[type="url"].wpcf7-not-valid,
textarea.parsley-error,
textarea.wpcf7-not-valid {
  -moz-box-shadow: 0 0 3px #cb2027;
  -webkit-box-shadow: 0 0 3px #cb2027;
  box-shadow: 0 0 3px #cb2027;
}
input[type="text"].full,
input[type="password"].full,
input[type="date"].full,
input[type="datetime"].full,
input[type="email"].full,
input[type="number"].full,
input[type="search"].full,
input[type="tel"].full,
input[type="time"].full,
input[type="url"].full,
textarea.full {
  width: 100%;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
  text-transform: uppercase;
  font-weight: 500;
  color: #646464;
  font-size: 10px;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  text-transform: uppercase;
  font-weight: 500;
  color: #646464;
  font-size: 10px;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: 500;
  color: #646464;
  font-size: 10px;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: 500;
  color: #646464;
  font-size: 10px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  border: 1px solid #737373;
  background: #fff;
}

.wpcf7-response-output {
  padding: 18px 22px !important;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.parsley-error-list,
.wpcf7-not-valid-tip,
.screen-reader-response {
  display: none !important;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

label {
  display: block;
  clear: left;
  font-size: 12px;
  color: #151515;
  margin: 0 0 10px;
  line-height: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

textarea {
  min-height: 162px;
  resize: none;
  overflow: auto;
  width: 100%;
  line-height: 1.2;
}
.wpcf7-form textarea {
  min-height: 200px;
}

/*------------------------------------------------------------------
WP-Specific
*/
.no-result h4 {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.alignright,
.alignleft,
.aligncenter,
.bypostauthor {
  color: inherit;
}

.alignright {
  float: right;
  margin: 6px 0;
}
@media only screen and (min-width: 40.063em) {
  .alignright {
    margin: 6px 0 6px 50px;
  }
}

.alignleft {
  float: left;
  margin: 6px 0;
}
@media only screen and (min-width: 40.063em) {
  .alignleft {
    margin: 6px 50px 6px 0;
  }
}

.alignright img,
.alignleft img,
.aligncenter img {
  width: 100%;
  max-width: 100%;
}

img.center {
  margin: 0 auto;
  display: block;
}

img.full {
  width: 100%;
}

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

.wp-caption {
  position: relative;
  max-width: 100%;
}

.figcaption, .post .post-gallery figcaption, .wp-caption .wp-caption-text {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  background: #fff;
  padding: 8px 12px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  color: #151515;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gallery {
  display: block;
  margin: 0 auto;
  float: left;
  clear: both;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery .gallery-item {
  display: inline-block;
  width: 100%;
  padding: 0 1px 1px 0;
  margin: 0;
  -moz-transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.gallery .gallery-item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.gallery .gallery-item img {
  width: 100%;
  max-width: 100%;
}
.gallery .gallery-item a {
  line-height: 0;
  display: block;
  width: 100%;
}
.gallery .gallery-item .gallery-icon {
  margin: 0;
}
.gallery .gallery-item .gallery-caption {
  display: none;
}

.more-link {
  display: inline-block;
  font-weight: 300;
  color: #151515;
  text-decoration: underline;
}

[class^="tag-link"] {
  display: inline-block;
  background: #f4f4f4;
  color: #8e8e8e;
  font-size: 10px;
  padding: 9px 12px;
  margin: 0 0px 4px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  border: 0;
}
[class^="tag-link"]:hover {
  background: #151515;
  color: #fff;
}

.searchform {
  margin: 0;
}
.searchform fieldset {
  position: relative;
  border: 0;
}
.searchform fieldset input {
  margin-bottom: 0;
}

/*------------------------------------------------------------------
Author Page
*/
.authorpage {
  border-top: 2px solid #151515;
  padding: 30px 0;
}
.authorpage .avatar {
  float: left;
  display: none;
  max-width: 130px;
  margin-right: 30px;
}
@media only screen and (min-width: 40.063em) {
  .authorpage .avatar {
    display: block;
  }
}
.authorpage .author-link {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.authorpage .position {
  display: block;
  text-transform: uppercase;
  color: #767676;
  font-size: 14px;
  margin-bottom: 10px;
}
.authorpage p {
  font-size: 12px;
  color: #646464;
  margin-bottom: 16px;
}
.author .authorpage {
  border-top: 0;
  padding-top: 0;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
}

/*------------------------------------------------------------------
Mobile Menu
*/
.mobile-toggle {
  display: inline-flex;
  width: 24px;
  height: 14px;
  line-height: 49px;
  position: relative;
}
.mobile-toggle span {
  display: block;
  position: absolute;
  width: 16px;
  height: 2px;
  background: #151515;
  content: " ";
  left: 5px;
  border-radius: 2px;
}
.mobile-toggle span:nth-child(1) {
  top: 2px;
}
.mobile-toggle span:nth-child(2) {
  top: 6px;
}
.mobile-toggle span:nth-child(3) {
  top: 10px;
}
.dark .mobile-toggle span {
  background: #fff;
}

#mobile-menu {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 99;
  padding: 20px 0 20px 20px;
  width: 320px;
  background: #fff;
  overflow: hidden;
  left: 0;
  -moz-transform: translate3d(-320px, 0, 0);
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
}
@media only screen and (min-width: 40.063em) {
  #mobile-menu {
    padding: 40px 20px 40px 40px;
  }
}
.touch #mobile-menu {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  -ms-overflow-style: -ms-autohiding-scrollbar !important;
  -webkit-overflow-scrolling: touch !important;
}
@media only screen and (max-width: 40.063em) {
  #mobile-menu {
    width: 280px;
    left: 0;
    -moz-transform: translate3d(-280px, 0, 0);
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
  }
}
#mobile-menu .custom_scroll {
  padding-right: 20px;
}
.open-menu #mobile-menu {
  visibility: visible;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#mobile-menu .close {
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  text-align: center;
  color: #fff;
}
.rtl #mobile-menu .close {
  right: auto;
  left: 0;
}
#mobile-menu .logoimg {
  max-width: 160px;
  margin-bottom: 30px;
}

/* Mobile Menu */
.thb-mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  clear: left;
  position: relative;
}
.thb-mobile-menu li {
  border-bottom: 1px solid #e7e7e7;
}
.thb-mobile-menu li.menu-item-has-children {
  position: relative;
}
.thb-mobile-menu li span {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  background: #e7e7e7;
  color: #fff;
  cursor: pointer;
  right: 0;
  top: 10px;
}
.rtl .thb-mobile-menu li span {
  right: auto;
  left: 0;
}
.thb-mobile-menu li span:hover {
  background: #151515;
}
.thb-mobile-menu li a {
  display: block;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  color: #151515;
  position: relative;
  text-transform: uppercase;
}
.thb-mobile-menu li a.active + span {
  background: #151515;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.thb-mobile-menu li:last-child {
  border: 0;
}
.thb-mobile-menu .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 5px 0 15px;
}
.thb-mobile-menu .sub-menu li {
  border: 0;
}
.thb-mobile-menu .sub-menu li a {
  font-size: 10px;
  line-height: 24px;
  font-weight: 600;
  color: #646464;
}

.thb-mobile-secondary-menu {
  list-style: none;
  border-top: 2px solid #e5e5e5;
  padding: 20px 0 0 0;
  margin: 0 0 20px;
  clear: left;
  position: relative;
}
.thb-mobile-secondary-menu li a {
  display: block;
  line-height: 30px;
  font-size: 10px;
  font-weight: 600;
  color: #646464;
  position: relative;
  text-transform: uppercase;
}

.menu-footer {
  padding-top: 25px;
  border-top: 2px solid #e5e5e5;
}
.menu-footer p {
  font-size: 10px;
  text-transform: uppercase;
  line-break: 16px;
  color: #9e9e9e;
}

/*------------------------------------------------------------------
Footer
*/
#footer {
  background: #f8f8f8;
  text-align: center;
  padding: 20px 0;
  margin-top: 30px;
}
@media only screen and (min-width: 40.063em) {
  #footer {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 64.063em) {
  #footer {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 75em) {
  #footer {
    padding: 90px 0;
  }
}
#footer .logolink {
  margin-bottom: 20px;
}
#footer p {
  font-size: 14px;
  color: #646464;
}
#footer .sf-menu,
#footer .socials {
  margin-top: 30px;
}
.page.wpb-js-composer #footer {
  margin-top: 0;
}

.instagram-row {
  margin: 0;
  background: #151515;
  position: relative;
  justify-content: center;
  align-items: center;
}
.instagram-row .instagram_link {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: #fff;
  padding: 6px;
  max-width: 100%;
  z-index: 10;
}
.instagram-row .instagram_link span {
  display: block;
  border: 1px solid #151515;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #151515;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 64.063em) {
  .instagram-row .instagram_link span {
    font-size: 24px;
  }
}
.instagram-row .columns {
  padding: 0;
}
.instagram-row .columns figure {
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}
.instagram-row .columns figure > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.instagram-row .columns figure:hover {
  opacity: 1;
}

#subfooter {
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 40.063em) {
  #subfooter {
    padding: 15px 0;
  }
}
#subfooter p {
  font-size: 10px;
  color: #6a6a6a;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
#subfooter p a {
  font-weight: 600;
}

/*------------------------------------------------------------------
Comments
*/
.commentlist_container {
  display: none;
}

ol.commentlist {
  list-style: none;
  margin: 0 0 28px;
  display: block;
  padding: 0 0 20px;
  border-bottom: 1px solid #f3f3f3;
}
ol.commentlist > .comment:last-child .comment-body {
  margin-bottom: 0;
}
ol.commentlist > .comment.depth-1:first-child > .comment-body {
  border: 0;
}
ol.commentlist .comment {
  margin: 0;
}
ol.commentlist .comment:before {
  display: none;
}
ol.commentlist .comment .comment-body {
  position: relative;
  padding-left: 58px;
  padding-bottom: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #f3f3f3;
}
ol.commentlist .comment:hover .reply a {
  opacity: 1;
}
ol.commentlist .comment .comment-meta {
  display: flex;
  width: 100%;
  align-items: center;
  height: 38px;
  float: left;
  line-height: 1;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  font-weight: 700;
}
ol.commentlist .comment .comment-meta .comment-metadata {
  display: inline-block;
  margin-left: 15px;
  font-size: 10px;
  vertical-align: middle;
  font-weight: 400;
  padding-top: 1px;
}
ol.commentlist .comment .vcard {
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 12px;
}
ol.commentlist .comment .vcard .says {
  display: none;
}
ol.commentlist .comment .vcard .avatar {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 20px;
  left: 0;
}
ol.commentlist .comment .comment-awaiting-moderation {
  font-size: 10px;
}
ol.commentlist .comment p {
  font-size: 14px;
  word-break: break-word;
}
ol.commentlist .comment .reply {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #151515;
}
ol.commentlist .comment .reply a {
  opacity: 0;
}
ol.commentlist .comment .children {
  list-style: none;
  margin-left: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 40.063em) {
  ol.commentlist .comment .children {
    margin-left: 58px;
  }
}
ol.commentlist .comment .comment-respond {
  margin-left: 58px;
}

.comment-respond {
  padding-top: 30px;
}

.comment-reply-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.comment-form p {
  font-size: 12px;
  color: #646464;
}

.comment-button-toggle span {
  display: inline-block;
  margin: 0 5px 0 10px;
}
.comment-button-toggle .hide-it {
  display: none;
}
.comment-button-toggle.toggled .show-it {
  display: none;
}
.comment-button-toggle.toggled .hide-it {
  display: inline-block;
}

/*------------------------------------------------------------------
Shortcodes
*/
/* Posts */
.posts .columns {
  display: flex;
}
.posts.posts-style4 .post, .posts.posts-style3 .post {
  margin-bottom: 40px;
}
.posts.posts-style4 > .columns + .columns .post, .posts.posts-style3 > .columns + .columns .post {
  border-top: 1px solid #f3f3f3;
  padding-top: 30px;
}
@media only screen and (min-width: 40.063em) {
  .posts.posts-style4 > .columns + .columns .post, .posts.posts-style3 > .columns + .columns .post {
    padding-top: 40px;
  }
}
.posts.posts-style6 .columns {
  flex-direction: column;
}
.posts.posts-style6 .post.style5 {
  text-align: left;
  margin-bottom: 20px;
}
.posts.posts-style7 {
  text-align: center;
}
.posts.posts-style7 .columns {
  flex-direction: column;
}

/* Not Found */
.not-found {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.not-found figure {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border: 6px solid #f8f8f8;
  color: #e6e6e6;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.not-found figure:after {
  content: '!';
  font-size: 80px;
}
.not-found p {
  color: #646464;
}

/* Title Styles */
.small-title {
  color: #151515;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 45px;
  letter-spacing: 0.2em;
}

.category-title {
  text-align: center;
  padding: 30px 0 20px;
}
.category-title h1 {
  margin-bottom: 30px;
  font-weight: 500;
}
.category-title p {
  font-size: 14px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 40.063em) {
  .category-title {
    padding: 50px 0 40px;
  }
}
@media only screen and (min-width: 40.063em) {
  .category-title {
    padding: 70px 0 60px;
  }
}

.search_title {
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  color: #9e9e9e;
  font-weight: 400;
  padding-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.search_title span {
  display: inline-block;
  margin-left: 10px;
  color: #151515;
  font-weight: 500;
}

.thb-child-categories {
  margin: 0;
  padding: 0;
}
.thb-child-categories li {
  display: inline-block;
  padding: 0 10px;
}
.thb-child-categories li a {
  font-size: 11px;
  font-weight: 700;
  color: #646464;
  text-transform: uppercase;
}
.thb-child-categories li a:hover {
  color: #151515;
  text-decoration: underline;
}
@media only screen and (min-width: 40.063em) {
  .thb-child-categories li {
    padding: 0 15px;
  }
}

/* Icons */
.boxed-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 12px;
  border: 2px solid #151515;
  color: #151515;
  border-radius: 50%;
  margin: 0 5px;
  transition-duration: 0.2s;
}
.boxed-icon:hover {
  background: #151515;
  color: #fff;
}

.square-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: #151515;
  color: #fff;
  font-size: 12px;
}
.square-icon:hover {
  background: #646464;
  color: #fff;
}
.square-icon.facebook:hover {
  background: #3b5998;
}
.square-icon.twitter:hover {
  background: #00aced;
}
.square-icon.google-plus:hover {
  background: #dd4b39;
}
.square-icon.pinterest:hover {
  background: #cb2027;
}

/* Buttons */
.btn,
.btn:focus,
.button,
input[type=submit] {
  display: inline-flex;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  min-height: 32px;
  justify-content: center;
  align-items: center;
  margin: 0 0 3px;
  padding: 0 30px;
  cursor: pointer;
  outline: 0;
  color: #151515;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none !important;
  text-align: center;
  overflow: hidden;
  border: 1px solid #151515;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.btn:hover,
.btn:focus:hover,
.button:hover,
input[type=submit]:hover {
  color: #fff;
  background: #151515;
}
.btn.full,
.btn:focus.full,
.button.full,
input[type=submit].full {
  width: 100%;
}
.btn.large,
.btn:focus.large,
.button.large,
input[type=submit].large {
  min-height: 37px;
}
.btn.no-border,
.btn:focus.no-border,
.button.no-border,
input[type=submit].no-border {
  border: 0;
}
.btn.no-border:hover,
.btn:focus.no-border:hover,
.button.no-border:hover,
input[type=submit].no-border:hover {
  color: #646464;
  background: transparent;
}

/* Mouse Scroll Icon */
.mouse_scroll_row {
  position: relative;
}

.mouse_scroll {
  display: block;
  z-index: 99;
  width: 30px;
  height: 50px;
  background: none;
  border-radius: 14px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 50%;
  bottom: 15px;
  margin-left: -14px;
  -moz-transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
}
.mouse_scroll:hover {
  border-color: rgba(255, 255, 255, 0.8);
}
.mouse_scroll:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 4px;
  -moz-animation: scrollanimation 2s infinite;
  -webkit-animation: scrollanimation 2s infinite;
  animation: scrollanimation 2s infinite;
}
@media only screen and (min-width: 40.063em) {
  .mouse_scroll {
    bottom: 30px;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

q, blockquote p {
  font-size: 26px;
  font-weight: 400;
  color: #646464;
  line-height: 36px !important;
  margin: 0;
}

cite {
  font-weight: 400;
  font-size: 16px;
  color: #646464;
  font-style: normal;
  line-height: 1;
  margin-top: 20px;
  text-transform: uppercase;
}
cite:before {
  display: none;
}

blockquote {
  position: relative;
  clear: both;
  text-align: center;
  border: 0;
  padding: 35px 25px;
  margin: 25px 0;
}
blockquote:before {
  content: '';
  display: block;
  width: 60%;
  height: 2px;
  background: rgba(100, 100, 100, 0.2);
  position: absolute;
  top: 0;
  left: 20%;
}
blockquote:after {
  content: '';
  display: block;
  width: 60%;
  height: 2px;
  background: rgba(100, 100, 100, 0.2);
  position: absolute;
  bottom: 0;
  left: 20%;
}
blockquote p {
  text-rendering: auto;
}
blockquote.left, blockquote.pullleft {
  float: left;
  width: 40%;
  margin: 5px 30px 30px 0;
}
@media only screen and (max-width: 40.063em) {
  blockquote.left, blockquote.pullleft {
    margin-right: 0;
    width: 100%;
  }
}
blockquote.right, blockquote.pullright {
  float: right;
  width: 40%;
  margin: 5px 0 30px 30px;
}
@media only screen and (max-width: 40.063em) {
  blockquote.right, blockquote.pullright {
    margin-left: 0;
    width: 100%;
  }
}

/* Gap */
.gap {
  clear: both;
}

/* Dropcap */
.dropcap {
  display: block;
  font-size: 100px;
  line-height: 84px;
  text-transform: uppercase;
  float: left;
  position: relative;
  top: 0;
  margin-right: 10px;
  color: #151515;
  font-weight: 600;
}
.rtl .dropcap {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

/* VC fixes */
.wpb_content_element {
  margin-bottom: 0 !important;
}

.wpb_text_column {
  float: none !important;
}

/* CF7 */
/* Images */
.image_link {
  display: block;
}

/* Tables */
table {
  border: 0;
}

/* Fixed */
.fixed-me {
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Instagram */
.instagram-row figure {
  height: 0;
  width: 100%;
  padding-bottom: 100% !important;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
}
.instagram-row figure > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------------
404 Page
*/
.content404 {
  padding: 30px 0;
}
@media only screen and (min-width: 40.063em) {
  .content404 {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 75em) {
  .content404 {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 90.063em) {
  .content404 {
    padding: 100px 0;
  }
}
.content404 img {
  display: inline-block;
  max-width: 199px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 40.063em) {
  .content404 img {
    max-width: 298px;
  }
}
@media only screen and (min-width: 90.063em) {
  .content404 img {
    max-width: 398px;
  }
}
.content404 p {
  color: #646464;
  margin-bottom: 35px;
}
.content404 .widget_search {
  text-align: center;
  width: 300px;
  display: inline-block;
  max-width: 100%;
}

/*------------------------------------------------------------------
Pagination
*/
.pagination {
  margin: 0 0 40px;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #151515;
  text-decoration: underline;
  font-weight: 700;
  padding: 5px 9px 6px;
  text-align: center;
  vertical-align: middle;
}
.pagination .page-numbers.dots {
  position: relative;
  top: -3px;
}
.pagination .page-numbers:not(.dots):hover, .pagination .page-numbers.current {
  color: #fff;
  background: #151515;
  text-decoration: none;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

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

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

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
