/*!
Theme Name: Blggn
Theme URI: https://blggn.thememeister.com
Author: Vossen Themes
Author URI: https://themeforest.net/user/vossendesign/portfolio
Description: Incredibly powerful, blog/magazine WordPress theme for creatives. Features a modern mulitple layouts, bold typography and a minimalistic style that allows you to create a timeless website.
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blggn
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Elements
# Grid
# Fonts
# Typography
# Header
# Buttons
# Sliders
# Icons
# Layouts
# Single
# Widgets
# Footer
# Shop
# Color
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background-color: #fff; }

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

q,
blockquote {
  quotes: "" ""; }

q::before, q::after,
blockquote::before,
blockquote::after {
  content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px; }

ul {
  list-style: disc; }
  ul li {
    line-height: 1.6; }

ol {
  list-style: decimal; }
  ol li {
    line-height: 1.6; }

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

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

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

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.icon--wordpress,
.icon--snapchat-ghost {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important; }

.svg-fallback {
  display: none; }

.no-svg .svg-fallback {
  display: inline-block; }

/* Social Menu fallbacks */
.no-svg .social-navigation a {
  background: transparent;
  height: auto;
  width: auto; }

/* Show screen reader text in some cases */
.no-svg .social-navigation li a .screen-reader-text {
  clip: auto;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  position: relative;
  width: auto; }

dt {
  font-weight: bold;
  margin-bottom: 15px; }

dd {
  margin: 0 20px 20px; }

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

table,
th,
td {
  border: 1px solid #e4e4e4; }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  line-height: 1.5;
  margin: 0 0 24px;
  table-layout: fixed; }
  table a {
    border: none; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  color: #222; }

td {
  border-width: 0 1px 1px 0; }

th,
td {
  padding: 15px; }

.hidden {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: circle(1% at 1% 1%);
  clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  display: none; }

.flex__center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  min-width: 0; }

.flex__justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

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

.style__italic {
  font-style: italic; }

.style__bold {
  font-weight: bold; }

.style__bold-italic {
  font-style: italic;
  font-weight: bold; }

.align__center {
  text-align: center; }

.transform__uppercase {
  text-transform: uppercase; }

.transform__lowercase {
  text-transform: lowercase; }

.transform__capitalize {
  text-transform: capitalize; }

.yorkup--highlight {
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  padding: 1px; }

.svg__wrapper {
  display: inline-block;
  overflow: hidden;
  position: relative; }

.svg__wrapper a,
.svg__wrapper div,
.svg__wrapper svg,
.svg__wrapper button {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.svg__wrapper a::after {
  display: none; }

.svg__wrapper svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.customize-partial-edit-shortcut svg {
  vertical-align: baseline !important; }

#sprite {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: circle(1% at 1% 1%);
  clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

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

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

@viewport {
  width: device-width; }

/*--------------------------------------------------------------
# Fields
--------------------------------------------------------------*/
select,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"] {
  display: inline-block;
  font-weight: normal;
  line-height: 1.2;
  height: 48px;
  line-height: 48px;
  font-size: 14.5px;
  padding: 0 15px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  border: 1px solid;
  border-color: rgba(119, 119, 119, 0.13);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

select {
  /* needed */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 9px;
  background-position: calc(100% - 12px) 56%;
  background-repeat: no-repeat; }

textarea,
textarea[rows] {
  padding: 8px 15px;
  resize: vertical;
  height: auto;
  line-height: 22px;
  margin-bottom: 2px; }

select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover {
  outline: none; }

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  box-shadow: 0 0 15px rgba(119, 119, 119, 0.05);
  border-color: rgba(119, 119, 119, 0.3);
  color: #222;
  outline: 0;
  z-index: 2; }

.wpcf7-form select, .wpcf7-form textarea, .wpcf7-form input {
  margin-bottom: 0; }

.entry-content p + .wpcf7 {
  margin-top: 50px; }

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 8px;
  font-weight: 500;
  color: #000;
  font-size: 16px; }

