@charset "UTF-8";

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  outline: 0 none;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: background-color, box-shadow, border, color, opacity, transform;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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 none;
  height: auto;
  max-width: 100%;
}

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

figure {
  margin: 1em 40px;
}

hr {
  border-style: solid;
  border-width: 0 0 1px;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
}

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

button,
input,
optgroup,
select,
textarea {
  border: medium none;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0 none;
  text-transform: none;
  vertical-align: top;
}

select[multiple=multiple] {
  height: auto;
}

textarea {
  height: 120px;
  overflow: auto;
  resize: vertical;
}

button {
  overflow: visible;
}

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

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

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

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0 none;
  padding: 0;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
}

td,
th {
  border-bottom: 1px solid;
  padding: 0.6em 1em;
}

dl,
ul,
ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}

audio,
video,
iframe,
object,
embed {
  border: medium none;
  max-width: 100%;
}

*::-moz-selection {
  background-color: rgba(0, 0, 0, 0.66);
  color: #fff;
}

*::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  line-height: 1.4;
  margin: 0 0 1.5rem;
  padding-top: 1rem;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h5,
h4 + h6,
h5 + h6 {
  padding-top: 0;
}

p,
address,
pre,
table,
fieldset {
  margin: 0 0 1.5rem;
}

ul {
  list-style-type: disc;
  margin: 0 0 1.5rem 2.5rem;
}

ol {
  list-style-type: decimal;
  margin: 0 0 1.5rem 2.5rem;
}

ul li,
ol li {
  margin: 0 0 0.5rem;
}

ul > li ul,
ul > li ol,
ol > li ul,
ol > li ol {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

blockquote {
  border-left: 5px solid;
  font-style: italic;
  margin: 0 0 1.5rem;
  padding: 0 0 0 32px;
}

.help-block {
  opacity: 0.7;
  font-size: 0.9em;
  line-height: 1.2em;
  margin-top: 10px;
  clear: both;
}

label.requiredA::after {
    content: "* Required if living in an apartment *";
    margin-left: 8px;
    font-size: 10px;
    font-weight: bold;
    color: red;
}

label.requiredB::after {
    content: "* Required if you are living in an apartment with separate apartment numbers *";
    margin-left: 8px;
    font-size: 10px;
    font-weight: bold;
    color: red;
}

label.cannotEdit::after {
    content: "* Cannot Edit *";
    margin-left: 8px;
    font-size: 10px;
    font-weight: bold;
    color: red;
}

blockquote q,
blockquote p {
  font: inherit;
  margin: 0;
}

blockquote cite {
  display: block;
  font-size: 80%;
}

pre {
  background-color: #faf6e1;
  color: #333;
  display: block;
  font-family: Consolas, Lucida Console, monospace;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 15px;
  width: 100%;
}

code {
  background-color: #faf6e1;
  color: #333;
  display: inline-block;
  font-family: Consolas, Lucida Console, monospace;
  padding: 0 5px;
  vertical-align: top;
}

pre code {
  display: block;
  overflow-wrap: normal;
  padding: 0;
}

p:last-child,
ul:last-child,
ol:last-child,
pre:last-child,
table:last-child,
address:last-child,
fieldset:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

.w-gallery + p {
  margin-top: 1.5rem;
}

.l-section.color_primary h1,
.l-section.color_primary h2,
.l-section.color_primary h3,
.l-section.color_primary h4,
.l-section.color_primary h5,
.l-section.color_primary h6,
.l-section.color_secondary h1,
.l-section.color_secondary h2,
.l-section.color_secondary h3,
.l-section.color_secondary h4,
.l-section.color_secondary h5,
.l-section.color_secondary h6,
.l-section[style~="color:"] h1,
.l-section[style~="color:"] h2,
.l-section[style~="color:"] h3,
.l-section[style~="color:"] h4,
.l-section[style~="color:"] h5,
.l-section[style~="color:"] h6,
.g-cols > .color_custom h1,
.g-cols > .color_custom h2,
.g-cols > .color_custom h3,
.g-cols > .color_custom h4,
.g-cols > .color_custom h5,
.g-cols > .color_custom h6 {
  color: inherit;
}

.hidden {
  display: none !important;
}

.i-cf::before,
.i-cf::after {
  content: " ";
  display: table;
}

.i-cf::after {
  clear: both;
}

.l-content .thin {
  font-weight: 300;
}

.l-content .bold {
  font-weight: 700;
}

.l-content .align_left {
  text-align: left;
}

.l-content .align_right {
  text-align: right;
}

.l-content .align_center {
  text-align: center;
}

.l-content .align_justify {
  text-align: justify;
}

.highlight_primary_bg,
.highlight_secondary_bg,
.highlight_faded_bg,
.highlight_dark_bg,
.highlight_light_bg {
  color: #fff;
  display: inline-block;
  padding: 0 0.3em;
}

.highlight_dark_bg {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.highlight_light_bg {
  background-color: rgba(255, 255, 255, 0.5);
  color: #111;
}

.highlight_white {
  color: #fff;
}

.highlight_black {
  color: #000;
}

.header_hor .l-subheader-h {
  -moz-box-align: center;
  display: -webkit-box;
}

.l-subheader-cell {
  -moz-box-align: center;
  -moz-box-flex: 1;
  display: -webkit-box;
}

.l-subheader-cell.at_left {
  -moz-box-pack: start;
}

.l-subheader-cell.at_center {
  -moz-box-pack: center;
}

.l-subheader-cell.at_right {
  -moz-box-pack: end;
}

.header_ver .l-subheader-cell {
}

.w-hwrapper {
  -moz-box-align: center;
  display: -webkit-box;
}

.w-vwrapper {
  display: -webkit-box;
}

.w-vwrapper.align_center {
  -moz-box-align: center;
}

.w-vwrapper.align_left {
  -moz-box-align: start;
}

.w-vwrapper.align_right {
  -moz-box-align: end;
}

.header_hor .l-header {
  position: relative;
  width: 100%;
  z-index: 2;
}

.header_hor .l-subheader {
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.header_hor .l-subheader.width_full {
  padding-left: 25px;
  padding-right: 25px;
}

.header_hor .l-subheader-h {
  align-items: center;
  display: flex;
  height: inherit;
  margin: 0 auto;
  position: relative;
}

.l-subheader-cell {
  align-items: center;
  display: flex;
  flex-grow: 1;
}

.l-subheader-cell:empty {
  display: none;
}

.l-subheader-cell.at_left {
  justify-content: flex-start;
}

.l-subheader-cell.at_left > * {
  margin-right: 20px;
}

.l-subheader-cell.at_center {
  justify-content: center;
}

.l-subheader-cell.at_center > * {
  margin-left: 10px;
  margin-right: 10px;
}

.l-subheader-cell.at_right {
  justify-content: flex-end;
}

.l-subheader-cell.at_right > * {
  margin-left: 20px;
}

.header_hor .l-header.pos_fixed {
  left: 0;
  position: fixed;
  z-index: 111;
}

.header_hor .l-header.pos_fixed:not(.notransition) .l-subheader {
  transition-duration: 0.3s;
  transition-property: transform, background-color, box-shadow, line-height, height;
}

.header_hor .l-header.bg_transparent:not(.sticky) .l-subheader {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.header_hor .l-header.bg_transparent:not(.sticky) .w-nav.type_desktop .w-nav-list.level_1 > .menu-item > a {
  background-color: transparent;
}

.header_hor .l-header.bg_transparent ~ .l-main .l-section.height_auto:first-child {
  padding-top: 0 !important;
}

.header_hor .l-header.pos_static.bg_transparent {
  position: absolute;
}

.header_hor .l-header.pos_fixed.show_onscroll {
  overflow: hidden;
  transform: translate3d(0px, -100%, 0px);
  transition: transform 0.3s ease 0s;
}

.header_hor .l-header.pos_fixed.show_onscroll.sticky {
  overflow: visible;
  transform: translate3d(0px, 0px, 0px);
}

.l-header.pos_fixed.show_onscroll ~ .l-titlebar,
.l-header.pos_fixed.show_onscroll ~ .l-main,
.l-header.pos_fixed.show_onscroll ~ .l-main .l-section:first-child {
  padding-top: 0 !important;
}

.header_hor .l-subheader.width_full .l-subheader-h {
  max-width: none !important;
}

.header_ver .l-header {
  left: 0;
  min-height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  z-index: 111;
}

html:not(.no-touch) .header_ver.state_default .l-header {
  position: absolute;
}

.no-touch .header_ver .l-header:not(.scrollable) {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.header_ver .l-subheader {
  flex-shrink: 0;
}

.header_ver .l-subheader.at_middle {
  flex-grow: 10;
}

.header_ver .l-subheader-cell {
  flex-direction: column;
}

.header_ver .l-subheader-cell > * {
  margin-left: 20px;
  max-width: 100%;
}

.header_ver .l-subheader.at_top .l-subheader-cell > *,
.header_ver .l-subheader.at_bottom .l-subheader-cell > * {
  margin-bottom: 10px;
}

.header_ver .l-subheader.at_top .l-subheader-cell > *:first-child,
.header_ver .l-subheader.at_bottom .l-subheader-cell > *:first-child {
  margin-top: 10px;
}

.header_ver .l-subheader.at_middle .l-subheader-cell > * {
  margin-bottom: 20px;
}

.header_ver .l-subheader.at_middle .l-subheader-cell > *:first-child {
  margin-top: 20px;
}

.header_ver .l-header.align_left {
  text-align: left;
}

.header_ver .l-header.align_left .l-subheader-cell {
  align-items: flex-start;
}

.header_ver .l-header.align_right {
  text-align: right;
}

.header_ver .l-header.align_right .l-subheader-cell {
  align-items: flex-end;
}

.l-header.sticky .hide-for-sticky {
  display: none !important;
}

.w-vwrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  margin-top: 10px;
}

.w-vwrapper.align_center {
  align-items: center;
}

.w-vwrapper.align_left {
  align-items: flex-start;
}

.w-vwrapper.align_right {
  align-items: flex-end;
}

.w-vwrapper > * {
  margin-bottom: 10px;
}

.w-vwrapper > *:last-child {
  margin-bottom: 0;
}

.w-hwrapper {
  align-items: center;
  display: flex;
}

.w-hwrapper.align_center {
  align-self: center;
}

.w-hwrapper.align_center > * {
  margin-left: 10px;
  margin-right: 10px;
}

.w-hwrapper.align_left {
  align-self: flex-start;
}

.w-hwrapper.align_left > * {
  margin-right: 20px;
}

.w-hwrapper.align_left > *:last-child {
  margin-right: 0;
}

.w-hwrapper.align_right {
  align-self: flex-end;
}

.w-hwrapper.align_right > * {
  margin-left: 20px;
}

.w-hwrapper.align_right > *:first-child {
  margin-left: 0;
}

.w-html {
  line-height: 1.5;
}

.w-text-h {
  line-height: 1.5;
}

.w-text a {
  color: inherit;
}

.w-text i {
  opacity: 0.5;
}

.w-text i,
.w-text-value {
  transition: color 0.3s ease 0s;
}

i + .w-text-value {
  margin-left: 0.6em;
}

.w-text-value:empty {
  display: none;
}

.w-img {
  transition: height 0.3s ease 0s;
}

.w-img-h {
  display: block;
  height: inherit;
  overflow: hidden;
}

.w-img img {
  display: block;
  height: inherit;
  width: auto;
}

.header_ver .w-img img.for_transparent,
.w-img.with_transparent img.for_transparent,
.l-header.bg_transparent:not(.sticky) .w-img.with_transparent img.for_default {
  display: none;
}

.l-header.bg_transparent:not(.sticky) .w-img.with_transparent img.for_transparent {
  display: block;
}

.l-header .w-socials {
  line-height: 2em;
}

.header_hor .l-header .w-socials-list {
  white-space: nowrap;
}

.l-header .w-socials-item-link {
  line-height: 2em;
  width: 2em;
}

.l-header .w-socials-item-popup {
  display: none !important;
}

.w-dropdown-h {
  line-height: 2;
  position: relative;
  text-align: left;
}

.w-dropdown.active .w-dropdown-h {
  z-index: 2;
}

.w-dropdown-item {
  color: inherit;
  display: block;
  padding: 0 2.2em 0 1em;
  white-space: nowrap;
}

.w-dropdown-item-icon,
.w-dropdown-item-title {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

.w-dropdown-item-icon {
  margin-right: 0.5em;
}

.w-dropdown-item-icon img {
  vertical-align: middle;
}

.w-dropdown-list {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  height: 0;
  min-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 0.4em;
  padding-top: 2.4em;
  position: absolute;
  top: -0.4em;
}

.header_ver .l-subheader.at_middle .w-dropdown-list,
.header_ver .l-subheader.at_bottom .w-dropdown-list {
  bottom: -0.4em;
  padding-bottom: 2.4em;
  padding-top: 0.4em;
  top: auto;
}

.w-dropdown-list .w-dropdown-item {
  padding-right: 1em;
}

.w-dropdown-current {
  cursor: pointer;
  position: relative;
}

.w-dropdown-current .w-dropdown-item::after {
  content: "\F107";
  cursor: pointer;
  display: block;
  font-family: fontawesome;
  font-size: 1.4em;
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  right: 0.6em;
  top: 50%;
}

.w-dropdown.source_qtranslate .w-dropdown-item-title {
  background-position: 0 50%;
  padding-left: 25px;
}

.l-header .w-btn {
  display: block;
  margin: 0;
}

.header_hor .l-header .w-menu-list {
  line-height: 2;
  white-space: nowrap;
}

.w-menu-item {
  border: medium none !important;
  color: inherit;
}

.header_ver .l-header .w-menu-item {
  display: block;
}

.l-subheader-cell .w-nav {
  margin-left: 0;
  margin-right: 0;
}

.w-nav-control {
  color: inherit;
  display: none;
}

.w-nav-list {
  list-style: outside none none;
  margin: 0;
}

.w-nav-list:not(.level_1) {
  display: none;
}

.w-nav.type_desktop .w-nav-list.level_2 {
  min-width: 200px;
  position: absolute;
  text-align: left;
  z-index: 10;
}

.w-nav.type_desktop .w-nav-list.level_3 {
  left: 100%;
  min-width: 200px;
  position: absolute;
  top: 0;
  z-index: 11;
}

.w-nav.type_desktop .w-nav-list.level_4 {
  left: 100%;
  min-width: 200px;
  position: absolute;
  top: 0;
  z-index: 12;
}

.w-nav-item {
  display: block;
  margin: 0;
  position: relative;
}

.w-nav-anchor {
  color: inherit;
  display: block;
  overflow: hidden;
  position: relative;
}

.w-nav.type_desktop .w-nav-anchor.level_1 {
  z-index: 1;
}

.w-nav.type_desktop .w-nav-anchor:not(.level_1) {
  line-height: 20px;
  padding: 10px 20px;
  transition: color 0.1s ease 0s, background-color 0.1s ease 0s;
  white-space: nowrap;
}

.w-nav-title i {
  width: 20px;
}

.w-nav-arrow {
  display: none;
  font-weight: normal;
  line-height: inherit;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 20px;
}

.w-nav-item.menu-item-has-children > .w-nav-anchor:not(.level_1) .w-nav-title {
  padding-right: 20px;
}

.w-nav-item.menu-item-has-children > .w-nav-anchor:not(.level_1) .w-nav-arrow {
  display: block;
  line-height: 40px;
  width: 30px;
}

.header_hor .w-nav.type_desktop > .w-nav-list {
  font-size: 0;
  white-space: nowrap;
}

.header_hor .w-nav.type_desktop > .w-nav-list > .menu-item {
  display: inline-block;
  vertical-align: top;
}

.header_ver .w-nav {
  width: 100%;
}

.header_ver .w-nav.type_desktop .w-nav-list.level_2 {
  left: 100%;
  top: 0;
}

.header_ver .w-nav-anchor.level_1 {
  padding: 0 20px;
}

.w-nav-item.level_1.drop_left .w-nav-list.level_2 {
  right: 0;
}

.w-nav-item.level_2.drop_left .w-nav-list.level_3,
.w-nav-item.level_3.drop_left .w-nav-list.level_4 {
  left: auto;
  right: 100%;
}

.w-nav-item.drop_top > .w-nav-list {
  bottom: 0;
  top: auto;
}

.header_hor .w-nav.type_desktop [class*=columns] {
  position: static;
}

.w-nav.type_desktop [class*=columns] .w-nav-list.level_2 {
  font-size: 0;
  line-height: 0;
  padding: 15px 0;
  white-space: normal;
}

.header_hor .w-nav.type_desktop [class*=columns] .w-nav-list.level_2 {
  left: 0;
  right: 0;
  width: 100%;
}

.w-nav.type_desktop [class*=columns] .w-nav-item.level_2 {
  display: inline-block;
  padding: 0 15px;
  vertical-align: top;
}

.w-nav.type_desktop .columns_2 .w-nav-item.level_2 {
  width: 50%;
}

.w-nav.type_desktop .columns_3 .w-nav-item.level_2 {
  width: 33.3333%;
}

.w-nav.type_desktop .columns_4 .w-nav-item.level_2 {
  width: 25%;
}

.w-nav.type_desktop .columns_5 .w-nav-item.level_2 {
  width: 20%;
}

.w-nav.type_desktop .w-nav-item[class*=columns] .w-nav-anchor {
  white-space: normal;
}

.w-nav.type_desktop [class*=columns] .menu-item-has-children .w-nav-anchor.level_2 {
  background-color: transparent !important;
  color: inherit !important;
  font-weight: bold;
  margin: 0 0 8px;
}

.w-nav.type_desktop [class*=columns] .menu-item-has-children .w-nav-arrow {
  display: none !important;
}

.w-nav.type_desktop [class*=columns] .w-nav-list.level_3 {
  box-shadow: none;
  display: block;
  min-width: 0;
  position: static;
}

.w-search {
  line-height: 40px;
}

.header_hor .l-subheader-cell > .w-search:not(.layout_simple) {
  margin-left: 0;
  margin-right: 0;
}

.header_ver .l-subheader-cell > .w-search:not(.layout_simple) {
  margin-left: 8px;
  margin-right: 8px;
}

.w-search input {
  background-color: transparent;
  border: medium none !important;
  box-shadow: none !important;
  color: inherit;
  display: block;
  transition: none 0s ease 0s;
}

.w-search-open {
  color: inherit;
  display: block;
  font-size: 17px;
  padding: 0 12px;
  text-align: center;
}

.header_hor .l-subheader-cell.at_left .w-search:first-child:not(.layout_simple) {
  margin-left: -12px;
}

.header_hor .l-subheader-cell.at_right .w-search:last-child:not(.layout_simple) {
  margin-right: -12px;
}

.w-search-close {
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: color 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
  width: 40px;
}

.no-touch .w-search-close:hover {
  opacity: 1;
}

.w-search-close::before {
  content: "\2715";
}

.w-search.layout_simple {
  height: 40px;
  min-width: 150px;
  position: relative;
}

.header_hor .w-search.layout_simple {
  width: 100%;
}

.w-search.layout_simple .w-search-open,
.w-search.layout_simple .w-search-close {
  display: none;
}

.w-search.layout_simple .w-search-form {
  border-radius: 5px;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
}

.w-search.layout_simple input {
  font-size: 15px;
  padding-right: 40px;
}

.w-search.layout_simple button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  display: block;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease 0s;
  width: 40px;
}

.no-touch .w-search.layout_simple button:hover {
  opacity: 1;
}

.w-search.layout_simple button span {
  display: none;
}

.w-search.layout_modern {
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  transition: width 0.3s ease 0s;
  width: 40px;
}

.w-search.layout_modern .w-search-open {
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(0px);
  z-index: 1;
}

.w-search.layout_modern.active .w-search-open {
  opacity: 0;
  transform: translateX(-30px);
  z-index: 0;
}

.w-search.layout_modern .w-search-close {
  opacity: 0;
  transform: translateX(30px);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}

.w-search.layout_modern.active .w-search-close {
  opacity: 0.5;
  transform: translateX(0px);
  z-index: 1;
}

.w-search.layout_modern .w-search-form {
  border-radius: 5px;
  opacity: 0;
  position: relative;
  transition: opacity 0.3s ease 0s, color 0.3s ease 0s, background-color 0.3s ease 0s;
  z-index: 1;
}

.w-search.layout_modern.active .w-search-form {
  opacity: 1;
}

.w-search.layout_modern input {
  font-size: 15px;
  padding-right: 40px;
}

@media (min-width: 601px) {
  .l-header.bg_transparent:not(.sticky) .w-search.layout_simple .w-search-form,
  .l-header.bg_transparent:not(.sticky) .w-search.layout_modern .w-search-form {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
  }
}

.w-search.layout_fullwidth .w-search-form {
  height: 0;
  left: -25px;
  overflow: hidden;
  position: absolute;
  right: -25px;
  top: 0;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  z-index: 100;
}

.w-search.layout_fullwidth.active .w-search-form {
  height: 100%;
}

.w-search.layout_fullwidth input {
  border-radius: 0;
  font-size: 20px;
  left: 0;
  margin-top: -20px;
  padding: 0 50px 0 25px;
  position: absolute;
  top: 50%;
}

.header_ver .w-search.layout_fullwidth input {
  font-size: 15px;
}

.w-search.layout_fullwidth .w-search-close {
  margin-top: -20px;
  right: 15px;
  top: 50%;
}

.header_ver .w-search.layout_fullwidth .w-search-form {
  left: 0;
  right: 0;
}

.w-search.layout_fullscreen .w-search-form {
  background-color: transparent;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.w-search.layout_fullscreen .w-search-close {
  font-size: 40px;
  line-height: 100px;
  width: 100px;
}

.w-cart {
  line-height: 50px;
  position: relative;
}

.header_hor .l-subheader-cell > .w-cart {
  margin-left: 0;
  margin-right: 0;
}

.header_ver .l-subheader-cell > .w-cart {
  margin-left: 8px;
  margin-right: 8px;
}

.w-cart-link {
  color: inherit;
  display: block;
  padding: 0 12px;
  white-space: nowrap;
}

.header_hor .l-subheader-cell.at_left .w-cart:first-child {
  margin-left: -12px;
}

.header_hor .l-subheader-cell.at_right .w-cart:last-child {
  margin-right: -12px;
}

.w-cart-link i {
  line-height: inherit;
  vertical-align: top;
}

.w-cart-quantity {
  font-weight: bold;
  margin-left: 6px;
  transition: color 0.3s ease 0s;
  vertical-align: top;
}

.w-cart.empty .w-cart-quantity {
  display: none;
}

.w-cart-notification {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 3px;
  color: #ccc;
  display: none;
  font-size: 13px;
  line-height: 20px;
  padding: 18px 20px;
  position: absolute;
  text-align: center;
  width: 285px;
  z-index: 12;
}

.l-subheader-cell.at_center .w-cart-notification,
.l-subheader-cell.at_right .w-cart-notification {
  right: 12px;
}

.header_ver .w-cart-notification {
  border-radius: 0;
  left: 0;
}

.w-cart-notification .product-name {
  color: #fff;
}

.w-cart-dropdown {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  padding: 30px 30px 25px;
  position: absolute;
  text-align: left;
  width: 285px;
  z-index: 11;
}

.l-subheader-cell.at_center .w-cart-dropdown,
.l-subheader-cell.at_right .w-cart-dropdown {
  right: 12px;
}

.header_ver .w-cart-dropdown,
.woocommerce-cart .w-cart-dropdown,
.woocommerce-checkout .w-cart-dropdown {
  display: none !important;
}

.w-cart-dropdown .widget_shopping_cart {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.w-cart-dropdown .widgettitle {
  display: none;
}

.w-cart-dropdown ul.product_list_widget {
  max-height: 285px;
  overflow-y: auto;
}

.w-cart-dropdown .widget_shopping_cart p.total {
  line-height: 24px;
  text-align: center;
}

.l-canvas {
  margin: 0 auto;
  overflow: hidden;
}

.l-titlebar {
  position: relative;
  z-index: 1;
}

.l-titlebar-img {
  background-position: center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease 0s;
}

.l-titlebar-img.loaded {
  opacity: 1;
}

.l-titlebar-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.l-titlebar-h {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.l-main-h {
  margin: 0 auto;
}

.l-section {
  margin: 0 auto;
  position: relative;
}

.l-section::before {
  content: "";
  display: table;
}

.l-section-img {
  background-position: center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease 0s;
}

.l-section-img.loaded {
  opacity: 1;
}

.l-section-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.l-section-video .mejs-offscreen,
.l-section-video .mejs-controls {
  display: none !important;
}

.l-section-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.l-section-h {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.l-subfooter {
  margin: 0 auto;
  position: relative;
}

.l-subfooter-h {
  margin: 0 auto;
}

.l-canvas.sidebar_none .l-main-h {
  max-width: none;
}

.l-canvas.sidebar_none .l-content {
  width: 100% !important;
}

.l-canvas.sidebar_none .l-sidebar {
  display: none;
}

.l-canvas.sidebar_right .l-content {
  float: left;
}

.l-canvas.sidebar_right .l-sidebar {
  float: right;
}

.l-canvas.sidebar_left .l-content {
  float: right;
}

.l-canvas.sidebar_left .l-sidebar {
  float: left;
}

.l-titlebar.imgsize_initial .l-titlebar-img {
  background-size: initial;
}

.l-titlebar.imgsize_contain .l-titlebar-img {
  background-size: contain;
}

.no-touch .l-titlebar.parallax_ver .l-titlebar-img,
.no-touch .l-titlebar.parallax_fixed .l-titlebar-img {
  background-attachment: fixed;
}

.l-titlebar.parallax_hor {
  overflow: hidden;
}

.l-titlebar.parallax_hor .l-titlebar-img {
  right: auto;
  width: 120%;
}

.l-section.width_full {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.l-section.width_full .l-section-h {
  max-width: none !important;
}

.l-section.height_auto .l-section-h {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.l-section.height_full {
  min-height: 100vh;
}

.no-touch .l-section.parallax_ver .l-section-img,
.no-touch .l-section.parallax_fixed .l-section-img {
  background-attachment: fixed;
}

.l-section.parallax_hor {
  overflow: hidden;
}

.l-section.parallax_hor .l-section-img {
  right: auto;
  width: 130%;
}

.l-section.parallax_hor.bgwidth_110 .l-section-img {
  width: 110%;
}

.l-section.parallax_hor.bgwidth_120 .l-section-img {
  width: 120%;
}

.l-section.parallax_hor.bgwidth_140 .l-section-img {
  width: 140%;
}

.l-section.parallax_hor.bgwidth_150 .l-section-img {
  width: 150%;
}

.l-section.with_video {
  overflow: hidden;
}

.l-section.with_video .l-section-img {
  background-attachment: scroll !important;
}

.g-cols::after {
  clear: both;
  content: "";
  display: block;
}

.g-cols > div {
  float: left;
}

.g-cols.offset_small {
  margin: 0 -25px;
}

.g-cols.offset_small > div {
  padding-left: 25px;
  padding-right: 25px;
}

.g-cols.offset_small > div.vc_col-has-fill {
  padding-bottom: 25px;
  padding-top: 25px;
}

.g-cols.offset_medium {
  margin: 0 -35px;
}

.g-cols.offset_medium > div {
  padding-left: 35px;
  padding-right: 35px;
}

.g-cols.offset_medium > div.vc_col-has-fill {
  padding-bottom: 35px;
  padding-top: 35px;
}

.g-cols.offset_large {
  margin: 0 -45px;
}

.g-cols.offset_large > div {
  padding-left: 45px;
  padding-right: 45px;
}

.g-cols.offset_large > div.vc_col-has-fill {
  padding-bottom: 45px;
  padding-top: 45px;
}

.g-cols.offset_none {
  display: table !important;
  table-layout: fixed;
  width: 100%;
}

.g-cols.offset_none > div {
  background-position: center center !important;
  background-size: cover !important;
  display: table-cell !important;
  float: none;
  margin: 0 !important;
  padding: 5%;
  vertical-align: middle;
}

.g-cols.valign_top,
.g-cols.valign_middle,
.g-cols.valign_bottom {
  display: flex;
  flex-wrap: wrap;
}

.g-cols.valign_top > div,
.g-cols.valign_middle > div,
.g-cols.valign_bottom > div {
  display: flex;
  flex-direction: column;
}

.g-cols.valign_top > div {
  justify-content: flex-start;
  vertical-align: top;
}

.g-cols.valign_middle > div {
  justify-content: center;
}

.g-cols.valign_bottom > div {
  justify-content: flex-end;
  vertical-align: bottom;
}

.vc_col-xs-1 {
  width: 8.3333%;
}

.vc_col-xs-2 {
  width: 16.6666%;
}

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

.vc_col-xs-4 {
  width: 33.3333%;
}

.vc_col-xs-5 {
  width: 41.6666%;
}

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

.vc_col-xs-7 {
  width: 58.3333%;
}

.vc_col-xs-8 {
  width: 66.6666%;
}

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

.vc_col-xs-10 {
  width: 83.3333%;
}

.vc_col-xs-11 {
  width: 91.6666%;
}

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

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

.vc_col-xs-offset-1 {
  margin-left: 8.3333%;
}

.vc_col-xs-offset-2 {
  margin-left: 16.6666%;
}

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

.vc_col-xs-offset-4 {
  margin-left: 33.3333%;
}

.vc_col-xs-offset-5 {
  margin-left: 41.6666%;
}

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

.vc_col-xs-offset-7 {
  margin-left: 58.3333%;
}

.vc_col-xs-offset-8 {
  margin-left: 66.6666%;
}

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

.vc_col-xs-offset-10 {
  margin-left: 83.3333%;
}

.vc_col-xs-offset-11 {
  margin-left: 91.6666%;
}

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

@media (min-width: 768px) {
  .vc_col-sm-1 {
    width: 8.3333%;
  }

  .vc_col-sm-2 {
    width: 16.6666%;
  }

  .vc_col-sm-3 {
    width: 25%;
  }

  .vc_col-sm-4 {
    width: 33.3333%;
  }

  .vc_col-sm-5 {
    width: 41.6666%;
  }

  .vc_col-sm-6 {
    width: 50%;
  }

  .vc_col-sm-7 {
    width: 58.3333%;
  }

  .vc_col-sm-8 {
    width: 66.6666%;
  }

  .vc_col-sm-9 {
    width: 75%;
  }

  .vc_col-sm-10 {
    width: 83.3333%;
  }

  .vc_col-sm-11 {
    width: 91.6666%;
  }

  .vc_col-sm-12 {
    width: 100%;
  }

  .vc_col-sm-offset-0 {
    margin-left: 0;
  }

  .vc_col-sm-offset-1 {
    margin-left: 8.3333%;
  }

  .vc_col-sm-offset-2 {
    margin-left: 16.6666%;
  }

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

  .vc_col-sm-offset-4 {
    margin-left: 33.3333%;
  }

  .vc_col-sm-offset-5 {
    margin-left: 41.6666%;
  }

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

  .vc_col-sm-offset-7 {
    margin-left: 58.3333%;
  }

  .vc_col-sm-offset-8 {
    margin-left: 66.6666%;
  }

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

  .vc_col-sm-offset-10 {
    margin-left: 83.3333%;
  }

  .vc_col-sm-offset-11 {
    margin-left: 91.6666%;
  }

  .vc_col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 901px) {
  .vc_col-md-1 {
    width: 8.3333%;
  }

  .vc_col-md-2 {
    width: 16.6666%;
  }

  .vc_col-md-3 {
    width: 25%;
  }

  .vc_col-md-4 {
    width: 33.3333%;
  }

  .vc_col-md-5 {
    width: 41.6666%;
  }

  .vc_col-md-6 {
    width: 50%;
  }

  .vc_col-md-7 {
    width: 58.3333%;
  }

  .vc_col-md-8 {
    width: 66.6666%;
  }

  .vc_col-md-9 {
    width: 75%;
  }

  .vc_col-md-10 {
    width: 83.3333%;
  }

  .vc_col-md-11 {
    width: 91.6666%;
  }

  .vc_col-md-12 {
    width: 100%;
  }

  .vc_col-md-offset-0 {
    margin-left: 0;
  }

  .vc_col-md-offset-1 {
    margin-left: 8.3333%;
  }

  .vc_col-md-offset-2 {
    margin-left: 16.6666%;
  }

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

  .vc_col-md-offset-4 {
    margin-left: 33.3333%;
  }

  .vc_col-md-offset-5 {
    margin-left: 41.6666%;
  }

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

  .vc_col-md-offset-7 {
    margin-left: 58.3333%;
  }

  .vc_col-md-offset-8 {
    margin-left: 66.6666%;
  }

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

  .vc_col-md-offset-10 {
    margin-left: 83.3333%;
  }

  .vc_col-md-offset-11 {
    margin-left: 91.6666%;
  }

  .vc_col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1280px) {
  .vc_col-lg-1 {
    width: 8.3333%;
  }

  .vc_col-lg-2 {
    width: 16.6666%;
  }

  .vc_col-lg-3 {
    width: 25%;
  }

  .vc_col-lg-4 {
    width: 33.3333%;
  }

  .vc_col-lg-5 {
    width: 41.6666%;
  }

  .vc_col-lg-6 {
    width: 50%;
  }

  .vc_col-lg-7 {
    width: 58.3333%;
  }

  .vc_col-lg-8 {
    width: 66.6666%;
  }

  .vc_col-lg-9 {
    width: 75%;
  }

  .vc_col-lg-10 {
    width: 83.3333%;
  }

  .vc_col-lg-11 {
    width: 91.6666%;
  }

  .vc_col-lg-12 {
    width: 100%;
  }

  .vc_col-lg-offset-0 {
    margin-left: 0;
  }

  .vc_col-lg-offset-1 {
    margin-left: 8.3333%;
  }

  .vc_col-lg-offset-2 {
    margin-left: 16.6666%;
  }

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

  .vc_col-lg-offset-4 {
    margin-left: 33.3333%;
  }

  .vc_col-lg-offset-5 {
    margin-left: 41.6666%;
  }

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

  .vc_col-lg-offset-7 {
    margin-left: 58.3333%;
  }

  .vc_col-lg-offset-8 {
    margin-left: 66.6666%;
  }

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

  .vc_col-lg-offset-10 {
    margin-left: 83.3333%;
  }

  .vc_col-lg-offset-11 {
    margin-left: 91.6666%;
  }

  .vc_col-lg-offset-12 {
    margin-left: 100%;
  }

  .vc_hidden-lg {
    display: none !important;
  }
}

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

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

@media (min-width: 901px) and (max-width: 1279px) {
  .vc_hidden-md {
    display: none !important;
  }
}

.w-btn,
button,
input[type=submit] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.w-actionbox {
  position: relative;
  text-align: center;
}

.w-actionbox.controls_right {
  display: table;
  text-align: left;
  width: 100%;
}

.w-actionbox.controls_right .w-actionbox-text {
  display: table-cell;
  vertical-align: middle;
}

.w-actionbox.controls_right .w-actionbox-controls {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}

.w-blog-list::after {
  clear: both;
  content: "";
  display: table;
}

.w-blog-post-h {
  position: relative;
}

.w-blog-post::after {
  clear: both;
  content: "";
  display: table;
}

.w-blog-post-h > a {
  display: block;
}

.w-blog-post-preview {
  background-position: 50% 25%;
  background-size: cover;
  position: relative;
}

.w-blog-post-preview img {
  display: block;
  float: none !important;
  margin: 0 !important;
  width: 100%;
}

.w-blog-post-meta > time,
.w-blog-post-meta > span {
  display: inline-block;
  vertical-align: top;
}

.w-blog-post-meta-date,
.w-blog-post-meta-comments {
  white-space: nowrap;
}

.w-blog-post-content *:last-child {
  margin-bottom: 0 !important;
}

.w-blog-post-content .l-section,
.w-blog-post-content .l-section-h {
  padding: 0 !important;
}

.w-comments-title a {
  border-bottom: 1px dotted;
}

.w-comments-list::after {
  clear: both;
  content: "";
  display: table;
}

.w-comments-item {
  overflow: hidden;
  position: relative;
}

.w-comments-item-meta::after {
  clear: both;
  content: "";
  display: table;
}

.w-comments-item-icon {
  left: 0;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 0;
}

.w-comments-item-author {
  float: left;
}

.w-gallery-list {
  font-size: 0;
}

.w-gallery-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.w-gallery-item img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.w-gallery-item-title {
  display: none;
  font-size: 14px;
}

.w-gallery.cols_2 .w-gallery-item {
  width: 50%;
}

.w-gallery.cols_3 .w-gallery-item {
  width: 33.3333%;
}

.w-gallery.cols_4 .w-gallery-item {
  width: 25%;
}

.w-gallery.cols_5 .w-gallery-item {
  width: 20%;
}

.w-gallery.cols_6 .w-gallery-item {
  width: 16.6666%;
}

.w-gallery.cols_7 .w-gallery-item {
  width: 14.2857%;
}

.w-gallery.cols_8 .w-gallery-item {
  width: 12.5%;
}

.w-gallery.cols_9 .w-gallery-item {
  width: 11.1111%;
}

.w-gallery.cols_10 .w-gallery-item {
  width: 10%;
}

.w-iconbox {
  position: relative;
}

.w-iconbox-link {
  display: inline;
}

.w-iconbox-icon {
  margin: 0 auto;
  text-align: center;
}

.w-iconbox-icon i {
  line-height: inherit;
  vertical-align: top;
}

.w-iconbox-icon img {
  line-height: inherit;
  position: relative;
  vertical-align: middle;
}

.w-iconbox .w-iconbox-title {
  margin-bottom: 0;
}

.w-iconbox.iconpos_top {
  margin: 0 auto;
  text-align: center;
}

.w-iconbox.iconpos_left {
  text-align: left;
}

.w-iconbox.iconpos_left::after {
  clear: both;
  content: "";
  display: table;
}

.w-iconbox.iconpos_left .w-iconbox-icon {
  float: left;
}

.w-iconbox.icontype_img .w-iconbox-icon {
  font-size: 0 !important;
}

.w-message {
  margin-bottom: 1.5rem;
  position: relative;
  text-align: left;
}

.w-message-icon {
  display: none;
  text-align: center;
}

.w-message-close {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.w-message-body p:last-child {
  margin: 0 !important;
}

.w-message.with_icon .w-message-icon {
  display: table-cell;
  vertical-align: middle;
}

.w-message.with_icon .w-message-body {
  display: table-cell;
  vertical-align: middle;
}

.w-message.with_close .w-message-close {
  display: block;
}

.w-message.type_error {
  background-color: #ffd9d9;
  color: #a24141;
}

.w-message.type_success {
  background-color: #c9f7b2;
  color: #587549;
}

.w-message.type_info {
  background-color: #cef;
  color: #3a648e;
}

.w-message.type_attention {
  background-color: #fff2b2;
  color: #846534;
}

.w-person {
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.w-person-image {
  position: relative;
}

.w-person-image img {
  display: block;
}

.w-person-links {
  font-size: 0;
  width: 100%;
}

.w-person-links-item {
  display: inline-block;
  vertical-align: top;
}

.w-portfolio-list {
  position: relative;
}

.w-portfolio-list::after {
  clear: both;
  content: "";
  display: block;
}

.w-portfolio-item {
  float: left;
}

.w-portfolio-item-anchor {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
}

.w-portfolio-item.loading .w-portfolio-item-anchor {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: inherit !important;
}

.w-portfolio-item-anchor::before {
  content: "";
  display: block;
}

.w-portfolio-item-image {
  background-color: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.w-portfolio-item-image img {
  display: none;
}

.w-portfolio-item-image.second {
  display: none;
}

.w-portfolio-item-meta {
  background-color: inherit;
  position: relative;
  z-index: 1;
}

.w-portfolio-item-meta-h {
  background-color: inherit;
}

.w-portfolio-item-title {
  margin-bottom: 0;
}

.w-portfolio-item-text {
  display: block;
}

.w-portfolio.cols_5 .w-portfolio-item {
  width: 20%;
}

.w-portfolio.cols_5 .w-portfolio-item.size_2x1,
.w-portfolio.cols_5 .w-portfolio-item.size_2x2 {
  width: 40%;
}

.w-portfolio.cols_4 .w-portfolio-item {
  width: 25%;
}

.w-portfolio.cols_4 .w-portfolio-item.size_2x1,
.w-portfolio.cols_4 .w-portfolio-item.size_2x2 {
  width: 50%;
}

.w-portfolio.cols_3 .w-portfolio-item {
  width: 33.3333%;
}

.w-portfolio.cols_3 .w-portfolio-item.size_2x1,
.w-portfolio.cols_3 .w-portfolio-item.size_2x2 {
  width: 66.6666%;
}

.w-portfolio.cols_2 .w-portfolio-item {
  width: 50%;
}

.w-portfolio.cols_2 .w-portfolio-item.size_2x1,
.w-portfolio.cols_2 .w-portfolio-item.size_2x2 {
  width: 100%;
}

.w-portfolio.ratio_1x1 .w-portfolio-item-anchor::before {
  padding-bottom: 100%;
}

.w-portfolio.ratio_16x9 .w-portfolio-item-anchor::before {
  padding-bottom: 56.25%;
}

.w-portfolio.ratio_3x2 .w-portfolio-item-anchor::before {
  padding-bottom: 66.6666%;
}

.w-portfolio.ratio_4x3 .w-portfolio-item-anchor::before {
  padding-bottom: 75%;
}

.w-portfolio.ratio_2x3 .w-portfolio-item-anchor::before {
  padding-bottom: 150%;
}

.w-portfolio.ratio_3x4 .w-portfolio-item-anchor::before {
  padding-bottom: 133.333%;
}

@media (min-width: 481px) {
  .w-portfolio.ratio_1x1 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor::before {
    padding-bottom: 200%;
  }

  .w-portfolio.ratio_1x1 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor::before {
    padding-bottom: 50%;
  }

  .w-portfolio.ratio_16x9 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor::before {
    padding-bottom: 112.5%;
  }

  .w-portfolio.ratio_16x9 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor::before {
    padding-bottom: 28.125%;
  }

  .w-portfolio.ratio_3x2 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor::before {
    padding-bottom: 133.333%;
  }

  .w-portfolio.ratio_3x2 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor::before {
    padding-bottom: 33.3333%;
  }

  .w-portfolio.ratio_4x3 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor::before {
    padding-bottom: 150%;
  }

  .w-portfolio.ratio_4x3 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor::before {
    padding-bottom: 37.5%;
  }

  .w-portfolio.ratio_2x3 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor::before {
    padding-bottom: 300%;
  }

  .w-portfolio.ratio_2x3 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor::before {
    padding-bottom: 75%;
  }

  .w-portfolio.ratio_3x4 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor::before {
    padding-bottom: 266.667%;
  }

  .w-portfolio.ratio_3x4 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor::before {
    padding-bottom: 66.6666%;
  }
}

.w-portfolio.ratio_initial .w-portfolio-item.loading .w-portfolio-item-anchor {
  padding-top: 100%;
}

.w-portfolio.ratio_initial .w-portfolio-item-anchor::before {
  display: none;
}

.w-portfolio.ratio_initial .w-portfolio-item-image {
  background-image: none !important;
  position: static;
}

.w-portfolio.ratio_initial .w-portfolio-item-image img {
  display: block;
  width: 100%;
}

.w-pricing {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
}

.w-pricing-item {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}

.w-separator {
  clear: both;
  overflow: hidden;
  text-align: center;
}

.w-separator-h {
  border-color: inherit;
  color: inherit;
  display: inline-block;
  line-height: inherit;
  position: relative;
  vertical-align: top;
}

.w-separator-h::before,
.w-separator-h::after {
  border-color: inherit;
  border-top-style: solid;
  border-top-width: 1px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  vertical-align: top;
  width: 2000px;
}

.w-separator-h::before {
  margin-right: 15px;
  right: 100%;
}

.w-separator-h::after {
  left: 100%;
  margin-left: 15px;
}

.w-separator-h i {
  vertical-align: top;
}

.w-separator-h h6 {
  display: inline-block;
  line-height: inherit;
  margin: 0;
  vertical-align: top;
}

.w-separator.type_invisible .w-separator-h {
  display: none;
}

.w-separator.type_short {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 30%;
}

.w-separator.type_fullwidth {
  overflow: visible;
}

.w-separator.cont_none .w-separator-h::before {
  margin-right: 0;
}

.w-separator.cont_none .w-separator-h::after {
  margin-left: 0;
}

.w-socials-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.w-socials.align_left .w-socials-item {
  margin: 2px 4px 2px 0;
}

.w-socials.align_center .w-socials-item {
  margin: 2px;
}

.w-socials.align_right .w-socials-item {
  margin: 2px 0 4px 2px;
}

.w-socials-item-link {
  color: inherit;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 0;
}

.l-subfooter.at_top .w-socials-item-link {
  color: inherit;
}

.w-socials-item-link-hover {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.no-touch .w-socials-item-link-hover {
  display: block;
}

.w-socials.hover_none .w-socials-item-link-hover {
  display: none !important;
}

.w-socials-item-link::after,
.w-socials-item-link i {
  display: block;
  line-height: inherit;
  position: relative;
}

.w-socials-item-link::after {
  font-family: fontawesome;
}

.w-socials-item-popup {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  bottom: 100%;
  color: #fff;
  display: none;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 6px;
  opacity: 0;
  padding: 3px 10px 4px;
  position: absolute;
  text-align: center;
  transform: translateY(-10px);
  transition: opacity 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86) 0.3s, transform 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86) 0.3s;
  visibility: hidden;
  white-space: nowrap;
  z-index: 10;
}

.w-socials-item-link:hover + .w-socials-item-popup {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.no-touch .w-socials-item-popup {
  display: block;
}

.w-socials-item-popup::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.8);
  bottom: -5px;
  content: "";
  display: block;
  height: 0;
  left: 10px;
  position: absolute;
  width: 0;
}

.w-tabs-list {
  overflow: hidden;
  position: relative;
}

.w-tabs-item {
  cursor: pointer;
  float: left;
  font-size: 17px;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.w-tabs-item.active,
.w-tabs-item.active .w-tabs-item-h {
  cursor: default;
}

.w-tabs-item-h {
  color: inherit !important;
  display: block;
}

.w-tabs-item i {
  line-height: inherit;
  vertical-align: top;
}

.w-tabs-item-title:empty {
  display: none;
}

.w-tabs-sections {
  overflow: hidden;
  position: relative;
}

.w-tabs-sections-h {
  height: inherit;
}

.w-tabs-section {
  float: left;
}

.w-tabs-section-header {
  cursor: pointer;
  display: none;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  white-space: nowrap;
}

.w-tabs-section.color_custom .w-tabs-section-header,
.w-tabs-section:not(.active) .w-tabs-section-header {
  color: inherit !important;
}

.w-tabs-section.active .w-tabs-section-header {
  cursor: default;
}

.w-tabs.type_togglable .w-tabs-section.active .w-tabs-section-header {
  cursor: pointer;
}

.w-tabs-section-header i {
  line-height: inherit;
  vertical-align: top;
}

.w-tabs-section-title {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0 !important;
  padding: 0 !important;
  vertical-align: top;
  white-space: normal;
}

.w-tabs-section-title:empty {
  display: none;
}

.w-tabs-section-control {
  position: absolute;
}

.w-tabs-section-content-h {
  margin: 0 auto;
}

.w-tabs.accordion .w-tabs-list {
  display: none !important;
}

.w-tabs.accordion .w-tabs-sections {
  overflow: visible;
}

.w-tabs.accordion .w-tabs-section {
  float: none;
}

.w-tabs.accordion .w-tabs-section-header {
  display: block;
}

.w-tabs.accordion .w-tabs-section-content {
  display: none;
}

.w-tabs.accordion .w-tabs-section.active .w-tabs-section-content {
  display: block;
}

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

.w-tabs.measure .w-tabs-list-h {
  display: block !important;
}

.w-tabs.measure .w-tabs-item {
  float: left !important;
  width: auto !important;
}

.w-tabs.layout_ver.measure .w-tabs-sections {
  width: 0 !important;
}

.w-tabs.layout_ver.measure .w-tabs-section-content {
  display: block !important;
  height: 1px;
  margin-bottom: -1px;
  min-width: 200px;
  overflow: hidden;
}

.w-tabs.layout_ver.measure .w-tabs-section.active .w-tabs-section-content {
  height: auto;
  margin-bottom: 0;
}

.w-tabs.autoresize .w-tabs-sections {
  height: auto !important;
}

.w-tabs.autoresize .w-tabs-sections-h {
  position: static !important;
}

.w-tabs.autoresize .w-tabs-section {
  display: none;
}

.w-tabs.autoresize .w-tabs-section.active {
  display: block;
  position: relative;
}

.w-tabs-section.no_indents .w-tabs-section-content,
.w-tabs-section.no_indents .w-tabs-section-content-h {
  margin: 0 !important;
  max-width: none;
  padding: 0 !important;
}

.w-video {
  background-color: #111;
}

.w-video-h {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

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

.w-video.align_center {
  margin: 0 auto;
}

.w-video.align_right {
  margin-left: auto;
}

.w-video.ratio_4x3 .w-video-h {
  padding-bottom: 75%;
}

.w-video.ratio_3x2 .w-video-h {
  padding-bottom: 66.667%;
}

.w-video.ratio_1x1 .w-video-h {
  padding-bottom: 100%;
}

.animate_start {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  transition-timing-function: cubic-bezier(0.78, 0.13, 0.15, 0.86);
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate_fade {
  opacity: 0;
}

.animate_fade.animate_start {
  -webkit-animation-name: fade;
          animation-name: fade;
  opacity: 1;
}

@-webkit-keyframes afc {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes afc {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes afc {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.animate_afc {
  opacity: 0;
}

.animate_afc.animate_start {
  -webkit-animation-name: afc;
          animation-name: afc;
  opacity: 1;
}

@-webkit-keyframes afl {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes afl {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes afl {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.animate_afl {
  opacity: 0;
}

.animate_afl.animate_start {
  -webkit-animation-name: afl;
          animation-name: afl;
  opacity: 1;
}

@-webkit-keyframes afr {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes afr {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes afr {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.animate_afr {
  opacity: 0;
}

.animate_afr.animate_start {
  -webkit-animation-name: afr;
          animation-name: afr;
  opacity: 1;
}

@-webkit-keyframes aft {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes aft {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes aft {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.animate_aft {
  opacity: 0;
}

.animate_aft.animate_start {
  -webkit-animation-name: aft;
          animation-name: aft;
  opacity: 1;
}

@-webkit-keyframes afb {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes afb {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes afb {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.animate_afb {
  opacity: 0;
}

.animate_afb.animate_start {
  -webkit-animation-name: afb;
          animation-name: afb;
  opacity: 1;
}

@-webkit-keyframes wfc {
  0% {
    opacity: 0;
    transform: scaleX(0.01);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes wfc {
  0% {
    opacity: 0;
    transform: scaleX(0.01);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes wfc {
  0% {
    opacity: 0;
    transform: scaleX(0.01);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

.animate_wfc {
  opacity: 0;
}

.animate_wfc.animate_start {
  -webkit-animation-name: wfc;
          animation-name: wfc;
  opacity: 1;
}

@-webkit-keyframes hfc {
  0% {
    opacity: 0;
    transform: scaleY(0.01);
  }

  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes hfc {
  0% {
    opacity: 0;
    transform: scaleY(0.01);
  }

  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes hfc {
  0% {
    opacity: 0;
    transform: scaleY(0.01);
  }

  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

.animate_hfc {
  opacity: 0;
}

.animate_hfc.animate_start {
  -webkit-animation-name: hfc;
          animation-name: hfc;
  opacity: 1;
}

.d1.animate_start {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.d2.animate_start {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.d3.animate_start {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.d4.animate_start {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.d5.animate_start {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.s1.animate_start {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

.s2.animate_start {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.s3.animate_start {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.s4.animate_start {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

.s5.animate_start {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}

.animate_revealgrid .animate_reveal {
  opacity: 0;
}

.disable_effects .animate_afc,
.disable_effects .animate_aft,
.disable_effects .animate_afb,
.disable_effects .animate_afl,
.disable_effects .animate_afr,
.disable_effects .animate_wfc,
.disable_effects .animate_hfc,
.disable_effects .animate_rfl,
.disable_effects .animate_rfr,
.disable_effects .animate_rfc,
.disable_effects .animate_revealgrid .animate_reveal,
.vc_editor.compose-mode .animate_afc,
.vc_editor.compose-mode .animate_aft,
.vc_editor.compose-mode .animate_afb,
.vc_editor.compose-mode .animate_afl,
.vc_editor.compose-mode .animate_afr,
.vc_editor.compose-mode .animate_wfc,
.vc_editor.compose-mode .animate_hfc,
.vc_editor.compose-mode .animate_rfl,
.vc_editor.compose-mode .animate_rfr,
.vc_editor.compose-mode .animate_rfc,
.vc_editor.compose-mode .animate_revealgrid .animate_reveal {
  -webkit-animation: 0s ease 0s normal none 1 running none !important;
          animation: 0s ease 0s normal none 1 running none !important;
  opacity: 1;
}

@media print {
  .l-header,
  .l-footer {
    display: none !important;
  }

  .l-main,
  .l-section {
    padding: 0 !important;
  }

  .l-sidebar,
  .l-section-h {
    padding: 20px 0 !important;
  }

  .animate_afc,
  .animate_aft,
  .animate_afb,
  .animate_afl,
  .animate_afr,
  .animate_wfc,
  .animate_hfc,
  .animate_rfl,
  .animate_rfr,
  .animate_rfc,
  .animate_revealgrid .animate_reveal {
    -webkit-animation: 0s ease 0s normal none 1 running none !important;
            animation: 0s ease 0s normal none 1 running none !important;
    opacity: 1 !important;
  }
}

.mfp-bg,
.mfp-wrap {
  left: 0;
  position: fixed;
  top: 0;
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
  height: 100%;
  width: 100%;
}

.mfp-arrow::after,
.mfp-arrow::before,
.mfp-container::before,
.mfp-figure::after {
  content: "";
}

.mfp-bg {
  background: #0b0b0b none repeat scroll 0 0;
  opacity: 0.8;
  overflow: hidden;
  z-index: 1042;
}

.mfp-wrap {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 0 none !important;
  z-index: 1043;
}

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

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

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

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

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

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

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

.mfp-zoom {
  cursor: zoom-in;
}

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

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

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

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

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

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

.mfp-close,
.mfp-preloader a:hover {
  color: #fff;
}

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

button.mfp-arrow,
button.mfp-close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0 none;
  overflow: visible;
  padding: 0;
  z-index: 1046;
}

.mfp-figure::after,
.mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  left: 0;
  position: absolute;
}

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

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

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

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

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

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

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

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

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

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

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

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

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

.mfp-arrow::before {
  border-bottom-width: 21px;
  border-top-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 {
  border-right: 27px solid #3f3f3f;
  margin-left: 25px;
}

.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-bottom: 40px;
  padding-top: 40px;
}

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

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

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

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

.mfp-iframe-scaler iframe {
  background: #000 none repeat scroll 0 0;
  display: block;
  height: 100%;
  top: 0;
  width: 100%;
}

.mfp-figure::after,
img.mfp-img {
  display: block;
  height: auto;
  width: auto;
}

img.mfp-img {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 0;
}

.mfp-figure::after {
  background: #444 none repeat scroll 0 0;
  bottom: 40px;
  right: 0;
  top: 40px;
  z-index: -1;
}

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .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 {
    bottom: 0;
    top: 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) none repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
  }

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

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

  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

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

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

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 500ms ease-in-out 0s;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
}

.owl-carousel .owl-stage::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  float: left;
  min-height: 1px;
  position: relative;
}

.owl-carousel .owl-item img {
  display: block;
  transform-style: preserve-3d;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  -moz-user-select: none;
  cursor: pointer;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -moz-user-select: none;
}

.owl-carousel.owl-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease 0s;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  position: relative;
}

.owl-carousel .owl-video-play-icon {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  transition: scale 100ms ease 0s;
  width: 80px;
  z-index: 1;
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  opacity: 0;
  transition: opacity 400ms ease 0s;
}

.owl-carousel .owl-video-frame {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

body {
  min-width: 0 !important;
  overflow-x: hidden;
}

.header_hor .l-header.pos_fixed {
  min-width: 0 !important;
}

@media (max-width: 1279px) {
  .g-cols > .vc_col-sm-6 .w-blog:not(.cols_1) .w-blog-post {
    width: 100%;
  }

  .header_ver .l-canvas.sidebar_none .w-blog-post,
  .header_ver .l-canvas.sidebar_none .w-blog-post,
  .w-blog.cols_4 .w-blog-post {
    width: 50%;
  }

  .w-blog.cols_5 .w-blog-post,
  .l-content .w-portfolio.cols_4 .w-portfolio-item,
  .l-content .w-portfolio.cols_5 .w-portfolio-item,
  .woocommerce.columns-4 .products .product,
  .woocommerce.columns-5 .products .product {
    width: 33.3333%;
  }

  .l-content .w-portfolio.cols_4 .w-portfolio-item.size_2x1,
  .l-content .w-portfolio.cols_4 .w-portfolio-item.size_2x2,
  .l-content .w-portfolio.cols_5 .w-portfolio-item.size_2x1,
  .l-content .w-portfolio.cols_5 .w-portfolio-item.size_2x2 {
    width: 66.6666%;
  }
}

@media (max-width: 1024px) {
  .l-titlebar.size_large .l-titlebar-h,
  .l-titlebar.size_huge .l-titlebar-h,
  .l-sidebar,
  .l-section-h {
    padding: 40px 0;
  }

  .l-section.height_small .l-section-h {
    padding: 20px 0;
  }

  .l-section.height_large .l-section-h {
    padding: 60px 0;
  }

  .l-section.height_huge .l-section-h {
    padding: 80px 0;
  }

  .l-footer.layout_compact .l-subfooter.at_top {
    padding-bottom: 10px;
    padding-top: 40px;
  }

  .l-subfooter.at_bottom .w-copyright,
  .l-subfooter.at_bottom .w-menu {
    float: none;
    margin-bottom: 10px;
  }

  .l-footer.layout_compact .l-subfooter.at_bottom {
    padding-bottom: 15px;
    padding-top: 25px;
  }

  .l-footer.layout_modern .l-subfooter.at_bottom {
    padding-bottom: 30px;
    padding-top: 40px;
  }

  .l-footer.layout_modern .l-subfooter.at_bottom .w-menu-list {
    margin: 0 -10px;
  }

  .l-footer.layout_modern .l-subfooter.at_bottom .w-menu-item {
    margin: 0 10px;
  }

  .w-logos.type_grid.cols_5 .w-logos-item,
  .w-logos.type_grid.cols_6 .w-logos-item {
    width: 33.3333%;
  }

  .w-logos.type_grid.cols_7 .w-logos-item,
  .w-logos.type_grid.cols_8 .w-logos-item {
    width: 25%;
  }

  .w-separator.size_small {
    margin: 20px 0;
  }

  .w-separator.size_medium {
    margin: 30px 0;
  }

  .w-separator.size_large {
    margin: 40px 0;
  }

  .w-separator.size_huge {
    margin: 50px 0;
  }

  .w-separator.type_invisible.size_small {
    margin: 6px 0;
  }

  .w-separator.type_invisible.size_medium {
    margin: 10px 0;
  }

  .w-separator.type_invisible.size_large {
    margin: 20px 0;
  }

  .w-separator.type_invisible.size_huge {
    margin: 30px 0;
  }

  .l-section.width_full .g-cols:not(.offset_none) .vc_col-sm-12 > .wpb_text_column,
  .l-section.width_full .g-cols:not(.offset_none) .w-tabs-section.no_indents .w-tabs-section-content-h > .wpb_text_column {
    padding: 0 3%;
  }

  .woocommerce .sidebar_none .cart .variations td.label {
    width: auto;
  }

  .woocommerce .sidebar_none .cart .single_variation_wrap {
    padding-left: 0;
  }

  .sidebar_none .woocommerce-tabs {
    clear: both;
    float: none;
    width: 100%;
  }

  .woocommerce .cart_totals td,
  .woocommerce .cart_totals th {
    font-size: inherit;
    line-height: inherit;
  }
}

@media (max-width: 900px) {
  .header_ver.header-show {
    overflow: hidden;
  }

  .header_ver .w-header-show {
    display: block;
  }

  .header_ver.admin-bar .w-header-show {
    top: 56px;
  }

  .header_ver .l-header {
    bottom: 0;
    box-shadow: 4px 0 5px -2px rgba(0, 0, 0, 0), 2px 0 1px -1px rgba(0, 0, 0, 0);
    overflow-y: auto;
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
  }

  .header_ver.header-show .l-header {
    box-shadow: 4px 0 5px -2px rgba(0, 0, 0, 0.1), 2px 0 1px -1px rgba(0, 0, 0, 0.05);
    transform: translate3d(0px, 0px, 0px);
  }

  .header_ver .l-canvas::after {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 110;
  }

  .header_ver.header-show .l-canvas::after {
    background-color: rgba(0, 0, 0, 0.75);
    pointer-events: auto;
    visibility: visible;
  }

  .header_hor .l-subheader {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .l-header.bg_transparent ~ .l-titlebar.size_large,
  .l-header.bg_transparent ~ .l-titlebar.size_huge {
    padding-bottom: 0;
  }

  .l-sidebar,
  .l-content {
    float: none !important;
    width: 100% !important;
  }

  .w-nav.type_desktop [class*=columns] .w-nav-list.level_2,
  .w-nav.type_desktop [class*=columns] .w-nav-item.level_2 {
    padding: 0;
  }

  .w-nav.type_desktop [class*=columns] .w-nav-item.menu-item-has-children.level_2 {
    margin: 10px 0;
  }

  .w-nav.type_desktop .columns_3 .w-nav-item.level_2,
  .w-nav.type_desktop .columns_4 .w-nav-item.level_2,
  .w-nav.type_desktop .columns_5 .w-nav-item.level_2 {
    width: 50%;
  }

  .l-section.preview_modern .w-blog::after {
    height: 100%;
  }

  .sidebar_none .l-header.bg_transparent.pos_static + .l-main .l-section.preview_trendy .w-blog {
    padding-top: 10%;
  }

  .w-blog.cols_3 .w-blog-post,
  .w-blog.cols_3.layout_masonry .w-blog-post,
  .w-blog.cols_5 .w-blog-post,
  .l-content .w-portfolio:not(.cols_2) .w-portfolio-item {
    width: 50%;
  }

  .l-content .w-portfolio:not(.cols_2) .w-portfolio-item.size_2x1,
  .l-content .w-portfolio:not(.cols_2) .w-portfolio-item.size_2x2 {
    width: 100%;
  }

  .style_16 .w-portfolio-item-title {
    font-size: 22px;
  }

  .style_16 .w-portfolio-item-text {
    margin-top: 10px;
  }

  .w-testimonial.style_2 {
    padding-top: 40px;
  }

  .w-testimonial.style_2::before {
    font-size: 7em;
    left: -20px;
    line-height: 70px;
  }

  .rtl .w-testimonial.style_2::before {
    left: auto;
    right: -10px;
  }

  .mfp-container::after {
    font-size: 42px;
    line-height: 60px;
    width: 60px;
  }

  .wpb_column.wooproduct,
  .woocommerce .products .product {
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .wpb_text_column h1:last-child,
  .wpb_text_column h2:last-child,
  .wpb_text_column h3:last-child,
  .wpb_text_column h4:last-child,
  .wpb_text_column h5:last-child,
  .wpb_text_column h6:last-child {
    margin-bottom: 1rem;
  }

  img.alignleft,
  img.alignright,
  .wp-caption.alignleft,
  .wp-caption.alignright {
    display: block;
    float: none;
    margin: 0 0 20px;
  }

  .l-navigation {
    display: none;
  }

  .w-actionbox {
    padding: 20px;
  }

  .w-actionbox.controls_right {
    display: block;
    text-align: center;
  }

  .w-actionbox.controls_right .w-actionbox-text {
    display: block;
  }

  .w-actionbox.controls_right .w-actionbox-controls {
    display: block;
    padding: 20px 0 0;
    text-align: center;
    white-space: normal;
  }

  .w-actionbox.controls_right .w-btn {
    margin-left: 5px;
    margin-right: 5px;
  }

  .l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_classic .w-blog-list,
  .l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_smallcircle .w-blog-list,
  .l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_smallsquare .w-blog-list,
  .l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_latest .w-blog-list,
  .l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_compact .w-blog-list {
    margin-top: 25px;
  }

  .l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_classic .w-blog-list,
  .l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_smallcircle .w-blog-list,
  .l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_smallsquare .w-blog-list,
  .l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_latest .w-blog-list,
  .l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_compact .w-blog-list {
    margin-left: 0;
    margin-right: 0;
  }

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

  .w-blog.layout_classic.cols_1 .w-blog-post,
  .w-blog.layout_smallcircle.cols_1 .w-blog-post,
  .w-blog.layout_smallsquare.cols_1 .w-blog-post {
    margin-bottom: 50px;
  }

  .w-blog.layout_related .w-blog-post {
    float: none;
    margin-bottom: 20px;
  }

  .w-blog.layout_related .w-blog-post:last-child {
    margin-bottom: 0;
  }

  .w-gallery-list {
    text-align: center;
  }

  .w-gallery.cols_5 .w-gallery-item,
  .w-gallery.cols_6 .w-gallery-item,
  .w-gallery.cols_7 .w-gallery-item,
  .w-gallery.cols_8 .w-gallery-item,
  .w-gallery.cols_9 .w-gallery-item,
  .w-gallery.cols_10 .w-gallery-item {
    width: 25%;
  }

  .w-logos.type_grid.cols_3 .w-logos-item,
  .w-logos.type_grid.cols_4 .w-logos-item,
  .w-logos.type_grid.cols_5 .w-logos-item,
  .w-logos.type_grid.cols_6 .w-logos-item,
  .w-logos.type_grid.cols_7 .w-logos-item,
  .w-logos.type_grid.cols_8 .w-logos-item {
    width: 50%;
  }

  .w-pricing,
  .w-pricing-item {
    display: block;
  }

  .w-search.layout_fullscreen input {
    font-size: 30px;
  }

  .w-search.layout_fullscreen .w-search-close {
    line-height: 80px;
    width: 80px;
  }

  .w-tabs-item,
  .w-tabs-section-header {
    font-size: 16px !important;
    line-height: 24px;
  }

  .w-tabs-section-control {
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
  }

  .w-tabs-section.with_icon i + .w-tabs-section-title,
  .w-tabs-section.with_icon .w-tabs-section-title + i {
    margin-left: 10px;
  }

  .rtl .w-tabs-section.with_icon i + .w-tabs-section-title,
  .rtl .w-tabs-section.with_icon .w-tabs-section-title + i {
    margin-right: 10px;
  }

  .page-404::before {
    font-size: 100px;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce .form-row-first,
  .woocommerce .form-row-last,
  .woocommerce .checkout .shop_table,
  .woocommerce #payment,
  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }

  .woocommerce .login,
  .woocommerce .checkout_coupon,
  .woocommerce .register {
    padding: 20px 20px 5px;
  }

  .woocommerce .login .form-row-first,
  .woocommerce .checkout_coupon .form-row-first,
  .woocommerce .register .form-row-first {
    margin-bottom: 10px;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce .checkout .shop_table {
    margin-bottom: 30px;
  }

  .woocommerce .woocommerce-result-count {
    float: left;
    margin-top: 12px;
  }

  .woocommerce h1.page-title,
  .woocommerce .woocommerce-ordering {
    float: left;
  }

  .woocommerce div.product .onsale {
    left: auto;
    margin: 0;
    right: 10%;
  }

  .woocommerce div.product .images {
    float: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    width: 100%;
  }

  .woocommerce div.product .summary {
    float: none;
    width: 100% !important;
  }

  .woocommerce .product-thumbnail {
    display: none !important;
  }

  .woocommerce .shop_table.cart td.product-name,
  .woocommerce .shop_table.cart td.product-quantity {
    padding-left: 0;
    padding-right: 0;
  }

  .woocommerce .cart_totals {
    float: none;
    width: 100%;
  }

  .woocommerce #payment ul.payment_methods img {
    display: none;
  }

  .woocommerce ul.order_details li {
    border: medium none;
    margin-right: 0;
  }

  .woocommerce-MyAccount-navigation {
    margin-bottom: 2rem;
  }

  .woocommerce-MyAccount-content .shop_table {
    border: medium none;
    display: block;
    margin-bottom: 0;
  }

  .woocommerce-MyAccount-content .shop_table thead {
    display: none;
  }

  .woocommerce-MyAccount-content .shop_table tbody,
  .woocommerce-MyAccount-content .shop_table tr {
    display: block;
  }

  .woocommerce-MyAccount-content .shop_table th,
  .woocommerce-MyAccount-content .shop_table td {
    border: medium none;
    display: inline-block;
    padding: 0 15px 6px 0;
  }

  .woocommerce-MyAccount-content .shop_table td:last-child {
    display: block;
    padding: 0 0 20px;
    text-align: left;
  }

  .woocommerce-MyAccount-content .shop_table td .button {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .admin-bar .l-header.sticky {
    top: 0;
  }

  .g-cols.offset_medium,
  .g-cols.offset_large {
    margin-left: -25px;
    margin-right: -25px;
  }

  .g-cols.offset_medium > div,
  .g-cols.offset_large > div {
    padding-left: 25px;
    padding-right: 25px;
  }

  .g-cols.offset_none > div {
    padding: 25px;
  }

  .header_ver .l-header {
    width: 280px;
  }

  .header_ver .w-search.layout_simple {
    width: 240px;
  }

  .header_ver .w-search.layout_modern.active {
    width: 266px;
  }

  .w-cart {
    position: static;
  }

  .w-cart-notification,
  .w-cart-dropdown {
    right: auto !important;
  }

  .w-header-show {
    right: 10px;
    top: 10px;
  }

  .w-toplink {
    bottom: 10px;
    right: 10px;
  }

  .l-titlebar.size_small .l-titlebar-h,
  .l-titlebar.size_medium .l-titlebar-h {
    display: block;
    text-align: center;
  }

  .l-titlebar.size_small h1,
  .l-titlebar.size_medium h1,
  .l-titlebar.size_small p,
  .l-titlebar.size_medium p {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .l-titlebar.size_small .g-nav,
  .l-titlebar.size_medium .g-nav {
    display: inline-block;
    margin: 8px 0 -8px;
    vertical-align: top;
  }

  .l-subfooter,
  .l-titlebar,
  .l-canvas.sidebar_left .l-main,
  .l-canvas.sidebar_right .l-main,
  .l-canvas.sidebar_none .l-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .l-titlebar.size_large .l-titlebar-h,
  .l-titlebar.size_huge .l-titlebar-h,
  .l-sidebar,
  .l-section-h,
  .l-section.height_large .l-section-h,
  .l-section.height_huge .l-section-h {
    padding: 25px 0;
  }

  .sidebar_left .l-section.preview_modern + .l-section .l-section-h,
  .sidebar_right .l-section.preview_modern + .l-section .l-section-h {
    padding-top: 25px;
  }

  .l-section.preview_modern .w-blog {
    padding: 40% 25px 20px;
  }

  .l-section.preview_trendy .w-blog {
    padding: 24% 25px;
  }

  .l-section.preview_basic .w-blog-post-preview {
    margin-bottom: 15px;
  }

  .l-section.for_tags .l-section-h {
    padding-bottom: 25px;
  }

  .l-section.for_related .l-section-h {
    padding: 25px 0;
  }

  .l-section.for_blogpost ~ .l-section.for_comments .l-section-h {
    padding-top: 25px;
  }

  .header_hor .w-nav.type_mobile .w-nav-list.level_1 {
    left: -15px;
    padding-left: 5px;
    padding-right: 5px;
    right: -15px;
  }

  .w-blog.layout_smallcircle .w-blog-post-preview,
  .w-blog.layout_smallsquare .w-blog-post-preview {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }

  .w-blog.layout_smallcircle .w-blog-post-body,
  .w-blog.layout_smallsquare .w-blog-post-body {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .w-comments-childlist {
    margin-left: 15px;
  }

  .rtl .w-comments-childlist {
    margin-right: 15px;
  }

  .widget_us_portfolio .w-portfolio.cols_4 .w-portfolio-item,
  .widget_us_portfolio .w-portfolio.cols_5 .w-portfolio-item {
    width: 33.3333%;
  }

  .header_hor .w-search.layout_simple,
  .header_hor .w-search.layout_modern {
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto !important;
  }

  .header_hor .l-subheader-cell.at_left .w-search.layout_simple:first-child {
    margin-left: -12px;
  }

  .header_hor .l-subheader-cell.at_right .w-search.layout_simple:last-child {
    margin-right: -12px;
  }

  .header_hor .w-search.layout_simple .w-search-open,
  .header_hor .w-search.layout_modern .w-search-open {
    display: block;
    position: static;
    transform: none;
  }

  .header_hor .w-search.layout_simple .w-search-form,
  .header_hor .w-search.layout_modern .w-search-form {
    border-radius: 0;
    height: 0;
    left: -25px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    right: -25px;
    top: 0;
    transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    z-index: 100;
  }

  .header_hor .w-search.layout_simple.active .w-search-form,
  .header_hor .w-search.layout_modern.active .w-search-form {
    height: 100%;
  }

  .header_hor .w-search.layout_simple input,
  .header_hor .w-search.layout_modern input {
    left: 0;
    margin-top: -20px;
    padding: 0 50px 0 25px;
    position: absolute;
    top: 50%;
  }

  .rtl.header_hor .w-search.layout_simple input,
  .rtl.header_hor .w-search.layout_modern input {
    padding: 0 25px 0 50px;
  }

  .header_hor .w-search.layout_simple button {
    display: none;
  }

  .header_hor .w-search.layout_simple .w-search-close,
  .header_hor .w-search.layout_modern .w-search-close {
    display: block;
    margin-top: -20px;
    padding-right: 25px;
    top: 50%;
    transform: none;
    width: auto;
  }

  .rtl.header_hor .w-search.layout_simple .w-search-close,
  .rtl.header_hor .w-search.layout_modern .w-search-close {
    padding-left: 25px;
    padding-right: 0;
  }

  .w-search.layout_fullwidth input {
    font-size: 15px;
  }

  .w-search.layout_fullscreen input {
    font-size: 20px;
  }

  .w-separator.type_short {
    width: auto;
  }

  .w-separator.size_small {
    margin: 5px 0;
  }

  .w-separator.size_medium {
    margin: 15px 0;
  }

  .w-separator.size_large {
    margin: 25px 0;
  }

  .w-separator.size_huge {
    margin: 35px 0;
  }

  .w-separator.type_invisible.size_small {
    margin: 2px 0;
  }

  .w-separator.type_invisible.size_medium {
    margin: 5px 0;
  }

  .w-separator.type_invisible.size_large {
    margin: 10px 0;
  }

  .w-separator.type_invisible.size_huge {
    margin: 15px 0;
  }

  .w-tabs.accordion .w-tabs-section-content-h {
    padding-bottom: 20px;
    padding-top: 10px;
  }

  .w-tabs.layout_timeline.accordion .w-tabs-section-content {
    padding: 60px 20px 20px;
  }

  .l-section.width_full .vc_col-sm-12 > .w-tabs .w-tabs-section-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-section.width_full .vc_col-sm-12 > .w-tabs .w-tabs-section-content-h {
    padding: 25px 0;
  }

  .l-section.width_full .g-cols:not(.offset_none) .vc_col-sm-12 > .wpb_text_column,
  .l-section.width_full .g-cols:not(.offset_none) .w-tabs-section.no_indents .w-tabs-section-content-h > .wpb_text_column {
    padding: 0 5%;
  }

  .w-testimonial.style_1 {
    padding: 25px;
  }

  .l-sidebar .widget {
    margin-bottom: 30px;
  }

  .admin-bar .mfp-container::after {
    top: 0;
  }

  .woocommerce div.product .onsale {
    right: -10px;
  }

  .woocommerce-tabs .tabs {
    margin-bottom: 15px;
  }

  .woocommerce .comment-respond {
    padding: 20px 25px;
  }

  .woocommerce .related > h2,
  .woocommerce .upsells > h2,
  .woocommerce .cross-sells > h2 {
    margin-bottom: 0;
  }

  .woocommerce .shop_table thead {
    display: none;
  }

  .woocommerce .checkout #order_review {
    padding: 25px;
  }
}

@media (max-width: 480px) {
  .l-canvas.sidebar_none .l-section {
    padding: 0 10px !important;
  }

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

  .l-subfooter.at_bottom .w-menu-item {
    display: block;
  }

  .l-subfooter.at_bottom .btn.w-menu-item {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
  }

  .single-us_portfolio .l-titlebar.size_large .l-titlebar-h,
  .single-us_portfolio .l-titlebar.size_huge .l-titlebar-h {
    padding-left: 0;
    padding-right: 0;
  }

  .l-titlebar .g-breadcrumbs {
    display: none;
  }

  .l-titlebar .g-nav-item {
    display: inline-block;
    margin: 8px 0 -8px;
    position: static;
    vertical-align: top;
  }

  .w-author {
    padding: 25px;
    text-align: center;
  }

  .w-author + .w-blog {
    margin-top: 25px;
  }

  .w-author-img {
    float: none !important;
    margin-bottom: 10px;
  }

  .w-author-name,
  .w-author-meta,
  .w-author-url,
  .w-author-desc {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .w-blog.layout_masonry .w-blog-post-body,
  .w-blog.layout_cards .w-blog-post-body,
  .w-blog.layout_cards .format-quote .w-blog-post-body {
    padding: 30px;
  }

  .w-blog.layout_masonry .has-post-thumbnail .w-blog-post-body {
    padding-top: 15px;
  }

  .w-blog.layout_tiles .w-blog-post-meta-date,
  .w-blog.layout_tiles .w-blog-post-meta-author,
  .w-blog.layout_tiles .w-blog-post-meta-comments,
  .w-blog.layout_tiles .w-blog-post-meta-tags {
    display: none;
  }

  .w-blog.layout_cards .w-blog-post-meta-category {
    left: 30px;
    top: 30px;
  }

  .rtl .w-blog.layout_cards .w-blog-post-meta-category {
    left: auto;
    right: 30px;
  }

  .w-blognav-prev {
    padding-left: 25px;
    padding-right: 5px;
  }

  .w-blognav-next {
    padding-left: 5px;
    padding-right: 25px;
  }

  .rtl .w-blognav-prev {
    padding-left: 5px;
    padding-right: 25px;
  }

  .rtl .w-blognav-next {
    padding-left: 25px;
    padding-right: 5px;
  }

  .w-blognav-prev::before,
  .w-blognav-next::before {
    top: -9px;
  }

  .w-blognav-title {
    display: none;
  }

  .w-cart-quantity {
    display: none;
  }

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

  .g-filters-item {
    font-size: 14px !important;
    margin: 0 !important;
    overflow: hidden;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
    width: 50%;
  }

  .w-form.for_cform .w-form-row.for_submit {
    display: block !important;
    float: none !important;
    margin: 0 !important;
  }

  .w-form.for_cform .w-form-row.for_submit .w-btn {
    width: 100%;
  }

  .w-form.align_left .w-form-message.type_success,
  .w-form.align_right .w-form-message.type_success {
    display: block;
    padding-top: 10px;
    text-align: center;
  }

  .w-form.for_protectedpost .w-form-row.for_post_password {
    float: none !important;
    margin: 0 0 5px !important;
  }

  .w-gallery.cols_3 .w-gallery-item,
  .w-gallery.cols_4 .w-gallery-item,
  .w-gallery.cols_5 .w-gallery-item,
  .w-gallery.cols_6 .w-gallery-item,
  .w-gallery.cols_7 .w-gallery-item {
    width: 50%;
  }

  .w-gallery.cols_8 .w-gallery-item,
  .w-gallery.cols_9 .w-gallery-item,
  .w-gallery.cols_10 .w-gallery-item {
    width: 33.3333%;
  }

  .l-section.height_auto.width_full .g-loadmore-btn {
    padding: 20px;
  }

  .w-logos {
    padding: 0 !important;
  }

  .w-logos .owl-prev,
  .w-logos .owl-next {
    display: none !important;
  }

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

  .w-nav-anchor.level_2,
  .w-nav-anchor.level_3,
  .w-nav-anchor.level_4 {
    white-space: normal;
  }

  .l-content .w-portfolio-item {
    float: none !important;
    width: 100% !important;
  }

  .w-progbar.style_3 .w-progbar-title,
  .w-progbar.style_3 .w-progbar-bar {
    width: 100%;
  }

  .w-testimonial.style_4 {
    padding-left: 75px;
  }

  .rtl .w-testimonial.style_4 {
    padding-left: 0;
    padding-right: 75px;
  }

  .w-testimonial.style_4::before {
    font-size: 24px;
    line-height: 60px;
    width: 60px;
  }

  .w-testimonial.style_4 .w-testimonial-person img {
    height: 60px;
    width: 60px;
  }

  .woocommerce .login .clear + .form-row,
  .woocommerce-account .login .form-row:nth-child(3),
  .woocommerce .login .lost_password {
    float: none;
  }

  .woocommerce .woocommerce-ordering {
    clear: both;
    float: none;
    margin: 0;
    width: 100%;
  }

  .wpb_column.wooproduct,
  .woocommerce .products .product {
    width: 100% !important;
  }

  .woocommerce-tabs .tabs li {
    float: none;
    text-align: center;
  }

  .woocommerce .shop_table.cart {
    border: medium none;
    display: block;
  }

  .woocommerce .form-row .button,
  .woocommerce .shop_table .button {
    display: block;
    margin: 2px 0 !important;
    width: 100%;
  }

  .woocommerce .shop_table.cart tbody,
  .woocommerce .shop_table.cart tfoot,
  .woocommerce .shop_table.cart tr,
  .woocommerce .shop_table.cart td,
  .woocommerce .shop_table.cart tfoot th {
    border: medium none;
    display: block;
    position: relative;
    width: auto !important;
  }

  .woocommerce .shop_table.cart tr {
    clear: both;
  }

  .woocommerce .shop_table.cart td.product-remove {
    padding: 0;
    position: absolute;
    right: -10px;
    top: -2px;
    z-index: 3;
  }

  .woocommerce .shop_table.cart td.product-name {
    padding: 0 40px 5px 0;
  }

  .woocommerce .shop_table.cart td.product-price {
    float: left;
    line-height: 44px;
    padding: 0 12px 20px 0;
    text-align: left;
  }

  .woocommerce .shop_table.cart td.product-quantity {
    float: left;
    padding-top: 0;
    text-align: left;
  }

  .woocommerce .shop_table.cart td.product-subtotal {
    float: left;
    line-height: 44px;
    padding-top: 0;
    text-align: left;
  }

  .woocommerce .actions .coupon,
  .woocommerce .actions .coupon .input-text {
    float: none;
    margin: 0;
    width: 100%;
  }

  .woocommerce .cart_totals td,
  .woocommerce .cart_totals th {
    width: auto;
  }

  .woocommerce .cart_totals .checkout-button {
    font-size: 15px;
  }

  .woocommerce .checkout #order_review {
    padding: 15px 20px;
  }

  .dataTables_length,
  .dataTables_filter,
  .dataTables_info,
  .dataTables_paginate {
    float: none;
  }
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=search],
input[type=range],
input[type=time],
textarea,
select {
  border-radius: 5px;
  box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0, 0, 0, 0.08) inset;
  border: 1px solid #ccc;
  padding: 0 12px;
  transition: all 0.3s ease 0s;
  width: 100%;
}

textarea {
  padding: 8px 12px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=search],
input[type=range],
input[type=time],
select {
  height: 40px;
  line-height: 40px;
}

select > option {
  padding: 4px 8px;
}

input[type=checkbox],
input[type=radio] {
  box-shadow: none !important;
  margin-right: 5px;
}

.l-preloader {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transition: height 0.45s ease 0s;
  z-index: 11111;
}

.l-preloader.done {
  height: 0;
}

.l-preloader-spinner {
  background-color: inherit;
  color: inherit;
  left: 50%;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  transition: opacity 0.3s ease 0s;
}

.l-preloader.done .l-preloader-spinner {
  opacity: 0;
}

.l-preloader .g-preloader {
  height: 60px;
  width: 60px;
}

.l-preloader .g-preloader.type_custom {
  height: auto;
  max-width: 300px;
  width: auto;
}

.header_hor .l-subheader.at_middle,
.header_hor .l-subheader.at_bottom {
  box-shadow: 0 2px 0 -1px rgba(0, 0, 0, 0.08);
}

.l-header.bg_transparent:not(.sticky) .l-subheader.at_top {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.66);
}

.l-header.bg_transparent:not(.sticky) .l-subheader.at_bottom .l-subheader-h {
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.22);
}

.header_ver .l-header {
  box-shadow: 4px 0 5px -2px rgba(0, 0, 0, 0.1), 2px 0 1px -1px rgba(0, 0, 0, 0.05);
}

.w-header-show {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  color: #fff !important;
  display: none;
  font-size: 21px;
  height: 50px;
  line-height: 50px;
  opacity: 1;
  position: fixed;
  right: 15px;
  text-align: center;
  top: 15px;
  width: 50px;
  z-index: 101;
}

.header_ver.header-show .w-header-show {
  opacity: 0;
}

.w-header-show::before {
  content: "\F0C9";
  font-family: fontawesome;
  vertical-align: top;
}

.l-header .w-socials-item-link {
  border-radius: 0;
  box-shadow: none !important;
}

.l-header .w-btn {
  border-radius: 0.33em;
  font-weight: normal;
  line-height: 2.5;
  padding: 0 1.35em;
  text-transform: none;
}

.l-header .w-btn.icon_atleft i {
  left: 1.25em;
}

.l-header .w-btn.icon_atleft i + .w-btn-label {
  padding-left: 1.5em;
}

.l-header .w-btn.icon_atright i {
  right: 1.25em;
}

.l-header .w-btn.icon_atright i + .w-btn-label {
  padding-right: 1.5em;
}

.btn.w-menu-item {
  border-radius: 3px;
  display: inline-block !important;
  line-height: 34px !important;
  padding: 0 16px !important;
}

.btn.w-menu-item span {
  border: medium none !important;
}

.w-nav.type_desktop:not(.height_full),
.w-hwrapper .w-nav.type_desktop,
.w-vwrapper .w-nav.type_desktop {
  line-height: 50px;
}

.w-nav-arrow {
  font-family: fontawesome;
  font-size: 20px;
}

.w-nav-item.menu-item-has-children > .w-nav-anchor .w-nav-arrow::before {
  content: "\F105";
}

.w-nav.type_desktop .hover_underline .w-nav-title {
  position: relative;
}

.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title::after {
  bottom: -6px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 0 auto -2px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.no-touch .w-nav.type_desktop .hover_underline .w-nav-item.level_1:hover .w-nav-title::after {
  bottom: -2px;
  opacity: 1;
}

.w-nav.type_desktop .w-nav-list:not(.level_1) {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.btn.w-nav-item.level_1 > .w-nav-anchor {
  border: medium none !important;
  border-radius: 5px;
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  vertical-align: top;
}

.header_hor .type_desktop .btn.w-nav-item.level_1 > .w-nav-anchor {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  vertical-align: middle;
}

.no-touch .btn.w-nav-item.level_1 > .w-nav-anchor::before {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: height 0.3s ease 0s;
}

.no-touch .btn.w-nav-item.level_1 > .w-nav-anchor:hover::before {
  height: 100%;
}

.btn.w-nav-item.level_1 > .w-nav-anchor .w-nav-title {
  position: relative;
}

.btn.w-nav-item.level_1 > .w-nav-anchor .w-nav-title::after {
  display: none !important;
}

.header_ver .w-nav.type_mobile {
  padding: 0 10px;
}

.header_hor .w-nav.type_mobile .w-nav-control {
  display: block;
  font-size: 21px;
  line-height: 50px;
  padding: 0 12px;
}

.header_hor .l-subheader-cell.at_left .w-nav:first-child .w-nav-control {
  margin-left: -12px;
}

.header_hor .l-subheader-cell.at_right .w-nav:last-child .w-nav-control {
  margin-right: -12px;
}

.w-nav-control::before {
  content: "\F0C9";
  font-family: fontawesome;
  line-height: inherit;
  vertical-align: top;
}

.header_hor .w-nav.type_mobile .w-nav-list.level_1 {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  left: -40px;
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  right: -40px;
  top: 100%;
  z-index: 1;
}

.w-nav.type_mobile .w-nav-item {
  line-height: 26px;
}

.w-nav.type_mobile .w-nav-item:not(.btn) {
  text-align: left;
}

.w-nav.type_mobile .w-nav-item.menu-item-has-children > .w-nav-anchor .w-nav-title {
  padding-right: 50px;
}

.w-nav.type_mobile .w-nav-item.btn.menu-item-has-children > .w-nav-anchor .w-nav-title {
  padding-right: 20px;
}

.w-nav.type_mobile .w-nav-item.menu-item-has-children > .w-nav-anchor .w-nav-arrow {
  display: block;
  font-size: 23px;
  line-height: 46px;
  width: 40px;
}

.w-nav.type_mobile .w-nav-item.btn.menu-item-has-children > .w-nav-anchor .w-nav-arrow {
  line-height: 40px;
}

.w-nav.type_mobile .w-nav-item.menu-item-has-children > .w-nav-anchor .w-nav-arrow::before {
  content: "\F107";
}

.w-nav.type_mobile .w-nav-item.opened > .w-nav-anchor .w-nav-arrow {
  transform: rotate(180deg);
}

.w-nav.type_mobile .w-nav-item:not(.btn) .w-nav-anchor.level_1 {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06) inset;
  padding: 10px;
}

.w-nav.type_mobile .w-nav-item.btn .w-nav-anchor.level_1 {
  margin: 10px;
}

.w-nav.type_mobile .w-nav-anchor:not(.level_1) {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06) inset;
  line-height: 26px;
  padding: 10px 0 10px 20px;
}

.w-nav.type_mobile .w-nav-anchor.level_3 {
  padding-left: 30px;
}

.w-nav.type_mobile .w-nav-anchor.level_4 {
  padding-left: 40px;
}

.w-search-open::before {
  content: "\F002";
  font-family: fontawesome;
  vertical-align: top;
}

.w-search button::after {
  content: "\F002";
  font-family: fontawesome;
  font-size: 18px;
}

.w-search.layout_fullscreen .w-search-form {
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.w-search.layout_fullscreen.active .w-search-form {
  transform: translateY(0px);
}

.w-search.layout_fullscreen .w-search-form::before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.95;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.w-search.layout_fullscreen input {
  border-radius: 0;
  font-size: 44px;
  height: auto;
  left: 6%;
  line-height: 1.5;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 88%;
}

.l-titlebar {
  box-shadow: 0 -2px 0 -1px rgba(0, 0, 0, 0.08) inset;
  padding-left: 40px;
  padding-right: 40px;
  transition: padding 0.3s ease 0s;
}

.l-titlebar.color_alternate,
.l-titlebar.color_primary,
.l-titlebar.color_secondary {
  box-shadow: none;
}

.l-titlebar h1 {
  margin: 0;
}

.l-titlebar p {
  margin: 8px 0 0;
  opacity: 0.7;
}

.l-titlebar .g-breadcrumbs {
  font-size: 13px;
  line-height: 22px;
  margin: 12px 0 4px;
}

.g-breadcrumbs-separator {
  margin: 0 10px;
}

.g-breadcrumbs-separator::before {
  content: "\F105";
  font-family: fontawesome;
  vertical-align: top;
}

.l-titlebar .g-nav-item {
  border: 2px solid transparent;
  border-radius: 50%;
  color: inherit;
  display: block;
  font-family: fontawesome;
  font-size: 30px;
  height: 50px;
  line-height: 46px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.l-titlebar .g-nav-item.to_next {
  left: 0;
  padding-right: 3px;
}

.l-titlebar .g-nav-item.to_next::before {
  content: "\F104";
  vertical-align: top;
}

.l-titlebar .g-nav-item.to_prev {
  padding-left: 3px;
  right: 0;
}

.l-titlebar .g-nav-item.to_prev::before {
  content: "\F105";
  vertical-align: top;
}

.l-titlebar.size_small .l-titlebar-h,
.l-titlebar.size_medium .l-titlebar-h {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 13px 0;
}

.l-titlebar.size_medium .l-titlebar-h {
  padding: 27px 0 29px;
}

.l-titlebar.size_small h1,
.l-titlebar.size_medium h1 {
  display: inline-block;
  font-size: 24px;
  line-height: 34px;
  margin: 5px 20px 5px 0;
}

.l-titlebar.size_small p,
.l-titlebar.size_medium p {
  display: inline-block;
  margin: 5px 20px 5px 0;
}

.l-titlebar.size_small .g-breadcrumbs,
.l-titlebar.size_medium .g-breadcrumbs {
  margin: 5px 0;
}

.l-titlebar.size_small .g-nav,
.l-titlebar.size_medium .g-nav {
  font-size: 0;
  margin: -4px 0;
}

.l-titlebar.size_small .g-nav-item,
.l-titlebar.size_medium .g-nav-item {
  display: inline-block;
  margin: 0;
  position: static;
  vertical-align: top;
}

.l-titlebar.size_large,
.l-titlebar.size_huge {
  text-align: center;
}

.header_hor .l-header.bg_transparent ~ .l-titlebar.size_large,
.header_hor .l-header.bg_transparent ~ .l-titlebar.size_huge {
  padding-bottom: 30px;
}

.single-us_portfolio .l-titlebar.size_large .l-titlebar-h,
.single-us_portfolio .l-titlebar.size_huge .l-titlebar-h {
  padding-left: 80px;
  padding-right: 80px;
}

.l-titlebar.size_large .l-titlebar-h {
  padding-bottom: 50px;
  padding-top: 50px;
}

.l-titlebar.size_huge .l-titlebar-h {
  padding-bottom: 80px;
  padding-top: 80px;
}

@media (min-width: 768px) {
  .l-titlebar.size_huge h1 {
    font-size: 44px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 54px;
  }
}

.l-titlebar.size_huge h1,
.l-titlebar.size_huge p {
  text-transform: uppercase;
}

.l-titlebar.color_primary,
.l-titlebar.color_secondary {
  color: #fff;
}

.l-titlebar.color_primary h1,
.l-titlebar.color_primary a,
.l-titlebar.color_secondary h1,
.l-titlebar.color_secondary a,
.no-touch .l-titlebar.color_secondary a:hover {
  color: inherit;
}

.no-touch .l-titlebar.color_primary .g-nav-item:hover,
.no-touch .l-titlebar.color_secondary .g-nav-item:hover {
  border-color: #fff;
  color: #fff;
}

.l-canvas.sidebar_left .l-main,
.l-canvas.sidebar_right .l-main {
  padding-left: 40px;
  padding-right: 40px;
}

.l-sidebar {
  padding: 50px 0;
}

.l-canvas.sidebar_none .l-section {
  padding: 0 40px;
}

.l-section-h {
  padding: 50px 0;
}

.l-section.height_small .l-section-h {
  padding: 30px 0;
}

.l-section.height_large .l-section-h {
  padding: 80px 0;
}

.l-section.height_huge .l-section-h {
  padding: 120px 0;
}

.l-section.color_primary,
.l-section.color_secondary {
  color: #fff;
}

.l-section.color_primary a,
.l-section.color_secondary a {
  color: inherit;
}

.l-section.for_blogpost ~ .l-section:last-child {
  margin-bottom: 50px;
}

.l-section.preview_basic .l-section-h {
  padding-bottom: 0;
}

.l-section.preview_basic + .l-section .l-section-h {
  padding-top: 0;
}

.l-section.preview_basic .w-blog-post-preview {
  margin-bottom: 30px;
}

.l-section.preview_basic .w-blog-post-meta {
  padding: 5px 0 20px;
}

.l-section.preview_none .l-section-h {
  padding-bottom: 0;
}

.l-section.preview_none + .l-section .l-section-h {
  padding-top: 0;
}

.l-section.preview_none .w-blog-post-preview {
  display: none;
}

.l-section.preview_none .w-blog-post-meta {
  padding: 5px 0 20px;
}

.l-section.preview_modern .l-section-h {
  padding-bottom: 0;
}

.l-section.preview_modern .w-blog {
  padding: 40% 40px 30px;
  position: relative;
}

.l-section.preview_modern .w-blog::after {
  background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.66) 0px, transparent 100%) repeat-x scroll 0 0;
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
}

.l-section.preview_modern .w-blog-post-preview {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.l-section.preview_modern .w-blog-post-body {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.l-section.preview_modern .w-blog-post-title {
  color: #fff;
}

.l-section.preview_modern .w-blog-post-meta > * {
  color: rgba(255, 255, 255, 0.5);
}

.sidebar_left .l-section.preview_modern + .l-section .l-section-h,
.sidebar_right .l-section.preview_modern + .l-section .l-section-h {
  padding-top: 40px;
}

.sidebar_none .l-section.preview_modern .l-section-h,
.sidebar_none .l-section.preview_modern .w-blog {
  position: static;
}

.sidebar_none .l-section.preview_modern .w-blog {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20%;
}

.l-section.preview_trendy {
  overflow: hidden;
}

.l-section.preview_trendy .w-blog {
  padding: 24% 40px;
  position: relative;
  text-align: center;
}

.l-section.preview_trendy .w-blog::after {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.l-section.preview_trendy .w-blog-post-preview {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.l-section.preview_trendy .w-blog-post-body {
  padding-top: 35px;
  position: relative;
  z-index: 1;
}

.l-section.preview_trendy .w-blog-post-title {
  color: #fff;
  font-weight: bold;
}

.l-section.preview_trendy .w-blog-post-meta > * {
  color: rgba(255, 255, 255, 0.5);
}

.l-section.preview_trendy .w-blog-post-meta-category {
  font-size: 0;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.l-section.preview_trendy .w-blog-post-meta-category::before {
  display: none;
}

.l-section.preview_trendy .w-blog-post-meta-category a {
  background-color: rgba(0, 0, 0, 0.3);
  border: medium none !important;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  margin: 2px;
  padding: 4px 12px;
  text-transform: uppercase;
  vertical-align: top;
}

.sidebar_left .l-section.preview_trendy .l-section-h,
.sidebar_right .l-section.preview_trendy .l-section-h {
  padding-bottom: 0;
}

.sidebar_left .l-section.preview_trendy + .l-section .l-section-h,
.sidebar_right .l-section.preview_trendy + .l-section .l-section-h {
  padding-top: 40px;
}

.sidebar_none .l-section.preview_trendy .l-section-h,
.sidebar_none .l-section.preview_trendy .w-blog {
  position: static;
}

.sidebar_none .l-section.preview_trendy .w-blog {
  padding: 10% 0;
}

.sidebar_none .l-header.bg_transparent + .l-main .l-section.preview_trendy .w-blog {
  padding-top: 5%;
}

.l-section.for_pagination .l-section-h {
  padding: 0 0 20px;
}

.l-section.for_tags .l-section-h {
  padding: 35px 0;
}

.l-section.for_blogpost + .l-section + .l-section.for_tags .l-section-h {
  padding-top: 0;
}

.l-section.for_sharing .l-section-h {
  padding: 0 0 35px;
}

.l-section.for_author .l-section-h {
  padding: 0;
}

.l-section.for_blognav .l-section-h {
  border-color: inherit;
  border-top-style: solid;
  border-top-width: 1px;
  padding: 30px 0;
}

.l-section.for_author + .l-section.for_blognav .l-section-h {
  border-top: medium none;
}

.l-section.for_related .l-section-h {
  border-color: inherit;
  border-top-style: solid;
  border-top-width: 1px;
  padding: 30px 0;
}

.l-section.for_author + .l-section.for_related .l-section-h {
  border-top: medium none;
}

.l-section.for_comments .l-section-h {
  border-color: inherit;
  border-top-style: solid;
  border-top-width: 1px;
}

.l-section.for_blogpost ~ .l-section.for_comments .l-section-h {
  padding: 35px 0 0;
}

.l-navigation-item {
  display: block;
  margin-top: -60px;
  position: fixed;
  top: 50%;
  transition: right 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86) 0s, left 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86) 0s;
  width: 240px;
  z-index: 99;
}

.l-navigation-item.to_prev {
  right: -200px;
  text-align: right;
}

.l-navigation-item.to_next {
  left: -200px;
  text-align: left;
}

.no-touch .l-navigation-item.to_prev:hover {
  right: 0;
}

.no-touch .l-navigation-item.to_next:hover {
  left: 0;
}

.l-navigation-item-arrow {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  float: right;
  padding: 40px 0;
  text-align: center;
  transition: background-color 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86) 0s;
  width: 120px;
}

.l-navigation-item.to_prev .l-navigation-item-arrow {
  float: left;
}

.l-navigation-item-arrow::before {
  content: "\F104";
  display: inline-block;
  font-family: fontawesome;
  font-size: 30px;
  line-height: 40px;
  transform: translate(38px, 0px);
  transition: transform 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86) 0s;
  vertical-align: top;
  width: 40px;
}

.l-navigation-item.to_prev .l-navigation-item-arrow::before {
  content: "\F105";
  transform: translate(-38px, 0px);
}

.no-touch .l-navigation-item:hover .l-navigation-item-arrow::before {
  transform: translateX(0px);
}

.l-navigation-item-preview {
  float: left;
  width: 120px;
}

.l-navigation-item-preview img {
  display: block;
  width: 100%;
}

.l-navigation-item-title {
  clear: both;
  overflow: hidden;
}

.l-navigation-item-title span {
  background-color: rgba(30, 30, 30, 0.9);
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 20px;
  opacity: 0;
  overflow: hidden;
  padding: 12px 15px;
  text-overflow: ellipsis;
  transform: translate(0px, -44px);
  transition: transform 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86) 0s, opacity 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86) 0s;
  white-space: nowrap;
}

.no-touch .l-navigation-item:hover .l-navigation-item-title span {
  opacity: 1;
  transform: translate(0px, 0px);
  transition-delay: 0.2s;
}

.l-subfooter {
  padding-left: 40px;
  padding-right: 40px;
}

.l-subfooter.at_top p {
  margin: 0 0 20px;
}

.l-subfooter.at_top p:last-child {
  margin-bottom: 0;
}

.l-subfooter.at_bottom .w-menu {
  float: right;
}

.l-subfooter.at_bottom .w-menu-list {
  margin: 0 -10px;
}

.l-subfooter.at_bottom .w-menu-item {
  margin-left: 10px;
  margin-right: 10px;
}

.w-menu + .w-copyright {
  float: left;
}

.l-footer.layout_compact .l-subfooter.at_top {
  font-size: 0.9em;
  line-height: 1.6;
  padding-bottom: 20px;
  padding-top: 50px;
}

.l-footer.layout_compact .l-subfooter.at_bottom {
  font-size: 0.9em;
  line-height: 20px;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}

.l-footer.layout_compact .l-subfooter.at_bottom .btn.w-menu-item {
  margin-bottom: -7px;
  margin-top: -7px;
}

.l-footer.layout_modern .l-subfooter.at_top {
  padding-bottom: 50px;
  padding-top: 80px;
}

.l-footer.layout_modern .l-subfooter.at_bottom {
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}

.l-footer.layout_modern .l-subfooter.at_bottom .w-menu-list {
  margin: 0 -20px;
}

.l-footer.layout_modern .l-subfooter.at_bottom .w-menu-item {
  margin-left: 20px;
  margin-right: 20px;
}

.l-footer.layout_modern .l-subfooter.at_bottom .btn.w-menu-item {
  margin-bottom: -5px;
  margin-top: -5px;
}

.w-actionbox {
  border-radius: 5px;
  padding: 35px 40px;
}

.w-actionbox-text > *:first-child {
  margin: 0 !important;
}

.w-actionbox-text p {
  margin: 12px 0 4px;
}

.w-actionbox.controls_bottom .w-actionbox-controls {
  margin-top: 20px;
}

.w-actionbox.controls_bottom .w-btn {
  margin-left: 7px;
  margin-right: 7px;
}

.w-actionbox.controls_right .w-actionbox-controls {
  padding-left: 30px;
}

.w-actionbox.controls_right .w-btn {
  margin-left: 15px;
}

.w-actionbox.color_primary,
.w-actionbox.color_secondary,
.no-touch .w-actionbox.color_primary .w-actionbox-text a:hover,
.no-touch .w-actionbox.color_secondary .w-actionbox-text a:hover,
.no-touch .w-actionbox.color_primary a.w-btn.color_transparent,
.no-touch .w-actionbox.color_secondary a.w-btn.color_transparent {
  color: #fff;
}

.w-actionbox.color_primary .w-actionbox-text > *,
.w-actionbox.color_secondary .w-actionbox-text > *,
.w-actionbox.color_custom .w-actionbox-text > * {
  color: inherit;
}

.w-actionbox.color_primary .w-actionbox-text a,
.w-actionbox.color_secondary .w-actionbox-text a {
  color: #111;
}

.l-section.color_custom .w-actionbox.color_custom,
.l-section.color_primary .w-actionbox.color_primary,
.l-section.color_alternate .w-actionbox.color_light,
.l-section.color_secondary .w-actionbox.color_secondary {
  background-color: transparent;
  padding: 0;
}

.w-author {
  border: 2px solid;
  border-radius: 5px;
  overflow: hidden;
  padding: 35px;
}

.w-author + .w-blog {
  margin-top: 50px;
}

.w-author-img {
  float: left;
}

.w-author-img img {
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  width: 90px;
}

.w-author-name {
  font-size: 1.3em;
  line-height: 1.5;
  margin: 0 0 8px 120px;
}

.w-author-url {
  font-size: 0.9em;
  line-height: 1.7;
  margin: 0 0 10px 120px;
}

.w-author-url a {
  color: inherit;
}

.w-author-desc {
  font-size: 0.9em;
  line-height: 1.7;
  margin-bottom: 0 !important;
  margin-left: 120px;
}

.w-author-meta {
  font-weight: bold;
  margin: 0 0 8px 120px;
}

.w-blog-post-preview-icon {
  color: #fff;
  display: none;
  height: 0;
  width: 100%;
}

.w-blog-post-preview-icon::before {
  content: "\F040";
  display: block;
  font-family: fontawesome;
  font-size: 40px;
  left: 50%;
  line-height: 80px;
  margin: -40px 0 0 -40px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 80px;
}

.format-video.has-post-thumbnail .w-blog-post-preview-icon {
  display: block;
}

.w-blog-post.format-video .w-blog-post-preview-icon::before {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  content: "\F04B";
  font-size: 24px;
  line-height: 50px;
  margin: -25px 0 0 -25px;
  padding-left: 4px;
  width: 46px;
}

.w-blog-post.format-quote .w-blog-post-preview-icon::before {
  content: "\F10D";
}

.w-blog-post.format-audio .w-blog-post-preview-icon::before {
  content: "\F001";
}

.w-blog-post.format-link .w-blog-post-preview-icon::before {
  content: "\F0C1";
}

.w-blog-post.type-page .w-blog-post-preview-icon::before {
  content: "\F016";
}

.w-blog-post.post-password-required .w-blog-post-preview-icon::before {
  content: "\F023";
}

.w-blog-list .w-blog-post-title {
  margin-bottom: 15px;
}

.w-blog-post.sticky .w-blog-post-title {
  font-weight: bold;
}

.w-blog-post-meta a,
.color_alternate .w-blog-post-meta a {
  color: inherit;
}

.w-blog-post-meta > * {
  font-size: 0.9em;
  line-height: 18px;
  margin: 0 18px 8px 0;
}

.w-blog-post-meta > *::before {
  font-family: fontawesome;
  font-size: 14px;
  margin-right: 5px;
  vertical-align: top;
}

.w-blog-post-meta-date::before {
  content: "\F017";
}

.w-blog-post-meta-author::before {
  content: "\F007";
}

.w-blog-post-meta-tags::before {
  content: "\F02C";
}

.w-blog-post-meta-category::before {
  content: "\F07C";
}

.w-blog-post-meta-comments::before {
  content: "\F086";
}

.w-blog-post-content {
  margin-top: 5px;
  overflow-wrap: break-word;
}

.w-blog-post-content .l-section {
  margin-bottom: 30px;
}

.w-blog-post-more.w-btn {
  margin: 20px 0 0;
}

.w-blog-preloader {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.w-blog-preloader .g-preloader {
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
}

.w-blog-preloader.active {
  height: 400px;
}

.w-blog-preloader.active ~ .g-loadmore,
.w-blog-preloader.active ~ .g-pagination {
  display: none;
}

.w-blog:not(.cols_1) .w-blog-list {
  font-size: 0;
}

.w-blog:not(.cols_1) .w-blog-post {
  display: inline-block;
  vertical-align: top;
}

.w-blog.cols_2 .w-blog-post {
  width: 50%;
}

.w-blog.cols_3 .w-blog-post {
  width: 33.3333%;
}

.w-blog.cols_3.layout_masonry .w-blog-post {
  width: 33.34%;
}

.w-blog.cols_4 .w-blog-post {
  width: 25%;
}

.w-blog.cols_5 .w-blog-post {
  width: 20%;
}

.w-blog:not(.cols_1) .g-pagination {
  text-align: center;
}

.w-blog.layout_classic:not(.cols_1) .w-blog-list {
  margin-left: -25px;
  margin-right: -25px;
}

.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_classic .w-blog-list {
  margin-left: 25px;
  margin-right: 25px;
}

.w-blog.layout_classic .g-filters:not(.style_2) ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_classic:not(.with_filters) .w-blog-list {
  margin-top: 50px;
}

.w-blog.layout_classic:not(.cols_1) .w-blog-post {
  margin-bottom: 50px;
  padding: 0 25px;
}

.w-blog.layout_classic.cols_1 .w-blog-post {
  margin-bottom: 70px;
}

.w-blog.layout_classic .format-video .w-blog-post-preview-icon {
  display: none;
}

.w-blog.layout_classic.cols_2 .w-blog-post-preview .w-video-h,
.w-blog.layout_classic.cols_3 .w-blog-post-preview .w-video-h,
.w-blog.layout_classic.cols_4 .w-blog-post-preview .w-video-h,
.w-blog.layout_classic.cols_5 .w-blog-post-preview .w-video-h {
  padding-bottom: 66.6667%;
}

.w-blog.layout_classic .format-audio .w-blog-post-title,
.w-blog.layout_classic .format-video .w-blog-post-title,
.w-blog.layout_classic .format-gallery .w-blog-post-title,
.w-blog.layout_classic .has-post-thumbnail .w-blog-post-title {
  padding-top: 20px;
}

.w-blog.layout_classic .w-blog-post-title a {
  color: inherit;
}

.w-blog.layout_smallcircle:not(.cols_1) .w-blog-list,
.w-blog.layout_smallsquare:not(.cols_1) .w-blog-list {
  margin-left: -25px;
  margin-right: -25px;
}

.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_smallcircle .w-blog-list,
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_smallsquare .w-blog-list {
  margin-left: 25px;
  margin-right: 25px;
}

.w-blog.layout_smallcircle .g-filters:not(.style_2) ~ .w-blog-list,
.w-blog.layout_smallsquare .g-filters:not(.style_2) ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_smallcircle:not(.with_filters) .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_smallsquare:not(.with_filters) .w-blog-list {
  margin-top: 50px;
}

.w-blog.layout_smallcircle:not(.cols_1) .w-blog-post,
.w-blog.layout_smallsquare:not(.cols_1) .w-blog-post {
  margin-bottom: 50px;
  padding: 0 25px;
}

.w-blog.layout_smallcircle.cols_1 .w-blog-post,
.w-blog.layout_smallsquare.cols_1 .w-blog-post {
  margin-bottom: 70px;
}

.w-blog.layout_smallcircle .w-blog-post-preview,
.w-blog.layout_smallsquare .w-blog-post-preview {
  float: left;
  max-width: 350px;
  width: 30%;
}

.w-blog.layout_smallcircle .w-blog-post-preview {
  border-radius: 50%;
  overflow: hidden;
}

.w-blog.layout_smallcircle .w-blog-post:not(.has-post-thumbnail) .w-blog-post-preview-icon,
.w-blog.layout_smallsquare .w-blog-post:not(.has-post-thumbnail) .w-blog-post-preview-icon {
  display: block;
  padding-bottom: 100%;
}

.w-blog.layout_smallcircle .w-blog-post-body,
.w-blog.layout_smallsquare .w-blog-post-body {
  margin-left: 35%;
}

.w-blog.layout_smallcircle .w-blog-post-title a,
.w-blog.layout_smallsquare .w-blog-post-title a {
  color: inherit;
}

.w-blog.layout_masonry .w-blog-post {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  float: left;
  text-align: center;
  transition: box-shadow 0.3s ease 0s;
}

.no-touch .w-blog.layout_masonry .w-blog-post:hover {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.17);
  z-index: 3;
}

.w-blog.layout_masonry .format-video .w-blog-post-preview-icon {
  display: none;
}

.w-blog.layout_masonry .w-blog-post-body {
  padding: 40px;
}

.w-blog.layout_masonry .format-audio .w-blog-post-body,
.w-blog.layout_masonry .format-video .w-blog-post-body,
.w-blog.layout_masonry .format-gallery .w-blog-post-body,
.w-blog.layout_masonry .has-post-thumbnail .w-blog-post-body {
  padding-top: 30px;
}

.w-blog.layout_masonry .w-blog-post-title a {
  color: inherit;
}

.w-blog.layout_masonry .w-blog-post-meta > * {
  margin: 4px 8px;
}

.w-blog.layout_masonry .w-blog-post-content {
  margin-top: 10px;
}

.w-blog.layout_masonry .g-pagination {
  margin-top: 30px;
}

.w-blog.layout_tiles .w-blog-list {
  margin: -2px -2px 2px;
}

.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_tiles .w-blog-list {
  margin-left: 2px;
  margin-right: 2px;
}

.w-blog.layout_tiles .g-filters:not(.style_2) ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_tiles:not(.with_filters) .w-blog-list {
  margin-top: 2px;
}

.w-blog.layout_tiles .w-blog-post {
  padding: 2px;
}

.w-blog.layout_tiles .w-blog-post-h {
  overflow: hidden;
}

.w-blog.layout_tiles .has-post-thumbnail .w-blog-post-preview::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.w-blog.layout_tiles .w-blog-post-preview img {
  transition: transform 0.3s ease 0s;
}

.no-touch .w-blog.layout_tiles .w-blog-post-h:hover .w-blog-post-preview img {
  transform: scale(1.2);
}

.w-blog.layout_tiles .w-blog-post:not(.has-post-thumbnail) .w-blog-post-preview-icon {
  display: block;
  padding-bottom: 66.6666%;
}

.w-blog.layout_tiles .w-blog-post-preview-icon::before {
  display: none;
}

.w-blog.layout_tiles .w-blog-post-body {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 0 30px 15px;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.w-blog.layout_tiles .w-blog-post-title {
  font-weight: bold;
}

.w-blog.layout_tiles .w-blog-post-title a,
.no-touch .w-blog.layout_tiles .w-blog-post-meta a:hover {
  color: #fff !important;
}

.w-blog.layout_tiles .w-blog-post-meta > * {
  color: rgba(255, 255, 255, 0.5);
  line-height: 16px;
  pointer-events: auto;
}

.w-blog.layout_tiles .w-blog-post-meta-category {
  bottom: 100%;
  font-size: 0;
  left: 30px;
  margin: 0 -2px 10px;
  position: absolute;
}

.w-blog.layout_tiles .w-blog-post-meta-category::before {
  display: none;
}

.w-blog.layout_tiles .w-blog-post-meta-category a {
  background-color: rgba(0, 0, 0, 0.3);
  border: medium none !important;
  color: #fff !important;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  margin: 2px;
  padding: 2px 8px;
  text-transform: uppercase;
  vertical-align: top;
}

.w-blog.layout_tiles .w-blog-post-content,
.w-blog.layout_tiles .w-blog-post-more {
  display: none;
}

.w-blog.layout_cards .w-blog-list {
  margin: -5px -5px 5px;
}

.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_cards .w-blog-list {
  margin-left: 5px;
  margin-right: 5px;
}

.w-blog.layout_cards .g-filters:not(.style_2) ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_cards:not(.with_filters) .w-blog-list {
  margin-top: 5px;
}

.w-blog.layout_cards .w-blog-post {
  float: left;
  padding: 5px;
}

.w-blog.layout_cards .w-blog-post-h {
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 5px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: box-shadow 0.3s ease 0s;
}

.w-blog.layout_cards .w-blog-post-h:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 2px 12px rgba(0, 0, 0, 0.16);
}

.w-blog.layout_cards .w-blog-post-body {
  padding: 38px 45px 45px;
}

.w-blog.layout_cards .w-blog-post-title {
  font-weight: bold;
}

.w-blog.layout_cards.with_categories .w-blog-post:not(.has-post-thumbnail) .w-blog-post-title {
  margin-top: 36px;
}

.w-blog.layout_cards .w-blog-post-title a {
  color: inherit;
}

.w-blog.layout_cards .w-blog-post-meta-category {
  font-size: 0;
  left: 45px;
  margin: -2px;
  position: absolute;
  top: 45px;
}

.w-blog.layout_cards .has-post-thumbnail .w-blog-post-meta-category {
  left: 20px;
  top: 20px;
}

.w-blog.layout_cards .w-blog-post-meta-category::before {
  display: none;
}

.w-blog.layout_cards .w-blog-post-meta-category a {
  background-color: rgba(0, 0, 0, 0.3);
  border: medium none !important;
  border-radius: 50px;
  color: #fff !important;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  margin: 2px;
  padding: 4px 12px;
  text-transform: uppercase;
  vertical-align: top;
}

.w-blog.layout_cards .g-pagination {
  margin-top: 30px;
}

.w-blog.layout_latest:not(.cols_1) .w-blog-list {
  margin-left: -25px;
  margin-right: -25px;
}

.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_latest .w-blog-list {
  margin-left: 25px;
  margin-right: 25px;
}

.w-blog.layout_latest .g-filters:not(.style_2) ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_latest:not(.with_filters) .w-blog-list {
  margin-top: 50px;
}

.w-blog.layout_latest .w-blog-post {
  margin-bottom: 50px;
  min-height: 80px;
}

.w-blog.layout_latest:not(.cols_1) .w-blog-post {
  padding: 0 25px;
}

.w-blog.layout_latest .w-blog-post-body {
  margin-left: 105px;
}

.w-blog.layout_latest .w-blog-post-meta-date {
  border: 2px solid;
  border-radius: 50%;
  color: inherit;
  height: 80px;
  left: 0;
  padding: 16px 0 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 80px;
}

.w-blog-post-meta-date-day {
  display: block;
  font-size: 26px;
  line-height: 32px;
}

.w-blog-post-meta-date-month {
  display: block;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

.w-blog.layout_latest .w-blog-post-meta-date::before,
.w-blog-post-meta-date-year {
  display: none;
}

.w-blog.layout_compact:not(.cols_1) .w-blog-list {
  margin-left: -25px;
  margin-right: -25px;
}

.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_compact .w-blog-list {
  margin-left: 25px;
  margin-right: 25px;
}

.w-blog.layout_compact .g-filters:not(.style_2) ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_compact:not(.with_filters) .w-blog-list {
  margin-top: 50px;
}

.w-blog.layout_compact:not(.cols_1) .w-blog-post {
  padding: 0 25px;
}

.w-blog.layout_compact .w-blog-post {
  margin-bottom: 30px;
}

.l-section.for_related .w-blog.layout_compact .w-blog-post {
  margin-bottom: 8px;
}

.l-section.for_related .w-blog.layout_compact .w-blog-post:last-child {
  margin-bottom: 4px;
}

.w-blog.layout_compact .w-blog-post-title {
  display: inline-block;
  font-family: inherit;
  font-weight: normal;
  margin: 0 10px 0 0;
  vertical-align: baseline;
}

.w-blog.layout_compact[class*=cols] .w-blog-list .w-blog-post-title {
  font-size: inherit;
}

.w-blog.layout_compact .w-blog-post-meta {
  display: inline-block;
  vertical-align: baseline;
}

.w-blog.layout_compact .w-blog-post-meta > * {
  margin: 0 16px 0 0;
  vertical-align: baseline;
}

.w-blog.layout_compact .w-blog-post-meta > *::before,
.w-blog.layout_compact .w-blog-post-content,
.w-blog.layout_compact .w-blog-post-more {
  display: none;
}

.w-blog.layout_related .w-blog-list {
  margin: 0 -15px;
}

.w-blog.layout_related .w-blog-post {
  float: left;
  padding: 0 15px;
  width: 33.3333%;
}

.w-blog.layout_related .w-blog-post:not(.has-post-thumbnail) .w-blog-post-preview-icon {
  display: block;
  padding-bottom: 66.6666%;
}

.w-blog.layout_related .w-blog-post-title {
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  margin: 12px 0 10px;
}

.w-blog-post.format-link .w-blog-post-title a::after {
  content: "\F08E";
  font-family: fontawesome;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1;
  margin-left: 0.6em;
}

.w-blog-post.format-link .w-blog-post-content,
.w-blog-post.format-link .w-blog-post-meta-comments {
  display: none;
}

.w-blog-post.format-quote blockquote {
  border: medium none;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

.w-blog-post.format-quote blockquote cite {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.5;
}

.w-blog.layout_classic .format-quote.has-post-thumbnail blockquote {
  padding-top: 20px;
}

.w-blog.layout_tiles .format-quote blockquote {
  margin-bottom: 8px;
}

.w-blog.layout_cards .format-quote .w-blog-post-h {
  color: #fff;
}

.w-blog.layout_cards .format-quote .w-blog-post-body {
  padding-top: 48px;
}

.w-blognav {
  overflow: hidden;
}

.w-blognav-prev {
  color: inherit !important;
  float: left;
  padding: 0 35px;
  position: relative;
  transition: none 0s ease 0s;
  width: 50%;
}

.w-blognav-prev::before {
  content: "\F104";
  font: 36px/1 fontawesome;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 6px;
}

.w-blognav-next {
  color: inherit !important;
  float: right;
  padding: 0 35px;
  position: relative;
  text-align: right;
  transition: none 0s ease 0s;
  width: 50%;
}

.w-blognav-next::before {
  content: "\F105";
  font: 36px/1 fontawesome;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 6px;
}

.w-blognav-meta {
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 4px;
  opacity: 0.5;
  text-transform: uppercase;
}

.w-blognav-title {
  display: inline-block;
  line-height: 1.5;
  transition: color 0.3s ease 0s;
  vertical-align: top;
}

.w-btn,
button,
input[type=submit] {
  border: medium none !important;
  border-radius: 0.33em;
  font-size: 15px;
  font-weight: bold;
  line-height: 2.8;
  margin: 5px 0;
  overflow: hidden;
  padding: 0 1.8em;
  text-transform: uppercase;
  transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s, opacity 0.3s ease 0s, color 0.3s ease 0s;
  z-index: 0;
}

input[type=submit]:focus {
  box-shadow: none;
}

.no-touch .w-btn::before {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: height 0.3s ease 0s;
}

.no-touch .w-btn:hover::before {
  height: 100%;
}

.w-btn-label {
  position: relative;
}

.w-btn i {
  line-height: inherit;
  position: absolute;
  vertical-align: top;
}

.w-btn.icon_atleft i {
  left: 1.8em;
}

.w-btn.icon_atleft i + .w-btn-label {
  padding-left: 1.6em;
}

.w-btn.icon_atright i {
  right: 1.8em;
}

.w-btn.icon_atright i + .w-btn-label {
  padding-right: 1.6em;
}

.w-btn.style_outlined {
  background-color: transparent !important;
}

.w-btn.color_transparent {
  font-weight: normal;
  margin: 0 4px;
  overflow: visible;
  padding: 0 !important;
  text-transform: none;
}

.no-touch .w-btn.color_transparent::before {
  display: none;
}

.w-btn.color_transparent.icon_atleft i {
  left: 0 !important;
}

.w-btn.color_transparent.icon_atright i {
  right: 0 !important;
}

button,
input[type=submit],
a.w-btn.color_primary,
a.w-btn.color_secondary,
.no-touch button:hover,
.no-touch input[type=submit]:hover,
.no-touch a.w-btn.color_primary:hover,
.no-touch a.w-btn.color_secondary:hover,
.no-touch a.w-btn.color_primary.style_outlined:hover,
.no-touch .w-btn.color_primary.style_outlined:hover,
.no-touch a.w-btn.color_secondary.style_outlined:hover,
.no-touch .w-btn.color_secondary.style_outlined:hover {
  color: #fff;
}

.w-btn.color_light::before,
.w-btn.color_contrast::before {
  background-color: rgba(0, 0, 0, 0.06);
}

.w-btn.color_white,
a.w-btn.color_white {
  background-color: #fff;
  color: #444;
}

.no-touch .w-btn.color_white:hover,
.no-touch a.w-btn.color_white:hover {
  color: #444;
}

.no-touch .w-btn.color_white::before {
  background-color: rgba(0, 0, 0, 0.06);
}

.w-btn.color_white.style_outlined,
a.w-btn.color_white.style_outlined {
  box-shadow: 0 0 0 2px #fff inset;
  color: #fff;
}

.no-touch .w-btn.color_white.style_outlined:hover,
.no-touch a.w-btn.color_white.style_outlined:hover {
  color: #444;
}

.w-btn.color_white.style_outlined::before {
  background-color: #fff;
}

.w-btn.color_black {
  background-color: #000;
  color: #fff;
}

.no-touch .w-btn.color_black:hover {
  color: #fff;
}

.no-touch .w-btn.color_black::before {
  background-color: rgba(255, 255, 255, 0.05);
}

.w-btn.color_black.style_outlined {
  box-shadow: 0 0 0 2px #000 inset;
  color: #000;
}

.no-touch .w-btn.color_black.style_outlined:hover {
  color: #fff;
}

.w-btn.color_black.style_outlined::before {
  background-color: #000;
}

.w-btn.color_red,
.w-btn.color_red.style_outlined::before {
  background-color: #f40;
}

.w-btn.color_red.style_outlined {
  box-shadow: 0 0 0 2px #f40 inset;
  color: #f40;
}

.w-btn.color_red,
.no-touch .w-btn.color_red:hover,
.no-touch .w-btn.color_red.style_outlined:hover {
  color: #fff;
}

.w-btn.color_pink,
.w-btn.color_pink.style_outlined::before {
  background-color: #ff6b6b;
}

.w-btn.color_pink.style_outlined {
  box-shadow: 0 0 0 2px #ff6b6b inset;
  color: #ff6b6b;
}

.w-btn.color_pink,
.no-touch .w-btn.color_pink:hover,
.no-touch .w-btn.color_pink.style_outlined:hover {
  color: #fff;
}

.w-btn.color_blue,
.w-btn.color_blue.style_outlined::before {
  background-color: #5ac8ed;
}

.w-btn.color_blue.style_outlined {
  box-shadow: 0 0 0 2px #5ac8ed inset;
  color: #5ac8ed;
}

.w-btn.color_blue,
.no-touch .w-btn.color_blue:hover,
.no-touch .w-btn.color_blue.style_outlined:hover {
  color: #fff;
}

.w-btn.color_green,
.w-btn.color_green.style_outlined::before {
  background-color: #59ba41;
}

.w-btn.color_green.style_outlined {
  box-shadow: 0 0 0 2px #59ba41 inset;
  color: #59ba41;
}

.w-btn.color_green,
.no-touch .w-btn.color_green:hover,
.no-touch .w-btn.color_green.style_outlined:hover {
  color: #fff;
}

.w-btn.color_yellow,
.w-btn.color_yellow.style_outlined::before {
  background-color: #fac000;
}

.w-btn.color_yellow.style_outlined {
  box-shadow: 0 0 0 2px #fac000 inset;
  color: #fac000;
}

.w-btn.color_yellow,
.no-touch .w-btn.color_yellow:hover,
.no-touch .w-btn.color_yellow.style_outlined:hover {
  color: #fff;
}

.w-btn.color_yellow::before {
  background-color: rgba(0, 0, 0, 0.06);
}

.w-btn.color_midnight,
.w-btn.color_midnight.style_outlined::before {
  background-color: #2c3e50;
}

.w-btn.color_midnight.style_outlined {
  box-shadow: 0 0 0 2px #2c3e50 inset;
  color: #2c3e50;
}

.w-btn.color_midnight,
.no-touch .w-btn.color_midnight:hover,
.no-touch .w-btn.color_midnight.style_outlined:hover {
  color: #fff;
}

.w-btn.color_purple,
.w-btn.color_purple.style_outlined::before {
  background-color: #8560a8;
}

.w-btn.color_purple.style_outlined {
  box-shadow: 0 0 0 2px #8560a8 inset;
  color: #8560a8;
}

.w-btn.color_purple,
.no-touch .w-btn.color_purple:hover,
.no-touch .w-btn.color_purple.style_outlined:hover {
  color: #fff;
}

.w-btn.color_navy,
.w-btn.color_navy.style_outlined::before {
  background-color: #1265a8;
}

.w-btn.color_navy.style_outlined {
  box-shadow: 0 0 0 2px #1265a8 inset;
  color: #1265a8;
}

.w-btn.color_navy,
.no-touch .w-btn.color_navy:hover,
.no-touch .w-btn.color_navy.style_outlined:hover {
  color: #fff;
}

.w-btn.color_teal,
.w-btn.color_teal.style_outlined::before {
  background-color: #008b83;
}

.w-btn.color_teal.style_outlined {
  box-shadow: 0 0 0 2px #008b83 inset;
  color: #008b83;
}

.w-btn.color_teal,
.no-touch .w-btn.color_teal:hover,
.no-touch .w-btn.color_teal.style_outlined:hover {
  color: #fff;
}

.w-btn.color_brown,
.w-btn.color_brown.style_outlined::before {
  background-color: #6a4530;
}

.w-btn.color_brown.style_outlined {
  box-shadow: 0 0 0 2px #6a4530 inset;
  color: #6a4530;
}

.w-btn.color_brown,
.no-touch .w-btn.color_brown:hover,
.no-touch .w-btn.color_brown.style_outlined:hover {
  color: #fff;
}

.w-btn.color_cream,
.w-btn.color_cream.style_outlined::before {
  background-color: #ffe2bf;
}

.w-btn.color_cream.style_outlined {
  box-shadow: 0 0 0 2px #ffe2bf inset;
  color: #ffe2bf;
}

.w-btn.color_cream,
.no-touch .w-btn.color_cream:hover,
.no-touch .w-btn.color_cream.style_outlined:hover {
  color: #6b5e50;
}

.w-btn.color_cream::before {
  background-color: rgba(0, 0, 0, 0.06);
}

.w-btn.color_lime,
.w-btn.color_lime.style_outlined::before {
  background-color: #baeb59;
}

.w-btn.color_lime.style_outlined {
  box-shadow: 0 0 0 2px #baeb59 inset;
  color: #baeb59;
}

.w-btn.color_lime,
.no-touch .w-btn.color_lime:hover,
.no-touch .w-btn.color_lime.style_outlined:hover {
  color: #656c57;
}

.w-btn.color_lime::before {
  background-color: rgba(0, 0, 0, 0.06);
}

.w-btn-wrapper.align_left {
  display: inline-block;
  margin-right: 6px;
  vertical-align: top;
}

.align_center > .w-btn-wrapper.align_left {
  margin-left: 10px;
  margin-right: 10px;
}

.w-btn-wrapper.align_center {
  text-align: center;
}

.w-btn-wrapper.align_right {
  float: right;
  margin-left: 10px;
}

.w-comments-title {
  margin-bottom: 10px;
}

.w-comments-title::before {
  content: "\F086";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 5px;
  opacity: 0.33;
  vertical-align: top;
}

.w-comments-title > span {
  display: inline-block;
  vertical-align: top;
}

.w-comments-list {
  border-bottom: 1px solid;
  margin-bottom: 30px;
}

.w-comments-item {
  border-color: inherit;
  border-top-style: solid;
  border-top-width: 1px;
  margin-bottom: 30px;
  padding-top: 30px;
}

.w-comments-list > .w-comments-item:first-child {
  border-top: medium none;
}

.w-comments-childlist {
  border-color: inherit;
  margin-left: 30px;
}

.w-comments-item-meta,
.w-comments-item-text,
.w-comments-item-answer {
  margin-left: 70px;
}

.w-comments-item-meta {
  margin-bottom: 15px;
}

.w-comments-item-icon {
  border-radius: 50%;
  overflow: hidden;
  top: 30px;
  width: 50px;
}

.w-comments-item-author {
  font-weight: bold;
  margin-right: 20px;
}

.w-comments-item-date {
  color: inherit;
  font-size: 13px;
  opacity: 0.5;
}

.w-comments-item-text > *:last-child {
  margin-bottom: 0;
}

.w-comments-item-answer {
  font-size: 13px;
  margin-top: 15px;
}

.w-comments-pagination {
  font-size: 13px;
  text-align: center;
}

.w-comments-pagination a {
  margin: 0 10px;
}

.no-touch .w-comments-item-meta a:hover,
.no-touch .w-comments-item-text a:hover,
.no-touch .w-comments-item-answer a:hover,
.no-touch .w-comments-pagination a:hover,
.no-touch .comment-reply-title a:hover {
  opacity: 1;
}

.comment-reply-title small {
  font-size: 13px;
  margin-left: 5px;
}

.w-contacts-item.for_address::before {
  content: "\F041";
  font-family: fontawesome;
}

.w-contacts-item.for_phone::before {
  content: "\F095";
  font-family: fontawesome;
}

.w-contacts-item.for_email::before {
  content: "\F0E0";
  font-family: fontawesome;
}

.w-contacts-item.for_fax::before {
  content: "\F02F";
  font-family: fontawesome;
}

.l-main .w-contacts-list {
  font-size: 0;
  margin: 0 -20px -20px;
}

.l-main .w-contacts-item {
  display: inline-block;
  padding: 0 20px 20px;
  vertical-align: middle;
  white-space: nowrap;
}

.l-main .w-contacts-item::before {
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-right: 15px;
  text-align: center;
  vertical-align: inherit;
  width: 50px;
}

.l-section.color_primary .w-contacts-item::before,
.l-section.color_secondary .w-contacts-item::before {
  box-shadow: 0 0 0 2px #fff inset;
  color: #fff;
}

.l-main .w-contacts-item-value {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  vertical-align: inherit;
}

.l-main .w-contacts-item.for_address .w-contacts-item-value {
  max-width: calc(100% - 65px);
  white-space: normal;
}

.l-subfooter .w-contacts-item {
  position: relative;
}

.l-subfooter .w-contacts-item::before {
  display: block;
  font-size: 18px;
  height: 21px;
  left: 0;
  line-height: 21px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 21px;
}

.l-subfooter .w-contacts-item-value {
  display: block;
  margin: 0 0 12px 36px;
}

.w-counter {
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
}

.w-counter-number {
  line-height: 1;
}

.l-section.color_primary .w-counter-number,
.l-section.color_secondary .w-counter-number,
.l-section.color_custom .w-counter-number {
  color: inherit;
}

.w-counter h6.w-counter-title {
  margin: 0;
  padding: 10px 0 8px;
}

.w-counter.size_small .w-counter-number {
  font-size: 4em;
}

.w-counter.size_medium .w-counter-number {
  font-size: 5em;
}

.w-counter.size_large .w-counter-number {
  font-size: 6em;
}

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

.g-filters-item {
  cursor: pointer;
  display: inline-block;
  text-overflow: ellipsis;
  transition: all 0.2s ease 0s;
  vertical-align: top;
  white-space: nowrap;
}

.g-filters-item.active {
  cursor: default;
}

.l-section.color_primary .g-filters.style_1,
.l-section.color_secondary .g-filters.style_1,
.l-section.color_custom .g-filters.style_1 {
  background-color: transparent;
}

.g-filters.style_1 .g-filters-item {
  font-size: 14px;
  line-height: 50px;
  padding: 0 18px;
}

.no-touch .g-filters.style_1 .g-filters-item:hover {
  color: #fff;
}

.g-filters.style_2 {
  padding: 0 18px 18px;
}

.w-portfolio.with_indents .g-filters.style_2 {
  padding-bottom: 10px;
}

.l-section.height_auto .g-filters.style_2 {
  padding-top: 18px;
}

.g-filters.style_2 .g-filters-item {
  border-radius: 3px;
  line-height: 42px;
  margin: 2px;
  padding: 0 20px;
}

.no-touch .g-filters.style_2 .g-filters-item:hover {
  color: #fff;
}

.l-section.color_primary .g-filters.style_2 .g-filters-item.active,
.l-section.color_secondary .g-filters.style_2 .g-filters-item.active,
.l-section.color_custom .g-filters.style_2 .g-filters-item.active {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.g-filters.style_3 .g-filters-item {
  background-color: transparent !important;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.66;
  padding: 15px 20px 12px;
}

.no-touch .g-filters.style_3 .g-filters-item:hover,
.g-filters.style_3 .g-filters-item.active {
  opacity: 1;
}

.l-section.color_primary .g-filters.style_3 .g-filters-item.active,
.l-section.color_secondary .g-filters.style_3 .g-filters-item.active,
.l-section.color_custom .g-filters.style_3 .g-filters-item.active {
  border-color: #fff;
  color: #fff;
}

.w-form-row {
  margin-bottom: 16px;
}

.w-form-row.for_submit {
  margin-bottom: 0;
}

.w-form-row-label {
  display: none;
  margin-bottom: 5px;
}

.w-form-row.for_captcha .w-form-row-label {
  display: block;
}

.w-form-row.for_captcha .w-form-row-label span {
  direction: ltr;
  display: inline-block;
}

.w-form-row-field {
  position: relative;
}

.w-form-row-field > input[type=text],
.w-form-row-field > input[type=password],
.w-form-row-field > input[type=email],
.w-form-row-field > textarea,
.w-form-row-field > select {
  padding-left: 48px;
}

.w-form-row-field::before {
  display: block;
  font-family: fontawesome;
  font-size: 20px;
  left: 0;
  line-height: 40px;
  opacity: 0.33;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 0.3s ease 0s, color 0.3s ease 0s;
  width: 50px;
}

.w-form-row.for_log .w-form-row-field::before,
.w-form-row.for_name .w-form-row-field::before,
.w-form-row.for_author .w-form-row-field::before {
  content: "\F007";
}

.w-form-row.for_email .w-form-row-field::before {
  content: "\F0E0";
}

.w-form-row.for_phone .w-form-row-field::before {
  content: "\F095";
}

.w-form-row.for_comment .w-form-row-field::before,
.w-form-row.for_message .w-form-row-field::before {
  content: "\F040";
}

.w-form-row.for_url .w-form-row-field::before {
  content: "\F0C1";
}

.w-form-row.for_captcha .w-form-row-field::before {
  content: "\F059";
}

.w-form-row.for_pwd .w-form-row-field::before,
.w-form-row.for_post_password .w-form-row-field::before {
  content: "\F023";
}

.w-form-row.focused .w-form-row-field::before {
  opacity: 1;
}

.w-form-row-field-bar {
  display: none;
}

.w-form .w-btn {
  margin: 0;
}

.w-form .w-btn-label {
  display: block;
  transform: translateY(0px);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}

.w-form .w-btn.loading .w-btn-label {
  opacity: 0;
  transform: translateY(100%);
}

.w-form .w-btn .g-preloader {
  height: 26px;
  left: 50%;
  margin: -13px 0 0 -13px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  width: 26px;
}

.w-form .w-btn.loading .g-preloader {
  opacity: 1;
  transform: translateY(0px);
}

.w-form-row-state {
  font-size: 13px;
  height: 0;
  line-height: 18px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: height, padding, opacity;
}

.w-form-message {
  font-size: 18px;
  line-height: 26px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: padding, opacity;
}

.w-form-message.type_success {
  color: #4c0;
  opacity: 1;
  padding: 8px 0;
}

.w-form-message.type_error {
  color: red;
  opacity: 1;
  padding: 8px 0;
}

.w-form.align_left .w-form-row.for_submit {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.w-form.align_left .w-form-message.type_success {
  display: inline-block;
  vertical-align: middle;
}

.w-form.align_right {
  text-align: left;
}

.w-form.align_right .w-form-row.for_submit {
  display: inline-block;
  float: right;
  margin-left: 15px;
  vertical-align: middle;
}

.w-form.align_right .w-form-message.type_success {
  display: inline-block;
  vertical-align: middle;
}

.w-form-row.check_wrong input,
.w-form-row.check_wrong textarea,
.w-form-row.check_wrong select {
  box-shadow: 0 0 0 2px red;
}

.w-form-row.check_wrong .w-form-row-state {
  color: red;
  height: 20px;
  opacity: 1;
  padding-top: 4px;
}

.w-form.for_comments .form-submit input {
  margin: 0;
}

.w-form.for_protectedpost::after {
  clear: both;
  content: "";
  display: block;
}

.w-form.for_protectedpost .w-form-row.for_post_password,
.w-form.for_protectedpost .w-form-row.for_submit {
  float: left;
  margin-right: 10px;
}

.w-form.for_login .w-form-row.for_submit {
  float: left;
  margin-right: 15px;
}

.w-form.for_login .w-form-row.for_submit ~ label {
  display: inline-block;
  font-size: 13px;
  margin-top: 8px;
  vertical-align: top;
  white-space: nowrap;
}

.w-form.for_login .w-form-row.for_submit ~ label input[type=checkbox] {
  margin-top: -3px;
  vertical-align: middle;
}

.w-form-row.for_links {
  clear: both;
  margin: 0;
  padding-top: 10px;
}

.w-form-row-link {
  font-size: 13px;
  margin-right: 10px;
}

.w-gallery.link_media .w-gallery-item {
  cursor: zoom-in;
}

.no-touch a.w-gallery-item .w-gallery-item-hover {
  bottom: 0;
  box-shadow: 0 0 0 1px transparent inset;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: box-shadow 0.3s ease 0s;
}

.no-touch a.w-gallery-item:hover .w-gallery-item-hover {
  box-shadow: 0 0 0 8px #fff inset;
}

.w-gallery.with_indents .w-gallery-list {
  margin: -4px;
}

.l-section.width_full .vc_col-sm-12 .w-gallery.with_indents .w-gallery-list {
  margin-left: 4px;
  margin-right: 4px;
}

.l-section.height_auto .vc_col-sm-12 .w-gallery.with_indents .w-gallery-list {
  margin-bottom: 4px;
  margin-top: 4px;
}

.w-gallery.with_indents .w-gallery-item {
  padding: 4px;
}

.w-gallery.with_indents a.w-gallery-item .w-gallery-item-hover {
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
}

.w-iconbox-link {
  color: inherit;
  transition: none 0s ease 0s;
}

.w-iconbox-icon {
  line-height: 1;
  position: relative;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, box-shadow 0.1s ease 0s;
}

.no-touch .l-footer .w-iconbox-link:hover .w-iconbox-icon {
  color: inherit;
}

.w-iconbox-title {
  transition: color 0.3s ease 0s;
}

.w-iconbox-text p,
.w-iconbox-text ul,
.w-iconbox-text ol {
  margin-bottom: 12px !important;
}

.w-iconbox.iconpos_top {
  max-width: 350px;
}

.w-iconbox.iconpos_top .w-iconbox-title {
  padding: 15px 0;
}

.w-iconbox.iconpos_left .w-iconbox-title {
  padding: 0 0 15px;
}

.w-iconbox.style_default .w-iconbox-icon {
  background-color: transparent !important;
  box-shadow: none !important;
  color: inherit;
}

.w-iconbox.style_circle .w-iconbox-icon,
.w-iconbox.style_outlined .w-iconbox-icon {
  border-radius: 50%;
  overflow: hidden;
}

.w-iconbox.style_outlined .w-iconbox-icon {
  background-color: transparent !important;
}

.no-touch .w-iconbox.style_circle .w-iconbox-link:hover .w-iconbox-icon {
  color: #fff !important;
}

.no-touch .w-iconbox.style_outlined .w-iconbox-link:hover .w-iconbox-icon {
  box-shadow: 0 0 0 2px transparent inset;
  color: #fff !important;
  transition: color 0.3s ease 0s, box-shadow 0.1s ease 0.3s;
}

.no-touch .w-iconbox.style_circle .w-iconbox-icon::before,
.no-touch .w-iconbox.style_outlined .w-iconbox-icon::before {
  border: 1px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: -2px;
  transition: height 0.3s ease 0s;
  width: 100%;
}

.no-touch .w-iconbox.style_circle .w-iconbox-link:hover .w-iconbox-icon::before,
.no-touch .w-iconbox.style_outlined .w-iconbox-link:hover .w-iconbox-icon::before {
  height: 100%;
}

.w-iconbox.style_circle .w-iconbox-icon i,
.w-iconbox.style_outlined .w-iconbox-icon i {
  position: relative;
}

.w-iconbox.cont_img .w-iconbox-icon::before {
  display: none !important;
}

.w-iconbox.color_primary.style_circle .w-iconbox-icon,
.w-iconbox.color_secondary.style_circle .w-iconbox-icon,
.no-touch .l-section.color_primary .w-iconbox-link:hover .w-iconbox-title {
  color: #fff !important;
}

.w-iconbox.no_text.size_tiny {
  max-width: 50px;
}

.w-iconbox.size_tiny .w-iconbox-icon {
  font-size: 24px;
  line-height: 28px;
}

.w-iconbox.style_default.size_tiny .w-iconbox-icon img {
  max-width: 24px;
}

.w-iconbox.size_tiny .w-iconbox-title {
  font-size: 20px;
  line-height: 28px;
  padding: 10px 0;
}

.w-iconbox.size_tiny.iconpos_left .w-iconbox-title {
  margin-left: 38px;
  padding-top: 0;
}

.w-iconbox.style_circle.size_tiny .w-iconbox-icon,
.w-iconbox.style_outlined.size_tiny .w-iconbox-icon {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.w-iconbox.style_circle.size_tiny .w-iconbox-icon img,
.w-iconbox.style_outlined.size_tiny .w-iconbox-icon img {
  max-width: 20px;
}

.w-iconbox.style_circle.size_tiny.iconpos_left .w-iconbox-title,
.w-iconbox.style_circle.size_tiny.iconpos_left .w-iconbox-text,
.w-iconbox.style_outlined.size_tiny.iconpos_left .w-iconbox-title,
.w-iconbox.style_outlined.size_tiny.iconpos_left .w-iconbox-text {
  margin-left: 70px;
}

.w-iconbox.no_text.size_small {
  max-width: 70px;
}

.w-iconbox.size_small .w-iconbox-icon {
  font-size: 36px;
}

.w-iconbox.style_default.size_small .w-iconbox-icon img {
  max-width: 36px;
}

.w-iconbox.size_small.iconpos_left .w-iconbox-title,
.w-iconbox.size_small.iconpos_left .w-iconbox-text {
  margin-left: 55px;
}

.w-iconbox.style_circle.size_small .w-iconbox-icon,
.w-iconbox.style_outlined.size_small .w-iconbox-icon {
  font-size: 28px;
  height: 70px;
  line-height: 70px;
  width: 70px;
}

.w-iconbox.style_circle.size_small .w-iconbox-icon img,
.w-iconbox.style_outlined.size_small .w-iconbox-icon img {
  max-width: 28px;
}

.w-iconbox.style_circle.size_small.iconpos_left .w-iconbox-title,
.w-iconbox.style_circle.size_small.iconpos_left .w-iconbox-text,
.w-iconbox.style_outlined.size_small.iconpos_left .w-iconbox-title,
.w-iconbox.style_outlined.size_small.iconpos_left .w-iconbox-text {
  margin-left: 95px;
}

.w-iconbox.no_text.size_medium {
  max-width: 90px;
}

.w-iconbox.size_medium .w-iconbox-icon {
  font-size: 48px;
}

.w-iconbox.style_default.size_medium .w-iconbox-icon img {
  max-width: 48px;
}

.w-iconbox.size_medium.iconpos_left .w-iconbox-title,
.w-iconbox.size_medium.iconpos_left .w-iconbox-text {
  margin-left: 70px;
}

.w-iconbox.style_circle.size_medium .w-iconbox-icon,
.w-iconbox.style_outlined.size_medium .w-iconbox-icon {
  font-size: 36px;
  height: 90px;
  line-height: 90px;
  width: 90px;
}

.w-iconbox.style_circle.size_medium .w-iconbox-icon img,
.w-iconbox.style_outlined.size_medium .w-iconbox-icon img {
  max-width: 36px;
}

.w-iconbox.style_circle.size_medium.iconpos_left .w-iconbox-title,
.w-iconbox.style_circle.size_medium.iconpos_left .w-iconbox-text,
.w-iconbox.style_outlined.size_medium.iconpos_left .w-iconbox-title,
.w-iconbox.style_outlined.size_medium.iconpos_left .w-iconbox-text {
  margin-left: 115px;
}

.w-iconbox.no_text.size_large {
  max-width: 110px;
}

.w-iconbox.size_large .w-iconbox-icon {
  font-size: 70px;
}

.w-iconbox.style_default.size_large .w-iconbox-icon img {
  max-width: 70px;
}

.w-iconbox.size_large.iconpos_left .w-iconbox-title,
.w-iconbox.size_large.iconpos_left .w-iconbox-text {
  margin-left: 95px;
}

.w-iconbox.style_circle.size_large .w-iconbox-icon,
.w-iconbox.style_outlined.size_large .w-iconbox-icon {
  font-size: 46px;
  height: 110px;
  line-height: 110px;
  width: 110px;
}

.w-iconbox.style_circle.size_large .w-iconbox-icon img,
.w-iconbox.style_outlined.size_large .w-iconbox-icon img {
  max-width: 46px;
}

.w-iconbox.style_circle.size_large.iconpos_left .w-iconbox-title,
.w-iconbox.style_circle.size_large.iconpos_left .w-iconbox-text,
.w-iconbox.style_outlined.size_large.iconpos_left .w-iconbox-title,
.w-iconbox.style_outlined.size_large.iconpos_left .w-iconbox-text {
  margin-left: 135px;
}

.w-iconbox.no_text.size_huge {
  max-width: 130px;
}

.w-iconbox.size_huge .w-iconbox-icon {
  font-size: 90px;
  line-height: 100px;
}

.w-iconbox.size_huge.iconpos_left .w-iconbox-title,
.w-iconbox.size_huge.iconpos_left .w-iconbox-text {
  margin-left: 115px;
}

.w-iconbox.style_circle.size_huge .w-iconbox-icon,
.w-iconbox.style_outlined.size_huge .w-iconbox-icon {
  font-size: 56px;
  height: 130px;
  line-height: 130px;
  width: 130px;
}

.w-iconbox.style_circle.size_huge .w-iconbox-icon img,
.w-iconbox.style_outlined.size_huge .w-iconbox-icon img {
  max-width: 56px;
}

.w-iconbox.style_default.size_huge.iconpos_left .w-iconbox-icon img {
  max-width: 130px;
}

.w-iconbox.style_circle.size_huge.iconpos_left .w-iconbox-title,
.w-iconbox.style_circle.size_huge.iconpos_left .w-iconbox-text,
.w-iconbox.style_outlined.size_huge.iconpos_left .w-iconbox-title,
.w-iconbox.style_outlined.size_huge.iconpos_left .w-iconbox-text {
  margin-left: 160px;
}

.w-image {
  line-height: 0;
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.w-image.align_left {
  float: left;
  margin-right: 1.5rem;
}

.w-image.align_right {
  float: right;
  margin-left: 1.5rem;
}

.w-image.align_center {
  clear: both;
  text-align: center;
}

.w-image:last-child,
.l-section.width_full .g-cols > .vc_col-sm-12 > .w-image {
  margin-bottom: 0 !important;
}

.g-loadmore {
  position: relative;
  text-align: center;
}

.g-loadmore.done {
  display: none;
}

.g-loadmore-btn {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
  transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 1;
}

.l-section.height_auto.width_full .g-loadmore-btn {
  padding: 30px;
}

.g-loadmore.loading .g-loadmore-btn {
  opacity: 0;
}

.l-section.color_primary .g-loadmore-btn,
.l-section.color_secondary .g-loadmore-btn,
.l-section.color_custom .g-loadmore-btn {
  background-color: rgba(255, 255, 255, 0.12);
}

.no-touch .l-section.color_primary .g-loadmore-btn:hover,
.no-touch .l-section.color_secondary .g-loadmore-btn:hover,
.no-touch .l-section.color_custom .g-loadmore-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.g-loadmore .g-preloader {
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s ease 0s;
}

.g-loadmore.loading .g-preloader {
  opacity: 1;
}

.w-logos-item {
  -moz-user-select: none;
  border-radius: 5px;
  display: block;
}

.w-logos.with_indents .w-logos-item {
  padding: 30px;
}

.w-logos-item img {
  display: block;
  margin: 0 auto;
}

.w-logos.style_1 .w-logos-item {
  border: 2px solid transparent;
  opacity: 0.66;
  transition: border-color 0.3s ease 0s, opacity 0.3s ease 0s;
}

.no-touch .w-logos.style_1 .w-logos-item:hover {
  opacity: 1;
}

.w-logos.style_2 .w-logos-item {
  opacity: 0.66;
  transition: opacity 0.3s ease 0s;
}

.no-touch .w-logos.style_2 .w-logos-item:hover {
  opacity: 1;
}

.w-logos-list.owl-carousel .owl-stage {
  align-items: center;
  display: flex;
}

.w-logos-list.owl-carousel .owl-item {
  -webkit-backface-visibility: initial;
          backface-visibility: initial;
}

.w-logos.type_carousel .w-logos-item {
  height: 0;
  opacity: 0;
}

.w-logos.type_carousel .owl-loaded .w-logos-item {
  height: auto;
  opacity: 0.66;
}

.w-logos.style_3.type_carousel .owl-loaded .w-logos-item {
  opacity: 1;
}

.owl-carousel .owl-item .w-logos-item img {
  width: auto;
}

@media (max-width: 1280px) {
  .w-logos.nav_arrows {
    padding: 0 50px;
  }
}

.sidebar_left .w-logos.nav_arrows,
.sidebar_right .w-logos.nav_arrows {
  padding: 0 50px;
}

.l-section.width_full .w-logos.nav_arrows {
  padding: 0 70px;
}

.w-logos.type_grid .w-logos-item {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.w-logos.type_grid.cols_2 .w-logos-item {
  width: 50%;
}

.w-logos.type_grid.cols_3 .w-logos-item {
  width: 33.3333%;
}

.w-logos.type_grid.cols_4 .w-logos-item {
  width: 25%;
}

.w-logos.type_grid.cols_5 .w-logos-item {
  width: 20%;
}

.w-logos.type_grid.cols_6 .w-logos-item {
  width: 16.6666%;
}

.w-logos.type_grid.cols_7 .w-logos-item {
  width: 14.2857%;
}

.w-logos.type_grid.cols_7.with_indents .w-logos-item {
  padding: 25px;
}

.w-logos.type_grid.cols_8 .w-logos-item {
  width: 12.5%;
}

.w-logos.type_grid.cols_8.with_indents .w-logos-item {
  padding: 20px;
}

.w-logos .owl-prev,
.w-logos .owl-next {
  border: 2px solid transparent;
  border-radius: 50%;
  font-family: fontawesome;
  font-size: 0;
  height: 50px;
  line-height: 46px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: border-color 0.3s ease 0s, color 0.3s ease 0s;
  width: 50px;
}

.w-logos .owl-prev {
  left: -50px;
}

.w-logos .owl-prev::before {
  content: "\F104";
  font-size: 30px;
  padding-right: 3px;
  vertical-align: top;
}

.w-logos .owl-next {
  right: -50px;
}

.w-logos .owl-next::before {
  content: "\F105";
  font-size: 30px;
  padding-left: 3px;
  vertical-align: top;
}

.no-touch .color_primary .w-logos .owl-prev:hover,
.no-touch .color_primary .w-logos .owl-next:hover,
.no-touch .color_secondary .w-logos .owl-prev:hover,
.no-touch .color_secondary .w-logos .owl-next:hover,
.no-touch .color_custom .w-logos .owl-prev:hover,
.no-touch .color_custom .w-logos .owl-next:hover {
  border-color: #fff;
  color: #fff;
}

.w-map img {
  max-width: none !important;
}

.w-map label {
  display: inline;
  width: auto;
}

.gm-style .gm-style-iw > div {
  width: auto !important;
}

.gm-style-iw {
  color: #333;
}

.gm-style-iw h1,
.gm-style-iw h2,
.gm-style-iw h3,
.gm-style-iw h4,
.gm-style-iw h5,
.gm-style-iw h6,
.gm-style-iw p,
.gm-style-iw ul,
.gm-style-iw ol {
  color: inherit !important;
  margin: 0;
  padding: 8px 10px 4px !important;
}

.w-message {
  border-radius: 5px;
}

.w-message-icon {
  font-size: 30px;
  opacity: 0.5;
  width: 80px;
}

.w-message-body {
  padding: 20px 25px;
}

.w-message.with_close .w-message-body {
  padding-right: 60px;
}

.w-message.with_icon .w-message-body {
  padding-left: 0;
}

.w-message-close {
  font-size: 22px;
  opacity: 0.3;
  padding: 20px;
  transition: opacity 0.3s ease 0s;
}

.no-touch .w-message-close:hover {
  opacity: 1;
}

.w-person {
  max-width: 350px;
}

.no-touch .w-person-image {
  overflow: hidden;
  z-index: 0;
}

.no-touch .w-person.layout_circle .w-person-image,
.w-person.layout_circle .w-person-image img {
  border-radius: 50%;
}

.w-person-content {
  padding: 15px 0 10px;
}

.w-person-name {
  margin-bottom: 6px;
}

.w-person-link .w-person-name {
  color: inherit;
  transition: color 0.3s ease 0s;
}

.w-person-role {
  font-size: 0.9em;
  margin-bottom: 10px;
  opacity: 0.5;
}

.w-person-description p {
  margin: 0;
}

.w-person-links {
  height: 100%;
  text-align: center;
  z-index: 10;
}

.w-person-links-list {
  display: inline-block;
  line-height: 0;
  padding: 10px 10px 0;
  vertical-align: middle;
}

.no-touch .w-person-links-list {
  padding-bottom: 10px;
}

.w-person-links-item {
  border-radius: 50%;
  color: inherit;
  font-size: 18px;
  line-height: 42px;
  margin: 2px;
  overflow: hidden;
  position: relative;
  width: 42px;
  z-index: 1;
}

.l-section.color_primary .w-person-links-item,
.l-section.color_secondary .w-person-links-item {
  box-shadow: 0 0 0 2px #fff inset;
}

.w-person-links-item i {
  line-height: inherit;
  position: relative;
  vertical-align: top;
}

.no-touch .w-person-links {
  left: 0;
  position: absolute;
  top: -100%;
  transition: top 0.3s ease 0s;
}

.no-touch .w-person:hover .w-person-links {
  top: 0;
}

.no-touch .w-person-links::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.no-touch .w-person-links-list {
  padding: 20px;
}

.no-touch .w-person-links-item {
  box-shadow: 0 0 0 2px #fff inset;
  color: #fff !important;
  font-size: 20px;
  line-height: 50px;
  width: 50px;
}

.no-touch .w-person-links-item:hover {
  color: #333 !important;
}

.no-touch .w-person-links-item::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: height 0.3s ease 0s;
  width: 100%;
}

.no-touch .w-person-links-item:hover::before {
  height: 100%;
}

.w-portfolio-item-anchor {
  background-color: #fff;
}

.w-portfolio-item-meta {
  padding: 8%;
}

.w-portfolio-item-title {
  color: inherit !important;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.w-portfolio-item-text {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 8px;
  opacity: 0.66;
}

.w-portfolio-item-arrow {
  background-color: inherit;
  display: block;
  height: 24px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: -10px;
  transform: rotate(45deg);
  transition: top 0.3s ease 0s;
  width: 24px;
}

.w-portfolio-item .g-preloader {
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s ease 0s;
}

.w-portfolio-item.loading .g-preloader {
  opacity: 1;
}

.w-portfolio .g-pagination {
  margin-top: 30px;
}

.w-portfolio .g-pagination .prev.page-numbers,
.w-portfolio .g-pagination .next.page-numbers {
  display: none;
}

.w-portfolio.with_indents .w-portfolio-list {
  margin: 4px -4px;
}

.l-section.width_full .w-portfolio.with_indents .w-portfolio-list {
  margin: 4px;
}

.w-portfolio.with_indents .w-portfolio-item {
  padding: 4px;
}

@media (min-width: 481px) {
  .w-portfolio.with_indents.ratio_1x1 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor::before {
    padding-bottom: calc(200% + 8px);
  }

  .w-portfolio.with_indents.ratio_1x1 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor::before {
    padding-bottom: calc(50% - 4px);
  }

  .w-portfolio.with_indents.ratio_16x9 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor::before {
    padding-bottom: calc(112.5% + 8px);
  }

  .w-portfolio.with_indents.ratio_16x9 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor::before {
    padding-bottom: calc(28.125% - 3px);
  }

  .w-portfolio.with_indents.ratio_3x2 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor::before {
    padding-bottom: calc(133.333% + 8px);
  }

  .w-portfolio.with_indents.ratio_3x2 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor::before {
    padding-bottom: calc(33.3333% - 3px);
  }

  .w-portfolio.with_indents.ratio_4x3 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor::before {
    padding-bottom: calc(150% + 8px);
  }

  .w-portfolio.with_indents.ratio_4x3 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor::before {
    padding-bottom: calc(37.5% - 3px);
  }

  .w-portfolio.with_indents.ratio_2x3 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor::before {
    padding-bottom: calc(300% + 8px);
  }

  .w-portfolio.with_indents.ratio_2x3 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor::before {
    padding-bottom: calc(75% - 4px);
  }

  .w-portfolio.with_indents.ratio_3x4 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor::before {
    padding-bottom: calc(266.667% + 8px);
  }

  .w-portfolio.with_indents.ratio_3x4 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor::before {
    padding-bottom: calc(66.6666% - 4px);
  }
}

.widget_us_portfolio .w-portfolio-list {
  margin: 0 -1px !important;
}

.widget_us_portfolio .w-portfolio-item {
  padding: 1px;
}

.widget_us_portfolio .w-portfolio-item-image {
  z-index: 0;
}

.widget_us_portfolio .w-portfolio-item-meta {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: -26px;
  color: #fff;
  left: 0;
  opacity: 0;
  padding: 4px 8px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: bottom 0.3s ease 0.15s, opacity 0.3s ease 0.15s;
}

.no-touch .widget_us_portfolio .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
  bottom: 0;
  opacity: 1;
}

.widget_us_portfolio .w-portfolio-item-meta-h {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.widget_us_portfolio .w-portfolio-item-title {
  font-size: 13px !important;
  font-weight: normal;
  line-height: 18px;
}

.widget_us_portfolio .w-portfolio-item-arrow {
  display: none;
}

.w-portfolio.style_1 .w-portfolio-item-image {
  bottom: 60px;
}

.no-touch .w-portfolio.style_1 .w-portfolio-item-image {
  bottom: 0;
  transition: transform 0.35s ease 0s;
}

.no-touch .w-portfolio.style_1 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
  transform: translateY(-30px);
}

.no-touch .w-portfolio.style_1 .w-portfolio-item-image.second {
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(100%);
  transition: transform 0.35s ease 0s;
}

.no-touch .w-portfolio.style_1 .w-portfolio-item-anchor:hover .w-portfolio-item-image.second {
  transform: translateY(0px);
}

.w-portfolio.style_1 .w-portfolio-item-meta {
  padding: 18px 25px;
}

.no-touch .w-portfolio.style_1 .w-portfolio-item-meta {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(101%);
  transition: transform 0.35s ease 0s;
}

.no-touch .w-portfolio.style_1 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
  transform: translateY(0px);
}

.no-touch .w-portfolio.style_1 .w-portfolio-item-arrow {
  top: 4px;
}

.no-touch .w-portfolio.style_1 .w-portfolio-item-anchor:hover .w-portfolio-item-arrow {
  top: -10px;
}

.no-touch .w-portfolio.style_2 .w-portfolio-item-image {
  transition: transform 0.35s ease 0s;
}

.no-touch .w-portfolio.style_2 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
  transform: scale(1.1);
}

.no-touch .w-portfolio.style_2 .w-portfolio-item-image::after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.4s ease 0s;
}

.no-touch .w-portfolio.style_2 .w-portfolio-item-anchor:hover .w-portfolio-item-image::after {
  opacity: 0.9;
}

.w-portfolio.style_2 .w-portfolio-item-meta {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 60px 30px 25px;
  position: absolute;
  right: 0;
  transition: color 0.4s ease 0s;
}

.no-touch .w-portfolio.style_2 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
  color: inherit;
}

.w-portfolio.style_2 .w-portfolio-item-meta::before {
  background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(30, 30, 30, 0.8) 0px, transparent 100%) repeat-x scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.4s ease 0s;
}

.no-touch .w-portfolio.style_2 .w-portfolio-item-anchor:hover .w-portfolio-item-meta::before {
  opacity: 0;
}

.w-portfolio.style_2 .w-portfolio-item-arrow {
  display: none;
}

.w-portfolio.style_3 .w-portfolio-item-image::after {
  background-color: inherit;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.66;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.4s ease 0s;
}

.no-touch .w-portfolio.style_3 .w-portfolio-item-anchor:hover .w-portfolio-item-image::after {
  opacity: 0;
}

.w-portfolio.style_3 .w-portfolio-item-meta {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.no-touch .w-portfolio.style_3 .w-portfolio-item-title {
  opacity: 1;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}

.no-touch .w-portfolio.style_3 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
  opacity: 0;
  transform: translateY(-40px);
}

.no-touch .w-portfolio.style_3 .w-portfolio-item-text {
  opacity: 0.66;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}

.no-touch .w-portfolio.style_3 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
  opacity: 0;
  transform: translateY(40px);
}

.w-portfolio.style_3 .w-portfolio-item-arrow {
  display: none;
}

.w-portfolio.style_4 .w-portfolio-item-image {
  bottom: 60px;
}

.no-touch .w-portfolio.style_4 .w-portfolio-item-image {
  bottom: 0;
}

.no-touch .w-portfolio.style_4 .w-portfolio-item-image::after {
  background-color: inherit;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.35s ease 0s;
}

.no-touch .w-portfolio.style_4 .w-portfolio-item-anchor:hover .w-portfolio-item-image::after {
  opacity: 0.8;
}

.no-touch .w-portfolio.style_4 .w-portfolio-item-meta {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 16px;
  left: 0;
  position: absolute;
  right: 0;
}

.no-touch .w-portfolio.style_4 .w-portfolio-item-title {
  opacity: 0;
  transform: translateY(-30px);
  transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
}

.no-touch .w-portfolio.style_4 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
  opacity: 1;
  transform: translateY(0px);
}

.no-touch .w-portfolio.style_4 .w-portfolio-item-text {
  opacity: 0;
  transform: translateY(-15px);
  transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
}

.no-touch .w-portfolio.style_4 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
  opacity: 0.66;
  transform: translateY(0px);
}

.no-touch .w-portfolio.style_4 .w-portfolio-item-arrow {
  display: none;
}

.w-portfolio.style_5 .w-portfolio-item-image {
  bottom: 60px;
}

.no-touch .w-portfolio.style_5 .w-portfolio-item-image {
  bottom: 0;
  transition: transform 0.4s ease 0s;
}

.no-touch .w-portfolio.style_5 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
  transform: scale(1.1);
}

.no-touch .w-portfolio.style_5 .w-portfolio-item-meta {
  bottom: 20px;
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: scale(0);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}

.no-touch .w-portfolio.style_5 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
  opacity: 0.9;
  transform: scale(1);
}

.no-touch .w-portfolio.style_5 .w-portfolio-item-meta::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.5em;
  vertical-align: middle;
}

.no-touch .w-portfolio.style_5 .w-portfolio-item-meta-h {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.no-touch .w-portfolio.style_5 .w-portfolio-item-arrow {
  display: none;
}

.w-portfolio.style_6 .w-portfolio-item-image {
  bottom: 60px;
}

.no-touch .w-portfolio.style_6 .w-portfolio-item-image {
  bottom: 0;
}

.no-touch .style_6 .w-portfolio-item-meta {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.35s ease 0s;
}

.no-touch .style_6 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
  opacity: 0.9;
}

.no-touch .style_6 .w-portfolio-item-meta::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.5em;
  vertical-align: middle;
}

.no-touch .style_6 .w-portfolio-item-meta-h {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline-block;
  transform: scale(1.5);
  transition: transform 0.35s ease 0s;
  vertical-align: middle;
  width: 100%;
}

.no-touch .style_6 .w-portfolio-item-anchor:hover .w-portfolio-item-meta-h {
  transform: scale(1);
}

.no-touch .style_6 .w-portfolio-item-arrow {
  display: none;
}

.style_7 .w-portfolio-item-image {
  opacity: 0.66;
}

.no-touch .style_7 .w-portfolio-item-image {
  transform: scale(1.1);
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
}

.no-touch .style_7 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
  opacity: 0.3;
  transform: scale(1);
}

.style_7 .w-portfolio-item-meta {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 40px 44px 30px;
  position: absolute;
  right: 0;
  top: 0;
}

.style_7 .w-portfolio-item-meta::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.5em;
  vertical-align: middle;
}

.style_7 .w-portfolio-item-meta-h {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.no-touch .style_7 .w-portfolio-item-meta::after {
  border: 2px solid #fff;
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: scale(1.1);
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
}

.no-touch .style_7 .w-portfolio-item-anchor:hover .w-portfolio-item-meta::after {
  opacity: 1;
  transform: scale(1);
}

.no-touch .style_7 .w-portfolio-item-text {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
}

.no-touch .style_7 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
  opacity: 0.66;
  transform: translateY(0px);
}

.style_7 .w-portfolio-item-arrow {
  display: none;
}

.style_8 .w-portfolio-item-image {
  bottom: 60px;
}

.no-touch .style_8 .w-portfolio-item-image {
  bottom: 0;
  max-width: none;
  transform: translateX(-20px);
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  width: calc(100% + 21px);
}

.no-touch .style_8 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
  opacity: 0.12;
  transform: translateX(0px);
}

.no-touch .style_8 .w-portfolio-item-meta {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.no-touch .style_8 .w-portfolio-item-meta::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.5em;
  vertical-align: middle;
}

.no-touch .style_8 .w-portfolio-item-meta-h {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.no-touch .style_8 .w-portfolio-item-title {
  opacity: 0;
  transform: translateX(-40px);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}

.no-touch .style_8 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
  opacity: 1;
  transform: translateX(0px);
}

.no-touch .style_8 .w-portfolio-item-text {
  opacity: 0;
  transform: translateX(60px);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}

.no-touch .style_8 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
  opacity: 0.66;
  transform: translateX(0px);
}

.no-touch .style_8 .w-portfolio-item-arrow {
  display: none;
}

.style_9 .w-portfolio-item-image {
  bottom: 60px;
}

.no-touch .style_9 .w-portfolio-item-image {
  bottom: 0;
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
}

.no-touch .style_9 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
  opacity: 0;
  transform: scale(4);
}

.no-touch .style_9 .w-portfolio-item-meta {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}

.no-touch .style_9 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
  opacity: 1;
  transform: scale(1);
}

.no-touch .style_9 .w-portfolio-item-meta::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.5em;
  vertical-align: middle;
}

.no-touch .style_9 .w-portfolio-item-meta-h {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.style_10 .w-portfolio-item-meta {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 80px 30px 25px;
  position: absolute;
  right: 0;
}

.style_10 .w-portfolio-item-meta::before {
  background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(30, 30, 30, 0.8) 0px, transparent 100%) repeat-x scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.no-touch .style_10 .w-portfolio-item-meta::before {
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease 0s, opacity 0.45s ease 0s;
}

.no-touch .style_10 .w-portfolio-item-anchor:hover .w-portfolio-item-meta::before {
  opacity: 1;
  transform: translateY(1px);
}

.no-touch .style_10 .w-portfolio-item-title {
  opacity: 0;
  position: relative;
  transform: translateY(10px);
  transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
}

.no-touch .style_10 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
  opacity: 1;
  transform: translateY(0px);
}

.no-touch .style_10 .w-portfolio-item-text {
  opacity: 0;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
}

.no-touch .style_10 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
  opacity: 0.66;
  transform: translateY(0px);
}

.style_11 .w-portfolio-item-image::after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.11;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.35s ease 0s;
}

.no-touch .style_11 .w-portfolio-item-anchor:hover .w-portfolio-item-image::after {
  opacity: 0.8;
}

.style_11 .w-portfolio-item-meta {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 30px 30px 55px;
  position: absolute;
  right: 0;
  transition: padding 0.35s ease 0s, color 0.35s ease 0s;
}

.no-touch .style_11 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
  color: inherit;
  padding-bottom: 35px;
}

.no-touch .style_11 .w-portfolio-item-title {
  display: inline;
  margin-right: 10px;
}

.no-touch .style_11 .w-portfolio-item-text {
  display: inline;
  opacity: 0;
  transition: opacity 0.35s ease 0s;
}

.no-touch .style_11 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
  opacity: 0.66;
}

.no-touch .style_11 .w-portfolio-item-arrow {
  background-color: #fff;
  bottom: 0;
  height: 10px;
  left: 0;
  margin-left: 0;
  right: 0;
  top: auto;
  transform: translateY(10px);
  transition: transform 0.35s ease 0s;
  width: auto;
}

.no-touch .style_11 .w-portfolio-item-anchor:hover .w-portfolio-item-arrow {
  transform: translateY(0px);
}

.style_12 .w-portfolio-item-image::after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.33;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.35s ease 0s;
}

.no-touch .style_12 .w-portfolio-item-anchor:hover .w-portfolio-item-image::after {
  opacity: 0.66;
}

.style_12 .w-portfolio-item-meta {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 60px;
  position: absolute;
  right: 0;
  top: 0;
}

.style_12 .w-portfolio-item-meta::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.5em;
  vertical-align: middle;
}

.style_12 .w-portfolio-item-meta-h {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.no-touch .style_12 .w-portfolio-item-meta-h::before,
.no-touch .style_12 .w-portfolio-item-meta-h::after {
  bottom: 30px;
  content: "";
  left: 30px;
  opacity: 0;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
}

.no-touch .style_12 .w-portfolio-item-meta-h::before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: scale(0, 1);
}

.no-touch .style_12 .w-portfolio-item-meta-h::after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale(1, 0);
}

.no-touch .style_12 .w-portfolio-item-anchor:hover .w-portfolio-item-meta-h::before,
.no-touch .style_12 .w-portfolio-item-anchor:hover .w-portfolio-item-meta-h::after {
  opacity: 1;
  transform: scale(1);
}

.no-touch .style_12 .w-portfolio-item-title {
  transform: translateY(-20px);
  transition: transform 0.35s ease 0s;
}

.no-touch .style_12 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
  transform: translateY(0px);
}

.no-touch .style_12 .w-portfolio-item-text {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
}

.no-touch .style_12 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
  opacity: 0.66;
  transform: translateY(0px);
}

.style_12 .w-portfolio-item-arrow {
  display: none;
}

.style_13 .w-portfolio-item-image::after {
  background-color: inherit;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.33;
  position: absolute;
  right: 0;
  top: 0;
}

.style_13 .w-portfolio-item-meta {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.style_13 .w-portfolio-item-title {
  text-transform: uppercase;
}

.no-touch .style_13 .w-portfolio-item-title {
  padding-bottom: 15px;
  transform: translateY(20px);
  transition: transform 0.35s ease 0s;
}

.no-touch .style_13 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
  transform: translateY(0px);
}

.no-touch .style_13 .w-portfolio-item-title::after {
  background-color: #fff;
  content: "";
  height: 4px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(40px);
  transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
}

.no-touch .style_13 .w-portfolio-item-anchor:hover .w-portfolio-item-title::after {
  opacity: 1;
  transform: translateY(0px);
}

.style_13 .w-portfolio-item-text {
  bottom: 30px;
  left: 30px;
  margin-top: 20px;
  opacity: 1;
  position: absolute;
  right: 30px;
  text-transform: uppercase;
}

.no-touch .style_13 .w-portfolio-item-text {
  opacity: 0;
  transform: translateY(60px);
  transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
}

.no-touch .style_13 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
  opacity: 1;
  transform: translateY(0px);
}

.style_13 .w-portfolio-item-arrow {
  display: none;
}

.no-touch .style_14 .w-portfolio-item-image {
  transform: translateX(-20px) scale(1.15);
  transition: transform 0.35s ease 0s;
}

.no-touch .style_14 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
  transform: translateX(0px) scale(1);
}

.style_14 .w-portfolio-item-image::after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.33;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.35s ease 0s;
}

.no-touch .style_14 .w-portfolio-item-anchor:hover .w-portfolio-item-image::after {
  opacity: 0.66;
}

.style_14 .w-portfolio-item-meta {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 0;
  position: static;
}

.style_14 .w-portfolio-item-title {
  bottom: 30px;
  left: 30px;
  position: absolute;
  right: 30px;
  text-transform: uppercase;
}

.style_14 .w-portfolio-item-text {
  font-size: 14px;
  left: 30px;
  margin: 0 0 20px;
  opacity: 1;
  position: absolute;
  right: 30px;
  text-transform: uppercase;
  top: 30px;
  z-index: 2;
}

.no-touch .style_14 .w-portfolio-item-text {
  opacity: 0;
  transform: translateX(-40px);
  transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
}

.no-touch .style_14 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
  opacity: 1;
  transform: translateX(0px);
}

.style_14 .w-portfolio-item-arrow {
  display: none;
}

.style_15 .w-portfolio-item-image::after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.35s ease 0s;
}

.no-touch .style_15 .w-portfolio-item-anchor:hover .w-portfolio-item-image::after {
  opacity: 0.8;
}

.style_15 .w-portfolio-item-meta {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

.no-touch .style_15 .w-portfolio-item-meta-h::before,
.no-touch .style_15 .w-portfolio-item-meta-h::after {
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
}

.no-touch .style_15 .w-portfolio-item-meta-h::before {
  border-bottom: 8px solid #fff;
  border-top: 8px solid #fff;
  transform: scale(0, 1);
}

.no-touch .style_15 .w-portfolio-item-meta-h::after {
  border-left: 8px solid #fff;
  border-right: 8px solid #fff;
  transform: scale(1, 0);
}

.no-touch .style_15 .w-portfolio-item-anchor:hover .w-portfolio-item-meta-h::before,
.no-touch .style_15 .w-portfolio-item-anchor:hover .w-portfolio-item-meta-h::after {
  opacity: 1;
  transform: scale(1);
}

.style_15 .w-portfolio-item-title {
  text-transform: uppercase;
}

.no-touch .style_15 .w-portfolio-item-title {
  transform: translateY(30px);
  transition: transform 0.35s ease 0s;
}

.no-touch .style_15 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
  transform: translateY(0px);
}

.style_15 .w-portfolio-item-text {
  margin-top: 10px;
}

.no-touch .style_15 .w-portfolio-item-text {
  opacity: 0;
  transition: opacity 0.35s ease 0s;
}

.no-touch .style_15 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
  opacity: 0.66;
}

.style_15 .w-portfolio-item-arrow {
  display: none;
}

.style_16 .w-portfolio-item-image {
  border-radius: 50%;
  transform: scale(0.3);
  transition: transform 0.4s ease 0s, border-radius 0.4s ease 0s;
}

.style_16.ratio_initial .w-portfolio-item-image {
  overflow: hidden;
  transform-origin: 90% 90% 0;
}

.style_16.ratio_3x2 .w-portfolio-item-image {
  bottom: -25%;
  top: -25%;
  transform-origin: 90% 66% 0;
}

.style_16.ratio_4x3 .w-portfolio-item-image {
  bottom: -16.67%;
  top: -16.67%;
  transform-origin: 90% 72% 0;
}

.style_16.ratio_1x1 .w-portfolio-item-image {
  transform-origin: 90% 90% 0;
}

.style_16.ratio_3x4 .w-portfolio-item-image {
  left: -12.5%;
  right: -12.5%;
  transform: scale(0.24);
  transform-origin: 79.5% 92.5% 0;
}

.style_16.ratio_2x3 .w-portfolio-item-image {
  left: -25%;
  right: -25%;
  transform: scale(0.2);
  transform-origin: 73.5% 94% 0;
}

@media (min-width: 481px) {
  .style_16.ratio_3x2 .w-portfolio-item.size_2x1 .w-portfolio-item-image {
    bottom: -100%;
    top: -100%;
    transform: scale(0.15);
    transform-origin: 96% 56.5% 0;
  }

  .style_16.ratio_3x2 .w-portfolio-item.size_1x2 .w-portfolio-item-image {
    bottom: 0;
    left: -16.67%;
    right: -16.67%;
    top: 0;
    transform: scale(0.225);
    transform-origin: 77% 93.2% 0;
  }

  .style_16.ratio_3x2 .w-portfolio-item.size_2x2 .w-portfolio-item-image {
    transform: scale(0.15);
    transform-origin: 95.7% 76.3% 0;
  }

  .style_16.ratio_4x3 .w-portfolio-item.size_2x1 .w-portfolio-item-image {
    bottom: -83.3333%;
    top: -83.3333%;
    transform: scale(0.15);
    transform-origin: 95.7% 59.2% 0;
  }

  .style_16.ratio_4x3 .w-portfolio-item.size_1x2 .w-portfolio-item-image {
    bottom: 0;
    left: -25%;
    right: -25%;
    top: 0;
    transform: scale(0.2);
    transform-origin: 73.2% 94.3% 0;
  }

  .style_16.ratio_4x3 .w-portfolio-item.size_2x2 .w-portfolio-item-image {
    transform: scale(0.15);
    transform-origin: 95.8% 81.2% 0;
  }

  .style_16.ratio_1x1 .w-portfolio-item.size_2x1 .w-portfolio-item-image {
    bottom: -50%;
    top: -50%;
    transform: scale(0.15);
    transform-origin: 96% 66.2% 0;
  }

  .style_16.ratio_1x1 .w-portfolio-item.size_1x2 .w-portfolio-item-image {
    left: -50%;
    right: -50%;
    transform: scale(0.15);
    transform-origin: 66.4% 95.7% 0;
  }

  .style_16.ratio_1x1 .w-portfolio-item.size_2x2 .w-portfolio-item-image {
    transform: scale(0.15);
    transform-origin: 95.7% 95.7% 0;
  }
}

.no-touch .style_16 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
  border-radius: 0;
  transform: scale(1.01);
}

.style_16 .w-portfolio-item-meta {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  left: 0;
  position: absolute;
  right: 33%;
  top: 0;
  transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;
}

.no-touch .style_16 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
  opacity: 0;
  transform: translate3d(-100px, -100px, 0px) scale(2);
}

.style_16 .w-portfolio-item-title {
  font-weight: bold;
}

.style_16 .w-portfolio-item-text {
  margin-top: 15px;
}

.style_16 .w-portfolio-item-arrow {
  display: none;
}

.no-touch .style_17 .w-portfolio-item-image {
  transform-origin: 100% 100% 0;
  transition: transform 1s ease 0s, opacity 1s ease 0s;
}

.no-touch .style_17 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
  opacity: 0.1;
  transform: scale(1.3);
}

.style_17 .w-portfolio-item-meta {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

.no-touch .style_17 .w-portfolio-item-title {
  transform: translateY(30px);
  transition: transform 0.4s ease 0s;
}

.no-touch .style_17 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
  transform: translateY(0px);
}

.style_17 .w-portfolio-item-text {
  margin-top: 15px;
  opacity: 0;
}

.no-touch .style_17 .w-portfolio-item-text {
  transform: scale(0.75);
  transform-origin: 100% 100% 0;
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
}

.no-touch .style_17 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
  opacity: 1;
  transform: scale(1);
}

.style_17 .w-portfolio-item-arrow {
  display: none;
}

.g-preloader {
  display: inline-block;
  height: 40px;
  position: relative;
  vertical-align: top;
  width: 40px;
}

.g-preloader.type_1::before,
.g-preloader.type_1::after {
  border: 2px solid;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.g-preloader.type_1::before {
  opacity: 0.2;
}

.g-preloader.type_1::after {
  -webkit-animation: 0.8s cubic-bezier(0.6, 0.3, 0.3, 0.6) 0s normal none infinite running rotation;
          animation: 0.8s cubic-bezier(0.6, 0.3, 0.3, 0.6) 0s normal none infinite running rotation;
  border-top-color: transparent;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

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

.g-preloader.type_2::before,
.g-preloader.type_2::after {
  border: 2px solid;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.g-preloader.type_2::before {
  opacity: 0.2;
}

.g-preloader.type_2::after {
  -webkit-animation: 0.8s linear 0s normal none infinite running rotation;
          animation: 0.8s linear 0s normal none infinite running rotation;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: inherit;
}

.g-preloader.type_3 .g-preloader-h {
  -webkit-animation: 1s cubic-bezier(0.6, 0.3, 0.3, 0.6) 0s normal none infinite running scale;
          animation: 1s cubic-bezier(0.6, 0.3, 0.3, 0.6) 0s normal none infinite running scale;
  border: 30px solid;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

@-webkit-keyframes scale {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes scale {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes scale {
  0% {
    opacity: 1;
    transform: scale(0);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.g-preloader.type_4 .g-preloader-h {
  -webkit-animation: 1.5s ease 0s normal none infinite running scale2;
          animation: 1.5s ease 0s normal none infinite running scale2;
  border: 1px solid;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

@-webkit-keyframes scale2 {
  0% {
    border-width: 30px;
    transform: scale(0.05);
  }

  50% {
    border-width: 1px;
    transform: scale(1);
  }

  100% {
    border-width: 30px;
    transform: scale(0.05);
  }
}

@keyframes scale2 {
  0% {
    border-width: 30px;
    transform: scale(0.05);
  }

  50% {
    border-width: 1px;
    transform: scale(1);
  }

  100% {
    border-width: 30px;
    transform: scale(0.05);
  }
}

@keyframes scale2 {
  0% {
    border-width: 30px;
    transform: scale(0.05);
  }

  50% {
    border-width: 1px;
    transform: scale(1);
  }

  100% {
    border-width: 30px;
    transform: scale(0.05);
  }
}

.g-preloader.type_5,
.g-preloader.type_5 {
  transform: rotate(45deg);
}

.g-preloader.type_5::before,
.g-preloader.type_5::after,
.g-preloader.type_5 .g-preloader-h::before,
.g-preloader.type_5 .g-preloader-h::after {
  border: 10px solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.g-preloader.type_5::before {
  -webkit-animation: 1.2s ease 0s normal none infinite running cubes-tl;
          animation: 1.2s ease 0s normal none infinite running cubes-tl;
  left: 0;
  top: 0;
}

.g-preloader.type_5::after {
  -webkit-animation: 1.2s ease 0s normal none infinite running cubes-tr;
          animation: 1.2s ease 0s normal none infinite running cubes-tr;
  left: 19px;
  top: 19px;
}

.g-preloader.type_5 .g-preloader-h::before {
  -webkit-animation: 1.2s ease 0s normal none infinite running cubes-br;
          animation: 1.2s ease 0s normal none infinite running cubes-br;
  left: 19px;
  top: 0;
}

.g-preloader.type_5 .g-preloader-h::after {
  -webkit-animation: 1.2s ease 0s normal none infinite running cubes-bl;
          animation: 1.2s ease 0s normal none infinite running cubes-bl;
  left: 0;
  top: 19px;
}

@-webkit-keyframes cubes-tl {
  0% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(0px, 0px);
  }

  60% {
    transform: translate(-12px, -12px) rotate(90deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(180deg);
  }
}

@keyframes cubes-tl {
  0% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(0px, 0px);
  }

  60% {
    transform: translate(-12px, -12px) rotate(90deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(180deg);
  }
}

@-webkit-keyframes cubes-tr {
  0% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(0px, 0px);
  }

  60% {
    transform: translate(12px, 12px) rotate(90deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(180deg);
  }
}

@keyframes cubes-tr {
  0% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(0px, 0px);
  }

  60% {
    transform: translate(12px, 12px) rotate(90deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(180deg);
  }
}

@-webkit-keyframes cubes-br {
  0% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(0px, 0px);
  }

  60% {
    transform: translate(12px, -12px) rotate(90deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(180deg);
  }
}

@keyframes cubes-br {
  0% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(0px, 0px);
  }

  60% {
    transform: translate(12px, -12px) rotate(90deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(180deg);
  }
}

@-webkit-keyframes cubes-bl {
  0% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(0px, 0px);
  }

  60% {
    transform: translate(-12px, 12px) rotate(90deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(180deg);
  }
}

@keyframes cubes-bl {
  0% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(0px, 0px);
  }

  60% {
    transform: translate(-12px, 12px) rotate(90deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(180deg);
  }
}

.w-pricing {
  margin-bottom: 10px;
}

.w-pricing-item-h {
  border-bottom: 1px solid;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.08) inset;
  margin: 10px 0;
}

.l-section.color_primary .w-pricing-item-h,
.l-section.color_secondary .w-pricing-item-h,
.l-section.color_custom .w-pricing-item-h {
  border-color: rgba(255, 255, 255, 0.33);
}

.w-pricing-item:first-child .w-pricing-item-h {
  border-radius: 8px 0 0 8px;
}

.w-pricing-item:last-child .w-pricing-item-h {
  border-radius: 0 8px 8px 0;
}

.w-pricing-item:first-child .w-pricing-item-h,
.w-pricing-item:first-child .w-pricing-item-title,
.w-pricing-item:first-child .w-pricing-item-price {
  box-shadow: none;
}

.w-pricing-item-header {
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  padding: 30px 20px;
}

.w-pricing-item:first-child .w-pricing-item-header {
  border-radius: 8px 0 0;
}

.w-pricing-item:last-child .w-pricing-item-header {
  border-radius: 0 8px 0 0;
}

.w-pricing-item-title {
  line-height: 1;
}

.w-pricing-item-price {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
}

.w-pricing-item-price small {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  margin-top: 4px;
}

.w-pricing-item .w-pricing-item-features {
  list-style-type: none;
  margin: 0;
}

.w-pricing-item .w-pricing-item-features li {
  margin: 0;
  padding: 8px 20px;
}

.w-pricing-item-footer {
  padding: 30px 0;
}

.w-pricing-item.type_featured .w-pricing-item-h {
  border-radius: 8px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  margin: 0;
  position: relative;
}

.w-pricing-item.type_featured .w-pricing-item-header {
  border-radius: 8px 8px 0 0;
  box-shadow: none;
  color: #fff;
  padding-top: 35px;
}

.w-pricing-item.type_featured .w-pricing-item-header h5 {
  color: inherit;
  padding-bottom: 5px;
}

.w-pricing-item.type_featured .w-pricing-item-footer {
  padding-bottom: 40px;
}

.w-pricing-item.type_featured + .w-pricing-item .w-pricing-item-h,
.w-pricing-item.type_featured + .w-pricing-item .w-pricing-item-title,
.w-pricing-item.type_featured + .w-pricing-item .w-pricing-item-price {
  box-shadow: none;
}

.w-profile {
  border: 2px solid;
  border-radius: 5px;
  padding: 30px 30px 22px;
  text-align: center;
}

.w-profile-avatar img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 5px;
  max-width: 100px;
}

.w-profile-name {
  font-size: 16px;
  line-height: 24px;
}

.w-profile-link.for_user {
  display: block;
  margin-bottom: 3px;
}

.w-profile-link.for_logout {
  font-size: 13px;
  line-height: 20px;
  vertical-align: top;
}

.w-progbar-bar-h {
  border-radius: inherit;
  height: 100%;
  transition: width 0.8s cubic-bezier(0.6, 0.3, 0.3, 0.6) 0s;
}

.w-progbar.initial .w-progbar-bar-h {
  width: 0 !important;
}

.w-progbar.hide_count .w-progbar-title-count,
.w-progbar.hide_count .w-progbar-bar-count {
  display: none !important;
}

.w-progbar.style_1 {
  padding: 10px 0 15px;
}

.w-progbar.style_1 .w-progbar-title {
  display: table;
  margin-bottom: 10px !important;
  width: 100%;
}

.w-progbar.style_1 .w-progbar-title-text {
  display: table-cell;
  vertical-align: top;
}

.w-progbar.style_1 .w-progbar-title-count {
  display: table-cell;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

.w-progbar.style_1 .w-progbar-bar {
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04) inset;
  height: 10px;
  width: 100%;
}

.w-progbar.style_1.size_small .w-progbar-bar {
  border-radius: 3px;
  height: 5px;
}

.w-progbar.style_1.size_large .w-progbar-bar {
  border-radius: 8px;
  height: 15px;
}

.w-progbar.style_1 .w-progbar-bar-count {
  display: none;
}

.w-progbar.style_2 {
  height: 42px;
  line-height: 42px;
  padding: 5px 0;
  position: relative;
}

.w-progbar.style_2.size_small {
  height: 34px;
  line-height: 34px;
}

.w-progbar.style_2.size_large {
  height: 50px;
  line-height: 50px;
}

.w-progbar.style_2 .w-progbar-title {
  color: #fff !important;
  font-size: 14px;
  left: 0;
  line-height: inherit;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.w-progbar.style_2 .w-progbar-title-text {
  margin-right: 5px;
}

.w-progbar.style_2 .w-progbar-title-count {
  font-weight: bold;
}

.w-progbar.style_2 .w-progbar-bar {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.w-progbar.style_2 .w-progbar-bar-h {
  border-radius: 0;
}

.w-progbar.style_2 .w-progbar-bar-count {
  display: none;
}

.w-progbar.style_3 {
  font-size: 0;
  padding: 16px 0;
}

.w-progbar.style_3 .w-progbar-title {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 0;
  padding-right: 20px;
  vertical-align: middle;
  width: 33%;
}

.w-progbar.style_3 .w-progbar-title-count {
  display: none;
}

.w-progbar.style_3 .w-progbar-bar {
  background-color: transparent;
  border-radius: 3px;
  display: inline-block;
  height: 6px;
  vertical-align: middle;
  width: 67%;
}

.w-progbar.style_3 .w-progbar-bar::before {
  border-radius: inherit;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04) inset;
  content: "";
  display: block;
  height: inherit;
  margin-bottom: -6px;
  width: 100%;
}

.w-progbar.style_3 .w-progbar-bar-h {
  position: relative;
}

.w-progbar.style_3 .w-progbar-bar-count {
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: -25px;
  text-align: center;
  top: -23px;
  width: 50px;
}

.w-progbar.style_3.size_small .w-progbar-bar {
  border-radius: 2px;
  height: 4px;
}

.w-progbar.style_3.size_small .w-progbar-bar::before {
  margin-bottom: -4px;
}

.w-progbar.style_3.size_small .w-progbar-bar-count {
  top: -24px;
}

.w-progbar.style_3.size_large .w-progbar-bar {
  border-radius: 4px;
  height: 8px;
}

.w-progbar.style_3.size_large .w-progbar-bar::before {
  margin-bottom: -8px;
}

.w-progbar.style_3.size_large .w-progbar-bar-count {
  top: -22px;
}

.w-progbar.style_4 {
  padding: 15px 0;
}

.w-progbar.style_4 .w-progbar-title {
  font-size: 16px;
  margin-bottom: 10px !important;
}

.w-progbar.style_4 .w-progbar-title-count {
  display: none;
}

.w-progbar.style_4 .w-progbar-bar {
  height: 6px;
  width: 100%;
}

.w-progbar.style_4.size_small .w-progbar-bar {
  height: 4px;
}

.w-progbar.style_4.size_large .w-progbar-bar {
  height: 8px;
}

.w-progbar.style_4 .w-progbar-bar-h {
  position: relative;
}

.w-progbar.style_4 .w-progbar-bar-count {
  background-color: rgba(15, 15, 15, 0.9);
  border-radius: 3px;
  bottom: 14px;
  color: #fff;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  opacity: 1;
  position: absolute;
  right: -23px;
  text-align: center;
  transition: opacity 0.8s cubic-bezier(0.6, 0.3, 0.3, 0.6) 0s;
  width: 46px;
}

.w-progbar.style_4.size_small .w-progbar-bar-count {
  bottom: 12px;
}

.w-progbar.style_4.size_large .w-progbar-bar-count {
  bottom: 16px;
}

.w-progbar.style_4 .w-progbar-bar-count::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(15, 15, 15, 0.9);
  bottom: -5px;
  content: "";
  height: 0;
  left: 18px;
  position: absolute;
  width: 0;
}

.w-progbar.style_4.initial .w-progbar-bar-count {
  opacity: 0;
}

.w-progbar.style_5 {
  padding: 10px 0 20px;
}

.w-progbar.style_5 .w-progbar-title {
  display: table;
  margin-bottom: 15px !important;
  width: 100%;
}

.w-progbar.style_5 .w-progbar-title-text {
  display: table-cell;
  padding-right: 20px;
  vertical-align: bottom;
}

.w-progbar.style_5 .w-progbar-title-count {
  display: table-cell;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  opacity: 0.33;
  text-align: right;
  vertical-align: bottom;
}

.w-progbar.style_5 .w-progbar-bar {
  height: 4px;
  width: 100%;
}

.w-progbar.style_5.size_small .w-progbar-bar {
  height: 2px;
}

.w-progbar.style_5.size_small .w-progbar-title-count {
  font-size: 50px;
}

.w-progbar.style_5.size_large .w-progbar-bar {
  height: 6px;
}

.w-progbar.style_5.size_large .w-progbar-title-count {
  font-size: 70px;
}

.w-progbar.style_5 .w-progbar-bar-count {
  display: none;
}

.w-separator {
  height: 20px;
  line-height: 18px;
  padding: 2px 0;
}

.w-separator-h::before,
.w-separator-h::after {
  top: 8px;
}

.w-separator-h i {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  width: 20px;
}

.w-separator.style_dashed .w-separator-h::before,
.w-separator.style_dashed .w-separator-h::after {
  border-top-style: dashed;
}

.w-separator.style_dotted .w-separator-h::before,
.w-separator.style_dotted .w-separator-h::after {
  border-top-style: dotted;
}

.w-separator.style_double .w-separator-h::before,
.w-separator.style_double .w-separator-h::after {
  border-top-style: double;
}

.w-separator.thick_2 .w-separator-h::before,
.w-separator.thick_2 .w-separator-h::after {
  border-top-width: 2px;
  top: 7px;
}

.w-separator.thick_3 .w-separator-h::before,
.w-separator.thick_3 .w-separator-h::after {
  border-top-width: 3px;
  top: 7px;
}

.w-separator.thick_4 .w-separator-h::before,
.w-separator.thick_4 .w-separator-h::after {
  border-top-width: 4px;
  top: 6px;
}

.w-separator.thick_5 .w-separator-h::before,
.w-separator.thick_5 .w-separator-h::after {
  border-top-width: 5px;
  top: 6px;
}

.w-separator.cont_text {
  padding: 0;
}

.w-separator.cont_text.thick_1 .w-separator-h::before,
.w-separator.cont_text.thick_1 .w-separator-h::after {
  top: 10px;
}

.w-separator.cont_text.thick_2 .w-separator-h::before,
.w-separator.cont_text.thick_2 .w-separator-h::after,
.w-separator.cont_text.thick_3 .w-separator-h::before,
.w-separator.cont_text.thick_3 .w-separator-h::after {
  top: 9px;
}

.w-separator.cont_text.thick_4 .w-separator-h::before,
.w-separator.cont_text.thick_4 .w-separator-h::after,
.w-separator.cont_text.thick_5 .w-separator-h::before,
.w-separator.cont_text.thick_5 .w-separator-h::after {
  top: 8px;
}

.w-separator.type_invisible {
  height: 0;
}

.w-separator.size_small {
  margin: 25px 0;
}

.w-separator.type_invisible.size_small {
  margin: 10px 0;
}

.w-separator.size_medium {
  margin: 35px 0;
}

.w-separator.type_invisible.size_medium {
  margin: 20px 0;
}

.w-separator.size_large {
  margin: 45px 0;
}

.w-separator.type_invisible.size_large {
  margin: 30px 0;
}

.w-separator.size_huge {
  margin: 65px 0;
}

.w-separator.type_invisible.size_huge {
  margin: 50px 0;
}

.l-section.color_primary .w-separator.color_border,
.l-section.color_secondary .w-separator.color_border {
  border-color: rgba(255, 255, 255, 0.33);
  color: rgba(255, 255, 255, 0.33);
}

.w-sharing {
  font-size: 0;
}

.w-sharing-item {
  color: inherit;
  display: inline-block;
  line-height: 24px;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.no-touch .w-sharing-item:hover {
  color: inherit;
}

.w-sharing-icon {
  display: inline-block;
  min-width: 16px;
  position: relative;
  vertical-align: top;
}

.w-sharing-icon::before {
  font-family: fontawesome;
  line-height: inherit;
  vertical-align: top;
}

.w-sharing-count {
  display: inline-block;
  font-size: 14px;
  margin-left: 8px;
  position: relative;
  vertical-align: top;
}

.w-sharing.counters_hide .w-sharing-count {
  display: none;
}

.w-sharing.type_simple .w-sharing-item {
  border-style: solid;
  border-width: 0 2px 0 0;
  padding: 2px 13px 2px 15px;
  transition: none 0s ease 0s;
}

.w-sharing.type_simple .w-sharing-item:first-child {
  padding-left: 0;
}

.w-sharing.type_simple .w-sharing-item:last-child {
  border: medium none;
  padding-right: 0;
}

.w-sharing.type_simple .w-sharing-icon {
  font-size: 20px;
  opacity: 0.33;
  transition: opacity 0.3s ease 0s, color 0.3s ease 0s;
  width: 26px;
}

.no-touch .w-sharing.type_simple .w-sharing-item:hover .w-sharing-icon {
  opacity: 1;
}

.w-sharing.type_solid,
.w-sharing.type_outlined {
  margin: 0 -2px;
}

.w-sharing.type_solid .w-sharing-item,
.w-sharing.type_outlined .w-sharing-item {
  border-radius: 5px;
  margin: 2px;
  min-width: 50px;
  overflow: hidden;
  padding: 4px 12px;
}

.w-sharing.type_solid .w-sharing-item:last-child,
.w-sharing.type_outlined .w-sharing-item:last-child {
  margin-right: 0;
}

.w-sharing.type_solid .w-sharing-icon,
.w-sharing.type_outlined .w-sharing-icon {
  font-size: 17px;
}

.no-touch .w-sharing.type_solid .w-sharing-item::before,
.no-touch .w-sharing.type_outlined .w-sharing-item::before,
.no-touch .w-sharing.type_fixed .w-sharing-item::before {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: height 0.3s ease 0s;
}

.no-touch .w-sharing.type_solid .w-sharing-item:hover::before,
.no-touch .w-sharing.type_outlined .w-sharing-item:hover::before,
.no-touch .w-sharing.type_fixed .w-sharing-item:hover::before {
  height: 100%;
}

.w-sharing.type_solid .w-sharing-item,
.no-touch .w-sharing.type_outlined .w-sharing-item:hover {
  color: #fff;
}

.w-sharing.type_fixed {
  margin-top: -100px;
  position: fixed;
  top: 50%;
  z-index: 111;
}

.w-sharing.type_fixed.align_left {
  left: 0;
}

.w-sharing.type_fixed.align_right {
  right: 0;
}

.w-sharing.type_fixed.align_center {
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  margin-top: 0;
  top: auto;
}

.w-sharing.type_fixed .w-sharing-item {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  margin: 0;
  padding: 0 15px;
}

.w-sharing.type_fixed.align_left .w-sharing-item,
.w-sharing.type_fixed.align_right .w-sharing-item {
  display: block;
  padding: 0;
  width: 40px;
}

.w-sharing.type_fixed.align_left .w-sharing-count,
.w-sharing.type_fixed.align_right .w-sharing-count {
  display: block;
  font-size: 12px;
  line-height: 12px;
  margin: -2px 0 0;
  padding-bottom: 8px;
}

.w-sharing.type_solid .w-sharing-item.email,
.w-sharing.type_fixed .w-sharing-item.email,
.w-sharing.type_outlined .w-sharing-item.email::before {
  background-color: #96a2a8;
}

.w-sharing.type_outlined .w-sharing-item.email {
  box-shadow: 0 0 0 2px #96a2a8 inset;
  color: #96a2a8;
}

.no-touch .w-sharing.type_simple .w-sharing-item.email:hover .w-sharing-icon {
  color: #96a2a8;
}

.w-sharing-item.email .w-sharing-icon::before {
  content: "\F0E0";
}

.w-sharing.type_solid .w-sharing-item.facebook,
.w-sharing.type_fixed .w-sharing-item.facebook,
.w-sharing.type_outlined .w-sharing-item.facebook::before {
  background-color: #42599e;
}

.w-sharing.type_outlined .w-sharing-item.facebook {
  box-shadow: 0 0 0 2px #42599e inset;
  color: #42599e;
}

.no-touch .w-sharing.type_simple .w-sharing-item.facebook:hover .w-sharing-icon {
  color: #42599e;
}

.w-sharing-item.facebook .w-sharing-icon::before {
  content: "\F09A";
}

.w-sharing.type_solid .w-sharing-item.twitter,
.w-sharing.type_fixed .w-sharing-item.twitter,
.w-sharing.type_outlined .w-sharing-item.twitter::before {
  background-color: #55acee;
}

.w-sharing.type_outlined .w-sharing-item.twitter {
  box-shadow: 0 0 0 2px #55acee inset;
  color: #55acee;
}

.no-touch .w-sharing.type_simple .w-sharing-item.twitter:hover .w-sharing-icon {
  color: #55acee;
}

.w-sharing-item.twitter .w-sharing-icon::before {
  content: "\F099";
}

.w-sharing.type_solid .w-sharing-item.gplus,
.w-sharing.type_fixed .w-sharing-item.gplus,
.w-sharing.type_outlined .w-sharing-item.gplus::before {
  background-color: #db4437;
}

.w-sharing.type_outlined .w-sharing-item.gplus {
  box-shadow: 0 0 0 2px #db4437 inset;
  color: #db4437;
}

.no-touch .w-sharing.type_simple .w-sharing-item.gplus:hover .w-sharing-icon {
  color: #db4437;
}

.w-sharing-item.gplus .w-sharing-icon::before {
  content: "\F0D5";
}

.w-sharing.type_solid .w-sharing-item.linkedin,
.w-sharing.type_fixed .w-sharing-item.linkedin,
.w-sharing.type_outlined .w-sharing-item.linkedin::before {
  background-color: #0077b5;
}

.w-sharing.type_outlined .w-sharing-item.linkedin {
  box-shadow: 0 0 0 2px #0077b5 inset;
  color: #0077b5;
}

.no-touch .w-sharing.type_simple .w-sharing-item.linkedin:hover .w-sharing-icon {
  color: #0077b5;
}

.w-sharing-item.linkedin .w-sharing-icon::before {
  content: "\F0E1";
}

.w-sharing.type_solid .w-sharing-item.pinterest,
.w-sharing.type_fixed .w-sharing-item.pinterest,
.w-sharing.type_outlined .w-sharing-item.pinterest::before {
  background-color: #cb2027;
}

.w-sharing.type_outlined .w-sharing-item.pinterest {
  box-shadow: 0 0 0 2px #cb2027 inset;
  color: #cb2027;
}

.no-touch .w-sharing.type_simple .w-sharing-item.pinterest:hover .w-sharing-icon {
  color: #cb2027;
}

.w-sharing-item.pinterest .w-sharing-icon::before {
  content: "\F0D2";
}

.w-sharing.type_solid .w-sharing-item.vk,
.w-sharing.type_fixed .w-sharing-item.vk,
.w-sharing.type_outlined .w-sharing-item.vk::before {
  background-color: #4c75a3;
}

.w-sharing.type_outlined .w-sharing-item.vk {
  box-shadow: 0 0 0 2px #4c75a3 inset;
  color: #4c75a3;
}

.no-touch .w-sharing.type_simple .w-sharing-item.vk:hover .w-sharing-icon {
  color: #4c75a3;
}

.w-sharing-item.vk .w-sharing-icon::before {
  content: "\F189";
}

.w-socials-item-link {
  border: medium none !important;
  border-radius: 0.25em;
  line-height: 2.3em;
  width: 2.3em;
}

.no-touch .w-socials:not(.hover_none) .w-socials-item-link:hover {
  color: #fff !important;
}

.no-touch .w-socials-item-link-hover {
  bottom: auto;
  height: 0;
  transition: height 0.3s ease 0s;
}

.no-touch .w-socials-item-link:hover .w-socials-item-link-hover {
  height: 100%;
}

.w-socials.style_colored .w-socials-item.email .w-socials-item-link {
  color: #96a2a8;
}

.w-socials-item.email .w-socials-item-link-hover {
  background-color: #96a2a8;
}

.w-socials-item.email .w-socials-item-link::after {
  content: "\F0E0";
}

.w-socials.style_colored .w-socials-item.rss .w-socials-item-link {
  color: #ff9702;
}

.w-socials-item.rss .w-socials-item-link-hover {
  background-color: #ff9702;
}

.w-socials-item.rss .w-socials-item-link::after {
  content: "\F09E";
}

.w-socials.style_colored .w-socials-item.facebook .w-socials-item-link {
  color: #42599e;
}

.w-socials-item.facebook .w-socials-item-link-hover {
  background-color: #42599e;
}

.w-socials-item.facebook .w-socials-item-link::after {
  content: "\F09A";
}

.w-socials.style_colored .w-socials-item.twitter .w-socials-item-link {
  color: #55acee;
}

.w-socials-item.twitter .w-socials-item-link-hover {
  background-color: #55acee;
}

.w-socials-item.twitter .w-socials-item-link::after {
  content: "\F099";
}

.w-socials.style_colored .w-socials-item.google .w-socials-item-link {
  color: #db4437;
}

.w-socials-item.google .w-socials-item-link-hover {
  background-color: #db4437;
}

.w-socials-item.google .w-socials-item-link::after {
  content: "\F0D5";
}

.w-socials.style_colored .w-socials-item.linkedin .w-socials-item-link {
  color: #117eb9;
}

.w-socials-item.linkedin .w-socials-item-link-hover {
  background-color: #117eb9;
}

.w-socials-item.linkedin .w-socials-item-link::after {
  content: "\F0E1";
}

.w-socials.style_colored .w-socials-item.youtube .w-socials-item-link {
  color: #cd201f;
}

.w-socials-item.youtube .w-socials-item-link-hover {
  background-color: #cd201f;
}

.w-socials-item.youtube .w-socials-item-link::after {
  content: "\F16A";
}

.w-socials.style_colored .w-socials-item.vimeo .w-socials-item-link {
  color: #1ab7ea;
}

.w-socials-item.vimeo .w-socials-item-link-hover {
  background-color: #1ab7ea;
}

.w-socials-item.vimeo .w-socials-item-link::after {
  content: "\F27D";
}

.w-socials.style_colored .w-socials-item.skype .w-socials-item-link {
  color: #00aff0;
}

.w-socials-item.skype .w-socials-item-link-hover {
  background-color: #00aff0;
}

.w-socials-item.skype .w-socials-item-link::after {
  content: "\F17E";
}

.w-socials.style_colored .w-socials-item.flickr .w-socials-item-link {
  color: #ff0084;
}

.w-socials-item.flickr .w-socials-item-link-hover {
  background-color: #ff0084;
}

.w-socials-item.flickr .w-socials-item-link::after {
  content: "\F16E";
}

.w-socials.style_colored .w-socials-item.pinterest .w-socials-item-link {
  color: #cb2027;
}

.w-socials-item.pinterest .w-socials-item-link-hover {
  background-color: #cb2027;
}

.w-socials-item.pinterest .w-socials-item-link::after {
  content: "\F0D2";
}

.w-socials.style_colored .w-socials-item.tumblr .w-socials-item-link {
  color: #37465d;
}

.w-socials-item.tumblr .w-socials-item-link-hover {
  background-color: #37465d;
}

.w-socials-item.tumblr .w-socials-item-link::after {
  content: "\F173";
}

.w-socials.style_colored .w-socials-item.dribbble .w-socials-item-link {
  color: #ea4c89;
}

.w-socials-item.dribbble .w-socials-item-link-hover {
  background-color: #ea4c89;
}

.w-socials-item.dribbble .w-socials-item-link::after {
  content: "\F17D";
}

.w-socials.style_colored .w-socials-item.vk .w-socials-item-link {
  color: #4c75a3;
}

.w-socials-item.vk .w-socials-item-link-hover {
  background-color: #4c75a3;
}

.w-socials-item.vk .w-socials-item-link::after {
  content: "\F189";
}

.w-socials.style_colored .w-socials-item.instagram .w-socials-item-link {
  color: #000;
}

.w-socials-item.instagram .w-socials-item-link-hover {
  background: radial-gradient(circle farthest-corner at 35% 100%, #fec564, transparent 50%) repeat scroll 0 0%, radial-gradient(circle farthest-corner at 10% 140%, #feda7e, transparent 50%) repeat scroll 0 0%, radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%) repeat scroll 0 0%, radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%) repeat scroll 0 0%, radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%) repeat scroll 0 0%, radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%) repeat scroll 0 0%, radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent) repeat scroll 0 0%, rgba(0, 0, 0, 0) linear-gradient(#6559ca, #bc318f 30%, #e42e66 50%, #fa5332 70%, #ffdc80 100%) repeat scroll 0 0;
}

.w-socials-item.instagram .w-socials-item-link::after {
  content: "\F16D";
  font-size: 1.2em;
}

.w-socials.style_colored .w-socials-item.behance .w-socials-item-link {
  color: #1769ff;
}

.w-socials-item.behance .w-socials-item-link-hover {
  background-color: #1769ff;
}

.w-socials-item.behance .w-socials-item-link::after {
  content: "\F1B4";
}

.w-socials.style_colored .w-socials-item.xing .w-socials-item-link {
  color: #006464;
}

.w-socials-item.xing .w-socials-item-link-hover {
  background-color: #006464;
}

.w-socials-item.xing .w-socials-item-link::after {
  content: "\F168";
}

.w-socials.style_colored .w-socials-item.yelp .w-socials-item-link {
  color: #c41200;
}

.w-socials-item.yelp .w-socials-item-link-hover {
  background-color: #c41200;
}

.w-socials-item.yelp .w-socials-item-link::after {
  content: "\F1E9";
}

.w-socials.style_colored .w-socials-item.twitch .w-socials-item-link {
  color: #6441a5;
}

.w-socials-item.twitch .w-socials-item-link-hover {
  background-color: #6441a5;
}

.w-socials-item.twitch .w-socials-item-link::after {
  content: "\F1E8";
}

.w-socials.style_colored .w-socials-item.soundcloud .w-socials-item-link {
  color: #ff5600;
}

.w-socials-item.soundcloud .w-socials-item-link-hover {
  background-color: #ff5600;
}

.w-socials-item.soundcloud .w-socials-item-link::after {
  content: "\F1BE";
}

.w-socials.style_colored .w-socials-item.deviantart .w-socials-item-link {
  color: #05cc47;
}

.w-socials-item.deviantart .w-socials-item-link-hover {
  background-color: #637768;
}

.w-socials-item.deviantart .w-socials-item-link::after {
  content: "\F1BD";
}

.w-socials.style_colored .w-socials-item.foursquare .w-socials-item-link {
  color: #fa4b7a;
}

.w-socials-item.foursquare .w-socials-item-link-hover {
  background-color: #fa4b7a;
}

.w-socials-item.foursquare .w-socials-item-link::after {
  content: "\F180";
}

.w-socials.style_colored .w-socials-item.github .w-socials-item-link {
  color: #333;
}

.w-socials-item.github .w-socials-item-link-hover {
  background-color: #333;
}

.w-socials-item.github .w-socials-item-link::after {
  content: "\F09B";
}

.w-socials.style_colored .w-socials-item.odnoklassniki .w-socials-item-link {
  color: #f58220;
}

.w-socials-item.odnoklassniki .w-socials-item-link-hover {
  background-color: #f58220;
}

.w-socials-item.odnoklassniki .w-socials-item-link::after {
  content: "\F263";
}

.w-socials.style_colored .w-socials-item.s500px .w-socials-item-link {
  color: #222;
}

.w-socials-item.s500px .w-socials-item-link-hover {
  background-color: #222;
}

.w-socials-item.s500px .w-socials-item-link::after {
  content: "\F26E";
}

.w-socials.style_colored .w-socials-item.houzz .w-socials-item-link {
  color: #7ac142;
}

.w-socials-item.houzz .w-socials-item-link-hover {
  background-color: #7ac142;
}

.w-socials-item.houzz .w-socials-item-link::after {
  content: "\F27C";
}

.w-socials.style_colored .w-socials-item.medium .w-socials-item-link {
  color: #00ab6c;
}

.w-socials-item.medium .w-socials-item-link-hover {
  background-color: #00ab6c;
}

.w-socials-item.medium .w-socials-item-link::after {
  content: "\F23A";
}

.w-socials.style_colored .w-socials-item.tripadvisor .w-socials-item-link {
  color: #579542;
}

.w-socials-item.tripadvisor .w-socials-item-link-hover {
  background-color: #579542;
}

.w-socials-item.tripadvisor .w-socials-item-link::after {
  content: "\F262";
}

.w-tabs-item.with_icon i + .w-tabs-item-title,
.w-tabs-item.with_icon .w-tabs-item-title + i {
  margin-left: 10px;
}

.w-tabs-list.stretch .w-tabs-list-h {
  display: flex;
}

.w-tabs-list.stretch .w-tabs-item {
  flex: 1 1 0;
  max-width: 50%;
}

.w-tabs-list.stretch .w-tabs-item-h {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-tabs.accordion .w-tabs-section {
  border-style: solid;
  border-width: 1px 0 0;
}

.w-tabs.accordion .w-tabs-section:last-child {
  border-bottom-width: 1px;
}

.w-tabs.accordion .w-tabs-section.color_custom {
  border-color: transparent;
}

.w-tabs-section-header {
  padding: 16px 20px;
  text-align: left;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.no-touch .w-tabs.accordion .w-tabs-section-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.no-touch .w-tabs.accordion .active .w-tabs-section-header:hover {
  background-color: rgba(0, 0, 0, 0);
}

.no-touch .w-tabs.accordion.type_togglable .active .w-tabs-section-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.w-tabs-section.active .w-tabs-section-header {
  background-color: transparent;
}

.w-tabs-section-title {
  color: inherit;
  max-width: calc(100% - 40px);
}

.w-tabs-section.with_icon i + .w-tabs-section-title,
.w-tabs-section.with_icon .w-tabs-section-title + i {
  margin-left: 15px;
}

.w-tabs-section-control {
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
  top: 50%;
  transform: rotate(0deg);
  transition: transform 0.3s ease 0s;
  width: 30px;
}

.w-tabs-section.active .w-tabs-section-control {
  transform: rotate(180deg);
}

.w-tabs-section-content-h {
  padding-top: 40px;
}

.w-tabs.accordion .w-tabs-section-content-h {
  padding: 20px 20px 30px;
}

.w-tabs.icon_chevron .w-tabs-section-control::before {
  content: "\F107";
  font-family: fontawesome;
  font-size: 24px;
  vertical-align: top;
}

.w-tabs.icon_plus .w-tabs-section-control::before {
  content: "\E7D3";
  font-family: mdfonticon;
  font-size: 23px;
  vertical-align: top;
}

.w-tabs.icon_triangle .w-tabs-section-control::before {
  content: "\F0D7";
  font-family: fontawesome;
  font-size: 20px;
  vertical-align: top;
}

.w-tabs.icon_none .w-tabs-section-control {
  display: none;
}

.w-tabs.iconpos_right .w-tabs-section-control {
  right: 15px;
}

.w-tabs.iconpos_right .w-tabs-section-header-h {
  padding-right: 40px;
}

.w-tabs.iconpos_left .w-tabs-section-control {
  left: 15px;
}

.w-tabs.iconpos_left .w-tabs-section-header-h {
  padding-left: 40px;
}

.w-tabs.accordion.title_center .w-tabs-section-header {
  text-align: center;
}

.w-tabs.accordion.title_center .w-tabs-section-header-h {
  padding: 0;
}

.w-tabs.accordion.title_center .with_icon .w-tabs-section-title {
  max-width: calc(100% - 70px);
}

.w-tabs.accordion.title_center .w-tabs-section-control {
  display: inline-block;
  margin: 0 0 0 10px;
  position: static;
}

.w-tabs.accordion.title_right .w-tabs-section-header {
  text-align: right;
}

.w-tabs.layout_default .w-tabs-item {
  border-top: 2px solid transparent;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s;
}

.no-touch .w-tabs.layout_default .w-tabs-item:hover {
  background-color: rgba(0, 0, 0, 0.024);
}

.w-tabs.layout_default .w-tabs-item-h {
  padding: 14px 25px 16px;
}

.w-tabs.layout_modern .w-tabs-list {
  color: #fff;
}

.w-tabs.layout_modern .w-tabs-item {
  opacity: 0.66;
  transition: opacity 0.3s ease 0s;
}

.w-tabs.layout_modern .w-tabs-item.active,
.no-touch .w-tabs.layout_modern .w-tabs-item:hover {
  opacity: 1;
}

.w-tabs.layout_modern .w-tabs-item-h {
  padding: 18px 25px;
}

.w-tabs.layout_modern .w-tabs-item::after {
  border: 10px solid transparent;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  transform: translateY(10px);
  transition: transform 0.3s ease 0s;
}

.w-tabs.layout_modern .w-tabs-item.active::after {
  transform: translateY(0px);
}

.w-tabs.layout_trendy .w-tabs-item {
  border-bottom: 1px solid transparent;
  opacity: 0.66;
  transition: opacity 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}

.w-tabs.layout_trendy .w-tabs-item.active,
.no-touch .w-tabs.layout_trendy .w-tabs-item:hover {
  border-color: inherit;
  opacity: 1;
}

.w-tabs.layout_trendy .w-tabs-item-h {
  padding: 18px 25px;
}

.w-tabs.layout_trendy .w-tabs-item::after {
  bottom: -1px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  transition: height 0.3s ease 0s;
}

.w-tabs.layout_trendy .w-tabs-item.active::after {
  height: 3px;
}

.w-tabs.layout_ver {
  direction: ltr;
  display: table;
  width: 100%;
}

.w-tabs.layout_ver .w-tabs-list {
  display: table-cell;
  vertical-align: top;
}

.w-tabs.layout_ver .w-tabs-item {
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 0 2px;
  float: none;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s;
}

.no-touch .w-tabs.layout_ver .w-tabs-item:hover {
  background-color: rgba(0, 0, 0, 0.024);
}

.w-tabs.layout_ver .w-tabs-item-h {
  padding: 15px 25px;
}

.w-tabs.layout_ver .w-tabs-sections {
  display: table-cell;
  vertical-align: top;
}

.w-tabs.layout_ver .w-tabs-section {
  float: none;
  padding-left: 40px;
}

.w-tabs.layout_ver .w-tabs-section-content-h,
.w-tabs.layout_ver .w-tabs-section.no_indents {
  padding: 0 !important;
}

.w-tabs.layout_ver .w-image img.size-full,
.w-tabs.layout_ver .w-image img.size-large {
  width: 100%;
}

.w-tabs.layout_ver.navpos_right {
  direction: rtl;
}

.w-tabs.layout_ver.navpos_right .w-tabs-list {
  direction: ltr;
}

.w-tabs.layout_ver.navpos_right .w-tabs-item {
  border-width: 0 2px 0 0;
}

.w-tabs.layout_ver.navpos_right .w-tabs-section {
  direction: ltr;
  padding-left: 0;
  padding-right: 40px;
}

.w-tabs.layout_ver.title_left .w-tabs-item {
  text-align: left;
}

.w-tabs.layout_ver.title_right .w-tabs-item {
  text-align: right;
}

.w-tabs.layout_ver.navwidth_auto .w-tabs-list {
  width: 0;
}

.w-tabs.layout_ver.navwidth_auto .w-tabs-item {
  white-space: nowrap;
}

.w-tabs.layout_ver.navwidth_auto .w-tabs-sections {
  width: 100%;
}

.w-tabs.layout_ver.navwidth_10 .w-tabs-list {
  width: 10%;
}

.w-tabs.layout_ver.navwidth_10 .w-tabs-sections {
  width: 90%;
}

.w-tabs.layout_ver.navwidth_20 .w-tabs-list {
  width: 20%;
}

.w-tabs.layout_ver.navwidth_20 .w-tabs-sections {
  width: 80%;
}

.w-tabs.layout_ver.navwidth_30 .w-tabs-list {
  width: 30%;
}

.w-tabs.layout_ver.navwidth_30 .w-tabs-sections {
  width: 70%;
}

.w-tabs.layout_ver.navwidth_40 .w-tabs-list {
  width: 40%;
}

.w-tabs.layout_ver.navwidth_40 .w-tabs-sections {
  width: 60%;
}

.w-tabs.layout_ver.navwidth_50 .w-tabs-list,
.w-tabs.layout_ver.navwidth_50 .w-tabs-sections {
  width: 50%;
}

.w-tabs.layout_ver.accordion {
  display: block;
}

.w-tabs.layout_ver.accordion .w-tabs-sections {
  display: block;
  width: 100% !important;
}

.w-tabs.layout_ver.accordion .w-tabs-section {
  padding: 0 !important;
}

.w-tabs.layout_timeline .w-tabs-list::before {
  border-color: inherit;
  border-top-style: solid;
  border-top-width: 2px;
  content: "";
  display: block;
  height: 1px;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 50%;
}

.w-tabs.layout_timeline .w-tabs-list-h {
  display: flex;
  justify-content: space-between;
}

.w-tabs.layout_timeline .w-tabs-item {
  border-radius: 50%;
  flex-grow: 0;
  height: 80px;
  line-height: 80px;
  min-width: 80px;
  overflow: hidden;
  transition: color 0.3s ease 0s;
  white-space: nowrap;
  width: 80px;
  z-index: 1;
}

.no-touch .w-tabs.layout_timeline .w-tabs-item:hover,
.w-tabs.layout_timeline .w-tabs-item.active {
  color: #fff !important;
}

.w-tabs.layout_timeline .w-tabs-item::before {
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: height 0.3s ease 0s;
  width: 100%;
}

.no-touch .w-tabs.layout_timeline .w-tabs-item:hover::before,
.w-tabs.layout_timeline .w-tabs-item.active::before {
  height: 100%;
}

.w-tabs.layout_timeline .w-tabs-item-title,
.w-tabs.layout_timeline .w-tabs-item.with_icon i {
  position: relative;
}

.w-tabs.layout_timeline .w-tabs-item.with_icon .w-tabs-item-title {
  display: none;
}

.w-tabs.layout_timeline.accordion .w-tabs-section {
  border: medium none;
}

.w-tabs.layout_timeline.accordion .w-tabs-section-header {
  background-color: transparent !important;
  margin: 0 auto;
  padding: 20px 0 0;
  width: 80px;
}

.w-tabs.layout_timeline .w-tabs-section:first-child .w-tabs-section-header {
  padding-top: 0;
}

.w-tabs.layout_timeline .w-tabs-section-header::before {
  border-left-style: solid;
  border-left-width: 2px;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}

.w-tabs.layout_timeline .w-tabs-section-header-h {
  border-radius: 50%;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  transition: color 0.3s ease 0s;
  width: 80px;
  z-index: 1;
}

.no-touch .w-tabs.layout_timeline .w-tabs-section-header-h:hover,
.w-tabs.layout_timeline .w-tabs-section.active .w-tabs-section-header-h {
  color: #fff;
}

.w-tabs.layout_timeline .w-tabs-section-header-h::before {
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: height 0.3s ease 0s;
  width: 100%;
}

.no-touch .w-tabs.layout_timeline .w-tabs-section-header-h:hover::before,
.w-tabs.layout_timeline .w-tabs-section.active .w-tabs-section-header-h::before {
  height: 100%;
}

.w-tabs.layout_timeline .w-tabs-section-header i {
  position: relative;
}

.w-tabs.layout_timeline .w-tabs-section-title {
  color: inherit;
  max-width: none;
  position: relative;
  white-space: inherit;
}

.w-tabs.layout_timeline .w-tabs-section-control,
.w-tabs.layout_timeline .w-tabs-section.with_icon .w-tabs-section-title {
  display: none;
}

.w-tabs.layout_timeline.accordion .w-tabs-section-content {
  border: 2px solid;
  border-radius: 5px;
  margin-top: -40px;
  padding: 60px 40px 40px;
}

.w-tabs.layout_timeline.accordion .w-tabs-section-content-h {
  padding: 0;
}

.w-tabs.title_left,
.w-tabs.title_right {
  padding: 0 !important;
}

.l-section.width_full .vc_col-sm-12 > .w-tabs .w-tabs-section-content {
  padding-left: 40px;
  padding-right: 40px;
}

.l-section.width_full .vc_col-sm-12 > .w-tabs .w-tabs-section-content-h {
  padding: 50px 0;
}

@media (min-width: 1280px) {
  .l-section.width_full .vc_col-sm-12 > .w-tabs:not(.layout_timeline) .w-tabs-item-h {
    padding: 20px 30px;
  }

  .l-section.width_full .vc_col-sm-12 > .w-tabs .w-tabs-section-header {
    padding: 30px;
  }

  .l-section.width_full .vc_col-sm-12 > .w-tabs.iconpos_right .w-tabs-section-control {
    right: 25px;
  }

  .l-section.width_full .vc_col-sm-12 > .w-tabs.iconpos_left .w-tabs-section-control {
    left: 25px;
  }

  .l-section.width_full .vc_col-sm-12 > .w-tabs .w-tabs-section-control::before {
    font-size: 31px;
  }
}

.l-section.color_primary .w-tabs-list,
.l-section.color_primary .w-tabs-section,
.l-section.color_primary .w-tabs-section-header::before,
.l-section.color_secondary .w-tabs-list,
.l-section.color_secondary .w-tabs-section,
.l-section.color_secondary .w-tabs-section-header::before,
.l-section.color_custom .w-tabs-list,
.l-section.color_custom .w-tabs-section,
.l-section.color_custom .w-tabs-section-header::before {
  border-color: rgba(255, 255, 255, 0.33);
}

.l-section.color_primary .w-tabs.layout_trendy .w-tabs-list,
.l-section.color_secondary .w-tabs.layout_trendy .w-tabs-list,
.l-section.color_custom .w-tabs.layout_trendy .w-tabs-list {
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.33) inset;
}

.l-section.color_primary .w-tabs.layout_default .w-tabs-list,
.l-section.color_secondary .w-tabs.layout_default .w-tabs-list,
.l-section.color_custom .w-tabs.layout_default .w-tabs-list {
  background-color: rgba(255, 255, 255, 0.12);
}

.l-section.color_primary .w-tabs.layout_default .w-tabs-item,
.l-section.color_secondary .w-tabs.layout_default .w-tabs-item,
.l-section.color_custom .w-tabs.layout_default .w-tabs-item {
  border-color: transparent !important;
}

.g-tags {
  font-size: 0;
}

.g-tags-title {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 10px 0 0;
  vertical-align: top;
}

.g-tags > a {
  border: 2px solid;
  border-radius: 3px;
  color: inherit;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  margin: 0 3px 3px 0;
  padding: 3px 8px 4px;
  vertical-align: top;
}

.w-testimonial blockquote {
  border: medium none !important;
  font: inherit;
  margin: 0 !important;
  padding: 0 !important;
}

.w-testimonial .w-testimonial-text {
  display: block;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.56;
}

.w-testimonial .w-testimonial-text p {
  display: inline;
}

.w-testimonial-person {
  line-height: 24px;
  overflow: hidden;
  padding-top: 15px;
}

.w-testimonial-person img {
  border-radius: 50%;
  display: block;
  float: left;
  height: 60px;
  margin-right: 15px;
  width: 60px;
}

.w-testimonial-person-name {
  font-weight: 600;
}

.w-testimonial-person-meta {
  font-size: 0.9em;
  margin-left: 8px;
}

.w-testimonial.style_1 {
  border: 2px solid;
  border-radius: 5px;
  padding: 30px;
  transition: border-color 0.3s ease 0s;
}

.w-testimonial.style_1 img ~ .w-testimonial-person-name {
  display: block;
  margin-top: 5px;
}

.w-testimonial.style_1 img ~ .w-testimonial-person-meta {
  margin: 0;
}

.w-testimonial.style_2 {
  padding-top: 70px;
  position: relative;
}

.w-testimonial.style_2::before {
  content: "\201C";
  font-size: 11em;
  font-style: italic;
  font-weight: normal;
  left: -40px;
  line-height: 140px;
  position: absolute;
  top: 0;
}

.w-testimonial.style_2 .w-testimonial-text {
  quotes: none;
}

.w-testimonial.style_2 img ~ .w-testimonial-person-name {
  display: block;
  margin-top: 5px;
}

.w-testimonial.style_2 img ~ .w-testimonial-person-meta {
  margin: 0;
}

.w-testimonial.style_3 {
  padding-left: 26px;
}

.w-testimonial.style_3 .w-testimonial-text {
  font-style: normal;
  position: relative;
  quotes: none;
}

.w-testimonial.style_3 .w-testimonial-text::before {
  content: "\F10D";
  font-family: fontawesome;
  font-size: 18px;
  left: -25px;
  position: absolute;
  top: 0;
}

.w-testimonial.style_3 .w-testimonial-text::after {
  content: "\F10E";
  font-family: fontawesome;
  font-size: 18px;
  margin-left: 7px;
}

.w-testimonial.style_3 .w-testimonial-person {
  padding-top: 10px;
}

.w-testimonial.style_3 img ~ .w-testimonial-person-name {
  display: block;
  margin-top: 5px;
}

.w-testimonial.style_3 img ~ .w-testimonial-person-meta {
  margin: 0;
}

.w-testimonial.style_4 {
  padding-left: 100px;
  position: relative;
}

.w-testimonial.style_4::before {
  border-radius: 50%;
  content: "\F10D";
  font-family: fontawesome;
  font-size: 30px;
  left: 0;
  line-height: 80px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 80px;
}

.w-testimonial.style_4 .w-testimonial-person img {
  float: none;
  height: 80px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 80px;
}

.w-toplink {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  bottom: 15px;
  color: #fff !important;
  display: block;
  font-size: 30px;
  height: 50px;
  line-height: 48px;
  outline: medium none !important;
  position: fixed;
  right: 15px;
  text-align: center;
  transform: translate3d(0px, 70px, 0px);
  width: 50px;
  z-index: 100;
}

.w-toplink.active {
  transform: translate3d(0px, 0px, 0px);
}

.w-toplink::before {
  content: "\F106";
  font-family: fontawesome;
  vertical-align: top;
}

.navigation.pagination {
  font-size: 0;
}

.pagination h2 {
  display: none;
}

.pagination .page-numbers {
  border-radius: 50%;
  color: inherit;
  display: inline-block;
  font-size: 17px;
  height: 50px;
  line-height: 50px;
  margin: 3px;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50px;
  z-index: 1;
}

.pagination span.page-numbers {
  cursor: default;
}

.pagination a.page-numbers {
  color: inherit;
}

.pagination .page-numbers:first-child {
  margin-left: 0;
}

.no-touch .pagination .page-numbers:hover {
  color: #fff;
}

.no-touch .pagination .page-numbers::before {
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: height 0.3s ease 0s;
  width: 100%;
}

.no-touch .pagination .page-numbers:hover::before {
  height: 100%;
}

.pagination .page-numbers span {
  position: relative;
}

.pagination .page-numbers.current {
  box-shadow: none !important;
  color: #fff !important;
}

.pagination .page-numbers.dots {
  box-shadow: none !important;
  color: inherit !important;
}

.pagination .page-numbers.dots::before {
  display: none;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  font-size: 0;
}

.pagination .page-numbers.prev::after {
  content: "\F104";
  font-family: fontawesome;
  font-size: 24px;
  padding-right: 3px;
  position: relative;
  vertical-align: top;
}

.pagination .page-numbers.next::after {
  content: "\F105";
  font-family: fontawesome;
  font-size: 24px;
  padding-left: 3px;
  position: relative;
  vertical-align: top;
}

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

.page-404::before {
  content: "\F14E";
  display: inline-block;
  font: 200px/1 fontawesome;
  margin-bottom: 5px;
  opacity: 0.1;
  vertical-align: top;
}

.gallery-caption,
.bypostauthor {
  font-size: inherit;
}

img#wpstats {
  display: none !important;
}

img.alignleft {
  float: left;
  margin: 0 40px 40px 0;
}

img.alignright {
  float: right;
  margin: 0 0 40px 40px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  line-height: 0;
  margin: 0 0 30px;
  max-width: 100%;
  position: relative;
}

.wp-caption-text {
  display: block;
  font-size: 0.9em;
  line-height: 1.6;
  margin: 0;
  padding: 12px 16px;
}

.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignleft {
  float: left;
  margin-right: 30px;
}

.wp-caption.alignright {
  float: right;
  margin-left: 40px;
  margin-right: -10px;
}

.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignright .wp-caption-text {
  width: calc(100% - 10px);
}

.widget {
  margin-bottom: 45px;
}

.widget:last-child {
  margin-bottom: 0;
}

.l-subfooter .widget {
  margin-bottom: 30px;
}

.widget:not(.widget_text) ul {
  list-style-type: none;
  margin: 0;
}

.widget_archive ul li {
  line-height: 1.5em;
  margin: 0;
  padding: 7px 0 7px 18px;
  position: relative;
}

.widget_archive ul li::before {
  content: "\F105";
  font-family: fontawesome;
  font-size: 18px;
  left: 2px;
  opacity: 0.5;
  position: absolute;
  top: 6px;
}

.widget_calendar #calendar_wrap {
  border: 2px solid;
  padding: 20px;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  font-size: 1.2em;
  padding: 4px 20px 14px;
}

#wp-calendar thead th,
#wp-calendar tbody td,
#wp-calendar tfoot td {
  border: medium none;
  line-height: 32px;
  padding: 0;
  text-align: center;
}

#wp-calendar thead th {
  border-top: medium none;
  font-size: 10px;
  font-weight: normal;
  opacity: 0.5;
}

#wp-calendar tbody td a {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}

#wp-calendar tbody td#today {
  font-size: 1.2em;
  font-weight: bold;
}

#wp-calendar td#prev {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar td#next {
  padding-right: 10px;
  text-align: right;
}

.widget_categories ul li {
  line-height: 1.5em;
  margin: 0;
  padding: 7px 0 7px 18px;
  position: relative;
}

.widget.widget_categories .children {
  margin: 7px 0 -7px;
}

.widget_categories ul li::before {
  content: "\F105";
  font-family: fontawesome;
  font-size: 18px;
  left: 2px;
  opacity: 0.5;
  position: absolute;
  top: 6px;
}

.l-main .widget_nav_menu > div {
  border-bottom: 1px solid;
}

.l-main .widget_nav_menu ul li {
  margin: 0;
}

.l-main .widget_nav_menu .menu-item a {
  border-bottom-width: 0 !important;
  border-top: 1px solid;
  color: inherit;
  display: block;
  line-height: 1.5em;
  padding: 12px 20px 12px 35px;
  position: relative;
  transition: color 0.1s ease 0s, background-color 0.1s ease 0s, border-color 0.1s ease 0s;
}

.no-touch .l-main .widget_nav_menu a:hover {
  border-bottom: medium none;
}

.l-main .widget_nav_menu .menu-item.current-menu-item > a {
  color: #fff;
}

.widget_nav_menu .menu-item.current-menu-item + .menu-item > a {
  border-color: transparent;
}

.l-main .widget_nav_menu .menu-item a::before {
  content: "\F105";
  font-family: fontawesome;
  font-size: 18px;
  left: 16px;
  opacity: 0.5;
  position: absolute;
  top: 12px;
}

.l-main .widget_nav_menu .sub-menu > .menu-item a {
  border: medium none;
  padding-left: 55px;
}

.l-main .widget_nav_menu .sub-menu > .menu-item a::before {
  left: 36px;
}

.l-main .widget_nav_menu .sub-menu .sub-menu > .menu-item a {
  border: medium none;
  padding-left: 75px;
}

.l-main .widget_nav_menu .sub-menu .sub-menu > .menu-item a::before {
  left: 56px;
}

.l-main .widget_nav_menu .menu-item a i {
  width: 20px;
}

.l-footer .widget_nav_menu ul li {
  line-height: 1.5em;
  margin: 0;
  padding: 7px 0 7px 18px;
  position: relative;
}

.l-footer .widget_nav_menu .sub-menu {
  margin: 7px 0 -7px;
}

.l-footer .widget_nav_menu .menu-item::before {
  content: "\F105";
  font-family: fontawesome;
  font-size: 18px;
  left: 2px;
  opacity: 0.5;
  position: absolute;
  top: 6px;
}

.l-footer .widget_nav_menu .menu-item.current-menu-item > a {
  font-weight: bold;
}

.widget_meta ul li {
  line-height: 1.5em;
  margin: 0;
  padding: 7px 0 7px 18px;
  position: relative;
}

.widget_meta ul li::before {
  content: "\F105";
  font-family: fontawesome;
  font-size: 18px;
  left: 2px;
  opacity: 0.5;
  position: absolute;
  top: 6px;
}

.widget_pages ul li {
  line-height: 1.5em;
  margin: 0;
  padding: 7px 0 7px 18px;
  position: relative;
}

.widget.widget_pages ul.children {
  margin: 7px 0 -7px;
}

.widget_pages ul li::before {
  content: "\F105";
  font-family: fontawesome;
  font-size: 18px;
  left: 2px;
  opacity: 0.5;
  position: absolute;
  top: 6px;
}

.widget_recent_comments .recentcomments {
  line-height: 1.5em;
  margin: 0;
  padding: 7px 0 7px 18px;
  position: relative;
}

.widget_recent_comments .recentcomments::before {
  content: "\F105";
  font-family: fontawesome;
  font-size: 18px;
  left: 2px;
  opacity: 0.5;
  position: absolute;
  top: 6px;
}

.widget_recent_entries ul li {
  line-height: 1.5em;
  margin: 0;
  padding: 7px 0 7px 18px;
  position: relative;
}

.widget_recent_entries ul li::before {
  content: "\F105";
  font-family: fontawesome;
  font-size: 18px;
  left: 2px;
  opacity: 0.5;
  position: absolute;
  top: 6px;
}

.widget_recent_entries ul li span {
  display: block;
  font-size: 0.9em;
  opacity: 0.5;
  padding-top: 3px;
}

.widget_rss .widgettitle a {
  padding-left: 28px;
  position: relative;
}

.widget_rss .widgettitle a:first-child {
  display: none;
}

.widget_rss .widgettitle a::before {
  content: "\F143";
  font-family: fontawesome;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
}

.widget_rss ul li {
  line-height: 1.5em;
  margin-bottom: 20px;
}

.widget_rss ul li span {
  display: block;
  opacity: 0.5;
  padding-top: 3px;
}

.widget_rss ul li cite {
  font-size: 0.9em;
  font-style: normal;
  opacity: 0.5;
}

.widget_rss ul li div {
  display: block;
  font-size: 0.9em;
  padding: 3px 0;
}

.widget_search .w-form-message,
.widget_search .w-form-row-state,
.widget_search .w-btn-label,
.widget_search .w-btn::before {
  display: none;
}

.widget_search .w-form {
  position: relative;
}

.widget_search .w-form input[type=text] {
  min-width: 100px;
  padding-left: 12px;
  padding-right: 46px;
}

.widget_search .w-form-row.for_submit {
  position: absolute;
  right: 0;
  top: 0;
}

.widget_search .w-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: inherit !important;
  line-height: 38px;
  opacity: 0.5;
  padding: 0;
  transition: opacity 0.3s ease 0s;
  width: 44px;
}

.widget_search .w-btn:hover {
  opacity: 1;
}

.widget_search .w-btn::after {
  content: "\F002";
  font-family: fontawesome;
  font-size: 18px;
  font-weight: normal;
}

.widget_tag_cloud a {
  color: inherit;
}

.l-footer .widget_tag_cloud {
  line-height: 28px;
}

.rounded_none .w-header-show,
.rounded_none .btn.w-menu-item,
.rounded_none .btn.w-nav-item .w-nav-anchor.level_1,
.rounded_none .w-btn,
.rounded_none button,
.rounded_none input,
.rounded_none textarea,
.rounded_none select,
.rounded_none .w-actionbox,
.rounded_none .w-author,
.rounded_none .w-blog-post-h,
.rounded_none .w-blog-post-meta-category a,
.rounded_none .w-cart-notification,
.rounded_none .g-filters.style_2 .g-filters-item,
.rounded_none .w-logos-item,
.rounded_none .w-message,
.rounded_none .w-pricing-item-h,
.rounded_none .w-pricing-item-header,
.rounded_none .w-profile,
.rounded_none .w-progbar-bar,
.rounded_none .w-progbar.style_4 .w-progbar-bar-count,
.rounded_none .w-search-form,
.rounded_none .w-sharing-item,
.rounded_none .w-socials-item-link,
.rounded_none .w-socials-item-popup,
.rounded_none .w-tabs-section-content,
.rounded_none .g-tags > a,
.rounded_none .w-testimonial,
.rounded_none .w-toplink,
.rounded_none #lang_sel a.lang_sel_sel,
.rounded_none #lang_sel_click a.lang_sel_sel,
.rounded_none div.wpcf7-response-output,
.rounded_none .ultimate-call-to-action,
.rounded_none .flip-box-wrap .flip-box .ifb-face,
.rounded_none .flip-box-wrap .flip-box .flip_link a,
.rounded_none .smile-icon-timeline-wrap .timeline-wrapper .timeline-block,
.rounded_none .smile-icon-timeline-wrap .timeline-feature-item.feat-item,
.rounded_none .aio-icon-box,
.rounded_none .ult-modal-input-wrapper .btn-modal {
  border-radius: 0 !important;
}

.no-touch .links_underline h1 a:hover,
.no-touch .links_underline h2 a:hover,
.no-touch .links_underline h3 a:hover,
.no-touch .links_underline h4 a:hover,
.no-touch .links_underline h5 a:hover,
.no-touch .links_underline h6 a:hover,
.no-touch .links_underline .w-text a:hover,
.no-touch .links_underline .w-menu-item:hover span,
.no-touch .links_underline .l-subfooter.at_bottom a:hover,
.no-touch .links_underline .l-subfooter.at_top p a:hover,
.no-touch .links_underline .l-subfooter.at_top li a:hover,
.no-touch .links_underline .l-content p a:hover,
.no-touch .links_underline .l-content li a:hover,
.no-touch .links_underline .g-breadcrumbs a:hover,
.no-touch .links_underline .w-author-name a:hover,
.no-touch .links_underline .w-author-url a:hover,
.no-touch .links_underline .w-author-desc a:hover,
.no-touch .links_underline a:hover + .w-blog-post-body .w-blog-post-title a,
.no-touch .links_underline .w-blog-post-meta a:hover,
.no-touch .links_underline .w-blognav a:hover .w-blognav-title,
.no-touch .links_underline .w-btn.color_transparent:hover .w-btn-label,
.no-touch .links_underline .w-comments-item-meta a:hover,
.no-touch .links_underline .w-comments-item-text a:hover,
.no-touch .links_underline .w-comments-item-answer a:hover,
.no-touch .links_underline .w-comments-pagination a:hover,
.no-touch .links_underline .comment-reply-title a:hover,
.no-touch .links_underline .w-contacts a:hover,
.no-touch .links_underline .w-form-row-link:hover,
.no-touch .links_underline .w-person-link:hover .w-person-name span,
.no-touch .links_underline .w-profile-link.for_user:hover .w-profile-name,
.no-touch .links_underline .w-profile-link.for_logout:hover,
.no-touch .links_underline a:hover > .w-testimonial-person-name span,
.no-touch .links_underline .widget li a:hover,
.no-touch .links_underline #wp-calendar td a:hover,
.no-touch .links_underline .l-main .widget_tag_cloud a:hover,
.no-touch .links_underline #lang_sel_footer a:hover > span {
  border-bottom: 1px solid;
}

.mfp-container::after {
  color: #fff;
  content: "\D7";
  font-family: Arial, sans-serif;
  font-size: 54px;
  line-height: 80px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 80px;
  z-index: 1047;
}

.admin-bar .mfp-container::after {
  top: 32px;
}

.mfp-close,
.mfp-arrow::after {
  display: none !important;
}

.mfp-arrow::before {
  border: medium none;
  color: #fff;
  content: "\F104";
  font-family: fontawesome;
  font-size: 50px;
  margin-left: 0;
  margin-top: 45px;
  width: 100%;
}

.mfp-arrow.mfp-arrow-right::before {
  content: "\F105";
}

.mfp-figure::after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 5px 8px rgba(0, 0, 0, 0.16), 0 9px 20px rgba(0, 0, 0, 0.16);
}

.mfp-preloader {
  color: #fff;
  font-size: 0;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  right: auto;
  transition: opacity 0.2s ease 0.1s;
  width: 40px;
}

.mfp-s-ready .mfp-preloader {
  display: block;
  opacity: 0;
}

.mfp-preloader::before,
.mfp-preloader::after {
  border: 2px solid;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.mfp-preloader::before {
  opacity: 0.2;
}

.mfp-preloader::after {
  -webkit-animation: 0.8s cubic-bezier(0.6, 0.3, 0.3, 0.6) 0s normal none infinite running rotation;
          animation: 0.8s cubic-bezier(0.6, 0.3, 0.3, 0.6) 0s normal none infinite running rotation;
  border-top-color: transparent;
}

.mfp-title {
  font-size: 13px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.2s ease 0s;
}

.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;
  transform: scale(0.5);
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.5);
}

.mfp-fade.mfp-wrap .mfp-container::after,
.mfp-fade.mfp-wrap .mfp-arrow {
  opacity: 0 !important;
  transition: opacity 0.2s ease 0s;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-container::after,
.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow {
  opacity: 0.6 !important;
}

.no-touch .mfp-fade.mfp-wrap.mfp-ready .mfp-arrow:hover {
  opacity: 1 !important;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-container::after,
.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0 !important;
}

.rsDefault.royalSlider {
  width: 100%;
}

.rsDefault.royalSlider.rsFullscreen {
  background-color: #111;
  color: #fff;
}

.rsDefault .rsArrow {
  -moz-user-select: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 50px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  top: 50%;
  width: 60px;
  z-index: 21;
}

.rsDefault .rsArrowLeft {
  left: 0;
}

.rsDefault .rsArrowRight {
  right: 0;
}

.rsDefault .rsArrow::after {
  bottom: 0;
  content: "\F104";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.rsDefault .rsArrow.rsArrowRight::after {
  content: "\F105";
}

.rsDefault .rsArrowDisabled::after {
  display: none;
}

.rsDefault .rsBullets {
  clear: both;
  float: none;
  line-height: 0;
  padding-top: 6px;
  text-align: center;
}

.rsDefault .rsBullet {
  box-sizing: content-box;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  vertical-align: top;
  width: 18px;
}

.rsDefault .rsBullet span {
  border: 1px solid;
  border-radius: 50%;
  box-sizing: content-box;
  display: block;
  height: 4px;
  margin: 6px auto 0;
  opacity: 0.5;
  width: 4px;
}

.rsDefault .rsBullet.rsNavSelected span {
  border-width: 3px;
  height: 0;
  width: 0;
}

.rsDefault .rsThumbsHor {
  clear: both;
  float: none;
  height: 68px;
  padding-top: 4px;
  width: 100%;
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  height: 100%;
  position: relative;
}

.rsDefault .rsThumb {
  float: left;
  height: 64px;
  overflow: hidden;
  width: 64px;
}

.rsDefault .rsThumb img {
  display: block;
  height: 100%;
  width: 100%;
}

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
}

.rsDefault .rsThumbsArrow {
  display: none;
}

.rsDefault .rsFullscreenBtn {
  -moz-user-select: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 26px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  top: 0;
  transition: opacity 0.3s ease 0s;
  width: 60px;
  z-index: 22;
}

.no-touch .rsDefault .rsFullscreenBtn {
  opacity: 0;
}

.no-touch .rsDefault:hover .rsFullscreenBtn {
  opacity: 1;
}

.rsDefault .rsFullscreenBtn::after {
  bottom: 0;
  content: "\F0B2";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.rsDefault.rsFullscreen .rsFullscreenBtn::after {
  content: "\D7";
  font-family: Arial, sans-serif;
  font-size: 46px;
}

.rsDefault .rsPreloader {
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  top: 50%;
  width: 40px;
}

.rsDefault .rsPreloader::before,
.rsDefault .rsPreloader::after {
  border: 2px solid;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.rsDefault .rsPreloader::before {
  opacity: 0.2;
}

.rsDefault .rsPreloader::after {
  -webkit-animation: 0.8s cubic-bezier(0.6, 0.3, 0.3, 0.6) 0s normal none infinite running rotation;
          animation: 0.8s cubic-bezier(0.6, 0.3, 0.3, 0.6) 0s normal none infinite running rotation;
  border-top-color: transparent;
}

.w-nav .menu-item-language {
  display: block;
  margin: 0;
}

.w-nav .menu-item-language > a {
  color: inherit;
  display: block;
  overflow: hidden;
  position: relative;
}

.w-nav.type_desktop .submenu-languages {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  display: none;
  list-style: outside none none;
  margin: 0;
  position: absolute;
  text-align: left;
  z-index: 10;
}

.header_ver .w-nav.type_desktop .submenu-languages {
  left: 100%;
  top: 0;
}

.l-header.bg_transparent:not(.sticky) .type_desktop .w-nav-list > .menu-item-language > a {
  background-color: transparent;
}

.w-nav.type_desktop .menu-item-language:hover .submenu-languages {
  display: block;
}

.w-nav.type_desktop .submenu-languages .menu-item-language > a {
  line-height: 20px;
  padding: 10px 20px;
  transition: color 0.1s ease 0s, background-color 0.1s ease 0s;
  white-space: nowrap;
}

.menu-item-language > a img.iclflag {
  margin-right: 7px;
}

.w-nav.type_mobile .menu-item-language {
  line-height: 26px;
  text-align: left;
}

.w-nav.type_mobile .menu-item-language > a {
  padding: 0 10px;
}

.w-nav.type_mobile .w-nav-list > .menu-item-language {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06) inset;
  padding: 10px 0;
}

.w-nav.type_mobile .menu-item-language > a,
.w-nav.type_mobile .submenu-languages .menu-item-language {
  display: inline-block;
  vertical-align: top;
}

.w-nav.type_mobile .submenu-languages {
  display: inline;
  list-style: outside none none;
  margin: 0;
}

.lang_sel_list_horizontal ul {
  overflow: hidden;
}

.lang_sel_list_horizontal li {
  float: left;
  margin: 0 15px 5px 0 !important;
  padding: 0 !important;
}

.lang_sel_list_vertical li {
  margin: 0 0 5px !important;
  padding: 0 !important;
}

.lang_sel_list_vertical li a,
.lang_sel_list_horizontal li a {
  border: medium none !important;
}

#lang_sel li,
#lang_sel_click li {
  margin: 0;
  padding: 0;
  position: relative;
}

#lang_sel a,
#lang_sel_click a {
  border: medium none !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) inset;
  color: inherit !important;
  display: block;
  font-size: 13px;
  line-height: 40px;
  padding: 0 40px 0 15px;
}

#lang_sel a img.iclflag,
#lang_sel_click a img.iclflag {
  margin-right: 5px;
}

#lang_sel a.lang_sel_sel,
#lang_sel_click a.lang_sel_sel {
  border-radius: 5px;
}

#lang_sel a.lang_sel_sel img.iclflag {
  margin-right: 2px;
}

#lang_sel_click a.lang_sel_sel img.iclflag {
  margin-right: 8px;
}

#lang_sel a.lang_sel_sel::before,
#lang_sel_click a.lang_sel_sel::before {
  content: "\F107";
  cursor: pointer;
  display: block;
  font-family: fontawesome;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 0;
}

#lang_sel ul ul,
#lang_sel_click ul ul {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 40px;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

#lang_sel ul li:hover ul {
  visibility: visible;
}

#lang_sel ul ul a,
#lang_sel_click ul ul a {
  box-shadow: none;
}

#lang_sel_footer {
  clear: both;
  font: 11px/15px Verdana, sans-serif;
  padding: 8px;
  text-align: center;
}

#lang_sel_footer ul {
  list-style: outside none none;
  margin: 0;
}

#lang_sel_footer ul li {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
}

#lang_sel_footer ul li a {
  display: block;
  padding: 5px 8px;
}

img.iclflag {
  position: relative;
  top: 1px;
}

.tp-leftarrow.tparrows.custom,
.tp-rightarrow.tparrows.custom {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff inset;
  color: #fff;
  font-size: 34px;
  height: 50px;
  line-height: 48px;
  overflow: hidden;
  text-align: center;
  transition: opacity 0.3s ease 0s, box-shadow 0.3s ease 0s;
  width: 50px;
}

.no-touch .tp-leftarrow.tparrows.custom:hover,
.no-touch .tp-rightarrow.tparrows.custom:hover {
  box-shadow: 0 0 0 2px transparent inset;
}

.tp-leftarrow.tparrows.custom::before,
.tp-rightarrow.tparrows.custom::before {
  display: none;
}

.no-touch .tp-leftarrow.tparrows.custom::before,
.no-touch .tp-rightarrow.tparrows.custom::before {
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: height 0.3s ease 0s;
  width: 100%;
}

.no-touch .tp-leftarrow.tparrows.custom:hover::before,
.no-touch .tp-rightarrow.tparrows.custom:hover::before {
  height: 100%;
}

.tp-rightarrow.tparrows.custom::after {
  content: "\F105";
  font-family: fontawesome;
  margin-left: 3px;
  position: relative;
  vertical-align: top;
}

.tp-leftarrow.tparrows.custom::after {
  content: "\F104";
  font-family: fontawesome;
  margin-right: 3px;
  position: relative;
  vertical-align: top;
}

span.wpcf7-form-control-wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=password],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=number],
.wpcf7-form input[type=date],
.wpcf7-form input[type=time],
.wpcf7-form textarea,
.wpcf7-form select {
  margin-top: 5px;
}

.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control.wpcf7-checkbox {
  display: inline-block;
  padding: 10px 0;
  vertical-align: top;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: top;
}

span.wpcf7-list-item input[type=checkbox],
span.wpcf7-list-item input[type=radio] {
  margin-right: 2px;
}

div.wpcf7 img.ajax-loader {
  margin-left: 10px;
}

div.wpcf7-response-output {
  border-radius: 5px;
  margin: 0;
  padding: 8px 16px;
  text-align: center;
}

span.wpcf7-not-valid-tip {
  font-size: 0.9em;
}

.l-subfooter.at_top .wpcf7-form p:last-child {
  margin-bottom: 20px;
}

.dataTables_processing {
  display: none;
}

.dataTables_scroll {
  clear: both;
}

.tablepress-table-description {
  display: block;
  margin-bottom: 1.5em;
}

.dataTables_wrapper {
  clear: both;
  margin-bottom: 1.5em;
}

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

.dataTables_wrapper .tablepress {
  clear: both;
  margin: 0;
  width: 100% !important;
}

.tablepress tbody td {
  vertical-align: top;
}

.tablepress thead th,
.tablepress tfoot th {
  font-weight: bold;
  vertical-align: middle;
}

.tablepress .odd td {
  background-color: rgba(0, 0, 0, 0.03);
}

.tablepress img {
  max-width: none;
}

.dataTables_length {
  float: left;
  margin-bottom: 10px;
  white-space: nowrap;
}

.dataTables_filter {
  float: right;
  margin-bottom: 10px;
  white-space: nowrap;
}

.dataTables_wrapper label input {
  margin-left: 10px;
  vertical-align: middle;
  width: auto;
}

.dataTables_wrapper label select {
  margin: 0 5px;
  vertical-align: middle;
  width: auto;
}

.dataTables_info {
  clear: both;
  float: left;
  font-size: 0.85em;
  margin-top: 10px;
}

.dataTables_paginate {
  float: right;
  font-size: 0.9em;
  margin-top: 10px;
}

.dataTables_paginate a {
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}

.paginate_button.disabled {
  color: inherit !important;
  cursor: default;
  opacity: 0.5;
}

.paginate_button.current {
  cursor: default;
  font-weight: bold;
}

.paging_simple .paginate_button.previous::before {
  content: "\F053";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 5px;
}

.paging_simple .paginate_button.next::after {
  content: "\F054";
  display: inline-block;
  font-family: fontawesome;
  margin-left: 5px;
}

.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  cursor: pointer;
  padding-right: 30px;
  position: relative;
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  color: #fff;
}

.tablepress .sorting_asc::after,
.tablepress .sorting_desc::after {
  content: "\F0D8";
  font-family: fontawesome;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 10px;
  top: 50%;
}

.tablepress .sorting_desc::after {
  content: "\F0D7";
}

.dataTables_scrollBody .tablepress thead th::after {
  display: none;
}

.g-cols.wpb_row,
.wpb_revslider_element.wpb_content_element,
.wpb_widgetised_column.wpb_content_element {
  margin-bottom: 0;
}

.wpb_text_column h1:last-child,
.wpb_text_column h2:last-child,
.wpb_text_column h3:last-child,
.wpb_text_column h4:last-child,
.wpb_text_column h5:last-child,
.wpb_text_column h6:last-child {
  margin-bottom: 1.5rem;
}

.wpb_text_column p:last-child,
.wpb_text_column ul:last-child,
.wpb_text_column ol:last-child {
  margin-bottom: 1.5em;
}

.wpb_text_column:last-child h1:last-child,
.wpb_text_column:last-child h2:last-child,
.wpb_text_column:last-child h3:last-child,
.wpb_text_column:last-child h4:last-child,
.wpb_text_column:last-child h5:last-child,
.wpb_text_column:last-child h6:last-child,
.wpb_text_column:last-child p:last-child,
.wpb_text_column:last-child ul:last-child,
.wpb_text_column:last-child ol:last-child {
  margin-bottom: 0;
}

.vc_icon_element-icon {
  transform: translate(-50%, -50%);
}

.vc_icon_element-align-left {
  display: inline-block;
  vertical-align: top;
}

.flickr_badge_image {
  float: left;
  height: 75px;
  width: 75px;
}

.flickr_badge_image a {
  border: medium none;
}

.flickr_badge_image img {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.wpb_flickr_widget p.flickr_stream_wrap {
  clear: both;
  font-size: 80%;
  margin: 0;
  padding-top: 6px;
}

.vc_chart ul.vc_chart-legend {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

.vc_chart ul.vc_chart-legend li {
  line-height: 20px;
  list-style: outside none none;
  margin: 0 0 5px;
  padding: 0;
}

.vc_chart .vc_chart-legend span {
  display: inline-block;
  height: 16px;
  margin: 2px 5px 2px 0;
  vertical-align: top;
  width: 16px;
}

@media (min-width: 768px) {
  .vc_chart .vc_chart-with-legend {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
  }

  .vc_chart .vc_chart-legend {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
  }

  .vc_chart ul.vc_chart-legend li {
    margin-left: 30px;
  }

  .vc_line-chart .vc_chart-with-legend {
    width: 75%;
  }

  .vc_line-chart .vc_chart-legend {
    width: 25%;
  }
}

.l-section .ult-vc-seperator {
  z-index: 2;
}

.g-cols > .upb_row_bg,
.g-cols > .upb_video-wrapper {
  display: none !important;
}

ul.slick-dots {
  margin: 0 !important;
}

.aio-icon.circle {
  height: 2.5em;
  line-height: 2.5em;
  width: 2.5em;
}

.aio-icon.circle i,
.aio-icon.square i,
.icon_list_icon i,
.info-circle-icons i {
  line-height: inherit !important;
  vertical-align: top;
}

.l-body .ubtn {
  font-size: 15px;
  line-height: 2.8;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0 1.8em;
  vertical-align: top;
}

.ubtn.ubtn-left {
  margin-right: 10px;
}

.ubtn.ubtn-right {
  margin-left: 10px;
}

.ubtn.ubtn-mini {
  font-size: 11px;
}

.ubtn.ubtn-small {
  font-size: 13px;
}

.ubtn.ubtn-block,
.ubtn.ubtn-large {
  font-size: 18px;
}

.ultimate-call-to-action {
  border-radius: 5px;
}

.ultimate-call-to-action .uvc-ctaction-data {
  line-height: 1.4;
  padding: 0 20px;
}

.ult-carousel-wrapper .slick-prev {
  padding-right: 2px;
}

.ult-carousel-wrapper .slick-next {
  padding-left: 2px;
}

.ult-carousel-wrapper button.circle-border,
.ult-carousel-wrapper button.circle-bg {
  height: 1.72em !important;
  line-height: 1.72em !important;
  width: 1.72em !important;
}

.ult_dual_button .ult_ivan_button {
  padding: 10px;
  text-transform: uppercase;
}

.flip-box-wrap .flip-box .ifb-face {
  border-radius: 5px;
  padding: 30px;
}

.flip-box-wrap .flip-box .ifb-face h3 {
  font-size: 22px;
  margin: 10px 0;
}

.flip-box-wrap .flip-box p {
  line-height: inherit;
  margin-bottom: 5px;
}

.flip-box-wrap .flip-box .flip_link a {
  border-radius: 0.33em;
  font-size: 15px;
  font-weight: bold;
  line-height: 2.8;
  margin-top: 20px;
  padding: 0 1.8em;
  text-transform: uppercase;
  white-space: nowrap;
}

.smile-icon-timeline-wrap > a,
.smile-icon-timeline-wrap .timeline-wrapper > a {
  color: inherit !important;
}

.smile-icon-timeline-wrap .timeline-separator-text .sep-text {
  font-size: 13px;
  line-height: 18px;
  padding: 4px 10px;
}

.smile-icon-timeline-wrap .timeline-wrapper .timeline-dot,
.smile-icon-timeline-wrap .timeline-feature-item .timeline-dot {
  padding: 4px;
}

.feat-item .timeline-dot {
  left: -7px !important;
}

.smile-icon-timeline-wrap .timeline-wrapper .timeline-block,
.smile-icon-timeline-wrap .timeline-feature-item.feat-item {
  border: medium none;
  border-radius: 5px;
}

.timeline-wrapper .timeline-post-left .ult-timeline-arrow l,
.timeline-wrapper .timeline-post-right .ult-timeline-arrow l {
  border-bottom-color: transparent !important;
  border-top-color: transparent !important;
}

.timeline-feature-item.feat-item .ult-timeline-arrow l {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

.timeline-wrapper .ult-timeline-arrow s,
.feat-item .ult-timeline-arrow s {
  border-color: transparent !important;
}

.timeline-feature-item.feat-item .ult-timeline-icon .aio-icon,
.timeline-feature-item.feat-item .ult-timeline-icon .aio-icon-img {
  margin: 30px 0 -10px !important;
}

.smile-icon-timeline-wrap .timeline-block .timeline-header-block .timeline-header,
.smile-icon-timeline-wrap .timeline-feature-item .timeline-header-block .timeline-header {
  font-size: inherit;
  padding: 30px;
}

.smile-icon-timeline-wrap .timeline-block.timeline-post-left .timeline-header-block .timeline-header {
  padding-left: 15px;
}

.smile-icon-timeline-wrap .timeline-block.timeline-post-right .timeline-header-block .timeline-header {
  padding-right: 15px;
}

.smile-icon-timeline-wrap .timeline-header-block .timeline-header h3,
.smile-icon-timeline-wrap .timeline-block .timeline-header h3 {
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 15px;
}

.smile-icon-timeline-wrap .timeline-block .timeline-header-block .timeline-header p,
.smile-icon-timeline-wrap .timeline-feature-item .timeline-header-block .timeline-header p {
  margin-bottom: 15px;
}

.smile-icon-timeline-wrap .timeline-block .timeline-header-block .timeline-header p:last-child,
.smile-icon-timeline-wrap .timeline-feature-item .timeline-header-block .timeline-header p:last-child {
  margin-bottom: 0;
}

.timeline-wrapper .timeline-block .timeline-header a {
  display: inline;
  margin-top: 0;
}

.ultb3-box .ultb3-info {
  color: #fff;
  padding: 30px;
}

.ultb3-box .ultb3-title {
  margin-bottom: 20px;
}

.ultb3-box .ultb3-desc {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 20px;
}

.ultb3-box a.ultb3-btn {
  font-size: 15px;
  line-height: 2.8;
  padding: 0 1.8em;
  text-transform: uppercase;
}

a.aio-icon-box-link {
  color: inherit !important;
}

.aio-icon-box {
  border-radius: 5px;
}

.aio-icon-box.square_box-icon .aio-icon-header {
  padding: 0 10%;
}

.aio-icon-box.square_box-icon .aio-icon-description {
  padding: 0 10% 10%;
}

.aio-icon-box.default-icon .aio-icon-default .aio-icon,
.aio-icon-box.default-icon .aio-icon-default .aio-icon-img {
  margin-right: 20px;
}

.aio-icon-box.heading-right-icon .aio-icon-heading-right .aio-icon,
.aio-icon-box.heading-right-icon .aio-icon-heading-right .aio-icon-img {
  margin-left: 20px;
}

.aio-icon-box.left-icon .aio-icon-left .aio-icon,
.aio-icon-box.left-icon .aio-icon-left .aio-icon-img {
  margin-right: 25px;
}

.aio-icon-box.right-icon .aio-icon-right .aio-icon,
.aio-icon-box.right-icon .aio-icon-right .aio-icon-img {
  margin-left: 25px;
}

.aio-icon-box .aio-icon-header h3.aio-icon-title {
  font-size: 22px;
  line-height: 1.4;
}

.aio-icon-box.top-icon .aio-icon-header h3.aio-icon-title {
  margin-top: 18px;
}

.aio-icon-header + .aio-icon-description {
  margin-top: 15px !important;
}

.aio-icon-box .aio-icon-read {
  padding: 15px 0 0;
}

.info-c-full-br .icon-circle-list .info-circle-icons {
  height: 2.5em !important;
  line-height: 2.5em !important;
  width: 2.5em !important;
}

.ulimate-info-list-link {
  border: medium none !important;
}

.smile_icon_list_wrap .smile_icon_list.top.hexagon .icon_list_icon {
  margin-bottom: 2.5em;
}

.smile_icon_list_wrap .smile_icon_list li .icon_description h3 {
  font-weight: normal;
  margin-bottom: 10px;
}

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

.ult_pricing_table_wrap .ult_pricing_table .ult_pricing_heading h3 {
  font-size: 22px;
  line-height: 1.4;
}

.ult_pricing_table_wrap .ult_pricing_table .ult_pricing_heading h5 {
  margin: 4px 20px;
}

.ult_design_1 .ult_pricing_table .ult_price_body {
  margin: 0 auto;
}

.ult_pricing_table_wrap .ult_pricing_table .ult_price_features {
  padding: 20px 20px 10px;
}

.ult_pricing_table .ult_price_features ul li {
  line-height: 1.5em !important;
}

.ult_design_5 .ult_pricing_table,
.ult_design_2 .ult_pricing_table .ult_price_features ul li,
.ult_design_4 .ult_pricing_table .ult_price_features ul li,
.ult_design_5 .ult_pricing_table .ult_price_features ul li {
  border: medium none !important;
}

.ult_pricing_table_wrap .ult_pricing_table .ult_price_link {
  padding: 0 0 35px;
}

.ult_pricing_table_wrap.ult_design_1 .ult_pricing_table .ult_price_link {
  padding: 20px;
}

.ult_pricing_table .ult_price_link .ult_price_action_button {
  border-radius: 0.33em !important;
  font-size: 15px;
  font-weight: bold !important;
  line-height: 2.8 !important;
  padding: 0 1.8em !important;
  text-transform: uppercase;
}

.ult_design_2 .ult_pricing_table .ult_price_link .ult_price_action_button {
  border-radius: 3px !important;
  line-height: 1 !important;
  padding: 7px !important;
}

.ult_info_table .ult_pricing_table .ult_price_link .ult_price_action_button {
  border-radius: 0.33em !important;
  font-size: 15px;
  line-height: 2.8;
  padding: 0 1.8em !important;
  text-transform: uppercase;
}

.ult_info_table.ult_design_2 .ult_pricing_table .ult_price_link .ult_price_action_button {
  border-radius: 3px !important;
  font-size: inherit;
  line-height: 1;
  padding: 8px !important;
  text-transform: none;
  z-index: 3;
}

.ult_design_6 .ult_pricing_table .ult_price_body {
  border: medium none !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
}

.ult-overlay {
  z-index: 501 !important;
}

.ult-modal-input-wrapper .btn-modal {
  border-radius: 0.33em;
  font-size: 15px;
  line-height: 2.8;
  padding: 0 1.8em;
}

.ult-modal-input-wrapper .btn-modal.btn-modal-sm {
  font-size: 13px;
}

.ult-modal-input-wrapper .btn-modal.btn-modal-lg {
  font-size: 18px;
}

.ult_modal .ult_modal-content {
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.ult_modal .ult_modal-header > .modal-icon {
  font-size: 1.3em;
}

.ult_modal .ult_modal-body {
  line-height: inherit;
  padding: 30px;
}

.ult_modal .ult_modal-body p:last-child {
  margin-bottom: 0;
}

.ult-easy-separator-wrapper {
  float: none !important;
  margin: 0 !important;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.w-blog-post {
  font-size: 14px;
}

.w-nav .menu-item-language,
.w-nav-item {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.w-blog-post.format-quote blockquote,
.w-counter-number,
.w-pricing-item-price,
.w-tabs-item-title,
.ult_price_figure,
.ult_countdown-amount,
.ultb3-box .ultb3-title,
.stats-block .stats-desc .stats-number {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 38px;
  letter-spacing: -1px;
}

h2 {
  font-size: 32px;
  letter-spacing: -1px;
}

h3 {
  font-size: 26px;
  letter-spacing: 0;
}

h4,
.widgettitle,
.comment-reply-title,
.woocommerce #reviews h2,
.woocommerce .related > h2,
.woocommerce .upsells > h2,
.woocommerce .cross-sells > h2 {
  font-size: 22px;
  letter-spacing: 0;
}

h5,
.w-blog:not(.cols_1) .w-blog-list .w-blog-post-title {
  font-size: 20px;
  letter-spacing: 0;
}

h6 {
  font-size: 18px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }

  .w-blog-post {
    font-size: 16px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4,
  .widgettitle,
  .comment-reply-title,
  .woocommerce #reviews h2,
  .woocommerce .related > h2,
  .woocommerce .upsells > h2,
  .woocommerce .cross-sells > h2 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }
}

body,
.header_hor .l-header.pos_fixed {
  min-width: 1240px;
}

.l-canvas.type_boxed,
.l-canvas.type_boxed .l-subheader,
.l-canvas.type_boxed ~ .l-footer .l-subfooter {
  max-width: 1240px;
}

.header_hor .l-subheader-h,
.l-titlebar-h,
.l-main-h,
.l-section-h,
.l-subfooter-h,
.w-tabs-section-content-h,
.w-blog-post-body {
  max-width: 1450px;
}

.l-sidebar {
  width: 25%;
}

.l-content {
  width: 70%;
}

@media (max-width: 768px) {
  .g-cols > div:not([class*=xs]) {
    float: none;
    margin: 0 0 25px;
    width: 100%;
  }

  .g-cols > div:last-child,
  .g-cols > div.vc_col-has-fill {
    margin-bottom: 0;
  }

  .g-cols.offset_none,
  .g-cols.offset_none > div {
    display: block !important;
  }
}

@media (min-width: 901px) {
  .header_hor .l-subheader.at_top {
    height: 36px;
    line-height: 36px;
  }

  .header_hor .l-header.sticky .l-subheader.at_top {
    height: 0;
    line-height: 0;
    overflow: hidden;
  }

  .header_hor .l-subheader.at_middle {
    height: 120px;
    line-height: 120px;
  }

  .header_hor .l-header.sticky .l-subheader.at_middle {
    height: 60px;
    line-height: 60px;
  }

  .l-subheader.at_bottom {
    display: none;
  }

  .header_hor .l-subheader.at_bottom {
    height: 36px;
    line-height: 36px;
  }

  .header_hor .l-header.sticky .l-subheader.at_bottom {
    height: 40px;
    line-height: 40px;
  }

  .header_hor .l-header.pos_fixed ~ .l-titlebar,
  .header_hor .l-canvas.titlebar_none.sidebar_left .l-header.pos_fixed ~ .l-main,
  .header_hor .l-canvas.titlebar_none.sidebar_right .l-header.pos_fixed ~ .l-main,
  .header_hor .l-canvas.titlebar_none.sidebar_none .l-header.pos_fixed ~ .l-main .l-section:first-child,
  .header_hor .l-header.pos_static.bg_transparent ~ .l-titlebar,
  .header_hor .l-canvas.titlebar_none.sidebar_left .l-header.pos_static.bg_transparent ~ .l-main,
  .header_hor .l-canvas.titlebar_none.sidebar_right .l-header.pos_static.bg_transparent ~ .l-main,
  .header_hor .l-canvas.titlebar_none.sidebar_none .l-header.pos_static.bg_transparent ~ .l-main .l-section:first-child {
    padding-top: 156px;
  }

  .header_hor .l-header.pos_static.bg_solid + .l-main .l-section.preview_trendy .w-blog-post-preview {
    top: -156px;
  }

  .header_ver {
    padding-left: 300px;
    position: relative;
  }

  .rtl.header_ver {
    padding-left: 0;
    padding-right: 300px;
  }

  .header_ver .l-header,
  .header_ver .l-header .w-cart-notification {
    width: 300px;
  }

  .header_ver .l-navigation-item.to_next {
    left: 100px;
  }

  .no-touch .header_ver .l-navigation-item.to_next:hover {
    left: 300px;
  }

  .rtl.header_ver .l-navigation-item.to_next {
    right: 100px;
  }

  .no-touch .rtl.header_ver .l-navigation-item.to_next:hover {
    right: 300px;
  }

  .header_ver .w-nav.type_desktop [class*=columns] .w-nav-list.level_2 {
    max-width: 980px;
    width: calc(100vw - 300px);
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .header_hor .l-subheader.at_top {
    height: 36px;
    line-height: 36px;
  }

  .header_hor .l-header.sticky .l-subheader.at_top {
    height: 0;
    line-height: 0;
    overflow: hidden;
  }

  .header_hor .l-subheader.at_middle {
    height: 80px;
    line-height: 80px;
  }

  .header_hor .l-header.sticky .l-subheader.at_middle {
    height: 60px;
    line-height: 60px;
  }

  .l-subheader.at_bottom {
    display: none;
  }

  .header_hor .l-subheader.at_bottom {
    height: 50px;
    line-height: 50px;
  }

  .header_hor .l-header.sticky .l-subheader.at_bottom {
    height: 50px;
    line-height: 50px;
  }

  .header_hor .l-header.pos_fixed ~ .l-titlebar,
  .header_hor .l-canvas.titlebar_none.sidebar_left .l-header.pos_fixed ~ .l-main,
  .header_hor .l-canvas.titlebar_none.sidebar_right .l-header.pos_fixed ~ .l-main,
  .header_hor .l-canvas.titlebar_none.sidebar_none .l-header.pos_fixed ~ .l-main .l-section:first-child,
  .header_hor .l-header.pos_static.bg_transparent ~ .l-titlebar,
  .header_hor .l-canvas.titlebar_none.sidebar_left .l-header.pos_static.bg_transparent ~ .l-main,
  .header_hor .l-canvas.titlebar_none.sidebar_right .l-header.pos_static.bg_transparent ~ .l-main,
  .header_hor .l-canvas.titlebar_none.sidebar_none .l-header.pos_static.bg_transparent ~ .l-main .l-section:first-child {
    padding-top: 116px;
  }

  .header_hor .l-header.pos_static.bg_solid + .l-main .l-section.preview_trendy .w-blog-post-preview {
    top: -116px;
  }

  .header_ver .l-header {
    width: 300px;
  }
}

@media (max-width: 600px) {
  .header_hor .l-subheader.at_top {
    height: 36px;
    line-height: 36px;
  }

  .header_hor .l-header.sticky .l-subheader.at_top {
    height: 0;
    line-height: 0;
    overflow: hidden;
  }

  .header_hor .l-subheader.at_middle {
    height: 50px;
    line-height: 50px;
  }

  .header_hor .l-header.sticky .l-subheader.at_middle {
    height: 50px;
    line-height: 50px;
  }

  .l-subheader.at_bottom {
    display: none;
  }

  .header_hor .l-subheader.at_bottom {
    height: 50px;
    line-height: 50px;
  }

  .header_hor .l-header.sticky .l-subheader.at_bottom {
    height: 50px;
    line-height: 50px;
  }

  .header_hor .l-header.pos_fixed ~ .l-titlebar,
  .header_hor .l-canvas.titlebar_none.sidebar_left .l-header.pos_fixed ~ .l-main,
  .header_hor .l-canvas.titlebar_none.sidebar_right .l-header.pos_fixed ~ .l-main,
  .header_hor .l-canvas.titlebar_none.sidebar_none .l-header.pos_fixed ~ .l-main .l-section:first-child,
  .header_hor .l-header.pos_static.bg_transparent ~ .l-titlebar,
  .header_hor .l-canvas.titlebar_none.sidebar_left .l-header.pos_static.bg_transparent ~ .l-main,
  .header_hor .l-canvas.titlebar_none.sidebar_right .l-header.pos_static.bg_transparent ~ .l-main,
  .header_hor .l-canvas.titlebar_none.sidebar_none .l-header.pos_static.bg_transparent ~ .l-main .l-section:first-child {
    padding-top: 50px;
  }

  .header_hor .l-header.pos_static.bg_solid + .l-main .l-section.preview_trendy .w-blog-post-preview {
    top: -50px;
  }
}

@media (min-width: 901px) {
  .ush_image_1 {
    height: 60px;
  }

  .l-header.sticky .ush_image_1 {
    height: 48px;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .ush_image_1 {
    height: 48px;
  }

  .l-header.sticky .ush_image_1 {
    height: 48px;
  }
}

@media (max-width: 600px) {
  .ush_image_1 {
    height: 48px;
  }

  .l-header.sticky .ush_image_1 {
    height: 48px;
  }
}

@media (min-width: 901px) {
  .ush_text_1 {
    font-size: 27px;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .ush_text_1 {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .ush_text_1 {
    font-size: 20px;
  }
}

.ush_text_1 {
  white-space: nowrap;
}

@media (min-width: 901px) {
  .ush_text_2 {
    font-size: 13px;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .ush_text_2 {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .ush_text_2 {
    font-size: 13px;
  }
}

.ush_text_2 {
  white-space: nowrap;
}

@media (min-width: 901px) {
  .ush_text_3 {
    font-size: 13px;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .ush_text_3 {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .ush_text_3 {
    font-size: 13px;
  }
}

.ush_text_3 {
  white-space: nowrap;
}

@media (min-width: 901px) {
  .ush_text_4 {
    font-size: 13px;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .ush_text_4 {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .ush_text_4 {
    font-size: 13px;
  }
}

.ush_text_4 {
  white-space: nowrap;
}

.header_hor .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item > a {
  padding: 0 14px;
}

.header_ver .ush_menu_1.type_desktop {
  line-height: 40px;
}

.ush_menu_1.type_desktop .btn.w-nav-item.level_1 > .w-nav-anchor {
  margin: 10px;
}

.ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item > a,
.ush_menu_1.type_desktop [class*=columns] .menu-item-has-children .w-nav-anchor.level_2 {
  font-size: 14px;
}

.ush_menu_1.type_desktop .submenu-languages .menu-item-language > a,
.ush_menu_1.type_desktop .w-nav-anchor:not(.level_1) {
  font-size: 15px;
}

.ush_menu_1.type_mobile .w-nav-anchor.level_1 {
  font-size: 15px;
}

.ush_menu_1.type_mobile .menu-item-language > a,
.ush_menu_1.type_mobile .w-nav-anchor:not(.level_1) {
  font-size: 14px;
}

@media (min-width: 901px) {
  .ush_search_1.layout_simple {
    max-width: 240px;
  }

  .ush_search_1.layout_modern.active {
    width: 240px;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .ush_search_1.layout_simple {
    max-width: 200px;
  }

  .ush_search_1.layout_modern.active {
    width: 200px;
  }
}

@media (min-width: 901px) {
  .ush_socials_1 {
    font-size: 18px;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .ush_socials_1 {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .ush_socials_1 {
    font-size: 18px;
  }
}

.ush_socials_1 .custom .w-socials-item-link-hover {
  background-color: #1abc9c;
}

.ush_socials_1.style_colored .custom .w-socials-item-link {
  color: #1abc9c;
}

@media (min-width: 901px) {
  .ush_dropdown_1 .w-dropdown-h {
    font-size: 13px;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .ush_dropdown_1 .w-dropdown-h {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .ush_dropdown_1 .w-dropdown-h {
    font-size: 13px;
  }
}

@media (min-width: 901px) {
  .ush_cart_1 .w-cart-link {
    font-size: 20px;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .ush_cart_1 .w-cart-link {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .ush_cart_1 .w-cart-link {
    font-size: 20px;
  }
}

body {
  background-color: #e3e8e8;
}

.l-subheader.at_top,
.l-subheader.at_top .w-dropdown-list,
.header_hor .l-subheader.at_top .type_mobile .w-nav-list.level_1 {
  background-color: #f2f3f5;
}

.l-subheader.at_top,
.l-subheader.at_top .w-dropdown.active,
.header_hor .l-subheader.at_top .type_mobile .w-nav-list.level_1 {
  color: #aab2bd;
}

.no-touch .l-subheader.at_top a:hover,
.no-touch .l-subheader.at_top .w-cart-quantity,
.no-touch .l-header.bg_transparent .l-subheader.at_top .w-dropdown.active a:hover {
  color: #1385f0;
}

.header_ver .l-header,
.header_hor .l-subheader.at_middle,
.l-subheader.at_middle .w-dropdown-list,
.header_hor .l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
  background-color: #ffffff;
}

.l-subheader.at_middle,
.l-subheader.at_middle .w-dropdown.active,
.header_hor .l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
  color: #9a3d07;
}

.no-touch .l-subheader.at_middle a:hover,
.no-touch .l-subheader.at_middle .w-cart-quantity,
.no-touch .l-header.bg_transparent .l-subheader.at_middle .w-dropdown.active a:hover {
  color: #1385f0;
}

.l-subheader.at_bottom,
.l-subheader.at_bottom .w-dropdown-list,
.header_hor .l-subheader.at_bottom .type_mobile .w-nav-list.level_1 {
  background-color: #f2f3f5;
}

.l-subheader.at_bottom,
.l-subheader.at_bottom .w-dropdown.active,
.header_hor .l-subheader.at_bottom .type_mobile .w-nav-list.level_1 {
  color: #aab2bd;
}

.no-touch .l-subheader.at_bottom a:hover,
.no-touch .l-subheader.at_bottom .w-cart-quantity,
.no-touch .l-header.bg_transparent .l-subheader.at_bottom .w-dropdown.active a:hover {
  color: #1385f0;
}

.l-header.bg_transparent:not(.sticky) .l-subheader {
  color: #ffffff;
}

.no-touch .l-header.bg_transparent:not(.sticky) a:hover:not(.w-nav-anchor),
.no-touch .l-header.bg_transparent:not(.sticky) .type_desktop .menu-item-language > a:hover,
.no-touch .l-header.bg_transparent:not(.sticky) .type_desktop .menu-item-language:hover > a,
.no-touch .l-header.bg_transparent:not(.sticky) .type_desktop .w-nav-item.level_1:hover > .w-nav-anchor {
  color: #ffffff;
}

.l-header.bg_transparent:not(.sticky) .w-nav-title::after {
  background-color: #ffffff;
}

.w-search-form {
  background-color: #ffffff;
  color: #434955;
}

.w-search.layout_fullscreen .w-search-form::before {
  background-color: #ffffff;
}

.no-touch .w-nav.type_desktop .menu-item-language:hover > a,
.no-touch .w-nav-item.level_1:hover > .w-nav-anchor {
  color: #1385f0;
}

.w-nav-title::after {
  background-color: #1385f0;
}

.w-nav-item.level_1.current-menu-item > .w-nav-anchor,
.w-nav-item.level_1.current-menu-parent > .w-nav-anchor,
.w-nav-item.level_1.current-menu-ancestor > .w-nav-anchor {
  color: #1385f0;
}

.l-header.bg_transparent:not(.sticky) .type_desktop .w-nav-item.level_1.current-menu-item > .w-nav-anchor,
.l-header.bg_transparent:not(.sticky) .type_desktop .w-nav-item.level_1.current-menu-ancestor > .w-nav-anchor {
  color: #1385f0;
}

.w-nav.type_desktop .submenu-languages,
.w-nav-list:not(.level_1) {
  background-color: #ffffff;
  color: #9a3d07;
}

.no-touch .w-nav.type_desktop .submenu-languages .menu-item-language:hover > a,
.no-touch .w-nav-item:hover:not(.level_1) > .w-nav-anchor {
  background-color: #1385f0;
  color: #ffffff;
}

.w-nav-item.current-menu-item:not(.level_1) > .w-nav-anchor,
.w-nav-item.current-menu-parent:not(.level_1) > .w-nav-anchor,
.w-nav-item.current-menu-ancestor:not(.level_1) > .w-nav-anchor {
  color: #1385f0;
}

.btn.w-menu-item,
.btn.w-nav-item .w-nav-anchor.level_1 {
  background-color: #1385f0 !important;
  color: #ffffff !important;
}

.no-touch .btn.w-menu-item:hover,
.no-touch .btn.w-nav-item .w-nav-anchor.level_1::before {
  background-color: #ab3131 !important;
}

.no-touch .btn.w-menu-item:hover,
.no-touch .btn.w-nav-item .w-nav-anchor.level_1:hover {
  color: #ffffff !important;
}

.l-preloader,
.l-canvas,
.w-blog.layout_masonry .w-blog-post-h,
.w-blog.layout_cards .w-blog-post-h,
.w-cart-dropdown,
.g-filters.style_1 .g-filters-item.active,
.no-touch .g-filters-item.active:hover,
.w-tabs.layout_default .w-tabs-item.active,
.w-tabs.layout_ver .w-tabs-item.active,
.no-touch .w-tabs.layout_default .w-tabs-item.active:hover,
.no-touch .w-tabs.layout_ver .w-tabs-item.active:hover,
.w-tabs.layout_timeline .w-tabs-item,
.w-tabs.layout_timeline .w-tabs-section-header-h,
.no-touch #lang_sel ul ul a:hover,
.no-touch #lang_sel_click ul ul a:hover,
#lang_sel_footer,
.woocommerce-tabs .tabs li.active,
.no-touch .woocommerce-tabs .tabs li.active:hover,
.woocommerce .stars span::after,
.woocommerce .stars span a::after,
.woocommerce #payment .payment_box input[type=text],
#bbp-user-navigation li.current,
.gform_wrapper .chosen-container-single .chosen-search input[type=text],
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  background-color: #ffffff;
}

.woocommerce .blockUI.blockOverlay {
  background-color: #ffffff !important;
}

.w-tabs.layout_modern .w-tabs-item::after {
  border-bottom-color: #ffffff;
}

a.w-btn.color_contrast,
.w-btn.color_contrast,
.no-touch a.w-btn.color_contrast:hover,
.no-touch .w-btn.color_contrast:hover,
.no-touch a.w-btn.color_contrast.style_outlined:hover,
.no-touch .w-btn.color_contrast.style_outlined:hover,
.w-iconbox.style_circle.color_contrast .w-iconbox-icon,
.tribe-events-calendar thead th {
  color: #ffffff;
}

input,
textarea,
select,
.l-section.for_blogpost .w-blog-post-preview,
.w-actionbox.color_light,
.g-filters.style_1,
.g-filters.style_2 .g-filters-item.active,
.w-iconbox.style_circle.color_light .w-iconbox-icon,
.g-loadmore-btn,
.w-pricing-item-header,
.w-progbar-bar,
.w-progbar.style_3 .w-progbar-bar::before,
.w-progbar.style_3 .w-progbar-bar-count,
.w-tabs.layout_default .w-tabs-list,
.w-tabs.layout_ver .w-tabs-list,
.w-testimonial.style_4::before,
.no-touch .l-main .widget_nav_menu a:hover,
.l-content .wp-caption-text,
#lang_sel a,
#lang_sel_click a,
.smile-icon-timeline-wrap .timeline-wrapper .timeline-block,
.smile-icon-timeline-wrap .timeline-feature-item.feat-item,
.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.select2-container a.select2-choice,
.select2-drop .select2-search input,
.woocommerce-tabs .tabs,
.woocommerce #payment .payment_box,
.woocommerce ul.order_details,
#subscription-toggle,
#favorite-toggle,
#bbp-user-navigation,
.tablepress .row-hover tr:hover td,
.tribe-bar-views-list,
.tribe-events-day-time-slot h5,
.tribe-events-present,
.tribe-events-single-section,
.gform_wrapper .chosen-container-single .chosen-single,
.gform_wrapper .chosen-container .chosen-drop,
.gform_wrapper .chosen-container-multi .chosen-choices {
  background-color: #fff;
}

.timeline-wrapper .timeline-post-right .ult-timeline-arrow l,
.timeline-wrapper .timeline-post-left .ult-timeline-arrow l,
.timeline-feature-item.feat-item .ult-timeline-arrow l,
.woocommerce #payment .payment_box::after {
  border-color: #f2f3f5;
}

hr,
td,
th,
.l-section,
.g-cols > div,
.w-author,
.w-comments-list,
.w-pricing-item-h,
.w-profile,
.w-separator,
.w-sharing-item,
.w-tabs-list,
.w-tabs-section,
.w-tabs-section-header::before,
.w-tabs.layout_timeline.accordion .w-tabs-section-content,
.g-tags > a,
.w-testimonial.style_1,
.widget_calendar #calendar_wrap,
.l-main .widget_nav_menu > div,
.l-main .widget_nav_menu .menu-item a,
.widget_nav_menu .menu-item.menu-item-has-children + .menu-item > a,
.select2-container a.select2-choice,
.smile-icon-timeline-wrap .timeline-line,
.woocommerce .login,
.woocommerce .checkout_coupon,
.woocommerce .register,
.woocommerce .cart.variations_form,
.woocommerce .commentlist .comment-text,
.woocommerce .comment-respond,
.woocommerce .related,
.woocommerce .upsells,
.woocommerce .cross-sells,
.woocommerce .checkout #order_review,
.widget_price_filter .ui-slider-handle,
.widget_layered_nav ul,
.widget_layered_nav ul li,
#bbpress-forums fieldset,
.bbp-login-form fieldset,
#bbpress-forums .bbp-body > ul,
#bbpress-forums li.bbp-header,
.bbp-replies .bbp-body,
div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
.bbp-pagination-links a,
.bbp-pagination-links span.current,
span.bbp-topic-pagination a.page-numbers,
.bbp-logged-in,
.tribe-events-list-separator-month span::before,
.tribe-events-list-separator-month span::after,
.type-tribe_events + .type-tribe_events,
.gform_wrapper .gsection,
.gform_wrapper .gf_page_steps,
.gform_wrapper li.gfield_creditcard_warning,
.form_saved_message {
  border-color: #e8e9eb;
}

.w-separator,
.w-iconbox.color_light .w-iconbox-icon,
.w-testimonial.style_3 .w-testimonial-text::after,
.w-testimonial.style_3 .w-testimonial-text::before {
  color: #e8e9eb;
}

a.w-btn.color_light,
.w-btn.color_light,
.w-btn.color_light.style_outlined::before,
.w-btn.w-blog-post-more::before,
.w-iconbox.style_circle.color_light .w-iconbox-icon,
.no-touch .g-loadmore-btn:hover,
.woocommerce .button,
.no-touch .woocommerce .quantity .plus:hover,
.no-touch .woocommerce .quantity .minus:hover,
.widget_price_filter .ui-slider,
#tribe-bar-collapse-toggle,
.gform_wrapper .gform_page_footer .gform_previous_button {
  background-color: #e8e9eb;
}

a.w-btn.color_light.style_outlined,
.w-btn.color_light.style_outlined,
.w-btn.w-blog-post-more,
.w-iconbox.style_outlined.color_light .w-iconbox-icon,
.w-person-links-item,
.w-socials-item-link,
.pagination .page-numbers {
  box-shadow: 0 0 0 2px #e8e9eb inset;
}

.w-tabs.layout_trendy .w-tabs-list {
  box-shadow: 0 -1px 0 #e8e9eb inset;
}

h1,
h2,
h3,
h4,
h5,
h6,
.w-counter-number,
.w-pricing-item-header,
.w-progbar.color_custom .w-progbar-title,
.woocommerce .products .product .price,
.gform_wrapper .chosen-container-single .chosen-single {
  color: #434955;
}

.w-progbar.color_contrast .w-progbar-bar-h {
  background-color: #434955;
}

input,
textarea,
select,
.l-canvas,
a.w-btn.color_contrast.style_outlined,
.w-btn.color_contrast.style_outlined,
.w-cart-dropdown,
.w-form-row-field::before,
.w-iconbox.color_contrast .w-iconbox-icon,
.w-iconbox.color_light.style_circle .w-iconbox-icon,
.w-tabs.layout_timeline .w-tabs-item,
.w-tabs.layout_timeline .w-tabs-section-header-h,
.woocommerce .button {
  color: #9a3d07;
}

a.w-btn.color_light,
.w-btn.color_light,
.w-btn.w-blog-post-more {
  color: #9a3d07 !important;
}

a.w-btn.color_contrast,
.w-btn.color_contrast,
.w-btn.color_contrast.style_outlined::before,
.w-iconbox.style_circle.color_contrast .w-iconbox-icon,
.tribe-mobile #tribe-events-footer a,
.tribe-events-calendar thead th {
  background-color: #9a3d07;
}

.tribe-events-calendar thead th {
  border-color: #9a3d07;
}

a.w-btn.color_contrast.style_outlined,
.w-btn.color_contrast.style_outlined,
.w-iconbox.style_outlined.color_contrast .w-iconbox-icon {
  box-shadow: 0 0 0 2px #9a3d07 inset;
}

a {
  color: #1385f0;
}

.no-touch a:hover,
.no-touch a:hover + .w-blog-post-body .w-blog-post-title a,
.no-touch .w-blog-post-title a:hover {
  color: #1385f0;
}

.no-touch .w-cart-dropdown a:hover:not(.button) {
  color: #1385f0 !important;
}

.highlight_primary,
.l-preloader,
.no-touch .l-titlebar .g-nav-item:hover,
a.w-btn.color_primary.style_outlined,
.w-btn.color_primary.style_outlined,
.l-main .w-contacts-item::before,
.w-counter.color_primary .w-counter-number,
.g-filters-item.active,
.no-touch .g-filters.style_1 .g-filters-item.active:hover,
.no-touch .g-filters.style_2 .g-filters-item.active:hover,
.w-form-row.focused .w-form-row-field::before,
.w-iconbox.color_primary .w-iconbox-icon,
.no-touch .w-iconbox-link:hover .w-iconbox-title,
.no-touch .w-logos .owl-prev:hover,
.no-touch .w-logos .owl-next:hover,
.w-separator.color_primary,
.w-sharing.type_outlined.color_primary .w-sharing-item,
.no-touch .w-sharing.type_simple.color_primary .w-sharing-item:hover .w-sharing-icon,
.w-tabs.layout_default .w-tabs-item.active,
.w-tabs.layout_trendy .w-tabs-item.active,
.w-tabs.layout_ver .w-tabs-item.active,
.w-tabs-section.active .w-tabs-section-header,
.no-touch .g-tags > a:hover,
.w-testimonial.style_2::before,
.woocommerce .products .product .button,
.woocommerce .star-rating span::before,
.woocommerce-tabs .tabs li.active,
.no-touch .woocommerce-tabs .tabs li.active:hover,
.woocommerce .stars span a::after,
#subscription-toggle span.is-subscribed::before,
#favorite-toggle span.is-favorite::before {
  color: #1385f0;
}

.l-section.color_primary,
.l-titlebar.color_primary,
.no-touch .l-navigation-item:hover .l-navigation-item-arrow,
.highlight_primary_bg,
.w-actionbox.color_primary,
.w-blog-post-preview-icon,
.w-blog.layout_cards .format-quote .w-blog-post-h,
button,
input[type=submit],
a.w-btn.color_primary,
.w-btn.color_primary,
.w-btn.color_primary.style_outlined::before,
.no-touch .g-filters-item:hover,
.w-iconbox.style_circle.color_primary .w-iconbox-icon,
.no-touch .w-iconbox.style_circle .w-iconbox-icon::before,
.no-touch .w-iconbox.style_outlined .w-iconbox-icon::before,
.no-touch .w-person-links,
.w-pricing-item.type_featured .w-pricing-item-header,
.w-progbar.color_primary .w-progbar-bar-h,
.w-sharing.type_solid.color_primary .w-sharing-item,
.w-sharing.type_fixed.color_primary .w-sharing-item,
.w-sharing.type_outlined.color_primary .w-sharing-item::before,
.w-tabs.layout_modern .w-tabs-list,
.w-tabs.layout_trendy .w-tabs-item::after,
.w-tabs.layout_timeline .w-tabs-item::before,
.w-tabs.layout_timeline .w-tabs-section-header-h::before,
.no-touch .w-header-show:hover,
.no-touch .w-toplink.active:hover,
.no-touch .pagination .page-numbers::before,
.pagination .page-numbers.current,
.l-main .widget_nav_menu .menu-item.current-menu-item > a,
.rsDefault .rsThumb.rsNavSelected,
.no-touch .tp-leftarrow.tparrows.custom::before,
.no-touch .tp-rightarrow.tparrows.custom::before,
.smile-icon-timeline-wrap .timeline-separator-text .sep-text,
.smile-icon-timeline-wrap .timeline-wrapper .timeline-dot,
.smile-icon-timeline-wrap .timeline-feature-item .timeline-dot,
.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc,
p.demo_store,
.woocommerce .button.alt,
.woocommerce .button.checkout,
.woocommerce .products .product .button.loading,
.no-touch .woocommerce .products .product .button:hover,
.woocommerce .onsale,
.widget_price_filter .ui-slider-range,
.widget_layered_nav ul li.chosen,
.widget_layered_nav_filters ul li a,
.no-touch .bbp-pagination-links a:hover,
.bbp-pagination-links span.current,
.no-touch span.bbp-topic-pagination a.page-numbers:hover,
.tribe-events-calendar td.mobile-active,
.tribe-events-button,
.datepicker td.day.active,
.datepicker td span.active,
.gform_wrapper .gform_page_footer .gform_next_button,
.gform_wrapper .gf_progressbar_percentage,
.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #1385f0;
}

.w-iconbox-icon::before {
  border-radius: 50%;
}

.l-content blockquote,
.no-touch .l-titlebar .g-nav-item:hover,
.g-filters.style_3 .g-filters-item.active,
.no-touch .w-logos .owl-prev:hover,
.no-touch .w-logos .owl-next:hover,
.no-touch .w-logos.style_1 .w-logos-item:hover,
.w-separator.color_primary,
.w-tabs.layout_default .w-tabs-item.active,
.w-tabs.layout_ver .w-tabs-item.active,
.no-touch .g-tags > a:hover,
.no-touch .w-testimonial.style_1:hover,
.l-main .widget_nav_menu .menu-item.current-menu-item > a,
.woocommerce-tabs .tabs li.active,
.no-touch .woocommerce-tabs .tabs li.active:hover,
.widget_layered_nav ul li.chosen,
.bbp-pagination-links span.current,
.no-touch #bbpress-forums .bbp-pagination-links a:hover,
.no-touch #bbpress-forums .bbp-topic-pagination a:hover,
#bbp-user-navigation li.current {
  border-color: #1385f0;
}

a.w-btn.color_primary.style_outlined,
.w-btn.color_primary.style_outlined,
.l-main .w-contacts-item::before,
.w-iconbox.color_primary.style_outlined .w-iconbox-icon,
.w-sharing.type_outlined.color_primary .w-sharing-item,
.w-tabs.layout_timeline .w-tabs-item,
.w-tabs.layout_timeline .w-tabs-section-header-h,
.woocommerce .products .product .button {
  box-shadow: 0 0 0 2px #1385f0 inset;
}

input:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 0 2px #1385f0;
}

.highlight_secondary,
.no-touch .w-blognav-prev:hover .w-blognav-title,
.no-touch .w-blognav-next:hover .w-blognav-title,
a.w-btn.color_secondary.style_outlined,
.w-btn.color_secondary.style_outlined,
.w-counter.color_secondary .w-counter-number,
.w-iconbox.color_secondary .w-iconbox-icon,
.w-separator.color_secondary,
.w-sharing.type_outlined.color_secondary .w-sharing-item,
.no-touch .w-sharing.type_simple.color_secondary .w-sharing-item:hover .w-sharing-icon {
  color: #1385f0;
}

.l-section.color_secondary,
.l-titlebar.color_secondary,
.highlight_secondary_bg,
.no-touch .w-blog.layout_cards .w-blog-post-meta-category a:hover,
.no-touch .w-blog.layout_tiles .w-blog-post-meta-category a:hover,
.no-touch .l-section.preview_trendy .w-blog-post-meta-category a:hover,
.no-touch input[type=submit]:hover,
a.w-btn.color_secondary,
.w-btn.color_secondary,
.w-btn.color_secondary.style_outlined::before,
.w-actionbox.color_secondary,
.w-iconbox.style_circle.color_secondary .w-iconbox-icon,
.w-progbar.color_secondary .w-progbar-bar-h,
.w-sharing.type_solid.color_secondary .w-sharing-item,
.w-sharing.type_fixed.color_secondary .w-sharing-item,
.w-sharing.type_outlined.color_secondary .w-sharing-item::before,
.no-touch .woocommerce input[type=submit]:hover,
.no-touch .woocommerce .button:hover:not([disabled]),
.no-touch .woocommerce .product-remove a.remove:hover,
.no-touch .tribe-events-button:hover,
.no-touch .widget_layered_nav_filters ul li a:hover {
  background-color: #1385f0;
}

.w-separator.color_secondary {
  border-color: #1385f0;
}

a.w-btn.color_secondary.style_outlined,
.w-btn.color_secondary.style_outlined,
.w-iconbox.color_secondary.style_outlined .w-iconbox-icon,
.w-sharing.type_outlined.color_secondary .w-sharing-item {
  box-shadow: 0 0 0 2px #1385f0 inset;
}

.highlight_faded,
.w-author-url,
.w-blog-post-meta > *,
.w-profile-link.for_logout,
.w-testimonial-person-meta,
.w-testimonial.style_4::before,
.l-main .widget_tag_cloud,
.l-main .widget_product_tag_cloud,
.woocommerce-breadcrumb,
.woocommerce .star-rating::before,
.woocommerce .stars span::after,
p.bbp-topic-meta,
.bbp_widget_login .logout-link {
  color: #aab2bd;
}

.w-blog.layout_latest .w-blog-post-meta-date {
  border-color: #aab2bd;
}

.tribe-events-cost,
.tribe-events-list .tribe-events-event-cost {
  background-color: #aab2bd;
}

.l-section.color_alternate,
.l-titlebar.color_alternate,
.color_alternate .g-filters.style_1 .g-filters-item.active,
.no-touch .color_alternate .g-filters-item.active:hover,
.color_alternate .w-tabs.layout_default .w-tabs-item.active,
.no-touch .color_alternate .w-tabs.layout_default .w-tabs-item.active:hover,
.color_alternate .w-tabs.layout_ver .w-tabs-item.active,
.no-touch .color_alternate .w-tabs.layout_ver .w-tabs-item.active:hover,
.color_alternate .w-tabs.layout_timeline .w-tabs-item,
.color_alternate .w-tabs.layout_timeline .w-tabs-section-header-h {
  background-color: #f2f3f5;
}

.color_alternate a.w-btn.color_contrast,
.color_alternate .w-btn.color_contrast,
.no-touch .color_alternate a.w-btn.color_contrast:hover,
.no-touch .color_alternate .w-btn.color_contrast:hover,
.no-touch .color_alternate a.w-btn.color_contrast.style_outlined:hover,
.no-touch .color_alternate .w-btn.color_contrast.style_outlined:hover,
.color_alternate .w-iconbox.style_circle.color_contrast .w-iconbox-icon {
  color: #f2f3f5;
}

.color_alternate .w-tabs.layout_modern .w-tabs-item::after {
  border-bottom-color: #f2f3f5;
}

.color_alternate input,
.color_alternate textarea,
.color_alternate select,
.color_alternate .w-blog-post-preview-icon,
.color_alternate .w-blog.layout_masonry .w-blog-post-h,
.color_alternate .w-blog.layout_cards .w-blog-post-h,
.color_alternate .g-filters.style_1,
.color_alternate .g-filters.style_2 .g-filters-item.active,
.color_alternate .w-iconbox.style_circle.color_light .w-iconbox-icon,
.color_alternate .g-loadmore-btn,
.color_alternate .w-pricing-item-header,
.color_alternate .w-progbar-bar,
.color_alternate .w-tabs.layout_default .w-tabs-list,
.color_alternate .w-testimonial.style_4::before,
.l-content .color_alternate .wp-caption-text {
  background-color: #ffffff;
}

.l-section.color_alternate,
.l-section.color_alternate hr,
.l-section.color_alternate th,
.l-section.color_alternate td,
.color_alternate .g-cols > div,
.color_alternate .w-blog-post,
.color_alternate .w-comments-list,
.color_alternate .w-pricing-item-h,
.color_alternate .w-profile,
.color_alternate .w-separator,
.color_alternate .w-tabs-list,
.color_alternate .w-tabs-section,
.color_alternate .w-tabs-section-header::before,
.color_alternate .w-tabs.layout_timeline.accordion .w-tabs-section-content,
.color_alternate .w-testimonial.style_1 {
  border-color: #d7dde0;
}

.color_alternate .w-separator,
.color_alternate .w-iconbox.color_light .w-iconbox-icon,
.color_alternate .w-testimonial.style_3 .w-testimonial-text::after,
.color_alternate .w-testimonial.style_3 .w-testimonial-text::before {
  color: #d7dde0;
}

.color_alternate a.w-btn.color_light,
.color_alternate .w-btn.color_light,
.color_alternate .w-btn.color_light.style_outlined::before,
.color_alternate .w-btn.w-blog-post-more::before,
.color_alternate .w-iconbox.style_circle.color_light .w-iconbox-icon,
.no-touch .color_alternate .g-loadmore-btn:hover {
  background-color: #d7dde0;
}

.color_alternate a.w-btn.color_light.style_outlined,
.color_alternate .w-btn.color_light.style_outlined,
.color_alternate .w-btn.w-blog-post-more,
.color_alternate .w-iconbox.style_outlined.color_light .w-iconbox-icon,
.color_alternate .w-person-links-item,
.color_alternate .w-socials-item-link,
.color_alternate .pagination .page-numbers {
  box-shadow: 0 0 0 2px #d7dde0 inset;
}

.color_alternate .w-tabs.layout_trendy .w-tabs-list {
  box-shadow: 0 -1px 0 #d7dde0 inset;
}

.color_alternate h1,
.color_alternate h2,
.color_alternate h3,
.color_alternate h4,
.color_alternate h5,
.color_alternate h6,
.color_alternate .w-counter-number,
.color_alternate .w-pricing-item-header {
  color: #434955;
}

.color_alternate .w-progbar.color_contrast .w-progbar-bar-h {
  background-color: #434955;
}

.l-titlebar.color_alternate,
.l-section.color_alternate,
.color_alternate input,
.color_alternate textarea,
.color_alternate select,
.color_alternate a.w-btn.color_contrast.style_outlined,
.color_alternate .w-btn.color_contrast.style_outlined,
.color_alternate .w-form-row-field::before,
.color_alternate .w-iconbox.color_contrast .w-iconbox-icon,
.color_alternate .w-iconbox.color_light.style_circle .w-iconbox-icon,
.color_alternate .w-tabs.layout_timeline .w-tabs-item,
.color_alternate .w-tabs.layout_timeline .w-tabs-section-header-h {
  color: #9a3d07;
}

.color_alternate a.w-btn.color_light,
.color_alternate .w-btn.color_light,
.color_alternate .w-btn.w-blog-post-more {
  color: #9a3d07 !important;
}

.color_alternate a.w-btn.color_contrast,
.color_alternate .w-btn.color_contrast,
.color_alternate .w-btn.color_contrast.style_outlined::before,
.color_alternate .w-iconbox.style_circle.color_contrast .w-iconbox-icon {
  background-color: #9a3d07;
}

.color_alternate a.w-btn.color_contrast.style_outlined,
.color_alternate .w-btn.color_contrast.style_outlined,
.color_alternate .w-iconbox.style_outlined.color_contrast .w-iconbox-icon {
  box-shadow: 0 0 0 2px #9a3d07 inset;
}

.color_alternate a {
  color: #1385f0;
}

.no-touch .color_alternate a:hover,
.no-touch .color_alternate a:hover + .w-blog-post-body .w-blog-post-title a,
.no-touch .color_alternate .w-blog-post-title a:hover {
  color: #1385f0;
}

.color_alternate .highlight_primary,
.no-touch .l-titlebar.color_alternate .g-nav-item:hover,
.color_alternate a.w-btn.color_primary.style_outlined,
.color_alternate .w-btn.color_primary.style_outlined,
.l-main .color_alternate .w-contacts-item::before,
.color_alternate .w-counter.color_primary .w-counter-number,
.color_alternate .g-filters-item.active,
.no-touch .color_alternate .g-filters-item.active:hover,
.color_alternate .w-form-row.focused .w-form-row-field::before,
.color_alternate .w-iconbox.color_primary .w-iconbox-icon,
.no-touch .color_alternate .w-iconbox-link:hover .w-iconbox-title,
.no-touch .color_alternate .w-logos .owl-prev:hover,
.no-touch .color_alternate .w-logos .owl-next:hover,
.color_alternate .w-separator.color_primary,
.color_alternate .w-tabs.layout_default .w-tabs-item.active,
.color_alternate .w-tabs.layout_trendy .w-tabs-item.active,
.color_alternate .w-tabs.layout_ver .w-tabs-item.active,
.color_alternate .w-tabs-section.active .w-tabs-section-header,
.color_alternate .w-testimonial.style_2::before {
  color: #1385f0;
}

.color_alternate .highlight_primary_bg,
.color_alternate .w-actionbox.color_primary,
.color_alternate .w-blog-post-preview-icon,
.color_alternate .w-blog.layout_cards .format-quote .w-blog-post-h,
.color_alternate button,
.color_alternate input[type=submit],
.color_alternate a.w-btn.color_primary,
.color_alternate .w-btn.color_primary,
.color_alternate .w-btn.color_primary.style_outlined::before,
.no-touch .color_alternate .g-filters-item:hover,
.color_alternate .w-iconbox.style_circle.color_primary .w-iconbox-icon,
.no-touch .color_alternate .w-iconbox.style_circle .w-iconbox-icon::before,
.no-touch .color_alternate .w-iconbox.style_outlined .w-iconbox-icon::before,
.no-touch .color_alternate .w-person-links,
.color_alternate .w-pricing-item.type_featured .w-pricing-item-header,
.color_alternate .w-progbar.color_primary .w-progbar-bar-h,
.color_alternate .w-tabs.layout_modern .w-tabs-list,
.color_alternate .w-tabs.layout_trendy .w-tabs-item::after,
.color_alternate .w-tabs.layout_timeline .w-tabs-item::before,
.color_alternate .w-tabs.layout_timeline .w-tabs-section-header-h::before,
.no-touch .color_alternate .pagination .page-numbers::before,
.color_alternate .pagination .page-numbers.current {
  background-color: #1385f0;
}

.l-content .color_alternate blockquote,
.no-touch .l-titlebar.color_alternate .g-nav-item:hover,
.color_alternate .g-filters.style_3 .g-filters-item.active,
.no-touch .color_alternate .w-logos .owl-prev:hover,
.no-touch .color_alternate .w-logos .owl-next:hover,
.no-touch .color_alternate .w-logos.style_1 .w-logos-item:hover,
.color_alternate .w-separator.color_primary,
.color_alternate .w-tabs.layout_default .w-tabs-item.active,
.color_alternate .w-tabs.layout_ver .w-tabs-item.active,
.no-touch .color_alternate .w-tabs.layout_default .w-tabs-item.active:hover,
.no-touch .color_alternate .w-tabs.layout_ver .w-tabs-item.active:hover,
.no-touch .color_alternate .g-tags > a:hover,
.no-touch .color_alternate .w-testimonial.style_1:hover {
  border-color: #1385f0;
}

.color_alternate a.w-btn.color_primary.style_outlined,
.color_alternate .w-btn.color_primary.style_outlined,
.l-main .color_alternate .w-contacts-item::before,
.color_alternate .w-iconbox.color_primary.style_outlined .w-iconbox-icon,
.color_alternate .w-tabs.layout_timeline .w-tabs-item,
.color_alternate .w-tabs.layout_timeline .w-tabs-section-header-h {
  box-shadow: 0 0 0 2px #1385f0 inset;
}

.color_alternate input:focus,
.color_alternate textarea:focus,
.color_alternate select:focus {
  box-shadow: 0 0 0 2px #1385f0;
}

.color_alternate .highlight_secondary,
.color_alternate a.w-btn.color_secondary.style_outlined,
.color_alternate .w-btn.color_secondary.style_outlined,
.color_alternate .w-counter.color_secondary .w-counter-number,
.color_alternate .w-iconbox.color_secondary .w-iconbox-icon,
.color_alternate .w-separator.color_secondary {
  color: #1385f0;
}

.color_alternate .highlight_secondary_bg,
.no-touch .color_alternate input[type=submit]:hover,
.color_alternate a.w-btn.color_secondary,
.color_alternate .w-btn.color_secondary,
.color_alternate .w-btn.color_secondary.style_outlined::before,
.color_alternate .w-actionbox.color_secondary,
.color_alternate .w-iconbox.style_circle.color_secondary .w-iconbox-icon,
.color_alternate .w-progbar.color_secondary .w-progbar-bar-h {
  background-color: #1385f0;
}

.color_alternate .w-separator.color_secondary {
  border-color: #1385f0;
}

.color_alternate a.w-btn.color_secondary.style_outlined,
.color_alternate .w-btn.color_secondary.style_outlined,
.color_alternate .w-iconbox.color_secondary.style_outlined .w-iconbox-icon {
  box-shadow: 0 0 0 2px #1385f0 inset;
}

.color_alternate .highlight_faded,
.color_alternate .w-blog-post-meta > *,
.color_alternate .w-profile-link.for_logout,
.color_alternate .w-testimonial-person-meta,
.color_alternate .w-testimonial.style_4::before {
  color: #aab2bd;
}

.color_alternate .w-blog.layout_latest .w-blog-post-meta-date {
  border-color: #aab2bd;
}

.l-subfooter.at_top,
.no-touch .l-subfooter.at_top #lang_sel ul ul a:hover,
.no-touch .l-subfooter.at_top #lang_sel_click ul ul a:hover {
  background-color: #434955;
}

.l-subfooter.at_top input,
.l-subfooter.at_top textarea,
.l-subfooter.at_top select,
.no-touch .l-subfooter.at_top #lang_sel a,
.no-touch .l-subfooter.at_top #lang_sel_click a {
  background-color: #363a42;
}

.l-subfooter.at_top,
.l-subfooter.at_top .w-profile,
.l-subfooter.at_top .widget_calendar #calendar_wrap {
  border-color: #9a3d07;
}

.l-subfooter.at_top .w-socials-item-link {
  box-shadow: 0 0 0 2px #9a3d07 inset;
}

.l-subfooter.at_top h1,
.l-subfooter.at_top h2,
.l-subfooter.at_top h3,
.l-subfooter.at_top h4,
.l-subfooter.at_top h5,
.l-subfooter.at_top h6,
.l-subfooter.at_top input,
.l-subfooter.at_top textarea,
.l-subfooter.at_top select,
.l-subfooter.at_top .w-form-row-field::before {
  color: #aab2bd;
}

.l-subfooter.at_top {
  color: #aab2bd;
}

.l-subfooter.at_top a,
.l-subfooter.at_top .widget_tag_cloud .tagcloud a,
.l-subfooter.at_top .widget_product_tag_cloud .tagcloud a {
  color: #d7dde0;
}

.no-touch .l-subfooter.at_top a:hover,
.no-touch .l-subfooter.at_top .w-form-row.focused .w-form-row-field::before,
.no-touch .l-subfooter.at_top .widget_tag_cloud .tagcloud a:hover,
.no-touch .l-subfooter.at_top .widget_product_tag_cloud .tagcloud a:hover {
  color: #1385f0;
}

.l-subfooter.at_top input:focus,
.l-subfooter.at_top textarea:focus,
.l-subfooter.at_top select:focus {
  box-shadow: 0 0 0 2px #1385f0;
}

.l-subfooter.at_bottom {
  background-color: #9a3d07;
}

.l-subfooter.at_bottom {
  color: #aab2bd;
}

.l-subfooter.at_bottom a {
  color: #d7dde0;
}

.no-touch .l-subfooter.at_bottom a:hover {
  color: #1385f0;
}

.panel-title {
  background: #f2f3f5;
  margin-top: 0 !important;
  padding-top: 0px !important;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
}

.panel-title a:link {
  color: #f2f3f5;
}

.panel-title a:hover {
  color: #f2f3f5;
}

.w-iconbox-link {
  color: #f2f3f5;
}

.w-iconbox-title {
  color: #9a3d07;
  margin-top: 0 !important;
}

.panel.panel-default {
  margin: 0 !important;
  padding-top: 0px !important;
  border-radius: 15px;
  overflow: hidden;
}

.panel-body {
  margin-top: 15px;
}

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

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

.padding-top-0 {
  padding-top: 0;
}

.hide {
  display: none !important;
}

@media (max-width: 900px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media (min-width: 900px) {
  .hide-on-desktop {
    display: none !important;
  }
}

.w-btn.pull-right {
  margin-left: 5px;
}

.clearboth {
  clear: both !important;
}

.external-link i.fa-external-link {
  opacity: 0.7;
  font-size: 0.7em;
  margin-left: 2px;
}

.gg-logo-container {
  max-width: 600px;
  margin: 25px auto 10px;
  text-align: center;
  padding: 10px;
}

.gg-public-container {
  width: 800px;
  max-width: 100%;
  margin: auto;
  background: #fff;
  padding: 40px;
  margin-bottom: 40px;
}

.gg-content-container {
  max-width: 400px;
  margin: auto;
  padding: 30px 20px;
  padding-top: 0;
}

.gg-content-container h1 {
  line-height: 1em;
  font-size: 24px;
}

.gg-content-container .btn {
  width: 100%;
}

.gg-content-container .reset-password {
  float: right;
  margin: 10px 0;
  font-size: 0.9em;
}

.gg-content-container .box {
  padding: 10px;
  margin-top: 0px;
  background: #ddd;
  border-radius: 10px;
  clear: both;
  text-align: center;
  color: #333;
}

.gg-content-container .terms {
  font-size: 0.9em;
  text-align: center;
  color: #777;
}

.left-divider {
  padding-left: 20px;
  border-left: 1px solid #ccc;
}

.l-titlebar-content .account-name {
  font-size: 14px;
  margin: 0;
  padding: 0;
  display: block;
}

.l-titlebar-content h1 {
  margin-top: 0;
  padding-top: 0;
}

table h4 {
  margin-bottom: 0;
}

table.show-program th.field-label {
  text-align: right;
  width: 40%;
}

form .form-group {
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  form .form-group.half-width {
    width: 50%;
    float: left;
    padding-right: 20px;
  }

  form .form-group.third-width {
    width: 33.3%;
    float: left;
    padding-right: 20px;
  }
}

form .submit-wrapper {
  clear: both;
}

.l-titlebar {
  overflow: hidden;
  color: #fff !important;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.99);
}

.l-titlebar.dark {
  background: #000 !important;
}

.l-titlebar h1,
.l-titlebar a {
  color: #fff;
}

.l-titlebar.travel-photo-bg {
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.99);
}

.l-titlebar.travel-photo-bg h1,
.l-titlebar.travel-photo-bg a {
  color: #fff;
}

.l-titlebar img.titlebar-image {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  opacity: 0.7;
}

.column-inner {
  padding: 40px 40px;
}

.swoosh {
  background-image: url(/images/logo-transparent.png?522f70f702d4f81722b03e01c00d1b58);
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: 454px;
}

.swoosh.centered {
  background-position: center center;
}

.swoosh.fixed {
  background-attachment: fixed;
}

.gant-swoosh {
  background-image: url(/images/logo.png?155ef17ee233fe011ccbee5bbbcf0219);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.gant-swoosh.centered {
  background-position: center center;
}

.gant-swoosh.fixed {
  background-attachment: fixed;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin: 0;
}

@media (max-width: 680px) {
  table.invoices th {
    display: none;
  }

  table.invoices tr {
    border-bottom: 1px solid #ccc;
    display: block;
  }

  table.invoices td {
    width: 100%;
    display: block;
    border: none;
  }

  table.invoices td.invoice-date {
    width: 50%;
    float: left;
  }
}

@media (max-width: 680px) {
  table.tools th {
    display: block;
    clear: both;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border: none;
  }

  table.tools td {
    display: block;
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }
}

.toggle-rows.inactive i.fa-circle {
  color: #ccc !important;
}

#password_score_container {
  display: block;
  margin-bottom: 5px;
  padding: 5px 10px;
  padding-bottom: 11px;
  border: 1px solid #eee;
  border-top: none;
  /*text-align: center;*/
}

#password_score_container #password_score {
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  min-width: 100px;
  display: inline-block;
  text-align: center;
  background: #ccc;
  margin-top: 7px;
  margin-right: 10px;
}

#password_score_container #password_score.score_0 {
  background: #ff5722;
}

#password_score_container #password_score.score_1 {
  background: #ff9800;
}

#password_score_container #password_score.score_2 {
  background: #ffc107;
}

#password_score_container #password_score.score_3 {
  background: #8bc34a;
}

#password_score_container #password_score.score_4 {
  background: #4caf50;
}

.navigation-group {
  margin: 0;
  list-style: none;
}

.navigation-group .navigation-group-item {
  border: 1px solid #ddd;
  margin: 0;
  margin-bottom: -1px;
  background: #f6f6f6;
}

.navigation-group .navigation-group-item.title {
  padding: 10px 20px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom-width: 2px;
}

.navigation-group .navigation-group-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.navigation-group .navigation-group-item:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.navigation-group .navigation-group-item.current {
  background: #1385f0;
}

.navigation-group .navigation-group-item.current a {
  color: #FFF;
}

.navigation-group .navigation-group-item a {
  padding: 10px 20px;
  display: block;
}

.vc_column-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-heading {
  margin-bottom: 10px;
  display: block;
  padding: 8px 8px;
  border-bottom: 2px solid;
  margin-bottom: 10px;
}

ul.list-group {
  margin-left: 0;
  margin-right: 0;
  list-style: none;
}

ul.list-group .list-group-item {
  padding: 5px 10px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

ul.list-group .list-group-item .item-label {
  font-weight: bold;
  font-size: 0.9em;
  opacity: 0.7;
  min-width: 200px;
  display: block;
  margin-bottom: 5px;
}

@media (min-width: 600px) {
  ul.list-group .list-group-item .item-label {
    display: inline-block;
    margin-right: 5px;
  }

  ul.list-group .list-group-item .item-label.stacked {
    display: block;
    margin-bottom: 5px;
  }
}

ul.list-group .list-group-item .item-label:after {
  content: ":";
}

ul.list-group .list-group-item .item-value {
  font-size: 1.4em;
}

@media (min-width: 600px) {
  ul.list-group .list-group-item .item-value.pull-right {
    float: right;
  }
}

.desk-case-body {
  white-space: pre-line;
}

ul.inline {
  margin: 10px 0;
}

ul.inline li {
  display: inline-block;
}

ul.inline li a {
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 5px;
}

.w-text-h.impersonating {
  background: #115377;
  padding: 3px 10px;
  color: white;
  border-radius: 3px;
}

.w-text-h.impersonating a {
  margin-left: 5px;
  text-decoration: underline;
}

.w-text-h1 {
  font-weight: bold;
  padding: 3px 10px;
  color: #1385f0;
  border-radius: 3px;
  font-size: 15px;
}

.w-text-h1 a {
  margin-left: 5px;
  text-decoration: underline;
}

.text-danger {
  color: #a24141;
  background: #ffd9d9;
  padding: 5px 10px;
  margin-top: 5px;
  border-left: 3px solid #a24141;
}

.invoice-filter-container {
  border-bottom: 4px solid #ddd;
  padding: 16px 0px;
  margin-bottom: 20px;
}

.invoice-filter-container form .heading {
  font-size: 1.1em;
  margin-bottom: 10px;
  font-weight: bold;
}

.invoice-filter-container form .form-group {
  display: inline-block;
  width: 210px;
  margin-right: 10px;
}

.invoice-filter-container form button.form-control {
  margin-top: 15px;
}

.section-title {
  background-color: #1385f0;
  color: white;
  font-size: 2em;
  padding: 0.5em;
  margin-left: 0;
  margin-right: 0;
}

.unused-ticket {
  overflow: hidden;
}

.unused-ticket .panel {
  background: #eee;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.unused-ticket .row {
  display: block;
  overflow: hidden;
  padding: 15px;
}

.unused-ticket .row.header {
  background: #ddd;
}

.unused-ticket .row.margin-bottom {
  margin-bottom: 1em;
}

.unused-ticket .row.border-bottom {
  border-bottom: 1px solid #ccc;
}

.unused-ticket .row .column.left {
  float: left;
}

.unused-ticket .row .column.right {
  float: right;
}

.unused-ticket .row .column.six {
  width: 50%;
  float: left;
}

.unused-ticket .row .column.two {
  width: 16.66%;
  float: left;
}

.unused-ticket .row .column.three {
  width: 25%;
  float: left;
}

.unused-ticket .row .column.four {
  width: 33%;
  float: left;
}

.unused-ticket .airline {
  font-size: 1.8em;
  display: block;
  margin-bottom: 15px;
  opacity: 0.8;
}

.unused-ticket .ticket-number {
  font-size: 2.5em;
  color: #1385f0;
  font-weight: bold;
  letter-spacing: 1px;
}

.unused-ticket .ticket-number:before {
  content: "#";
  opacity: 0.8;
  font-size: 0.6em;
  margin-right: 4px;
}

.unused-ticket .ticket-type {
  opacity: 0.8;
  margin-left: 10px;
  font-style: italic;
}

.unused-ticket .ticket-type:after {
  content: " Ticket";
}

.unused-ticket .ticket-status {
  float: right;
  display: block;
  padding: 5px 15px;
  color: #fff;
  background: #444;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.unused-ticket .pnr {
  margin-top: 10px;
  font-size: 1.8em;
  display: block;
}

.unused-ticket .pnr:before {
  content: "PNR:";
  margin-right: 4px;
  font-size: 0.7em;
  opacity: 0.7;
}

.unused-ticket .passenger-name {
  font-size: 1.6em;
  /*&:before {
    content: "Passenger:";
    display: block;
    margin-right: 4px;
    font-size: .7em;
    opacity: .8;
  }*/
}

.unused-ticket .passenger-name .label {
  display: block;
  margin-right: 4px;
  font-size: 0.7em;
  opacity: 0.8;
}

.unused-ticket .passenger-name + .passenger-name {
  margin-top: 5px;
  margin-right: 20px;
  padding-top: 5px;
  display: block;
  border-top: 1px dashed #aaa;
}

.unused-ticket .date {
  font-size: 1.2em;
}

.unused-ticket .date .label {
  display: block;
  margin-right: 4px;
  font-size: 0.7em;
  opacity: 0.8;
}

.unused-ticket .refundable {
  float: right;
  font-size: 1.6em;
}

.unused-ticket .nonrefundable {
  float: right;
  font-size: 1.6em;
}

.unused-ticket .item {
  margin-right: 5px;
}

.unused-ticket .item .label {
  opacity: 0.8;
  margin-right: 5px;
}

.unused-ticket .item .label:after {
  content: ":";
}

.unused-ticket .item .value {
  font-size: 1.2em;
}

form.unused-ticket-form .new-card-container {
  display: none;
}

form.unused-ticket-form .new-card-container .submit-wrapper {
  display: none;
}

input[type=time] {
  display: block;
}

form input[disabled] {
  opacity: 1;
}

div.checkbox {
  padding: 0 4px;
}

div.checkbox label {
  color: #666;
}

div.checkbox label input {
  margin-top: 5px;
}

label.required::after {
  content: "* Required *";
  margin-left: 8px;
  font-size: 10px;
  font-weight: bold;
  color: red;
}

.airport-option .airport-code {
  font-weight: bold;
}

.airport-option .airport-name {
  opacity: 0.7;
  margin-left: 5px;
}

.airport-option .airport-country {
  display: block;
  font-style: italic;
  opacity: 0.5;
}

form.book-travel-form .form-group,
form.travel-profile-form .form-group,
form.custom-form .form-group,
form.unused-ticket-form .form-group {
  display: block;
  padding: 4px;
  overflow: hidden;
}

form.book-travel-form .form-group > label,
form.travel-profile-form .form-group > label,
form.custom-form .form-group > label,
form.unused-ticket-form .form-group > label {
  display: block;
  margin-bottom: 3px;
}

form.book-travel-form .form-group > label.important,
form.travel-profile-form .form-group > label.important,
form.custom-form .form-group > label.important,
form.unused-ticket-form .form-group > label.important {
  font-size: 1.3em;
}

@media (min-width: 480px) {
  form.book-travel-form .form-group.half,
  form.travel-profile-form .form-group.half,
  form.custom-form .form-group.half,
  form.unused-ticket-form .form-group.half {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
}

form.book-travel-form .section-heading,
form.travel-profile-form .section-heading,
form.custom-form .section-heading,
form.unused-ticket-form .section-heading {
  font-size: 2em;
  display: block;
  padding: 8px 8px;
  border-bottom: 2px solid;
  margin-bottom: 10px;
}

form.book-travel-form .section,
form.travel-profile-form .section,
form.custom-form .section,
form.unused-ticket-form .section {
  padding: 20px 0;
  border-bottom: 1px solid;
  margin-bottom: 40px;
  overflow: hidden;
}

form.book-travel-form .section.intro,
form.travel-profile-form .section.intro,
form.custom-form .section.intro,
form.unused-ticket-form .section.intro {
  border: none;
  margin-bottom: 10px;
  padding: 0;
}

form.book-travel-form .section.expandable,
form.travel-profile-form .section.expandable,
form.custom-form .section.expandable,
form.unused-ticket-form .section.expandable {
  display: block;
}

form.book-travel-form .section.expandable.closed,
form.travel-profile-form .section.expandable.closed,
form.custom-form .section.expandable.closed,
form.unused-ticket-form .section.expandable.closed {
  display: none;
}

form.book-travel-form .group,
form.travel-profile-form .group,
form.custom-form .group,
form.unused-ticket-form .group {
  box-sizing: border-box;
  /*&.half {

    @media (min-width: 768px)
    {
      width: 48%;
      margin-right: 2%;
      float: left;
    }

  }*/
}

form.book-travel-form .group .group-heading,
form.travel-profile-form .group .group-heading,
form.custom-form .group .group-heading,
form.unused-ticket-form .group .group-heading {
  font-size: 1.5em;
  margin-bottom: 5px;
  padding: 4px;
  display: block;
}

form.book-travel-form .choice-wrapper,
form.travel-profile-form .choice-wrapper,
form.custom-form .choice-wrapper,
form.unused-ticket-form .choice-wrapper {
  display: block;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 8px 20px;
  margin-top: 0px;
  margin-bottom: 4px;
  /*@media (min-width: 768px)
  {
    float: left;
    margin-right: -1px;
    border-radius: 0;

    &:first-of-type {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
    }

    &:last-of-type {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
    }
  }*/
}

form.book-travel-form .choice-wrapper > input,
form.travel-profile-form .choice-wrapper > input,
form.custom-form .choice-wrapper > input,
form.unused-ticket-form .choice-wrapper > input {
  margin-top: 5px;
}

form.book-travel-form .choice-wrapper > input:checked + label,
form.travel-profile-form .choice-wrapper > input:checked + label,
form.custom-form .choice-wrapper > input:checked + label,
form.unused-ticket-form .choice-wrapper > input:checked + label {
  font-weight: bold;
}

form.book-travel-form .help-block,
form.travel-profile-form .help-block,
form.custom-form .help-block,
form.unused-ticket-form .help-block {
  opacity: 0.7;
  font-size: 0.9em;
  line-height: 1.2em;
  margin-top: 10px;
  clear: both;
}

form.meetings-form .form-group {
  display: block;
  padding: 4px;
  overflow: hidden;
}

form.meetings-form .form-group > label {
  display: block;
  margin-bottom: 3px;
}

form.meetings-form .form-group > label.important {
  font-size: 1.3em;
}

@media (min-width: 480px) {
  form.meetings-form .form-group.half {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
}

@media (min-width: 480px) {
  form.meetings-form .form-group.one-fifth {
    width: 15%;
    margin-right: 1%;
    float: left;
  }
}

@media (min-width: 480px) {
  form.meetings-form .form-group.one-sixth {
    width: 18%;
    margin-right: 1%;
    float: left;
  }
}

@media (min-width: 480px) {
  form.meetings-form .form-group.one-seventh {
    width: 13%;
    margin-right: 1%;
    float: left;
  }
}

form.meetings-form .form-checkbox input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

form.meetings-form .form-checkbox label {
  margin: 4px;
  font-size: 20px;
  background-color: #EFEFEF;
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  padding: 5px;
  float: left;
}

form.meetings-form .form-checkbox label:hover {
  color: #1385f0;
  border-radius: 4px;
  border: 1px solid #1385f0;
}

form.meetings-form .form-checkbox input[type=checkbox]:checked + label {
  color: white;
  background: #1385f0;
}

form.meetings-form .form-checkbox input:checked:hover + label {
  background-color: #6cb2a8;
  color: black;
}

form.meetings-form .section-heading1 {
  font-size: 20px;
  margin-bottom: 10px;
  padding: 8px 8px;
  margin-bottom: 10px;
}

form.meetings-form .section-heading {
  font-size: 25px;
  margin-bottom: 10px;
  display: block;
  padding: 8px 8px;
  border-bottom: 2px solid;
  margin-bottom: 10px;
}

form.meetings-form .section {
  padding: 20px 0;
  border-bottom: 1px solid;
  margin-bottom: 40px;
  overflow: hidden;
}

form.meetings-form .section.intro {
  border: none;
  margin-bottom: 10px;
  padding: 0;
}

form.meetings-form .section.expandable {
  display: block;
}

form.meetings-form .section.expandable.closed {
  display: none;
}

form.meetings-form .group {
  box-sizing: border-box;
  /*&.half {

    @media (min-width: 768px)
    {
      width: 48%;
      margin-right: 2%;
      float: left;
    }

  }*/
}

form.meetings-form .group .group-heading {
  font-size: 1.5em;
  margin-bottom: 5px;
  padding: 4px;
  display: block;
}

form.meetings-form .choice-wrapper {
  display: block;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 8px 20px;
  margin-top: 0px;
  margin-bottom: 4px;
  /*@media (min-width: 768px)
  {
    float: left;
    margin-right: -1px;
    border-radius: 0;

    &:first-of-type {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
    }

    &:last-of-type {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
    }
  }*/
}

form.meetings-form .choice-wrapper > input {
  margin-top: 5px;
}

form.meetings-form .choice-wrapper > input:checked + label {
  font-weight: bold;
}

form.meetings-form .help-block {
  opacity: 0.7;
  font-size: 0.9em;
  line-height: 1.2em;
  margin-top: 10px;
  clear: both;
}

form.inline-choices .choice-wrapper {
  display: inline-block;
}

.travel-policy h2 {
  border-bottom: 5px solid #ddd;
  padding: 5px;
  margin-top: 40px;
}

.travel-policy table.rule-table tr.rule-row {
  border-bottom: 1px solid #ccc;
}

.travel-policy table.rule-table tr.rule-row td,
.travel-policy table.rule-table tr.rule-row th {
  border: none;
}

.travel-policy table.rule-table tr.rule-row .action-column {
  float: left;
  width: 200px;
}

.travel-policy table.rule-table tr.rule-row .action-column .action {
  background: #eee;
  font-size: 1.1em;
  padding: 5px 15px;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.travel-policy table.rule-table tr.rule-row .condition-column {
  float: left;
  line-height: 35px;
}

.travel-policy table.rule-table tr.rule-row .condition-column select,
.travel-policy table.rule-table tr.rule-row .condition-column input {
  display: inline;
  width: auto;
}

.travel-policy table.rule-table tr.rule-row .condition-column .fillable-value {
  border-bottom: #3EA495 solid 2px;
  padding: 4px 2px;
  margin: 0 4px;
  text-transform: uppercase;
}

.travel-policy table.rule-table tr.rule-row .condition-column .fillable-value.solid {
  background: #3EA495;
  border: none;
  padding: 4px 10px;
  border-radius: 4px;
  color: white;
  margin: 0 2px;
}

.tag {
  border: 1px solid #CCC;
  background: #f4f4f4;
  padding: 0 8px;
  border-radius: 5px;
  white-space: nowrap;
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
}

.tag.status-active {
  color: #115377;
  border-color: #115377;
}

.tag.status-inactive {
  color: #98a1a0;
  border-color: #98a1a0;
}

.tag.status-pending {
  color: #773511;
  border-color: #773511;
}

.tag.status-in-process {
  color: #681177;
  border-color: #681177;
}

ul.pagination {
  list-style: none;
  margin: 20px auto;
}

ul.pagination li {
  display: inline-block;
  padding: 6px 15px;
  background: #ddd;
  margin: 0 5px;
  border-radius: 3px;
}

ul.pagination li.active {
  background: #1385f0;
  color: white;
}

ul.pagination li a {
  color: #1385f0;
}

.btn-10 {
  font-size: 10px !important;
  padding: 0 1.2em;
}

.btn-11 {
  font-size: 11px !important;
  padding: 0 1.2em;
}

.btn-12 {
  font-size: 12px !important;
  padding: 0 1.2em;
}

.btn-13,
.btn-small {
  font-size: 13px !important;
  padding: 0 1.2em;
}

.btn-14 {
  font-size: 14px !important;
  padding: 0 1.2em;
}

.btn-15 {
  font-size: 15px !important;
}

.btn-16 {
  font-size: 16px !important;
}

.btn-17 {
  font-size: 17px !important;
}

.btn-18 {
  font-size: 18px !important;
}

.btn-19 {
  font-size: 19px !important;
}

.btn-20 {
  font-size: 20px !important;
}

table.with-actions-column tr td:last-of-type {
  text-align: right;
  white-space: nowrap;
}

table.with-actions-column tr td:last-of-type .w-btn {
  font-size: 13px;
}

ul.desk-replies {
  list-style: none;
  margin: 0;
}

ul.desk-replies .desk-reply {
  padding: 0;
  margin: 10px 0;
}

ul.desk-replies .desk-reply .desk-reply-header {
  background: #eee;
  padding: 7px 10px;
  border: 1px solid #ccc;
  margin-bottom: -1px;
}

ul.desk-replies .desk-reply .desk-reply-header .desk-reply-sender {
  /*font-size: 1.2em;
  color: #1385f0;*/
  font-weight: bold;
}

ul.desk-replies .desk-reply .desk-reply-header .desk-reply-date {
  float: right;
  opacity: 0.8;
  font-size: 0.9em;
}

ul.desk-replies .desk-reply .desk-case-body {
  border: 1px solid #ccc;
  padding: 10px;
  display: block;
}

.index-list {
  margin: 0;
  padding: 0;
}

@media (min-width: 900px) {
  .index-list {
    display: none;
  }
}

.index-list .muted {
  opacity: 0.8;
}

.index-list .small {
  font-size: 0.8em;
}

.index-list .mt-5 {
  margin-top: 5px;
}

.index-list .index-list-item {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 0;
  margin-bottom: 13px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.index-list .index-list-item .item-header {
  display: block;
  overflow: hidden;
  padding: 8px 8px 2px 8px;
  background: #eee;
  border-bottom: 1px solid #ddd;
}

.index-list .index-list-item .item-header .item-name {
  font-size: 1.2em;
  line-height: 2em;
  padding: 0 5px;
  text-shadow: 1px 1px 0px white;
}

@media (min-width: 560px) {
  .index-list .index-list-item .item-header .item-name {
    font-size: 1.4em;
  }
}

.index-list .index-list-item .item-header .item-icon {
  float: left;
  margin: 11px;
  margin-right: 7px;
  text-shadow: 1px 1px 0px white;
}

.index-list .index-list-item .item-header .item-status {
  float: right;
  display: inline-block;
  margin-top: 3px;
  font-size: 13px;
  padding: 0 8px;
  background: #f4f4f4;
}

.index-list .index-list-item .item-body {
  display: block;
  overflow: hidden;
  padding: 13px 8px 3px;
}

.index-list .index-list-item .item-body .item-detail {
  display: block;
  padding: 0 5px;
  font-size: 0.9em;
}

@media (min-width: 560px) {
  .index-list .index-list-item .item-body .item-detail {
    font-size: 1em;
  }
}

@media (min-width: 760px) {
  .index-list .index-list-item .item-body .item-detail {
    display: inline-block;
    margin-right: 10px;
  }
}

.index-list .index-list-item .item-body .item-detail .item-detail-label {
  opacity: 0.8;
}

.index-list .index-list-item .item-body .item-detail .item-detail-label:after {
  content: ":";
}

.index-list .index-list-item .item-footer {
  display: block;
  overflow: hidden;
  padding: 5px 10px;
}

.index-list .index-list-item .item-footer .w-btn {
  font-size: 13px;
  padding: 0 1em;
  line-height: 2em;
  background: #1385f0 !important;
  color: white !important;
}

@media (min-width: 560px) {
  .index-list .index-list-item .item-footer .w-btn {
    font-size: 14px;
    line-height: 2.1em;
  }
}

@media (min-width: 760px) {
  .index-list .index-list-item .item-footer .w-btn {
    font-size: 15px;
    line-height: 2.2em;
  }
}

.index-list .index-list-item .item-footer .checkbox-container {
  display: inline-block;
  background: #eee;
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 12px;
}

.index-list .index-list-item .item-footer .checkbox-container input {
  margin: 6px 3px 6px 0px;
  border-radius: 5px;
}

ul.tools {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.tools li {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 8px 5px;
}

ul.tools li a {
  display: block;
}

@media (max-width: 900px) {
  .l-titlebar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .l-titlebar.size_medium .l-titlebar-h {
    text-align: left;
    padding: 10px 0 5px;
  }

  .l-titlebar.size_small h1,
  .l-titlebar.size_medium h1 {
    line-height: 24px;
    margin: 5px 20px 5px 0;
  }
}

.show-only-on-app {
  display: none;
}

.hide-on-app,
.hide-on-ios-app {
  display: inherit;
}

html.gantgatewayapp {
  background: #fff;
}

html.gantgatewayapp .l-header {
  display: none;
}

html.gantgatewayapp .awards-container {
  display: none;
}

html.gantgatewayapp .w-toplink {
  display: none;
}

html.gantgatewayapp footer {
  display: none;
}

html.gantgatewayapp .show-only-on-app {
  display: inherit;
}

html.gantgatewayapp .hide-on-app {
  display: none !important;
}

html.gantgatewayapp .hide-on-ios-app {
  display: none !important;
}

html.gantgatewayapp .l-titlebar {
  background: none !important;
  color: #555 !important;
  text-shadow: none !important;
}

html.gantgatewayapp .l-titlebar .l-titlebar-content {
  width: 100%;
  text-align: center;
}

html.gantgatewayapp .l-titlebar .account-name {
  display: none;
}

html.gantgatewayapp .l-titlebar h1 {
  color: #555 !important;
}

html.gantgatewayapp .dashboard ul.icons {
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden;
  list-style: none;
}

html.gantgatewayapp .dashboard ul.icons li {
  display: inline-block;
  width: 50%;
  float: left;
}

@media (min-width: 765px) {
  html.gantgatewayapp .dashboard ul.icons li {
    width: 33%;
  }
}

html.gantgatewayapp .dashboard ul.icons li .w-iconbox-title {
  font-size: 16px;
  padding-top: 10px;
}

html.gantgatewayapp form .submit-wrapper {
  clear: both;
  position: fixed;
  bottom: 0;
  left: 0px;
  right: 0;
  background: #eee;
  padding: 10px 15px;
}

.section .section-header {
  border-bottom: 1px solid;
  position: relative;
  min-height: 40px;
}

.section .section-header .section-title {
  margin: 0;
  margin-right: 60px;
  line-height: 40px;
  padding: 5px;
}

.section .section-header .section-action {
  position: absolute;
  right: 0;
  top: 0;
}

.meetings {
  overflow: hidden;
}

.meetings .label {
  display: block;
  margin-right: 4px;
  font-size: 16px;
  font-weight: bold;
}

.meetings .hotel-table {
  width: 50%;
}

.meetings .hotel-tabel-date {
  width: 100px;
}

.meetings .span {
  font-size: 1.4em;
}

.meetings .panel {
  background: #fff;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.meetings .row {
  display: block;
  overflow: hidden;
  padding: 10px;
}

.meetings .row.header {
  color: white;
  background: #1385f0;
  font-size: 2em;
}

.meetings .row.margin-bottom {
  margin-bottom: 1em;
}

.meetings .row.border-bottom {
  border-bottom: 1px solid #ccc;
}

.meetings .row .column.left {
  float: left;
}

.meetings .row .column.right {
  float: right;
}

.meetings .row .column.six {
  width: 50%;
  float: left;
}

.meetings .row .column.eight {
  width: 80%;
  float: left;
}

.meetings .row .column.seven {
  width: 70%;
  float: left;
}

.meetings .row .column.two {
  width: 16.66%;
  float: left;
}

.meetings .row .column.one {
  width: 5%;
  float: left;
}

.meetings .row .column.three {
  width: 25%;
  float: left;
}

.meetings .row .column.four {
  width: 33%;
  float: left;
}

.meetings .airline {
  font-size: 1.8em;
  display: block;
  margin-bottom: 15px;
  opacity: 0.8;
}

.meetings .ticket-number {
  font-size: 2.5em;
  color: #1385f0;
  font-weight: bold;
  letter-spacing: 1px;
}

.meetings .ticket-number:before {
  content: "#";
  opacity: 0.8;
  font-size: 0.6em;
  margin-right: 4px;
}

.meetings .ticket-type {
  opacity: 0.8;
  margin-left: 10px;
  font-style: italic;
}

.meetings .ticket-type:after {
  content: " Ticket";
}

.meetings .ticket-status {
  float: right;
  display: block;
  padding: 5px 15px;
  color: #fff;
  background: #444;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.meetings .pnr {
  margin-top: 10px;
  font-size: 1.8em;
  display: block;
}

.meetings .pnr:before {
  content: "PNR:";
  margin-right: 4px;
  font-size: 0.7em;
  opacity: 0.7;
}

.meetings .passenger-name {
  font-size: 1.6em;
  /*&:before {
    content: "Passenger:";
    display: block;
    margin-right: 4px;
    font-size: .7em;
    opacity: .8;
  }*/
}

.meetings .passenger-name .label {
  display: block;
  margin-right: 4px;
  font-size: 0.7em;
  opacity: 0.8;
}

.meetings .passenger-name + .passenger-name {
  margin-top: 5px;
  margin-right: 20px;
  padding-top: 5px;
  display: block;
  border-top: 1px dashed #aaa;
}

.meetings .date {
  font-size: 1.2em;
}

.meetings .date .label {
  display: block;
  margin-right: 4px;
  font-size: 0.7em;
  opacity: 0.8;
}

.meetings .refundable {
  float: right;
  font-size: 1.6em;
}

.meetings .nonrefundable {
  float: right;
  font-size: 1.6em;
}

.meetings .item {
  margin-right: 5px;
}

.meetings .item .label {
  opacity: 0.8;
  margin-right: 5px;
}

.meetings .item .label:after {
  content: ":";
}

.meetings .item .value {
  font-size: 1.2em;
}

form.unused-ticket-form .new-card-container {
  display: none;
}

form.unused-ticket-form .new-card-container .submit-wrapper {
  display: none;
}

.invite_company_logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.gff-logo-container {
  max-width: 600px;
  margin: 25px auto 10px;
  text-align: center;
  padding: 10px;
}

.gff-public-container {
  width: 800px;
  max-width: 100%;
  margin: auto;
  background: #fff;
  padding: 40px;
  margin-bottom: 40px;
}

.gff-content-container {
  max-width: 700px;
  margin: auto;
  padding: 30px 20px;
  padding-top: 0;
}

.gff-content-container h1 {
  line-height: 1em;
  font-size: 24px;
}

.gff-content-container .btn {
  width: 100%;
}

.gff-content-container .reset-password {
  float: right;
  margin: 10px 0;
  font-size: 0.9em;
}

.gff-content-container .box {
  padding: 10px;
  margin-top: 0px;
  background: #ddd;
  border-radius: 10px;
  clear: both;
  text-align: center;
  color: #333;
}

.gff-content-container .terms {
  font-size: 0.9em;
  text-align: center;
  color: #777;
}


/* Required by vue-smooth-dnd */
.smooth-dnd-container {
  min-height: 20px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.smooth-dnd-draggable-wrapper {
  cursor: move;
  user-select: none;
}

.smooth-dnd-drop-preview-constant-class {
  background-color: #e0e0e0;
}


