<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.visible-xs {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*---------------------------
	06-11. Custom Class
---------------------------*/
.text-inherit {
  text-transform: inherit; }

.delay-0 {
  animation-delay: 0ms; }

.delay-100 {
  animation-delay: 100ms; }

.delay-200 {
  animation-delay: 200ms; }

.delay-300 {
  animation-delay: 300ms; }

.delay-400 {
  animation-delay: 400ms; }

.delay-500 {
  animation-delay: 500ms; }

.delay-600 {
  animation-delay: 600ms; }

.delay-700 {
  animation-delay: 700ms; }

.delay-800 {
  animation-delay: 800ms; }

.delay-900 {
  animation-delay: 900ms; }

.delay-1000 {
  animation-delay: 1000ms; }

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

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

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

.padding-0 {
  padding: 0; }

.padding-x-0 {
  padding-left: 0;
  padding-right: 0; }

.padding-x-30 {
  padding-left: 30px;
  padding-right: 30px; }

.padding-x-70 {
  padding-left: 70px;
  padding-right: 70px; }

.padding-y-0 {
  padding-top: 0;
  padding-bottom: 0; }

.padding-y-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.padding-y-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.padding-y-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.padding-y-130 {
  padding-top: 130px;
  padding-bottom: 130px; }

.padding-left-0 {
  padding-left: 0; }

.padding-left-30 {
  padding-left: 30px; }

.padding-left-70 {
  padding-left: 70px; }

.padding-right-0 {
  padding-right: 0; }

.padding-right-30 {
  padding-right: 30px; }

.padding-top-0 {
  padding-top: 0; }

.padding-top-20 {
  padding-top: 20px; }

.padding-top-60 {
  padding-top: 60px; }

.padding-top-100 {
  padding-top: 100px; }

.padding-top-120 {
  padding-top: 120px; }

.padding-top-130 {
  padding-top: 130px; }

.padding-top-150 {
  padding-top: 150px; }

.padding-bottom-0 {
  padding-bottom: 0; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-bottom-70 {
  padding-bottom: 70px; }

.padding-bottom-80 {
  padding-bottom: 80px; }

.padding-bottom-90 {
  padding-bottom: 80px; }

.padding-bottom-100 {
  padding-bottom: 100px; }

.margin-0 {
  margin: 0; }

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

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

.margin-x-auto {
  margin-left: auto;
  margin-right: auto; }

.margin-y-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.margin-y-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.margin-y-70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.margin-y-100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

.margin-bottom-100 {
  margin-bottom: 100px; }

.margin-bottom-120 {
  margin-bottom: 120px; }

.margin-bottom-150 {
  margin-bottom: 120px; }

.width-auto {
  width: auto; }

.bg-light-gray {
  background: #fbfbfb; }

.bg-eee {
  background: #eee; }

.bg-f8f8f8 {
  background: #f8f8f8; }

.bg-f3f3f3 {
  background: #f3f3f3; }

.bg-111 {
  background: #111111; }

.bg-333 {
  background: #333333; }

.bg-primary-color {
  background: #00aeef; }

.bg-secondary-color {
  background: #0076a3; }

.primary-color {
  color: #00aeef; }

.price-red-color {
  color: #e95249; }

.white-color {
  color: #fff; }

.fz-20 {
  font-size: 20px;
  font-weight: 300; }

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

.display-none {
  display: none; }

/* Chrome, Safari, Opera */

/* Standard syntax */
@keyframes zoomOut {
  0% {
    transform: scale(0.5); }
  100% {
    transform: scale(1); } }

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

.w-700 {
  max-width: 700px !important;
  margin: 0 auto; }

aside.sidebar {
  padding: 0px 15px 30px; }

.blog-wrapper {
  margin-bottom: 60px; }
  .blog-wrapper.container-fluid {
    margin-bottom: 0; }

/*!
 * Bootstrap v4.0.0-alpha (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  /* Keeps page centered in all browsers regardless of content height */
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

@viewport {
  width: device-width; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  color: #373a3c;
  background-color: #fff; }

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

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

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

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

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

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

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

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none; }

output {
  display: inline-block; }

img {
  max-width: 100%;
  /* Make sure images are scaled correctly. */
  height: auto;
  /* Adhere to container width. */ }

audio, canvas, video {
  display: inline;
  zoom: 1; }

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

.img-rounded {
  border-radius: 0.3rem; }

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.row {
  display: flex;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

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

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

.col-xs-last {
  -ms-flex-order: 1;
      order: 1; }

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

.row-xs-center {
  -ms-flex-align: center;
      align-items: center; }

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

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

.col-xs-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

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

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

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

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

.table-active,
.table-active &gt; th,
.table-active &gt; td {
  background-color: #f5f5f5; }

.table-hover .table-active:hover {
  background-color: #e8e8e8; }
  .table-hover .table-active:hover &gt; td,
  .table-hover .table-active:hover &gt; th {
    background-color: #e8e8e8; }

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

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

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

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

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

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto; }

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.media {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }

.media-body {
  -ms-flex: 1;
      flex: 1; }

.media-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

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

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

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

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

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

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

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

.embed-responsive-21by9 {
  padding-bottom: 42.85714%; }

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

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

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

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

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

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

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

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

[hidden] {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #818a91; }

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

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

.text-success {
  color: #e0f2d9; }

a.text-success:focus, a.text-success:hover {
  color: #c1e5b3; }

.text-info {
  color: #ecf1f9; }

a.text-info:focus, a.text-info:hover {
  color: #c5d4ed; }

.text-warning {
  color: #fdf9df; }

a.text-warning:focus, a.text-warning:hover {
  color: #faf0af; }

.text-danger {
  color: #ffecec; }

a.text-danger:focus, a.text-danger:hover {
  color: #ffb9b9; }

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c; }

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

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

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

.bg-success {
  color: #fff;
  background-color: #e0f2d9; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e5b3; }

.bg-info {
  color: #fff;
  background-color: #ecf1f9; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #c5d4ed; }

.bg-warning {
  color: #fff;
  background-color: #fdf9df; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #faf0af; }

.bg-danger {
  color: #fff;
  background-color: #ffecec; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #ffb9b9; }

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

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

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

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

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

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

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

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

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

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

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

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

.m-x {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

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

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

.m-t-md {
  margin-top: 1.5rem !important; }

.m-r-md {
  margin-right: 1.5rem !important; }

.m-b-md {
  margin-bottom: 1.5rem !important; }

.m-l-md {
  margin-left: 1.5rem !important; }

.m-x-md {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-md {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

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

.m-t-lg {
  margin-top: 3rem !important; }

.m-r-lg {
  margin-right: 3rem !important; }

.m-b-lg {
  margin-bottom: 3rem !important; }

.m-l-lg {
  margin-left: 3rem !important; }

.m-x-lg {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-lg {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.p-x {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

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

.p-t-md {
  padding-top: 1.5rem !important; }

.p-r-md {
  padding-right: 1.5rem !important; }

.p-b-md {
  padding-bottom: 1.5rem !important; }

.p-l-md {
  padding-left: 1.5rem !important; }

.p-x-md {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-md {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

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

.p-t-lg {
  padding-top: 3rem !important; }

.p-r-lg {
  padding-right: 3rem !important; }

.p-b-lg {
  padding-bottom: 3rem !important; }

.p-l-lg {
  padding-left: 3rem !important; }

.p-x-lg {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-lg {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

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

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

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

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

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

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

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

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

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

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

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

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

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

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

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

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

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

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

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

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

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.snap-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(0, 0, 0); }

.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto; }

.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 265px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: width 0.3s ease; }

.snap-drawer-left {
  left: 0;
  z-index: 1; }

.snap-drawer-right {
  right: 0;
  z-index: 1; }

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none; }

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%; }

a {
  text-decoration: none;
  color: #111; }
  a:focus, a:hover {
    text-outline: none;
    color: #00aeef; }

ul, ol {
  margin-left: 0;
  padding-left: 0; }
  ul.list-inline, ol.list-inline {
    list-style-type: none; }
    ul.list-inline li, ol.list-inline li {
      display: inline-block;
      padding-left: 5px; }

.content ul, .content ol {
  margin-left: 20px; }

#map-canvas img {
  max-width: none; }

body {
  overflow-x: hidden;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#page {
  overflow: hidden; }

/*--------------------------------------------------------------
# Combo CSS
--------------------------------------------------------------*/
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after, .blog-entry::after, .our-works::after, .our-team_story::after, .widget_shopping_cart_content .cart_list li::after {
  content: "";
  display: table;
  clear: both; }

*[class*="social-menu"] .menu li a:before, .widget_search form:after, .tm-services-slides .owl-controls .owl-prev:before, .tm-services-slides .owl-controls .owl-next:before, .woocommerce.single #content .product-tab .comment-form-rating .stars a:before, .star-rating:before, .star-rating span:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

#site-navigation .sub-menu .menu-item-has-children:after, #site-navigation .sub-menu .page_item_has_children:after, #site-navigation .children .menu-item-has-children:after, #site-navigation .children .page_item_has_children:after, .breadcrumb ul li a:after, .awesome-slider .slick-prev:before, .awesome-slider .slick-next:before {
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a, #site-navigation .menu &gt; ul &gt; li:before, #site-navigation .menu &gt; ul &gt; li:after, #site-navigation .sub-menu .menu-item-has-children:after, #site-navigation .sub-menu .page_item_has_children:after, #site-navigation .children .menu-item-has-children:after, #site-navigation .children .page_item_has_children:after, .breadcrumb ul:before, .menu-sidemenu .sidemenu-widgets .widget.better-menu-widget:first-child .menu li .sub-menu-toggle, .menu-sidemenu .menu li .sub-menu-toggle, .search-box i, .search-box i:after, .search-box i:before, .search-box input[type="search"], .search-box .search-form, .folio-overlay, .folio-overlay-inner, .folio-overlay-zoom, .folio-item:before, .folio-item svg, .our-works_item:before, .our-works_overlay, .awesome-slider .slick-prev, .awesome-slider .slick-next, .our-team_item:before, .our-team_item-content, .shop-banner img, .shop-banner h3, .mini-cart .dropdown-menu, .widget_shopping_cart_content, .tm-services-slides .owl-controls .owl-prev, .tm-services-slides .owl-controls .owl-next, .product-link:before, .grid-masonry .product .woo-content-product, .product-button {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }

.search-box .search-form:before, .page-big-title:after,
.page-big-title--single:after {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*---------------------------
	03-01. Menus
---------------------------*/
.menu li {
  position: relative; }

.menu &gt; ul &gt; li {
  display: inline-block;
  position: relative; }

.menu &gt; ul &gt; li &gt; a {
  display: inline-block; }

.main-navigation .menu li:hover &gt; ul {
  opacity: 1;
  visibility: visible; }

.main-navigation .sub-menu, .main-navigation .children {
  transition: margin-top 0.25s ease-in-out;
  width: 280px;
  position: absolute;
  top: 100%;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
  background: #fff;
  text-align: left;
  margin-top: 50px; }
  .main-navigation .sub-menu li, .main-navigation .children li {
    display: block; }
    .main-navigation .sub-menu li &gt; .sub-menu, .main-navigation .sub-menu li &gt; .children, .main-navigation .children li &gt; .sub-menu, .main-navigation .children li &gt; .children {
      top: 0;
      left: 100%; }
    .main-navigation .sub-menu li a, .main-navigation .children li a {
      display: block; }

#site-navigation .primary-menu &gt; ul {
  white-space: nowrap; }
  #site-navigation .primary-menu &gt; ul ul {
    white-space: normal; }

#site-navigation ul {
  padding: 0;
  margin-bottom: 0; }
  #site-navigation ul li.new a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #bfe2ef;
    content: "\f005";
    font-size: 12px;
    margin-left: 8px; }
  #site-navigation ul li a i._before {
    margin-right: 8px; }
  #site-navigation ul li:hover &gt; .sub-menu {
    margin-top: 0; }

#site-navigation .menu &gt; ul &gt; li {
  margin: 0 10px;
  color: #111; }
  #site-navigation .menu &gt; ul &gt; li .wpb_content_element.vc_wp_custommenu, #site-navigation .menu &gt; ul &gt; li .wpb_content_element.vc_wp_custommenu .widget {
    margin-bottom: 0; }
  #site-navigation .menu &gt; ul &gt; li:before, #site-navigation .menu &gt; ul &gt; li:after {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    opacity: 0;
    visibility: hidden; }
  #site-navigation .menu &gt; ul &gt; li.logo:before, #site-navigation .menu &gt; ul &gt; li.logo:after {
    display: none; }
  #site-navigation .menu &gt; ul &gt; li:before {
    content: '[';
    left: -5px; }
  #site-navigation .menu &gt; ul &gt; li:after {
    content: ']';
    right: -5px; }
  #site-navigation .menu &gt; ul &gt; li:hover:before, #site-navigation .menu &gt; ul &gt; li:hover:after,
  #site-navigation .menu &gt; ul &gt; li.active a:before,
  #site-navigation .menu &gt; ul &gt; li.active a:after {
    opacity: 1;
    visibility: visible; }
  #site-navigation .menu &gt; ul &gt; li:hover:before,
  #site-navigation .menu &gt; ul &gt; li.active a:before {
    left: 0px; }
  #site-navigation .menu &gt; ul &gt; li:hover:after,
  #site-navigation .menu &gt; ul &gt; li.active a:after {
    right: 0px; }
  #site-navigation .menu &gt; ul &gt; li &gt; a {
    padding: 15px 12px;
    color: #111;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex; }
  #site-navigation .menu &gt; ul &gt; li.logo a#logo {
    display: inline; }

#site-navigation .menu &gt; ul &gt; li.no-before-after:before, #site-navigation .menu &gt; ul &gt; li.no-before-after:after {
  display: none; }

#site-navigation .sub-menu, #site-navigation .children {
  padding: 20px 0px;
  border-top: 1px solid #111; }
  #site-navigation .sub-menu li:hover, #site-navigation .sub-menu li:hover &gt; a, #site-navigation .children li:hover, #site-navigation .children li:hover &gt; a {
    color: #00aeef; }
  #site-navigation .sub-menu li, #site-navigation .sub-menu li a, #site-navigation .children li, #site-navigation .children li a {
    color: #777; }
  #site-navigation .sub-menu li:hover, #site-navigation .sub-menu li:hover &gt; a, #site-navigation .children li:hover, #site-navigation .children li:hover &gt; a {
    color: #00aeef; }
  #site-navigation .sub-menu li a, #site-navigation .children li a {
    padding: 10px 20px; }
  #site-navigation .sub-menu &gt; li .sub-menu, #site-navigation .children &gt; li .sub-menu {
    margin-left: 30px; }
  #site-navigation .sub-menu &gt; li:hover .sub-menu, #site-navigation .children &gt; li:hover .sub-menu {
    margin-top: -21px; }
  #site-navigation .sub-menu &gt; li:hover &gt; .sub-menu, #site-navigation .children &gt; li:hover &gt; .sub-menu {
    margin-left: 0; }
  #site-navigation .sub-menu .menu-item-has-children:after, #site-navigation .sub-menu .page_item_has_children:after, #site-navigation .children .menu-item-has-children:after, #site-navigation .children .page_item_has_children:after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    content: '\e684';
    position: absolute;
    right: 10px;
    font-size: 20px; }

/*---------------------------
	03-02. Mobile menu
---------------------------*/
#menu-bar {
  display: -ms-flexbox;
  display: flex; }
  #menu-bar rect {
    fill: #111; }

.mobile-menu-btn {
  margin-top: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 24px;
  width: 24px; }
  .mobile-menu-btn:hover {
    opacity: 0.8;
    cursor: pointer; }

.admin-bar .mobile-menu {
  padding-top: 32px; }

.mobile-menu .mega-menu-content .vc_row, .mobile-menu .mega-menu-content .vc_column-inner, .mobile-menu .mega-menu-content .wpb_column {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important; }

.mobile-menu &gt; ul {
  padding: 0; }
  .mobile-menu &gt; ul li {
    display: block;
    border-bottom: 1px solid #eee; }
    .mobile-menu &gt; ul li .current_page_item &gt; a, .mobile-menu &gt; ul li .current-menu-item &gt; a {
      box-shadow: 1px 0px 0 #111 inset; }
    .mobile-menu &gt; ul li a {
      display: block;
      color: #111;
      padding: 10px 20px; }
    .mobile-menu &gt; ul li .sub-menu {
      display: none;
      border-top: 1px solid #ddd;
      background-color: #eee; }
    .mobile-menu &gt; ul li .sub-menu-toggle {
      display: none; }
    .mobile-menu &gt; ul li.menu-item.menu-item-has-children &gt; .sub-menu-toggle {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 42px;
      height: 42px;
      line-height: 42px;
      text-align: center;
      outline: 0;
      background-color: rgba(238, 238, 238, 0.5); }
    .mobile-menu &gt; ul li.expand {
      background-color: #ddd; }
      .mobile-menu &gt; ul li.expand &gt; .sub-menu-toggle:before {
        transform: rotate(180deg); }

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  display: none; }

.slideout-panel {
  position: relative;
  z-index: 1; }

.slideout-open .slideout-menu {
  display: block; }

/*---------------------------
	03-03. Social menu
---------------------------*/
*[class*="social-menu"] .menu li {
  display: inline-block;
  width: auto !important; }
  *[class*="social-menu"] .menu li:before {
    display: none; }
  *[class*="social-menu"] .menu li a {
    font-size: 0;
    padding: 5px; }
    *[class*="social-menu"] .menu li a:before {
      display: inline-block;
      font-size: 16px; }
    *[class*="social-menu"] .menu li a[href*="facebook"]:before {
      content: "\f09a"; }
    *[class*="social-menu"] .menu li a[href*="twitter"]:before {
      content: "\f099"; }
    *[class*="social-menu"] .menu li a[href*="instagram"]:before {
      content: "\f16d"; }
    *[class*="social-menu"] .menu li a[href*="youtube"]:before {
      content: "\f16a"; }
    *[class*="social-menu"] .menu li a[href*="plus.google.com"]:before {
      content: "\f0d5"; }
    *[class*="social-menu"] .menu li a[href*="flickr"]:before {
      content: "\f16e"; }
    *[class*="social-menu"] .menu li a[href*="dribbble"]:before {
      content: "\f17d"; }
    *[class*="social-menu"] .menu li a[href*="foursquare"]:before {
      content: "\f180"; }
    *[class*="social-menu"] .menu li a[href*="linkedin"]:before {
      content: "\f0e1"; }
    *[class*="social-menu"] .menu li a[href*="tumblr"]:before {
      content: "\f173"; }
    *[class*="social-menu"] .menu li a[href*="feed"]:before {
      content: "\f09e"; }
    *[class*="social-menu"] .menu li a[href*="pinterest"]:before {
      content: "\f0d2"; }

.bigger li a:before {
  font-size: 20px;
  color: #fff; }

/*---------------------------
	03-04. Breadcrumb
---------------------------*/
.breadcrumb {
  overflow: hidden; }

.breadcrumb ul {
  position: relative;
  display: inline-block;
  float: right;
  margin: 0; }
  .breadcrumb ul:before {
    position: absolute;
    top: 0;
    right: -40px;
    width: 0;
    height: 0;
    border-width: 60px 0 0 40px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
    content: ''; }
  .breadcrumb ul li {
    display: inline-block;
    margin-right: 6px; }
    .breadcrumb ul li, .breadcrumb ul li a {
      color: #fff; }
    .breadcrumb ul li a:after {
      margin-left: 10px;
      content: "\e684"; }
    .breadcrumb ul li a:hover {
      opacity: .6; }
    .breadcrumb ul li:last-child {
      margin: 0; }

#open-right {
  margin-left: 20px;
  margin-top: 3px; }

#menu-sidemenu {
  right: 0;
  left: auto;
  background-color: #111;
  padding: 50px 30px 0;
  width: 350px;
  display: none; }
  .slideout-open #menu-sidemenu {
    display: block; }

#close-sidemenu {
  cursor: pointer; }

#close-sidemenu-g text {
  font-size: 60px;
  color: #666666;
  font-family: 'Pe-icon-7-stroke';
  text-align: center; }

.menu-sidemenu .sidemenu-widgets .widget .widget-title {
  color: #fff; }

.menu-sidemenu .sidemenu-widgets .widget.better-menu-widget:first-child .menu li {
  display: block;
  position: relative; }
  .menu-sidemenu .sidemenu-widgets .widget.better-menu-widget:first-child .menu li .sub-menu-toggle {
    font-size: 14px;
    line-height: 2.5em;
    position: absolute;
    top: 0;
    right: 0; }
  .menu-sidemenu .sidemenu-widgets .widget.better-menu-widget:first-child .menu li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    line-height: 2.5em; }
  .menu-sidemenu .sidemenu-widgets .widget.better-menu-widget:first-child .menu li:last-child {
    border: none; }
  .menu-sidemenu .sidemenu-widgets .widget.better-menu-widget:first-child .menu li li {
    margin-left: 20px; }
  .menu-sidemenu .sidemenu-widgets .widget.better-menu-widget:first-child .menu li ul {
    display: none; }

.menu-sidemenu .sidemenu-widgets .widget &gt; [class*="social"] ul li {
  display: inline-block; }
  .menu-sidemenu .sidemenu-widgets .widget &gt; [class*="social"] ul li a {
    color: #fff;
    padding: 5px; }
    .menu-sidemenu .sidemenu-widgets .widget &gt; [class*="social"] ul li a:before {
      font-size: 18px; }

.menu-sidemenu .menu li {
  display: block;
  position: relative; }
  .menu-sidemenu .menu li .sub-menu-toggle {
    font-size: 14px;
    line-height: 2.5em;
    position: absolute;
    top: 0;
    right: 0; }
  .menu-sidemenu .menu li a {
    display: block;
    color: #999;
    line-height: 2em; }
    .menu-sidemenu .menu li a:hover {
      color: #00aeef; }
  .menu-sidemenu .menu li:last-child {
    border: none; }
  .menu-sidemenu .menu li li {
    margin-left: 20px; }
  .menu-sidemenu .menu li ul {
    display: none; }

.menu-sidemenu .slideout-menu {
  padding: 50px 30px;
  background: #111; }

.menu-sidemenu .mobile-section {
  margin-bottom: 50px; }
  .menu-sidemenu .mobile-section_title {
    color: #fff;
    margin-bottom: 20px; }
  .menu-sidemenu .mobile-section a {
    line-height: 2em; }

.menu-sidemenu .slideout-menu .social-menu .menu li a {
  color: #fff; }
  .menu-sidemenu .slideout-menu .social-menu .menu li a:before {
    font-size: 18px;
    margin-right: 16px; }

#site-navigation .sub-menu li.current-menu-item &gt; a {
  color: #00AEEF; }

#site-navigation .menu &gt; ul &gt; li.mega-menu {
  background: none;
  border: none; }
  #site-navigation .menu &gt; ul &gt; li.mega-menu .mega-menu-content .vc_row.vc_inner {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05); }
  #site-navigation .menu &gt; ul &gt; li.mega-menu .wpb_row {
    margin-bottom: 0; }
  #site-navigation .menu &gt; ul &gt; li.mega-menu .sub-menu, #site-navigation .menu &gt; ul &gt; li.mega-menu .children {
    border: none;
    background: none;
    padding: 0;
    width: 100%;
    left: 0;
    box-shadow: none; }
    #site-navigation .menu &gt; ul &gt; li.mega-menu .sub-menu &gt; li, #site-navigation .menu &gt; ul &gt; li.mega-menu .children &gt; li {
      width: 100%;
      background: none; }
    #site-navigation .menu &gt; ul &gt; li.mega-menu .sub-menu .container, #site-navigation .menu &gt; ul &gt; li.mega-menu .children .container {
      margin: 0 auto; }
  #site-navigation .menu &gt; ul &gt; li.mega-menu:hover &gt; .sub-menu, #site-navigation .menu &gt; ul &gt; li.mega-menu:hover &gt; .children {
    margin-top: 0px; }

.menu-title {
  font-size: 12px;
  padding: 10px 20px;
  text-transform: uppercase; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site-header,
header.header {
  border-bottom: 1px solid #eee;
  position: relative; }
  .menu-overlay .site-header, .menu-overlay
  header.header {
    position: absolute;
    z-index: 9999;
    width: 100%;
    background: none;
    border-bottom: none; }
    .menu-overlay .site-header .main-navigation, .menu-overlay
    header.header .main-navigation {
      background: none; }
  .site-header &gt; .container &gt; .row,
  .site-header &gt; .container-fluid &gt; .row,
  header.header &gt; .container &gt; .row,
  header.header &gt; .container-fluid &gt; .row {
    height: 100px; }

.site-top {
  position: relative;
  width: 100%; }

.site-branding {
  position: relative;
  z-index: 1; }
  .site-branding &gt; a {
    display: block; }

.extra-info &gt; div {
  padding: 10px 15px;
  text-align: left; }

.extra-info i {
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  font-size: 30px; }

.extra-info span {
  color: #777;
  font-weight: 600; }

.extra-info h3 {
  letter-spacing: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2; }

.search-box {
  position: relative;
  z-index: 9999; }
  .search-box i {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    font-size: 16px;
    cursor: pointer; }
    .search-box i:after, .search-box i:before {
      position: absolute; }
    .search-box i:before {
      top: 0;
      left: 0; }
    .search-box i:after {
      top: 100%;
      left: 0;
      content: '\f00d'; }
  .search-box input[type="submit"],
  .search-box label span {
    display: none; }
  .search-box input[type="search"] {
    position: absolute;
    z-index: 99;
    padding: 10px;
    width: 100%;
    border: none;
    border-top: 3px solid transparent;
    background-color: #fff;
    box-shadow: 0, 6px, 12px, 0, rgba(0, 0, 0, 0.2); }
  .search-box .search-form {
    position: absolute;
    right: 330px;
    visibility: hidden;
    width: 300px;
    height: 100%;
    opacity: 0; }
    .search-box .search-form:before {
      content: ''; }
    .search-box .search-form.open {
      visibility: visible;
      opacity: 1; }
      .search-box .search-form.open + i:before {
        top: -100%; }
      .search-box .search-form.open + i:after {
        top: 0; }

.header-left-side {
  height: 100%;
  overflow-y: auto;
  border-bottom: none;
  left: 0;
  padding: 100px 30px 100px 80px; }
  .header-left-side,
  .header-left-side .header-bottom {
    position: fixed;
    z-index: 2;
    width: 330px; }
  .header-left-side .header-bottom {
    bottom: 0;
    left: 0;
    padding: 50px 50px 100px 80px; }
    .header-left-side .header-bottom .copyright-text {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .header-left-side .social li a:before {
    font-size: 18px; }
  .header-left-side li.menu-item.current-menu-item &gt; a, .header-left-side li.menu-item.current_page_item &gt; a {
    color: #00aeef; }
  .header-left-side .sub-menu li {
    line-height: 1.8; }
    .header-left-side .sub-menu li a {
      text-transform: none;
      opacity: 0.8; }
  .header-left-side .sub-menu * {
    background: none !important; }
  .header-left-side.dark {
    background-color: #000; }
    .header-left-side.dark .menu-item a {
      color: #fff; }
  .header-left-side ul#primary-menu &gt; li {
    display: initial;
    padding: 13px 0; }
  .header-left-side .menu-item {
    display: block;
    line-height: 3.5em; }
    .header-left-side .menu-item a {
      font-size: 12px;
      text-transform: uppercase;
      color: #111;
      font-weight: 400; }
      .header-left-side .menu-item a:hover {
        color: #00aeef; }
    .header-left-side .menu-item i._before {
      margin-right: 6px; }
  .header-left-side .logo {
    margin-bottom: 50px;
    display: block; }
  .header-left-side .main-navigation-left {
    margin-bottom: 0;
    display: block; }
  .header-left-side li:hover .sub-menu {
    opacity: 1;
    height: auto;
    visibility: visible; }
  .header-left-side .sub-menu {
    transition: opacity 0.25s ease-in-out;
    opacity: 0;
    visibility: hidden;
    height: 0; }
    .header-left-side .sub-menu .vc_row,
    .header-left-side .sub-menu .vc_row .vc_column,
    .header-left-side .sub-menu .vc_row .vc_column-inner,
    .header-left-side .sub-menu .vc_row .vc_column_container {
      width: 100%;
      position: static;
      left: 0 !important;
      width: 100% !important;
      padding: 0 !important;
      margin: 0 !important;
      border: none !important; }
    .header-left-side .sub-menu .menu-title {
      color: #999;
      padding: 10px 0 0;
      text-decoration: underline; }

.header,
.header &gt; .container &gt; .row,
.header &gt; .container-fluid &gt; .row {
  transition: height 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }

.header.headroom.headroom--not-top {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #eee; }
  .admin-bar .header.headroom.headroom--not-top {
    top: 32px; }

.header.right-align-header .main-navigation {
  display: inline-block;
  vertical-align: middle; }

.header.right-align-header .search-icon, .header.right-align-header .mini-cart, .header.right-align-header .extend-menu {
  display: inline-block;
  vertical-align: middle; }

.header.right-align-header .mini-cart, .header.right-align-header .extend-menu {
  margin-top: -3px; }

.header.right-align-header .mega-menu-content &gt; .vc_row &gt; .vc_column_container &gt; .vc_column-inner &gt; .wpb_wrapper {
  float: right; }

.site-footer {
  color: #999;
  background: #111;
  padding: 100px 0; }
  .site-footer.footer02 {
    position: relative; }
    .site-footer.footer02:before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      background: url("../../images/pattern-01.png") center center #FBFBFB; }
  .site-footer li,
  .site-footer ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
  .site-footer .widget {
    margin-bottom: 20px; }
    .site-footer .widget-title {
      color: #fff; }
    .site-footer .widget p {
      line-height: 1.6; }
  .site-footer *[class*="social-menu"] li {
    margin-right: 5px; }
  .site-footer *[class*="social-menu"] a {
    color: #444; }
    .site-footer *[class*="social-menu"] a:hover {
      color: #00aeef; }
  .site-footer *[class*="social-menu"] .menu li a:before {
    font-size: 18px; }
  .site-footer li {
    line-height: 2.6; }
  .site-footer a {
    color: #999; }
    .site-footer a:hover {
      color: #00aeef; }
    .site-footer a i._mi {
      margin-right: 10px; }

.copyright {
  background: #111111;
  color: #999;
  height: 100px; }
  .copyright.sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; }
  .copyright .col-xs-center {
    width: 100%;
    font-size: 90%; }
  .copyright .social {
    margin-top: 10px; }
  .footer-fixed .copyright {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; }

.widget_text li {
  line-height: 2.6; }
  .widget_text li i {
    font-size: 18px;
    margin-right: 10px; }

.site-content {
  background: #fff; }

button:focus {
  outline: none; }

.post-password-form input[type="submit"] {
  clear: both !important;
  display: block !important; }

.home.blog #sidebar {
  padding: 0 30px; }

.widget {
  margin-bottom: 50px; }
  .widget-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500; }

.sidebar ul {
  border-top: 1px solid #eee;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0; }
  .sidebar ul li {
    line-height: 1.6em;
    padding: 13px 0px 12px;
    border-bottom: 1px solid #eee; }

.widget_recent_entries a {
  color: #111; }

.widget_recent_entries .date {
  display: block;
  margin-top: 5px;
  font-size: 12px; }

.widget_recent_entries ul li span {
  clear: both;
  display: block; }

.widget_categories a {
  color: #999; }

.widget_search {
  margin-bottom: 20px; }
  .widget_search form {
    position: relative; }
    .widget_search form:after {
      content: '\f002';
      font-size: 15px;
      color: #aaa;
      position: absolute;
      top: 15px;
      right: 20px; }
    .widget_search form label {
      width: 100%; }
    .widget_search form input[type=search] {
      padding: 12px 15px; }

.widget-newsletter {
  background: #eee;
  padding: 40px 15px 25px;
  text-align: center; }
  .widget-newsletter input {
    text-align: center; }

.widget-photostream .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.widget-photostream [class*="col"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.widget-photostream img {
  margin-bottom: 1rem; }

.widget_tag_cloud a {
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #999;
  border: 1px solid #eee;
  padding: 10px 20px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px !important; }
  .widget_tag_cloud a:hover, .widget_tag_cloud a:focus {
    border-color: #1674D1;
    color: #1674D1; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../../images/arrow-down.png") center right no-repeat;
  display: inline-block;
  padding: 9px 15px;
  margin-bottom: 20px;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  border: 1px solid #DDDDDD;
  color: #999;
  line-height: 1.6em;
  border-radius: 0; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.single-post .site-content {
  padding-top: 60px;
  padding-bottom: 60px; }

.page-header {
  border-bottom: none;
  margin-top: 120px;
  margin-bottom: 60px; }
  .page-header h2 {
    text-transform: inherit;
    margin-top: 35px;
    margin-bottom: 30px; }

.pagination {
  text-align: center;
  margin: 30px auto; }

.tagcloud a {
  border: 1px solid #eee;
  display: inline-block;
  padding: 9px 17px;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-right: 5px; }

.page-blog-grid-boxed .blog-entry-wrapper,
.page-blog-grid-fullwidth .blog-entry-wrapper {
  background: #f5f5f5;
  padding: 30px;
  overflow: hidden; }

.page-blog-grid-boxed .sidebar,
.page-blog-grid-fullwidth .sidebar {
  padding-left: 15px;
  padding-right: 15px; }

.blog-entry {
  margin-bottom: 30px; }
  .blog-entry-title a {
    color: #111;
    margin: 15px 0;
    display: block; }
  .blog-entry-content p {
    margin-bottom: 15px; }
  .blog-entry .blog-quote {
    background: #111;
    border: none;
    font-size: 22px;
    color: #fff;
    padding: 41px;
    text-align: center; }
    .blog-entry .blog-quote span {
      display: block;
      color: #00aeef;
      font-size: 14px;
      text-transform: uppercase;
      margin-top: 15px; }
  .blog-entry .date {
    font-size: 12px; }
  .blog-entry .author {
    color: #111; }
    .blog-entry .author img {
      margin-right: 5px;
      border-radius: 50%; }
  .blog-entry .postcontent-grid {
    background: #fff;
    padding: 35px; }

#blog-grid-masonry {
  background-color: #F5F5F5;
  padding: 30px; }

.blog-grid-masonry .post-thumb {
  margin-bottom: 0; }

.blog-grid-masonry .blog-entry-title {
  text-transform: uppercase; }

.post-thumb img {
  width: 100%; }

.list-blog-wrapper .blog-entry .post-audio iframe {
  width: 100%;
  height: 145px; }

.list-blog-wrapper .blog-entry .post-quote {
  background-color: #111;
  padding: 50px; }
  .list-blog-wrapper .blog-entry .post-quote blockquote h4 {
    color: #fff;
    line-height: 1.6; }
  .list-blog-wrapper .blog-entry .post-quote .source-name a {
    color: #00aeef; }

.list-blog-wrapper .blog-entry img:hover {
  opacity: .8; }

.list-blog-wrapper .blog-entry .post-gallery.slider {
  margin-bottom: 0; }
  .list-blog-wrapper .blog-entry .post-gallery.slider &gt; button {
    position: absolute;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    z-index: 2; }
    .list-blog-wrapper .blog-entry .post-gallery.slider &gt; button:before {
      font-size: 50px;
      color: #fff;
      font-family: 'Pe-icon-7-stroke';
      text-shadow: 0 0 3px #ccc; }
  .list-blog-wrapper .blog-entry .post-gallery.slider .slick-next {
    right: 50px; }
    .list-blog-wrapper .blog-entry .post-gallery.slider .slick-next:before {
      content: '\e685'; }
  .list-blog-wrapper .blog-entry .post-gallery.slider .slick-prev {
    left: 30px; }
    .list-blog-wrapper .blog-entry .post-gallery.slider .slick-prev:before {
      content: '\e687'; }
  .list-blog-wrapper .blog-entry .post-gallery.slider .slick-slide img {
    width: 100%; }

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

.single-post .blog-entry-title {
  text-transform: inherit;
  margin-top: 15px;
  margin-bottom: 50px; }

.single-post .blog-entry blockquote {
  margin-top: 35px;
  margin-bottom: 40px; }

.single-post .blog-entry-footer {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px; }
  .single-post .blog-entry-footer .social-menu,
  .single-post .blog-entry-footer h5 {
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
    text-transform: uppercase; }
    .single-post .blog-entry-footer .social-menu ul,
    .single-post .blog-entry-footer h5 ul {
      margin: 0;
      padding: 0; }
  .single-post .blog-entry-footer .tags a {
    font-size: 12px; }

.single-post .blog-entry .post-audio,
.single-post .blog-entry .post-quote,
.single-post .blog-entry .post-video,
.single-post .blog-entry .post-gallery {
  margin-bottom: 35px; }

.single-post .blog-entry .post-quote blockquote {
  margin-bottom: 0; }

.single-post .blog-entry .post-quote .source-name {
  text-align: right; }

.single-post .blog-entry .post-audio {
  margin-top: -22px; }
  .single-post .blog-entry .post-audio iframe {
    width: 100%;
    height: 145px; }

.single-post .blog-entry .post-gallery.masonry {
  margin: -15px -15px 35px; }
  .single-post .blog-entry .post-gallery.masonry &gt; .thumb-masonry-item {
    width: 33.33%;
    padding: 15px;
    display: block; }
    .single-post .blog-entry .post-gallery.masonry &gt; .thumb-masonry-item:before {
      transition: 250ms;
      content: '';
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      background: rgba(0, 0, 0, 0.9);
      opacity: 0;
      visibility: hidden; }
    .single-post .blog-entry .post-gallery.masonry &gt; .thumb-masonry-item svg {
      transition: 250ms;
      transform: scale(0);
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -15px;
      margin-top: -15px;
      opacity: 0;
      visibility: hidden; }
    .single-post .blog-entry .post-gallery.masonry &gt; .thumb-masonry-item:hover:before {
      opacity: 1;
      visibility: visible; }
    .single-post .blog-entry .post-gallery.masonry &gt; .thumb-masonry-item:hover svg {
      transform: scale(1);
      opacity: 1;
      visibility: visible; }
  .single-post .blog-entry .post-gallery.masonry .grid-thumb-sizer {
    width: 33.33%; }

.single-post .blog-entry .post-gallery.slider &gt; button {
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2; }
  .single-post .blog-entry .post-gallery.slider &gt; button:before {
    font-size: 50px;
    color: #fff;
    font-family: 'Pe-icon-7-stroke';
    text-shadow: 0 0 3px #ccc; }

.single-post .blog-entry .post-gallery.slider .slick-next {
  right: 50px; }
  .single-post .blog-entry .post-gallery.slider .slick-next:before {
    content: '\e685'; }

.single-post .blog-entry .post-gallery.slider .slick-prev {
  left: 30px; }
  .single-post .blog-entry .post-gallery.slider .slick-prev:before {
    content: '\e687'; }

.single-post .author-info {
  background: #f5f5f5;
  padding: 40px; }
  .single-post .author-info_avatar {
    margin-bottom: 20px; }
    .single-post .author-info_avatar img {
      border-radius: 50%; }
  .single-post .author-info .author-name {
    text-transform: uppercase;
    color: #111;
    margin-bottom: 15px; }
  .single-post .author-info .author-text {
    margin-bottom: 15px; }

.single-post .social-menu span:first-child a {
  margin-left: 0; }

.single-post .social-menu span a {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px; }

.post-navigation {
  padding: 15px 0; }
  .post-navigation .nav-next a,
  .post-navigation .nav-previous a {
    position: relative;
    text-transform: uppercase; }
    .post-navigation .nav-next a:before,
    .post-navigation .nav-previous a:before {
      font-family: 'Pe-icon-7-stroke';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      position: absolute;
      top: 50%;
      margin-top: -15px; }
  .post-navigation .nav-previous a {
    padding-left: 15px; }
    .post-navigation .nav-previous a:before {
      content: '\e686';
      left: -8px; }
  .post-navigation .nav-next a {
    padding-right: 15px; }
    .post-navigation .nav-next a:before {
      content: '\e684';
      right: -11px; }

.comment-area {
  background: #f5f5f5;
  padding: 50px 45px;
  margin-top: 30px; }
  .comment-area .metadata {
    margin-bottom: 10px; }

.comment &gt; div {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px; }

.comment-list &gt; .comment:last-child &gt; div {
  border-bottom-color: #ddd;
  margin-bottom: 50px; }

.comment-list_children .comment &gt; div {
  padding-left: 50px; }

.comment-title {
  margin-bottom: 60px; }

.comment-author {
  margin-bottom: 20px; }

.comment-reply {
  color: #00aeef;
  font-size: 12px; }

.reply-title {
  margin-bottom: 35px; }

.comment-form .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.comment-form [class*="col"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.comment-list {
  list-style-type: none; }

.comment-author img {
  border-radius: 50%; }

.comment-reply-link {
  color: #00AEEF;
  font-size: 12px;
  float: right;
  margin-top: -10px; }

.blog-big-title {
  height: 400px;
  background-size: cover; }
  .blog-big-title .row {
    height: 100%;
    border-bottom: none; }
    .blog-big-title .row h2 {
      text-transform: inherit;
      margin-top: 35px;
      margin-bottom: 30px; }

#blog-metro .grid-item {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0; }
  #blog-metro .grid-item:hover:after {
    opacity: 0.6; }
  #blog-metro .grid-item:hover .postcontent-grid {
    opacity: 1; }
  #blog-metro .grid-item:after {
    content: '';
    display: block;
    background-color: #000;
    opacity: 0;
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    transition: all 0.5s ease-in-out; }
  #blog-metro .grid-item .postcontent-grid {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    padding-left: 50px;
    padding-top: 50px;
    background: none;
    transition: all 0.5s ease-in-out; }
    #blog-metro .grid-item .postcontent-grid .date,
    #blog-metro .grid-item .postcontent-grid .date a {
      color: #fff;
      font-size: 14px; }
    #blog-metro .grid-item .postcontent-grid .blog-entry-title a {
      font-size: 20px;
      color: #fff;
      line-height: 1.2em;
      letter-spacing: 0.05em; }

.folio-filter,
.folio-main-filter {
  text-align: center;
  margin-bottom: 50px; }
  .folio-filter li,
  .folio-main-filter li {
    padding: 0 15px; }
  .folio-filter a,
  .folio-main-filter a {
    color: #111;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase; }
    .folio-filter a.active,
    .folio-main-filter a.active {
      color: #0076a3; }

/* FOLIO-MAIN-GRID */
.folio-main-grid .folio-wrapper.show-title-button {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07); }
  .folio-main-grid .folio-wrapper.show-title-button .folio-overlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }

.folio-main-grid h6.show-title-button {
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px; }

.folio-main-grid .folio-main-item,
.folio-main-masonry .folio-main-item {
  width: 100%;
  padding: 15px; }
  .folio-main-grid .folio-main-item img,
  .folio-main-masonry .folio-main-item img {
    width: 100%; }
  .folio-main-grid .folio-main-item.folio-main-item_sizer,
  .folio-main-masonry .folio-main-item.folio-main-item_sizer {
    margin: 0;
    padding: 0; }

.folio-main-grid.folio-main-4cols .folio-main-item_sizer.folio-main-item,
.folio-main-masonry.folio-main-4cols .folio-main-item_sizer.folio-main-item {
  margin-bottom: 0; }

.folio-main-grid.folio-main-5cols .folio-main-item_sizer.folio-main-item,
.folio-main-masonry.folio-main-5cols .folio-main-item_sizer.folio-main-item {
  margin-bottom: 0; }

.style03 .folio-main-item .svg-plus {
  margin-top: 20px;
  margin-bottom: 10px; }

.folio-main-item .folio-wrapper {
  position: relative; }
  .folio-main-item .folio-wrapper img {
    width: 100%; }
  .folio-main-item .folio-wrapper &gt; a {
    display: block;
    height: 100%;
    width: 100%; }

.folio-main-item:hover .folio-overlay,
.folio-main-item:hover .folio-overlay-inner,
.folio-main-item:hover .folio-overlay-zoom {
  opacity: 1;
  visibility: visible; }

.folio-main-item:hover .folio-overlay-inner {
  top: 50px; }

.folio-main-item:hover .folio-overlay-zoom {
  transform: scale(1); }

.folio-overlay,
.folio-overlay-inner,
.folio-overlay-zoom {
  opacity: 0;
  visibility: hidden; }

.folio-overlay {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .folio-overlay h5 {
    color: #fff; }
  .folio-overlay p {
    margin-bottom: 5px; }
    .folio-overlay p a {
      color: #999; }
      .folio-overlay p a:first-child {
        display: none; }
      .folio-overlay p a:hover {
        color: #fff; }
  .folio-overlay-inner {
    position: absolute;
    top: 0;
    left: 50px; }
  .folio-overlay-zoom {
    position: absolute;
    bottom: 50px;
    left: 50px;
    font-size: 30px;
    transform: scale(0); }

.single-portfolio .page-header {
  margin-top: 0;
  background-size: cover;
  background-color: #111; }

.single-portfolio .page-header_content-inner {
  background: #fff;
  margin: 0 auto;
  padding: 75px 20px; }

.single-portfolio .desc-title {
  text-transform: uppercase;
  margin-bottom: 30px; }

.single-portfolio .entry-content {
  margin-bottom: 60px; }

.portfolio-metadata &gt; div {
  margin-bottom: 20px; }

.portfolio-metadata h6 {
  display: inline-block;
  margin-right: 8px;
  text-transform: uppercase; }

.portfolio-metadata .metadata {
  display: inline-block; }
  .portfolio-metadata .metadata span {
    margin-right: 10px; }

.portfolio-metadata .metadata a {
  color: #999; }
  .portfolio-metadata .metadata a:hover {
    color: #0076a3; }

.folio-item {
  position: relative;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center; }
  .folio-item.flui img {
    width: 100%; }
  .folio-item.col-3 {
    width: calc(100% / 3); }
  .folio-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden; }
  .folio-item svg {
    transform: scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0;
    visibility: hidden; }
  .folio-item:hover:before {
    opacity: 1;
    visibility: visible; }
  .folio-item:hover svg {
    transform: scale(1);
    opacity: 1;
    visibility: visible; }

.porfolio-slider.awesome-slider {
  overflow: visible;
  padding: 0;
  margin: 0; }
  .porfolio-slider.awesome-slider .slick-slide {
    padding: 0;
    width: 33.33%; }
  .porfolio-slider.awesome-slider .slick-list {
    margin-left: 0;
    margin-right: 0; }
  .porfolio-slider.awesome-slider .slide-item {
    position: relative;
    padding: 15px; }
    .porfolio-slider.awesome-slider .slide-item:hover .hover-content {
      opacity: 1; }
    .porfolio-slider.awesome-slider .slide-item img {
      margin-bottom: 0; }
    .porfolio-slider.awesome-slider .slide-item .hover-content-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      position: absolute;
      top: 15px;
      left: 15px;
      bottom: 15px;
      right: 15px; }
    .porfolio-slider.awesome-slider .slide-item .hover-content {
      background-color: #fff;
      text-align: center;
      padding: 50px;
      opacity: 0;
      transition: 500ms;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
      .porfolio-slider.awesome-slider .slide-item .hover-content h3 {
        margin: 20px auto; }
        .porfolio-slider.awesome-slider .slide-item .hover-content h3 a {
          color: #111; }

.folio-gallery {
  margin-left: -15px;
  margin-right: -15px; }
  .folio-gallery.grid-masonry {
    margin-bottom: 100px; }

.padding-top-100 {
  padding-top: 70px; }

.padding-bottom-70 {
  padding-bottom: 70px; }

/* Portfolio List */
.portfolio-list {
  height: 100%; }
  .portfolio-list.slick-single-item {
    margin: 0; }
  .portfolio-list .detail-wrapper {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block; }
  .portfolio-list .slick-list, .portfolio-list .slick-track {
    height: 100%; }
  .portfolio-list .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .portfolio-list .detail-content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 50%;
    margin-left: -145px;
    width: 290px;
    background: #fff;
    text-align: center;
    padding: 50px 20px; }
    .portfolio-list .detail-content_tag {
      margin-bottom: 20px; }
    .portfolio-list .detail-content_tag a {
      color: #111; }
      .portfolio-list .detail-content_tag a:hover {
        color: #00aeef; }
    .portfolio-list .detail-content_title {
      line-height: 1.4em;
      padding: 50px 0;
      font-size: 32px; }

.line-short {
  width: 40px;
  height: 3px;
  background: #00aeef;
  margin: 0 auto; }

.our-works.horizontal {
  height: 100%; }
  .our-works.horizontal .our-works_item {
    width: 20%;
    background-size: cover;
    text-transform: uppercase;
    background-position: center center; }

.our-works, .our-works_item {
  height: 100%;
  background-size: cover;
  background-position: center center; }

.our-works_item {
  float: left;
  width: 100%;
  height: 100%;
  position: relative; }
  .our-works_item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: 0;
    visibility: hidden; }
  .our-works_item img {
    width: 100%; }

.our-works_item:hover:before {
  opacity: 0.8;
  visibility: visible; }

.our-works_item:hover .our-works_overlay {
  opacity: 1;
  visibility: visible; }

.our-works_overlay {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  padding: 0 50px;
  text-transform: uppercase; }
  .our-works_overlay a {
    color: #fff;
    font-weight: 400; }

.get-in-touch {
  background: #f7f7f7; }

.error404 .not-found {
  text-align: center; }
  .error404 .not-found * {
    font-size: 5em; }
  .error404 .not-found i {
    clear: both;
    display: block;
    margin-bottom: 30px; }

.error404 .title-404, .error404 .sub-title-404, .error404 .desc-404, .error404 .group-buttom-404 {
  display: block; }

.error404 .title-404 {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 40px; }

.error404 .sub-title-404 {
  font-size: 50px;
  line-height: 1em;
  font-weight: 300;
  color: #111;
  margin-bottom: 30px; }

.error404 .desc-404 {
  margin-bottom: 50px; }

.error404 .container-fluid &gt; .row-404 {
  -ms-flex-align: center;
      align-items: center;
  background-color: #FBFBFB;
  min-height: 800px; }

.error404 .btn-in-404-page {
  margin: 0 20px 20px 0; }

.site-content .entry-content &gt; *.alignfull {
  position: relative;
  left: calc((1140px - 100vw) / 2);
  width: 100vw;
  max-width: 100vw;
  clear: both; }

.site-content .entry-content &gt; *.alignwide {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both; }

.site-content .entry-content &gt; *.alignleft {
  /*rtl:ignore*/
  float: left;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-left: 0;
  /*rtl:ignore*/
  margin-right: 1rem; }

.site-content .entry-content &gt; *.alignright {
  /*rtl:ignore*/
  float: right;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-right: 0;
  /*rtl:ignore*/
  margin-left: 1rem; }

.site-content .entry-content &gt; *.aligncenter {
  margin-left: auto;
  margin-right: auto; }

.onepage-pagination {
  right: 35px; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.snap-drawer {
  opacity: 0; }

.page-big-title,
.page-big-title--single {
  background-size: cover;
  position: relative;
  margin-bottom: 100px; }
  .page-big-title .container, .page-big-title .row,
  .page-big-title--single .container,
  .page-big-title--single .row {
    height: 100%; }
  .page-big-title .container,
  .page-big-title--single .container {
    position: relative;
    z-index: 1; }
  .page-big-title:after,
  .page-big-title--single:after {
    content: ''; }
  .page-big-title .entry-title,
  .page-big-title--single .entry-title {
    float: left; }
  .page-big-title .page-desc,
  .page-big-title--single .page-desc {
    text-align: center;
    color: #fff; }
  .page-big-title.center-style,
  .page-big-title--single.center-style {
    height: 400px;
    margin-bottom: 105px;
    position: relative;
    background-image: url("../../images/title-bg-image.jpg"); }
    .page-big-title.center-style:after,
    .page-big-title--single.center-style:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #000;
      opacity: 0.85; }
    .page-big-title.center-style .title-icon,
    .page-big-title--single.center-style .title-icon {
      text-align: center; }
    .page-big-title.center-style .entry-title,
    .page-big-title--single.center-style .entry-title {
      font-size: 36px;
      margin: 30px auto; }
    .page-big-title.center-style h1.entry-title,
    .page-big-title--single.center-style h1.entry-title {
      font-size: 48px; }
    .page-big-title.center-style .entry-title, .page-big-title.center-style .breadcrumb,
    .page-big-title--single.center-style .entry-title,
    .page-big-title--single.center-style .breadcrumb {
      display: block;
      float: none;
      text-align: center; }
      .page-big-title.center-style .entry-title .tm_bread_crumb, .page-big-title.center-style .breadcrumb .tm_bread_crumb,
      .page-big-title--single.center-style .entry-title .tm_bread_crumb,
      .page-big-title--single.center-style .breadcrumb .tm_bread_crumb {
        float: none;
        padding-left: 0; }
        .page-big-title.center-style .entry-title .tm_bread_crumb li, .page-big-title.center-style .breadcrumb .tm_bread_crumb li,
        .page-big-title--single.center-style .entry-title .tm_bread_crumb li,
        .page-big-title--single.center-style .breadcrumb .tm_bread_crumb li {
          margin-right: 2px; }
          .page-big-title.center-style .entry-title .tm_bread_crumb li a:after, .page-big-title.center-style .breadcrumb .tm_bread_crumb li a:after,
          .page-big-title--single.center-style .entry-title .tm_bread_crumb li a:after,
          .page-big-title--single.center-style .breadcrumb .tm_bread_crumb li a:after {
            margin-left: 2px; }
        .page-big-title.center-style .entry-title .tm_bread_crumb li, .page-big-title.center-style .entry-title .tm_bread_crumb a, .page-big-title.center-style .breadcrumb .tm_bread_crumb li, .page-big-title.center-style .breadcrumb .tm_bread_crumb a,
        .page-big-title--single.center-style .entry-title .tm_bread_crumb li,
        .page-big-title--single.center-style .entry-title .tm_bread_crumb a,
        .page-big-title--single.center-style .breadcrumb .tm_bread_crumb li,
        .page-big-title--single.center-style .breadcrumb .tm_bread_crumb a {
          color: #999; }

.accordion .panel {
  box-shadow: none; }

.accordion .panel-title a {
  display: block;
  color: #fff;
  background: #0076a3;
  border: 1px solid #0076a3;
  font-size: 14px;
  padding: 20px 50px 20px 20px;
  line-height: 1;
  position: relative; }
  .accordion .panel-title a:after {
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .accordion .panel-title a:after, .accordion .panel-title a .accordion-icon {
    font-size: 24px;
    position: absolute;
    top: calc(50% - 12px); }
  .accordion .panel-title a .accordion-icon {
    left: 20px; }
  .accordion .panel-title a:after {
    content: '\e684';
    right: 20px;
    webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .accordion .panel-title a.with_icon {
    padding-left: 50px; }

.accordion .panel-title .collapsed {
  color: #111;
  background: #f5f5f5;
  border-color: #eee; }
  .accordion .panel-title .collapsed .accordion-icon {
    color: #00aeef; }
  .accordion .panel-title .collapsed:after {
    webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #999; }

.accordion .panel-body {
  padding: 35px 20px;
  color: #999; }
  .accordion .panel-body .wpb_content_element {
    margin-bottom: 0; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.block-quote_style1 {
  color: #999;
  border-left: 2px solid #00aeef;
  padding: 5px 15px;
  font-size: 14px; }

.block-quote_style2 {
  color: #111;
  border-color: transparent;
  padding: 5px 15px 5px 90px;
  font-size: 14px;
  font-style: normal;
  position: relative; }
  .block-quote_style2:before {
    content: '';
    display: block;
    background: #ddd;
    height: 1px;
    width: 80px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px; }

.block-quote_style3 {
  color: #999;
  background: #f5f5f5;
  border-left: 2px solid #111;
  padding: 15px 25px;
  font-size: 14px; }

.footer-parallax {
  width: 100%;
  position: fixed;
  z-index: -1;
  bottom: 0; }

.bg_overlay, .pattern_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.block-quote_style1 {
  color: #999;
  border-left: 2px solid #00aeef;
  padding: 5px 15px;
  font-size: 14px; }

.block-quote_style2 {
  color: #111;
  border-color: transparent;
  padding: 5px 15px 5px 90px;
  font-size: 14px;
  font-style: normal;
  position: relative; }
  .block-quote_style2:before {
    content: '';
    display: block;
    background: #ddd;
    height: 1px;
    width: 80px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px; }

.block-quote_style3 {
  color: #999;
  background: #f5f5f5;
  border-left: 2px solid #111;
  padding: 15px 25px;
  font-size: 14px; }

.highlight-text.ht-style-1 {
  background-color: #00AEEF;
  color: #fff; }

.highlight-text.ht-style-2 {
  background-color: #EEE;
  color: #999; }

.highlight-text.ht-style-3 {
  background-color: #111;
  color: #999; }

.btn, .post-password-form input[type="submit"], .product:hover &gt; .image-product-contain &gt; .product-button .added_to_cart.wc-forward {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  display: inline-block;
  padding: 11px 30px 10px;
  border: 1px solid #111;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #111;
  background: transparent; }
  .btn:hover, .post-password-form input:hover[type="submit"], .product:hover &gt; .image-product-contain &gt; .product-button .added_to_cart.wc-forward:hover {
    background: #111;
    color: #fff; }

.btn-small {
  padding: 7px 20px; }

.btn-medium {
  padding: 11px 30px; }

.btn-large {
  padding: 15px 40px; }

.btn-border-black {
  border-color: #111; }

.btn-border-gray {
  border-color: #ddd; }
  .btn-border-gray:hover {
    border-color: #111; }

.btn-bg-primary-color, .btn-border-black:hover {
  border-color: #00aeef;
  background: #00aeef;
  color: #fff; }
  .btn-bg-primary-color:hover, .btn-border-black:hover {
    background: #111;
    color: #fff;
    border-color: #111; }

.btn-bg-secondary-color {
  border-color: #0076a3;
  background: #0076a3;
  color: #fff; }
  .btn-bg-secondary-color:hover {
    background: #111;
    color: #fff;
    border-color: #111; }

.btn-bg-black-color, .product:hover &gt; .image-product-contain &gt; .product-button .added_to_cart.wc-forward {
  border-color: #111;
  background: #111;
  color: #fff; }
  .btn-bg-black-color:hover, .product:hover &gt; .image-product-contain &gt; .product-button .added_to_cart.wc-forward:hover {
    background: transparent;
    color: #111; }

.btn-bg-white-color {
  border-color: #fff;
  background: #fff;
  color: #111; }
  .btn-bg-white-color:hover {
    background: transparent;
    color: #fff; }

.btn-border-white {
  border-color: #fff;
  color: #fff; }
  .btn-border-white:hover {
    background: #fff;
    color: #111;
    border-color: #fff; }

.text-link {
  color: #00aeef;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  position: relative; }
  .text-link-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px; }
  .text-link:after {
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: '';
    height: 1px;
    width: 0;
    background-color: #0076a3;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -1px; }
  .text-link:hover {
    color: #0076a3; }
    .text-link:hover:after {
      width: 100%; }

.message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0; }
  .message h4 {
    margin-top: 0;
    color: inherit; }
  .message .alert-link {
    font-weight: bold; }
  .message &gt; p,
  .message &gt; ul {
    margin-bottom: 0; }
  .message &gt; p + p {
    margin-top: 5px; }

.message-dismissable,
.message-dismissible {
  padding-right: 35px; }
  .message-dismissable .close,
  .message-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.message {
  padding-left: 20px;
  position: relative; }
  .message.with_icon {
    padding-left: 50px; }
  .message-icon {
    position: absolute;
    top: calc(50% - 11px);
    left: 20px; }
  .message .close {
    opacity: 1;
    position: absolute;
    right: 10px;
    font-size: 20px;
    cursor: pointer; }
  .message-danger {
    background: #ffecec;
    border-color: #ffecec;
    color: #df6060; }
    .message-danger p, .message-danger .close {
      color: #df6060; }
  .message-success {
    background: #e0f2d9;
    border-color: #e0f2d9;
    color: #58a839; }
    .message-success p, .message-success .close {
      color: #58a839; }
  .message-info {
    background: #ecf1f9;
    border-color: #ecf1f9;
    color: #3d6ebf; }
    .message-info p, .message-info .close {
      color: #3d6ebf; }
  .message-warning {
    background: #fdf9df;
    border-color: #fdf9df;
    color: #eb9b0a; }
    .message-warning p, .message-warning .close {
      color: #eb9b0a; }

*[class*="text-block"] {
  padding: 60px 50px;
  margin-bottom: 30px; }
  *[class*="text-block"] h5 {
    margin-bottom: 20px; }

.text-block_bg-light-gray-color {
  background: #f5f5f5; }

.text-block_bg-secondary-color {
  background: #0076a3; }
  .text-block_bg-secondary-color * {
    color: #fff; }

.text-block_bg-dark-color {
  background: #444; }
  .text-block_bg-dark-color h5 {
    color: #fff; }

.text-block_border-gray-color {
  border: 1px solid #ddd; }

.quote-item_icon {
  font-size: 60px;
  color: #00aeef;
  margin-bottom: 20px; }

.quote-item_text {
  color: #fff;
  font-size: 18px;
  line-height: 1.7em;
  margin-bottom: 30px; }

.quote-item .author span {
  text-transform: uppercase;
  color: #00aeef;
  display: block; }

.testimonials {
  padding: 50px 30px;
  text-align: center; }
  .testimonials.arrow {
    position: relative; }
    .testimonials.arrow.right:before, .testimonials.arrow.right.without-slider:before {
      right: -15px;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      border-width: 17.5px 0px 17.5px 15px;
      border-left-color: #fff;
      left: auto; }
    .testimonials.arrow.left:before, .testimonials.arrow.left.without-slider:before {
      left: -15px;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      border-width: 17.5px 15px 17.5px 0px;
      border-right-color: #fff; }
    .testimonials.arrow.up:before, .testimonials.arrow.up.without-slider:before {
      top: -15px;
      left: calc(50% - 15px);
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      border-width: 0px 17.5px 15px 17.5px;
      border-bottom-color: #fff; }
    .testimonials.arrow.down:before, .testimonials.arrow.down.without-slider:before {
      left: calc(50% - 15px);
      top: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      border-width: 15px 17.5px 0 17.5px;
      border-top-color: #fff; }
    .testimonials.arrow:before, .testimonials.arrow.without-slider:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      border-width: 17.5px 15px 17.5px 0px;
      border-right-color: #fff;
      position: absolute;
      top: calc(50% - 15px);
      left: -15px; }
  .testimonials .quote-item {
    position: relative;
    padding-left: 15px;
    padding-right: 15px; }
    .testimonials .quote-item_text {
      color: #999;
      font-size: 16px; }
    .testimonials .quote-item .author {
      font-style: inherit;
      font-size: 12px; }
      .testimonials .quote-item .author a {
        color: #999; }
      .testimonials .quote-item .author span {
        font-size: 14px; }
  .testimonials .owl-dots {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -20px; }
  .testimonials .owl-dot {
    display: block;
    margin-bottom: 5px; }

.without-slider .quote-item_text {
  margin-bottom: 0; }

.owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%; }
  .owl-dot.active {
    background: #fff;
    border-color: #fff; }

.icon-boxes_icon, .icon-boxes_content {
  display: table-cell;
  vertical-align: top; }

.icon-boxes_icon {
  font-size: 40px;
  color: #111;
  position: relative;
  padding: 5px 20px 0px 0px;
  color: #ccc; }
  .icon-boxes_icon.icon-disable {
    display: none; }

.icon-boxes_content {
  padding-top: 10px;
  padding-bottom: 15px; }
  .icon-boxes_content h5 {
    margin-bottom: 15px; }

.icon-boxes.reverse {
  text-align: right; }
  .icon-boxes.reverse .icon-boxes_icon {
    padding-right: 0;
    padding-left: 20px; }

.icon-boxes .more {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #00aeef; }

.icon-boxes.process-style {
  position: relative; }
  .icon-boxes.process-style .text-order {
    font-size: 48px;
    font-weight: 700;
    color: #00aeef;
    width: 114px;
    height: 114px;
    border: 1px solid #eee;
    display: block;
    text-align: center;
    line-height: 114px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -40px;
    margin-left: 15px; }
    .icon-boxes.process-style .text-order.without-border {
      border: none;
      margin-top: -20px;
      margin-left: 10px; }
  .icon-boxes.process-style .icon-boxes_content {
    padding-left: 100px;
    overflow: hidden; }

.icon-boxes.style-02 .icon-boxes_icon, .icon-boxes.style-02 .icon-boxes_content {
  vertical-align: middle; }

.icon-boxes.style-02 .icon-boxes_icon {
  font-size: 60px; }

.call-to-action .cta-title {
  text-transform: inherit;
  margin-bottom: 25px;
  letter-spacing: 0.03em;
  font-weight: 300; }

.call-to-action p {
  margin-bottom: 30px; }

.call-to-action-inline .btn, .call-to-action-inline .post-password-form input[type="submit"], .post-password-form .call-to-action-inline input[type="submit"], .call-to-action-inline .product:hover &gt; .image-product-contain &gt; .product-button .added_to_cart.wc-forward, .product:hover &gt; .image-product-contain &gt; .product-button .call-to-action-inline .added_to_cart.wc-forward {
  margin-left: 10px; }

.progress-item {
  margin-bottom: 50px; }
  .progress-item .progress {
    height: 4px;
    background: transparent;
    box-shadow: none;
    overflow: inherit; }
  .progress-item .progress-label {
    margin-bottom: 12px; }
  .progress-item .progress-bar {
    position: relative;
    height: 100%;
    width: 5%; }
  .progress-item .progress_units {
    position: absolute;
    top: -25px;
    right: 0;
    color: #999; }
  .progress-item.reverse .progress-label {
    text-align: right; }
  .progress-item.reverse .progress_units {
    left: 0; }
  .progress-item.reverse .progress-bar {
    float: right; }

.progress-bar {
  background: #111; }

.counter-number {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #00AEEF; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value {
  text-align: center; }

.drop-caps:first-letter, .drop-caps.style-01:first-letter {
  font-size: 32px;
  color: #222;
  padding: 18px 21px 16px;
  display: block;
  float: left;
  margin: -20px 20px 0 0; }

.drop-caps.style-01:first-letter {
  border: 1px solid #DDD; }

.drop-caps.style-02:first-letter {
  color: #fff;
  background-color: #0076A3; }

.drop-caps.style-03:first-letter {
  color: #fff;
  background-color: #00AEEF; }

.drop-caps.style-04:first-letter {
  color: #222;
  font-size: 48px;
  padding: 10px 10px 10px 0px;
  margin: 0px 20px 0 0; }

.drop-caps.style-05:first-letter {
  color: #00AEEF;
  font-size: 48px;
  padding: 10px 10px 10px 0px;
  margin: 0px 20px 0 0; }

.amazing-list ul, .amazing-list ol {
  padding-left: 0; }
  .amazing-list ul li, .amazing-list ol li {
    line-height: 2.5em; }

.amazing-list.style1 li,
.amazing-list.style2 li,
.amazing-list.style3 li {
  position: relative;
  list-style-type: none; }
  .amazing-list.style1 li:before,
  .amazing-list.style2 li:before,
  .amazing-list.style3 li:before {
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 15px;
    top: 50%;
    left: -22px;
    margin-top: -8px; }

.amazing-list.style1 li:before {
  content: "\e685"; }

.amazing-list.style2 li:before {
  content: "\e684"; }

.amazing-list.style3 li:before {
  content: "\e66c"; }

.amazing-list.style4 li {
  list-style-type: square; }

.amazing-list.style5 li {
  list-style-type: disc; }

.amazing-list.style6 li {
  list-style-type: decimal; }

.icon-list-item .icon-boxes_icon {
  margin-right: 8px; }

.icon-list-item .icon-boxes_icon, .icon-list-item .icon-boxes_content {
  display: inline-block;
  vertical-align: middle;
  padding: 0; }
  .icon-list-item .icon-boxes_icon:after, .icon-list-item .icon-boxes_content:after {
    display: none; }

select, textarea, input {
  display: inline-block;
  padding: 12px 20px;
  margin-bottom: 10px;
  vertical-align: top;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #eee;
  font-family: inherit;
  letter-spacing: inherit;
  outline-color: #00aeef;
  outline: 0 none; }
  select:focus, textarea:focus, input:focus {
    transition: 800ms;
    border-color: #222; }

input[type="submit"], input[type="reset"] {
  width: auto; }

.contact-form [class*="col"] {
  padding: 0px 5px; }

.hide-title-and-white-button .mc4wp-form-fields h2 {
  display: none; }

.hide-title-and-white-button .mc4wp-form-fields .btn-bg-primary-color, .hide-title-and-white-button .mc4wp-form-fields .btn-border-black:hover {
  color: #111;
  background-color: #fff;
  border-color: #fff; }
  .hide-title-and-white-button .mc4wp-form-fields .btn-bg-primary-color:hover, .hide-title-and-white-button .mc4wp-form-fields .btn-border-black:hover {
    background: none;
    color: #fff; }

.gallery-with-lightbox a[class*="col-"] {
  transition: none;
  padding: 1.5rem;
  position: relative; }
  .gallery-with-lightbox a[class*="col-"] .overlay-gallery-item {
    opacity: 0;
    transition: 500ms;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    background-color: #222222; }
    .gallery-with-lightbox a[class*="col-"] .overlay-gallery-item .icon {
      transition: 500ms;
      font-size: 40px;
      color: #fff;
      top: 60%;
      left: 50%;
      position: absolute;
      margin-left: -20px;
      margin-top: -20px; }
  .gallery-with-lightbox a[class*="col-"]:hover .overlay-gallery-item {
    opacity: 0.9; }
    .gallery-with-lightbox a[class*="col-"]:hover .overlay-gallery-item .icon {
      top: 50%; }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #00aeef; }

.lg-progress-bar .lg-progress {
  background-color: #00aeef; }

.lg-outer .lg-thumb-item {
  border-radius: 0; }

.video-gallery a {
  position: relative;
  display: inline-block; }
  .video-gallery a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5; }
  .video-gallery a .play-icon {
    font-size: 32px;
    color: #111;
    height: 90px;
    width: 90px;
    overflow: hidden;
    padding: 30px 36px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    background-color: #fff; }
  .video-gallery a:hover .play-icon {
    background-color: #111;
    color: #fff; }

.grid-masonry a img {
  width: 100%; }

.awesome-slider {
  overflow: hidden; }
  .awesome-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px; }
    .awesome-slider .slick-slide .slide-desc, .awesome-slider .slick-slide .slide-title {
      margin-top: 10px; }
    .awesome-slider .slick-slide img {
      margin-bottom: 20px; }
    .awesome-slider .slick-slide:focus {
      outline: none; }
  .awesome-slider .slick-list {
    margin-right: -15px;
    margin-left: -15px; }
  .awesome-slider .slick-dots {
    bottom: -70px;
    margin-left: 0; }
    .awesome-slider .slick-dots li {
      height: 10px;
      width: 10px; }
      .awesome-slider .slick-dots li button {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        border: 1px solid #999; }
        .awesome-slider .slick-dots li button:before {
          display: none; }
      .awesome-slider .slick-dots li.slick-active button {
        background: #999; }
  .awesome-slider .slick-prev:before, .awesome-slider .slick-next:before {
    font-size: 48px;
    opacity: 1; }
  .awesome-slider .slick-prev:before {
    content: '\e686'; }
  .awesome-slider .slick-next:before {
    content: '\e684'; }
  .awesome-slider .slick-prev, .awesome-slider .slick-next {
    width: 50px;
    height: 80px;
    background: #111;
    z-index: 2;
    border: none;
    margin-top: -40px; }
    .awesome-slider .slick-prev:hover, .awesome-slider .slick-next:hover {
      background: #00aeef; }
  .awesome-slider.nav-style-2 {
    overflow: visible; }
    .awesome-slider.nav-style-2 .slick-prev, .awesome-slider.nav-style-2 .slick-prev:hover, .awesome-slider.nav-style-2 .slick-next, .awesome-slider.nav-style-2 .slick-next:hover {
      background: none; }
      .awesome-slider.nav-style-2 .slick-prev:before, .awesome-slider.nav-style-2 .slick-prev:after, .awesome-slider.nav-style-2 .slick-prev:hover:before, .awesome-slider.nav-style-2 .slick-prev:hover:after, .awesome-slider.nav-style-2 .slick-next:before, .awesome-slider.nav-style-2 .slick-next:after, .awesome-slider.nav-style-2 .slick-next:hover:before, .awesome-slider.nav-style-2 .slick-next:hover:after {
        color: #111; }
    .awesome-slider.nav-style-2 .slick-prev {
      left: -50px; }
    .awesome-slider.nav-style-2 .slick-next {
      right: -50px; }
  .awesome-slider .slick-prev {
    left: 0; }
  .awesome-slider .slick-next {
    right: 0; }
  .awesome-slider .slide-item {
    webkit-animation: zoomOut .25s;
    animation: zoomOut .25s; }

.latest-blog.no-image .blog-title a {
  color: #212121; }
  .latest-blog.no-image .blog-title a:hover {
    color: #00aeef; }

.latest-blog.blog-grid .blog-entry .postcontent-grid {
  background: #F5F5F5; }
  .latest-blog.blog-grid .blog-entry .postcontent-grid .date p {
    font-size: 12px;
    font-weight: 500;
    color: #111; }

.latest-blog .blog-grid-masonry {
  margin-left: -7px;
  margin-right: -7px; }
  .latest-blog .blog-grid-masonry .post {
    padding: 7px; }
  .latest-blog .blog-grid-masonry .blog-entry {
    margin: 0; }

.countdown {
  font-weight: 300;
  font-size: 36px;
  color: #00aeef;
  width: 100%; }
  .countdown span {
    color: #111;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.25em;
    vertical-align: top;
    position: relative; }
  .countdown div {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px; }
  .countdown em {
    display: none; }
  .countdown.style-1 span {
    margin-left: 10px;
    margin-right: 25px;
    top: -6px; }
  .countdown.style-2 span {
    margin-top: 15px;
    vertical-align: top;
    position: relative;
    display: block; }
  .countdown.style-2 em {
    font-style: normal;
    margin: 0 50px;
    position: relative;
    top: -23px;
    color: #111;
    display: inline-block; }

.table-dn {
  width: 100%;
  border: 1px solid #ddd; }
  .table-dn th, .table-dn td {
    padding: 20px; }
  .table-dn th {
    font-weight: 500;
    color: #111; }
  .table-dn tr {
    border-bottom: 1px solid #ddd; }
  .table-dn .amount {
    color: #e95249; }

.table-shopping-cart .product-remove {
  cursor: pointer; }
  .table-shopping-cart .product-remove:hover {
    color: #111; }

.table-shopping-cart .product-name {
  text-transform: capitalize; }
  .table-shopping-cart .product-name a {
    color: #111; }
    .table-shopping-cart .product-name a:hover {
      color: #00aeef; }

.table-shopping-cart .product-price,
.table-shopping-cart .product-total {
  color: #e95249;
  font-weight: 500; }

.table-shopping-cart .product-qty input {
  width: 80px;
  text-align: center; }

.packages-pricing-table .table {
  float: left; }
  .packages-pricing-table .table.price-box-featured tbody td, .packages-pricing-table .table.price-box-featured tfoot td {
    background-color: #f7f7f7 !important; }

.packages-pricing-table thead {
  background: #fcfcfc; }
  .packages-pricing-table thead * {
    text-align: center; }

.packages-pricing-table .table &gt; thead &gt; tr &gt; th {
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  padding: 0;
  border: none; }

.packages-pricing-table .pricing-table.style02 thead:first-child &gt; tr:first-child &gt; th {
  border-top-color: #333; }

.packages-pricing-table .pricing-table.style02 .pricing-table-price {
  background: #333; }

.packages-pricing-table .pricing-table.style03 thead:first-child &gt; tr:first-child &gt; th {
  border-top-color: #0076a3; }

.packages-pricing-table .pricing-table.style03 .pricing-table-price {
  background: #0076a3; }

.packages-pricing-table .pricing-table.style04 thead:first-child &gt; tr:first-child &gt; th {
  border-top-color: #00aeef; }

.packages-pricing-table .pricing-table.style04 .pricing-table-price {
  background: #00aeef; }

.packages-pricing-table thead:first-child &gt; tr:first-child &gt; th {
  border-top: 1px solid #111; }

.packages-pricing-table .pricing-table-title {
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 500;
  padding: 20px 30px;
  border: 1px solid #eee; }

.packages-pricing-table .pricing-table-price {
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  background: #111;
  padding: 30px; }

.packages-pricing-table tbody &gt; tr &gt; td {
  text-align: center;
  padding: 20px 30px; }

.packages-pricing-table .table &gt; tbody &gt; tr &gt; td {
  border: 1px solid #eee; }

.packages-pricing-table .table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  background: #f8f8f8; }

.packages-pricing-table .table-striped &gt; tbody &gt; tr:nth-of-type(even) {
  background: #fcfcfc; }

.packages-pricing-table .fa-check {
  color: #59b200;
  font-size: 18px; }

.packages-pricing-table .fa-times {
  color: #d80000;
  font-size: 18px; }

.packages-pricing-table tfoot td {
  text-align: center; }

.packages-pricing-table .table &gt; tfoot &gt; tr &gt; td {
  padding: 30px;
  background: #fcfcfc;
  border: 1px solid #eee; }

.pricing-tables.packages-pricing-table tbody &gt; tr &gt; td:first-child {
  text-align: center; }

.pricing-tables.packages-pricing-table .table &gt; tfoot &gt; tr &gt; td:first-child {
  background: #fcfcfc;
  border: 1px solid #eee; }

.pricing-tables th.professional h5 {
  background: #f5f5f5; }

.pricing-tables.packages-pricing-table .table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  background: transparent; }

.pricing-tables tbody .pro, .pricing-tables.packages-pricing-table .table &gt; tfoot &gt; tr &gt; td.pro {
  background: #f7f7f7; }

.packages-pricing-table .caption-table {
  width: 272px; }
  .packages-pricing-table .caption-table thead th {
    height: 169px; }
  .packages-pricing-table .caption-table tr td {
    text-align: left; }

.packages-pricing-table .pricing-tables {
  position: relative;
  width: calc(100% - 272px);
  display: inline-block; }

.packages-pricing-table .pricing-table {
  border: none; }
  .packages-pricing-table .pricing-table tbody td {
    text-align: center; }

.heading-3 {
  font-weight: 300;
  font-size: 24px; }

.our-team_item {
  position: relative;
  margin-bottom: 30px;
  text-align: center; }
  .our-team_item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0; }
  .our-team_item:hover::before {
    opacity: 0.9; }
  .our-team_item:hover .our-team_item-content {
    opacity: 1; }
  .our-team_item-content {
    text-align: center;
    padding: 15px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
    .our-team_item-content a h5 {
      color: #00aeef;
      margin-bottom: 10px;
      text-transform: uppercase; }
    .our-team_item-content p {
      margin-bottom: 30px; }
    .our-team_item-content .line {
      display: none; }
    .our-team_item-content .social-link a {
      color: #fff;
      border: 1px solid #777;
      border-radius: 4px;
      display: inline-block;
      width: 45px;
      height: 45px;
      line-height: 45px; }
      .our-team_item-content .social-link a:hover {
        background: #00aeef;
        border-color: #00aeef; }
  .our-team_item.show-all-information .our-team_item-content {
    opacity: 1;
    transform: none;
    position: static; }
    .our-team_item.show-all-information .our-team_item-content .social-link a {
      color: #111; }
  .our-team_item.show-all-information:before {
    display: none; }
  .our-team_item.show-all-information img {
    margin-bottom: 10px; }
  .our-team_item.show-all-information a h5 {
    color: #111; }
  .our-team_item.show-all-information p.pos {
    margin-bottom: 0px; }
  .our-team_item.show-all-information .line {
    display: block;
    width: 80%;
    margin: 25px auto;
    height: 1px;
    background-color: #EEEEEE; }
  .our-team_item.style-02 .our-team_item-content {
    top: auto;
    bottom: 0;
    transform: none;
    padding: 30px;
    text-align: left; }
    .our-team_item.style-02 .our-team_item-content h4, .our-team_item.style-02 .our-team_item-content a {
      color: #fff;
      margin-bottom: 5px; }
    .our-team_item.style-02 .our-team_item-content p {
      color: #fff;
      margin-bottom: 0; }

.our-team_job {
  text-transform: uppercase;
  font-weight: 500; }

.our-team_img {
  margin-bottom: 30px;
  position: relative;
  z-index: 9999; }

.our-team_twitter {
  padding: 50px 35px;
  margin-bottom: 30px;
  background: #0076a3;
  color: #fff;
  float: right; }
  .our-team_twitter .fa {
    font-size: 40px;
    margin-bottom: 15px; }
  .our-team_twitter p {
    color: #fff;
    margin-bottom: 15px; }

.our-team_instagram {
  position: relative;
  margin-bottom: 30px; }
  .our-team_instagram .fa-instagram {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 36px;
    color: #fff; }
  .our-team_instagram img {
    max-width: 300px; }

.our-team_info {
  margin: 65px 0px 60px 80px; }

.our-team_name {
  text-transform: inherit;
  margin-bottom: 10px;
  position: relative; }
  .our-team_name:before {
    content: '';
    width: 200px;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: -215px; }

.our-team_story {
  background: #000;
  padding: 50px 35px 20px;
  margin-bottom: 30px;
  color: #fff; }
  .our-team_story h5 {
    margin-bottom: 35px; }
  .our-team_story p {
    color: inherit;
    margin-bottom: 30px; }
  .our-team_story-signature {
    float: right; }

.social-link {
  margin-bottom: 30px; }
  .social-link li {
    padding-right: 0; }
  .social-link a {
    font-size: 16px;
    color: #111;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center; }
    .social-link a:hover {
      color: #fff;
      background: #00aeef;
      border-color: #00aeef; }

.tabs-container .nav-tabs {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: -1px; }
  .tabs-container .nav-tabs:after {
    content: '';
    display: block;
    clear: both; }
  .tabs-container .nav-tabs li {
    margin: 0;
    padding: 0;
    float: left; }
    .tabs-container .nav-tabs li a {
      padding: 15px 30px;
      background-color: #F7F7F7;
      margin: 0;
      border: 1px solid #EEEEEE;
      border-left: none;
      color: #111;
      display: block; }
    .tabs-container .nav-tabs li:first-child a {
      border-left: 1px solid #EEEEEE; }
    .tabs-container .nav-tabs li:hover a, .tabs-container .nav-tabs li:active a, .tabs-container .nav-tabs li.active a {
      box-shadow: 0px 2px 0px 0 #00AEEF inset; }

.tabs-container .tab-pane {
  display: none;
  padding: 50px; }
  .tabs-container .tab-pane.active {
    display: block; }

.tabs-container .tab-content {
  margin-top: 0;
  border: 1px solid #EEEEEE; }
  .tabs-container .tab-content .tab-item {
    display: none; }
    .tabs-container .tab-content .tab-item a {
      padding: 15px 30px;
      background-color: #F7F7F7;
      margin: 0;
      border: 1px solid #EEEEEE;
      border-left: none;
      color: #111;
      display: block; }
    .tabs-container .tab-content .tab-item:hover a, .tabs-container .tab-content .tab-item:active a, .tabs-container .tab-content .tab-item.active a {
      box-shadow: 0px 2px 0px 0 #00AEEF inset; }

.tabs-container.style-02 .nav-tabs li a {
  border: none;
  border-left: 1px solid #eee;
  background: none;
  padding: 8px 30px;
  font-size: 12px;
  text-transform: uppercase; }

.tabs-container.style-02 .nav-tabs li:first-child a {
  border: none;
  padding-left: 0; }

.tabs-container.style-02 .nav-tabs li:hover a, .tabs-container.style-02 .nav-tabs li:active a, .tabs-container.style-02 .nav-tabs li.active a {
  box-shadow: none;
  color: #00AEEF; }

.tabs-container.style-02 .tab-pane {
  padding: 10px 0; }

.tabs-container.style-02 .tab-content {
  margin-top: 15px;
  border: none; }
  .tabs-container.style-02 .tab-content .tab-item {
    display: none; }
    .tabs-container.style-02 .tab-content .tab-item a {
      border: none;
      border-left: 1px solid #eee;
      background: none;
      padding: 8px 30px;
      font-size: 12px;
      text-transform: uppercase; }
    .tabs-container.style-02 .tab-content .tab-item:hover a, .tabs-container.style-02 .tab-content .tab-item:active a, .tabs-container.style-02 .tab-content .tab-item.active a {
      box-shadow: none;
      color: #00AEEF; }

.tabs-container.vertical .nav-tabs {
  width: 270px;
  display: inline-block;
  vertical-align: top;
  margin-right: 25px; }
  .tabs-container.vertical .nav-tabs li {
    display: block;
    float: none;
    clear: both; }
    .tabs-container.vertical .nav-tabs li a {
      display: block;
      font-size: 12px;
      background: none;
      border: none;
      border-bottom: 1px solid #eee; }
    .tabs-container.vertical .nav-tabs li:first-child a {
      border-top: 1px solid #eee; }
    .tabs-container.vertical .nav-tabs li:hover a, .tabs-container.vertical .nav-tabs li:active a, .tabs-container.vertical .nav-tabs li.active a {
      box-shadow: none;
      color: #fff;
      background-color: #0076A3; }

.tabs-container.vertical .tab-content {
  vertical-align: top;
  margin-top: 0;
  display: inline-block;
  width: calc(100% - 300px);
  border: none; }
  .tabs-container.vertical .tab-content .tab-item {
    display: none; }
    .tabs-container.vertical .tab-content .tab-item a {
      display: block;
      font-size: 12px;
      background: none;
      border: none;
      border-bottom: 1px solid #eee; }
    .tabs-container.vertical .tab-content .tab-item:hover a, .tabs-container.vertical .tab-content .tab-item:active a, .tabs-container.vertical .tab-content .tab-item.active a {
      box-shadow: none;
      color: #fff;
      background-color: #0076A3; }

.amazing-line {
  background-color: #ddd;
  display: block;
  position: relative;
  z-index: 999; }

/* SHOP BANNER */
.shop-banner {
  overflow: hidden;
  position: relative; }
  .shop-banner:before {
    background: #fff;
    content: "";
    height: 555px;
    left: -230px;
    opacity: .2;
    position: absolute;
    top: -180px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px; }
  .shop-banner:hover:before {
    left: 120%; }
  .shop-banner:hover h3 {
    letter-spacing: 0.16em; }
  .shop-banner .shop-banner_content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
    padding-left: 50%; }

.mini-cart {
  position: static; }
  .mini-cart_button {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 20px;
    color: #111;
    position: relative; }
    .mini-cart_button:after {
      content: attr(data-count);
      font-size: 12px;
      text-align: center;
      position: absolute;
      top: -10px;
      right: -12px;
      min-width: 20px;
      min-height: 20px;
      line-height: 21px;
      border-radius: 100%;
      color: #fff;
      background: #00aeef; }
  .mini-cart .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 40px; }
  .mini-cart.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 10px; }
  .mini-cart .cart_list {
    right: 15px;
    margin-bottom: 0; }
  .mini-cart.open .widget_shopping_cart_content {
    top: 64px;
    visibility: visible;
    opacity: 1; }

.mini-cart.white-style .mini-cart_button {
  color: #fff;
  border-color: #fff; }

.mini-cart.white-style .cart_list {
  border-top: 0; }

.cart_list {
  width: 300px;
  border: 1px solid #eee;
  border-top: 1px solid #111;
  border-radius: 0;
  padding: 0; }
  .cart_list_item {
    padding: 15px;
    border-bottom: 1px solid #eee; }
  .cart_list .product-img, .cart_list .product-content {
    display: table-cell;
    vertical-align: middle; }
  .cart_list .product-img {
    width: 70px; }
  .cart_list .product-content {
    padding-left: 15px; }
  .cart_list .product-name {
    display: block;
    text-transform: capitalize; }
  .cart_list .total {
    color: #111;
    font-weight: 500; }
  .cart_list .cart-list-btns {
    text-align: center; }
  .cart_list .cart-btn {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #111;
    border-radius: 4px;
    padding: 8px 20px; }
    .cart_list .cart-btn:hover {
      color: #fff;
      background: #111; }

.mini-cart {
  padding: 3px;
  height: 26px; }
  .mini-cart .cart-list {
    right: 0; }

.widget_shopping_cart_content {
  position: absolute;
  top: 140%;
  right: 0;
  z-index: 99999;
  visibility: hidden;
  overflow: auto;
  max-height: 700px;
  width: 300px;
  background-color: #fff;
  opacity: 0;
  box-shadow: 0, 6px, 12px, 0, rgba(0, 0, 0, 0.2); }
  .widget_shopping_cart_content .cart_list li {
    padding: 7px 14px; }
    .widget_shopping_cart_content .cart_list li:first-child {
      padding-top: 14px; }
    .widget_shopping_cart_content .cart_list li:last-child {
      padding-bottom: 14px; }
    .widget_shopping_cart_content .cart_list li img {
      float: left;
      margin: 0 10px 0 0;
      width: 70px; }
    .widget_shopping_cart_content .cart_list li .quantity {
      display: block;
      color: #666;
      font-size: 12px; }
    .widget_shopping_cart_content .cart_list li .remove {
      position: relative;
      display: inline-block;
      float: right;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 1.4em;
      border-radius: 3px; }
      .widget_shopping_cart_content .cart_list li .remove:hover {
        color: #00aeef; }
    .widget_shopping_cart_content .cart_list li.mini_cart_item a {
      color: #111; }
    .widget_shopping_cart_content .cart_list li.mini_cart_item .amount {
      color: #00aeef;
      font-size: 14px; }
  .widget_shopping_cart_content .total {
    margin-bottom: 0;
    padding: 15px 0 0 0;
    text-align: center;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee; }
  .widget_shopping_cart_content .buttons {
    padding-bottom: 10px;
    margin-bottom: 0;
    text-align: center;
    border: 1px solid #eee;
    border-top: none; }
  .widget_shopping_cart_content .wc-forward {
    display: inline-block;
    margin: 10px 3px 15px;
    text-transform: uppercase; }

.amazing-search-box {
  display: none;
  height: 60px;
  background-color: #111;
  position: relative;
  width: 100%; }
  .amazing-search-box form {
    position: relative; }
    .amazing-search-box form, .amazing-search-box form label, .amazing-search-box form input[type="search"], .amazing-search-box form button {
      width: 100%;
      height: 100%;
      margin: 0; }
    .amazing-search-box form input[type="search"] {
      background: transparent;
      height: 60px;
      padding-left: 30px;
      padding-right: 30px;
      color: #fff;
      letter-spacing: 0.05em; }
      .amazing-search-box form input[type="search"], .amazing-search-box form input[type="search"]:focus {
        border: none; }
    .amazing-search-box form button[type="submit"], .amazing-search-box form .show-amazing-search {
      display: block;
      position: absolute;
      background: transparent;
      border: none;
      left: 0;
      top: 0;
      width: 20px; }
      .amazing-search-box form button[type="submit"]:focus, .amazing-search-box form .show-amazing-search:focus {
        outline: none; }
    .amazing-search-box form .show-amazing-search {
      right: 0;
      left: auto; }
    .amazing-search-box form span {
      font-size: 18px;
      font-weight: bold;
      padding-top: 5px; }

.search-icon {
  font-size: 20px;
  line-height: 1;
  margin-top: 3px;
  margin-left: 30px; }
  .search-icon a {
    color: #111; }

.ult-vc-seperator, .ult-vc-seperator * {
  width: 100%; }

.upb_row_bg,
.upb_video-bg,
.vcpb-fs-jquery {
  overflow: hidden; }

.vc-row-translate-wrapper {
  margin: 0 !important; }

.upb_bg_overlay,
.upb_bg_overlay_pattern {
  color: inherit;
  position: absolute;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0; }

.upb_bg_overlay_pattern {
  background-attachment: fixed; }

.ult-vc-seperator {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  z-index: 1; }

.ult-main-seperator-inner {
  position: relative;
  height: 100%;
  width: 100%; }

.ult-vc-seperator.top_seperator {
  top: -1px;
  bottom: auto; }

.ult-vc-seperator.bottom_seperator {
  top: auto;
  bottom: -1px; }

.ult-vc-seperator svg {
  width: 100%;
  height: auto; }

.uvc-svg-circle,
.uvc-svg-triangle {
  position: absolute;
  top: -1px;
  bottom: auto;
  z-index: 1; }

.bottom_seperator .uvc-svg-circle,
.bottom_seperator .uvc-svg-triangle {
  top: auto;
  bottom: -1px;
  transform: scaleY(-1); }

.uvc-x-large-triangle {
  position: absolute;
  top: -1px;
  bottom: auto;
  z-index: 1; }

.bottom_seperator .uvc-x-large-triangle {
  top: auto;
  bottom: -1px;
  transform: scaleY(-1); }

.bottom_seperator .uvc-x-large-triangle,
.top_seperator .uvc-x-large-triangle-left {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1); }

.uvc-x-large-triangle-left,
.uvc-x-large-triangle-right {
  position: absolute;
  top: -1px;
  bottom: auto;
  z-index: 1; }

.bottom_seperator .uvc-x-large-triangle-left,
.bottom_seperator .uvc-x-large-triangle-right,
.uvc-x-large-circle {
  top: auto;
  bottom: -1px; }

.top_seperator .uvc-x-large-triangle-left {
  transform: scaleY(-1); }

.top_seperator .uvc-x-large-triangle-right {
  transform: scale(-1); }

.bottom_seperator .uvc-x-large-triangle-right {
  transform: scale(-1, 1); }

.uvc-x-large-circle {
  position: absolute; }

.top_seperator .uvc-x-large-circle {
  top: -1px;
  bottom: auto; }

.bottom_seperator .uvc-x-large-circle {
  transform: scaleY(-1); }

.bottom_seperator .uvc-x-large-circle,
.top_seperator .uvc-curve-up-seperator {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1); }

.uvc-curve-up-seperator {
  position: absolute;
  top: auto;
  bottom: -1px; }

.top_seperator .uvc-curve-up-seperator {
  top: -1px;
  bottom: auto;
  transform: scaleY(-1); }

.uvc-curve-down-seperator {
  position: absolute;
  top: auto;
  bottom: -1px; }

.bottom_seperator .uvc-curve-down-seperator {
  transform: scaleX(-1); }

.top_seperator .uvc-curve-down-seperator {
  top: -1px;
  bottom: auto;
  transform: scale(-1, -1); }

.uvc-tilt-left-seperator {
  position: absolute;
  top: auto;
  bottom: -1px; }

.top_seperator .uvc-tilt-left-seperator {
  top: -1px;
  bottom: auto;
  transform: scale(-1); }

.uvc-tilt-right-seperator {
  position: absolute;
  top: auto;
  bottom: -1px; }

.bottom_seperator .uvc-tilt-right-seperator {
  transform: scaleX(-1); }

.top_seperator .uvc-tilt-right-seperator {
  top: -1px;
  bottom: auto;
  transform: scale(1, -1); }

.ult-rounded-split-seperator-wrapper {
  z-index: 1; }

.ult-rounded-split-seperator {
  position: relative;
  height: 100%; }

.ult-rounded-split-seperator:after,
.ult-rounded-split-seperator:before {
  left: 0;
  z-index: 10;
  width: 50%;
  height: 70px;
  background: inherit inherit/inherit inherit inherit inherit;
  content: '';
  position: absolute; }

.ult-vc-seperator.top_seperator svg.uvc-multi-triangle-svg {
  transform: scale(-1); }

.vcpb-vz-jquery,
.vertical_layer_parallax {
  background-position: 50% 0; }

.upb_video-bg,
.vcpb-default,
.vcpb-fix,
.vcpb-hz-jquery,
.vcpb-vz-jquery,
.vertical_layer_parallax {
  background-repeat: no-repeat; }

.upb_video-bg,
.vcpb-default,
.vcpb-fix {
  background-size: cover; }

.top_seperator.ult-rounded-split-seperator-wrapper {
  top: 0;
  bottom: auto; }

.uvc-wave-seperator {
  position: absolute;
  top: auto;
  bottom: -1px; }

.top_seperator .uvc-wave-seperator {
  top: -1px;
  bottom: auto;
  transform: scale(-1); }

.top_seperator .uvc-cloud-seperator,
.top_seperator .uvc-wave-seperator {
  -moz-transform: scale(-1);
  -webkit-transform: scale(-1);
  -o-transform: scale(-1); }

.uvc-cloud-seperator {
  position: absolute;
  top: auto;
  bottom: -1px; }

.top_seperator .uvc-cloud-seperator {
  top: -1px;
  bottom: auto;
  transform: scale(-1); }

.separator-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5; }

.vc-row-translate &gt; .vc-row-translate-wrapper {
  overflow: hidden;
  width: 100% !important;
  margin: initial !important; }

.upb_video_class,
.wpb_column,
.wpb_row {
  position: relative; }

.upb_row_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0; }

.upb-background-text-wrapper,
.upb_video-text,
.upb_video-text-wrapper {
  position: relative; }

.upb_bg_img {
  display: none !important; }

.vcpb-default {
  background-attachment: initial; }

.vcpb-fix,
.vcpb-vz-jquery,
.vertical_layer_parallax {
  background-attachment: fixed; }

.vertical_layer_parallax {
  background-size: cover; }

.vcpb-hz-jquery {
  background-position: 0 50%; }

.upb_video-wrapper {
  display: block;
  max-width: 100%;
  height: 100%; }

.upb_video-text {
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.full-browser-size .upb-background-text,
.video-browser-size .upb_video-text {
  margin: initial !important;
  position: absolute;
  bottom: auto;
  top: 50%;
  right: 0;
  left: 0;
  height: auto;
  transform: translateY(-50%); }

.upb_video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-position: 50% 50%;
  margin: 0 auto; }

.upb_video-src {
  max-width: none;
  height: auto;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: relative; }

.upb_video-src.ult-make-full-height {
  height: 100%;
  width: auto !important;
  transform: translateX(-50%);
  left: 50%; }

.upb_utube_iframe,
.upb_vimeo_iframe {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  position: absolute; }

.upb_video-bg .mbYTP_wrapper iframe {
  max-width: none !important;
  max-height: none !important; }

.uvc-video-fixer .mbYTP_wrapper iframe {
  margin-left: 0 !important;
  margin-top: -50px !important; }

.video-controls {
  position: absolute;
  bottom: 10%;
  right: 5%;
  cursor: pointer;
  width: auto !important;
  min-width: 15px !important;
  height: auto !important;
  z-index: 99; }

.video-controls i {
  font-size: 40px; }

body.rtl .upb_row_bg {
  right: auto; }

.uvc-multi-color-bg {
  animation: MultiColorVC 10s alternate infinite;
  z-index: 9998;
  opacity: .6;
  background-color: #e14949; }

@keyframes MultiColorVC {
  0% {
    background-color: #e14949; }
  25% {
    background-color: #3de02c; }
  50% {
    background-color: #2c8de0; }
  100% {
    background-color: #e02cbc; } }

.mpcth-vc-row-wrap,
.toranj-vc-row-wrapper,
.x-content-band {
  position: relative; }

.js_active .site-inner {
  overflow: visible; }

/* iPad blotted image issue fix */
html.ult-remove-fixed-background .upb_row_bg {
  background-attachment: scroll !important; }

/* vc4.9 compatible */
.vc_row-flex .upb-background-text-wrapper.full-browser-size,
.vc_row-flex .upb_video-text-wrapper.full-browser-size {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.vc_row-o-equal-height .upb-background-text,
.vc_row-flex .upb-background-text,
.vc_row-o-content-top .upb-background-text,
.vc_row-o-content-middle .upb-background-text,
.vc_row-o-content-bottom .upb-background-text,
.vc_row-o-equal-height .upb_video-text,
.vc_row-flex .upb_video-text,
.vc_row-o-content-top .upb_video-text,
.vc_row-o-content-middle .upb_video-text,
.vc_row-o-content-bottom .upb_video-text,
.vc_row-o-equal-height .vc-row-translate-wrapper,
.vc_row-flex .vc-row-translate-wrapper,
.vc_row-o-content-top .vc-row-translate-wrapper,
.vc_row-o-content-middle .vc-row-translate-wrapper,
.vc_row-o-content-bottom .vc-row-translate-wrapper {
  margin: 0 auto !important; }

.vc_row-o-content-top.full-browser-size .upb-background-text,
.vc_row-o-content-top.video-browser-size .upb_video-text {
  top: 0;
  transform: translateY(0); }

.vc_row-o-content-bottom.full-browser-size .upb-background-text,
.vc_row-o-content-bottom.video-browser-size .upb_video-text {
  top: auto;
  bottom: 0;
  transform: translateY(0); }

.tm-services-slides {
  position: relative;
  background: #F3F3F3; }
  .tm-services-slides .tm-services-slide {
    margin: 0; }
    .tm-services-slides .tm-services-slide .tm-services-slide-left {
      padding: 0; }
      .tm-services-slides .tm-services-slide .tm-services-slide-left img {
        width: 100%;
        height: auto; }
    .tm-services-slides .tm-services-slide .tm-services-slide-right {
      padding: 100px; }
      .tm-services-slides .tm-services-slide .tm-services-slide-right h2.tm-services-slide-title {
        font-weight: 300;
        margin-bottom: 30px; }
      .tm-services-slides .tm-services-slide .tm-services-slide-right .tm-services-slide-content {
        display: block; }
        .tm-services-slides .tm-services-slide .tm-services-slide-right .tm-services-slide-content ul {
          margin: 30px 0 0 0;
          padding: 0;
          list-style: none; }
          .tm-services-slides .tm-services-slide .tm-services-slide-right .tm-services-slide-content ul li {
            line-height: 32px; }
            .tm-services-slides .tm-services-slide .tm-services-slide-right .tm-services-slide-content ul li:before {
              font-family: 'Pe-icon-7-stroke';
              content: '\e685';
              margin-right: 10px;
              height: 32px;
              line-height: 32px;
              display: inline-block;
              float: left; }
      .tm-services-slides .tm-services-slide .tm-services-slide-right a.tm-services-slide-link {
        display: inline-block;
        margin-top: 40px;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: .2em;
        padding: 0 0 4px 0;
        border-bottom: 1px solid #eeeeee;
        position: relative;
        overflow: hidden; }
        .tm-services-slides .tm-services-slide .tm-services-slide-right a.tm-services-slide-link:before {
          transition: left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          content: inline("arrow2.svg");
          position: absolute;
          left: -30px;
          opacity: 0; }
        .tm-services-slides .tm-services-slide .tm-services-slide-right a.tm-services-slide-link:hover {
          border-color: transparent;
          padding-left: 30px; }
          .tm-services-slides .tm-services-slide .tm-services-slide-right a.tm-services-slide-link:hover:before {
            left: 0;
            opacity: 1; }
  .tm-services-slides .owl-controls {
    position: absolute;
    bottom: 80px;
    left: 50%;
    height: 80px;
    margin-left: 100px; }
    .tm-services-slides .owl-controls .owl-prev, .tm-services-slides .owl-controls .owl-next {
      width: 80px;
      height: 80px;
      display: inline-block;
      background: #333333;
      color: #ffffff;
      text-align: center;
      line-height: 80px;
      margin-left: 2px;
      font-size: 0; }
      .tm-services-slides .owl-controls .owl-prev:before, .tm-services-slides .owl-controls .owl-next:before {
        font-size: 20px;
        line-height: 80px; }
      .tm-services-slides .owl-controls .owl-prev:hover, .tm-services-slides .owl-controls .owl-next:hover {
        opacity: .8; }
    .tm-services-slides .owl-controls .owl-prev:before {
      content: '\f104'; }
    .tm-services-slides .owl-controls .owl-next:before {
      content: '\f105'; }

.typed-cursor {
  opacity: 1;
  animation: blink 0.7s infinite; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

::-webkit-scrollbar {
  max-width: 10px;
  background-color: #eee; }

::-webkit-scrollbar-thumb {
  background-color: #ccc; }

.gallery-container-wrap,
.gallery-container {
  position: relative;
  width: 100%;
  height: 100%; }

.gallery-container-wrap {
  overflow-x: hidden;
  overflow-y: hidden; }

.gallery-container {
  white-space: nowrap !important;
  margin: 0 !important; }

.gallery-container .placeholder {
  display: block; }

.gallery-container-wrap .gallery-container .placeholder {
  height: 100%;
  display: inline-block;
  width: auto !important;
  overflow: visible; }
  .gallery-container-wrap .gallery-container .placeholder:first-child img {
    padding-left: 0; }

.gallery-container-wrap .gallery-container .placeholder:after {
  content: ''; }

.gallery-container .placeholder img {
  width: 100%; }

.gallery-container-wrap .gallery-container .placeholder img {
  height: 100%;
  width: auto !important;
  max-width: none !important;
  padding-left: 30px; }

html .row:before, html .row:after {
  display: block; }

*[class*="relative-index"] {
  position: relative; }

*[class*="absolute-index"] {
  position: absolute; }

.relative-index-0 {
  z-index: 0; }

.absolute-index-0 {
  z-index: 0; }

.relative-index-1 {
  z-index: 1; }

.absolute-index-1 {
  z-index: 1; }

.relative-index-2 {
  z-index: 2; }

.absolute-index-2 {
  z-index: 2; }

.relative-index-3 {
  z-index: 3; }

.absolute-index-3 {
  z-index: 3; }

.relative-index-4 {
  z-index: 4; }

.absolute-index-4 {
  z-index: 4; }

.relative-index-5 {
  z-index: 5; }

.absolute-index-5 {
  z-index: 5; }

.relative-index-6 {
  z-index: 6; }

.absolute-index-6 {
  z-index: 6; }

.relative-index-7 {
  z-index: 7; }

.absolute-index-7 {
  z-index: 7; }

.relative-index-8 {
  z-index: 8; }

.absolute-index-8 {
  z-index: 8; }

.relative-index-9 {
  z-index: 9; }

.absolute-index-9 {
  z-index: 9; }

.relative-index-9999 {
  z-index: 9999; }

.absolute-index-9999 {
  z-index: 9999; }

.slick-slide {
  outline: none; }

.duration-0s,
.duration-0s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-0s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-0s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-0s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 0s ease-in-out; }

.duration-1s,
.duration-1s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-1s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-1s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-1s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 1s ease-in-out; }

.duration-2s,
.duration-2s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-2s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-2s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-2s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 2s ease-in-out; }

.duration-3s,
.duration-3s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-3s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-3s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-3s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 3s ease-in-out; }

.duration-4s,
.duration-4s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-4s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-4s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-4s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 4s ease-in-out; }

.duration-5s,
.duration-5s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-5s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-5s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-5s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 5s ease-in-out; }

.duration-6s,
.duration-6s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-6s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-6s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-6s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 6s ease-in-out; }

.duration-7s,
.duration-7s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-7s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-7s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-7s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 7s ease-in-out; }

.duration-8s,
.duration-8s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-8s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-8s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-8s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 8s ease-in-out; }

.duration-9s,
.duration-9s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-9s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-9s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-9s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 9s ease-in-out; }

.duration-10s,
.duration-10s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-10s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-10s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-10s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 10s ease-in-out; }

.duration-11s,
.duration-11s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-11s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-11s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-11s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 11s ease-in-out; }

.duration-12s,
.duration-12s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-12s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-12s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-12s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 12s ease-in-out; }

.duration-13s,
.duration-13s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-13s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-13s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-13s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 13s ease-in-out; }

.duration-14s,
.duration-14s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-14s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-14s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-14s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 14s ease-in-out; }

.duration-15s,
.duration-15s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-15s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-15s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-15s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 15s ease-in-out; }

.duration-16s,
.duration-16s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-16s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-16s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-16s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 16s ease-in-out; }

.duration-17s,
.duration-17s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-17s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-17s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-17s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 17s ease-in-out; }

.duration-18s,
.duration-18s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-18s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-18s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-18s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 18s ease-in-out; }

.duration-19s,
.duration-19s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-19s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-19s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-19s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 19s ease-in-out; }

.duration-20s,
.duration-20s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-20s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-20s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-20s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 20s ease-in-out; }

.special-img-01 img {
  position: absolute;
  bottom: -60px;
  right: -20%; }

.special-img-02 img {
  width: 517px;
  height: 704px; }

.loadmore-contain {
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }

.btn-transparent {
  border: none !important;
  background: none !important; }

div.wpcf7-response-output {
  margin: 0;
  padding: 1em 2em; }

span.wpcf7-not-valid-tip {
  margin-bottom: 1em; }

.svg {
  display: block;
  text-align: center; }

.mrt--100 {
  margin-top: -100px; }

.clearboth {
  clear: both; }

.vc_row[data-vc-full-width] {
  overflow: visible !important; }

.wpb_single_image.wpb_content_element {
  margin-bottom: 0; }

.lh-1em,
.lh-1em * {
  line-height: 1em !important; }

.img-responsive,
.img-responsive * {
  width: 100%; }

.col-40-percent {
  -ms-flex: 40%;
  flex: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
  width: 40% !important; }

.z-index-01 {
  position: relative;
  z-index: 2; }

.txt-white,
.txt-white * {
  color: #fff !important; }

.enable-overlay .vc_column-inner .wpb_wrapper {
  position: relative;
  z-index: 2; }

.ov-special-01 .vc_column-inner .wpb_wrapper {
  z-index: 3; }

.ov-special-01 .vc_column-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20%;
  right: 0;
  bottom: 0;
  background: #f7f7f7; }

.ov-special-02 .vc_column-inner .wpb_wrapper {
  z-index: 3; }

.ov-special-02 .vc_column-inner:after, .ov-special-02 .vc_column-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20%;
  right: 0;
  bottom: 0;
  background: #f7f7f7; }

.ov-special-02 .vc_column-inner:after {
  width: 100%;
  left: 100%; }

.ov-special-03 .vc_column-inner .wpb_wrapper {
  z-index: 3; }

.ov-special-03 .vc_column-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  background: #f7f7f7; }

.mw-500 {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.mc4wp-form {
  max-width: 700px;
  margin: 0 auto; }
  .mc4wp-form input {
    text-align: center; }

.height-100 {
  height: 100%; }

.h-100, .h-100 .vc_column-inner, .h-100 .wpb_wrapper {
  height: 100%; }

.menu-social-menu-container ul {
  margin: 0; }

.dione.tparrows {
  height: 90px !important; }

.vc_column_container {
  z-index: 1; }

.vc_row-o-columns-stretch .vc_column-inner {
  position: relative; }

.ball-pulse &gt; div:nth-child(1) {
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse &gt; div:nth-child(2) {
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse &gt; div:nth-child(3) {
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse &gt; div {
  background-color: #111;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block; }

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 1; }
  45% {
    transform: scale(0.1);
    opacity: 0.7; }
  80% {
    transform: scale(1);
    opacity: 1; } }

.scrollup {
  display: none; }

.scrollup {
  display: block;
  cursor: pointer;
  z-index: 2;
  position: fixed;
  right: 30px;
  bottom: -50px;
  text-align: center;
  font-size: 0;
  border: 2px solid;
  font-size: 20px;
  opacity: 0.5;
  height: 40px;
  width: 40px;
  padding-top: 2px;
  color: #111; }
  .scrollup.show {
    bottom: 70px; }
  .scrollup:hover {
    opacity: 1;
    color: #fff;
    background-color: #111;
    border-color: #111; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/***
 Instagram
***/
.tm-instagram-pics {
  padding-bottom: 0;
  margin-bottom: 0; }
  .tm-instagram-pics, .tm-instagram-pics ul, .tm-instagram-pics li {
    border: none !important; }
  .tm-instagram-pics.row {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .tm-instagram-pics .item {
    position: relative; }
    .tm-instagram-pics .item:hover .item-info,
    .tm-instagram-pics .item:hover .overlay {
      opacity: 1;
      visibility: visible; }
    .tm-instagram-pics .item:hover .play-button {
      opacity: 0;
      visibility: hidden; }
    .tm-instagram-pics .item .play-button {
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      z-index: 1;
      height: 40px;
      width: 40px;
      line-height: 40px;
      transform: translate(-50%, -50%);
      transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .tm-instagram-pics .item .play-button:before {
        font-family: 'Pe-icon-7-stroke';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        content: '\e624';
        font-size: 40px;
        color: #fff;
        border-radius: 100%; }
    .tm-instagram-pics .item .overlay {
      content: '';
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .tm-instagram-pics .item .overlay a {
        font-size: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
  .tm-instagram-pics .item-info {
    cursor: pointer;
    display: block;
    position: absolute;
    text-align: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    margin: 0;
    transform: translate(0, -50%);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .tm-instagram-pics .item-info &gt; li {
      font-size: 14px;
      display: inline-block;
      vertical-align: top;
      color: #fff;
      padding: 0 10px; }
      .tm-instagram-pics .item-info &gt; li a {
        color: #fff !important; }
      .tm-instagram-pics .item-info &gt; li:before {
        font-size: 16px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle;
        font-family: 'Pe-icon-7-stroke';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .tm-instagram-pics .item-info &gt; li.likes:before {
        content: '\e642'; }
      .tm-instagram-pics .item-info &gt; li.comments:before {
        content: '\e668'; }

.tm-instagram-follow-links {
  font-size: 14px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0; }

.widget_tm_recent_posts img:hover {
  opacity: .8; }

.widget_tm_recent_posts h3 {
  font-size: 14px;
  margin-bottom: 0; }

.widget_tm_recent_posts .recent-posts__info {
  padding-left: 0; }

.widget_tm_recent_posts .recent-posts__item {
  margin-bottom: 20px; }

.widget_categories ul {
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6; }
  .widget_categories ul li {
    padding: 10px 5px;
    border-bottom: 1px solid #f6f6f6;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .widget_categories ul li:last-child {
      border-bottom: none; }
    .widget_categories ul li &gt; a {
      font-size: 14px; }
      .widget_categories ul li &gt; a:before {
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-size: 12px;
        content: '\f0da';
        color: #ccc;
        margin-right: 15px; }
    .widget_categories ul li ul.children {
      border-bottom: none;
      margin: 10px 0 -10px 0 !important; }
      .widget_categories ul li ul.children li {
        border-top: 1px solid #f6f6f6; }
        .widget_categories ul li ul.children li ul.children {
          margin-left: -40px !important; }
        .widget_categories ul li ul.children li:nth-child(n+1) {
          border-top: none; }
          .widget_categories ul li ul.children li:nth-child(n+1) ul li {
            padding-left: 60px !important; }

.widget_categories &gt; ul &gt; li &gt; ul.children {
  margin-left: -5px !important;
  margin-right: -5px !important; }
  .widget_categories &gt; ul &gt; li &gt; ul.children &gt; li {
    padding-left: 40px !important; }

.widget .mc4wp-form br {
  display: none; }

.widget .mc4wp-form h2 {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em; }

.widget .mc4wp-form .btn, .widget .mc4wp-form .post-password-form input[type="submit"], .post-password-form .widget .mc4wp-form input[type="submit"], .widget .mc4wp-form .product:hover &gt; .image-product-contain &gt; .product-button .added_to_cart.wc-forward, .product:hover &gt; .image-product-contain &gt; .product-button .widget .mc4wp-form .added_to_cart.wc-forward {
  padding: 10px 20px; }

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.woocommerce.archive .page-big-title.center-style:after {
  opacity: 0; }

.woocommerce.archive .page-big-title.center-style .entry-title {
  color: #111; }

.woocommerce.archive .page-big-title.center-style .page-desc {
  color: #999; }

.woocommerce.single #content {
  padding-top: 60px;
  padding-bottom: 60px; }
  .woocommerce.single #content .product-info .price, .woocommerce.single #content .product-info .woocommerce-product-rating, .woocommerce.single #content .product-info .product_title {
    margin-bottom: 30px; }
  .woocommerce.single #content .quantity-form {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 30px 0;
    padding: 30px 0; }
    .woocommerce.single #content .quantity-form .quantity {
      display: inline; }
    .woocommerce.single #content .quantity-form input {
      width: 70px;
      margin-right: 20px; }
    .woocommerce.single #content .quantity-form input[type=number]::-webkit-inner-spin-button,
    .woocommerce.single #content .quantity-form input[type=number]::-webkit-outer-spin-button {
      opacity: 1; }
  .woocommerce.single #content .product-tab {
    margin-top: 100px; }
    .woocommerce.single #content .product-tab #comments &gt; h2 {
      font-size: 14px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 30px;
      margin-bottom: 50px; }
    .woocommerce.single #content .product-tab .comment-reply-title {
      font-size: 16px;
      margin-bottom: 20px; }
    .woocommerce.single #content .product-tab .comment-form-rating .stars a {
      font-size: 0;
      display: inline-block;
      margin-right: 5px; }
      .woocommerce.single #content .product-tab .comment-form-rating .stars a:before {
        display: inline-block;
        font-size: 16px;
        content: '\f005';
        color: #999; }
      .woocommerce.single #content .product-tab .comment-form-rating .stars a:hover:before {
        color: #00aeef; }
    .woocommerce.single #content .product-tab .commentlist {
      list-style-type: none; }
      .woocommerce.single #content .product-tab .commentlist &gt; .comment:last-child &gt; div {
        border-bottom-color: #ddd;
        margin-bottom: 50px; }
      .woocommerce.single #content .product-tab .commentlist a {
        color: #999; }
        .woocommerce.single #content .product-tab .commentlist a:hover {
          color: #00aeef; }
      .woocommerce.single #content .product-tab .commentlist .star-rating {
        margin: 10px 0 5px 0; }

.woocommerce.single .related-title {
  margin: 100px 0 50px 0; }

.woocommerce-cart .cart-content-page {
  margin-bottom: 50px; }
  .woocommerce-cart .cart-content-page .sub-row {
    margin-top: 50px; }

.woocommerce .form-row.form-row-wide.create-account {
  padding-left: 15px;
  padding-right: 15px; }
  .woocommerce .form-row.form-row-wide.create-account input {
    display: inline-block;
    float: left;
    width: auto;
    margin: 4px; }

.woocommerce .create-account {
  padding-left: 15px;
  padding-right: 15px; }

.woocommerce input[name=createaccount] {
  display: inline-block;
  float: left;
  width: auto;
  margin: 4px; }

.woocommerce .woocommerce-shipping-fields p {
  padding: 0; }

.woocommerce label {
  color: #111;
  font-weight: 500; }

.woocommerce .payment_method_paypal img, .woocommerce .payment_method_paypal a {
  display: block;
  margin: 0; }

.woocommerce .wc_payment_method {
  list-style-type: none; }
  .woocommerce .wc_payment_method input {
    display: inline-block;
    float: left;
    width: auto;
    margin: 4px 10px 4px 4px; }
  .woocommerce .wc_payment_method .payment_box {
    padding-left: 26px; }

.archive.woocommerce .page-header {
  height: 480px;
  background: url("/images/shop/shop-big-title_bg.jpg") center center;
  position: relative; }
  .archive.woocommerce .page-header_content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%; }
  .archive.woocommerce .page-header h2 {
    margin: 35px 0px 25px; }

.woocommerce-product-search input[type=submit], .woocommerce-product-search button[type=submit], .widget_product_search input[type=submit], .widget_product_search button[type=submit] {
  display: none; }

.widget_product_tag_cloud .tagcloud a {
  color: #666; }
  .widget_product_tag_cloud .tagcloud a:hover {
    color: #111;
    border-color: #111; }

.select2-container .select2-choice {
  padding: 12px 20px; }

.product_list_widget li {
  clear: both; }
  .product_list_widget li:after {
    content: '';
    display: block;
    clear: both; }
  .product_list_widget li a {
    display: inline;
    color: #111; }
    .product_list_widget li a span {
      margin-bottom: 30px; }
      .product_list_widget li a span:after {
        content: '';
        display: block; }
    .product_list_widget li a img {
      margin-right: 10px;
      width: 80px;
      float: left; }

.woocommerce-result-count {
  float: left;
  width: 50%; }

.woocommerce-ordering {
  float: right; }
  .woocommerce-ordering select {
    height: 42px;
    padding: 5px 20px;
    margin-right: 6px; }
  .archive.woocommerce .shop-fullwidth .woocommerce-ordering {
    width: 50%; }
    .archive.woocommerce .shop-fullwidth .woocommerce-ordering select {
      width: 270px;
      float: right; }

.products .row {
  clear: both;
  padding-bottom: 50px;
  padding-top: 50px; }

.products .woocommerce-result-count {
  padding-top: 10px;
  margin: 0; }

.product.grid-item {
  padding-top: 15px;
  padding-bottom: 15px; }
  .product.grid-item.grid-x2 {
    width: 50%;
    max-width: 50%; }

.product .image-product-contain img {
  width: 100%; }

.product:hover &gt; .image-product-contain &gt; .product-link:before {
  height: 100%;
  opacity: 0.9;
  border: 1px solid #eee; }

.product:hover &gt; .image-product-contain &gt; .product-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0; }
  .product:hover &gt; .image-product-contain &gt; .product-button .add_to_cart_button.added {
    display: none; }

.image-product-contain {
  position: relative; }

.product-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  opacity: 0; }
  .grid-masonry .product-link:before {
    background: #000; }

.grid-masonry .product:hover .woo-content-product {
  opacity: 1; }

.grid-masonry .product .woo-content-product {
  opacity: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .grid-masonry .product .woo-content-product a, .grid-masonry .product .woo-content-product p, .grid-masonry .product .woo-content-product span {
    color: #fff; }
  .grid-masonry .product .woo-content-product .price {
    font-size: 30px; }
  .grid-masonry .product .woo-content-product .product-button {
    visibility: visible;
    opacity: 1;
    position: static;
    margin-top: 40px; }
    .grid-masonry .product .woo-content-product .product-button .add-to-cart-button {
      background-color: #fff;
      color: #111;
      border: none; }
      .grid-masonry .product .woo-content-product .product-button .add-to-cart-button:hover {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff; }
    .grid-masonry .product .woo-content-product .product-button .btn-quick-view {
      display: none !important; }

.onsale {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #e95249;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%; }

.product-button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  margin-top: -100px; }
  .product-button .btn-quick-view {
    padding: 0;
    width: 172px; }
    .product-button .btn-quick-view a {
      display: inline-block;
      padding: 11px 15px; }
      .product-button .btn-quick-view a:hover {
        color: #fff; }

.add-to-cart-button,
.added_to_cart.wc-forward {
  display: block;
  width: 172px;
  margin: 0 auto 10px;
  padding: 11px 15px; }
  .add-to-cart-button span,
  .added_to_cart.wc-forward span {
    font-size: 16px;
    vertical-align: middle;
    margin-left: 5px; }

.woo-content-product {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 40px; }
  .woocommerce .grid-masonry .woo-content-product {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -90px; }

.product-name {
  color: #111;
  text-transform: uppercase;
  font-weight: 500; }

.price ins {
  text-decoration: none;
  background: none; }

.amount {
  font-weight: 500;
  color: #00aeef; }
  ins .amount {
    color: #e95249;
    background: none; }
  del .amount {
    color: #999; }

.metadata .star-rating:first-child {
  display: none; }

.star-rating {
  position: relative;
  width: 5em;
  height: 15px;
  overflow: hidden;
  line-height: 1;
  margin: 5px auto; }
  .star-rating &gt; span {
    font-size: 0; }
  .sidebar .star-rating,
  .product-info .star-rating {
    margin: 0; }
  .star-rating:before {
    content: "\f005\f005\f005\f005";
    color: #00aeef;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 14px; }
  .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    color: #eee;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 14px; }

.shop-pagination {
  text-align: center;
  margin-bottom: 80px; }

ul.page-numbers li {
  display: inline-block;
  margin: 0px 2px 10px; }
  ul.page-numbers li .next, ul.page-numbers li .prev {
    text-transform: uppercase;
    color: #111;
    font-weight: 500;
    font-size: 12px; }
    ul.page-numbers li .next .fa, ul.page-numbers li .prev .fa {
      font-size: 14px;
      margin-right: 5px;
      margin-left: 5px; }
    ul.page-numbers li .next:hover, ul.page-numbers li .prev:hover {
      color: #00aeef; }
  ul.page-numbers li a.page-numbers, ul.page-numbers li span.page-numbers {
    display: block;
    text-transform: uppercase;
    color: #111;
    font-weight: 500;
    border: 1px solid #111;
    border-radius: 4px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center; }
    ul.page-numbers li a.page-numbers:hover, ul.page-numbers li a.page-numbers.current, ul.page-numbers li span.page-numbers:hover, ul.page-numbers li span.page-numbers.current {
      background: #111;
      color: #fff; }
    ul.page-numbers li a.page-numbers.next, ul.page-numbers li a.page-numbers.prev, ul.page-numbers li span.page-numbers.next, ul.page-numbers li span.page-numbers.prev {
      display: inline-block;
      width: auto;
      border: none; }
      ul.page-numbers li a.page-numbers.next:hover, ul.page-numbers li a.page-numbers.next.current, ul.page-numbers li a.page-numbers.prev:hover, ul.page-numbers li a.page-numbers.prev.current, ul.page-numbers li span.page-numbers.next:hover, ul.page-numbers li span.page-numbers.next.current, ul.page-numbers li span.page-numbers.prev:hover, ul.page-numbers li span.page-numbers.prev.current {
        background: none;
        color: #999; }

.images-product-wrapper {
  position: relative; }

.lSSlideOuter .lSPager.lSGallery {
  margin: 0 auto; }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #00aeef; }

.lg-outer .lg-thumb-item {
  border-radius: 0; }

.product-title {
  margin-top: 30px;
  margin-bottom: 25px; }

.input-quantity {
  width: 140px;
  height: 40px;
  margin-right: 16px;
  margin-bottom: 0;
  padding: 0px 0px 0px 20px;
  border-radius: 0; }

.btn-cart span {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 5px; }

.imageProduct li {
  list-style-type: none; }

.product-meta &gt; div {
  margin-bottom: 30px; }

.product-meta h6 {
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase; }

.product-meta a {
  color: #999; }
  .product-meta a:hover {
    color: #00aeef; }

.product-meta .share {
  display: inline-block; }
  .product-meta .share span {
    margin-right: 10px; }

.shop-content-tabs .nav-tabs &gt; li &gt; a {
  border: 1px solid #ddd;
  border-left: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #111;
  border-radius: 0;
  margin-right: 0px;
  padding: 15px 40px; }

.shop-content-tabs .nav-tabs &gt; li:first-child &gt; a {
  border-left: 1px solid #ddd; }

.shop-content-tabs .nav-tabs &gt; li.active &gt; a, .shop-content-tabs .nav-tabs &gt; li.active &gt; a:focus, .shop-content-tabs .nav-tabs &gt; li.active &gt; a:hover, .shop-content-tabs .nav-tabs &gt; li &gt; a:hover {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef; }

.shop-content-tabs .tab-content {
  border: 1px solid #ddd;
  margin-top: -1px;
  padding: 40px; }

.product-thumbnail {
  min-width: 85px; }

.product-thumbnail_img {
  width: 70px; }

.cart-actions .btn, .cart-actions .post-password-form input[type="submit"], .post-password-form .cart-actions input[type="submit"], .cart-actions .product:hover &gt; .image-product-contain &gt; .product-button .added_to_cart.wc-forward, .product:hover &gt; .image-product-contain &gt; .product-button .cart-actions .added_to_cart.wc-forward {
  height: 45px;
  margin-left: 10px; }

.woocommerce-message {
  margin-bottom: 50px; }

.checkout-login .form-group,
.checkout-coupon .form-group {
  padding: 20px 20px 10px 20px;
  border: 1px solid #ddd; }

.rememberme {
  margin-top: 10px;
  margin-left: 5px; }

.checkout-payment input[type="radio"] {
  vertical-align: middle;
  margin-bottom: 5px; }

.checkout-payment-paypal-img {
  width: 150px; }

.place-order label, .place-order input {
  vertical-align: middle;
  margin-bottom: 10px; }

.place-order input {
  margin-bottom: 15px; }

.shop_attributes {
  margin: 0; }
  .shop_attributes th {
    width: 300px;
    color: #666; }
  .shop_attributes th, .shop_attributes td {
    padding: 8px 20px;
    vertical-align: middle;
    text-transform: capitalize; }
    .shop_attributes th *, .shop_attributes td * {
      padding: 0;
      margin: 0; }
  .shop_attributes tr:nth-child(odd) {
    background-color: #f7f7f7; }
  .shop_attributes tr:nth-child(even) {
    background-color: #fff; }

.variations .row {
  margin-top: 30px; }
  .variations .row label, .variations .row select {
    display: inline-block;
    width: auto; }
  .variations .row select {
    padding-right: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  .variations .row label {
    text-transform: capitalize; }

.up-sells.products {
  margin-left: 0;
  margin-right: 0; }
  .up-sells.products &gt; h2 {
    font-size: 24px;
    margin-top: 50px; }
  .up-sells.products .row {
    padding: 0; }

.woocommerce-page.woocommerce-cart #content, .woocommerce-page.woocommerce-checkout #content {
  min-height: 50vh;
  margin-bottom: 100px; }

.woocommerce-page .wc_payment_methods {
  margin-left: 0px; }

.mfp-woosq .mfp-preloader {
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px; }

.mfp-woosq button.mfp-close {
  margin: 0 !important; }

#woosq-popup form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px; }
  #woosq-popup form div.quantity {
    display: inline-block;
    width: 80px;
    float: left;
    margin-right: 10px; }
    #woosq-popup form div.quantity input {
      padding: 10px 20px;
      margin-bottom: 0; }

#woosq-popup .product-meta &gt; div {
  margin-bottom: 10px; }
  #woosq-popup .product-meta &gt; div:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 0px) {

  .site-content .entry-content &gt; *.alignfull {
    left: -15px; } }
  @media (min-width: 20em) {

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

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

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

  .col-xs-1 {
    -ms-flex: 8.33333%;
    flex: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .col-xs-2 {
    -ms-flex: 16.66667%;
    flex: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .col-xs-3 {
    -ms-flex: 25%;
    flex: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-xs-4 {
    -ms-flex: 33.33333%;
    flex: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .col-xs-5 {
    -ms-flex: 41.66667%;
    flex: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .col-xs-6 {
    -ms-flex: 50%;
    flex: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-xs-7 {
    -ms-flex: 58.33333%;
    flex: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .col-xs-8 {
    -ms-flex: 66.66667%;
    flex: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .col-xs-9 {
    -ms-flex: 75%;
    flex: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-xs-10 {
    -ms-flex: 83.33333%;
    flex: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .col-xs-11 {
    -ms-flex: 91.66667%;
    flex: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .col-xs-12 {
    -ms-flex: 100%;
    flex: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; }

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

  .visible-sm-inline {
    display: inline !important; }

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

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

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

  .uvc_hidden-sm {
    display: none !important; } }
  @media (min-width: 48em) {

  .col-sm-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; } }
  @media only screen and (min-width: 768px) {

  .site-content .entry-content &gt; *.alignfull {
    left: calc((610px - 100vw) / 2); }

  .site-content .entry-content &gt; *.alignleft {
    max-width: calc(4 * (100vw / 12));

    /*rtl:ignore*/
    margin-right: calc(2 * 1rem); }

  .site-content .entry-content &gt; *.alignright {
    max-width: calc(4 * (100vw / 12));
    margin-right: 0;

    /*rtl:ignore*/
    margin-left: calc(2 * 1rem); }

  .site-content .entry-content &gt; *.aligncenter {
    max-width: calc(8 * (100vw / 12) - 28px);
    margin-left: 0;
    margin-right: 0; } }
  @media (min-width: 768px) {

  .vc_column_container.vc_col-sm-4, .vc_column_container.vc_col-sm-8 {
    width: 100%; } }
  @media (min-width: 49em) {

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

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

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

  .padding-0-sm {
    padding: 0; }

  .padding-x-0-sm {
    padding-left: 0;
    padding-right: 0; }

  .padding-x-30-sm {
    padding-left: 30px;
    padding-right: 30px; }

  .padding-x-70-sm {
    padding-left: 70px;
    padding-right: 70px; }

  .padding-top-60-sm {
    padding-top: 60px; }

  .padding-y-0-sm {
    padding-top: 0;
    padding-bottom: 0; }

  .padding-y-100-sm {
    padding-top: 100px;
    padding-bottom: 100px; }

  .padding-left-0-sm {
    padding-left: 0; }

  .padding-left-30-sm {
    padding-left: 30px; }

  .padding-left-70sm {
    padding-left: 70px; }

  .padding-left-135sm {
    padding-left: 135px; }

  .padding-right-0-sm {
    padding-right: 0; }

  .padding-right-30-sm {
    padding-right: 30px; }

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

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

  .container {
    max-width: 64rem; }

  .col-sm-1 {
    -ms-flex: 8.33333%;
    flex: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .col-sm-2 {
    -ms-flex: 16.66667%;
    flex: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .col-sm-3 {
    -ms-flex: 25%;
    flex: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 33.33333%;
    flex: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .col-sm-5 {
    -ms-flex: 41.66667%;
    flex: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .col-sm-6 {
    -ms-flex: 50%;
    flex: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 58.33333%;
    flex: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .col-sm-8 {
    -ms-flex: 66.66667%;
    flex: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .col-sm-9 {
    -ms-flex: 75%;
    flex: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 83.33333%;
    flex: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .col-sm-11 {
    -ms-flex: 91.66667%;
    flex: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .col-sm-12 {
    -ms-flex: 100%;
    flex: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

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

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

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

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

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

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

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

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

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

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

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

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

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

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

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

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

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

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

  .col-sm-offset-0 {
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-last {
    -ms-flex-order: 1;
    order: 1; }

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

  .row-sm-center {
    -ms-flex-align: center;
    align-items: center; }

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

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

  .col-sm-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }

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

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

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

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

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

  .mobile-menu &gt; ul li .sub-menu li:last-child {
    border: none; }

  body {
    color: #000; }

  .header.right-align-header .search-icon {
    margin-right: 10px; }

  .site-footer.footer02:before {
    width: 50%; }

  .single-post .col-md-9 {
    padding-left: 0; }

  .single-post .col-md-3 {
    padding-right: 0; }

  .single-post .author-info_avatar {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px; }

  .comment-area {
    padding: 70px 50px 30px; }

  .comment-list_children .comment &gt; div {
    padding-left: 100px; }

  .comment-author {
    float: left;
    margin-right: 30px; }

  .comment-reply {
    float: right;
    margin-top: -10px; }

  #blog-metro .grid-item.grid-x2 {
    width: 50%;
    max-width: 50%; }

  .folio-main-grid .folio-main-item,
    .folio-main-masonry .folio-main-item {
    width: 50%; }

  .folio-main-grid.folio-main-2cols .folio-main-item,
  .folio-main-masonry.folio-main-2cols .folio-main-item {
    width: 50%; }

  .folio-main-grid.folio-main-3cols .folio-main-item,
  .folio-main-masonry.folio-main-3cols .folio-main-item {
    width: 50%; }

  .folio-main-grid.folio-main-4cols .folio-main-item,
  .folio-main-grid.folio-main-4cols .folio-main-item_sizer,
  .folio-main-masonry.folio-main-4cols .folio-main-item,
  .folio-main-masonry.folio-main-4cols .folio-main-item_sizer {
    width: 50%; }

  .folio-main-grid.folio-main-4cols .folio-main-item_width2,
  .folio-main-masonry.folio-main-4cols .folio-main-item_width2 {
    width: 100%; }

  .folio-main-grid.folio-main-5cols .folio-main-item,
  .folio-main-grid.folio-main-5cols .folio-main-item_sizer,
  .folio-main-masonry.folio-main-5cols .folio-main-item,
  .folio-main-masonry.folio-main-5cols .folio-main-item_sizer {
    width: 25%; }

  .folio-main-grid.folio-main-5cols .folio-main-item_width2,
  .folio-main-masonry.folio-main-5cols .folio-main-item_width2 {
    width: 50%; }

  .portfolio-list .detail-wrapper {
    height: 100%; }

  .portfolio-list .detail-content {
    width: 400px;
    margin-left: -200px;
    padding: 30px; }

  .portfolio-list .detail-content_title {
    padding: 70px 0;
    font-size: 36px; }

  .quote-item_text {
    font-size: 24px; }

  .icon-boxes.process-style.title-line .title-box {
    position: relative;
    display: inline-block;
    clear: both; }

  .icon-boxes.process-style.title-line .title-box:before {
    content: '';
    width: 200px;
    height: 1px;
    background: #ddd;
    display: block;
    position: absolute;
    top: 50%;
    right: -240px; }

  .our-team_story {
    margin-top: 180px; }

  .our-team_info-wrapper {
    position: relative; }

  .our-team_info {
    margin: 0;
    position: absolute;
    top: 60px;
    left: calc(100% + 80px);
    min-width: 300px; }

  .our-team_item-reverse .our-team_twitter {
    float: left; }

  .our-team_item-reverse .our-team_info {
    left: auto;
    right: calc(100% + 80px); }

  .our-team_item-reverse .our-team_name:before {
    left: auto;
    right: -215px; }

  .vc_column_container.vc_col-sm-4 {
    width: 33.33333333%; }

  .vc_column_container.vc_col-sm-8 {
    width: 66.66666667%; }

  .woocommerce-ordering .shop-fullwidth select {
    width: calc(100% / 3 - 10px); }

  ul.page-numbers li .prev {
    margin-right: 10px; }

  ul.page-numbers li .next {
    margin-left: 10px; } }
  @media (min-width: 49em) and (min-width: 49em) {

  .our-team_item-reverse .col-sm-6:last-child {
    -ms-flex-order: -1;
    order: -1; } }
  @media (min-width: 50em) {

  .special-img-03 {
    position: absolute !important;
    top: 0;
    right: 0; }

  .special-img-03 * {
    width: 100%; }

  .special-img-04 img {
    max-width: 670px !important;
    margin-left: -50%; }

  .special-img-05 {
    position: absolute;
    top: -60px;
    right: -120px; }

  .special-img-05 img {
    max-width: 267px !important; }

  .special-img-06 {
    position: absolute;
    top: -100px;
    left: 0; }

  .special-img-06 img {
    max-width: 851px !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {

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

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; }

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

  .visible-md-inline {
    display: inline !important; }

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

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

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

  .uvc_hidden-md {
    display: none !important; } }
  @media (min-width: 64em) {

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

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

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

  .padding-0-md {
    padding: 0; }

  .padding-x-0-md {
    padding-left: 0;
    padding-right: 0; }

  .padding-x-30-md {
    padding-left: 30px;
    padding-right: 30px; }

  .padding-x-70-md {
    padding-left: 70px;
    padding-right: 70px; }

  .padding-y-0-md {
    padding-top: 0;
    padding-bottom: 0; }

  .padding-y-100-md {
    padding-top: 100px;
    padding-bottom: 100px; }

  .padding-top-0-md {
    padding-top: 0; }

  .padding-top-20-md {
    padding-top: 20px; }

  .padding-top-60-md {
    padding-top: 60px; }

  .padding-top-100-md {
    padding-top: 100px; }

  .padding-top-120-md {
    padding-top: 120px; }

  .padding-top-130-md {
    padding-top: 130px; }

  .padding-top-150-md {
    padding-top: 150px; }

  .padding-left-0-md {
    padding-left: 0; }

  .padding-left-30-md {
    padding-left: 30px; }

  .padding-left-70-md {
    padding-left: 70px; }

  .padding-right-0-md {
    padding-right: 0; }

  .padding-right-30-md {
    padding-right: 30px; }

  .padding-right-70-md {
    padding-right: 70px; }

  .padding-bottom-70-md {
    padding-bottom: 70px; }

  .margin-bottom-0-md {
    margin-bottom: 0; }

  .margin-bottom-70-md {
    margin-bottom: 70px; }

  .margin-bottom-150-md {
    margin-bottom: 120px; }

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

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

  .container {
    max-width: 96rem; }

  .col-md-1 {
    -ms-flex: 8.33333%;
    flex: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .col-md-2 {
    -ms-flex: 16.66667%;
    flex: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .col-md-3 {
    -ms-flex: 25%;
    flex: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 33.33333%;
    flex: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .col-md-5 {
    -ms-flex: 41.66667%;
    flex: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .col-md-6 {
    -ms-flex: 50%;
    flex: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 58.33333%;
    flex: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .col-md-8 {
    -ms-flex: 66.66667%;
    flex: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .col-md-9 {
    -ms-flex: 75%;
    flex: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 83.33333%;
    flex: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .col-md-11 {
    -ms-flex: 91.66667%;
    flex: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .col-md-12 {
    -ms-flex: 100%;
    flex: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

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

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

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

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

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

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

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

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

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

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

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

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

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

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

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

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

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

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

  .col-md-offset-0 {
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-last {
    -ms-flex-order: 1;
    order: 1; }

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

  .row-md-center {
    -ms-flex-align: center;
    align-items: center; }

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

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

  .col-md-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }

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

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

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

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

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

  #page {
    overflow: visible; }

  .site-top .social-menu {
    position: relative;
    display: inline-block; }

  .site-top .social-menu ul {
    position: relative;
    z-index: 2; }

  .folio-main-grid .folio-main-item,
    .folio-main-masonry .folio-main-item {
    width: 25%; }

  .folio-main-grid.folio-main-3cols .folio-main-item,
  .folio-main-masonry.folio-main-3cols .folio-main-item {
    width: calc(100% / 3); }

  .folio-main-grid.folio-main-4cols .folio-main-item,
  .folio-main-grid.folio-main-4cols .folio-main-item_sizer,
  .folio-main-masonry.folio-main-4cols .folio-main-item,
  .folio-main-masonry.folio-main-4cols .folio-main-item_sizer {
    width: 25%; }

  .folio-main-grid.folio-main-4cols .folio-main-item_width2,
  .folio-main-masonry.folio-main-4cols .folio-main-item_width2 {
    width: 50%; }

  .folio-main-grid.folio-main-5cols .folio-main-item,
  .folio-main-grid.folio-main-5cols .folio-main-item_sizer,
  .folio-main-masonry.folio-main-5cols .folio-main-item,
  .folio-main-masonry.folio-main-5cols .folio-main-item_sizer {
    width: 20%; }

  .folio-main-grid.folio-main-5cols .folio-main-item_width2,
  .folio-main-masonry.folio-main-5cols .folio-main-item_width2 {
    width: 40%; }

  .style03 .folio-main-item {
    padding-left: 35px;
    padding-right: 35px; }

  .style03 .folio-main-item .folio-title {
    color: #111; }

  .style03 .folio-main-item .folio-title:hover {
    color: #00aeef; }

  .single-portfolio .page-header_content-inner {
    width: 600px;
    margin: 100px auto; }

  .portfolio-list .detail-content {
    margin-left: -250px;
    width: 500px;
    padding: 60px; }

  .portfolio-list .detail-content_title {
    padding: 70px 0;
    font-size: 48px; }

  .testimonials {
    padding: 0; }

  .testimonials .owl-dots {
    right: -30px; }

  .countdown {
    text-align: center; }

  .our-team_twitter {
    width: 300px; }

  .padding-right-half {
    padding-right: 0.7rem; }

  .padding-left-half {
    padding-left: 0.7rem; }

  .vc_row-o-columns-stretch .vc_column-inner .wpb_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; } }
  @media only screen and (min-width: 1024px) {

  .site-content .entry-content &gt; *.alignfull {
    left: calc((930px - 100vw) / 2); }

  .site-content .entry-content &gt; *.alignwide {
    width: calc(100% + 100px);
    max-width: calc(100% + 100px);
    left: -50px; } }
  @media only screen and (min-width: 1168px) {

  .site-content .entry-content &gt; *.aligncenter {
    max-width: calc(6 * (100vw / 12) - 28px); } }
  @media (min-width: 1200px) {

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

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; }

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

  .visible-lg-inline {
    display: inline !important; }

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

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

  @-ms-viewport {
    width: device-width; } }
  @media only screen and (min-width: 1200px) {

  .site-content .entry-content &gt; *.alignfull {
    left: calc((930px - 100vw) / 2); }

  .site-content .entry-content &gt; *.alignwide {
    width: calc(100% + 200px);
    max-width: calc(100% + 200px);
    left: -100px; } }
  @media (min-width: 1200px) and (max-width: 1823px) {

  .uvc_hidden-ml {
    display: none !important; } }
  @media (min-width: 80em) {

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

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

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

  .padding-0-lg {
    padding: 0; }

  .padding-x-0-lg {
    padding-left: 0;
    padding-right: 0; }

  .padding-x-30-lg {
    padding-left: 30px;
    padding-right: 30px; }

  .padding-x-50-lg {
    padding-left: 50px;
    padding-right: 50px; }

  .padding-x-70-lg {
    padding-left: 70px;
    padding-right: 70px; }

  .padding-x-200-lg {
    padding-left: 200px;
    padding-right: 200px; }

  .padding-y-0-lg {
    padding-top: 0;
    padding-bottom: 0; }

  .padding-y-100-lg {
    padding-top: 100px;
    padding-bottom: 100px; }

  .padding-left-0-lg {
    padding-left: 0; }

  .padding-left-30-lg {
    padding-left: 30px; }

  .padding-left-70-lg {
    padding-left: 70px; }

  .padding-left-120-lg {
    padding-left: 120px; }

  .padding-right-0-lg {
    padding-right: 0; }

  .padding-right-30-lg {
    padding-right: 30px; }

  .padding-right-70-lg {
    padding-right: 70px; }

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

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

  .container {
    max-width: 117rem; }

  .col-lg-1 {
    -ms-flex: 8.33333%;
    flex: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .col-lg-2 {
    -ms-flex: 16.66667%;
    flex: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .col-lg-3 {
    -ms-flex: 25%;
    flex: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 33.33333%;
    flex: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .col-lg-5 {
    -ms-flex: 41.66667%;
    flex: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .col-lg-6 {
    -ms-flex: 50%;
    flex: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 58.33333%;
    flex: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .col-lg-8 {
    -ms-flex: 66.66667%;
    flex: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .col-lg-9 {
    -ms-flex: 75%;
    flex: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 83.33333%;
    flex: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .col-lg-11 {
    -ms-flex: 91.66667%;
    flex: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .col-lg-12 {
    -ms-flex: 100%;
    flex: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

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

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

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

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

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

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

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

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

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

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

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

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

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

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

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

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

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

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

  .col-lg-offset-0 {
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-last {
    -ms-flex-order: 1;
    order: 1; }

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

  .row-lg-center {
    -ms-flex-align: center;
    align-items: center; }

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

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

  .col-lg-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }

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

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

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

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

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

  .header.right-align-header .mega-menu-content &gt; .vc_row &gt; .vc_column_container &gt; .vc_column-inner &gt; .wpb_wrapper {
    min-width: 1170px; }

  .single-portfolio .page-header {
    height: 800px;
    position: relative; }

  .single-portfolio .page-header .page-header_content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%; }

  .page-big-title,
  .page-big-title--single {
    margin: 0 -100% 100px; }

  .testimonials {
    padding: 45px 60px; }

  .testimonials .testi-talk {
    width: 309px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: -100px;
    margin-top: -80px; }

  .testimonials .testi-talk i {
    font-size: 60px; }

  .testimonials .testi-talk p {
    font-size: 36px; }

  .testimonials .quote-item_text {
    font-size: 18px; }

  .mini-cart {
    position: relative; }

  .padding-x-200-lg {
    padding-left: 200px;
    padding-right: 200px;
    overflow: visible !important; }

  .wpb_single_image img {
    max-width: none; }

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

  .col-20-percent {
    -ms-flex: 20%;
    flex: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    width: 20% !important; }

  .mw-700 {
    width: 700px !important;
    max-width: 700px !important;
    margin-left: -120px;
    margin-top: -100px; }

  .mw-500 .vc_column-inner {
    width: 500px !important;
    max-width: 500px !important;
    float: right; }

  .archive.woocommerce .shop-sidebar .woocommerce-ordering {
    width: 50%; }

  .archive.woocommerce .shop-sidebar .woocommerce-ordering select {
    width: 180px; }

  .woocommerce.columns-3 .col-md-3 {
    -ms-flex: 33.33333%;
    flex: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .shop-fullwidth {
    margin-left: 55px;
    margin-right: 55px; } }
  @media only screen and (min-width: 1280px) {

  .site-content .entry-content &gt; *.alignfull {
    left: calc((1140px - 100vw) / 2); }

  .site-content .entry-content &gt; *.alignwide {
    width: calc(100% + 400px);
    max-width: calc(100% + 400px);
    left: -200px; } }
  @media (min-width: 1824px) {

  .uvc_hidden-lg {
    display: none !important; } }
  @media (min-width: 120em) {

  .col-xl-1 {
    -ms-flex: 8.33333%;
    flex: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .col-xl-2 {
    -ms-flex: 16.66667%;
    flex: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .col-xl-3 {
    -ms-flex: 25%;
    flex: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 33.33333%;
    flex: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .col-xl-5 {
    -ms-flex: 41.66667%;
    flex: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .col-xl-6 {
    -ms-flex: 50%;
    flex: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 58.33333%;
    flex: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .col-xl-8 {
    -ms-flex: 66.66667%;
    flex: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .col-xl-9 {
    -ms-flex: 75%;
    flex: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 83.33333%;
    flex: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .col-xl-11 {
    -ms-flex: 91.66667%;
    flex: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .col-xl-12 {
    -ms-flex: 100%;
    flex: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

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

  .col-xl-pull-1 {
    right: 8.33333%; }

  .col-xl-pull-2 {
    right: 16.66667%; }

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

  .col-xl-pull-4 {
    right: 33.33333%; }

  .col-xl-pull-5 {
    right: 41.66667%; }

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

  .col-xl-pull-7 {
    right: 58.33333%; }

  .col-xl-pull-8 {
    right: 66.66667%; }

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

  .col-xl-pull-10 {
    right: 83.33333%; }

  .col-xl-pull-11 {
    right: 91.66667%; }

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

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

  .col-xl-push-1 {
    left: 8.33333%; }

  .col-xl-push-2 {
    left: 16.66667%; }

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

  .col-xl-push-4 {
    left: 33.33333%; }

  .col-xl-push-5 {
    left: 41.66667%; }

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

  .col-xl-push-7 {
    left: 58.33333%; }

  .col-xl-push-8 {
    left: 66.66667%; }

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

  .col-xl-push-10 {
    left: 83.33333%; }

  .col-xl-push-11 {
    left: 91.66667%; }

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

  .col-xl-offset-0 {
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-last {
    -ms-flex-order: 1;
    order: 1; }

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

  .row-xl-center {
    -ms-flex-align: center;
    align-items: center; }

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

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

  .col-xl-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }

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

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

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

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

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

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

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; }

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

  .visible-xs-inline {
    display: inline !important; }

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

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

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

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

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

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

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

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

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

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

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

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

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

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

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

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

  thead {
    display: table-header-group; }

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

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

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn &gt; .caret, .post-password-form input[type="submit"] &gt; .caret, .product:hover &gt; .image-product-contain &gt; .product-button .added_to_cart.wc-forward &gt; .caret,
  .dropup &gt; .btn &gt; .caret,
  .post-password-form .dropup &gt; input[type="submit"] &gt; .caret,
  .product:hover &gt; .image-product-contain &gt; .product-button .dropup &gt; .added_to_cart.wc-forward &gt; .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td,
    .table th {
    background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; }

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

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

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

  .hidden-print {
    display: none !important; } }
  @media (max-width: 63.9em) {

  .tm-dione {

    /* font size on mobile */

    /* mobile padding */

    /* mobile margin */

    /* other */ }

  .tm-dione .container {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .tm-dione .wpb_column .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .tm-dione .wpb_column.mlr-0 .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .tm-dione .site-footer .container {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .tm-dione .mf-36 {
    font-size: 36px !important; }

  .tm-dione .mf-30 {
    font-size: 30px !important; }

  .tm-dione .mf-24 {
    font-size: 24px !important; }

  .tm-dione h1.vc_custom_heading {
    font-size: 36px !important; }

  .tm-dione .mp-0 .vc_column-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  .tm-dione .mp-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .tm-dione .mp-30 .vc_column-inner {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .tm-dione .mpb-0 {
    padding-bottom: 0px !important; }

  .tm-dione .mpb-0 .vc_column-inner {
    padding-bottom: 0 !important; }

  .tm-dione .mpb-30 {
    padding-bottom: 30px !important; }

  .tm-dione .mpt-30 {
    padding-top: 30px !important; }

  .tm-dione .mpl-30 {
    padding-left: 30px !important; }

  .tm-dione .mpr-30 {
    padding-right: 30px !important; }

  .tm-dione .mm-0 .vc_column-inner {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

  .tm-dione .mm-30 .vc_column-inner {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .tm-dione .mmb-0 {
    margin-bottom: 0px !important; }

  .tm-dione .mmb-30 {
    margin-bottom: 30px !important; }

  .tm-dione .folio-main-grid .folio-main-item, .tm-dione .folio-main-masonry .folio-main-item {
    padding-left: 0;
    padding-right: 0; }

  .tm-dione .m-center {
    text-align: center !important; }

  .tm-dione .sm-center {
    text-align: center !important; }

  .tm-dione .counter {
    margin-bottom: 40px; }

  .tm-dione .copyright {
    padding: 0 15px; }

  .tm-dione .site-footer {
    padding-top: 90px;
    padding-bottom: 50px; }

  .tm-dione .site-footer aside {
    padding-bottom: 10px; }

  .tm-dione .site-footer .container-fluid {
    padding-left: 30px;
    padding-right: 30px; }

  .tm-dione .latest-blog {
    margin: 0; }

  .tm-dione .latest-blog .owl-controls {
    text-align: center; }

  .tm-dione .latest-blog .owl-controls .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #999;
    display: inline-block;
    margin: 0 4px; }

  .tm-dione .latest-blog .owl-controls .owl-dots .owl-dot.active {
    background: #999999; }

  .tm-dione .latest-blog .owl-item &gt; div {
    padding: 0; }

  .tm-dione .tm-services-slides .tm-services-slide .tm-services-slide-right {
    padding: 30px !important; }

  .tm-dione .packages-pricing-table .table, .tm-dione .packages-pricing-table .pricing-tables {
    width: 100%; }

  .tm-dione .packages-pricing-table .table {
    border-right: 1px solid rgba(51, 51, 51, 0.1); }

  .tm-dione .product.grid-item.grid-x2 {
    width: 100%;
    max-width: 100%; }

  .tm-dione .our-works .our-works_item {
    width: 100% !important;
    height: 400px;
    margin-top: 30px; }

  .tm-dione .countdown-container .countdown em {
    display: none; }

  .tm-dione .countdown-container .countdown div {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%; }

  .single-post .site-content {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px; }

  .single-post .site-content aside.sidebar {
    margin-top: 30px; }

  body.woocommerce .site-content .shop-fullwidth {
    padding-left: 30px;
    padding-right: 30px; }

  body.single-product .site-content {
    padding: 30px 15px !important; }

  .sidebar {
    margin-top: 50px; }

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

  .tm-dione .mobile-menu .mega-menu-content .vc_row, .tm-dione .mobile-menu .mega-menu-content .vc_column-inner, .tm-dione .mobile-menu .mega-menu-content .wpb_column {
    padding: 0 !important; }

  .slideout-panel {
    will-change: inherit; }

  .slideout-open .slideout-panel:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 9; }

  .slideout-open,
  .slideout-open .slideout-panel,
  .slideout-open body {
    overflow: hidden; }

  .mobile-menu-container {
    display: -ms-flexbox;
    display: flex; }

  .site-header &gt; .container &gt; .row,
      .site-header &gt; .container-fluid &gt; .row,
      header.header &gt; .container &gt; .row,
      header.header &gt; .container-fluid &gt; .row {
    height: 70px; }

  .admin-bar .header.headroom.headroom--not-top {
    top: 46px; }

  .page-blog-grid-fullwidth .sidebar {
    margin-top: 50px; }

  .search-icon {
    margin-left: 10px; }

  .tm-services-slides .owl-controls {
    margin-left: 0;
    right: 0;
    left: auto; }

  .one-page-scroll .vc_row {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .input-quantity {
    width: 85px; } }
  @media (max-width: 119.9em) {

  .tm-services-slides .tm-services-slide .tm-services-slide-right {
    padding: 70px; }

  .tm-services-slides .owl-controls {
    bottom: 0;
    margin-left: -164px; }

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

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

  .folio-item.col-3 {
    width: calc(100% / 2); }

  .countdown {
    padding: 15px;
    text-align: center; }

  .countdown div {
    display: block; }

  .countdown em {
    display: none; }

  .cart-list {
    width: 290px; }

  ul.page-numbers li.next, ul.page-numbers li.prev {
    display: block; }

  .shop-content-tabs .nav-tabs &gt; li {
    width: 100%; }

  .shop-content-tabs .nav-tabs &gt; li &gt; a {
    border-left: 1px solid #ddd; } }
  @media (max-width: 79.9em) {

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

  .search-box {
    width: 100%; }

  .porfolio-slider.awesome-slider .slide-item .hover-content {
    padding: 20px; }

  .porfolio-slider.awesome-slider .slide-item .hover-content h3 a {
    font-size: 14px; }

  .porfolio-slider.awesome-slider .slide-item .hover-content svg, .porfolio-slider.awesome-slider .slide-item .hover-content p {
    display: none; }

  .packages-pricing-table {
    overflow-x: auto; }

  .tabs-container .nav-tabs {
    display: none; }

  .tabs-container .tab-content .tab-item {
    display: block; }

  .tabs-container.style-02 .tab-content .tab-item {
    display: block; }

  .tabs-container.vertical .nav-tabs {
    display: none; }

  .tabs-container.vertical .tab-content .tab-item {
    display: block; }

  .tabs-container.vertical .tab-pane {
    padding: 30px 0; }

  .tabs-container .nav-tabs {
    width: 100%; }

  .tabs-container .nav-tabs li, .tabs-container .nav-tabs a {
    width: 100%;
    display: block; }

  .tabs-container.vertical .nav-tabs, .tabs-container.vertical .tab-content {
    width: 100%; }

  .tabs-container.style-02 .nav-tabs li:first-child a {
    border-left: 1px solid #eee;
    padding: 8px 30px; } }
  @media screen and (max-width: 782px) {

  .admin-bar .mobile-menu {
    padding-top: 46px; } }
  @media (max-width: 479px) {

  .uvc_hidden-xs {
    display: none !important; } }
  @media (max-width: 60em) {

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

  .wpb_column .vc_column-inner {
    margin-left: 0 !important;
    margin-right: 0 !important; } }
  @media (max-width: 48em) {

  .wpb_column .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

/*# sourceMappingURL=main-ltr.css.map */
</pre></body></html>