body .js--focus .input-control::before {
  background: #c6c6c6; }

body .js--focus .input-control::after {
  border-color: #c6c6c6; }

::-webkit-input-placeholder {
  color: #bbb; }

.js--focus ::-webkit-input-placeholder {
  color: #bbb; }

:-moz-placeholder {
  color: #bbb; }

.js--focus :-moz-placeholder {
  color: #bbb; }

::-moz-placeholder {
  color: #bbb;
  opacity: 1; }

.js--focus ::-moz-placeholder {
  color: #bbb; }

:-ms-input-placeholder {
  color: #bbb; }

.js--focus :-ms-input-placeholder {
  color: #bbb; }

.input-control {
  height: 40px;
  position: absolute;
  right: 2px;
  top: 2px; }

.input-control::after, .input-control::before {
  -webkit-transition: border-color 150ms cubic-bezier(0.645, 0.045, 0.355, 1), background 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 150ms cubic-bezier(0.645, 0.045, 0.355, 1), background 150ms cubic-bezier(0.645, 0.045, 0.355, 1); }

.input-control::before {
  background: #e6e6e6;
  content: "";
  height: 2px;
  position: absolute;
  right: 15px;
  top: 18px;
  width: 24px;
  z-index: 99; }

.js--hover .input-control::before {
  background: #d6d6d6; }

.input-control::after {
  border-bottom: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  content: " ";
  display: block;
  height: 12px;
  position: absolute;
  right: 16px;
  top: 13px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 12px;
  z-index: 99; }

.js--hover .input-control::after {
  border-color: #d6d6d6; }

.input-control button,
.input-control input[type="submit"] {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  height: inherit;
  padding: 0;
  text-indent: -9999em;
  width: 40px;
  z-index: 999; }

.input-control button:hover, .input-control button:focus,
.input-control input[type="submit"]:hover,
.input-control input[type="submit"]:focus {
  background-color: transparent; }

.mc4wp-subscribe-wrapper {
  margin: 25px auto;
  max-width: 360px;
  position: relative; }

@media (min-width: 600px) {
  .mc4wp-subscribe-wrapper {
    width: 100%; } }

.mc4wp-subscribe-wrapper select {
  display: none; }

.mc4wp-form-fields input {
  padding-right: 50px; }

.mc4wp-form-success input {
  border-color: #2cb994; }

.mc4wp-form-error input {
  border-color: #e85c41; }

.mc4wp-form-fields input[type="submit"] {
  width: 50px; }

.mc4wp-alert {
  color: #e85c41;
  font-size: 14px;
  line-height: 1.3em; }

.mc4wp-error {
  color: #e85c41;
  font-size: 14px; }

.mc4wp-response .mc4wp-alert {
  margin-top: -35px; }

.mc4wp-response p {
  font-size: 14px;
  margin-bottom: 40px; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 30px;
  margin-bottom: 15px;
  margin-top: 8px; }

.alignright {
  display: inline;
  float: right;
  margin-right: 0;
  margin-left: 30px;
  margin-bottom: 15px;
  margin-top: 8px; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  clear: both; }

.alignnone {
  margin-top: 25px;
  margin-bottom: 25px; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear,
.clearfix,
.textwidget,
.site-footer,
.entry-content,
.primary-menu,
article[class^="post-"] {
  *zoom: 1; }

.clear:before, .clear:after,
.clearfix:before,
.clearfix:after,
.textwidget:before,
.textwidget:after,
.site-footer:before,
.site-footer:after,
.entry-content:before,
.entry-content:after,
.primary-menu:before,
.primary-menu:after,
article[class^="post-"]:before,
article[class^="post-"]:after {
  content: "";
  display: table; }

.clear:after,
.clearfix:after,
.textwidget:after,
.site-footer:after,
.entry-content:after,
.primary-menu:after,
article[class^="post-"]:after {
  clear: both; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.size-full,
.size-large,
.alignnone {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 15px;
  max-width: 100%;
  text-align: center; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption-text {
  color: #999;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 14px;
  font-style: italic;
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.entry-content .tiled-gallery {
  margin: 10% 0; }

.tiled-gallery .tiled-gallery-item a {
  cursor: default;
  pointer-events: none; }

.entry-content .tiled-gallery-caption {
  font-size: 14px;
  padding: 7px 5px;
  text-align: center; }

.gallery {
  float: left;
  margin: 0 -7px; }

.widget .gallery {
  float: none; }

.gallery-item {
  float: left;
  margin-left: 0;
  text-align: center;
  margin: 0;
  padding: 7px; }

.widget .gallery-item {
  padding: 3px; }

.gallery-item img {
  border: none;
  margin: 10px 0;
  padding: 0; }

.gallery-caption {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  margin: 0;
  padding: 0 7px;
  text-align: center; }

.gallery:after {
  display: table;
  content: "";
  clear: both; }

.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.3333%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6667%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

/*--------------------------------------------------------------
# WP Audio Player
--------------------------------------------------------------*/
.wp-audio-shortcode {
  margin-bottom: 25px; }
  .wp-audio-shortcode a {
    border: none !important; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  color: #fff;
  display: none;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
  word-wrap: normal; }

.screen-reader-text:focus {
  font-size: 16px;
  font-size: 1rem;
  background-color: #f1f1f1;
  border-radius: 3px;
  clip: auto;
  color: #21759b;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 0.9375rem;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
/*! Grid v4.0.0 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

body {
  overflow-x: hidden; }

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

.align-mid {
  display: flex;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  height: 100%; }

.mr-auto {
  margin: 0 auto; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

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

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

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

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

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

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

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

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

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

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

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

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

.row {
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

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

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

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

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

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

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

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

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

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

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

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

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

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

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: 'forst';
  src: url("assets/fonts/forst400.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'forst';
  src: url("assets/fonts/forst500.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'forst';
  src: url("assets/fonts/forst700.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'sekundar';
  src: url("assets/fonts/sekundar400.woff") format("woff"), url("assets/fonts/sekundar400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'sekundar';
  src: url("assets/fonts/sekundar500.woff") format("woff"), url("assets/fonts/sekundar500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'sekundar';
  src: url("assets/fonts/sekundar700.woff") format("woff"), url("assets/fonts/sekundar700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/*
@font-face {
	font-family: 'sekundar';
	src:
		url('assets/fonts/sekundar600.woff2') format('woff2'),
		url('assets/fonts/sekundar600.woff') format('woff'),
		url('assets/fonts/sekundar600.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

*/
.voss-link {
  display: inline-block;
  font-size: 12.1px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1.61px;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 500;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.voss-link a {
  padding: 7px 0px;
  border-bottom: solid 1px #e6e6e6; }

.voss-link a i {
  vertical-align: 1px;
  font-size: 10px; }

.voss-link.light {
  color: #fff;
  line-height: 24px;
  border-bottom: solid 2px #fff6; }

.voss-link.light i {
  color: #fff; }

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

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

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

.text-shadow {
  text-shadow: 1px 1px 0px rgba(150, 150, 150, 0.2); }

.mt40 {
  margin-top: 40px; }

.upper {
  text-transform: uppercase; }

h4.voss-link a {
  border-bottom: solid 1px #e6e6e6;
  padding: 5px 0px; }

h4.voss-link a i {
  font-size: 10px;
  vertical-align: 1px;
  color: #fff; }

.vs-head-st,
.woocommerce ul.product_list_widget li a {
  font-weight: 400; }

.vs-head-nd {
  font-weight: 400; }

.vs-head-rd {
  font-weight: bold;
  color: #232323;
  text-transform: uppercase;
  font-size: 11.1px;
  letter-spacing: .4px;
  margin-left: 10px; }

.h4-up {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px; }

/* Fonts */
body,
input,
textarea,
.in-cat, .by-author,
.archive.woocommerce .page-header .page-title {
  font-family: 'forst', sans-serif; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  font-family: 'forst', sans-serif !important;
  -webkit-font-family: 'forst', sans-serif !important; }

.vs-sekundar,
.voss-link,
.upper,
#wp-calendar *:not(caption),
.post-meta li,
.archive .page-header .page-title,
.category .page-header .page-title,
.search .page-header .page-title,
.tagcloud a,
.form-submit input,
.comment-body .reply,
.comment-metadata a,
.added_to_cart,
.voss-main-shop-cat a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
.h4-up,
.post-tags a,
.post-password-form label,
.vs-head-rd,
blockquote ul,
.main-navigation li a,
.post-cat,
.promo-box-text h6,
.post-bottom a,
.posts-pagination a,
.btn,
.vc_btn3,
.wpcf7-submit,
.mc4wp-form input[type="submit"],
.widget_wysija input[type="submit"],
.post-password-form input[type="submit"],
figure .icon-pinterest span,
.bloggin-shop-bag i span,
.pagination .nav-links,
.side-menu-nav li,
.widget_nav_menu li,
.comment-link,
.single-post .post-share-sticky a span,
.vossen-main-shop-category a,
.woocommerce-cart .woocommerce > form table.shop_table tbody tr td.actions .coupon label,
.woocommerce .quantity .qty,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce select,
.woocommerce .bloggin-shop ul.products li.product .onsale,
.woocommerce span.onsale,
.woocommerce-tabs ul.tabs li a,
.shop-single-meta-name,
.woocommerce table.shop_table th,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce .button,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce .cart_totals table.shop_table tbody tr td,
.woocommerce-cart .amount,
.woocommerce-checkout .amount,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-thankyou-order-received,
.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product form.cart .reset_variations,
.product_meta span,
.bloggin-shop ul.products li.product .price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul#shipping_method li,
.shop-single-cat a {
  font-family: 'sekundar', sans-serif; }

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.post-header {
  position: relative;
  margin-bottom: 25px; }

.post-cat {
  font-size: 12.1px;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #888; }

.post-cat a {
  font-size: 12.1px; }

.post-header .post-title {
  margin-bottom: 4px; }

.post-date,
.post-header-info {
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0; }

.post-header-info > span {
  margin: 0 5px; }

.post-header-info .ion-ios-clock {
  font-size: 15px;
  vertical-align: -1px; }

.post-header-info .ion-eye {
  font-size: 18px;
  vertical-align: -2px; }

.post-date,
.post-header-info,
.post-header-info a,
.post-header-info a i {
  color: rgba(72, 72, 72, 0.5); }

/* Like Counter */
a.liked {
  color: #da1b1b;
  color: #b9b9b9; }

a.liked svg {
  color: #ed4956; }

a.liked:active,
a.liked:focus {
  color: #b9b9b9; }

.sl-icon {
  vertical-align: middle; }

.sl-icon svg {
  fill: currentColor;
  width: 10.5px;
  height: 11px;
  margin-right: 2px; }

.sl-icon svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.loader,
.loader:before,
.loader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em; }

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: ''; }

.loader:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:after {
  left: .375em; }

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em; }
  40% {
    box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    height: 1em; } }

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em; }
  40% {
    box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    height: 1em; } }

/* Post Header Side */
.post-header-side {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

.comment-link {
  background-color: #ccc;
  position: relative;
  float: right;
  min-width: 27px;
  min-height: 21px;
  text-align: center;
  padding-top: 1px;
  border-radius: 2px;
  color: #fff;
  line-height: 21px;
  font-size: 11px;
  font-weight: bold;
  -webkit-transition: background-color .25s;
  -moz-transition: background-color .25s;
  transition: background-color .25s; }

.comment-link:after {
  content: '';
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #ccc;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  -webkit-transition: border-top-color .25s;
  -moz-transition: border-top-color .25s;
  transition: border-top-color .25s; }

.comment-link i {
  font-size: 14px; }

.comment-link:hover {
  background-color: #000;
  color: #fff; }

.comment-link:hover:after {
  border-top-color: #000; }

/* Video Post */
.post-video {
  background: #000;
  margin-bottom: 30px;
  z-index: 0; }

.single-large-header .post-video {
  margin-bottom: 0; }

.post-video iframe {
  width: 100%; }

.list-post .post-video {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 300px; }

.post-video {
  position: relative;
  padding-bottom: 50%;
  padding-top: 50px;
  overflow: hidden;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.post-video .thumb-holder {
  position: absolute;
  top: 0;
  z-index: 3;
  overflow: hidden;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s; }

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

.video-thumb figure div {
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.video-thumb div img {
  width: 100%;
  opacity: 0;
  visibility: hidden; }

.video-play-center {
  position: relative;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0); }

.video-play-icon {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  text-align: center;
  color: rgba(23, 24, 25, 0.94);
  border-radius: 50%;
  line-height: 56px;
  margin-left: 4px;
  margin-top: 6px;
  background-color: white;
  font-size: 15px;
  z-index: 1;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: background-color .3s, transform .3s;
  -moz-transition: background-color .3s, transform .3s;
  transition: background-color .3s, transform .3s; }

.video-play-icon.play-lg {
  width: 90px;
  height: 90px; }

.video-play-icon:hover,
.post-video .thumb-holder:hover .video-play-icon {
  background-color: white;
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  transform: scale(0.97); }

.video-play-icon:before {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #232323;
  border-width: 5px 0 5px 10px; }

.video-play-icon.play-lg:before {
  border-width: 7px 0 7px 13px;
  margin-top: -6px;
  margin-left: -5px; }

/* Audio Post */
.post-audio {
  background: #eceeef;
  margin-bottom: 26px; }

.post-audio iframe,
.single-full-audio iframe {
  width: 100%; }

.single-large-header .post-audio {
  margin-bottom: 0; }

.list-post .post-audio iframe {
  height: 300px; }

/* Gallery Post */
.post-carousel {
  margin-bottom: 0px;
  overflow: hidden; }

.single-large-header .post-carousel {
  margin-bottom: 0; }

.post-carousel .swiper-slide img {
  max-width: 100%; }

.flickity-viewport {
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s; }

.flickity-prev-next-button {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s; }

.flickity-prev-next-button .arrow {
  fill: #fff; }

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  padding: 20px;
  height: 130px;
  border: none;
  border-radius: 0; }

.flickity-prev-next-button {
  opacity: 0;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  transition: opacity .2s; }

.flickity-prev-next-button.previous {
  left: -20px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0;
  -webkit-transition: left .2s, opacity .2s;
  -moz-transition: left .2s, opacity .2s;
  transition: left .2s, opacity .2s; }

.flickity-prev-next-button.next {
  right: -20px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  opacity: 0;
  -webkit-transition: right .3s, opacity .2s;
  -moz-transition: right .3s, opacity .2s;
  transition: right .3s, opacity .2s; }

.post-image {
  position: relative;
  display: block;
  margin-bottom: 20px; }

.post-image figure {
  position: relative;
  display: block;
  overflow: hidden; }

.post-entry-content h1,
.post-entry-content h2,
.post-entry-content h3,
.post-entry-content h4,
.post-entry-content h5,
.post-entry-content h6 {
  margin-bottom: 20px; }

.post-read-more {
  display: inline-block;
  font-size: 12.4px;
  font-weight: 700;
  margin-bottom: 13px;
  border-bottom: solid 1px #e6e6e6;
  line-height: 16px;
  padding: 7px 0px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 2px; }

.post-read-more:hover {
  border-color: #e6e6e6; }

.post-read-more i {
  font-size: 7px;
  vertical-align: 2px;
  color: #999; }

.post-bottom {
  position: relative;
  height: 56px;
  border-bottom: 1px solid #eceeef; }

.post-bottom a {
  font-weight: 700;
  color: #1c1c1c; }

.post-bottom .post-bottom-left {
  position: absolute;
  display: table;
  height: 100%;
  vertical-align: middle;
  float: left; }

.post-bottom-middle {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: table;
  height: 100%; }

.post-bottom .post-bottom-right {
  position: absolute;
  display: table;
  height: 100%;
  top: 0;
  right: 0; }

.post-bottom .post-author-link,
.post-bottom .post-comments-link {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 11.1px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1; }

.post-author-link {
  padding: 2px 0; }

.post-bottom .post-author-link a {
  display: inline-block;
  font-size: 11.4px; }

.post-bottom .post-author-link span {
  display: inline-block; }

.post-bottom .in-cat {
  font-size: 12px; }

.in-cat,
.by-author {
  font-size: 15px;
  font-style: italic; }

.by-author-author {
  display: inline-block;
  margin: 0;
  letter-spacing: 1.4px; }

.post-date {
  font-style: italic;
  text-transform: none;
  color: #b9b9b9;
  letter-spacing: 0;
  font-size: 13px; }

.post-author-link span {
  font-style: italic;
  text-transform: none; }

.post-bottom .post-comments-link {
  margin: 20px 10px; }

.post-bottom p i,
.post-bottom .post-share-links i {
  font-size: 13px; }

.post-bottom .post-share-links {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 5px; }

.post-comments-link i {
  margin-right: 5px; }

.post-share-links > a {
  padding: 0 5px; }

.post-share-links .in-cat {
  font-size: 13px; }

.post-bottom > div:nth-child(2) {
  float: none;
  width: 100%; }

/* Standout Post */
.standout-post {
  text-align: center;
  background-color: #f9f9f9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.standout-post:not([data-img='']) a,
.standout-post:not([data-img='']) .post-cat,
.standout-post:not([data-img='']) .post-title {
  color: #fff !important; }

.standout-post:not([data-img='']) a:hover {
  color: #e6e6e6; }

.standout-post .post-header-info {
  display: none; }

.standout-post .post-title {
  margin: 10px 0 30px 0;
  font-size: 36px; }

.standout-post .btn {
  margin: 0; }

.standout-post {
  width: 100%;
  padding: 100px 60px; }

/*--------------------------------------------------------------
## Posts Pagination
--------------------------------------------------------------*/
.posts-pagination {
  float: left;
  width: 100%; }

.posts-pagination a {
  font-size: 12.1px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  background: transparent;
  color: #111;
  border-radius: 4px;
  border-bottom: solid 1px #e6e6e6;
  padding: 7px 0px;
  margin: 0;
  margin-bottom: 80px;
  margin-top: 40px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.older-posts-link {
  display: inline-block;
  float: left; }

.newer-posts-link {
  display: inline-block;
  float: right; }

.older-posts-link a i,
.newer-posts-link a i {
  font-size: 10px;
  font-weight: 300;
  color: #a7a7a7;
  vertical-align: 1px; }

/* Pagination Numbers */
.pagination {
  display: block;
  text-align: center;
  margin: 40px auto; }
  .pagination .nav-links {
    font-weight: 700;
    color: #c5c5c5;
    padding: 0 38px;
    border: 1px solid #eceeef;
    display: inline-block; }
  .pagination a,
  .pagination span {
    display: inline-block;
    padding: 0 8px;
    font-size: 16px; }
  .pagination a {
    color: #000; }
  .pagination span.page-numbers.dots {
    padding: 0;
    border: none; }

.nav-links > span.page-numbers.dots {
  padding: 0;
  border: none; }

.single-post .pagination {
  margin: 0; }

/* Pagination Links */
.pagination-links nav .nav-links {
  width: 100%;
  padding: 18px 10px; }

.pagination-links nav a, .pagination-links nav span {
  display: none; }

.pagination-links nav .next {
  float: left;
  display: block; }

.pagination-links nav .prev {
  float: right;
  display: block; }

/* Woo Pag */
.woocommerce-pagination {
  margin: 0;
  margin-bottom: 40px; }

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: none; }

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  padding: 16px 20px;
  font-weight: bold; }

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: transparent;
  color: #000;
  border: 1px solid #e8e8e8; }

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
  background: transparent; }

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
  text-transform: uppercase;
  letter-spacing: 1.4px;
  padding: 16px 0;
  font-size: 13px;
  margin-top: 1px; }

.pagination-numeric .nav-links a:first-child svg,
.pagination-links .nav-links a:last-child svg {
  margin-right: 7px;
  font-size: 7px;
  width: 9px;
  height: 9px;
  vertical-align: 0px;
  fill: rgba(150, 150, 150, 0.72); }

.pagination-numeric .nav-links a:last-child svg,
.pagination-links .nav-links a:first-child svg {
  margin-left: 7px;
  font-size: 7px;
  width: 8px;
  height: 8px;
  vertical-align: 0px;
  fill: rgba(150, 150, 150, 0.72); }

.single-post .pagination .nav-links a:last-child:after,
.single-post .pagination .nav-links a:first-child:before {
  display: none; }

/* Pagination Num Alt */
.pagination .nav-links {
  border: none; }

.pagination .nav-links > span, .pagination .nav-links > a {
  padding: 16px 21px;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #eceeef; }

.pagination .nav-links > a {
  padding: 16px 19px;
  border: none; }

.pagination .nav-links > a.next,
.pagination .nav-links > a.prev {
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 13.1px; }

.pagination .nav-links > a.next {
  padding-left: 0px; }

.pagination .nav-links > a.prev {
  padding-right: 0px; }

.older-post-link,
.newer-post-link {
  display: inline-block;
  width: 50%;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.older-post-link {
  float: left;
  text-align: left;
  padding: 20px 4px !important; }

.newer-post-link {
  float: right;
  text-align: right;
  padding: 20px 4px !important; }

.older-post-link a p,
.newer-post-link a p {
  display: block;
  text-transform: none;
  letter-spacing: 0;
  margin-left: 17px;
  margin-right: 16px;
  margin-bottom: 0;
  padding: 4px 0px;
  line-height: 15px;
  font-size: 15px;
  color: rgba(118, 118, 118, 0.77); }

.older-post-link a,
.newer-post-link a {
  padding-bottom: 2px;
  color: #000; }

.older-post-link {
  display: inline-block;
  float: left; }

.newer-post-link {
  display: inline-block;
  float: right; }

.older-post-link a i, .older-post-link a svg,
.newer-post-link a i,
.newer-post-link a svg {
  font-size: 16px;
  color: rgba(150, 150, 150, 0.72);
  fill: rgba(150, 150, 150, 0.72);
  stroke: rgba(150, 150, 150, 0.72);
  width: 10px;
  height: 11px;
  vertical-align: 0px; }

.older-post-link a i,
.older-post-link a svg {
  margin-right: 2px; }

.newer-post-link a i,
.newer-post-link a svg {
  margin-left: 1px;
  width: 9px; }

.older-post-link h4,
.newer-post-link h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px; }

/* Infinite Scroll Pagination */
.page-load-status {
  display: none;
  padding: 20px 0 20px 0;
  text-align: center; }

.single-post .page-load-status {
  margin-bottom: 40px; }

.voss-load {
  margin: 0 auto;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: solid 3px rgba(0, 0, 0, 0.2);
  border-top-color: #000;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear; }

.voss-load-after::after {
  position: absolute;
  content: '';
  top: 11.5%;
  left: 50%;
  margin: 0 auto;
  margin-left: -18.5px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: solid 3px rgba(0, 0, 0, 0.2);
  border-top-color: #000;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin {
  100% {
    transform: rotate(360deg); } }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

.pagination-load,
.pagination-infinite {
  margin-bottom: 40px; }

.infinite-scroll-last {
  font-size: 15px; }

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.no-results,
.error-404 {
  text-align: center;
  padding: 60px 0 100px 0; }

.search .no-results.another-search {
  text-align: left;
  margin-left: -5px;
  padding: 0;
  margin: 40px 0; }
  .search .no-results.another-search .searchform {
    margin: 0; }
  .search .no-results.another-search p {
    padding-left: 5px;
    margin: 0; }

.error-404 h1,
.no-results.error-404 h1 {
  font-size: 120px;
  margin-top: 20px;
  margin-bottom: 20px; }

.no-results h1 {
  font-size: 50px;
  margin-bottom: 20px; }

.no-results p,
.error-404 p {
  font-size: 15px; }

/* Transition */
.hover-light {
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.hover-light:hover {
  opacity: 0.8; }

/* Mailchimp */
.footer-widgets .widget_mc4wp_form_widget,
.footer-widgets .widget_wysija {
  width: 100%;
  float: none;
  margin: 5px auto 45px auto;
  text-align: center; }

.footer-widgets .widget_wysija form {
  margin: 0; }

.footer-widgets .widget_mc4wp_form_widget .widget-title,
.footer-widgets .widget_wysija .widget-title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  letter-spacing: -1.2px;
  text-transform: none;
  font-size: 23px;
  font-weight: 700; }

.footer-widgets .widget_mc4wp_form_widget .widget-title:after,
.footer-widgets .widget_wysija .widget-title:after {
  display: none; }

.footer-widgets .mc4wp-form,
.footer-widgets .widget_wysija .widget_wysija_cont {
  width: 100%;
  max-width: 490px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle; }

.footer-widgets .widget_wysija .widget_wysija_cont {
  position: relative; }

.footer-widgets .widget_wysija .widget_wysija_cont p {
  margin: 0; }

.footer-widgets form.mc4wp-form,
.footer-widgets .widget_wysija .widget_wysija_cont {
  min-height: 50px; }

@media all and (max-width: 992px) {
  .footer-widgets .widget_mc4wp_form_widget .widget-title,
  .footer-widgets .widget_wysija .widget-title {
    display: block;
    margin-bottom: 25px; }
  .footer-widgets .mc4wp-form,
  .footer-widgets .widget_wysija .widget_wysija_cont {
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 0 10px; } }

.footer-widgets .mc4wp-form input,
.footer-widgets .widget_wysija input {
  display: inline-block; }

.footer-widgets .mc4wp-form input,
.footer-widgets .widget_wysija input {
  line-height: 24px;
  margin: 0;
  float: left;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f3f3f3;
  box-shadow: none;
  width: 70%;
  text-align: left;
  padding: 13px 30px; }

.footer-widgets .mc4wp-form input[type="submit"],
.footer-widgets .widget_wysija input[type="submit"] {
  top: 0;
  margin: 0;
  line-height: 30px;
  padding: 10px;
  float: right;
  width: 30%;
  border-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 12.1px;
  letter-spacing: 2px;
  text-align: center;
  -webkit-appearance: none;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.footer-widgets .widget_wysija .formError {
  position: absolute;
  top: 0 !important;
  right: -156px !important;
  left: auto !important; }

@media all and (max-width: 400px) {
  .footer-widgets .mc4wp-form input[type="submit"],
  .footer-widgets .widget_wysija input[type="submit"] {
    width: 38%; }
  .footer-widgets .mc4wp-form input,
  .footer-widgets .widget_wysija input {
    width: 62%; } }

.footer-widgets .mc4wp-form input::-webkit-input-placeholder {
  font-size: 13px;
  color: rgba(85, 85, 85, 0.56);
  font-weight: 400; }

.footer-widgets .mc4wp-form input::-moz-placeholder {
  font-size: 13px;
  color: rgba(85, 85, 85, 0.56);
  font-weight: 400; }

.footer-widgets .mc4wp-form input:-moz-placeholder {
  font-size: 13px;
  color: rgba(85, 85, 85, 0.56);
  font-weight: 400; }

.footer-widgets .mc4wp-form input:-ms-input-placeholder {
  font-size: 13px;
  color: rgba(85, 85, 85, 0.56);
  font-weight: 400; }

.footer-widgets .widget_wysija input::-webkit-input-placeholder {
  font-size: 13px;
  color: rgba(85, 85, 85, 0.56);
  font-weight: 400; }

.footer-widgets .widget_wysija input::-moz-placeholder {
  font-size: 23px;
  color: rgba(85, 85, 85, 0.56);
  font-weight: 400; }

.footer-widgets .widget_wysija input:-moz-placeholder {
  font-size: 13px;
  color: rgba(85, 85, 85, 0.56);
  font-weight: 400; }

.footer-widgets .widget_wysija input:-ms-input-placeholder {
  font-size: 13px;
  color: rgba(85, 85, 85, 0.56);
  font-weight: 400; }

/* Social Media Footer */
/*
.footer-widgets .widget.widget_blggn_social_wg {
	width: 100%;
	margin: 60px 0;
	float: none;
}
.footer-widgets .widget-social {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
.footer-widgets .widget-social a {
	font-size: 18px;
	margin: 0 15px;
}
.footer-widgets .widget-social a i {
	font-size: 18px;
}
.widget-social a span.footer-social-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #b9b9b9;
	margin-left: 2px;
}
.widget-social a span.footer-social-title {
	display: none;
	margin-top: 3px;
}
.footer-widgets .widget-social a span {
	display: inline-block;
	vertical-align: middle;
}
*/
/* Thumb scale settings */
.thumb-scale {
  position: relative;
  overflow: hidden; }

.thumb-scale a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  transition: transform .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.thumb-scale a:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  transform: scale(1.06); }

.thumb-scale .thumb-scale-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: rgba(31, 33, 35, 0.45);
  width: 100%;
  height: 100%;
  opacity: 0; }

.thumb-scale:hover .thumb-scale-overlay {
  opacity: 1; }

.thumb-scale .thumb-scale-meta {
  display: flex;
  align-items: center;
  height: 100%;
  opacity: 0; }

.thumb-scale:hover .thumb-scale-meta {
  opacity: 1;
  transition-delay: .25s; }

.thumb-scale .thumb-scale-meta > div {
  width: 100%;
  text-align: center;
  color: #fff; }

.thumb-scale .thumb-scale-overlay,
.thumb-scale .thumb-scale-meta,
.thumb-scale a i,
.thumb-scale a h4,
.thumb-scale a p {
  color: #fff;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s; }

.thumb-scale .thumb-scale-meta span {
  margin: 0 5px; }

.thumb-scale a p {
  padding: 0 20px; }

.thumb-scale a h4.voss-link {
  display: inline-block;
  margin: 0;
  color: #fff;
  border-bottom: solid 2px rgba(255, 255, 255, 0.4);
  line-height: 20px;
  margin-bottom: 8px; }

.thumb-scale a h4.voss-link:hover {
  opacity: .8; }

.thumb-scale a:hover h4.voss-link i {
  color: #cccccc;
  vertical-align: 1px; }

.thumb-scale .video-play-icon {
  width: 38px;
  height: 38px; }

.thumb-scale .video-play-icon:before {
  margin-left: -2px;
  border-width: 4px 0 4px 7px; }

/*--------------------------------------------------------------
## Sinle Post
--------------------------------------------------------------*/
.single .single-post.fullwidth {
  padding: 0; }

.single-fullwidth-header {
  position: relative;
  padding: 125px 0;
  background-color: #eceeef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.single-fullwidth-header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 33, 35, 0.45);
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s; }

.single-fullwidth-header .post-header {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0; }

.single-fullwidth-header .post-title {
  margin: 18px 0 28px 0;
  font-size: 56px; }

.single-fullwidth-header a,
.single-fullwidth-header h1,
.single-fullwidth-header p {
  color: #fff; }

.single-fullwidth-header .post-header-info,
.single-fullwidth-header .post-header-info a,
.single-fullwidth-header .post-header-info a i,
.single-fullwidth-header .in-cat {
  color: rgba(255, 255, 255, 0.86); }

.single-fullwidth-header a:hover {
  color: #e6e6e6; }

.single-full-video {
  padding: 100px 0; }

.single-full-video .video-play-icon {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px); }

.mfp-iframe-holder .mfp-content {
  max-width: 1300px; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .95; }

.mfp-iframe-scaler iframe {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.6); }

.single-audio-full .thumb-content {
  opacity: 1; }

.single-audio-full:after {
  display: none; }

.single-large-header {
  padding: 0 15px; }

.single-large-header .post-header {
  margin-top: 50px; }

.single-large-header .post-title {
  margin-bottom: 10px; }

@media all and (min-width: 768px) {
  .single-large-header .post-header {
    padding: 0 120px; } }

.single-large-header .post-image {
  margin: 0; }

.single-large-header .post-image img {
  width: 100%; }

.justified-gallery {
  margin-bottom: 27px; }

.single-large-header .justified-gallery {
  margin-bottom: 0; }

.single-post .post-image {
  text-align: center; }

.single-post .post-image figure,
.single-post figure.only-pin,
.single-post p > figure {
  display: inline-block; }

.single-post p > figure img {
  margin: 0; }

.single-post .post-content {
  position: relative; }

.single-post .post-entry-content {
  margin-bottom: 50px; }

.single-post .post-bottom {
  height: 36px;
  margin: 40px 0; }

.single-post .post-bottom .post-bottom-left {
  position: relative; }

@media all and (max-width: 768px) {
  .single-post .post-bottom {
    height: auto; }
  .single-post .post-bottom > div {
    margin: 20px auto;
    float: none;
    width: 100%;
    text-align: center; }
  .single-post .post-bottom .post-share-links {
    text-align: center; } }

.single-post-pagination a {
  border-radius: 4px;
  padding: 16px 30px;
  margin: 0; }

.single-post-pagination a:last-child {
  float: right; }

/* Single Post Pagination Tooltip */
.post-link-tip {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 60px 10px rgba(0, 0, 0, 0.13);
  border: 1px solid #f3f3f3;
  padding: 6px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-300px);
  -moz-transform: translateY(-300px);
  transform: translateY(-300px);
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1); }

.older-post-link .post-link-tip {
  box-shadow: 20px -10px 40px 0px rgba(0, 0, 0, 0.15); }

.newer-post-link .post-link-tip {
  right: 0;
  left: auto;
  box-shadow: -20px -10px 40px 0px rgba(0, 0, 0, 0.15); }

.post-tip-img {
  max-width: 297px;
  position: relative; }

.post-tip-img img {
  width: 297px; }

.post-tip-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 33, 35, 0.45);
  opacity: 1;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s; }

.post-tip-info {
  position: absolute;
  padding: 36px;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .post-tip-info > div {
    width: 100%;
    text-align: center; }
  .post-tip-info .post-cat {
    margin-bottom: 2px;
    letter-spacing: 1.6px; }
  .post-tip-info h3 {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1.3; }
  .post-tip-info a {
    color: #fff; }
  .post-tip-info a:hover {
    color: #fff; }
  .post-tip-info .voss-link a {
    border-bottom: solid 2px rgba(255, 255, 255, 0.44); }
  .post-tip-info .voss-link a i {
    padding: 0;
    color: #fff; }

.older-post-link:hover .post-link-tip,
.newer-post-link:hover .post-link-tip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-313px);
  -moz-transform: translateY(-313px);
  transform: translateY(-313px); }

/* Pin it */
/*
.single-post figure {
	position: relative;
}
figure .icon-pinterest {
	position: absolute;
	top: 14px;
	left: 14px;
	background-color: rgba(24, 24, 24, 0.3);
	color: #fff;
	padding: 11px 16px;
	line-height: 1;
	border-radius: 1px;

	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s;
}
figure.alignleft .icon-pinterest {
	margin: 0;
}
figure.alignleft {
	float: left;
	margin-left: 0;
	margin-right: 30px;
    margin-bottom: 15px;
    margin-top: 8px;
}
figure.alignleft img {
	margin: 0;
}
figure.alignright {
	float: right;
	margin-right: 0;
	margin-left: 30px;
    margin-bottom: 15px;
    margin-top: 8px;
}
figure.alignright img {
	margin: 0;
}

figure.alignright .icon-pinterest {
	margin: 0;
}
figure .icon-pinterest i {
	font-size: 12px;
	margin-right: 5px;
	color: #fff;
}
figure .icon-pinterest span {
	font-size: 11.1px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 2px;
}
figure:hover .icon-pinterest {
	background-color: #000;
}
figure .icon-pinterest:hover {
	background-color: rgba(0,0,0, .88);
}
figure a.icon-pinterest:hover,
figure a.icon-pinterest:hover i {
	color: #fff;
}
*/
/* Single Img Content Lightbox */
.img-lightbox-overlay {
  position: absolute;
  top: 14px;
  right: 14px; }

figure.alignleft .img-lightbox-overlay {
  margin: 0; }

figure.alignright .img-lightbox-overlay {
  margin: 0; }

.post-content-img.alignleft,
.post-content-img.alignleft a {
  float: left; }

.post-content-img.alignright,
.post-content-img.alignright a {
  float: right; }

.img-lightbox-overlay i {
  background-color: rgba(24, 24, 24, 0.3);
  color: #fff;
  padding: 13px 16px;
  border-radius: 1px;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  transition: background-color .3s; }

.img-lightbox-overlay i {
  font-size: 12px; }

figure:hover .img-lightbox-overlay i,
.single-lightbox-src:hover .img-lightbox-overlay i {
  background-color: #000;
  color: #fff; }

figure .img-lightbox-overlay:hover i,
.single-lightbox-src .img-lightbox-overlay:hover i {
  color: #fff; }

figure .img-lightbox-overlay i:hover
.single-lightbox-src .img-lightbox-overlay i:hover {
  background-color: rgba(0, 0, 0, 0.88); }

/* Drop Cap */
.single-post .dropcap {
  display: block; }

.single-post .dropcap:before {
  content: attr(data-character);
  color: rgba(17, 17, 17, 0.05);
  font-size: 16.25em;
  font-weight: 600;
  top: -28px;
  left: 7px;
  line-height: 1;
  position: absolute;
  z-index: -1; }

.single-lightbox-src {
  position: relative;
  display: block; }

.single-lightbox-src img {
  max-width: 100%; }

/*--------------------------------------------------------------
## Post Author
--------------------------------------------------------------*/
.author-area {
  margin-top: 60px;
  margin-bottom: 60px; }

.archive.author .author-area {
  margin-top: 70px;
  margin-bottom: 20px; }

.author-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px; }
  .author-img a {
    border: none !important; }
  .author-img .voss-pin-it-btn {
    display: none; }

.author-img img {
  border-radius: 100px; }

.author-info {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 520px; }
  .author-info p {
    font-size: 16px; }

.author-area h4 {
  font-size: 13.4px;
  font-weight: 700;
  letter-spacing: 3px; }

.author-area h4 {
  margin: 0 0 10px 0; }
  .author-area h4 a {
    border: none;
    color: #000;
    font-size: 15.4px;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 15px; }

.author-area .author-social a {
  padding: 0px 4px;
  font-size: 15px;
  color: #000; }

.single .author-area .author-info a {
  border: none;
  color: #000; }

.post-entry-content .author-area a {
  border: none; }

@media all and (max-width: 782px) {
  .author-area, .author-img, .author-info {
    text-align: center;
    display: block; }
  .author-area {
    padding: 0 20px 50px 20px; }
  .author-img {
    margin: 0;
    margin-bottom: 10px; }
  .author-info {
    width: 100%;
    margin: 0 auto; } }

/*--------------------------------------------------------------
## Search Page
--------------------------------------------------------------*/
.archive .page-header .page-title,
.category .page-header .page-title,
.search .page-header .page-title {
  margin: 0;
  line-height: 1;
  padding: 10px 15px 8px 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 40px; }

.archive .page-header .list-categories,
.category .page-header .list-categories,
.search .page-header .list-categories {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1; }

.archive .page-header .list-categories li,
.category .page-header .list-categories li,
.search .page-header .list-categories li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  line-height: 1;
  padding: 10px 0; }

.archive .page-header .list-categories .current-cat a,
.category .page-header .list-categories .current-cat a,
.search .page-header .list-categories .current-cat a {
  border-bottom: 1px solid;
  border-color: #dedede;
  color: #000; }

.archive .page-header .category-description,
.category .page-header .category-description,
.search .page-header .category-description {
  margin: 20px 0; }

.archive .page-header .list-categories li .children,
.category .page-header .list-categories li .children,
.search .page-header .list-categories li .children {
  padding-left: 0;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1; }

.archive .page-header .list-categories li .children li,
.category .page-header .list-categories li .children li,
.search .page-header .list-categories li .children li {
  padding: 0;
  margin: 0 0 0 20px;
  vertical-align: 0px; }

.archive .page-header .list-categories li a,
.category .page-header .list-categories li a,
.search .page-header .list-categories li a {
  font-size: 16px;
  background: none;
  border-radius: 2px;
  padding: 0;
  padding-bottom: 4px;
  margin: 0; }

.archive.has-page-header-image .page-header .list-categories .current-cat a,
.category.has-page-header-image .page-header .list-categories .current-cat a,
.archive.page-header-text-light .page-header .list-categories .current-cat a,
.category.page-header-text-light .page-header .list-categories .current-cat a {
  opacity: 1;
  color: #fff; }

.archive-header {
  padding: 50px 0;
  text-align: center;
  background-color: #f9f9f9; }
  .archive-header h2 {
    font-weight: 500; }

.archive.tag .archive-header em {
  margin-left: -24px; }

.no-results .searchform {
  opacity: 1;
  padding: 20px 0;
  max-width: 760px;
  margin: 0 auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px); }

.no-results.not-found p {
  max-width: 450px;
  margin: 10px auto; }

.archive.woocommerce .page-header .page-title {
  margin: 0;
  line-height: 1;
  padding: 8px 15px;
  font-weight: 500;
  letter-spacing: -1.6px;
  font-size: 50px;
  text-transform: none; }

.archive.woocommerce .page-header .woocommerce-breadcrumb {
  padding: 8px 15px;
  margin: 0;
  list-style: none;
  opacity: .6; }
  .archive.woocommerce .page-header .woocommerce-breadcrumb svg, .archive.woocommerce .page-header .woocommerce-breadcrumb i {
    margin: 0 8px;
    font-size: 12px;
    vertical-align: 1px;
    width: 8px;
    height: 8px;
    color: #888;
    fill: #888; }

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.archives-container {
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.04); }

.category-container .content-area {
  margin-top: 40px; }

.category-query {
  padding: 0 0 50px 0;
  text-align: center; }

.category-query {
  font-size: 52px; }

.category-query h2 {
  margin-top: 10px;
  margin-bottom: 10px; }

.category-cat-list {
  text-align: center; }

/*--------------------------------------------------------------
# Posts Layout
--------------------------------------------------------------*/
.post-content .post-title {
  font-size: 36px;
  margin: 8px 0 17px 0;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 36px;
  margin: 5px 0 14px 0;
  line-height: 1.2;
  letter-spacing: 0; }

@media (min-width: 992px) {
  .post-media {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    will-change: transform; }
    .post-media img, .post-media .thumb-bg {
      -webkit-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out;
      -o-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out;
      will-change: opacity; }
  .post-media:hover {
    -webkit-transform: scale3d(0.98, 0.98, 0.98);
    transform: scale3d(0.98, 0.98, 0.98); }
    .post-media:hover img, .post-media:hover .thumb-bg {
      opacity: .94; } }

.post-media .thumb-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.post-media {
  text-align: center; }
  .post-media .post-image {
    margin: 0; }

.post-media img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent; }

.post-media a {
  display: block;
  position: relative; }

.post-media-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }
  .post-media-content > div {
    display: table;
    width: 100%;
    height: 100%; }
    .post-media-content > div > div {
      display: table-cell;
      vertical-align: middle; }

.post-content {
  overflow: hidden;
  margin-bottom: 0; }

.post-content .post-excerpt {
  font-size: 15px; }

.post-content .post-header-info span:first-child {
  margin-left: 0; }

.post-content .post-header,
.post-content .post-read-more {
  text-align: left; }

.post-content .post-read-more {
  margin-bottom: 0; }

.post-content .post-read-more a {
  background: none;
  border-bottom: solid 1px #e6e6e6;
  border-radius: 2px;
  padding: 7px 0px;
  margin-top: 0;
  margin-bottom: 12px; }

/*--------------------------------------------------------------
# Standard Layout
--------------------------------------------------------------*/
.full-post {
  padding: 0;
  margin-top: 55px;
  margin-bottom: 50px; }
  .full-post .post-media {
    margin-bottom: 13px; }
  .full-post .post-content {
    padding-top: 10px; }
  @media (min-width: 992px) {
    .full-post .post-content {
      padding-right: 40px; } }

.full-post:first-child {
  margin-top: 0px;
  border-top: none;
  padding-top: 5px; }

.full-post .post-image iframe {
  width: 100%; }

/*--------------------------------------------------------------
# Grid Layout
--------------------------------------------------------------*/
.voss-layout-grid,
.voss-layout-full-grid {
  opacity: 1; }

.voss-layout-full-grid.images-are-loaded,
.voss-layout-grid.images-are-loaded {
  opacity: 1; }

.voss-layout-grid,
.voss-layout-full-grid {
  text-align: center;
  font-size: 0; }
  .voss-layout-grid .full-post,
  .voss-layout-grid .grid-post,
  .voss-layout-full-grid .full-post,
  .voss-layout-full-grid .grid-post {
    padding: 0 15px; }

@media (min-width: 650px) {
  [data-vc-full-width="true"] .voss-layout-grid,
  [data-vc-full-width="true"] .voss-layout-full-grid {
    margin: 0; }
    [data-vc-full-width="true"] .voss-layout-grid .full-post,
    [data-vc-full-width="true"] .voss-layout-grid .grid-post,
    [data-vc-full-width="true"] .voss-layout-full-grid .full-post,
    [data-vc-full-width="true"] .voss-layout-full-grid .grid-post {
      padding: 0 30px; } }

@media (min-width: 992px) {
  [data-vc-full-width="true"] .voss-layout-grid,
  [data-vc-full-width="true"] .voss-layout-full-grid {
    margin: 0 50px; } }

@media (min-width: 650px) {
  [data-vc-full-width="true"] .voss-layout-grid,
  [data-vc-full-width="true"] .voss-layout-full-grid {
    margin: 0 30px; } }

.grid-post {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top; }
  .grid-post .post-content {
    padding: 20px 2px;
    text-align: center; }
    .grid-post .post-content .post-title {
      font-size: 24px;
      margin-left: auto;
      margin-right: auto; }
    .grid-post .post-content .post-excerpt {
      display: none; }
    .grid-post .post-content .post-read-more {
      display: none; }

.grid-post {
  width: 33.3333%; }

@media (min-width: 992px) {
  .voss-layout-grid,
  .voss-layout-full-grid {
    margin: 0 -15px; }
  [data-col="2"] .grid-post {
    width: 50%; }
    [data-col="2"] .grid-post .post-title {
      max-width: 80%; }
  [data-col="3"] .grid-post {
    width: 33.3333%; }
    [data-col="3"] .grid-post .post-title {
      max-width: 80%; } }

@media (min-width: 1400px) {
  [data-col="4"] .grid-post {
    width: 25%; }
    [data-col="4"] .grid-post .post-title {
      font-size: 20px; }
  [data-col="5"] .grid-post {
    width: 20%; }
    [data-col="5"] .grid-post .post-title {
      font-size: 17px; } }

@media (min-width: 992px) and (max-width: 1400px) {
  [data-col="4"] .grid-post,
  [data-col="5"] .grid-post {
    width: 33%; }
    [data-col="4"] .grid-post .post-title,
    [data-col="5"] .grid-post .post-title {
      font-size: 20px; } }

@media (max-width: 992px) {
  .grid-post {
    width: 50%; }
    .grid-post .post-title {
      max-width: 80%; } }

@media (max-width: 600px) {
  .grid-post {
    width: 100%; }
    .grid-post .post-title {
      max-width: 80%; } }

/*--------------------------------------------------------------
# List Layout
--------------------------------------------------------------*/
.list-post {
  overflow: hidden;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.list-post .post-media {
  position: relative;
  float: left;
  width: 330px;
  min-width: 330px;
  max-width: 330px;
  text-align: left;
  overflow: hidden; }

.list-post .post-content .post-title {
  font-size: 32px; }

@media (max-width: 800px) {
  .list-post .post-content .post-title {
    font-size: 26px; }
  .list-post .post-content .post-read-more {
    display: none; } }

@media (max-width: 770px) {
  .list-post .post-content .post-excerpt,
  .list-post .post-content .post-read-more {
    display: none; } }

@media (max-width: 618px) {
  .list-post {
    display: block; }
  .list-post .post-media {
    display: block;
    float: none;
    width: 100%;
    max-width: 300px;
    min-width: 300px;
    margin: 0 auto; }
  .list-post .post-content {
    margin: 0 auto;
    text-align: center;
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 0; }
  .video-thumb figure a {
    width: 100%;
    height: 100%;
    max-width: 300px;
    height: 300px; } }

@media all and (max-width: 360px) {
  .list-post .post-media {
    width: 100%;
    min-width: 100%; } }

.list-post .post-image {
  background: #fff;
  max-width: 300px;
  max-height: 300px; }
  .list-post .post-image iframe {
    width: 100%; }

/* Thumb Overlay */
.thumb-overlay {
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.thumb-overlay .voss-thumb[data-img]:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(78, 78, 78, 0.42);
  opacity: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s; }

.thumb-overlay:hover .voss-thumb[data-img]:after {
  opacity: .9; }

.thumb-overlay .voss-thumb[data-img],
.thumb-overlay img,
.thumb-overlay.video-thumb figure > div,
.audio-thumb .thumb-overlay figure iframe {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  transition: transform .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.thumb-overlay:hover .voss-thumb[data-img],
.thumb-overlay:hover img,
.thumb-overlay.video-thumb:hover figure > div,
.audio-thumb .thumb-overlay:hover figure iframe {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  transform: scale(1.06); }

.thumb-overlay.video-thumb figure > div {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1); }

.thumb-content {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s; }

.thumb-content > div {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center; }

.thumb-content h4 {
  margin: 0; }

.thumb-content .voss-link {
  color: #fff;
  line-height: 24px;
  border-bottom: solid 2px rgba(255, 255, 255, 0.4);
  -webkit-transition: color .3s ease;
  -moz-transition: color 0.3s ease;
  transition: color .3s ease; }

.thumb-content .voss-link i {
  color: #fff; }

.thumb-content .voss-link:hover {
  color: rgba(255, 255, 255, 0.8); }

.thumb-overlay:hover .thumb-content {
  opacity: 1;
  transition-delay: .25s; }

/* Audio Thumb */
.audio-thumb figure {
  width: 100%; }

.audio-thumb figure a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%; }

.audio-thumb figure iframe {
  height: 300px;
  max-height: 300px;
  background-color: #eceeef; }

.grid-post.category-cat-list {
  margin-top: 0; }

/*--------------------------------------------------------------
## Sticky Post
--------------------------------------------------------------*/
.post.sticky {
  background: #fff;
  padding: 27px;
  border: solid 1px #eceeef;
  box-shadow: 0 0 60px 0 rgba(17, 17, 17, 0.17); }

.list-post.sticky {
  margin-bottom: 38px;
  padding-bottom: 40px; }

.grid-post.sticky {
  padding: 0 15px;
  border: none;
  background: transparent;
  box-shadow: none; }

.grid-post.sticky .post-image {
  margin: 0; }

.grid-post.sticky .list-post-content {
  background: #fff;
  box-shadow: 0 0 60px 0 rgba(17, 17, 17, 0.17); }

.grid-post.sticky .list-post-content .post-header {
  padding-top: 13px; }

/* Voss Share */
.voss-share > a {
  color: #999; }

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
html:not(.vc_transform) .voss-page-content {
  margin: 60px 0; }

.page .pagination-num {
  clear: both; }

/* Contact Form */
.wpcf7-form {
  max-width: 700px;
  margin: 0 auto 0 auto; }

.wpcf7-form p {
  margin-bottom: 0; }

.wpcf7-form label {
  width: 100%;
  margin-bottom: 0; }

.wpcf7-form p:nth-of-type(1),
.wpcf7-form p:nth-of-type(2) {
  display: inline-block;
  width: 49%; }

.wpcf7-form p:nth-of-type(1) {
  margin-right: 1.4%; }

.wpcf7-form input {
  margin-bottom: 20px; }

.wpcf7-form .left {
  width: 50%;
  float: left;
  padding-right: 10px; }

.wpcf7-form .right {
  width: 50%;
  float: right;
  padding-left: 10px; }

.wpcf7-form input[type="submit"] {
  text-align: center;
  display: block;
  margin: 30px auto; }

div.wpcf7 .ajax-loader {
  float: right;
  margin-top: -56px;
  margin-right: 30px; }

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
  border: none;
  background: #F44336;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  padding: 9px 10px;
  text-align: center; }

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 27px; }

div.wpcf7-mail-sent-ng {
  width: 100%;
  max-width: 465px; }

span.wpcf7-not-valid-tip {
  color: #ff0606;
  margin-top: -11px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 14px; }

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header-fullwidth {
  text-align: center;
  background-color: #f4f4f4;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.page-header-fullwidth h1 {
  font-size: 58px;
  padding: 150px 0;
  display: inline-block; }

.page-header-fullwidth h1:after {
  display: block;
  content: '';
  width: 100px;
  border-bottom: solid 2px rgba(143, 143, 143, 0.72);
  margin: 10px auto 0 auto; }

.page-header-fullwidth.thumb-bg h1 {
  color: #fff; }

.page-header-fullwidth.thumb-bg h1:after {
  border-bottom: solid 2px rgba(255, 255, 255, 0.31); }

.page-large-header, .page-standard-header {
  text-align: center; }

.page-large-header img,
.page-standard-header img {
  margin-bottom: 20px; }

.page-large-header h1 {
  margin-top: 40px; }

.woocommerce-cart .page-large-header,
.woocommerce-cart .page-standard-header,
.woocommerce-cart .page-header-fullwidth {
  display: none; }

.page-header {
  /*margin-bottom: 40px;*/ }

.page-header img {
  margin: 0; }

.page-entry-content img {
  max-width: 100%; }

.page-entry-content h4 {
  line-height: 24px; }

/* Post Page Header */
.page-header p,
.page-header h1 {
  position: relative;
  z-index: 2; }

/* iFrame */
.page-header iframe {
  width: 100%; }

.page-header-style-fullwidth .page-header iframe,
.page-header-style-fullscreen .page-header iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

/* Page Page header */
.page-header {
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.page-header .page-title {
  margin: 0;
  line-height: 1;
  padding: 8px 15px; }

/* Page Header Color */
.page-header-text-light .page-header {
  background-color: #1c1c1c; }

/*
.page-header-text-dark .page-header {
	background-color: #f1f2f4;
}

.page-header * {
	color: #1c1c1c;
}
*/
.has-page-header-image .page-header *,
.page-header-text-light .page-header * {
  color: #fff; }

.has-page-header-image .page-header .list-categories li a {
  opacity: .7; }

.has-page-header-image .page-header .list-categories li a:hover {
  opacity: 1; }

.page-header-text-dark .page-header * {
  color: #1c1c1c; }

/* Page Header Style */
.page-header-style-fullwidth .page-header {
  padding: 40px 0 40px 0;
  background-color: #f9f9f9; }

.page-header-style-fullscreen .page-header {
  width: 100%;
  max-width: 100%;
  padding: 0;
  height: 100vh;
  margin-top: -300px; }

.page-header-style-fullscreen .page-header {
  height: 100vh;
  display: flex;
  align-items: center;
  text-align: center; }

.page-header-style-fullscreen .page-header .page-header-content {
  width: 100%;
  text-align: center; }

.page-header-style-large .page-header {
  width: auto;
  max-width: 1080px;
  margin: 0 auto; }

.category.page-header-style-large .page-header,
.blog.page-header-style-large .page-header {
  width: auto;
  max-width: 1080px;
  margin: 0 auto; }
  .category.page-header-style-large .page-header .page-header-content,
  .blog.page-header-style-large .page-header .page-header-content {
    padding: 80px 0 30px; }

.category.page-header-style-large.has-page-header-image .page-header,
.blog.page-header-style-large.has-page-header-image .page-header {
  width: auto;
  max-width: 1050px;
  margin: 50px auto 0; }
  .category.page-header-style-large.has-page-header-image .page-header .page-header-content,
  .blog.page-header-style-large.has-page-header-image .page-header .page-header-content {
    padding: 140px 0; }

.category.page-header-style-fullscreen .page-header {
  z-index: -1; }

.blog.page-header-style-fullscreen .page-header {
  z-index: -1; }

/* Page Breadcrumbs */
.voss-breadcrumb {
  padding: 8px 15px;
  margin: 0;
  list-style: none;
  opacity: .6;
  font-size: 16px; }
  .voss-breadcrumb svg, .voss-breadcrumb i {
    margin: 0 8px;
    font-size: 12px;
    vertical-align: 1px;
    width: 8px;
    height: 8px;
    color: #888;
    fill: #888; }

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
.content-area,
.widget-area {
  padding: 0 15px; }

.sidebar-right .content-area {
  float: left; }

.sidebar-right .widget-area {
  float: right; }

.sidebar-left .content-area {
  float: right; }

.sidebar-left .widget-area {
  float: left; }

.sidebar-right .content-area,
.sidebar-left .content-area {
  width: 75%; }

.sidebar-right .widget-area,
.sidebar-left .widget-area {
  width: 25%; }

@media all and (max-width: 1024px) {
  .sidebar-right .content-area,
  .sidebar-left .content-area {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    float: none; }
  .sidebar-right .widget-area,
  .sidebar-left .widget-area {
    width: 100%;
    max-width: 257px;
    margin: 0 auto;
    float: none;
    display: none; } }

.sidebar-no-sidebar .content-area {
  width: 100%;
  margin: 0 auto;
  float: none; }

.sidebar- .widget-area {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
:root {
  font-size: 17px; }

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

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

body {
  -webkit-overflow-scrolling: touch;
  word-wrap: break-word;
  font-size: 17px; }

@media all and (max-width: 1024px) {
  body {
    font-size: 16px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'forst', sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 0; }

h1 {
  font-size: 50px;
  letter-spacing: -1.6px; }

h2 {
  font-size: 34px;
  letter-spacing: -1.2px;
  line-height: 44px;
  line-height: 1.2; }

h3 {
  font-size: 26px;
  letter-spacing: -0.2px;
  line-height: 30px; }

h4 {
  font-size: 19px;
  letter-spacing: -0.2px;
  line-height: 20px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 16px;
  margin: 0 0 10px 0; }

p {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: #6e6e6e;
  margin-top: 0;
  margin-bottom: 17px; }

@media all and (max-width: 1024px) {
  p {
    font-size: 16px; } }

a {
  color: #888;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:hover {
  color: #000;
  border-color: #6e6e6e; }

.entry-content h3,
.entry-content h4,
.entry-content h5 {
  margin-bottom: 20px; }

em,
cite {
  font-style: italic; }

strong {
  font-weight: bold; }

.entry-content p:last-of-type {
  margin-bottom: 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  position: relative;
  padding: 0 20px;
  padding-top: 33px;
  margin: 65px 0;
  text-align: center; }

blockquote:before {
  content: '';
  position: absolute;
  background-image: url(assets/img/quotes.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  color: #888;
  width: 24px;
  height: 36px;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

blockquote p,
.single .post-entry-content blockquote p {
  line-height: 1.3;
  letter-spacing: -.2px;
  max-width: 637px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 31px;
  color: #000; }

blockquote ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  color: #111; }

blockquote a {
  border-bottom: 2px #eceeef solid; }

blockquote cite {
  padding-right: 40px;
  display: block;
  font-size: 12.1px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;
  text-align: center;
  font-family: sekundar;
  line-height: 1.4;
  margin-top: 25px;
  color: #888;
  padding: 0; }
  blockquote cite a {
    border: none !important; }

address {
  font-style: italic;
  margin: 0 0 1.75em; }

code,
kbd,
tt,
var,
samp,
pre {
  font-size: 14px;
  font-family: MONOSPACE;
  line-height: 1; }

pre {
  background-color: #f9f9f9;
  clear: both;
  display: block;
  font-size: 14px;
  margin: 60px 0;
  overflow: auto;
  padding: 40px;
  white-space: pre-wrap;
  word-wrap: break-word; }

abbr,
acronym {
  border-bottom: 1px dotted #e8e8e8;
  cursor: help; }

ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

strike,
del {
  text-decoration: line-through; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Topbar */
.topbar {
  color: #888;
  background-color: #f1f2f4;
  padding: 7px 0;
  font-size: 14px;
  line-height: 27px; }
  .topbar .logo-menu-item {
    display: none; }
  .topbar .text-left .nav-menu {
    float: left; }
  .topbar .text-right .nav-menu {
    float: right; }
  .topbar .nav-menu > li {
    line-height: 1; }
    .topbar .nav-menu > li > a {
      line-height: 30px;
      font-size: 11.1px;
      font-weight: 400;
      padding: 0 8px;
      opacity: .5;
      vertical-align: 4px; }
      .topbar .nav-menu > li > a svg {
        display: none; }
  .topbar .nav-menu > li:first-child > a {
    padding-left: 0; }
  .topbar .nav-menu > li:last-child > a {
    padding-right: 0; }
  .topbar .no-menu {
    margin: 5px 0 !important; }
  .topbar .topbar-text,
  .topbar p {
    margin: 1px 0;
    font-size: 12.1px;
    letter-spacing: 1.4px; }
  .topbar .topbar-icons a {
    margin: 0 5px; }

@media (max-width: 992px) {
  .topbar {
    display: none; } }

.topbar-color-dark .topbar {
  color: #fff;
  background-color: #23232c; }

/* Background */
.header {
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  z-index: 999; }
  .header .header-logo {
    display: block;
    margin: 20px 0;
    line-height: 1; }
  .header svg {
    vertical-align: middle;
    width: 17px;
    height: 17px;
    fill: #000;
    stroke: #000; }

.header-logo img {
  width: 134px; }

@media (min-width: 992px) {
  .header-bg-transparent #main > .container > .row > .vc_row:first-child > .vc_column_container:first-child > .vc_column-inner > .wpb_wrapper .voss-slide .voss-slide-container {
    margin-top: 60px; }
  .header-bg-transparent .header:not(.sticky-header) {
    position: absolute;
    margin-top: 5px;
    width: 100%;
    box-shadow: none;
    background-color: transparent; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .header-bg-transparent .header:not(.sticky-header) .main-navigation .logo-light {
      display: block; }
    .header-bg-transparent .header:not(.sticky-header) .main-navigation .logo-dark {
      display: none; }
    .header-bg-transparent .header:not(.sticky-header) .main-navigation .nav-menu > li > a {
      color: #fff;
      font-weight: 500 !important;
      font-size: 12.1px; }
    .header-bg-transparent .header:not(.sticky-header) .main-navigation .nav-menu > li ul {
      background-color: #fff; }
    .header-bg-transparent .header:not(.sticky-header) .main-navigation .menu-item-has-children > a > svg {
      fill: #fff; }
    .header-bg-transparent .header:not(.sticky-header) .main-navigation .sub-menu {
      border: 1px solid rgba(234, 234, 234, 0.4); }
      .header-bg-transparent .header:not(.sticky-header) .main-navigation .sub-menu a {
        color: #151515; }
      .header-bg-transparent .header:not(.sticky-header) .main-navigation .sub-menu .menu-item-has-children > a > svg {
        fill: #a9a9a9; }
    .header-bg-transparent .header:not(.sticky-header) .main-navigation .no-menu {
      color: #fff; } }

@media (min-width: 992px) {
    .header-bg-transparent .header:not(.sticky-header) .menu-icons a svg {
      stroke: #fff;
      fill: #fff; } }

/* Logo */
.header .logo-light {
  display: none; }

.header-layout-v2 .logo-menu-item,
.header-layout-v3 .logo-menu-item,
.header-layout-v4 .logo-menu-item,
.side-menu-nav .logo-menu-item {
  display: none; }

@media (min-width: 992px) and (max-width: 1150px) {
  .header-layout-v1 .main-navigation .nav-menu > li > a {
    padding: 0 14px; } }

@media (min-width: 992px) {
  .header-layout-v1 .header {
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s; }
  .header-layout-v1 .menu-icons {
    position: absolute; }
  .header-layout-v1 .menu-icons:last-child {
    right: 15px; } }

@media (max-width: 992px) {
  .header-layout-v1 nav.main-navigation {
    display: block;
    position: relative; }
    .header-layout-v1 nav.main-navigation ul > li {
      display: none; }
    .header-layout-v1 nav.main-navigation ul > li.logo-menu-item {
      display: inline-block; } }

/* Header Icons */
.menu-icons a {
  padding: 0 5px;
  line-height: 65px;
  display: inline-block; }

.menu-icons .header-cart {
  padding-right: 17px; }

.menu-icons .cart-count {
  font-size: 9px;
  color: #888;
  font-weight: 700;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  background-color: #e8e9ea;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

@media (max-width: 992px) {
  .header .search-modal,
  .header .login-modal {
    display: none; }
  .header .search-modal.visible {
    display: inline-block; } }

.header-layout-v1 .logo-menu-item,
.header-layout-v2 .logo-menu-item,
.header-layout-v5 .logo-menu-item {
  list-style: none;
  text-align: center; }

.header-layout-v1 .no-menu,
.header-layout-v2 .no-menu,
.header-layout-v5 .no-menu {
  margin-bottom: 10px; }

@media (max-width: 992px) {
  .header-layout-v1 .menu-icons a,
  .header-layout-v1 .logo-menu-item,
  .header-layout-v2 .menu-icons a,
  .header-layout-v2 .logo-menu-item,
  .header-layout-v5 .menu-icons a,
  .header-layout-v5 .logo-menu-item {
    padding: 0; } }

.header-layout-v1 .header ul.preload-holder {
  display: none;
  margin: 0; }

.header-layout-v1 .header ul.no-menu {
  margin: 0;
  padding: 0; }
  .header-layout-v1 .header ul.no-menu li {
    line-height: 20px !important; }

.header-layout-v1 .header .no-menu {
  line-height: 1;
  margin-bottom: 20px; }

/* Header Sticky */
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  border-bottom: 1px solid #f5f5f5;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: saturate(180%) blur(3px);
  backdrop-filter: saturate(180%) blur(3px);
  background: rgba(255, 255, 255, 0.98);
  z-index: 100;
  -webkit-transition: all .25s;
  transition: all .25s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
  .sticky-header .main-navigation > li > a {
    line-height: 86px; }
  .sticky-header .main-navigation > li .header-logo {
    line-height: 1; }

.sticky-header.voss-sticky {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.admin-bar .sticky-header.voss-sticky {
  -webkit-transform: translateY(32px);
  transform: translateY(32px); }

@media (max-width: 782px) {
  .admin-bar .sticky-header.voss-sticky {
    -webkit-transform: translateY(46px);
    transform: translateY(46px); } }

/* Header Layout */
@media (min-width: 992px) {
  .header-layout-v2 .header .main-navigation li, .header-layout-v2 .header .main-navigation li a {
    line-height: 64px; }
  .header-layout-v2 .header nav.main-navigation a {
    line-height: 2.1; } }

@media (min-width: 992px) {
  .header-layout-v4 .header .container > .row:first-child {
    padding-top: 20px; }
  .header-layout-v4 .header nav.main-navigation {
    float: left;
    margin-left: -10px; }
    .header-layout-v4 .header nav.main-navigation a {
      line-height: 70px; }
  .header-layout-v4 .header .open-side-menu {
    display: none; } }

.header-layout-v4 .header .header-banner img {
  float: right; }

.header-layout-v4 .header.sticky-header .container > .row:first-child {
  display: none; }

.header-mid-top {
  padding: 0 40px; }

.nav-bar {
  background-color: #fff;
  padding: 0;
  border-bottom: 1px solid rgba(236, 238, 239, 0.52);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow .2s;
  -moz-transition: box-shadow .2s;
  transition: box-shadow .2s; }

.side-menu-opened .nav-bar,
.side-menu-opened .page-container,
.side-menu-opened .home,
.side-menu-opened .single-post,
.side-menu-opened .single-post,
.side-menu-opened .single-post,
.side-menu-opened .archives-container,
.search-overlay-opened .nav-bar,
.search-overlay-opened .page-container,
.search-overlay-opened .home,
.search-overlay-opened .single-post,
.search-overlay-opened .single-post,
.search-overlay-opened .single-post,
.search-overlay-opened .archives-container {
  box-shadow: none;
  transition: box-shadow 0s; }

.nav-bar,
.page-container,
.home,
.single-post,
.single-post,
.single-post,
.archives-container {
  -webkit-transition: box-shadow .2s;
  -moz-transition: box-shadow .2s;
  transition: box-shadow .9s; }

.nav-bar .container {
  position: relative;
  text-align: center; }

nav {
  display: inline-block; }

.nav-social a {
  font-size: 13px;
  padding: 0 7px;
  line-height: 55px; }

.header-title {
  margin: 0 auto;
  text-align: center;
  padding: 83px 0 25px 0;
  padding: 62px 0 30px 0; }

.nav-primary-2 .header-title {
  padding: 20px 0; }

.nav-primary .header-title img,
.nav-primary-2 .header-title img {
  max-width: 100%; }

.nav-primary-2 .header-title a {
  position: relative;
  z-index: 999;
  display: block; }

@media all and (max-width: 992px) {
  .header-title {
    padding: 46px 0 !important; }
  .nav-primary-2 .header-title {
    padding: 20px 70px !important; }
  .nav-primary .header-title img {
    padding: 0 5px; } }

.header-title .site-title {
  padding: 0 15px;
  margin: 0; }

.header-title img {
  height: auto; }

.header-title h1 {
  font-size: 52px;
  letter-spacing: -2.5px;
  margin: 0; }

.header-title h2 {
  font-size: 30px;
  margin: 0; }

.header-title h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  color: #999;
  margin: 0;
  font-size: 12.1px;
  line-height: 1.1;
  margin-top: 5px; }

.nav-sticky .header-title h1 {
  font-size: 33px; }

nav {
  width: auto;
  display: block;
  max-width: 1180px; }

@media (min-width: 1280px) {
  nav {
    width: auto;
    max-width: 1180px; } }

@media (max-width: 1280px) {
  nav {
    width: auto;
    max-width: 1030px; } }

@media (max-width: 1080px) {
  nav {
    width: auto;
    max-width: 960px; } }

@media (max-width: 992px) {
  nav {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0; } }

.main-navigation {
  height: 100%;
  text-align: center; }

.nav-primary .menu-main-menu-container {
  margin: 0; }

.main-navigation li {
  font-size: 12.6px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 14px; }

.nav-menu {
  position: relative;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  text-align: center; }

.top-bar-right {
  line-height: 52px; }

.top-bar-right a {
  font-size: 13px;
  padding: 5px; }

@media all and (max-width: 992px) {
  .nav-primary-2 .top-bar-right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: left; }
  .nav-primary-2 .top-bar-right a {
    display: inline-flex;
    align-items: center;
    height: 100%; }
  .nav-primary-2 .top-bar-right a.bloggin-shop-bag {
    float: right; }
  .nav-primary-2 .top-bar-right a.bloggin-shop-bag i {
    position: relative; }
  .nav-primary-2 .top-bar-right a.bloggin-shop-bag i .bloggin-bag-count {
    top: -9px;
    right: -7px; }
  .nav-primary-2 .top-bar-right a.open-side-menu {
    float: right; } }

@media all and (max-width: 510px) {
  .nav-social {
    display: none; }
  .nav-primary .top-bar-right {
    width: 100%; }
  .top-bar-right a.bloggin-shop-bag {
    float: left;
    top: 2px; }
  .top-bar-right a.bloggin-shop-bag .bloggin-bag-count {
    top: 14px;
    right: -4px; }
  .top-bar-right a.open-side-menu {
    float: right; }
  .top-bar-right a {
    padding: 0 5px; } }

.menu-toggle {
  display: inline-block;
  z-index: 99; }

.menu-toggle {
  width: 14px;
  height: 13px;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.menu-toggle:hover {
  background: none; }

.menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  margin-top: 2px;
  border-radius: 5px;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.menu-toggle span:nth-child(1) {
  top: 1px; }

.menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) {
  top: 5px; }

.menu-toggle span:nth-child(4) {
  top: 9px;
  right: 0px;
  width: 75%; }

.side-menu-opened .menu-toggle span:nth-child(1) {
  top: 5px;
  width: 100%; }

.side-menu-opened .menu-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s; }

.side-menu-opened .menu-toggle span:first-child,
.side-menu-opened .menu-toggle span:last-child {
  opacity: 0; }

.side-menu-opened .menu-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s; }

.side-menu-opened .menu-toggle span:nth-child(4) {
  top: 6px;
  width: 100%; }

@media (min-width: 992px) {
  .main-navigation ul.nav-menu,
  .main-navigation div.nav-menu > ul {
    display: table;
    height: 100%; }
  .main-navigation ul {
    text-indent: 0; }
  .main-navigation li a,
  .main-navigation li {
    display: inline-block;
    vertical-align: middle; }
  .main-navigation li a {
    font-weight: bold;
    border-bottom: 0;
    color: #000;
    line-height: 86px;
    line-height: 94px;
    padding: 0 22px;
    padding: 0 17px;
    padding: 0 19px;
    white-space: nowrap;
    -webkit-transition: all .23s;
    -moz-transition: all .23s;
    transition: all .23s; }
  .main-navigation li a:hover {
    color: #444; }
  .main-navigation li ul li a:hover {
    color: #444; }
  .main-navigation li {
    position: relative;
    padding: 0; }
  .main-navigation li ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1; }
  .main-navigation li ul li {
    margin: 0; }
  .main-navigation li ul ul {
    top: 0;
    left: 100%; }
  .main-navigation ul li:hover > ul {
    display: block; }
  .main-navigation li ul li:last-child a {
    border-bottom: none; }
  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-ancestor > a,
  .main-navigation .current_page_item > a,
  .main-navigation .current_page_ancestor > a {
    font-weight: bold; }
  .nav-primary .main-navigation {
    margin: 0 auto; }
  .main-navigation li ul {
    background-color: #fff; }
  .sub-menu li {
    display: block;
    padding: 0; }
  .main-navigation li a {
    color: black; }
  .main-navigation li ul li a {
    background-color: transparent;
    display: block;
    font-size: 11.6px;
    line-height: 2.1;
    padding: 6px 10px;
    min-width: 176px;
    white-space: normal;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .sub-menu > li a {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.07); }
  /*
	.sub-menu > li:nth-last-child(2) a {
		border: none;
	}
	*/
  .main-navigation li ul li ul.sub-menu {
    margin-left: 14px;
    box-shadow: 16px 0 40px 0 rgba(0, 0, 0, 0.16); }
  .main-navigation ul li > ul {
    display: block;
    visibility: hidden;
    text-align: left;
    opacity: 0;
    padding: 14px 14px;
    padding: 16px 20px;
    margin-left: 10px;
    z-index: 2;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1); }
  .main-navigation ul li:hover > ul {
    visibility: visible;
    opacity: 1; }
  #menu-secondary-menu {
    margin: 0; }
  .main-navigation #menu-secondary-menu li a {
    padding: 0;
    margin-right: 26px;
    color: rgba(0, 0, 0, 0.29);
    font-weight: 500;
    line-height: 50px; }
  .nav-primary .sub-menu {
    border: 1px solid rgba(234, 234, 234, 0.43);
    z-index: 9999; }
  .sub-menu .current-menu-item > a {
    opacity: .5; }
  .header-menu-hover-fade .main-navigation ul li:hover > ul,
  .header-menu-hover-fade .main-navigation ul li > ul,
  .header-menu-hover-slide .main-navigation ul li:hover > ul,
  .header-menu-hover-slide .main-navigation ul li > ul {
    -webkit-transition: all .23s;
    transition: all .23s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s; }
  .header-menu-hover-fade .main-navigation li ul li a:hover,
  .header-menu-hover-slide .main-navigation li ul li a:hover {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    transform: translateX(6px); }
  .header-menu-hover-slide .main-navigation ul li > ul {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transform: translateY(40px); }
  .header-menu-hover-slide .main-navigation ul li:hover > ul {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px); } }

@media (max-width: 992px) {
  .header .nav-menu {
    left: auto !important; }
  nav.main-navigation {
    display: none; }
  .admin-bar .nav-bar {
    top: 32px; }
  .admin-bar .nav-bar {
    transition: all .3s;
    transition-delay: 1s;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateY(0px); }
  .admin-bar.side-menu-opened .nav-bar {
    -webkit-transform: translateX(-90px);
    -moz-transform: translateX(-90px);
    transform: translateY(-90px);
    transition: all 0s;
    transition-delay: 0s; }
  .admin-bar .main-navigation {
    top: 1px; }
  .header-title {
    margin-top: 0; }
  .mobile-nav-social {
    display: table;
    position: relative;
    padding: 25px 20px;
    margin: 0 auto; }
  /*
	.main-navigation {
		position: fixed;
		top: 55px;
		height: 55px;
		z-index: 9999;
	}
	*/
  .main-navigation ul {
    margin-top: 0; }
  .main-navigation li {
    margin: 5px 0;
    text-align: left;
    width: auto;
    margin: 0 auto; }
  .main-navigation a {
    color: #5e5e5e; }
  .main-navigation a:hover {
    color: #21759b; } }

@media (max-width: 782px) {
  .admin-bar .nav-bar {
    top: 46px; } }

.menu-item-has-children > a > svg {
  font-size: 12px;
  position: relative;
  top: 0px;
  width: 9px;
  height: 9px;
  /*
	left: 15px;
	margin-left: -10px;
	*/
  margin-left: 5px;
  margin-bottom: 3px;
  display: inline-block;
  stroke-width: 0px;
  fill: #a9a9a9;
  opacity: .6; }

.sub-menu .menu-item-has-children > a > svg {
  width: 8px;
  height: 8px;
  margin-bottom: 0;
  margin-top: 8px;
  stroke-width: 0px;
  float: right; }

/* No Menu */
.no-menu {
  text-transform: none;
  padding: 0;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 400;
  color: #999;
  line-height: 24px;
  margin: 0;
  display: block; }

.nav-sticky .no-menu {
  margin: 0; }

.no-menu:hover {
  color: #1c1c1c; }

.nav-secondary .no-menu {
  margin-top: 15px;
  margin-bottom: 0; }

/* Side Menu */
#side-menu {
  position: fixed;
  top: 0;
  height: 100%;
  height: 101vh;
  z-index: 999999;
  padding: 0px;
  width: 340px;
  background: #fff;
  overflow: hidden;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1); }

@media all and (max-width: 350px) {
  #side-menu {
    width: 100%; } }

.side-menu-container {
  position: relative;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
  padding: 0;
  height: 100%;
  width: calc(100% + 15px);
  width: 100%;
  margin-right: -15px;
  margin-right: 0; }

/*
.side-menu-container::-webkit-scrollbar {
    display: none;  // Safari and Chrome
	-ms-overflow-style: none;
}
*/
#main {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1); }

.side-menu-opened #side-menu {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }

.side-menu-opened #main {
  -webkit-transform: translateX(150px) !important;
  -moz-transform: translateX(150px) !important;
  transform: translateX(150px) !important; }

.side-menu-top {
  position: relative;
  width: 100%;
  text-align: center; }

.open-side-menu {
  cursor: pointer; }

.close-side-menu {
  position: absolute;
  width: 20%;
  top: 0;
  left: 0;
  height: 100%;
  padding: 14px 20px;
  cursor: pointer;
  color: #000;
  fill: #000;
  stroke: #000;
  stroke-width: 0.2px;
  z-index: 9999; }
  .close-side-menu svg {
    width: 17px;
    height: 17px;
    stroke-width: 0.2px; }

#side-menu .header-logo {
  display: block;
  width: 100%;
  padding: 30px 0 5px 0;
  text-align: center; }
  #side-menu .header-logo .logo-light {
    display: none; }

.side-menu-nav .no-menu {
  padding: 20px 30px;
  text-align: center; }

.side-menu-nav,
.widget_nav_menu {
  margin-bottom: 35px; }

.widget-area .widget.widget_nav_menu {
  border: none;
  margin-bottom: 0; }

.side-menu-nav ul {
  text-align: center; }

.widget_nav_menu ul {
  text-align: left; }

.side-menu-nav li,
.widget_nav_menu li {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700; }

.side-menu-nav ul.nav-menu > li:hover,
.side-menu-nav ul.nav-menu > li.open {
  background-color: #f9f9f9; }

.side-menu-nav ul.nav-menu > li,
.widget_nav_menu ul.menu > li:not(:last-child) {
  border-bottom: 1px solid #f9f9f9; }

.side-menu-nav ul.nav-menu > li,
.widget_nav_menu ul.menu > li {
  padding: 12px 0; }

.side-menu-nav ul.nav-menu > li a,
.widget_nav_menu ul.menu > li a {
  padding: 6px 0; }

.side-menu-nav ul.nav-menu > li > a,
.widget_nav_menu ul.menu > li > a,
.side-menu-nav li .sub-menu li a,
.widget_nav_menu li .sub-menu li a {
  display: block;
  width: 100%;
  line-height: 22px; }

.side-menu-nav li a,
.widget_nav_menu li a,
.side-menu-nav li a:hover,
.widget_nav_menu li a:hover {
  color: #000; }

.side-menu-nav li .sub-menu li a,
.widget_nav_menu li .sub-menu li a {
  padding: 6px 0;
  font-size: 12.4px; }

.side-menu-nav .menu-item-has-children > a::after,
.widget_nav_menu .menu-item-has-children > a::after {
  display: none; }

.side-menu-nav .sub-menu .menu-item-has-children > a > svg,
.widget_nav_menu .sub-menu .menu-item-has-children > a > svg {
  float: none;
  margin-top: 0;
  margin-left: 5px;
  margin-bottom: 3px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.side-menu-nav .menu-item-has-children > a svg {
  margin-right: -13.5px; }

.side-menu-nav .nav-menu,
.widget_nav_menu .menu {
  width: 100%;
  height: auto;
  overflow-y: hidden;
  max-height: 700px;
  transition: all .6s ease-in-out; }

.side-menu-nav .nav-menu > li:first-child,
.widget_nav_menu .menu > li:first-child {
  margin-top: 6px; }

.side-menu-nav .nav-menu > li:last-child {
  margin-bottom: 6px; }

.side-menu-nav .nav-menu > li:last-child a,
.widget_nav_menu .menu > li:last-child a {
  border-bottom: none; }

.side-menu-nav .nav-menu li a:hover,
.widget_nav_menu .menu li a:hover {
  color: #444; }

.side-menu-nav .nav-menu li a:before,
.widget_nav_menu .menu li a:before {
  display: none; }

.side-menu-nav .menu-item-has-children,
.widget_nav_menu .menu-item-has-children {
  position: relative; }

.side-menu-nav .sub-menu-dropdown-arrow,
.widget_nav_menu .sub-menu-dropdown-arrow {
  position: absolute;
  padding: 0;
  line-height: 1;
  top: 0;
  right: 0;
  font-size: 14px;
  padding: 15px 19px;
  color: #f9f9f9;
  cursor: pointer;
  visibility: visible;
  pointer-events: none;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s; }

.side-menu-nav .sub-menu-dropdown-arrow:hover,
.widget_nav_menu .sub-menu-dropdown-arrow:hover {
  color: #000; }

.side-menu-nav .menu-item-has-children .sub-menu,
.widget_nav_menu .menu-item-has-children .sub-menu {
  display: none;
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  /*
	-webkit-transition: all .6s cubic-bezier(.77,0,.175,1);
	-moz-transition: all .6s cubic-bezier(.77,0,.175,1);
	transition: all .6s cubic-bezier(.77,0,.175,1);
	*/ }

/* Side menu widgets */
.side-menu-widgets {
  width: 100% !important;
  max-width: 100%;
  padding: 0 30px;
  margin: 0; }

/* Side Overlay */
.side-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(15, 16, 16, 0.7);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1); }

.side-menu-opened .side-overlay {
  opacity: 1;
  visibility: visible; }

.new-menu-item a:after {
  color: #fff;
  margin-left: 5px;
  content: "NEW";
  font-family: 'sekundar';
  font-size: 7px;
  letter-spacing: .5px;
  font-weight: bold;
  padding: 2px 3px 2px 3px;
  background: #ffb900;
  border-radius: 2px;
  vertical-align: 2px; }

.new-menu-item-infinite-scroll a:before {
  color: #949494;
  content: "Infinite Scroll";
  font-family: 'sekundar';
  text-transform: none;
  font-size: 11px;
  letter-spacing: 0;
  font-weight: normal;
  padding: 2px 3px 2px 3px;
  border-radius: 2px;
  vertical-align: 2px;
  position: absolute;
  top: 5px;
  right: 12px; }

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/
.searchform {
  position: relative;
  padding: 40px 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 743px;
  margin: 0 auto; }

.searchform input {
  color: #fff;
  width: 99%;
  padding: 40px 30px;
  font-size: 18px;
  line-height: 1.4;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #343434;
  max-width: 800px;
  background-color: #fff; }

.searchform button {
  position: absolute;
  color: #111;
  margin-left: -53px;
  margin-top: 27px;
  border: none;
  background-color: transparent;
  line-height: 1; }

.searchform button svg {
  fill: #000;
  stroke: #000;
  width: 17px;
  height: 17px;
  vertical-align: -2px; }

#search-popup .searchform button svg {
  fill: #fff;
  stroke: #fff; }

.searchform .search-submit-icon {
  font-size: 18px;
  color: #343434; }

.searchform input:focus {
  outline: none; }

.searchform ::-webkit-input-placeholder {
  color: #343434; }

.searchform :-moz-placeholder {
  color: #343434; }

.searchform ::-moz-placeholder {
  color: #343434; }

.searchform :-ms-input-placeholder {
  color: #343434; }

/* Nav Overlay Search Form */
.nav-search .searchform input {
  background-color: transparent; }

#search-popup .searchform input {
  min-height: 84px; }

.search-submit-icon {
  border: none;
  background-color: transparent;
  line-height: 1; }

.nav-search input {
  border: none;
  padding: 5px; }

.nav-search button:hover {
  background-color: transparent;
  cursor: pointer; }

.searchFormContainer {
  position: fixed;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.searchFormContainer {
  height: 100%;
  margin: 0;
  z-index: 99999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.searchform {
  padding: 0; }

.nav-search .searchform input {
  color: #fff;
  padding: 32px 33px;
  font-size: 16px;
  line-height: 1.2;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  font-weight: 500; }

.nav-search .searchform ::-webkit-input-placeholder {
  color: #eee;
  font-size: 17px; }

.nav-search .searchform :-moz-placeholder {
  color: #eee;
  font-size: 17px; }

.nav-search .searchform ::-moz-placeholder {
  color: #eee;
  font-size: 17px; }

.nav-search .searchform :-ms-input-placeholder {
  color: #eee;
  font-size: 17px; }

@media all and (max-width: 992px) {
  .nav-search > form {
    width: 80%; } }

.nav-search .searchform button,
.no-results .searchform button {
  position: absolute;
  cursor: pointer;
  outline: none;
  color: #fff;
  margin-top: 0;
  right: 0;
  height: 100%;
  top: 0;
  z-index: 4; }

.no-results .searchform button {
  color: #505050;
  background: transparent; }

.nav-search .searchform button i {
  font-size: 18px;
  color: #d5d5d5;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s; }

.nav-search .searchform button:hover i {
  color: #c1c1c1; }

.nav-btn-list li i.close-overlay-search {
  display: none; }

.open-overlay-search {
  z-index: 9999;
  color: #000;
  cursor: pointer; }

.overlay-search .open-overlay-search {
  z-index: 0; }

.searchFormContainer .searchform input,
.nav-search .searchform button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #FAFFBD !important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset;
  -webkit-text-fill-color: #ccc !important; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s; }

/**/
.nav-search > form {
  width: 100%; }

.mfp-close {
  position: absolute;
  font-size: 20px;
  right: 0; }

.mfp-wrap > svg {
  position: absolute;
  top: 100px;
  right: 100px;
  width: 18px;
  height: 18px;
  fill: #fff;
  cursor: pointer; }

@media (max-width: 992px) {
  .mfp-wrap > svg {
    top: 45px;
    right: 40px; }
  .admin-bar .mfp-wrap > svg {
    top: 80px;
    right: 40px; } }

.mfp-wrap svg:hover {
  opacity: .7; }

.nav-btn-list {
  position: absolute;
  right: 20px;
  top: 0;
  display: table;
  height: 100%;
  padding: 0 20px; }

.nav-btn-list ul {
  list-style: none;
  padding-left: 0; }

.nav-btn-list li {
  display: inline-block;
  line-height: 55px;
  width: 20px; }

.nav-btn-list li i {
  color: #232323;
  display: inline-block;
  line-height: 55px;
  width: 20px;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s; }

.nav-btn-list a:hover,
.nav-btn-list li:hover,
.nav-btn-list a:hover i,
.nav-btn-list li:hover i {
  color: #999;
  cursor: pointer; }

.nav-btn-list li a.bloggin-shop-bag i:before {
  display: block;
  position: absolute;
  font-weight: normal;
  font-size: 13px;
  top: 21.5px;
  left: 1px;
  line-height: 1; }

.bloggin-shop-bag {
  position: relative;
  padding: 5px 5px 5px 1px;
  vertical-align: -1px; }

.bloggin-shop-bag i span {
  display: block;
  min-width: 14px;
  text-align: center;
  min-height: 14px;
  position: absolute;
  line-height: 14px;
  top: -2px;
  right: 1px;
  font-size: 9px;
  font-style: normal;
  font-weight: bold;
  background: rgba(164, 164, 164, 0.27);
  color: rgba(17, 17, 17, 0.51);
  border-radius: 100px; }

@media (max-width: 992px) {
  .nav-btn-list {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    display: table;
    height: 100%;
    padding: 0 20px; }
  .open-overlay-search {
    display: block;
    cursor: pointer;
    z-index: 9999;
    opacity: 1;
    -webkit-transition: opacity .8s;
    -moz-transition: opacity .8s;
    transition: opacity .8s;
    color: #000; } }

@media screen and (max-width: 768px) {
  .touch {
    -webkit-overflow-scrolling: touch; } }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.vc_btn3 {
  background-image: none; }

.btn,
.vc_btn3,
button,
.button,
.btn[type="submit"],
.button[type="submit"],
input[type="reset"],
input[type="submit"],
.wpcf7-submit,
.mc4wp-form input[type="submit"],
.widget_wysija input[type="submit"],
.post-password-form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 14px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  border-radius: 0;
  margin: 20px 0;
  padding: 17px 41px;
  background: #000;
  color: #fff;
  -webkit-transition: background .3s, color .3s;
  -moz-transition: background .3s, color .3s;
  transition: background .3s, color .3s; }

.btn:hover,
.vc_btn3:hover,
.btn:hover i,
button:hover,
.button:hover,
.btn[type="submit"]:hover,
.button[type="submit"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #fff;
  outline: none; }

.btn:focus,
.vc_btn3:focus,
button:focus,
.button:focus,
.btn[type="submit"]:focus,
.button[type="submit"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 1px dotted #959595;
  outline-offset: -4px; }

.btn:active,
.vc_btn3:active,
button:active,
.button:active,
.btn[type="submit"]:active,
.button[type="submit"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px); }

.btn a,
button a,
.button a,
.btn[type="submit"] a,
.button[type="submit"] a,
input[type="reset"] a,
input[type="submit"] a {
  box-shadow: 0 0 0;
  color: #fff; }

/*--------------------------------------------------------------
# Sliders
--------------------------------------------------------------*/
.vc_controls-bc {
  z-index: 1002 !important; }

.vs_row_fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw !important; }

.vs_row_fullwidth > .vc_column_container > .vc_column-inner,
.vs_row_fullwidth > div > .vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.vc_editor > #main > .container > .row:first-child > .vc_empty-placeholder:first-child {
  margin: 0; }

.wpb_widgetised_column .wpb_wrapper .widget:first-child {
  border-top: none; }

@media (max-width: 992px) {
  .wpb_widgetised_column {
    display: none; }
  .vc_col-sm-9, .vc_col-sm-3 {
    width: 100% !important; } }

.vc_editor .voss-ajax-pagination {
  pointer-events: none; }

@media (min-width: 992px) {
  .vc_col-sm-9 .voss-posts {
    max-width: 740px; } }

.vc_separator .vc_sep_holder .vc_sep_line {
  border-color: rgba(119, 119, 119, 0.13); }

/*--------------------------------------------------------------
# VC Posts
--------------------------------------------------------------*/
.voss-posts {
  position: relative;
  padding-top: 50px; }
  .voss-posts p {
    color: #888; }
  .voss-posts .post-title a,
  .voss-posts .post-read-more {
    color: #000; }

/*////////////////////////////////////////////////
# VC Post Slider
//////////////////////////////////////////////*/
.voss-slider {
  position: relative;
  height: 100%;
  overflow: hidden; }
  .voss-slider .voss-slide {
    height: auto;
    background-color: #ebebeb;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden; }
    .voss-slider .voss-slide .voss-slide-container {
      width: 80%;
      text-align: center;
      margin: 0 auto;
      padding-top: 40px;
      padding-bottom: 40px;
      z-index: 2; }
    .voss-slider .voss-slide .post-cat {
      line-height: 11px;
      display: inline-block;
      margin-bottom: 30px; }
    .voss-slider .voss-slide .post-title {
      line-height: 1.2;
      margin-bottom: 20px; }
    @media (min-width: 576px) {
      .voss-slider .voss-slide .post-title {
        font-size: 40px;
        margin-bottom: 30px; } }
    .voss-slider .voss-slide .btn {
      margin: 10px auto 5px auto; }
    .voss-slider .voss-slide .vs-top-content {
      background-color: rgba(28, 29, 31, 0.4);
      z-index: 2;
      opacity: 0;
      -webkit-transition: opacity .25s;
      transition: opacity .25s; }
    .voss-slider .voss-slide .vs-bottom-content {
      position: absolute;
      bottom: 0;
      width: 100%;
      background-color: rgba(28, 29, 31, 0.4);
      z-index: 2;
      text-align: center;
      -webkit-transition: all .25s;
      transition: all .25s; }
      .voss-slider .voss-slide .vs-bottom-content h5,
      .voss-slider .voss-slide .vs-bottom-content .post-cat {
        display: block;
        line-height: 1.2;
        font-size: 16px;
        margin: 0; }
      .voss-slider .voss-slide .vs-bottom-content h5 {
        font-size: 17px; }
      .voss-slider .voss-slide .vs-bottom-content a {
        color: #fff; }
    .voss-slider .voss-slide .vs-overlay-link {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
  .voss-slider .voss-slide:hover .vs-top-content {
    opacity: 1; }
  .voss-slider .voss-slide:hover .vs-bottom-content {
    opacity: 0; }

.vs_row_fullwidth .voss-slide .vs-bottom-content {
  text-align: center; }
  .vs_row_fullwidth .voss-slide .vs-bottom-content h5 {
    display: inline-block; }
  .vs_row_fullwidth .voss-slide .vs-bottom-content .post-cat {
    display: inline-block;
    margin-right: 13px;
    vertical-align: 1px; }

.voss-slider[data-columns="1"] .voss-slide-container {
  max-width: 810px;
  width: 90%;
  padding: 80px 0; }
  @media (min-width: 576px) {
    .voss-slider[data-columns="1"] .voss-slide-container {
      width: 70%;
      padding: 120px 0; } }
  @media (min-width: 992px) {
    .voss-slider[data-columns="1"] .voss-slide-container {
      width: 60%;
      width: 80%;
      padding: 120px 0; } }

.voss-slider[data-columns="4"] .btn,
.voss-slider[data-columns="5"] .btn,
.voss-slider[data-columns="6"] .btn {
  display: none; }

.voss-slider[data-style="1"] *,
.voss-slider[data-style="2"] *,
.voss-slider[data-style="3"] *,
.voss-slider[data-style="4"] *,
.voss-slider[data-style="5"] *,
.voss-slider[data-style="11"] * {
  color: #fff; }

/*////////////////////////////////////////////////////////////
## Style 1
//////////////////////////////////////////////////////////*/
/* Columns 1 */
@media (min-width: 992px) {
  .voss-slider[data-style="1"][data-columns="1"] .voss-slide {
    min-height: 640px; }
  .voss-slider[data-style="1"][data-columns="1"] .post-title {
    font-size: 60px;
    font-weight: 400; } }

.voss-slider[data-style="1"][data-columns="1"] .post-cat {
  border: 1px solid #ffffff8a;
  padding: 9.5px 12px; }

.voss-slider[data-style="1"][data-columns="1"] .btn {
  margin: 10px auto 15px auto; }

@media (min-width: 992px) {
  .header-bg-transparent .voss-slider[data-style="1"][data-columns="1"] .voss-slide {
    min-height: 700px; }
    .header-bg-transparent .voss-slider[data-style="1"][data-columns="1"] .voss-slide .voss-slide-container {
      margin-top: 20px; } }

/* Columns 2 */
.voss-slider[data-style="1"][data-columns="2"] {
  height: 500px; }
  .voss-slider[data-style="1"][data-columns="2"] .voss-slide-container {
    padding: 40px 80px; }
  .voss-slider[data-style="1"][data-columns="2"] .post-title {
    font-size: 40px; }

/* Columns 3 */
.voss-slider[data-style="1"][data-columns="3"] {
  height: 450px;
  margin: 0 -1px; }
  .voss-slider[data-style="1"][data-columns="3"] .voss-slide-container {
    padding: 40px 40px; }
  .voss-slider[data-style="1"][data-columns="3"] .post-title {
    font-size: 30px; }

/* Columns 4 */
.voss-slider[data-style="1"][data-columns="4"] {
  height: 300px; }
  .voss-slider[data-style="1"][data-columns="4"] .voss-slide-container {
    padding: 30px 25px; }
  .voss-slider[data-style="1"][data-columns="4"] .post-cat {
    margin-bottom: 15px; }
  .voss-slider[data-style="1"][data-columns="4"] .post-title {
    font-size: 24px;
    margin-bottom: 15px; }
  .voss-slider[data-style="1"][data-columns="4"] .btn {
    display: none; }

/* Columns 5 */
.voss-slider[data-style="1"][data-columns="5"] {
  height: 240px; }
  .voss-slider[data-style="1"][data-columns="5"] .voss-slide-container {
    padding: 15px; }
  .voss-slider[data-style="1"][data-columns="5"] .post-cat {
    margin-bottom: 15px; }
  .voss-slider[data-style="1"][data-columns="5"] .post-title {
    font-size: 22px;
    margin-bottom: 10px; }
  .voss-slider[data-style="1"][data-columns="5"] .btn {
    display: none; }

/* Columns 6 */
.voss-slider[data-style="1"][data-columns="6"] {
  height: 200px; }
  .voss-slider[data-style="1"][data-columns="6"] .voss-slide-container {
    padding: 10px; }
  .voss-slider[data-style="1"][data-columns="6"] .post-cat {
    margin-bottom: 10px; }
  .voss-slider[data-style="1"][data-columns="6"] .post-title {
    font-size: 20px;
    margin-bottom: 5px; }
  .voss-slider[data-style="1"][data-columns="6"] .btn {
    display: none; }

/*////////////////////////////////////////////////////////////
## Style 2
//////////////////////////////////////////////////////////*/
.voss-slider[data-style="2"] .vs-bottom-content {
  padding: 14px 30px 14px 30px; }
  .voss-slider[data-style="2"] .vs-bottom-content .post-cat {
    margin-bottom: 3px; }

.vs_row_fullwidth .voss-slider[data-style="2"] .vs-bottom-content {
  padding: 7px 10px; }

/* Columns 1 */
.voss-slider[data-style="2"][data-columns="1"] {
  height: 600px; }
  .voss-slider[data-style="2"][data-columns="1"] .post-cat {
    border: 1px solid #ffffff8a;
    padding: 9.5px 12px; }
  .voss-slider[data-style="2"][data-columns="1"] .post-title {
    font-size: 60px; }
  .voss-slider[data-style="2"][data-columns="1"] .btn {
    margin: 10px auto 15px auto; }
  .voss-slider[data-style="2"][data-columns="1"] .vs-bottom-content {
    text-align: center;
    padding: 7px 10px; }
    .voss-slider[data-style="2"][data-columns="1"] .vs-bottom-content h5 {
      display: inline-block; }
    .voss-slider[data-style="2"][data-columns="1"] .vs-bottom-content .post-cat {
      display: inline-block;
      margin-right: 13px;
      vertical-align: 1px;
      border: none;
      padding: 0;
      margin-bottom: 0; }

/* Columns 2 */
.voss-slider[data-style="2"][data-columns="2"] {
  height: 500px; }
  .voss-slider[data-style="2"][data-columns="2"] .post-title {
    font-size: 47px;
    font-weight: 400; }

/* Columns 3 */
.voss-slider[data-style="2"][data-columns="3"] {
  height: 450px;
  margin: 0 -1px; }
  @media all and (min-width: 1200px) {
    .voss-slider[data-style="2"][data-columns="3"] .voss-slide-container {
      width: 70%; } }
  .voss-slider[data-style="2"][data-columns="3"] .vs-top-content .post-title {
    font-size: 30px; }

/* Columns 4 */
.voss-slider[data-style="2"][data-columns="4"] {
  height: 300px; }
  .voss-slider[data-style="2"][data-columns="4"] .post-cat {
    margin-bottom: 15px; }
  .voss-slider[data-style="2"][data-columns="4"] .post-title {
    font-size: 24px;
    margin-bottom: 15px; }

/* Style 1 / Columns 5 */
.voss-slider[data-style="2"][data-columns="5"] {
  height: 240px; }
  .voss-slider[data-style="2"][data-columns="5"] .voss-slide-container {
    padding: 15px; }
  .voss-slider[data-style="2"][data-columns="5"] .post-cat {
    margin-bottom: 15px; }
  .voss-slider[data-style="2"][data-columns="5"] .post-title {
    font-size: 22px;
    margin-bottom: 10px; }

/* Columns 6 */
.voss-slider[data-style="2"][data-columns="6"] {
  height: 200px; }
  .voss-slider[data-style="2"][data-columns="6"] .voss-slide-container {
    padding: 10px; }
  .voss-slider[data-style="2"][data-columns="6"] .post-cat {
    margin-bottom: 10px; }
  .voss-slider[data-style="2"][data-columns="6"] .post-title {
    font-size: 20px;
    margin-bottom: 5px; }

/*////////////////////////////////////////////////////////////
## Style 3
//////////////////////////////////////////////////////////*/
.voss-slider[data-style="3"] .voss-slide .vs-bottom-content {
  text-align: left;
  padding: 30px 30px;
  -webkit-transition: all .35s ease;
  transition: all .35s ease; }
  .voss-slider[data-style="3"] .voss-slide .vs-bottom-content h5 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 12px; }
  .voss-slider[data-style="3"] .voss-slide .vs-bottom-content .post-cat {
    margin-bottom: 3px; }
  .voss-slider[data-style="3"] .voss-slide .vs-bottom-content .vs-excerpt {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease; }

.voss-slider[data-style="3"] .voss-slide:hover .vs-bottom-content {
  opacity: 1;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important; }
  .voss-slider[data-style="3"] .voss-slide:hover .vs-bottom-content .vs-excerpt,
  .voss-slider[data-style="3"] .voss-slide:hover .vs-bottom-content .voss-link {
    opacity: 1; }

.vs_row_fullwidth .voss-slider[data-style="3"] .vs-bottom-content .post-cat, .vs_row_fullwidth .voss-slider[data-style="3"] .vs-bottom-content h5 {
  display: block; }

/* Columns 1 */
.voss-slider[data-style="3"][data-columns="1"] {
  height: 600px; }

/* Columns 2 */
.voss-slider[data-style="3"][data-columns="2"] {
  height: 500px; }

/* Columns 3 */
.voss-slider[data-style="3"][data-columns="3"] {
  height: 450px; }

/* Columns 4 */
.voss-slider[data-style="3"][data-columns="4"] {
  height: 300px; }

/* Columns 5/6 */
.voss-slider[data-style="3"][data-columns="5"],
.voss-slider[data-style="3"][data-columns="6"] {
  height: 240px; }
  .voss-slider[data-style="3"][data-columns="5"] .voss-slide .vs-bottom-content h5,
  .voss-slider[data-style="3"][data-columns="6"] .voss-slide .vs-bottom-content h5 {
    margin-bottom: 0; }
  .voss-slider[data-style="3"][data-columns="5"] .voss-slide .vs-bottom-content .vs-excerpt,
  .voss-slider[data-style="3"][data-columns="6"] .voss-slide .vs-bottom-content .vs-excerpt {
    display: none; }

/*////////////////////////////////////////////////////////////
## Style 4
//////////////////////////////////////////////////////////*/
.voss-slider[data-style="4"] .voss-slide .vs-bottom-content {
  background-color: transparent;
  text-align: left;
  padding: 30px 30px;
  -webkit-transition: all .35s ease;
  transition: all .35s ease; }
  .voss-slider[data-style="4"] .voss-slide .vs-bottom-content h5 {
    font-size: 28px;
    letter-spacing: -.2;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 12px; }
  .voss-slider[data-style="4"] .voss-slide .vs-bottom-content .post-cat {
    margin-bottom: 3px; }
  .voss-slider[data-style="4"] .voss-slide .vs-bottom-content .vs-excerpt {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease; }

.voss-slider[data-style="4"] .voss-slide:after {
  content: '';
  background-color: rgba(28, 29, 31, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease; }

.voss-slider[data-style="4"] .voss-slide:hover:after {
  background-color: rgba(28, 29, 31, 0.8); }

.voss-slider[data-style="4"] .voss-slide:hover .vs-bottom-content {
  opacity: 1;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important; }
  .voss-slider[data-style="4"] .voss-slide:hover .vs-bottom-content .vs-excerpt,
  .voss-slider[data-style="4"] .voss-slide:hover .vs-bottom-content .voss-link {
    opacity: 1; }

.vs_row_fullwidth .voss-slider[data-style="4"] .vs-bottom-content .post-cat, .vs_row_fullwidth .voss-slider[data-style="4"] .vs-bottom-content h5 {
  display: block; }

/* Columns 1 */
.voss-slider[data-style="4"][data-columns="1"] {
  height: 600px; }

/* Columns 2 */
.voss-slider[data-style="4"][data-columns="2"] {
  height: 500px; }

/* Columns 3 */
.voss-slider[data-style="4"][data-columns="3"] {
  height: 400px; }

/* Columns 4 */
.voss-slider[data-style="4"][data-columns="4"] {
  height: 300px; }
  .voss-slider[data-style="4"][data-columns="4"] .voss-slide .vs-bottom-content h5 {
    font-size: 22px;
    letter-spacing: 0; }

/* Columns 5/6 */
.voss-slider[data-style="4"][data-columns="5"],
.voss-slider[data-style="4"][data-columns="6"] {
  height: 250px; }
  .voss-slider[data-style="4"][data-columns="5"] .voss-slide .vs-bottom-content h5,
  .voss-slider[data-style="4"][data-columns="6"] .voss-slide .vs-bottom-content h5 {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 0; }
  .voss-slider[data-style="4"][data-columns="5"] .voss-slide .vs-bottom-content .vs-excerpt,
  .voss-slider[data-style="4"][data-columns="6"] .voss-slide .vs-bottom-content .vs-excerpt {
    display: none; }

/*////////////////////////////////////////////////////////////
## Style 5
//////////////////////////////////////////////////////////*/
/* Columns 1 */
.voss-slider[data-style="5"] {
  overflow: visible; }

@media (min-width: 992px) {
  .voss-slider[data-style="5"][data-columns="1"] .voss-slide {
    min-height: 620px; }
  .voss-slider[data-style="5"][data-columns="1"] .post-title {
    font-size: 60px;
    font-weight: 400; } }

.voss-slider[data-style="5"][data-columns="1"] .post-cat {
  border: 1px solid #ffffff8a;
  padding: 9.5px 12px; }

.voss-slider[data-style="5"][data-columns="1"] .btn {
  margin: 15px auto 0px auto; }

/*////////////////////////////////////////////////////////////
## Style 6 / 7 / 8 / 9
//////////////////////////////////////////////////////////*/
.voss-slider[data-style="6"] .voss-slide,
.voss-slider[data-style="7"] .voss-slide,
.voss-slider[data-style="8"] .voss-slide,
.voss-slider[data-style="9"] .voss-slide {
  background-color: transparent; }
  .voss-slider[data-style="6"] .voss-slide .post-image,
  .voss-slider[data-style="7"] .voss-slide .post-image,
  .voss-slider[data-style="8"] .voss-slide .post-image,
  .voss-slider[data-style="9"] .voss-slide .post-image {
    margin-bottom: 10px; }
  .voss-slider[data-style="6"] .voss-slide .voss-slide-container,
  .voss-slider[data-style="7"] .voss-slide .voss-slide-container,
  .voss-slider[data-style="8"] .voss-slide .voss-slide-container,
  .voss-slider[data-style="9"] .voss-slide .voss-slide-container {
    padding: 0;
    width: 80%; }
    .voss-slider[data-style="6"] .voss-slide .voss-slide-container h2,
    .voss-slider[data-style="7"] .voss-slide .voss-slide-container h2,
    .voss-slider[data-style="8"] .voss-slide .voss-slide-container h2,
    .voss-slider[data-style="9"] .voss-slide .voss-slide-container h2 {
      font-size: 21.5px;
      font-weight: 500;
      line-height: 1.4;
      letter-spacing: 0.3px; }
      .voss-slider[data-style="6"] .voss-slide .voss-slide-container h2 a,
      .voss-slider[data-style="7"] .voss-slide .voss-slide-container h2 a,
      .voss-slider[data-style="8"] .voss-slide .voss-slide-container h2 a,
      .voss-slider[data-style="9"] .voss-slide .voss-slide-container h2 a {
        color: #000; }
  .voss-slider[data-style="6"] .voss-slide p,
  .voss-slider[data-style="7"] .voss-slide p,
  .voss-slider[data-style="8"] .voss-slide p,
  .voss-slider[data-style="9"] .voss-slide p {
    margin-bottom: 5px; }

.voss-slider[data-style="8"] .voss-slide .voss-slide-container,
.voss-slider[data-style="9"] .voss-slide .voss-slide-container {
  text-align: left;
  padding: 0;
  width: 100%; }

.voss-slider[data-style="6"][data-columns="4"] .voss-slide .voss-slide-container h2,
.voss-slider[data-style="7"][data-columns="4"] .voss-slide .voss-slide-container h2,
.voss-slider[data-style="8"][data-columns="4"] .voss-slide .voss-slide-container h2,
.voss-slider[data-style="9"][data-columns="4"] .voss-slide .voss-slide-container h2,
.voss-slider[data-style="6"][data-columns="5"] .voss-slide .voss-slide-container h2,
.voss-slider[data-style="7"][data-columns="5"] .voss-slide .voss-slide-container h2,
.voss-slider[data-style="8"][data-columns="5"] .voss-slide .voss-slide-container h2,
.voss-slider[data-style="9"][data-columns="5"] .voss-slide .voss-slide-container h2,
.voss-slider[data-style="6"][data-columns="6"] .voss-slide .voss-slide-container h2,
.voss-slider[data-style="7"][data-columns="6"] .voss-slide .voss-slide-container h2,
.voss-slider[data-style="8"][data-columns="6"] .voss-slide .voss-slide-container h2,
.voss-slider[data-style="9"][data-columns="6"] .voss-slide .voss-slide-container h2 {
  font-size: 17px; }

/*--------------------------------------------------------------
## Style 10
--------------------------------------------------------------*/
.voss-slider[data-style="10"] .voss-slide {
  background-color: #f9f9f9; }
  .voss-slider[data-style="10"] .voss-slide > div:first-child {
    padding: 0; }
  .voss-slider[data-style="10"] .voss-slide > div:last-child {
    padding: 0;
    background-color: #f9f9f9;
    padding: 50px;
    height: 100%; }
  .voss-slider[data-style="10"] .voss-slide .post-image {
    margin: 0; }
  .voss-slider[data-style="10"] .voss-slide .thumb-overlay:hover figure:after {
    opacity: 0; }
  .voss-slider[data-style="10"] .voss-slide .thumb-overlay:hover img, .voss-slider[data-style="10"] .voss-slide .thumb-overlay.video-thumb:hover figure > div, .voss-slider[data-style="10"] .voss-slide .audio-thumb .thumb-overlay:hover figure iframe, .voss-slider[data-style="10"] .voss-slide .thumb-overlay:hover .related-video-thumb {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none; }
  .voss-slider[data-style="10"] .voss-slide .thumb-overlay .thumb-content {
    opacity: 1; }
  .voss-slider[data-style="10"] .voss-slide .voss-slide-container {
    width: 100%;
    padding: 0; }
    .voss-slider[data-style="10"] .voss-slide .voss-slide-container h2 a,
    .voss-slider[data-style="10"] .voss-slide .voss-slide-container .post-read-more {
      color: #000; }
  .voss-slider[data-style="10"] .voss-slide .post-title {
    font-weight: 400; }
  @media (max-width: 992px) {
    .voss-slider[data-style="10"] .voss-slide > div:last-child {
      padding: 35px; }
    .voss-slider[data-style="10"] .voss-slide .post-title {
      font-size: 28px; }
    .voss-slider[data-style="10"] .voss-slide .post-read-more {
      display: none; } }
  @media (max-width: 600px) {
    .voss-slider[data-style="10"] .voss-slide > div:last-child {
      padding: 20px; }
    .voss-slider[data-style="10"] .voss-slide .post-title {
      font-size: 22px;
      margin: 0; }
    .voss-slider[data-style="10"] .voss-slide .post-cat,
    .voss-slider[data-style="10"] .voss-slide .post-read-more {
      display: none; } }

/*--------------------------------------------------------------
## Style 11
--------------------------------------------------------------*/
/* Columns 1 */
.voss-slider[data-style="11"] {
  overflow: visible; }

@media (min-width: 992px) {
  .voss-slider[data-style="11"][data-columns="1"] .voss-slide-container {
    width: 77%;
    padding: 120px 0;
    text-align: left; }
  .voss-slider[data-style="11"][data-columns="1"] .voss-slide {
    min-height: 620px; }
  .voss-slider[data-style="11"][data-columns="1"] .post-title {
    font-size: 62px;
    line-height: 66px;
    letter-spacing: 0;
    font-weight: 400;
    max-width: 50%; } }

.voss-slider[data-style="11"][data-columns="1"] .post-cat {
  border: 1px solid #ffffff8a;
  padding: 9.5px 12px; }

.voss-slider[data-style="11"][data-columns="1"] .btn {
  margin: 15px auto 0px auto; }

/*--------------------------------------------------------------
## Slider Overlay
--------------------------------------------------------------*/
.voss-slider[data-overlay] .voss-slide:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.voss-slider[data-overlay="1"] .voss-slide:after,
.voss-slider[data-overlay="1"] .vs-top-content,
.voss-slider[data-overlay="1"] .vs-bottom-content {
  background-color: #1c1d1f; }

.voss-slider[data-overlay="0.9"] .voss-slide:after,
.voss-slider[data-overlay="0.9"] .vs-top-content,
.voss-slider[data-overlay="0.9"] .vs-bottom-content {
  background-color: rgba(28, 29, 31, 0.9); }

.voss-slider[data-overlay="0.8"] .voss-slide:after,
.voss-slider[data-overlay="0.8"] .vs-top-content,
.voss-slider[data-overlay="0.8"] .vs-bottom-content {
  background-color: rgba(28, 29, 31, 0.8); }

.voss-slider[data-overlay="0.7"] .voss-slide:after,
.voss-slider[data-overlay="0.7"] .vs-top-content,
.voss-slider[data-overlay="0.7"] .vs-bottom-content {
  background-color: rgba(28, 29, 31, 0.7); }

.voss-slider[data-overlay="0.6"] .voss-slide:after,
.voss-slider[data-overlay="0.6"] .vs-top-content,
.voss-slider[data-overlay="0.6"] .vs-bottom-content {
  background-color: rgba(28, 29, 31, 0.6); }

.voss-slider[data-overlay="0.5"] .voss-slide:after,
.voss-slider[data-overlay="0.5"] .vs-top-content,
.voss-slider[data-overlay="0.5"] .vs-bottom-content {
  background-color: rgba(28, 29, 31, 0.5); }

.voss-slider[data-overlay="0.4"] .voss-slide:after,
.voss-slider[data-overlay="0.4"] .vs-top-content,
.voss-slider[data-overlay="0.4"] .vs-bottom-content {
  background-color: rgba(28, 29, 31, 0.4); }

.voss-slider[data-overlay="0.3"] .voss-slide:after,
.voss-slider[data-overlay="0.3"] .vs-top-content,
.voss-slider[data-overlay="0.3"] .vs-bottom-content {
  background-color: rgba(28, 29, 31, 0.3); }

.voss-slider[data-overlay="0.2"] .voss-slide:after,
.voss-slider[data-overlay="0.2"] .vs-top-content,
.voss-slider[data-overlay="0.2"] .vs-bottom-content {
  background-color: rgba(28, 29, 31, 0.2); }

.voss-slider[data-overlay="0.1"] .voss-slide:after,
.voss-slider[data-overlay="0.1"] .vs-top-content,
.voss-slider[data-overlay="0.1"] .vs-bottom-content {
  background-color: rgba(28, 29, 31, 0.1); }

.voss-slider[data-overlay="0"] .voss-slide:after,
.voss-slider[data-overlay="0"] .vs-top-content,
.voss-slider[data-overlay="0"] .vs-bottom-content {
  background-color: transparent; }

.voss-slider[data-style="3"][data-overlay] .voss-slide:after,
.voss-slider[data-style="2"][data-overlay] .voss-slide:after,
.voss-slider[data-style="6"] .voss-slide:after,
.voss-slider[data-style="7"] .voss-slide:after,
.voss-slider[data-style="8"] .voss-slide:after,
.voss-slider[data-style="9"] .voss-slide:after {
  display: none; }

/*--------------------------------------------------------------
## Swiper settings
--------------------------------------------------------------*/
.voss-slider {
  opacity: 0; }

.voss-slider.swiper-initialized {
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease; }

.voss-slider .swiper-button-prev,
.voss-slider .swiper-button-next {
  opacity: 0;
  -webkit-transition: all .23s ease-in-out;
  transition: all .23s ease-in-out; }

.voss-slider:hover .swiper-button-prev,
.voss-slider:hover .swiper-button-next {
  opacity: 1; }

.swiper-button-prev,
.swiper-button-next {
  visibility: hidden; }

[data-navigation="true"] .swiper-button-prev,
[data-navigation="true"] .swiper-button-next {
  visibility: visible; }

.swiper-button-prev,
.swiper-button-next {
  opacity: 1;
  background: rgba(255, 255, 255, 0.18) !important;
  text-align: inherit !important;
  width: 44px !important;
  height: 44px !important; }
  .swiper-button-prev svg,
  .swiper-button-next svg {
    position: absolute;
    width: 44px;
    height: 44px;
    padding: 14px 14px 14px 14px;
    fill: #fff;
    stroke: #fff;
    -webkit-transition: all .23 ease-in-out;
    transition: all .23 ease-in-out; }

.swiper-button-prev {
  margin-left: 15px;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px); }
  .swiper-button-prev svg {
    padding: 14px 15px 14px 13px; }

.swiper-button-next {
  margin-right: 15px;
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }
  .swiper-button-next svg {
    padding: 14px 13px 14px 15px; }

.voss-slider[data-style="11"] .swiper-button-prev {
  margin-left: 30px; }

.voss-slider[data-style="11"] .swiper-button-next {
  margin-right: 30px; }

.voss-slider:hover .swiper-button-prev,
.voss-slider:hover .swiper-button-next {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: white !important; }
  .swiper-button-prev:hover svg,
  .swiper-button-next:hover svg {
    fill: #000;
    stroke: #000; }

/* Swiper Settings */
.swiper-pagination {
  display: none; }

[data-pagination="true"] .swiper-pagination {
  display: block; }

.swiper-pagination.swiper-pag-outside {
  position: absolute;
  bottom: 31px;
  text-align: center;
  width: 100%; }

.swiper-pagination.swiper-pag-outside-alt {
  position: relative;
  margin-top: 13px;
  bottom: 0;
  width: 100%; }

.swiper-pagination-bullet {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  background: none !important;
  opacity: 1 !important; }

.swiper-pagination-bullet > div {
  width: 6px;
  height: 6px;
  margin: 5px;
  opacity: 1;
  border-radius: 100px;
  background: #D6D6D6; }

.swiper-pagination-bullet-active > div {
  background: #000; }

.swiper-pagination span:first-child:nth-last-child(1) {
  display: none; }

/*--------------------------------------------------------------
## Animated
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .voss-posts-animated article {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  .voss-posts-animated article.animated {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out, transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out; } }

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
svg {
  /*
	width: 18px;
	height: 18px;
	margin-bottom: 1px;
	display: inline-block;
	vertical-align: middle;
	stroke: #000;
	stroke-width: 0px;
	fill: #000;
	*/
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

a svg:hover {
  fill: #888;
  stroke: #888;
  stroke-width: 0px; }

.socicon:hover {
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

@font-face {
  font-family: 'Socicon';
  src: url("assets/fonts/socicon/Socicon.eot?orx2yt");
  src: url("assets/fonts/socicon/Socicon.eot?orx2yt#iefix") format("embedded-opentype"), url("assets/fonts/socicon/Socicon.woff2?orx2yt") format("woff2"), url("assets/fonts/socicon/Socicon.ttf?orx2yt") format("truetype"), url("assets/fonts/socicon/Socicon.woff?orx2yt") format("woff"), url("assets/fonts/socicon/Socicon.svg?orx2yt#Socicon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="socicon-"], [class*=" socicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.socicon-moddb:before {
  content: "\e94b"; }

.socicon-indiedb:before {
  content: "\e94c"; }

.socicon-traxsource:before {
  content: "\e94d"; }

.socicon-gamefor:before {
  content: "\e94e"; }

.socicon-pixiv:before {
  content: "\e94f"; }

.socicon-myanimelist:before {
  content: "\e950"; }

.socicon-blackberry:before {
  content: "\e951"; }

.socicon-wickr:before {
  content: "\e952"; }

.socicon-spip:before {
  content: "\e953"; }

.socicon-napster:before {
  content: "\e954"; }

.socicon-beatport:before {
  content: "\e955"; }

.socicon-hackerone:before {
  content: "\e956"; }

.socicon-hackernews:before {
  content: "\e946"; }

.socicon-smashwords:before {
  content: "\e947"; }

.socicon-kobo:before {
  content: "\e948"; }

.socicon-bookbub:before {
  content: "\e949"; }

.socicon-mailru:before {
  content: "\e94a"; }

.socicon-gitlab:before {
  content: "\e945"; }

.socicon-instructables:before {
  content: "\e944"; }

.socicon-portfolio:before {
  content: "\e943"; }

.socicon-codered:before {
  content: "\e940"; }

.socicon-origin:before {
  content: "\e941"; }

.socicon-nextdoor:before {
  content: "\e942"; }

.socicon-udemy:before {
  content: "\e93f"; }

.socicon-livemaster:before {
  content: "\e93e"; }

.socicon-crunchbase:before {
  content: "\e93b"; }

.socicon-homefy:before {
  content: "\e93c"; }

.socicon-calendly:before {
  content: "\e93d"; }

.socicon-realtor:before {
  content: "\e90f"; }

.socicon-tidal:before {
  content: "\e910"; }

.socicon-qobuz:before {
  content: "\e911"; }

.socicon-natgeo:before {
  content: "\e912"; }

.socicon-mastodon:before {
  content: "\e913"; }

.socicon-unsplash:before {
  content: "\e914"; }

.socicon-homeadvisor:before {
  content: "\e915"; }

.socicon-angieslist:before {
  content: "\e916"; }

.socicon-codepen:before {
  content: "\e917"; }

.socicon-slack:before {
  content: "\e918"; }

.socicon-openaigym:before {
  content: "\e919"; }

.socicon-logmein:before {
  content: "\e91a"; }

.socicon-fiverr:before {
  content: "\e91b"; }

.socicon-gotomeeting:before {
  content: "\e91c"; }

.socicon-aliexpress:before {
  content: "\e91d"; }

.socicon-guru:before {
  content: "\e91e"; }

.socicon-appstore:before {
  content: "\e91f"; }

.socicon-homes:before {
  content: "\e920"; }

.socicon-zoom:before {
  content: "\e921"; }

.socicon-alibaba:before {
  content: "\e922"; }

.socicon-craigslist:before {
  content: "\e923"; }

.socicon-wix:before {
  content: "\e924"; }

.socicon-redfin:before {
  content: "\e925"; }

.socicon-googlecalendar:before {
  content: "\e926"; }

.socicon-shopify:before {
  content: "\e927"; }

.socicon-freelancer:before {
  content: "\e928"; }

.socicon-seedrs:before {
  content: "\e929"; }

.socicon-bing:before {
  content: "\e92a"; }

.socicon-doodle:before {
  content: "\e92b"; }

.socicon-bonanza:before {
  content: "\e92c"; }

.socicon-squarespace:before {
  content: "\e92d"; }

.socicon-toptal:before {
  content: "\e92e"; }

.socicon-gust:before {
  content: "\e92f"; }

.socicon-ask:before {
  content: "\e930"; }

.socicon-trulia:before {
  content: "\e931"; }

.socicon-loomly:before {
  content: "\e932"; }

.socicon-ghost:before {
  content: "\e933"; }

.socicon-upwork:before {
  content: "\e934"; }

.socicon-fundable:before {
  content: "\e935"; }

.socicon-booking:before {
  content: "\e936"; }

.socicon-googlemaps:before {
  content: "\e937"; }

.socicon-zillow:before {
  content: "\e938"; }

.socicon-niconico:before {
  content: "\e939"; }

.socicon-toneden:before {
  content: "\e93a"; }

.socicon-augment:before {
  content: "\e908"; }

.socicon-bitbucket:before {
  content: "\e909"; }

.socicon-fyuse:before {
  content: "\e90a"; }

.socicon-yt-gaming:before {
  content: "\e90b"; }

.socicon-sketchfab:before {
  content: "\e90c"; }

.socicon-mobcrush:before {
  content: "\e90d"; }

.socicon-microsoft:before {
  content: "\e90e"; }

.socicon-pandora:before {
  content: "\e907"; }

.socicon-messenger:before {
  content: "\e906"; }

.socicon-gamewisp:before {
  content: "\e905"; }

.socicon-bloglovin:before {
  content: "\e904"; }

.socicon-tunein:before {
  content: "\e903"; }

.socicon-gamejolt:before {
  content: "\e901"; }

.socicon-trello:before {
  content: "\e902"; }

.socicon-spreadshirt:before {
  content: "\e900"; }

.socicon-500px:before {
  content: "\e000"; }

.socicon-8tracks:before {
  content: "\e001"; }

.socicon-airbnb:before {
  content: "\e002"; }

.socicon-alliance:before {
  content: "\e003"; }

.socicon-amazon:before {
  content: "\e004"; }

.socicon-amplement:before {
  content: "\e005"; }

.socicon-android:before {
  content: "\e006"; }

.socicon-angellist:before {
  content: "\e007"; }

.socicon-apple:before {
  content: "\e008"; }

.socicon-appnet:before {
  content: "\e009"; }

.socicon-baidu:before {
  content: "\e00a"; }

.socicon-bandcamp:before {
  content: "\e00b"; }

.socicon-battlenet:before {
  content: "\e00c"; }

.socicon-mixer:before {
  content: "\e00d"; }

.socicon-bebee:before {
  content: "\e00e"; }

.socicon-bebo:before {
  content: "\e00f"; }

.socicon-behance:before {
  content: "\e010"; }

.socicon-blizzard:before {
  content: "\e011"; }

.socicon-blogger:before {
  content: "\e012"; }

.socicon-buffer:before {
  content: "\e013"; }

.socicon-chrome:before {
  content: "\e014"; }

.socicon-coderwall:before {
  content: "\e015"; }

.socicon-curse:before {
  content: "\e016"; }

.socicon-dailymotion:before {
  content: "\e017"; }

.socicon-deezer:before {
  content: "\e018"; }

.socicon-delicious:before {
  content: "\e019"; }

.socicon-deviantart:before {
  content: "\e01a"; }

.socicon-diablo:before {
  content: "\e01b"; }

.socicon-digg:before {
  content: "\e01c"; }

.socicon-discord:before {
  content: "\e01d"; }

.socicon-disqus:before {
  content: "\e01e"; }

.socicon-douban:before {
  content: "\e01f"; }

.socicon-draugiem:before {
  content: "\e020"; }

.socicon-dribbble:before {
  content: "\e021"; }

.socicon-drupal:before {
  content: "\e022"; }

.socicon-ebay:before {
  content: "\e023"; }

.socicon-ello:before {
  content: "\e024"; }

.socicon-endomodo:before {
  content: "\e025"; }

.socicon-envato:before {
  content: "\e026"; }

.socicon-etsy:before {
  content: "\e027"; }

.socicon-facebook:before {
  content: "\e028"; }

.socicon-feedburner:before {
  content: "\e029"; }

.socicon-filmweb:before {
  content: "\e02a"; }

.socicon-firefox:before {
  content: "\e02b"; }

.socicon-flattr:before {
  content: "\e02c"; }

.socicon-flickr:before {
  content: "\e02d"; }

.socicon-formulr:before {
  content: "\e02e"; }

.socicon-forrst:before {
  content: "\e02f"; }

.socicon-foursquare:before {
  content: "\e030"; }

.socicon-friendfeed:before {
  content: "\e031"; }

.socicon-github:before {
  content: "\e032"; }

.socicon-goodreads:before {
  content: "\e033"; }

.socicon-google:before {
  content: "\e034"; }

.socicon-googlescholar:before {
  content: "\e035"; }

.socicon-googlegroups:before {
  content: "\e036"; }

.socicon-googlephotos:before {
  content: "\e037"; }

.socicon-googleplus:before {
  content: "\e038"; }

.socicon-grooveshark:before {
  content: "\e039"; }

.socicon-hackerrank:before {
  content: "\e03a"; }

.socicon-hearthstone:before {
  content: "\e03b"; }

.socicon-hellocoton:before {
  content: "\e03c"; }

.socicon-heroes:before {
  content: "\e03d"; }

.socicon-smashcast:before {
  content: "\e03e"; }

.socicon-horde:before {
  content: "\e03f"; }

.socicon-houzz:before {
  content: "\e040"; }

.socicon-icq:before {
  content: "\e041"; }

.socicon-identica:before {
  content: "\e042"; }

.socicon-imdb:before {
  content: "\e043"; }

.socicon-instagram:before {
  content: "\e044"; }

.socicon-issuu:before {
  content: "\e045"; }

.socicon-istock:before {
  content: "\e046"; }

.socicon-itunes:before {
  content: "\e047"; }

.socicon-keybase:before {
  content: "\e048"; }

.socicon-lanyrd:before {
  content: "\e049"; }

.socicon-lastfm:before {
  content: "\e04a"; }

.socicon-line:before {
  content: "\e04b"; }

.socicon-linkedin:before {
  content: "\e04c"; }

.socicon-livejournal:before {
  content: "\e04d"; }

.socicon-lyft:before {
  content: "\e04e"; }

.socicon-macos:before {
  content: "\e04f"; }

.socicon-mail:before {
  content: "\e050"; }

.socicon-medium:before {
  content: "\e051"; }

.socicon-meetup:before {
  content: "\e052"; }

.socicon-mixcloud:before {
  content: "\e053"; }

.socicon-modelmayhem:before {
  content: "\e054"; }

.socicon-mumble:before {
  content: "\e055"; }

.socicon-myspace:before {
  content: "\e056"; }

.socicon-newsvine:before {
  content: "\e057"; }

.socicon-nintendo:before {
  content: "\e058"; }

.socicon-npm:before {
  content: "\e059"; }

.socicon-odnoklassniki:before {
  content: "\e05a"; }

.socicon-openid:before {
  content: "\e05b"; }

.socicon-opera:before {
  content: "\e05c"; }

.socicon-outlook:before {
  content: "\e05d"; }

.socicon-overwatch:before {
  content: "\e05e"; }

.socicon-patreon:before {
  content: "\e05f"; }

.socicon-paypal:before {
  content: "\e060"; }

.socicon-periscope:before {
  content: "\e061"; }

.socicon-persona:before {
  content: "\e062"; }

.socicon-pinterest:before {
  content: "\e063"; }

.socicon-play:before {
  content: "\e064"; }

.socicon-player:before {
  content: "\e065"; }

.socicon-playstation:before {
  content: "\e066"; }

.socicon-pocket:before {
  content: "\e067"; }

.socicon-qq:before {
  content: "\e068"; }

.socicon-quora:before {
  content: "\e069"; }

.socicon-raidcall:before {
  content: "\e06a"; }

.socicon-ravelry:before {
  content: "\e06b"; }

.socicon-reddit:before {
  content: "\e06c"; }

.socicon-renren:before {
  content: "\e06d"; }

.socicon-researchgate:before {
  content: "\e06e"; }

.socicon-residentadvisor:before {
  content: "\e06f"; }

.socicon-reverbnation:before {
  content: "\e070"; }

.socicon-rss:before {
  content: "\e071"; }

.socicon-sharethis:before {
  content: "\e072"; }

.socicon-skype:before {
  content: "\e073"; }

.socicon-slideshare:before {
  content: "\e074"; }

.socicon-smugmug:before {
  content: "\e075"; }

.socicon-snapchat:before {
  content: "\e076"; }

.socicon-songkick:before {
  content: "\e077"; }

.socicon-soundcloud:before {
  content: "\e078"; }

.socicon-spotify:before {
  content: "\e079"; }

.socicon-stackexchange:before {
  content: "\e07a"; }

.socicon-stackoverflow:before {
  content: "\e07b"; }

.socicon-starcraft:before {
  content: "\e07c"; }

.socicon-stayfriends:before {
  content: "\e07d"; }

.socicon-steam:before {
  content: "\e07e"; }

.socicon-storehouse:before {
  content: "\e07f"; }

.socicon-strava:before {
  content: "\e080"; }

.socicon-streamjar:before {
  content: "\e081"; }

.socicon-stumbleupon:before {
  content: "\e082"; }

.socicon-swarm:before {
  content: "\e083"; }

.socicon-teamspeak:before {
  content: "\e084"; }

.socicon-teamviewer:before {
  content: "\e085"; }

.socicon-technorati:before {
  content: "\e086"; }

.socicon-telegram:before {
  content: "\e087"; }

.socicon-tripadvisor:before {
  content: "\e088"; }

.socicon-tripit:before {
  content: "\e089"; }

.socicon-triplej:before {
  content: "\e08a"; }

.socicon-tumblr:before {
  content: "\e08b"; }

.socicon-twitch:before {
  content: "\e08c"; }

.socicon-twitter:before {
  content: "\e08d"; }

.socicon-uber:before {
  content: "\e08e"; }

.socicon-ventrilo:before {
  content: "\e08f"; }

.socicon-viadeo:before {
  content: "\e090"; }

.socicon-viber:before {
  content: "\e091"; }

.socicon-viewbug:before {
  content: "\e092"; }

.socicon-vimeo:before {
  content: "\e093"; }

.socicon-vine:before {
  content: "\e094"; }

.socicon-vkontakte:before {
  content: "\e095"; }

.socicon-warcraft:before {
  content: "\e096"; }

.socicon-wechat:before {
  content: "\e097"; }

.socicon-weibo:before {
  content: "\e098"; }

.socicon-whatsapp:before {
  content: "\e099"; }

.socicon-wikipedia:before {
  content: "\e09a"; }

.socicon-windows:before {
  content: "\e09b"; }

.socicon-wordpress:before {
  content: "\e09c"; }

.socicon-wykop:before {
  content: "\e09d"; }

.socicon-xbox:before {
  content: "\e09e"; }

.socicon-xing:before {
  content: "\e09f"; }

.socicon-yahoo:before {
  content: "\e0a0"; }

.socicon-yammer:before {
  content: "\e0a1"; }

.socicon-yandex:before {
  content: "\e0a2"; }

.socicon-yelp:before {
  content: "\e0a3"; }

.socicon-younow:before {
  content: "\e0a4"; }

.socicon-youtube:before {
  content: "\e0a5"; }

.socicon-zapier:before {
  content: "\e0a6"; }

.socicon-zerply:before {
  content: "\e0a7"; }

.socicon-zomato:before {
  content: "\e0a8"; }

.socicon-zynga:before {
  content: "\e0a9"; }

/*
@font-face {
  font-family: "voss-icon";

  src: url("assets/fonts/icons/Flaticon.eot");
  src: url("assets/fonts/icons/Flaticon.eot?#iefix") format("embedded-opentype"),
	   url("assets/fonts/icons/Flaticon.woff") format("woff"),
	   url("assets/fonts/icons/Flaticon.ttf") format("truetype"),
	   url("assets/fonts/icons/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "voss-icon";
	font-style: normal;
    src: url("assets/fonts/icons/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="voss-icon-"]:before, [class*=" voss-icon-"]:before,
[class^="voss-icon-"]:after, [class*=" voss-icon-"]:after {
  font-family: "voss-icon";
  font-style: normal;
}

.flaticon-arrows-2:before { content: "\f100"; }
.flaticon-arrows-1:before { content: "\f101"; }
.flaticon-arrows-3:before { content: "\f102"; }
.flaticon-arrows:before { content: "\f103"; }
.voss-icon-menu:before { content: "\f104"; }
.flaticon-back:before { content: "\f105"; }
.flaticon-next:before { content: "\f106"; }
.flaticon-down-arrow:before { content: "\f107"; }
.flaticon-up-arrow:before { content: "\f108"; }
.flaticon-unfold:before { content: "\f109"; }
.flaticon-checked:before { content: "\f10a"; }
.flaticon-social:before { content: "\f10b"; }
*/
/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/
.single .container {
  max-width: 1070px; }

.single .voss-single {
  padding-top: 20px; }

.single .content-area {
  padding-top: 40px;
  max-width: 770px; }

.single .post-entry-content a {
  color: #6e6e6e;
  border-bottom: 2px solid #a1a1a1; }

.single .post-entry-content a:hover {
  color: #000; }

.single .post-entry-content p {
  color: #000;
  color: #6e6e6e; }

@media (max-width: 992px) {
  .single .content-area {
    padding-top: 20px; } }

.single.page-header-style-standard .page-header {
  margin-bottom: 20px;
  text-align: center; }
  .single.page-header-style-standard .page-header .post-title {
    font-size: 48px;
    font-weight: 400;
    padding: 0;
    margin: 14px auto;
    width: 83%;
    line-height: 1.2;
    letter-spacing: -.5px; }
  .single.page-header-style-standard .page-header .text-left .post-title, .single.page-header-style-standard .page-header .text-right .post-title {
    width: 100%; }
  .single.page-header-style-standard .page-header .post-meta {
    margin-top: 5px;
    margin-bottom: 25px; }
  .single.page-header-style-standard .page-header img,
  .single.page-header-style-standard .page-header iframe {
    margin: 10px auto 0 auto;
    display: block; }
  .single.page-header-style-standard .page-header .popup-video {
    display: none; }

.single.page-header-style-fullwidth .page-header .page-header-content,
.single.page-header-style-fullscreen .page-header .page-header-content {
  max-width: 910px;
  padding: 20px 50px;
  margin: 0 auto; }

.single.page-header-style-fullwidth .page-header .post-title,
.single.page-header-style-fullscreen .page-header .post-title {
  font-size: 60px;
  font-weight: 400;
  padding: 0;
  margin: 30px auto 30px auto;
  line-height: 1.2;
  letter-spacing: -.5px; }

.single.page-header-style-fullwidth .voss-single,
.single.page-header-style-fullscreen .voss-single {
  padding-top: 20px; }

.single.page-header-style-fullscreen .page-header {
  z-index: -1; }

.single.page-header-style-large .page-header .page-header-content,
.single.page-header-style-title_top .page-header .page-header-content {
  padding: 50px 15px 0;
  margin: 0 auto; }

.single.page-header-style-large .page-header .post-title,
.single.page-header-style-title_top .page-header .post-title {
  max-width: 810px;
  font-size: 54px;
  font-weight: 400;
  padding: 0;
  margin: 20px auto;
  line-height: 1.2;
  letter-spacing: -.5px; }

.single.page-header-style-large .page-header ul.post-meta,
.single.page-header-style-title_top .page-header ul.post-meta {
  margin-bottom: 40px; }

@media (max-width: 992px) {
  .single.page-header-style-large .page-header .post-title,
  .single.page-header-style-title_top .page-header .post-title {
    font-size: 48px;
    padding: 0 30px; }
  .single.page-header-style-large .page-header ul.post-meta,
  .single.page-header-style-title_top .page-header ul.post-meta {
    margin-bottom: 30px; } }

@media (max-width: 780px) {
  .single.page-header-style-large .page-header .post-title,
  .single.page-header-style-title_top .page-header .post-title {
    font-size: 38px;
    padding: 0 10px; } }

.single.page-header-style-large .voss-single,
.single.page-header-style-title_top .voss-single {
  padding-top: 0px; }

.single.page-header-style-title_top #main > .page-header .page-header-content {
  max-width: 1070px;
  text-align: left; }
  .single.page-header-style-title_top #main > .page-header .page-header-content .post-title {
    font-size: 62px;
    margin-left: 0;
    max-width: 100%; }

.single.page-header-style-title_top #main > .page-header ul.post-meta {
  margin-bottom: 0; }

.single.page-header-style-title_top #main > .page-header .voss-pin-it,
.single.page-header-style-title_top #main > .page-header img {
  display: none; }

@media (max-width: 1024px) {
  .single.page-header-style-title_top #main > .page-header .page-header-content {
    text-align: center;
    max-width: 770px; }
    .single.page-header-style-title_top #main > .page-header .page-header-content .post-title {
      font-size: 46px;
      margin-left: auto; } }

@media (max-width: 700px) {
  .single.page-header-style-title_top #main > .page-header .page-header-content {
    max-width: 500px; }
    .single.page-header-style-title_top #main > .page-header .page-header-content .post-title {
      font-size: 32px; } }

.single.page-header-style-title_top #main .voss-single .page-header-content {
  padding: 0; }

.single.page-header-style-title_top #main .voss-single .page-header {
  margin-bottom: 20px; }
  .single.page-header-style-title_top #main .voss-single .page-header .post-cat,
  .single.page-header-style-title_top #main .voss-single .page-header .post-title,
  .single.page-header-style-title_top #main .voss-single .page-header .post-meta {
    display: none; }

ul.post-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  display: inline-block; }
  ul.post-meta li {
    display: inline-block;
    text-transform: uppercase;
    color: #888;
    font-size: 11.4px;
    letter-spacing: 1.4px; }
  ul.post-meta li:not(:last-child):after {
    content: "\b7";
    margin: 0 3px;
    font-size: 16px;
    vertical-align: 0px;
    margin-right: 5px;
    color: #ababab; }
  ul.post-meta img {
    display: inline-block;
    border-radius: 50%; }

@media (max-width: 680px) {
  .post-before-content,
  .post-before-content-meta,
  ul.post-meta {
    width: 100%;
    text-align: center; }
  .social-share {
    text-align: center;
    float: none !important;
    margin-top: 10px; }
    .social-share span {
      display: none; } }

.post-before-content {
  display: table;
  position: relative;
  width: 100%;
  margin-bottom: 30px; }

.post-before-content-meta {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: left; }
  .post-before-content-meta .meta-post-author img {
    margin-right: 12px; }
  .post-before-content-meta .meta-post-date {
    padding-top: 10px; }

.social-share {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
  width: auto;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .social-share span {
    font-size: 11.1px;
    margin-right: 12px; }

.social-share a {
  display: inline-block;
  position: relative;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 14.6px;
  margin-right: 4px;
  text-align: center;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #1c1c1c; }

.social-share a:last-child {
  margin-right: 0; }

.social-share .share-twitter {
  background-color: #00aced;
  color: #fff; }

.social-share .share-email {
  background-color: #161719;
  color: #fff; }

.social-share .share-face {
  background-color: #3b5998;
  color: #fff; }

.social-share .share-pin {
  background-color: #BD081C;
  color: #fff; }

.social-share .share-gplus {
  background-color: #dd4b39;
  color: #fff; }

.social-share .share-whatsapp {
  background-color: #5cbe4a;
  color: #fff; }

.share-sticky .share-total {
  display: block;
  background: #080808;
  padding: 16px 12px 15px 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin: 0;
  width: 60px;
  height: 60px;
  margin: 4px; }
  .share-sticky .share-total h4 {
    color: #fff;
    margin: 0;
    font-size: 18px; }
  .share-sticky .share-total h5 {
    display: block;
    margin: 0;
    margin-top: 3px;
    text-transform: uppercase;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.6); }

/* Post Tags */
.post-tags {
  text-align: left;
  clear: both; }

@media all and (max-width: 992px) {
  .post-tags {
    text-align: center; } }

.post-entry-content .post-tags a {
  display: inline-block;
  line-height: 1;
  margin-right: 8px;
  margin-top: 8px;
  padding: 8px 9px 6px 9px;
  border-radius: 2px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #888;
  border: none;
  font-size: 10px;
  background: #f3f3f3; }

.post-entry-content .post-tags a:hover {
  color: #000; }

.post-tags a:last-child {
  margin-right: 0px; }

/*--------------------------------------------------------------
## Sinle Pagination
--------------------------------------------------------------*/
.single-pagination-thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .single-pagination-thumb img {
    opacity: 0; }

/* Pin Save Img Btn */
.voss-pin-it {
  position: relative;
  display: block;
  text-align: center; }
  .voss-pin-it img.aligncenter,
  .voss-pin-it img.alignnone {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    clear: both; }
  .voss-pin-it .voss-pin-it-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: hand;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 41px;
    font-size: 16px;
    border: none !important;
    background-color: #BD081C;
    color: #fff !important; }
  .voss-pin-it img.aligncenter + .voss-pin-it-btn,
  .voss-pin-it img.alignnone + .voss-pin-it-btn {
    transform: translateX(-40px);
    right: auto;
    bottom: 25px; }

/*--------------------------------------------------------------
## Single Section
--------------------------------------------------------------*/
.single-section {
  border-top: 1px solid;
  border-color: rgba(119, 119, 119, 0.13); }
  .single-section .section-title {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 38px; }

/*--------------------------------------------------------------
## Single Pagination
--------------------------------------------------------------*/
/* Single Post Split Pagination */
.single .post-entry-content .pagination .nav-links {
  padding: 20px 38px; }
  .single .post-entry-content .pagination .nav-links a {
    color: #000;
    border: none; }
    .single .post-entry-content .pagination .nav-links a span {
      font-size: 14px;
      padding: 0; }
  .single .post-entry-content .pagination .nav-links a:hover {
    opacity: .7; }

/* Single Post Pagination */
.post-pagination {
  float: left;
  width: 100%;
  padding: 35px 0; }

@media (max-width: 992px) {
  .post-pagination {
    padding-left: 15px;
    padding-right: 15px; } }

.post-pagination a,
.post-pagination a p {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s; }

/*--------------------------------------------------------------
## Single Related
--------------------------------------------------------------*/
.single-post-related {
  position: relative;
  width: 100%;
  float: left;
  padding: 60px 15px;
  overflow: hidden; }
  .single-post-related .voss-slider[data-style="9"] .voss-slide .voss-slide-container h2 {
    font-size: 17px; }
  .single-post-related .voss-slide-container {
    max-width: 300px;
    margin: 0 auto; }
  .single-post-related .swiper-pagination.swiper-pag-outside-alt {
    margin-top: 0;
    margin-bottom: -8px; }
  .single-post-related .single-related-thumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .single-post-related .single-related-thumb img {
      opacity: 0; }

.voss-thumb[data-img] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .voss-thumb[data-img] img {
    opacity: 0; }

/*--------------------------------------------------------------
## Single Comments
--------------------------------------------------------------*/
.post-comments {
  float: left;
  width: 100%;
  padding: 50px 0 40px 0; }

.comments-area {
  max-width: 780px;
  margin: 0 auto;
  padding: 80px 0; }

.time-ago-bullet {
  padding: 0;
  color: #bdbdbd;
  line-height: 1;
  font-size: 8px;
  vertical-align: 2px; }

@media all and (max-width: 620px) {
  .comment-list .children li {
    margin-left: 0; } }

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

.comment-reply-title {
  text-align: left;
  font-size: 26px;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1; }

.comment-reply-title:after {
  margin-left: 0; }

.comment-reply-title small {
  float: right;
  padding: 3px 14px; }

#cancel-comment-reply-link {
  font-size: 20px;
  margin-left: 5px;
  color: #111; }

input.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

::-webkit-input-placeholder {
  color: #888;
  font-size: 15px; }

::-moz-placeholder {
  color: #888;
  font-size: 15px; }

:-ms-input-placeholder {
  color: #888;
  font-size: 15px; }

:-moz-placeholder {
  color: #888;
  font-size: 15px; }

#commentform input:-webkit-autofill,
#commentform textarea:-webkit-autofill,
#commentform select:-webkit-autofill {
  -webkit-text-fill-color: #444 !important; }

.comments-area a {
  border: none !important; }

.comments-area .section-title {
  line-height: 1.4;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center; }

.comments-area ol {
  list-style: none;
  padding: 0;
  margin: 0; }

.comments-area .comment-list .pingback {
  margin-bottom: 20px; }
  .comments-area .comment-list .pingback .comment-body {
    font-size: 15px; }

.comments-area .comment-list .comment {
  margin: 0;
  position: relative;
  margin-bottom: 50px;
  padding-left: 76px; }
  .comments-area .comment-list .comment .children {
    margin-top: 50px;
    margin-left: 0;
    list-style-type: none; }
  .comments-area .comment-list .comment p {
    color: #888;
    font-size: 16px; }
  .comments-area .comment-list .comment .comment-author .avatar,
  .comments-area .comment-list .comment .comment-author .voss-pin-it {
    max-width: 2.9375rem;
    height: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0; }
  .comments-area .comment-list .comment .comment-author .voss-pin-it-btn {
    display: none; }
  .comments-area .comment-list .comment .comment-author b {
    font-weight: 500;
    font-size: 17px; }
  .comments-area .comment-list .comment .comment-author a {
    color: #000; }
  .comments-area .comment-list .comment .comment-author .says {
    display: none; }
  .comments-area .comment-list .comment .comment-metadata {
    margin-bottom: 13px;
    line-height: 1.2; }
    .comments-area .comment-list .comment .comment-metadata a {
      color: #888;
      font-size: 12px;
      text-transform: uppercase; }
    .comments-area .comment-list .comment .comment-metadata .edit-link {
      margin-left: 10px;
      font-weight: bold;
      letter-spacing: .5px; }
      .comments-area .comment-list .comment .comment-metadata .edit-link a {
        color: #000;
        font-size: 10.5px; }
  .comments-area .comment-list .comment .comment-content {
    margin-bottom: 1.125rem; }
    .comments-area .comment-list .comment .comment-content p:last-child {
      margin-bottom: 0; }
  .comments-area .comment-list .comment .reply > a {
    color: inherit;
    font-size: 10.5px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    letter-spacing: .5px; }

.comments-area .comment-list > .comment:last-child {
  margin-bottom: 90px; }

.comments-area .comment-body + .comment-respond {
  margin-top: 60px;
  margin-bottom: 50px;
  border-top: 1px solid;
  border-color: rgba(119, 119, 119, 0.13);
  padding-top: 50px;
  margin-left: -76px; }
  .comments-area .comment-body + .comment-respond p,
  .comments-area .comment-body + .comment-respond #cancel-comment-reply-link {
    font-size: 15px; }

.comments-area .comment-notes,
.comments-area .logged-in-as,
.comments-area .comment-notes a,
.comments-area .logged-in-as a,
.comments-area .comment-form-cookies-consent label {
  color: #a3a3a3;
  font-size: 15px;
  margin-bottom: 40px; }

.comments-area .comment-form-cookies-consent {
  margin: 0; }
  .comments-area .comment-form-cookies-consent label {
    font-weight: 400;
    vertical-align: 1px;
    margin-bottom: 10px; }

.comments-area .form-submit input {
  width: 100%;
  font-size: 12.1px;
  margin: 16px 0 0;
  padding: 17px 41px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.comments-area .comment-form .comment-form-comment,
.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url {
  margin-bottom: 17px; }

.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url {
  position: relative;
  float: left;
  width: 32%;
  margin-right: 2%; }

.comments-area .comment-form .comment-form-url {
  margin-right: 0; }

.comments-area .no-comments {
  text-align: center; }

.comments-area .comment-list .comment.bypostauthor .comment-author b {
  font-weight: 700; }

/* Password Protected Form */
.post-password-form {
  margin: 0 auto;
  max-width: 750px; }
  .post-password-form label {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px; }

.post-password-form label input {
  border: 1px solid;
  border-color: rgba(119, 119, 119, 0.13);
  background: transparent; }

.post-password-form input[type="submit"] {
  font-size: 11.1px; }

/* Comments after content */
.post-entry-content .comments-area {
  padding: 0;
  margin: 60px 0 70px; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  position: relative;
  padding: 50px 0;
  border-left: none;
  border-top: 1px solid #eceeef; }

.widget:first-child {
  border-top: none; }
  .widget:first-child .widget-title {
    margin-top: 6px; }

#side-menu .widget:last-child {
  padding-bottom: 20px; }

.widget-title,
.widget img {
  margin-bottom: 10px;
  line-height: 1; }

.widget .aligncenter {
  margin: 0 auto 15px auto; }

.widget-title {
  font-size: 15.4px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin-top: -6px;
  margin-top: 0;
  margin-bottom: 18px; }

.widget-title:after,
.underline:after {
  content: '';
  display: block;
  border-bottom: 1px solid #e2e6e8;
  width: 30px;
  margin: 10px auto; }

.underline.left:after {
  margin: 10px 0; }

/* Newsletter */
.vs-newsletter {
  position: relative;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .vs-newsletter > div {
    position: relative;
    z-index: 1; }
  .vs-newsletter h2 {
    letter-spacing: 0;
    padding: 0 0px 20px 0px;
    font-size: 24px;
    line-height: 1.25;
    padding-bottom: 20px; }
  .vs-newsletter input {
    background-color: #f6f5f6;
    border: none;
    padding: 4px 15px; }
  .vs-newsletter input::-webkit-input-placeholder {
    font-size: 14px;
    color: #888; }
  .vs-newsletter .btn {
    width: 100%;
    margin: 15px 0 10px 0;
    font-size: 12.1px; }
  .vs-newsletter .vs-newsletter-info {
    position: relative;
    width: 100%; }
    .vs-newsletter .vs-newsletter-info p {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -10px;
      color: #fff;
      padding: 7px 10px;
      line-height: 1.3;
      width: auto;
      font-size: 15px;
      display: inline-block;
      border-radius: 3px;
      z-index: 999; }
    .vs-newsletter .vs-newsletter-info .vs-error:before {
      top: 100%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-top-color: #f44336;
      border-width: 10px;
      left: 50%;
      margin-left: -10px; }
    .vs-newsletter .vs-newsletter-info .vs-error {
      background-color: #f44336; }
    .vs-newsletter .vs-newsletter-info .vs-success {
      background-color: #82B541; }

.vs-newsletter[data-img]:not([data-img=""]) {
  color: #fff;
  background-color: #101010;
  padding: 63px 15px; }
  .vs-newsletter[data-img]:not([data-img=""]) > div {
    position: relative;
    z-index: 1; }
  .vs-newsletter[data-img]:not([data-img=""]) h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
    padding: 0 10px 20px 10px;
    line-height: 1.2;
    color: #fff; }
  .vs-newsletter[data-img]:not([data-img=""]) input {
    background-color: #fff;
    border: 1px solid;
    border-color: rgba(119, 119, 119, 0.13);
    text-align: left; }
  .vs-newsletter[data-img]:not([data-img=""]) input::-webkit-input-placeholder {
    text-align: left; }

.vs-newsletter[data-img]:not([data-img=""])[data-overlay]:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c1d1f;
  z-index: 0;
  opacity: 0;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  transition: background .3s;
  backface-visibility: hidden; }

.vs-newsletter[data-img]:not([data-img=""])[data-overlay="10"]:after {
  opacity: .1; }

.vs-newsletter[data-img]:not([data-img=""])[data-overlay="20"]:after {
  opacity: .2; }

.vs-newsletter[data-img]:not([data-img=""])[data-overlay="30"]:after {
  opacity: .3; }

.vs-newsletter[data-img]:not([data-img=""])[data-overlay="40"]:after {
  opacity: .4; }

.vs-newsletter[data-img]:not([data-img=""])[data-overlay="50"]:after {
  opacity: .5; }

.vs-newsletter[data-img]:not([data-img=""])[data-overlay="60"]:after {
  opacity: .6; }

.vs-newsletter[data-img]:not([data-img=""])[data-overlay="70"]:after {
  opacity: .7; }

.vs-newsletter[data-img]:not([data-img=""])[data-overlay="80"]:after {
  opacity: .8; }

.vs-newsletter[data-img]:not([data-img=""])[data-overlay="90"]:after {
  opacity: .9; }

.vs-newsletter[data-img]:not([data-img=""])[data-overlay="100"]:after {
  opacity: 1; }

.newsletter-inline .widget {
  border: none;
  padding: 0; }

.newsletter-inline .vs-newsletter {
  background-color: transparent;
  padding: 0;
  max-width: 560px;
  margin: 0 auto; }
  .newsletter-inline .vs-newsletter h2, .newsletter-inline .vs-newsletter .vs-newsletter-info {
    display: none; }
  .newsletter-inline .vs-newsletter .widget-title {
    margin-bottom: 27px; }
  .newsletter-inline .vs-newsletter .vs-newsletter-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
    .newsletter-inline .vs-newsletter .vs-newsletter-form input {
      margin: 0;
      background-color: #f5f5f5;
      width: 72%;
      padding: 5px 20px;
      line-height: 40px;
      border: none; }
    .newsletter-inline .vs-newsletter .vs-newsletter-form button {
      width: 28%;
      padding: 18px 41px;
      margin: 0; }
    @media (max-width: 768px) {
      .newsletter-inline .vs-newsletter .vs-newsletter-form input {
        background-color: #f1f2f4;
        margin-bottom: 15px;
        width: 100%;
        border-bottom: none;
        margin-right: 0px; }
      .newsletter-inline .vs-newsletter .vs-newsletter-form button {
        width: 100%; } }

.newsletter-inline .newsletter-disclaimer {
  margin-top: 22px; }

.newsletter-inline .newsletter-disclaimer,
.newsletter-inline .newsletter-disclaimer p {
  font-size: 13px;
  margin-bottom: 0;
  color: #888; }

.newsletter-inline a {
  text-decoration: underline;
  text-decoration-color: #c1c1c1;
  color: #888; }

#side-menu .newsletter-inline {
  padding: 0 30px; }
  #side-menu .newsletter-inline .widget-title {
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 12px; }
  #side-menu .newsletter-inline .vs-newsletter .vs-newsletter-form input {
    margin: 0;
    background-color: #f5f5f5;
    width: 62%;
    padding: 4px 15px; }
  #side-menu .newsletter-inline .vs-newsletter .vs-newsletter-form button {
    width: 38%;
    padding: 17px 0;
    font-size: 11px; }

/* Social */
.widget-social {
  text-align: center;
  /*margin-bottom: -8px;*/ }
  .widget-social a {
    display: inline-block;
    padding: 0px 6px;
    font-size: 16px;
    color: #000; }

.footer-widgets .widget-social a {
  font-size: 18px;
  margin: 0 6px;
  color: #000; }

/* About */
.widget_about_vs {
  padding: 50px 0 38px 0; }

.widget-about {
  text-align: center; }
  .widget-about .widget-about-img {
    position: relative;
    max-width: 120px;
    margin: 0 auto 25px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%; }
  .widget-about .widget-about-img.square {
    border-radius: 0; }
  .widget-about .widget-about-img img {
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden; }
  .widget-about h2 {
    font-size: 27px;
    margin-bottom: 18px;
    font-weight: 500; }
  .widget-about p {
    font-size: 15px;
    margin-bottom: 16px;
    color: #888; }
  .widget-about .widget-social {
    margin-bottom: 12px; }
  .widget-about .widget-about-sig {
    margin-bottom: 12px; }
    .widget-about .widget-about-sig img {
      padding-top: 10px;
      margin: 0 auto; }

/* Instagram */
.widget .instagram-pics li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 5px;
  width: 50%; }

.widget.null-instagram-feed.inview-show .instagram-pics {
  display: block; }

.widget .instagram-pics {
  margin: -5px; }

.widget .instagram-pics li img {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  width: calc(100% + 1px);
  max-width: calc(100% + 1px);
  vertical-align: middle; }

.widget.null-instagram-feed > p {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px; }

.widget.null-instagram-feed > p a {
  color: #9c9c9c; }

.widget.null-instagram-feed .instagram-pics::after {
  display: block;
  content: "";
  clear: both; }

.instagram-meta svg {
  fill: #fff;
  stroke: #fff;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-bottom: 2px; }

/* Tagcloud */
.tagcloud {
  text-align: center; }
  .tagcloud a {
    font-size: 11.1px !important;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #777;
    background: #f3f3f3;
    margin: 2px 0px;
    padding: 5px 10px;
    display: inline-block; }

/* Latest Posts */
.widget ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.widget-latest-posts li {
  margin-bottom: 15px; }

.widget-latest-posts li:last-child {
  margin-bottom: 6px; }

.widget-latest-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.widget-latest-post-img {
  width: 40%; }

.widget-latest-post img {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0; }

.widget-latest-post-info {
  padding-left: 10px;
  width: 60%;
  text-align: left; }

.widget-latest-post-info h4 {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
  letter-spacing: 0px;
  line-height: 20px;
  font-weight: 500; }

.widget-latest-post-info h4 a {
  color: #000; }

.widget-latest-post-info p {
  font-size: 13px;
  color: #848484; }

/*--------------------------------------------------------------
## Widget Posts
--------------------------------------------------------------*/
.widget-list-posts img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent; }

.widget-list-posts iframe {
  max-height: 100px; }

.widget-list-posts.widget-list-large iframe {
  max-height: 250px; }

/* Slider */
.widget-posts.widget-slider-posts {
  position: relative;
  overflow: hidden;
  margin-bottom: -20px; }

.widget-posts.widget-slider-posts .owl-stage {
  background: rgba(35, 35, 35, 0.9); }

.widget-posts.widget-slider-posts .widget-post-info {
  position: absolute;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 20px;
  top: 0;
  height: 100%;
  cursor: grab;
  cursor: -webkit-grab; }

.widget .widget-posts.widget-slider-posts .widget-post-img img {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.widget-slider-posts[data-overlay] .widget-post-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c1d1f;
  opacity: 0;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  transition: background .3s;
  backface-visibility: hidden; }

.widget-slider-posts[data-overlay="10"] .widget-post-img:after {
  opacity: .1; }

.widget-slider-posts[data-overlay="20"] .widget-post-img:after {
  opacity: .2; }

.widget-slider-posts[data-overlay="30"] .widget-post-img:after {
  opacity: .3; }

.widget-slider-posts[data-overlay="40"] .widget-post-img:after {
  opacity: .4; }

.widget-slider-posts[data-overlay="50"] .widget-post-img:after {
  opacity: .5; }

.widget-slider-posts[data-overlay="60"] .widget-post-img:after {
  opacity: .6; }

.widget-slider-posts[data-overlay="70"] .widget-post-img:after {
  opacity: .7; }

.widget-slider-posts[data-overlay="80"] .widget-post-img:after {
  opacity: .8; }

.widget-slider-posts[data-overlay="90"] .widget-post-img:after {
  opacity: .9; }

.widget-slider-posts[data-overlay="100"] .widget-post-img:after {
  opacity: 1; }

.widget-posts.widget-slider-posts .widget-post-info .post-cat {
  position: absolute;
  top: 26px;
  left: 50%;
  position: absolute;
  text-shadow: 1px 1px 0px rgba(150, 150, 150, 0.2);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.widget-posts.widget-slider-posts .widget-post-info h4 {
  font-size: 25px;
  line-height: 1.2;
  width: 100%;
  margin: 0;
  text-shadow: 1px 1px 0px rgba(150, 150, 150, 0.2); }

.widget-posts.widget-slider-posts .widget-post-info h4.voss-link {
  font-size: 12.1px;
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  margin-bottom: 37px; }

.widget-posts.widget-slider-posts .widget-post-info a {
  color: #fff; }

.widget-posts.widget-slider-posts .widget-post-info .in-cat {
  color: rgba(255, 255, 255, 0.59); }

.widget-posts.widget-slider-posts .widget-post-info .voss-link a {
  border-bottom: solid 2px rgba(255, 255, 255, 0.4); }

.widget-post-info-bottom {
  padding: 0 20px; }

.widget-post-info-bottom h4 {
  margin-top: 14px;
  margin-bottom: 10px; }

.widget-post-info-bottom p {
  font-size: 13px;
  line-height: 20px; }

/* List */
.widget-posts.widget-list-posts {
  padding: 0;
  margin: 0;
  list-style: none; }
  .widget-posts.widget-list-posts .widget-post {
    position: relative;
    align-items: start;
    margin-bottom: 12px; }
    .widget-posts.widget-list-posts .widget-post .widget-post-img {
      display: inline-block;
      width: 40%;
      max-width: 97px; }
      .widget-posts.widget-list-posts .widget-post .widget-post-img img {
        margin: 0; }
    .widget-posts.widget-list-posts .widget-post .post-counter {
      display: none; }
    .widget-posts.widget-list-posts .widget-post .widget-post-info {
      display: inline-block;
      padding-left: 11px;
      padding-top: 10px;
      width: 60%;
      text-align: left; }
      .widget-posts.widget-list-posts .widget-post .widget-post-info h4 {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 0;
        letter-spacing: 0px;
        line-height: 20px;
        font-weight: 500; }
        .widget-posts.widget-list-posts .widget-post .widget-post-info h4 a {
          color: #000; }
      .widget-posts.widget-list-posts .widget-post .widget-post-info p {
        font-size: 13px;
        color: #848484;
        line-height: 13px;
        margin-top: 7px; }
      .widget-posts.widget-list-posts .widget-post .widget-post-info p.post-cat {
        margin-top: -2px;
        margin-bottom: 6px; }
  .widget-posts.widget-list-posts .widget-post.show-counter .post-counter {
    display: inline-block;
    width: 36px;
    font-size: 42px;
    font-weight: 700;
    color: #e0e0e4; }
  .widget-posts.widget-list-posts .widget-post.show-counter .widget-post-info {
    width: calc(60% - 36px); }
  .widget-posts.widget-list-posts .widget-post:last-child {
    margin-bottom: 0; }

/* List Large */
.widget-posts.widget-list-large .widget-post {
  margin-bottom: 25px; }
  .widget-posts.widget-list-large .widget-post .widget-post-img {
    display: block;
    width: 100%;
    max-width: 100%; }
    .widget-posts.widget-list-large .widget-post .widget-post-img img {
      width: 100%; }
  .widget-posts.widget-list-large .widget-post .widget-post-info {
    position: relative;
    width: 100%;
    padding: 0;
    padding-top: 17px; }
    .widget-posts.widget-list-large .widget-post .widget-post-info .post-counter {
      display: none; }
    .widget-posts.widget-list-large .widget-post .widget-post-info h4 {
      font-size: 17px;
      font-weight: 500; }
  .widget-posts.widget-list-large .widget-post .widget-post-info.show-counter .post-counter {
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 46px;
    font-weight: 700;
    color: #e0e0e4; }
  .widget-posts.widget-list-large .widget-post .widget-post-info.show-counter h4, .widget-posts.widget-list-large .widget-post .widget-post-info.show-counter p {
    padding-left: 40px; }

/* Mailchimp */
.mc4wp-form label {
  display: none; }

.mc4wp-form p {
  margin: 0; }

.mc4wp-form input,
.widget_wysija input {
  background-color: #f3f3f3;
  width: 100%;
  border: none;
  padding: 16px 24px 15px 24px;
  font-size: 13px;
  border-radius: 2px;
  line-height: 15px;
  color: #444;
  font-weight: 400;
  margin-bottom: 15px; }

.widget_wysija input {
  color: #888; }

.widget_wysija input:focus {
  color: #444; }

.formError .formErrorContent {
  background: none repeat scroll 0 0 #f3f3f3;
  border: 1px solid #eceeef;
  color: #000000; }

.mc4wp-form input:focus,
.widget_wysija input:focus,
.mc4wp-form input[type="submit"]:focus,
.widget_wysija input[type="submit"]:focus {
  outline: none; }

.mc4wp-form input[type="submit"],
.widget_wysija input[type="submit"] {
  width: 100%;
  margin: 0;
  padding: 16px 26px 16px 26px;
  border-radius: 2px;
  font-size: 11.1px;
  margin-bottom: 6px;
  -webkit-appearance: none; }

.widget_wysija_cont p label {
  font-size: 13px;
  text-align: left;
  padding-left: 10px;
  display: none; }

/* Facebook */
.widget_blggn_facebook_like_box_wg > div {
  margin-bottom: 7px; }

/* Widget Ad */
.widget.widget_blggn_mark_wg {
  border: none;
  padding: 0; }

.widget .widget-mark img {
  margin: 0;
  padding: 0; }

/* Calendar Widget */
#wp-calendar {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 22px 20px;
  width: 100%; }
  #wp-calendar > caption {
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
    color: #000; }
  #wp-calendar thead th {
    font-size: 13px;
    color: #999; }
  #wp-calendar thead th,
  #wp-calendar tbody td,
  #wp-calendar tfoot td {
    border: none;
    padding: 8px 0;
    text-align: center; }
  #wp-calendar tbody td {
    font-size: 13px; }
  #wp-calendar #prev, #wp-calendar #next {
    padding: 10px 5px;
    font-size: 15px; }
  #wp-calendar #prev {
    text-align: left; }
  #wp-calendar #next {
    text-align: right; }

/* Woo Products Widget */
.woocommerce ul.product_list_widget li img {
  float: left;
  margin-left: 4px;
  margin-bottom: 2px;
  width: 88px;
  height: auto;
  box-shadow: none; }

.woocommerce ul.product_list_widget li {
  text-align: left;
  padding: 0; }

.woocommerce ul.product_list_widget li a {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
  color: #232323; }

.woocommerce ul.product_list_widget li a .product-title,
.woocommerce ul.product_list_widget li .woocommerce-Price-amount {
  margin-left: 10px; }

.woocommerce ul.product_list_widget li .woocommerce-Price-amount {
  margin-left: 10px;
  font-size: 12px;
  font-style: italic;
  color: #555;
  opacity: .6; }

/* Search Widget */
.widget .searchform {
  opacity: 1;
  width: 100%;
  display: block;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px); }
  .widget .searchform input {
    padding: 14px 20px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #eceeef;
    border-radius: 3px; }
  .widget .searchform input:focus {
    border-color: #d0d2d4;
    background-color: transparent; }
  .widget .searchform input::-webkit-input-placeholder {
    font-size: 13px;
    color: #888; }
  .widget .searchform button {
    position: absolute;
    padding: 0 20px;
    margin: 0;
    border: none;
    background-color: transparent;
    top: 0;
    right: 0;
    height: 100%; }
    .widget .searchform button svg {
      fill: #000;
      stroke: #000;
      height: 14px; }
  .widget .searchform .search-submit-icon i {
    font-size: 13px; }

/* Widget Cats & Archives */
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_recent_comments ul {
  text-align: left; }
  .widget_categories ul li,
  .widget_archive ul li,
  .widget_meta ul li,
  .widget_recent_entries ul li,
  .widget_rss ul li,
  .widget_recent_comments ul li {
    font-size: 15px;
    padding: 0;
    line-height: 1.4; }
  .widget_categories ul li:not(:last-child),
  .widget_archive ul li:not(:last-child),
  .widget_meta ul li:not(:last-child),
  .widget_recent_entries ul li:not(:last-child),
  .widget_rss ul li:not(:last-child),
  .widget_recent_comments ul li:not(:last-child) {
    margin-bottom: 20px; }

.widget_nav_menu a,
.widget-pages a {
  color: #000; }

.widget_recent_comments .recentcomments {
  position: relative;
  line-height: 26px;
  padding-right: 0;
  margin-bottom: 15px; }

.widget-list-posts h4 a {
  color: #000; }

.widget_nav_menu a:after,
.widget_nav_menu .sub-menu .menu-item-has-children > a::after {
  content: none; }

.widget_nav_menu .sub-menu li {
  padding-left: 15px; }

.widget_rss ul li a {
  color: #999; }

.widget_rss a {
  color: #111; }

.widget_rss img {
  width: auto;
  vertical-align: -3px; }

.widget img.rss-widget-icon {
  margin-bottom: 2px; }

.widget strong {
  font-weight: bold; }

.widget select,
.widget_archive select {
  border-radius: 2px;
  color: #666;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  outline: none; }

.widget_nav_menu li,
.widget_nav_menu .sub-menu li {
  line-height: 32px; }

/* Widget Custom Menu */
.widget ul.cat-menu li,
.widget ul.cat-menu li ul,
.widget ul.children li {
  padding-left: 15px;
  margin-top: 13px; }

.widget ul.children li {
  padding-top: 0;
  padding-bottom: 0;
  border: none; }

.widget-infom {
  color: #adadad;
  font-size: 11px;
  margin-top: -7px; }

/* Instagram Footer Widget */
#footer-instagram .widget {
  width: 100%; }

#footer-instagram.inview .instagram-pics {
  display: none; }

#footer-instagram.inview-show .instagram-pics {
  display: block; }

#footer-instagram .widget.null-instagram-feed {
  overflow: hidden;
  background: #111;
  padding: 0;
  margin: 0; }

#footer-instagram ul li {
  display: inline-block;
  float: left;
  width: 11.11%;
  margin: 0;
  padding: 0; }

#footer-instagram .widget-title,
#footer-instagram .widget.null-instagram-feed > p {
  display: none; }

#footer-instagram .null-instagram-feed .instagram-pics {
  margin: 0; }

.null-instagram-feed .instagram-pics li a {
  position: relative;
  display: block;
  overflow: hidden; }

.null-instagram-feed .instagram-pics li a img {
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  transition: transform .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.null-instagram-feed .instagram-pics li a:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04); }

.null-instagram-feed li .instagram-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: rgba(31, 33, 35, 0.45);
  width: 100%;
  height: 100%;
  opacity: 0; }

.null-instagram-feed li:hover .instagram-overlay {
  opacity: 1; }

.null-instagram-feed li .instagram-meta {
  display: flex;
  align-items: center;
  height: 100%;
  opacity: 0; }

.null-instagram-feed li:hover .instagram-meta {
  opacity: 1;
  transition-delay: .25s; }

.null-instagram-feed li .instagram-meta > div {
  width: 100%;
  text-align: center;
  color: #fff; }

.null-instagram-feed li .instagram-overlay,
.null-instagram-feed li .instagram-meta,
.null-instagram-feed li a i,
.null-instagram-feed li a p {
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.null-instagram-feed li .instagram-meta span {
  margin: 0 5px;
  font-size: 15px; }

.null-instagram-feed li a p {
  padding: 0 20px; }

.instagram-description {
  display: none; }

#footer-instagram .instagram-description {
  display: block; }

#footer-instagram li[data-instagram-width="5"] {
  width: 20%; }

#footer-instagram li[data-instagram-width="6"] {
  width: 16.6667%; }

#footer-instagram li[data-instagram-width="7"] {
  width: 14.285%; }

#footer-instagram li[data-instagram-width="8"] {
  width: 12.5%; }

#footer-instagram li[data-instagram-width="9"] {
  width: 11.11%; }

@media all and (max-width: 992px) {
  #footer-instagram li[data-instagram-width] {
    width: 25%;
    display: none; }
  #footer-instagram li:nth-child(-n+4) {
    display: inline-block; } }

@media all and (max-width: 640px) {
  #footer-instagram li[data-instagram-width] {
    width: 33.3333%;
    display: none; }
  #footer-instagram li:nth-child(-n+3) {
    display: inline-block; } }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.voss-footer {
  /* General */
  position: relative;
  /* Disclaimer */
  /* Back to top */ }
  footer.voss-footer p, footer.voss-footer a {
    color: #888; }
  footer.voss-footer a:hover {
    color: #000; }
  footer.voss-footer .footer-disclaimer {
    font-size: 13px; }
  footer.voss-footer .scroll-top {
    display: block;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
    font-size: 11.1px;
    color: rgba(17, 17, 17, 0.46);
    width: 41px;
    height: 41px; }
    footer.voss-footer .scroll-top svg {
      fill: #fff;
      stroke: #fff;
      width: 11px;
      height: 41px; }
  footer.voss-footer .scroll-top:hover i {
    color: #fff !important; }
  footer.voss-footer .scroll-top i {
    color: #fff !important;
    font-size: 7px;
    line-height: 0;
    padding-left: 3px;
    position: relative; }
  footer.voss-footer .footer-to-top {
    position: absolute;
    right: 45px;
    bottom: 50px; }
  footer.voss-footer .scroll-top {
    opacity: 1; }
  footer.voss-footer .scroll-top i {
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s; }
  footer.voss-footer .scroll-top i {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    padding-left: 1px;
    font-size: 16px;
    background-color: #000;
    border-radius: 50%;
    color: #fff; }
  @media (max-width: 580px) {
    footer.voss-footer .footer-to-top {
      right: 25px;
      bottom: 25px; } }

/* Footer Widgets */
.footer-widgets .widget-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 26px; }

.footer-widgets {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .footer-widgets .row > div:first-child {
      padding: 0 15px;
      padding-right: 30px; }
    .footer-widgets .row > div {
      padding: 0 22.5px; }
    .footer-widgets .row > div:last-child {
      padding: 0 15px;
      padding-left: 30px; } }

.footer-v2 {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 10px;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.08); }

.footer-logo {
  display: block;
  width: auto; }

.footer-logo-img,
.woocommerce .footer-logo-img,
.woocommerce-page .footer-logo-img {
  height: auto;
  width: auto;
  max-width: 134px; }

/* Footer Menu */
.voss-footer .footer-menu {
  margin: 0; }

@media (min-width: 992px) {
  .voss-footer .main-navigation.footer-menu li a {
    letter-spacing: 1px;
    padding: 0 11px;
    line-height: 1.2;
    text-decoration: none; }
  .footer-menu .menu-item-has-children > a::after {
    color: rgba(118, 118, 118, 0.75); }
  .voss-footer .main-navigation.footer-menu .sub-menu {
    background: #18191a;
    top: 50%;
    left: 84%;
    -webkit-transform: translateY(calc(-50% - .5px));
    -moz-transform: translateY(calc(-50% - .5px));
    transform: translateY(calc(-50% - .5px)); }
  .voss-footer .main-navigation.footer-menu .sub-menu > li a {
    border: none;
    padding: 3px 11px !important; }
  .voss-footer .main-navigation.footer-menu ul li > ul,
  .voss-footer .main-navigation.footer-menu ul li:hover > ul {
    -webkit-transition: all .02s;
    -moz-transition: all .02s;
    transition: all .02s;
    transition-delay: 0s; }
  .voss-footer .main-navigation.footer-menu li ul li ul.sub-menu {
    margin-left: 34px;
    box-shadow: 16px 0 90px 0 black; } }

/* Footer One */
.footer-v1 {
  overflow: hidden;
  text-align: center; }
  .footer-v1 .footer-widgets {
    border-top: 1px solid;
    border-color: rgba(119, 119, 119, 0.13); }
  .footer-v1 .footer-newsletter {
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 30px; }
  .footer-v1 .footer-logo {
    margin-top: 5px;
    margin-bottom: 30px; }
  .footer-v1 .footer-social {
    margin-bottom: 30px; }
    .footer-v1 .footer-social a {
      font-size: 17px;
      margin: 0 6px;
      color: #000; }
  .footer-v1 .footer-menu {
    margin-bottom: 25px; }
    .footer-v1 .footer-menu li a {
      font-weight: 300;
      font-size: 12.1px;
      color: #888; }
  .footer-v1 .footer-disclaimer p {
    font-size: 14px;
    margin: 0; }

/* Footer Bottom */
.footer-bottom {
  width: 100%;
  padding: 80px 0;
  border-top: 1px solid #e2e6e8; }

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.woocommerce .voss-page-content > .container > .woocommerce,
.woocommerce-page .voss-page-content > .container > .woocommerce {
  /*margin: 60px 0;*/ }

.woocommerce .shop-container,
.woocommerce-page .shop-container {
  margin: 60px 0; }
  .woocommerce .shop-container .page-title,
  .woocommerce-page .shop-container .page-title {
    display: none; }

.single-product .page-header {
  display: none; }

.woocommerce-checkout .widget-area,
.woocommerce-page .widget-area,
.woocommerce-cart .widget-area {
  display: none; }

.woocommerce-checkout .content-area,
.woocommerce-page .content-area,
.woocommerce-cart .content-area {
  max-width: 100%;
  width: 100%;
  float: none;
  padding-bottom: 0;
  margin: 40px auto; }

.woocommerce-checkout .page-large-header {
  margin-bottom: -40px; }

/*--------------------------------------------------------------
## Catalog
--------------------------------------------------------------*/
.woocommerce .products ul, .woocommerce ul.products {
  padding: 0 2.5px; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0;
  padding: 0 12.5px;
  width: 25%; }

.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  will-change: transform; }

.woocommerce ul.products li.product img:hover,
.woocommerce-page ul.products li.product img:hover {
  -webkit-transform: scale3d(0.98, 0.98, 0.98);
  transform: scale3d(0.98, 0.98, 0.98); }

.woocommerce .woocommerce-result-count {
  font-size: 15px;
  margin: 15px 15px 30px 15px;
  margin: 14px 17px 25px 17px;
  color: #888; }

.woocommerce .woocommerce-ordering {
  margin: 0 15px; }

/*--------------------------------------------------------------
## Checkout
--------------------------------------------------------------*/
.bloggin-shop .page-title, .bloggin-shop .woocommerce-result-count, .bloggin-shop .woocommerce-ordering {
  padding: 0 15px; }

.bloggin-shop .page-title {
  margin-bottom: 10px;
  text-align: center;
  display: none; }

.bloggin-shop .woocommerce-result-count {
  color: rgba(84, 84, 84, 0.55);
  margin-top: 25px;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.4; }

.bloggin-shop ul.products li.product {
  width: 25%;
  margin: 0;
  padding: 0 15px;
  margin-bottom: 20px; }

.bloggin-shop {
  padding: 0 15px; }

@media all and (max-width: 992px) {
  .bloggin-shop {
    padding: 0 30px; }
  .bloggin-shop ul.products li.product {
    width: 50%;
    margin: 0;
    padding: 0 15px;
    margin-bottom: 20px; } }

@media all and (max-width: 718px) {
  .bloggin-shop {
    padding: 0 15px; }
  .bloggin-shop ul.products {
    padding: 0 7.5px; }
  .bloggin-shop ul.products li.product {
    width: 50%;
    margin: 0;
    padding: 0 7.5px;
    margin-bottom: 20px; } }

/* Catalog Ordering */
.woocommerce .woocommerce-ordering {
  position: relative;
  background: transparent;
  padding: 0;
  border-radius: 4px; }

.woocommerce select {
  color: #000;
  background: transparent;
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 12.6px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin: 0;
  padding: 0px 15px;
  line-height: 34px;
  border: none;
  border-radius: 0;
  border-color: rgba(84, 84, 84, 0.1);
  cursor: pointer;
  outline: 0;
  /* needed */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background: transparent;
  background-size: 6px;
  background-position: calc(100% - 12px) 56%;
  background-repeat: no-repeat; }

.woocommerce select:hover, .woocommerce select:focus {
  background-color: #fafafa; }

.woocommerce .woocommerce-ordering select,
.woocommerce select {
  line-height: 34px; }

.woocommerce-ordering select {
  padding-right: 30px; }

/* Shop Catalog */
.bloggin-shop .page-title {
  display: none; }

.voss-main-shop-cat a {
  font-size: 9.6px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(84, 84, 84, 0.55); }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 24px;
  padding: 2px 0;
  margin: 0;
  margin-bottom: 3px; }

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price del + ins {
  display: inline-block; }

.woocommerce ul.products li.product .price {
  color: rgba(84, 84, 84, 0.55);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
  line-height: 20px;
  -webkit-transition: all .23s ease;
  -moz-transition: all .23s ease;
  transition: all .23s ease;
  transition-delay: .1s; }

.woocommerce ul.products li.product .price ins {
  margin-bottom: 0; }

.woocommerce ul.products li.product .button,
.woocommerce a.added_to_cart {
  width: auto;
  height: auto;
  font-size: 12.1px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
  color: rgba(84, 84, 84, 0.55);
  padding: 5px 0;
  margin: 0;
  background: #fff;
  -webkit-transition: all .23s ease;
  -moz-transition: all .23s ease;
  transition: all .23s ease;
  transition-delay: .05s; }

.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce a.added_to_cart {
  opacity: 0;
  outline: none; }

.woocommerce ul.products li.product .add_to_cart_button:focus {
  outline: none; }

.woocommerce ul.products li.product:hover .add_to_cart_button,
.woocommerce ul.products li.product .button.loading,
.woocommerce ul.products li.product .button.added,
.woocommerce a.added_to_cart,
.woocommerce ul.products li.product:focus .price,
.woocommerce ul.products li.product:hover .price {
  opacity: 1;
  -webkit-transform: translateY(-26px);
  -moz-transform: translateY(-26px);
  transform: translateY(-26px); }

.woocommerce ul.products li.product:focus .price,
.woocommerce ul.products li.product:hover .price {
  opacity: 0; }

.woocommerce ul.products li.product .button.loading {
  animation: none; }

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
  content: '';
  position: absolute;
  top: 10px !important;
  right: -25px !important;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: solid 1px rgba(0, 0, 0, 0.4);
  border-top-color: #000;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear; }

.woocommerce ul.products li.product .button.added {
  display: none; }

.woocommerce ul.products li.product.voss_added_to_cart .price {
  opacity: 0; }

/* On Sale Label*/
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  font-size: 12px;
  padding: 2px 12px 1px 12px;
  position: absolute;
  top: 15px;
  left: 15px;
  right: auto;
  width: auto;
  height: auto;
  min-width: auto;
  min-height: auto;
  line-height: 20px;
  border-radius: 1px;
  margin: 0px 15px;
  text-transform: uppercase; }

.single-product.woocommerce span.onsale {
  left: 10px;
  right: auto; }

.woocommerce .related ul.products li.product .onsale {
  top: 15px;
  left: 15px; }

.woocommerce ul.products li.product a img {
  margin-bottom: 7px; }

/*--------------------------------------------------------------
## Single Product Page
--------------------------------------------------------------*/
.bloggin-shop > .product {
  padding: 0 15px;
  margin-top: 65px; }

/* Single Images */
.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 0 7px; }

.woocommerce div.product div.images .flex-control-thumbs li:before {
  content: none;
  padding: 0; }

.woocommerce div.product div.images .flex-control-thumbs {
  margin: 14px -7px; }

.woocommerce div.product div.images .flex-control-thumbs li img,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s; }

.pswp__bg {
  background: rgba(0, 0, 0, 0.9); }

/* Price */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  letter-spacing: -1px;
  margin-bottom: 10px; }

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  font-size: 16px; }

/* Product Meta */
.product_meta {
  border-top: 1px solid #eceeef;
  border-bottom: 1px solid #eceeef;
  padding: 26px 0; }

.product_meta > span {
  display: block; }

/* Related Posts */
section.related.products {
  float: left; }

section.related.products ul.products {
  margin: 0 -15px; }

section.related.products > h2 {
  font-size: 24px;
  text-transform: capitalize;
  letter-spacing: -.5px;
  margin: 100px 0 25px 0;
  text-align: center; }

section.related.products > h2:after {
  content: '';
  display: block;
  border-bottom: 1px solid #ddd;
  width: 30px;
  margin: 18px auto 0 auto; }

/* Buttons */
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce .button,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit {
  display: inline-block;
  width: auto;
  font-size: 11.1px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 17px 36px 17px 36px;
  background: #000;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  transition: background .3s; }

.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce .button:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover {
  color: #fff; }

/* Cart */
.woocommerce table.shop_table {
  border: none; }

.woocommerce table.shop_table thead {
  display: none; }

.woocommerce table.shop_table td {
  border: none; }

.woocommerce a.remove {
  color: rgba(85, 85, 85, 0.55) !important; }

.woocommerce table.shop_table td.product-remove {
  text-align: center;
  width: 30px;
  max-width: 30px; }

@media all and (max-width: 992px) {
  .woocommerce a.remove {
    font-size: 0; } }

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  width: 112px; }

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 88px; }

/* Shop Fonts */
.accent-color,
.woocommerce ul.products li.product .button {
  color: #000; }

.accent-bg,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce .button,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce-message {
  background-color: #000; }

/* Buttons HOVER */
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce .button:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover {
  background-color: #3a3c3c; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
section.related.products > h2:after {
  border-color: rgba(119, 119, 119, 0.13); }

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  background-color: #ef423c; }

/*--------------------------------------------------------------
## Shop
--------------------------------------------------------------*/
.woocommerce-checkout .widget-area,
.woocommerce-page .widget-area,
.woocommerce-cart .widget-area {
  display: none; }

.woocommerce-checkout .content-area,
.woocommerce-page .content-area,
.woocommerce-cart .content-area {
  max-width: 100%;
  width: 100%;
  float: none;
  padding-bottom: 0;
  margin: 40px auto; }

.woocommerce-checkout .page-large-header {
  margin-bottom: -40px; }

.bloggin-shop .page-title, .bloggin-shop .woocommerce-result-count, .bloggin-shop .woocommerce-ordering {
  padding: 0 15px; }

.bloggin-shop .page-title {
  margin-bottom: 10px;
  text-align: center;
  display: none; }

.bloggin-shop .woocommerce-result-count {
  color: rgba(35, 35, 35, 0.3);
  margin-top: 25px;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.4; }

.bloggin-shop ul.products li.product {
  width: 25%;
  margin: 0;
  padding: 0 15px;
  margin-bottom: 20px; }

@media all and (max-width: 992px) {
  .bloggin-shop ul.products li.product {
    width: 50%;
    margin: 0;
    padding: 0 15px;
    margin-bottom: 20px; } }

@media all and (max-width: 718px) {
  .bloggin-shop ul.products {
    padding: 0 7.5px; }
  .bloggin-shop ul.products li.product {
    width: 50%;
    margin: 0;
    padding: 0 7.5px;
    margin-bottom: 20px; } }

.woocommerce .woocommerce-ordering {
  position: relative;
  background: transparent;
  padding: 0;
  border-radius: 4px; }

.woocommerce select {
  color: #333;
  background: transparent;
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 11.1px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 0px 15px;
  line-height: 34px;
  border: 1px solid;
  border-radius: 2px;
  border-color: rgba(84, 84, 84, 0.1);
  cursor: pointer;
  outline: 0;
  /* needed */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 8px;
  background-position: calc(100% - 12px) 56%;
  background-repeat: no-repeat; }

.woocommerce select:hover, .woocommerce select:focus {
  background-color: #fafafa; }

.woocommerce select {
  line-height: 34px; }

.woocommerce .woocommerce-ordering select {
  line-height: 40px;
  height: 40px; }

.woocommerce div.product form.cart .variations {
  margin-bottom: 28px; }

.woocommerce div.product p.stock {
  margin-bottom: 10px;
  color: #7b7b7b;
  padding-left: 0;
  font-weight: 400; }

.woocommerce div.product form.cart .variations select {
  line-height: 36px; }

.woocommerce div.product form.cart .variations td {
  padding: 0; }

.vossen-main-shop-item-link {
  position: relative; }

.vossen-main-shop-product-content {
  position: relative;
  padding: 0 5px; }

/* Main Page Product Title */
.vossen-main-shop-title {
  padding-right: 60px; }

.woocommerce ul.products li.product h3 {
  font-size: 17px;
  letter-spacing: -0.5px;
  line-height: 24px;
  padding: 2px 0;
  margin: 0; }

/* Main Page Product Price */
.vossen-main-shop-price {
  line-height: 17px; }

.bloggin-shop ul.products li.product .price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  display: block;
  margin: 0;
  font-weight: 500;
  font-size: 13px;
  color: rgba(84, 84, 84, 0.45); }

.woocommerce ul.products li.product .price ins {
  font-weight: 500; }

.bloggin-shop ul.products li.product .price del,
.woocommerce ul.products li.product .price del {
  font-size: 12px;
  display: inline-block;
  opacity: 1; }

.woocommerce div.product p.price del {
  opacity: .3;
  font-size: 16px; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #111; }

/* Main Page Product Category */
.vossen-main-shop-category {
  padding-right: 60px;
  line-height: 16px; }

.vossen-main-shop-category a {
  color: rgba(35, 35, 35, 0.3);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }

/* Main Page Product Ajax Add to Cart */
.bloggin-shop a.button.ajax_add_to_cart {
  background: transparent; }

.vossen-ajax-add-cart-btn {
  position: absolute;
  bottom: 0;
  right: 0; }

.vossen-ajax-add-cart-btn a,
.bloggin-shop ul.products li.product .vossen-ajax-add-cart-btn a {
  opacity: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s; }

.bloggin-shop ul.products li.product:hover .vossen-ajax-add-cart-btn a,
.vossen-ajax-add-cart-btn a.added {
  opacity: 1; }

.woocommerce .bloggin-shop ul.products li.product .button {
  margin: 5px;
  padding: 13px 20px;
  background: #fff;
  border-radius: 2px;
  font-size: 10px;
  color: #232323;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07); }

.woocommerce .bloggin-shop ul.products li.product .button.loading {
  padding-right: 34px; }

.woocommerce #respond input#submit.added:after, .woocommerce a.button.added:after, .woocommerce button.button.added:after, .woocommerce input.button.added:after {
  font-size: 10px;
  line-height: 12px;
  margin-left: 8px;
  color: #111; }

.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
  right: 15px;
  color: #232323;
  font-size: 12px;
  width: 12px; }

.woocommerce .ajax_add_to_cart.loading:before {
  opacity: 0; }

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
  opacity: .7; }

.single-product.woocommerce span.onsale {
  top: auto;
  left: 0;
  right: auto;
  margin: 20px 23px; }

/* Related Products */
.bloggin-shop .related {
  margin: 0 -15px; }

.bloggin-shop .related h2 {
  padding: 0 15px; }

.bloggin-shop .related ul.products li.product {
  width: 25%;
  margin: 0;
  padding: 0 15px; }

.shop-single-additional-info .related.products {
  padding: 0 15px; }

.shop-single-additional-info .related.products > h2 {
  text-align: center;
  margin-bottom: 30px; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  padding: 0 15px;
  width: 25%;
  margin: 0;
  margin-bottom: 20px; }

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
  margin-right: 0; }

.related.products .section-title {
  margin-bottom: 30px; }

/********* Single Product Page *********/
.single-product .content-area {
  padding-bottom: 0; }

.single-product .product_title {
  font-size: 40px; }

.shop-single-slider-container,
.shop-single-info {
  margin: 60px 0; }

.shop-single-slider-container {
  position: relative; }

.woocommerce .shop-single-slider-container span.onsale {
  margin-left: 118px; }

.shop-single-slider {
  position: relative;
  width: 82%;
  margin-bottom: 40px;
  float: right; }

.shop-single-slider-image {
  width: 100%;
  height: auto;
  counter-increment: carousel-cell; }

.shop-single-thumb-nav {
  float: left;
  width: 18%; }

.shop-single-thumb {
  position: relative !important;
  display: block;
  width: 90%;
  margin-bottom: 10px;
  opacity: .3;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s; }

@media all and (max-width: 992px) {
  .shop-single-thumb-nav {
    display: none; }
  .shop-single-slider {
    width: 100%; }
  .shop-single-slider img {
    width: 100%; }
  .vossen-lightbox a {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab; }
  .vossen-lightbox a:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing; } }

.shop-single-thumb img {
  width: 100%; }

.shop-single-thumb.is-nav-selected {
  opacity: 1; }

/* Slider Fade Animation */
@media all and (min-width: 992px) {
  .vossen-lightbox .flickity-slider {
    transform: none !important; }
  .vossen-lightbox .shop-single-slider-image {
    left: 0 !important;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s, visibility .5s; }
  .vossen-lightbox .shop-single-slider-image.is-selected {
    opacity: 1;
    visibility: visible; } }

/* Slider Dots */
.flickity-page-dots {
  bottom: -28px; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 6px;
  opacity: 1;
  background: #D6D6D6; }

.flickity-page-dots .dot.is-selected {
  background: #111; }

.flickity-page-dots .dot:first-child:nth-last-child(1) {
  opacity: 0; }

/* Shop Lighbox */
.mfp-title,
.mfp-counter {
  font-size: 14px;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.mfp-counter {
  font-size: 11px; }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .9;
  background: #000; }

.mfp-arrow {
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s; }

.mfp-arrow.mfp-arrow-left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -moz-transition: transform 0.3s, opacity .3s;
  -webkit-transition: transform 0.3s, opacity .3s;
  transition: transform 0.3s, opacity .3s;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1); }

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

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3); }

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1); }

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0; }

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0; }

@media (min-width: 1100px) {
  .mfp-container {
    padding-left: 26px;
    padding-right: 26px; }
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: -26px; } }

button.mfp-close, button.mfp-arrow {
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s; }

.mfp-arrow-right img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

.mfp-arrow:before, .mfp-arrow:after {
  opacity: 0; }

.mfp-close {
  font-size: 22px; }

.mfp-close-btn-in .mfp-close {
  color: #fff;
  font-size: 23px;
  background: transparent; }

.mfp-close-btn-in .mfp-close:hover i {
  color: #fff;
  opacity: 1; }

.mfp-figure:after {
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.9); }

.mfp-removing .mfp-figure:after {
  opacity: 0; }

button.mfp-arrow,
.woocommerce button.mfp-arrow {
  font-size: 31px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  background: transparent; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-bg {
  background: rgba(15, 16, 16, 0.9); }

/*====== anim effect ======*/
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease;
  transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1); }

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

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/*====== Move-from-top effect ======*/
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.35s ease;
  transform: translateY(-100px); }

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease; }

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0); }

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.95; }

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0; }

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0; }

/*====== Zoom-out effect ======*/
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease;
  transform: scale(1.3); }

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease; }

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1); }

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

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0; }

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0; }

/* Shop single info */
.woocommerce-review-link {
  color: rgba(84, 84, 84, 0.55); }

.shop-single-info {
  padding-top: 6px; }

@media all and (min-width: 992px) {
  .shop-single-info {
    padding-left: 30px; } }

.shop-single-cat {
  margin-top: 10px; }

.shop-single-cat,
.shop-single-cat a {
  color: rgba(35, 35, 35, 0.3); }

.shop-single-cat a {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px; }

.shop-single-price {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px; }

.shop-single-price ins {
  color: #232323; }

.woocommerce div.product p.price {
  color: #1c1c1c;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700; }

.woocommerce div.product p.price.shop-single-price {
  margin-top: 5px; }

.woocommerce .quantity {
  border: 1px solid #e7e7e7;
  padding: 6px 8px; }

.woocommerce .quantity .qty {
  width: 24px;
  padding: 5px;
  text-align: center;
  color: #000;
  font-weight: 700; }

.quantity input {
  display: inline-block; }

.quantity input.qty {
  width: 30px;
  height: 100%;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  border-width: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.quantity .minus-btn, .quantity .plus-btn {
  border: none;
  color: #999;
  background: transparent;
  vertical-align: 0 !important;
  line-height: 20px;
  border: none;
  height: 20px;
  width: 20px !important;
  padding: 5px !important;
  outline: none;
  cursor: pointer; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  position: absolute;
  right: 5px;
  margin: 0; }

.quantity .plus-btn {
  vertical-align: -1px !important; }

/* Single Details */
.woocommerce-tabs {
  text-align: center;
  margin: 40px 0; }

.woocommerce div.product .shop-single-info form.cart div.quantity {
  height: 48px;
  margin: 0 14px 0 0;
  border: 1px solid rgba(84, 84, 84, 0.1); }

.woocommerce .shop-single-info .quantity .qty {
  margin: 0;
  padding: 0 2px; }

.shop-single-additional-info {
  background: #fff;
  margin-top: -40px;
  margin-bottom: 30px; }

.shop-single-additional-info .woocommerce-tabs {
  margin: 0 0 40px 0; }

.woocommerce-tabs > div {
  text-align: left; }

.woocommerce-tabs ul.tabs li {
  display: inline-block;
  padding: 0 20px; }

.woocommerce-tabs ul.tabs li,
.woocommerce-tabs ul.tabs li.active,
.woocommerce-tabs ul.tabs:before {
  border: none;
  background: transparent; }

.woocommerce-tabs ul.tabs li:after, .woocommerce-tabs ul.tabs li:before {
  border: none;
  box-shadow: none; }

.woocommerce-tabs ul.tabs li.active {
  border-bottom: 2px solid #111; }

.woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 14px 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #111;
  text-decoration: none;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s; }

.woocommerce-Tabs-panel {
  padding: 40px 15px;
  display: block;
  max-width: 800px;
  margin: 0 auto;
  float: none; }

.woocommerce-tabs ul.tabs li.active {
  border-color: #e0e0e0; }

.woocommerce table.shop_attributes,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border: none; }

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
  background: transparent; }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #c7c7c7; }

/* Product Meta */
.product_meta {
  border-top: 1px solid #eceeef;
  border-bottom: 1px solid #eceeef;
  padding: 26px 0; }

.product_meta > span {
  display: block; }

.product_meta span,
.product_meta a {
  line-height: 22px;
  font-size: 12px;
  color: #888;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px; }

.shop-single-meta-name {
  display: inline-block;
  min-width: 100px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11.1px;
  letter-spacing: .4px;
  margin-left: 10px;
  color: #333; }

.woocommerce div.product .stock {
  font-weight: bold;
  color: #232323;
  margin: 0; }

.product_meta > span span:last-child {
  margin-left: 3px; }

/* Product Share */
.vs-product-share {
  display: inline-block;
  text-align: center;
  margin: 20px auto;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px; }

.vs-product-share i {
  font-size: 13px; }

.vs-product-share > a {
  padding: 0 5px;
  color: #232323; }

/* Cart */
.woocommerce-cart-form {
  float: left;
  width: 66.66667%;
  margin: 60px 0; }

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  float: right;
  width: 33.33333%;
  padding-left: 30px;
  margin: 60px 0; }

@media all and (max-width: 1100px) {
  .woocommerce-cart-form {
    float: left;
    width: 100%; }
  .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    float: left;
    padding: 0;
    margin: 0 auto 60px auto;
    width: 100%; }
  .woocommerce table.shop_table {
    margin-bottom: 50px; } }

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
  width: 100px; }

@media all and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    display: none; }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: table-cell; }
  .woocommerce-cart-form {
    float: none;
    width: 100%;
    margin: 0 auto; }
  .woocommerce-page table.cart td.actions {
    width: 100%;
    display: block; }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: transparent; }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center !important;
    padding: 7px; }
  .woocommerce table.shop_table td.product-subtotal {
    padding: 7px !important; }
  .woocommerce a.remove {
    margin-top: 20px; }
  .cart_totals h4.cart-collateral-title {
    text-align: center; }
  .woocommerce-cart .woocommerce > form table.shop_table tbody tr td.actions .coupon {
    width: 100%; }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px;
    min-width: 182px; }
  .woocommerce-page table.cart td.actions .coupon .input-text + .button {
    float: none;
    width: auto;
    margin: 0 auto; } }

.woocommerce-cart table.shop_table td.product-name {
  padding-left: 20px;
  text-align: left; }

.woocommerce-message {
  border: none; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 0 !important;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  border: none; }

.woocommerce-message a,
.woocommerce-info a {
  color: #333; }

.woocommerce-message:before,
.woocommerce-info:before {
  content: ''; }

.woocommerce-checkout .woocommerce .woocommerce-info {
  text-align: left;
  margin: 0; }

.single-product .woocommerce-message .button {
  margin-top: -15px; }

.bloggin-shop .woocommerce-message {
  margin-top: 27px; }

.bloggin-shop .woocommerce-message a {
  margin-top: -12px; }

.woocommerce th,
.woocommerce td {
  border: none; }

.woocommerce table.shop_table {
  border-radius: 0px;
  border: none;
  border-collapse: collapse; }

.woocommerce table.shop_table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit; }

.woocommerce table.shop_table,
.woocommerce table.shop_table td {
  border: none; }

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  border: none;
  padding-top: 8px; }

.woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item, .woocommerce-cart .woocommerce-page table.shop_table tr.cart_item {
  border-bottom-color: transparent; }

.woocommerce .cart-collaterals .cart_totals .order-total td, .woocommerce .cart-collaterals .cart_totals .order-total th, .woocommerce-page .cart-collaterals .cart_totals .order-total td, .woocommerce-page .cart-collaterals .cart_totals .order-total th, .woocommerce .cart-collaterals .cart_totals h2, .woocommerce .cart-collaterals .cross-sells h2, .woocommerce-page .cart-collaterals .cart_totals h2, .woocommerce-cart .woocommerce table.shop_table.cart tr:not(:nth-last-child(-n+2)) {
  border-bottom-color: rgba(84, 84, 84, 0.05); }

.woocommerce-cart .woocommerce table.shop_table.cart tr:not(:nth-last-child(-n+2)) {
  border-bottom: 1px dashed #e7e7e7; }

.woocommerce-cart .woocommerce form thead {
  display: none; }

.woocommerce-checkout-review-order-table tfoot .shipping th {
  width: 100px; }

/*
.cart_totals .shop_table tbody {
	display: block;
}

.cart_totals .shop_table tbody .shipping {
	display: block;
}
*/
.cart_totals .shop_table tbody .shipping th {
  padding-left: 0;
  border: none;
  padding-top: 3px;
  font-size: 13px; }

.cart_totals .shop_table tbody .shipping td {
  width: 100% !important;
  display: block;
  text-align: left !important;
  border: none !important;
  padding: 0 !important; }

.woocommerce table.shop_table th {
  padding: 24px 12px;
  font-weight: bold;
  color: #000;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px; }

.woocommerce a.remove,
.woocommerce a.remove:hover {
  font-size: 22px;
  color: #b5b6b7 !important;
  background: transparent; }

.woocommerce table.shop_table td.product-remove {
  padding: 0 20px 0 5px;
  width: 40px; }

.woocommerce table.shop_table td.product-thumbnail {
  padding: 20px 0;
  width: 86px; }

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 86px; }

.woocommerce table.shop_table td.product-name a {
  font-weight: 500;
  font-size: 16px;
  color: #000; }

.woocommerce table.shop_table th.product-subtotal {
  text-align: center;
  padding-right: 30px; }

.woocommerce table.shop_table td.product-quantity {
  width: 115px; }

.woocommerce table.shop_table tr.shipping td {
  padding: 10px 0 20px 0;
  border: none;
  max-width: 180px; }

/* Cart Coupon */
.woocommerce-cart .woocommerce > form table.shop_table tbody tr td.actions .coupon {
  position: relative;
  float: left;
  padding: 25px;
  border: 1px dashed #e7e7e7;
  border-radius: 4px;
  margin-top: 20px; }

.woocommerce-cart .woocommerce > form table.shop_table tbody tr td.actions .coupon + .button {
  letter-spacing: 1px;
  float: left;
  box-shadow: none;
  color: #363535;
  background: transparent;
  border: none;
  padding: 0 30px;
  margin-top: 54px;
  min-width: 100px;
  line-height: 20px; }

.woocommerce-page table.cart td.actions {
  padding: 20px; }

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  display: inline-block;
  min-width: 275px;
  font-size: 13px;
  line-height: 30px;
  padding: 7px 20px;
  border-radius: 2px;
  margin-right: 18px;
  border: 1px solid #eceeef;
  background: transparent; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  background-color: rgba(84, 84, 84, 0.05);
  border-radius: 4px; }

/* Cart Collaterals */
.cart_totals h4.cart-collateral-title {
  border-bottom: 1px solid rgba(84, 84, 84, 0.05);
  padding-bottom: 10px;
  font-size: 20px;
  margin: 0; }

.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
  padding-left: 0; }

/* Buttons */
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce .button,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit {
  display: inline-block;
  width: auto;
  font-size: 11.1px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 17px 36px 17px 36px;
  background: #000;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  transition: background .3s; }

.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce .button:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover {
  color: #fff; }

/* Coupon Btn */
/* Shipping Calculator */
.woocommerce-shipping-calculator p {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px; }

/* Checkout Btn */
.woocommerce-cart .wc-proceed-to-checkout {
  margin-bottom: 0; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  padding: 20px; }

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  padding: 35px 40px 30px;
  background: rgba(84, 84, 84, 0.05);
  width: 100%; }

.woocommerce ul#shipping_method li {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(84, 84, 84, 0.7);
  padding: 0 0 0 16px; }

@media (min-width: 1100px) and (max-width: 1280px) {
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    padding: 35px 30px 30px; } }

.woocommerce .cart input.button[name="update_cart"] {
  background: #333;
  color: #fff;
  font-size: 11px;
  margin: 0; }

.woocommerce .cart_totals table.shop_table tbody tr td {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  width: 130px;
  color: #444;
  padding: 20px; }

.woocommerce table.shop_table tbody tr.cart-subtotal td {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.57); }

.woocommerce table.shop_table tbody tr.order-total td {
  font-size: 16px;
  padding-left: 0; }

.woocommerce-cart .cart-collaterals:before,
.woocommerce-cart .cart-collaterals:after,
.custom_border:before, .custom_border:after,
.woocommerce-order-pay #order_review:before,
.woocommerce-order-pay #order_review:after {
  background-image: radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%); }

.woocommerce-cart .cart-collaterals:before, .woocommerce-cart .cart-collaterals:after {
  content: '';
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  -webkit-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px; }

.woocommerce-cart .cart-collaterals:after {
  bottom: 0px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  position: relative; }

/* Empty Cart */
.vs-empty-cart-container {
  text-align: center;
  margin-bottom: 55px; }

.vs-empty-cart-container .cart-empty {
  margin: 30px 0 50px; }

/* Checkout */
.woocommerce-checkout .content-area.content-fullwidth {
  /*max-width: 900px;*/
  /*margin: 0 auto;*/
  margin-bottom: 30px;
  /*float: none;*/ }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: 100%;
  width: 100%;
  padding: 0; }
  .woocommerce .col2-set .col-1 h3, .woocommerce-page .col2-set .col-1 h3,
  .woocommerce .col2-set .col-2 h3, .woocommerce-page .col2-set .col-2 h3 {
    margin-bottom: 20px; }

.woocommerce-checkout .elementor-198 .elementor-element.elementor-element-ciptgpx > .elementor-container {
  max-width: 100%; }

@media (min-width: 1025px) {
  .col2-set, .col1-set {
    width: 65% !important;
    float: left;
    padding-right: 40px;
    margin-top: 10px; }
  #order_review {
    width: 35%;
    float: right; } }

.col2-set {
  margin: 60px 0; }

#order_review {
  margin: 60px 0; }

#order_review_heading {
  display: none; }

.vs-checkout-form-title {
  margin-bottom: 10px;
  padding: 10px 7px; }

.vs-form-left,
.form-row-first {
  width: 50% !important;
  float: left; }

.vs-form-right,
.form-row-last {
  width: 50% !important;
  float: right; }

.vs-form-left-big {
  width: 70%;
  float: left; }

.vs-form-right-sm {
  width: 30%;
  float: right; }

.woocommerce form .form-row#billing_country_field label {
  display: none; }

.select2-drop-active,
.select2-container .select2-choice {
  border: 1px solid #eceeef;
  border-radius: 2px;
  padding: 10px 15px; }

input[type=checkbox],
input[type=radio] {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 100px;
  border-color: #eceeef; }

.woocommerce form .form-row .input-checkbox {
  margin: 0 3px 0 0; }

#order_comments_field label {
  display: none; }

.woocommerce form .form-row textarea {
  height: 80px; }

.woocommerce table.shop_table td {
  padding: 16px 25px;
  padding-left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  vertical-align: middle; }

.woocommerce table.shop_table th {
  padding: 20px 25px;
  padding-bottom: 5px;
  padding-left: 0;
  line-height: 24px; }

.order-total td {
  text-align: right; }

#order_review_heading {
  padding: 10px 0; }

.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #eceeef;
  border-radius: 2px; }

.select2-container .select2-selection--single {
  height: 48px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #696969;
  line-height: 48px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  width: 42px;
  top: 0; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-radius: 2px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 17px; }

.woocommerce-additional-fields {
  margin: 20px 0; }

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #eceeef; }

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #eceeef;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent; }

.woocommerce-checkout .woocommerce-checkout-review-order {
  background: rgba(84, 84, 84, 0.05);
  padding: 20px 40px;
  position: relative; }

.woocommerce-checkout .woocommerce-checkout-review-order:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  -webkit-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px;
  background-image: -webkit-radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
  background-image: -moz-radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
  background-image: -o-radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
  background-image: radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%); }

.woocommerce-checkout .woocommerce-checkout-review-order:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  -webkit-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px;
  background-image: -webkit-radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
  background-image: -moz-radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
  background-image: -o-radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
  background-image: radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%); }

/* Login */
.woocommerce form.login,
.woocommerce form.checkout_coupon {
  border-radius: 0px;
  border-color: #eceeef; }

.woocommerce .create-account p {
  padding: 0 7px; }

.woocommerce .login .vs-checkout-login-btn {
  padding: 0px; }

.woocommerce .login input.button {
  margin-right: 10px; }

.woocommerce .login .lost_password {
  margin: 0; }

.woocommerce form.checkout_coupon p {
  margin-top: 14px; }

/* Error */
.woocommerce-error li {
  padding: 5px 0;
  color: #f7004c;
  font-weight: 300; }

.woocommerce-error:before {
  content: '';
  display: none; }

/* Payment */
.woocommerce-cart .amount,
.woocommerce-checkout .amount {
  font-size: 13px;
  font-weight: bold;
  width: 130px;
  color: #111; }

.woocommerce-checkout .amount {
  font-size: 14px; }

.woocommerce-checkout .cart-subtotal .amount {
  font-size: 18px; }

.woocommerce-checkout .order-total .amount {
  font-size: 24px; }

.woocommerce table.shop_table .order-total th,
.woocommerce table.shop_table .cart-subtotal th {
  font-size: 13px;
  padding-left: 0; }

.woocommerce table.shop_table th.product-total,
.woocommerce table.shop_table td.product-subtotal,
.woocommerce table.shop_table td.product-total,
.cart-subtotal td {
  font-size: 14px;
  text-align: right;
  width: 130px;
  padding-right: 30px; }

.woocommerce-cart table.shop_table th.product-total .amount,
.woocommerce-cart table.shop_table td.product-subtotal .amount,
.woocommerce-cart table.shop_table .cart-subtotal td .amount {
  font-size: 15px;
  color: #000; }

.woocommerce-cart table.shop_table .order-total td .amount {
  font-size: 24px;
  color: #000; }

.woocommerce-cart .product-price .amount {
  color: #999; }

.woocommerce-checkout .product-total .amount,
.woocommerce-checkout .product-name {
  color: rgba(0, 0, 0, 0.5); }

.woocommerce-checkout #payment {
  background: transparent; }

.woocommerce-checkout #payment ul.payment_methods {
  border: none; }

.woocommerce-checkout #payment ul.payment_methods li {
  font-size: 14px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.5); }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  width: 100%;
  float: none;
  padding: 20px; }

/* Login */
.woocommerce-account .woocommerce {
  text-align: center; }

.woocommerce-account .woocommerce form {
  max-width: 420px;
  width: 100%;
  border: none;
  padding: 0;
  margin: 10px auto 60px auto; }

.woocommerce-account .woocommerce .woocommerce-LostPassword {
  text-align: right;
  padding: 0 7px; }

.woocommerce-account .woocommerce .woocommerce-LostPassword a {
  font-size: 12px;
  color: #969696; }

/* My Account */
/* Login / Register */
.account-tab-list {
  margin-top: 30px;
  list-style: none;
  padding: 0; }

.account-tab-list > li {
  display: inline-block; }

.account-tab-list > li.sep {
  margin: 0 16px;
  opacity: .3; }

.account-tab-link h1 {
  opacity: .3;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.account-tab-link.current h1 {
  opacity: 1; }

.woocommerce .account-forms form .form-row label {
  text-align: left;
  margin-bottom: 2px; }

.woocommerce .account-forms form .form-footer {
  text-align: left; }

.lost-pass-link {
  float: right;
  margin-top: 2px; }

.woocommerce .account-forms input.button {
  width: 100%;
  padding: 20px 20px;
  font-size: 12.1px; }

.register-form {
  display: none; }

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  max-width: 240px;
  text-align: left;
  margin: 60px 0; }

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  color: #232323;
  font-size: 12.1px;
  width: 100%;
  padding: 14px 20px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700; }

.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #f3f3f3;
  padding-top: 16px;
  padding-bottom: 16px; }

.woocommerce-MyAccount-content {
  text-align: left;
  margin: 60px 0; }

.woocommerce-Address-title {
  background: transparent; }

.woocommerce-Address-title .edit {
  font-size: 14px; }

.woocommerce-MyAccount-content form.woocommerce-EditAccountForm {
  max-width: 100%;
  margin: 0; }

.woocommerce-MyAccount-content form.woocommerce-EditAccountForm legend {
  display: none; }

.woocommerce-MyAccount-content form.woocommerce-EditAccountForm .button {
  margin: 20px 7px; }

/* Success Page */
.woocommerce p.woocommerce-thankyou-order-received,
.woocommerce-thankyou-order-received {
  font-size: 30px;
  background: #f2f2f3;
  letter-spacing: -1px;
  border-radius: 57px;
  color: #000;
  padding: 26px;
  text-align: center;
  font-weight: bold;
  margin: 20px; }

/* Variable Product */
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  display: block; }

.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product form.cart .reset_variations {
  padding-right: 1em;
  text-align: left;
  background: none;
  color: rgba(84, 84, 84, 0.55);
  padding-top: 6px;
  font-size: 12px;
  text-transform: uppercase; }

.woocommerce div.product form.cart .reset_variations {
  font-size: 11.1px;
  font-weight: 700;
  color: rgba(84, 84, 84, 0.55);
  line-height: 32px; }

.woocommerce .star-rating span {
  color: #fec42d; }

/* Cart Cross Sells */
.woocommerce-cart .cross-sells {
  display: none; }

/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
.woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb span {
  font-family: 'sekundar', sans-serif; }

/*--------------------------------------------------------------
## Product
--------------------------------------------------------------*/
.single-product div.product {
  margin: 20px 0; }
  .single-product div.product .woocommerce-breadcrumb {
    margin-top: 20px; }
  .single-product div.product .product_title {
    margin-bottom: 10px; }

.woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb span {
  line-height: 24px;
  font-size: 12.1px;
  color: #888;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px; }

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb span:last-child {
  font-size: 0; }

.woocommerce .woocommerce-breadcrumb a:last-child {
  font-size: 12.1px;
  margin-left: -5px; }

.woocommerce-product-details__short-description {
  margin: 30px 0 50px 0; }

/* Quantity */
.woocommerce div.product form.cart div.quantity {
  height: 48px;
  margin: 0 14px 0 0;
  border: 1px solid #eceeef; }

.woocommerce .quantity {
  border: 1px solid #e7e7e7;
  padding: 6px 8px;
  line-height: 34px; }

.woocommerce .quantity .qty {
  width: 24px;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 14px; }

.quantity input {
  display: inline-block; }

.quantity input.qty {
  width: 30px;
  height: 100%;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  border-width: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

input[type='number'] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.woocommerce #quantity input::-webkit-outer-spin-button,
.woocommerce #quantity input::-webkit-inner-spin-button,
.woocommerce #content .quantity input::-webkit-outer-spin-button,
.woocommerce #content .quantity input::-webkit-inner-spin-button, .woocommerce-page #quantity input::-webkit-outer-spin-button,
.woocommerce-page #quantity input::-webkit-inner-spin-button,
.woocommerce-page #content .quantity input::-webkit-outer-spin-button,
.woocommerce-page #content .quantity input::-webkit-inner-spin-button {
  display: none; }

.woocommerce .quantity, .woocommerce-page .quantity {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 84px;
  overflow: hidden;
  zoom: 1;
  display: inline-block;
  /* Hide buttons for opera */ }

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
  -moz-appearance: textfield;
  /* Hide buttons for Firefox 29 and later */ }

.woocommerce .quantity noindex:-o-prefocus,
.woocommerce .quantity input[type=number],
.woocommerce-page .quantity noindex:-o-prefocus,
.woocommerce-page .quantity input[type=number] {
  padding-right: 20px; }

.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
  display: block;
  height: 100%;
  width: 28px;
  top: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  color: #bbb;
  background-color: transparent !important;
  text-shadow: none;
  line-height: 1;
  background-image: none; }

.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover {
  background-color: #dad8da; }

.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus {
  right: 0;
  padding-top: 1px; }

.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus {
  left: 0;
  padding-bottom: 3px; }

/* Tabs */
.woocommerce div.product .woocommerce-tabs {
  padding-top: 20px; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 5px; }

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  content: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  content: none;
  border: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0 15px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
  margin-left: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 2px solid #ddd; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border: none;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: rgba(85, 85, 85, 0.55);
  padding: 12px 0;
  letter-spacing: 1px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #000; }

.woocommerce div.product .woocommerce-tabs .panel > h2 {
  display: none; }

/* Tabs Panel */
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 auto; }

/* Tabs table */
.woocommerce table.shop_attributes,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border: none; }

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
  background: none; }

table tr th {
  color: #545454; }

.woocommerce table.shop_attributes td {
  color: rgba(85, 85, 85, 0.55); }

/* Message */
.woocommerce-message {
  background: transparent;
  margin-bottom: 60px;
  color: #888;
  position: relative; }

.woocommerce .woocommerce-message .button {
  padding: 16px 20px;
  background: #000; }

.woocommerce-message::before {
  display: none; }

/* Reviews */
.woocommerce-Reviews #comments {
  margin-bottom: 40px; }

.woocommerce-Reviews .comment-reply-title {
  font-size: 18px; }

.woocommerce-Reviews form {
  margin-top: 10px; }

.woocommerce ul.products li.product .button.add_to_cart_button {
  color: rgba(84, 84, 84, 0.45); }

.tax-product_cat .page-header {
  padding: 120px 0 0; }

p.cart-empty {
  margin-top: 100px;
  margin-bottom: 40px;
  text-align: center;
  color: #000;
  font-size: 30px;
  font-weight: 500; }

p.cart-empty:before {
  content: '';
  background: url(assets/img/vs-empty-cart.png) no-repeat;
  background-size: contain;
  margin: 40px auto;
  display: block;
  width: 150px;
  height: 150px; }

p.return-to-shop {
  text-align: center;
  margin-bottom: 100px; }

/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
/*
.woocommerce-tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li.active a
{
	color: #000;
}
.btn,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce .button,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
input.btn,
.label,
.wpcf7-submit,
.mc4wp-form input[type="submit"],
.widget_wysija input[type="submit"]
{
	background: #000;
}

.featured-post-content .btn
{
	background: #000;
}


a:hover,

a:hover i,


.nav-search .searchform button:hover:before,
.post-bottom .post-share-links a:hover,
.nav-btn-list li:hover i,
.nav-btn-list a:hover i,
.footer-widgets .widget-social a:hover,
.post-pagination a:hover span
{
	color: #000;
}
.btn:hover,
input.btn:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce .button:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.wpcf7-submit:hover,
.mc4wp-form input[type="submit"]:hover,
.widget_wysija input[type="submit"]:hover,
footer .scroll-top:hover i
{
	background: #3a3c3c;
}



.text-light, .text-light * {
	color: #888;
}
*/
/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

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

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