/*!
 * 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; }
 iframe {
	 width:100%;
 }

*,
*::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: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  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;
  -webkit-transition: all .2s ease-in-out;
  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: -webkit-box;
  display: flex;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          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 {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.col-xs-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

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

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

.row-xs-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-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;
      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 > th,
.table-active > td {
  background-color: #f5f5f5; }

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

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

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

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

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

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

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

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

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }

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

.media-middle {
  -ms-flex-item-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, .page-toggle-mainmenu::after, .header03 .page-open-mainmenu::after, .tm-posts.style-1 .post-item::after, .tm-posts.style-2 .post-item::after, .tm-posts.style-3::after, .tm-posts.style-4::after, .tm-posts.style-4 .format-quote .post-quote-meta::after, .tm-portfolios.style-1 .tm-grid::after, .tm-box-icon.style-2::after, .tm-box-icon.style-4::after, .tm-counter.style-1 ul::after, .tm-counter.style-2 ul::after, .tm-testimonial.style-1 .owl-dots::after, .woocommerce-cart .wc-proceed-to-checkout::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: #5cb85c; }

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

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

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

.text-warning {
  color: #f0ad4e; }

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

.text-danger {
  color: #d9534f; }

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

.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: #5cb85c; }

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

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

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

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

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

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

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

.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 {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

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

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

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

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

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  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: -webkit-grab;
  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;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

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

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

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

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  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;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

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

th, td {
  padding: 5px 10px; }

a {
  text-decoration: none; }

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

/* Addition for bootstrap */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

/* Addition for bootstrap */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.col-xs-1-5 {
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%; }

.col-xs-2-5 {
  -webkit-box-flex: 40%;
  -ms-flex: 40%;
  flex: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%; }

.col-xs-3-5 {
  -webkit-box-flex: 60%;
  -ms-flex: 60%;
  flex: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%; }

.col-xs-4-5 {
  -webkit-box-flex: 80%;
  -ms-flex: 80%;
  flex: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  max-width: 80%; }

/*--------------------------------------------------------------
# Combo CSS
--------------------------------------------------------------*/
.mini-cart .widget_shopping_cart_content .cart_list li::after, .single-post .comment-list .comment > div::after, .page .comment-list .comment > div::after, .tm-instagram .tm-instagram-pics::after, .tm-posts .tm-grid::after, .vc_progress_bar .vc_single_bar_title::after {
  content: "";
  display: table;
  clear: both; }

.page-navigation .toggle-sub-menu:after, .social-menu .menu li a:before, .content404 .search:after, .page-sidebar .widget_search span:before,
.wpb_widgetised_column .widget_search span:before, .tm-posts.style-3 .post-categories:after, .tm-counter.style-1 li:not(:last-child):after, .tm-counter.style-2 li:not(:last-child):after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

a, select,
textarea,
input, button,
input[type="button"],
input[type="reset"],
input[type="submit"], .page-navigation .primary-menu-wrap > div > ul > ul > li,
.page-navigation .primary-menu-wrap > div > ul > li,
.page-navigation .primary-menu-wrap > ul > ul > li,
.page-navigation .primary-menu-wrap > ul > li, .popup-menu, .header03 .page-open-mainmenu, .header03 .page-open-mainmenu h6, .header03 .page-navigation, .mini-cart .mini-cart__button, .mini-cart .widget_shopping_cart_content, .single-portfolio .related-portfolios .portfolio-overlay, .tm-grid-wrapper .filter-counter, .tm-posts.style-3 .post-overlay, .tm-posts.style-3 .post-overlay i, .tm-posts.style-4 .post-thumbnail-overlay, .tm-grid-classic .post-overlay, .tm-grid-masonry .post-overlay, .tm-grid-metro .post-overlay, .tm-portfolios.style-2 .portfolio-thumbnail img, .tm-portfolios.style-2 .portfolio-overlay, .tm-portfolios.style-2 .portfolio-title, .tm-portfolios.style-2 .portfolio-categories, .tm-portfolios.style-3 .portfolio-overlay, .tm-portfolios.style-4 .portfolio-overlay, .tm-box-icon.style-1 .icon, .tm-box-icon.style-1 .heading, .tm-box-icon.style-2 .icon, .tm-box-icon.style-2 .heading, .tm-box-icon.style-3 .icon, .tm-box-icon.style-3 .heading, .tm-box-icon.style-4 .icon, .tm-box-icon.style-4 .heading, .tm-our-team.style-1 .our-team-info, .tm-our-team.style-2 .our-team-photo img, .tm-our-team.style-2 .our-team-info, .tm-slideshow .slide-overlay, .tm-gallery .tm-gallery-overlay, .tm-testimonial.style-1 .owl-dots .owl-dot span, .owl-theme .owl-nav [class*='owl-'], .owl-theme .owl-dots .owl-dot span, .popup-search .inner .content, .single-product div.product div.images .thumbnails .product-thumbnail-overlay {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Fields
--------------------------------------------------------------*/
select,
textarea,
input {
  display: inline-block;
  margin-bottom: 10px;
  padding: 14px 20px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #dddddd;
  box-shadow: none;
  color: #888888;
  vertical-align: top;
  font-size: 14px; }
  select:focus,
  textarea:focus,
  input:focus {
    outline: none;
    background-color: #ffffff;
    color: #000000; }
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  input::-webkit-input-placeholder {
    color: #999999; }
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  input::-moz-placeholder {
    color: #999999; }
  select:-moz-placeholder,
  textarea:-moz-placeholder,
  input:-moz-placeholder {
    color: #999999; }
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  input:-ms-input-placeholder {
    color: #999999; }

textarea {
  height: 200px;
  resize: vertical; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 0 20px;
  height: 40px;
  line-height: 38px !important;
  width: auto;
  border: 2px solid #cccccc;
  color: #ffffff;
  background-color: transparent;
  text-transform: uppercase;
  cursor: pointer; }

/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
.wpcf7-form .row {
  margin: 0 -5px; }

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

.wpcf7-form textarea {
  height: 110px; }

.form1 select, .form1 textarea, .form1 input {
  border: none;
  background-color: #65656f;
  color: #fff; }
  .form1 select:focus, .form1 textarea:focus, .form1 input:focus {
    background-color: #fff;
    color: #888; }

.form1 input:-moz-placeholder,
.form1 textarea:-moz-placeholder {
  color: #fff; }

.form1 input::-moz-placeholder,
.form1 textarea::-moz-placeholder {
  color: #fff; }

.form1 input:-ms-input-placeholder,
.form1 textarea:-ms-input-placeholder {
  color: #fff; }

.form1 input::-webkit-input-placeholder,
.form1 textarea::-webkit-input-placeholder {
  color: #fff; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-item, .page_item {
  display: inline-block; }

.page-toggle-mainmenu {
  /*background: url(../../images/menu_bar.png) no-repeat;
  width: 30px;
  height: 26px;
  cursor: pointer;
  display: none;*/
  cursor: pointer;
  position: relative;
  height: 23px;
  width: 30px;
  line-height: 22px; }
  .page-toggle-mainmenu .page-toggle-mainmenu-icon {
    color: #121212;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    width: 30px;
    height: 2px;
    background-color: #121212;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .page-toggle-mainmenu .page-toggle-mainmenu-icon:before, .page-toggle-mainmenu .page-toggle-mainmenu-icon:after {
      content: '';
      height: 100%;
      position: absolute;
      background-color: #121212;
      left: 0;
      -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
      -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
      transition: top .3s, background-color 0s, -webkit-transform .3s;
      transition: transform .3s, top .3s, background-color 0s;
      transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s; }
    .page-toggle-mainmenu .page-toggle-mainmenu-icon:before {
      top: -6px;
      width: 23px; }
    .page-toggle-mainmenu .page-toggle-mainmenu-icon:after {
      top: 6px;
      width: 16px; }
  .page-toggle-mainmenu.open .page-toggle-mainmenu-icon {
    background-color: transparent; }
    .page-toggle-mainmenu.open .page-toggle-mainmenu-icon:before {
      top: 0;
      width: 30px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
    .page-toggle-mainmenu.open .page-toggle-mainmenu-icon:after {
      top: 0;
      width: 30px;
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg); }

.page-navigation ul, .page-navigation li {
  z-index: 9999;
  margin: 0;
  padding: 0; }

.page-navigation .primary-menu-wrap > div > ul > ul > li,
.page-navigation .primary-menu-wrap > div > ul > li,
.page-navigation .primary-menu-wrap > ul > ul > li,
.page-navigation .primary-menu-wrap > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1; }
  .page-navigation .primary-menu-wrap > div > ul > ul > li a,
  .page-navigation .primary-menu-wrap > div > ul > li a,
  .page-navigation .primary-menu-wrap > ul > ul > li a,
  .page-navigation .primary-menu-wrap > ul > li a {
    position: relative;
    z-index: 1;
    display: block; }

.page-navigation .primary-menu-wrap > div > ul li:hover > .sub-menu, .page-navigation .primary-menu-wrap > div > ul li:hover > .children,
.page-navigation .primary-menu-wrap > ul li:hover > .sub-menu,
.page-navigation .primary-menu-wrap > ul li:hover > .children {
  min-width: 210px;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
  .page-navigation .primary-menu-wrap > div > ul li:hover > .sub-menu > li, .page-navigation .primary-menu-wrap > div > ul li:hover > .children > li,
  .page-navigation .primary-menu-wrap > ul li:hover > .sub-menu > li,
  .page-navigation .primary-menu-wrap > ul li:hover > .children > li {
    margin-right: 0; }

.page-navigation .primary-menu-wrap > div > ul > li.menu-item-has-children > a .toggle-sub-menu, .page-navigation .primary-menu-wrap > div > ul > li.page_item_has_children > a .toggle-sub-menu,
.page-navigation .primary-menu-wrap > ul > li.menu-item-has-children > a .toggle-sub-menu,
.page-navigation .primary-menu-wrap > ul > li.page_item_has_children > a .toggle-sub-menu {
  position: relative; }
  .page-navigation .primary-menu-wrap > div > ul > li.menu-item-has-children > a .toggle-sub-menu:after, .page-navigation .primary-menu-wrap > div > ul > li.page_item_has_children > a .toggle-sub-menu:after,
  .page-navigation .primary-menu-wrap > ul > li.menu-item-has-children > a .toggle-sub-menu:after,
  .page-navigation .primary-menu-wrap > ul > li.page_item_has_children > a .toggle-sub-menu:after {
    content: '\f107';
    margin-left: 5px; }

.page-navigation .primary-menu-wrap > div > ul > li > .sub-menu.hover-back,
.page-navigation .primary-menu-wrap > ul > li > .sub-menu.hover-back {
  right: 0;
  left: auto; }
  .page-navigation .primary-menu-wrap > div > ul > li > .sub-menu.hover-back li.menu-item-has-children > a, .page-navigation .primary-menu-wrap > div > ul > li > .sub-menu.hover-back li.page_item_has_children > a,
  .page-navigation .primary-menu-wrap > ul > li > .sub-menu.hover-back li.menu-item-has-children > a,
  .page-navigation .primary-menu-wrap > ul > li > .sub-menu.hover-back li.page_item_has_children > a {
    padding-left: 25px; }
    .page-navigation .primary-menu-wrap > div > ul > li > .sub-menu.hover-back li.menu-item-has-children > a .toggle-sub-menu:after, .page-navigation .primary-menu-wrap > div > ul > li > .sub-menu.hover-back li.page_item_has_children > a .toggle-sub-menu:after,
    .page-navigation .primary-menu-wrap > ul > li > .sub-menu.hover-back li.menu-item-has-children > a .toggle-sub-menu:after,
    .page-navigation .primary-menu-wrap > ul > li > .sub-menu.hover-back li.page_item_has_children > a .toggle-sub-menu:after {
      left: 15px;
      content: '\f104'; }

.page-navigation .toggle-sub-menu:after {
  color: inherit;
  font-size: 12px; }

.page-navigation .sub-menu, .page-navigation .children {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  background: #fff;
  margin: 0;
  width: 0;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
  -webkit-transition: visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, visibility 0.2s ease;
  transition: transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease; }
  .page-navigation .sub-menu li, .page-navigation .children li {
    border-bottom: 1px solid #eee;
    display: block;
    position: relative; }
    .page-navigation .sub-menu li a, .page-navigation .children li a {
      padding: 15px; }
    .page-navigation .sub-menu li.menu-item-has-children > a .toggle-sub-menu:after, .page-navigation .sub-menu li.page_item_has_children > a .toggle-sub-menu:after, .page-navigation .children li.menu-item-has-children > a .toggle-sub-menu:after, .page-navigation .children li.page_item_has_children > a .toggle-sub-menu:after {
      position: absolute;
      content: "\f105";
      right: 15px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .page-navigation .sub-menu li .sub-menu, .page-navigation .sub-menu li .children, .page-navigation .children li .sub-menu, .page-navigation .children li .children {
      left: 100%;
      top: 0 !important; }
    .page-navigation .sub-menu li:last-child, .page-navigation .children li:last-child {
      border-bottom: none; }
  .page-navigation .sub-menu.sub-menu.hover-back, .page-navigation .children.sub-menu.hover-back {
    right: 100%;
    left: auto; }
  .page-navigation .sub-menu .sub-menu, .page-navigation .children .sub-menu {
    margin-top: 5px; }

.page-navigation .sub-menu .sub-menu {
  -webkit-transform: translate(-30px, 0);
  transform: translate(-30px, 0); }

.page-navigation .mega-menu {
  position: static !important; }
  .page-navigation .mega-menu .sub-menu, .page-navigation .mega-menu .children {
    width: 100%; }
    .page-navigation .mega-menu .sub-menu ul, .page-navigation .mega-menu .children ul {
      margin: 0;
      padding: 0; }
      .page-navigation .mega-menu .sub-menu ul li i, .page-navigation .mega-menu .children ul li i {
        width: 16px;
        margin-right: 5px; }

/*--------------------------------------------------------------
## Mobile menu
--------------------------------------------------------------*/
.popup-menu {
  display: none;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8); }

.admin-bar .popup-menu-inner {
  top: 32px; }

.popup-menu-inner {
  position: fixed;
  z-index: 9999;
  left: -280px;
  top: 0;
  width: 80%;
  max-width: 260px;
  background: #ffffff;
  height: 100%;
  -webkit-transition: left 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: left 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .popup-menu-inner.open {
    left: 0; }
    .popup-menu-inner.open > .mobile-mainmenu-wrap {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: -webkit-transform 0.8s;
      transition: -webkit-transform 0.8s;
      transition: transform 0.8s;
      transition: transform 0.8s, -webkit-transform 0.8s;
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.mobile-mainmenu-wrap {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  height: 100%; }
  .mobile-mainmenu-wrap > ul {
    height: 100%;
    padding: 15px;
    margin: 0; }
    .mobile-mainmenu-wrap > ul li {
      display: block;
      position: relative; }
      .mobile-mainmenu-wrap > ul li a {
        display: block;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 1;
        padding: 15px 0; }
      .mobile-mainmenu-wrap > ul li:last-child {
        border: none; }
      .mobile-mainmenu-wrap > ul li .sub-menu {
        display: none;
        margin-left: 0;
        padding-left: 15px; }
      .mobile-mainmenu-wrap > ul li.menu-item-has-children span.mobile-menu-expand {
        position: absolute;
        right: 0;
        top: 0px;
        width: 44px;
        height: 44px;
        text-align: right;
        line-height: 44px;
        cursor: pointer;
        font-size: 14px;
        color: #999999; }
  .mobile-mainmenu-wrap .menu-item-object-tm_mega_menu {
    display: none !important; }
  .mobile-mainmenu-wrap a {
    display: block;
    text-decoration: none;
    position: relative; }
  .mobile-mainmenu-wrap .toggle-sub-menu {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 30px;
    height: 30px; }
    .mobile-mainmenu-wrap .toggle-sub-menu:before {
      position: absolute;
      top: 0;
      right: 0;
      font-family: FontAwesome;
      content: '\f107';
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center; }
  .mobile-mainmenu-wrap li.open > a .toggle-sub-menu:before {
    content: '\f104'; }
  .mobile-mainmenu-wrap .mega-menu {
    display: none; }

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

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
@-webkit-keyframes slideDown {
  0% { }
  100% {
    top: 0; } }

@-webkit-keyframes slideDown {
  0% { }
  100% {
    top: 0; } }

.page-header-inner {
  position: relative; }

.page-header.headroom--not-top {
  position: fixed !important;
  top: -100px;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  background: #fff !important;
  -webkit-animation: slideDown 0.95s ease forwards;
  animation: slideDown 0.95s ease forwards; }

.header01 .page-header {
	position: absolute;
    width: 100%;
    z-index: 1;
	    top: 15px;}
  .header01 .page-header .page-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header01 .page-header .page-header-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.header02 .page-header .page-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header02 .page-header .page-header-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header02 .primary-menu-wrap > .menu > li:not(:last-child) > a {
  position: relative; }
  .header02 .primary-menu-wrap > .menu > li:not(:last-child) > a:after {
    content: '';
    display: block;
    background: url(../../images/nav_sperator.jpg) no-repeat;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0; }

.header02 .primary-menu-wrap > .menu > li a {
  text-transform: uppercase; }

.header03 .page-header {
  position: absolute;
  z-index: 9999;
  width: 100%;
    top: 15px;  }
  .header03 .page-header .page-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.header03 .page-header-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header03 .page-open-mainmenu {
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  width: 95px;
  padding-left: 1em;
  height: 24px; }
  .header03 .page-open-mainmenu .page-open-mainmenu-icon {
    color: #121212;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    width: 30px;
    height: 2px;
    background-color: #121212;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .header03 .page-open-mainmenu .page-open-mainmenu-icon:before, .header03 .page-open-mainmenu .page-open-mainmenu-icon:after {
      content: '';
      height: 100%;
      position: absolute;
      background-color: #121212;
      left: 0;
      -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
      -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
      transition: top .3s, background-color 0s, -webkit-transform .3s;
      transition: transform .3s, top .3s, background-color 0s;
      transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s; }
    .header03 .page-open-mainmenu .page-open-mainmenu-icon:before {
      top: -5px;
      width: 23px; }
    .header03 .page-open-mainmenu .page-open-mainmenu-icon:after {
      top: 5px;
      width: 16px; }
  .header03 .page-open-mainmenu.open {
    width: 40px; }
    .header03 .page-open-mainmenu.open .page-open-mainmenu-icon {
      background-color: transparent; }
      .header03 .page-open-mainmenu.open .page-open-mainmenu-icon:before {
        top: 0;
        width: 25px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
      .header03 .page-open-mainmenu.open .page-open-mainmenu-icon:after {
        top: 0;
        width: 25px;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg); }
    .header03 .page-open-mainmenu.open h6 {
      display: none; }
  .header03 .page-open-mainmenu h6 {
    display: inline-block;
    float: left;
    line-height: 30px;
    font-size: 13px;	}

.header03 .page-navigation {
	    visibility: visible;
    opacity: 1; }

  .header03 .page-navigation.menu-opened {
  visibility: hidden;
  opacity: 0; }

.header04 .primary-menu-wrap {
  display: table;
  margin: 0 auto; }

.header05.admin-bar .page-header {
  top: 32px; }

.header05 .page-wrapper {
  margin: 55px 0 55px 320px; }

.header05 .page-header {
  width: 320px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: scroll; }

.header05 .page-logo {
  text-align: center;
  border-bottom: 1px solid #dedede; }

.header05 .page-navigation .primary-menu-wrap li {
  display: block !important; }

.header05 .page-header-feature {
  padding: 0 20px 0 40px; }
  .header05 .page-header-feature .widget {
    margin-bottom: 20px; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.page-top-footer .widget {
  margin-bottom: 40px; }

.page-top-footer .widget-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-align: center; }

.page-top-footer .row > .col-md-4 {
  text-align: center; }
  .page-top-footer .row > .col-md-4 p, .page-top-footer .row > .col-md-4 img {
    margin-left: auto;
    margin-right: auto; }

.page-top-footer.style-1 {
  padding: 100px 0 55px; }

.page-top-footer.style-2 > .container > .row {
  padding: 100px 55px 55px;
  margin-left: 0;
  margin-right: 0; }

.page-top-footer.style-3 {
  padding: 0 100px 115px; }
  .page-top-footer.style-3 > .container > .row {
    background: #ffffff;
    padding: 70px 70px 20px;
    margin: 0; }

.page-top-footer.style-4 {
  padding: 0 0 115px; }
  .page-top-footer.style-4 > .container > .row {
    background: #ffffff;
    padding: 0 70px 20px;
    margin: 0; }

.page-bottom-footer .align-center {
  text-align: center; }
  .page-bottom-footer .align-center img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

/*--------------------------------------------------------------
## Mini cart
--------------------------------------------------------------*/
.mini-cart {
  position: relative;
  padding: 15px 0 15px 15px; }
  .mini-cart ul {
    padding: 0;
    margin: 0; }
  .mini-cart .mini-cart__button {
    cursor: pointer;
    line-height: 0; }
    .mini-cart .mini-cart__button .mini-cart-icon {
      position: relative; }
      .mini-cart .mini-cart__button .mini-cart-icon:before {
        font-family: 'Ionicons';
        float: none;
        margin: 0;
        width: auto;
        height: auto;
        border: none;
        content: "\f110";
        font-size: 30px;
        line-height: normal; }
      .mini-cart .mini-cart__button .mini-cart-icon:after {
        position: absolute;
        top: -15px;
        right: -5px;
        min-width: 16px;
        content: attr(data-count);
        text-align: center;
        font-size: 10px;
        font-family: inherit;
        line-height: 16px;
        color: #fff;
        border-radius: 100%; }
  .mini-cart .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 1px 3px rgba(0, 0, 0, 0.1); }
    .mini-cart .widget_shopping_cart_content .cart_list {
      padding: 15px; }
      .mini-cart .widget_shopping_cart_content .cart_list li {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
        list-style-type: none; }
        .mini-cart .widget_shopping_cart_content .cart_list li.empty {
          border: none;
          padding-bottom: 0;
          margin-bottom: 0; }
        .mini-cart .widget_shopping_cart_content .cart_list li img {
          float: left;
          margin: 0 10px 0 0;
          width: 70px; }
        .mini-cart .widget_shopping_cart_content .cart_list li .quantity {
          display: block;
          color: #666;
          font-size: 12px; }
        .mini-cart .widget_shopping_cart_content .cart_list li .remove {
          color: inherit !important;
          font-size: 0;
          position: relative;
          width: 20px;
          height: 20px;
          float: right; }
          .mini-cart .widget_shopping_cart_content .cart_list li .remove:hover {
            color: initial !important;
            background: transparent; }
          .mini-cart .widget_shopping_cart_content .cart_list li .remove:after {
            font-size: 14px;
            font-family: FontAwesome;
            content: '\f1f8';
            position: absolute;
            top: 2px;
            left: 3px; }
    .mini-cart .widget_shopping_cart_content .total {
      margin-bottom: 0;
      padding: 5px 15px 5px;
      text-align: center;
      text-transform: uppercase; }
      .mini-cart .widget_shopping_cart_content .total strong {
        font-weight: 400; }
    .mini-cart .widget_shopping_cart_content .buttons {
      text-align: center;
      margin-bottom: 20px;
      margin-top: 10px; }
    .mini-cart .widget_shopping_cart_content .wc-forward {
      background-color: transparent;
      border: 2px solid #121212;
      color: #121212;
      padding: 7px 20px;
      display: inline-block;
      margin: 0 5px; }
      .mini-cart .widget_shopping_cart_content .wc-forward:hover {
        background-color: #121212;
        color: #fff; }
  .mini-cart.open .widget_shopping_cart_content {
    top: 100%;
    visibility: visible;
    opacity: 1; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.tm-a-apollo {
  background: #000;
  overflow: hidden;
  position: relative; }
  .tm-a-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .tm-a-apollo:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    opacity: 0; }
  .tm-a-apollo:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1); }
  .tm-a-apollo:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    opacity: 1; }

  
body.blog .page-content {
  padding-top: 100px; }

.boxed {
  margin: 0 auto;
  max-width: 1200px; }
  .boxed .page-content {
    overflow: hidden; }

.site {
  position: relative;
  z-index: 2;
  background-color: #fff; }

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

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

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

.row:before, .row:after,
.container:before,
.container:after {
  display: none !important; }

  .page-banner .page-feature-image {
	position:relative;
    width: 100%;
	background-position-x: 50%;
	z-index:0;
	background-size:auto;
	-webkit-background-size: auto;
    -moz-background-size: auto;
    -ms-background-size: auto;
    -o-background-size: auto;
    background-attachment: fixed;}
  .page-banner .page-feature-image:after {
	content: '';
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 85%;
    width: 100%;
    display: block;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0, #fff 100%), linear-gradient(to bottom, rgba(255,255,255,0) 50%, rgba(255,255,255,0.5) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0, #fff 100%),linear-gradient(to bottom, rgba(255,255,255,0) 50%, rgba(255,255,255,0.5) 100%);}  
/* 	.page-banner .page-feature-image:before {
    content: '';
    display: block;
    height: 185px!important;
    width: 120%;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: rotate(-5deg)translateX(-50%);
    -ms-transform: rotate(-5deg)translateX(-50%);
    transform: rotate(-5deg)translateX(-50%);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    z-index: 0;
	background:#fff;} */
  .page-banner .page-feature-image .title-holder {
    display: table;
    width: 100%;
    height: 500px;}
  .home .page-banner .page-feature-image .title-holder {
    height: 100vh;}
  .page-banner .page-title {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10%; }
    .page-banner .page-title h2 {
      font-size: 48px;
      line-height: 56px;
      position: relative;
	  font-weight: 600;	
	text-transform:uppercase;}
	
.page-breadcrumb ul {
  padding: 0;
  margin: 0; }

.page-breadcrumb li {
  list-style-type: none;
  display: inline-block;
  position: relative; }
  .page-breadcrumb li:before {
    content: '/';
    margin: 5px; }
  .page-breadcrumb li:first-child:before {
    display: none; }

.page-pagination {
  margin: 80px 0 120px;
  padding: 0; }
  .page-pagination li {
    display: inline-block;
    list-style-type: none; }
    .page-pagination li + li {
      margin-left: 10px; }
    .page-pagination li span, .page-pagination li a {
    display: block;
    width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;}
    .page-pagination li .next, .page-pagination li .prev {
      width: auto;
      border: none; }
    .page-pagination li a:hover,
    .page-pagination li .current {
	border-bottom: 1px solid #121212; }

.page-links {
  margin: 80px 0 120px;
  padding: 0; }
  .page-links > span,
  .page-links > a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border: 2px solid #cccccc;
    font-size: 14px;
    color: #121212;
    margin-right: 5px; }
  .page-links .next, .page-links .prev {
    width: auto;
    border: none; }
  .page-links a:hover,
  .page-links > span {
    border-color: #121212;
    color: #121212; }

.comment-nav-links ul {
  margin: 0 0 50px;
  padding: 0; }

.comment-nav-links li {
  display: inline-block;
  list-style-type: none; }
  .comment-nav-links li + li {
    margin-left: 10px; }
  .comment-nav-links li span, .comment-nav-links li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #cccccc;
    font-size: 14px; }
  .comment-nav-links li .next, .comment-nav-links li .prev {
    width: auto;
    border: none; }
  .comment-nav-links li a:hover,
  .comment-nav-links li .current {
    border-color: #121212; }

.single-post .post {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 80px; }

.single-post .format-quote {
  border: 2px solid #000000;
  padding: 40px;
  position: relative; }
  .single-post .format-quote .post-quote-icon {
    position: absolute;
    right: 40px;
    bottom: 40px; }
  .single-post .format-quote .quote-text {
    font-size: 24px;
    font-family: inherit;
    font-weight: 600; }

.single-post .post-gallery,
.single-post .post-video,
.single-post .post-thumbnail {
  margin-bottom: 13px; }

.single-post .post-gallery img,
.single-post .post-thumbnail img {
  width: 100%; }

.single-post .post-content iframe {
  border: 0;
  width: 100%; }

.single-post .post-title {
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase; }

.single-post .post-date,
.single-post .post-comments-number {
  display: inline-block;
  font-style: italic;
  font-family: inherit;
  font-size: inherit; }

.single-post .post-categories a {
  text-transform: uppercase;
  font-size: 11px !important;
  font-weight: bold !important; }

.single-post .post-comments-number:before {
  content: '-';
  display: inline-block;
  margin: 0 5px; }

.single-post .post-share {
  text-align: left; }
  .single-post .post-share a + a {
    margin-left: 10px; }

.single-post .post-meta {
  margin-bottom: 25px; }

.single-post .post-share-title {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-style: italic; }

.single-post .comment-form, .page .comment-form {
  margin-bottom: 160px; }
  .single-post .comment-form .submit, .page .comment-form .submit {
    margin: 0; }
  .single-post .comment-form .form-submit, .page .comment-form .form-submit {
    margin: 0; }

.single-post .comment-form-email,
.single-post .comment-form-author,
.single-post .comment-form-url,
.single-post .comment-form-comment, .page .comment-form-email,
.page .comment-form-author,
.page .comment-form-url,
.page .comment-form-comment {
  margin-bottom: 20px; }

.single-post .comment-reply-title, .single-post .comments-title, .page .comment-reply-title, .page .comments-title {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
    padding-bottom: 15px;
    letter-spacing: 2px; }
  .single-post .comment-reply-title:after, .single-post .comments-title:after, .page .comment-reply-title:after, .page .comments-title:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    z-index: 999;
    background: #121212; }

.single-post .comment-list, .page .comment-list {
  margin: 0 0 65px;
  padding: 0; }
  .single-post .comment-list li, .page .comment-list li {
    list-style: none; }
  .single-post .comment-list .children, .page .comment-list .children {
    margin: 0; }
  .single-post .comment-list .comment, .page .comment-list .comment {
    margin-bottom: 60px; }
    .single-post .comment-list .comment:last-child, .page .comment-list .comment:last-child {
      margin-bottom: 0; }
    .single-post .comment-list .comment .comment-author, .page .comment-list .comment .comment-author {
      width: 72px;
      float: left; }
      .single-post .comment-list .comment .comment-author img, .page .comment-list .comment .comment-author img {
        border-radius: 50%; }
    .single-post .comment-list .comment .comment-content, .page .comment-list .comment .comment-content {
      padding-left: 100px; }
      .single-post .comment-list .comment .comment-content .metadata, .page .comment-list .comment .comment-content .metadata {
        margin-bottom: 20px; }
        .single-post .comment-list .comment .comment-content .metadata > a, .page .comment-list .comment .comment-content .metadata > a {
          font-style: italic;
          font-size: 16px;
          font-family: inherit; }
    .single-post .comment-list .comment .comment-reply-link, .page .comment-list .comment .comment-reply-link {
      text-transform: uppercase; }
      .single-post .comment-list .comment .comment-reply-link i, .page .comment-list .comment .comment-reply-link i {
        margin-right: 10px; }
    .single-post .comment-list .comment .children, .page .comment-list .comment .children {
      padding: 0; }
  .single-post .comment-list .fn, .page .comment-list .fn {
    text-transform: uppercase;
    font-size: 14px; }
  .single-post .comment-list .comment-body, .page .comment-list .comment-body {
    margin-bottom: 10px; }
  .single-post .comment-list .children > li:first-child, .page .comment-list .children > li:first-child {
    margin-top: 60px; }

.post-password-form input[type=password] {
  padding: 9px 20px; }

.post-password-form input[type=submit] {
  margin-top: 24px; }

.post-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .post-video iframe,
  .post-video embed,
  .post-video object,
  .post-video video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .post-video.embed-ratio-16by9 {
    padding-bottom: 56.25%; }
  .post-video.embed-ratio-4by3 {
    padding-bottom: 75%; }

.single-portfolio .portfolio.style-1 .portfolio-gallery {
  margin-bottom: 70px; }

.single-portfolio .portfolio.style-1 .portfolio-title {
  text-align: center; }

.single-portfolio .portfolio.style-1 .portfolio-content-body {
  text-align: center; }

.single-portfolio .portfolio.style-1 .portfolio-meta {
  margin-bottom: 40px;
  text-align: center; }
  .single-portfolio .portfolio.style-1 .portfolio-meta li {
    list-style-type: none;
    display: inline-block;
    padding: 13px 30px; }
    .single-portfolio .portfolio.style-1 .portfolio-meta li + li {
      border-left: 1px solid #ededed; }

.single-portfolio .portfolio.style-1 .portfolio-content-title {
  text-align: center; }

.single-portfolio .portfolio.style-1 .portfolio-categories a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; }

.single-portfolio .portfolio.style-1 .portfolio-share {
  text-align: center;
  margin-bottom: 150px; }
  
 .single-portfolio .portfolio.style-2 .portfolio-share {
  text-align: left;
  margin-bottom: 10px;
margin-top: 50px; }

 .single-portfolio .portfolio.style-2 .portfolio-like {
  text-align: left;
  margin-bottom: 30px;  }

.single-portfolio .portfolio.style-2 > .row {
  margin-bottom: 150px; }

.single-portfolio .portfolio.style-2 .portfolio-gallery img {
  margin-bottom: 30px;
  width: 100%; }

.single-portfolio .portfolio.style-2 .portfolio-meta {
  margin-bottom: 50px; }
  .single-portfolio .portfolio.style-2 .portfolio-meta ul {
    margin: 0;
    padding: 0; }
  .single-portfolio .portfolio.style-2 .portfolio-meta li {
    list-style-type: none;
    margin-bottom: 30px;
	display: inline-block;	}

.single-portfolio .portfolio.style-2 .portfolio-categories a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; }

.single-portfolio .portfolio-meta li h5 {
  text-transform: uppercase; }

.single-portfolio .portfolio-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 40px; }

.single-portfolio .portfolio-share a {
  font-size: 17px; }
  .single-portfolio .portfolio-share a + a {
    margin-left: 8px; }

.single-portfolio .post-share-title {
  font-style: italic;
  color: #121212; }

.single-portfolio .portfolio-content-body {
  margin-bottom: 25px; }

.single-portfolio .portfolio-content-title {
  color: #121212; }

.single-portfolio .related-portfolios {
  margin-bottom: 160px; }
  
.single-portfolio .portfolio-resize {
    width: 70%;
    margin: auto;}
  .single-portfolio .related-portfolios .portfolio-item:hover .portfolio-overlay {
    visibility: visible;
    opacity: 1; }
  .single-portfolio .related-portfolios .related-portfolio-thumbnail {
    position: relative; }
    .single-portfolio .related-portfolios .related-portfolio-thumbnail img {
      width: 100%; }
  .single-portfolio .related-portfolios .portfolio-overlay {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9); }
  .single-portfolio .related-portfolios .portfolio-overlay-inner {
    display: table;
    width: 100%;
    height: 100%; }
  .single-portfolio .related-portfolios .related-portfolio-title {
    margin: 0; }
    .single-portfolio .related-portfolios .related-portfolio-title a {
      font-size: 14px;
      text-transform: uppercase; }
  .single-portfolio .related-portfolios .related-portfolio-categories a {
    font-size: 16px;
    font-weight: 600;
    color: inherit; }
  .single-portfolio .related-portfolios .related-portfolio-info {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

.content404 {
  padding-bottom: 155px; }
  .content404 .icon {
    margin-bottom: 30px;
    display: block; }
    .content404 .icon i {
      font-size: 170px;
      color: #3551A6; }
  .content404 .title {
    font-size: 50px;
    letter-spacing: -1px;
    padding: 0;
    line-height: 1;
    margin-bottom: 30px; }
  .content404 .text {
    font-size: 16px;
    color: #444444; }
  .content404 .search {
    width: 100%;
    max-width: 570px;
    padding: 0;
    margin: 30px auto 0;
    position: relative; }
    .content404 .search label {
      width: 100%; }
    .content404 .search input {
      width: 100%;
      padding: 10px 20px;
      border-bottom: 1px solid #ddd;
      border-radius: 5px;
      margin: 0;
      font-size: 16px; }
    .content404 .search:after {
      content: '\f002';
      position: absolute;
      top: 15px;
      right: 15px;
      color: #222; }
    .content404 .search .search-submit {
      display: none; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.content-sidebar .page-sidebar,
.content-sidebar .wpb_widgetised_column {
  padding-left: 30px; }

.sidebar-content .page-sidebar,
.sidebar-content .wpb_widgetised_column {
  padding-right: 30px; }

.page-sidebar .widget,
.wpb_widgetised_column .widget {
  margin-bottom: 50px; }
  .page-sidebar .widget ul,
  .wpb_widgetised_column .widget ul {
    margin: 0;
    padding: 0; }

.page-sidebar .widget-title,
.wpb_widgetised_column .widget-title {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px; }
  .page-sidebar .widget-title:after,
  .wpb_widgetised_column .widget-title:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #121212; }

.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_product_categories li,
.widget_rss li,
.widget_pages li {
  list-style-type: none;
  position: relative;
  padding-left: 0;
  margin-bottom: 10px;
  display: block; }
  .widget_recent_entries li .children,
  .widget_recent_comments li .children,
  .widget_archive li .children,
  .widget_categories li .children,
  .widget_meta li .children,
  .widget_product_categories li .children,
  .widget_rss li .children,
  .widget_pages li .children {
    padding-top: 10px; }

.widget_recent_entries a,
.widget_recent_comments a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_product_categories a,
.widget_rss a,
.widget_pages a {
  font-family: inherit;
  font-size: inherit;
  color: inherit; }

.tagcloud a {
  font-family: inherit;
  font-size: inherit !important;
  color: inherit;
    font-weight: 700;  }

.page-sidebar .widget_search .search-form,
.wpb_widgetised_column .widget_search .search-form {
  position: relative; }

.page-sidebar .widget_search label,
.wpb_widgetised_column .widget_search label {
  width: 100%;
  margin: 0; }

.page-sidebar .widget_search span,
.wpb_widgetised_column .widget_search span {
  font-size: 0; }
  .page-sidebar .widget_search span:before,
  .wpb_widgetised_column .widget_search span:before {
    position: absolute;
    top: 23px;
    right: 1px;
    display: block;
    width: 48px;
    height: 47px;
    background-color: #eee;
    content: "\f002";
    text-align: center;
    font-size: 16px;
    line-height: 47px; }

.page-sidebar .widget_search input[type="search"],
.wpb_widgetised_column .widget_search input[type="search"] {
  margin-bottom: 0;
  padding: 10px 60px 10px 15px;
  border: 1px solid #ddd;
  background-color: #fff; }

.page-sidebar .widget_search .search-submit,
.wpb_widgetised_column .widget_search .search-submit {
  border: none !important;
  color: inherit !important;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent !important; }

.social-network-list a {
  margin-right: 5px; }
  .social-network-list a:last-child {
    margin-right: 0; }

.social-network-list .social-network-icon {
  font-size: 21px; }

.social-network-list .social-network-text {
  font-size: 16px;
  margin-left: 5px;
  text-decoration: underline; }

.social-network-list.hide-text a {
  padding:0 5px; }
  .social-network-list.hide-text a:last-child {
    margin-right: 0; }

.social-network-list.hide-text .social-network-text {
  display: none; }

.social-network-list.hide-icon .social-network-icon {
  display: none; }

.social-network-list.hide-icon .social-network-text {
  margin-left: 0; }

.tm-instagram {
  position: relative; }
  .tm-instagram ul {
    margin: 0;
    padding: 0; }
    .tm-instagram ul li {
      list-style: none; }
      .tm-instagram ul li img {
        width: 100%; }
  .tm-instagram .tm-instagram-style-2 > li:first-child {
    width: 100%; }
  .tm-instagram .item {
    float: left; }
  .tm-instagram .tm-instagram-1 .item {
    width: 100%; }
  .tm-instagram .tm-instagram-2 .item {
    width: 50%; }
  .tm-instagram .tm-instagram-3 .item {
    width: 33.333333%; }
  .tm-instagram .tm-instagram-4 .item {
    width: 25%; }
  .tm-instagram .tm-instagram-5 .item {
    width: 20%; }
  .tm-instagram .tm-instagram-6 .item {
    width: 16.6666666667%; }
  .tm-instagram .tm-instagram-7 .item {
    width: 14.2857142857%; }
  .tm-instagram .tm-instagram-8 .item {
    width: 12.5%; }
  .tm-instagram .tm-instagram-9 .item {
    width: 11.1111111111%; }
  .tm-instagram .tm-instagram-10 .item {
    width: 10%; }
  .tm-instagram .item {
    position: relative; }
    .tm-instagram .item .item-info {
      color: #fff;
      position: absolute;
      top: 50%;
      text-align: center;
      right: 0;
      left: 0;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .tm-instagram .item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      background: rgba(0, 0, 0, 0.5);
      cursor: pointer; }
    .tm-instagram .item:hover .overlay {
      opacity: 1;
      visibility: visible; }
    .tm-instagram .item .item-info > li {
      font-size: 14px;
      display: inline-block;
      vertical-align: top;
      color: #fff;
      margin-right: 10px;
      position: relative; }
      .tm-instagram .item .item-info > li span {
        color: #fff;
        position: relative;
        display: block;
        padding: 0 0 0 20px; }
      .tm-instagram .item .item-info > li:before {
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        left: 0; }
      .tm-instagram .item .item-info > li.likes:before {
        content: '\f08a'; }
      .tm-instagram .item .item-info > li.comments:before {
        content: '\f0e5'; }

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

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

@-webkit-keyframes moveUp {
  0% { }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes moveUp {
  0% { }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes scaleUp {
  0% { }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes scaleUp {
  0% { }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fallPerspective {
  0% { }
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }

@keyframes fallPerspective {
  0% { }
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes fly {
  0% { }
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes fly {
  0% { }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes flip {
  0% { }
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes flip {
  0% { }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes helix {
  0% { }
  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1; } }

@keyframes helix {
  0% { }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes popUp {
  0% { }
  70% {
    -webkit-transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes popUp {
  0% { }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.tm-animation {
  opacity: 0; }
	.wpb_start_animation.wpb_bottom-to-top {
	-webkit-animation: wpb_btt 1s 1 cubic-bezier(.17,.89,.92,1)!important;
	-o-animation: wpb_btt 1s 1 cubic-bezier(.17,.89,.92,1)!important;
	animation: wpb_btt 1s 1 cubic-bezier(.17,.89,.92,1)!important;
	opacity: 1;
	filter: alpha(opacity=100);
	}
	.tm-animation.move-up.animate { 
	-webkit-animation: wpb_btt 1s 1 cubic-bezier(.17,.89,.92,1)!important;
	-o-animation: wpb_btt 1s 1 cubic-bezier(.17,.89,.92,1)!important;
	animation: wpb_btt 1s 1 cubic-bezier(.17,.89,.92,1)!important;
	opacity: 1;
	filter: alpha(opacity=100);
	}
  .tm-animation.fade-in.animate {
    -webkit-animation: fadeIn 0.95s ease forwards;
    animation: fadeIn 0.95s ease forwards; }
  .tm-animation1.move-up1.animate1 {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards; }
  .tm-animation.scale-up.animate {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.65s ease-in-out forwards;
    animation: scaleUp 0.65s ease-in-out forwards; }
  .tm-animation.fall-perspective {
    -webkit-perspective: 1300px;
    perspective: 1300px; }
    .tm-animation.fall-perspective.animate {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
      transform: translateZ(400px) translateY(300px) rotateX(-90deg);
      -webkit-animation: fallPerspective .8s ease-in-out forwards;
      animation: fallPerspective .8s ease-in-out forwards; }
  .tm-animation.fly {
    -webkit-perspective: 1300px;
    perspective: 1300px; }
    .tm-animation.fly.animate {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform-origin: 50% 50% -300px;
      transform-origin: 50% 50% -300px;
      -webkit-transform: rotateX(-180deg);
      transform: rotateX(-180deg);
      -webkit-animation: fly .8s ease-in-out forwards;
      animation: fly .8s ease-in-out forwards; }
  .tm-animation.flip.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    -webkit-animation: flip .8s ease-in-out forwards;
    animation: flip .8s ease-in-out forwards; }
  .tm-animation.helix {
    -webkit-perspective: 1300px;
    perspective: 1300px; }
    .tm-animation.helix.animate {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform: rotateY(-180deg);
      transform: rotateY(-180deg);
      -webkit-animation: helix .8s ease-in-out forwards;
      animation: helix .8s ease-in-out forwards; }
  .tm-animation.pop-up {
    -webkit-perspective: 1300px;
    perspective: 1300px; }
    .tm-animation.pop-up.animate {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform: scale(0.4);
      transform: scale(0.4);
      -webkit-animation: popUp .8s ease-in forwards;
      animation: popUp .8s ease-in forwards; }

.tm-grid-wrapper {
  margin-bottom: 30px; }
  .tm-grid-wrapper .tm-filter-button-group {
    margin-bottom: 45px; }
    .tm-grid-wrapper .tm-filter-button-group [class*=col] {
      padding-left: 0;
      padding-right: 0; }
    .tm-grid-wrapper .tm-filter-button-group.right {
      text-align: right; }
    .tm-grid-wrapper .tm-filter-button-group.center {
      text-align: center; }
      .tm-grid-wrapper .tm-filter-button-group.center .btn-filter {
        padding: 10px 12px;
        margin: 0 !important; }
    .tm-grid-wrapper .tm-filter-button-group.show-filter-counter {
      padding-top: 30px; }
  .tm-grid-wrapper .btn-filter {
    text-transform: uppercase;
    font-size: 11px !important;
    padding: 10px 0;
    position: relative;
    display: inline-block;
    z-index: 999; }
    .tm-grid-wrapper .btn-filter + .btn-filter {
      margin-left: 25px; }
    .tm-grid-wrapper .btn-filter:hover .filter-counter {
      bottom: 100%;
      opacity: 1;
      visibility: visible; }
  .tm-grid-wrapper .filter-counter {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: 0;
    background-color: #4d4c4d;
    border-radius: 3px;
    color: #ffffff;
    width: 34px;
    text-align: center;
    padding: 4px 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden; }
    .tm-grid-wrapper .filter-counter:before {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 0;
      height: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #4d4c4d;
      display: block; }
  .tm-grid-wrapper .tm-grid-pagination {
    margin-top: 80px; }

.tm-grid.has-animation .grid-item {
  opacity: 0; }

.tm-grid.fade-in .animate {
  -webkit-animation: fadeIn 0.95s ease forwards;
  animation: fadeIn 0.95s ease forwards; }
  
.tm-grid.move-up .animate { 
	-webkit-animation: wpb_btt 1s 1 cubic-bezier(.17,.89,.92,1)!important;
	-o-animation: wpb_btt 1s 1 cubic-bezier(.17,.89,.92,1)!important;
	animation: wpb_btt 1s 1 cubic-bezier(.17,.89,.92,1)!important;
	opacity: 1;
	filter: alpha(opacity=100);
}


@-webkit-keyframes wpb_btt{0%{-webkit-transform:translate(0,10%);opacity:0;filter:alpha(opacity=0)}100%{-webkit-transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}}
@-moz-keyframes wpb_btt{0%{-moz-transform:translate(0,10%);opacity:0;filter:alpha(opacity=0)}100%{-moz-transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}}
@-o-keyframes wpb_btt{0%{-o-transform:translate(0,10%);opacity:0;filter:alpha(opacity=0)}100%{-o-transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}}
@keyframes wpb_btt{0%{-webkit-transform:translate(0,10%);-ms-transform:translate(0,10%);-o-transform:translate(0,10%);transform:translate(0,10%);opacity:0;filter:alpha(opacity=0)}100%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}}



.tm-grid.scale-up .animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards; }

.tm-grid.fall-perspective {
  -webkit-perspective: 1300px;
  perspective: 1300px; }
  .tm-grid.fall-perspective .animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    -webkit-animation: fallPerspective .8s ease-in-out forwards;
    animation: fallPerspective .8s ease-in-out forwards; }

.tm-grid.fly {
  -webkit-perspective: 1300px;
  perspective: 1300px; }
  .tm-grid.fly .animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -300px;
    transform-origin: 50% 50% -300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-animation: fly .8s ease-in-out forwards;
    animation: fly .8s ease-in-out forwards; }

.tm-grid.flip .animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip .8s ease-in-out forwards;
  animation: flip .8s ease-in-out forwards; }

.tm-grid.helix {
  -webkit-perspective: 1300px;
  perspective: 1300px; }
  .tm-grid.helix .animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: helix .8s ease-in-out forwards;
    animation: helix .8s ease-in-out forwards; }

.tm-grid.pop-up {
  -webkit-perspective: 1300px;
  perspective: 1300px; }
  .tm-grid.pop-up .animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-animation: popUp .8s ease-in forwards;
    animation: popUp .8s ease-in forwards; }

.tm-posts.style-1 {
  margin: 0 -15px; }
  .tm-posts.style-1 .post-item {
    margin-bottom: 30px;
    width: 50%;
    padding: 0 15px;
    float: left; }
  .tm-posts.style-1 .post-thumbnail {
    float: left; }
    .tm-posts.style-1 .post-thumbnail img {
      width: 270px; }
  .tm-posts.style-1 .post-info {
    padding: 20px 0 0 300px; }
  .tm-posts.style-1 .post-title {
    font-size: 22px;
    margin-bottom: 15px; }
  .tm-posts.style-1 .post-date {
    display: inline-block;
    margin-right: 15px; }
  .tm-posts.style-1 .post-categories a {
    text-transform: uppercase;
    font-size: 11px !important;
    font-weight: bold !important; }
  .tm-posts.style-1 .post-excerpt {
    margin-bottom: 50px; }

.tm-posts.style-2 {
  margin: 0 -15px; }
  .tm-posts.style-2 .post-item {
    margin-bottom: 30px;
    width: 33.333333%;
    padding: 0 15px;
    float: left; }
  .tm-posts.style-2 .post-thumbnail {
    margin-bottom: 20px; }
    .tm-posts.style-2 .post-thumbnail img {
      width: 100%; }
  .tm-posts.style-2 .post-title {
    font-size: 22px;
    margin-bottom: 15px; }
  .tm-posts.style-2 .post-date {
    display: inline-block;
    margin-right: 15px; }
  .tm-posts.style-2 .post-categories a {
    text-transform: uppercase;
    font-size: 11px !important;
    font-weight: bold !important; }
  .tm-posts.style-2 .post-comments-number {
    display: inline-block; }
    .tm-posts.style-2 .post-comments-number:before {
      content: '//';
      display: inline-block;
      margin-right: 10px; }

.tm-posts.style-3 .post-item {
  max-width: 680px;
  float: left;
  display: table; }
  .tm-posts.style-3 .post-item + .post-item {
    margin-top: -90px;
    min-height: 340px; }
  .tm-posts.style-3 .post-item.even .post-info {
    padding-left: 30px; }
  .tm-posts.style-3 .post-item.odd {
    float: right;
    direction: rtl; }
    .tm-posts.style-3 .post-item.odd .post-thumbnail {
      float: right; }
    .tm-posts.style-3 .post-item.odd .post-info {
      padding-right: 30px; }
    .tm-posts.style-3 .post-item.odd .post-meta {
      direction: ltr;
      text-align: right; }

.tm-posts.style-3 .post-info {
  display: table-cell;
  vertical-align: middle; }

.tm-posts.style-3 .post-thumbnail {
  display: table-cell;
  width: 270px;
  position: relative; }
  .tm-posts.style-3 .post-thumbnail img {
    width: 270px;
    height: 340px; }
  .tm-posts.style-3 .post-thumbnail:hover .post-overlay {
    opacity: 1;
    visibility: visible; }
    .tm-posts.style-3 .post-thumbnail:hover .post-overlay i {
      top: 30px; }

.tm-posts.style-3 .post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
  direction: ltr; }
  .tm-posts.style-3 .post-overlay i {
    position: relative;
    width: 100%;
    top: 0;
    left: 30px;
    font-size: 30px;
    margin: 0 auto;
    display: table;
    color: #ffffff; }

.tm-posts.style-3 .post-title {
  font-size: 24px;
  margin-bottom: 15px; }

.tm-posts.style-3 .post-date {
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px !important;
  font-weight: bold !important; }

.tm-posts.style-3 .post-categories {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-right: 10px; }
  .tm-posts.style-3 .post-categories a {
    text-transform: uppercase;
    font-size: 11px !important;
    font-weight: bold !important; }
  .tm-posts.style-3 .post-categories:after {
    content: '\f111';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    color: #121212;
    font-size: 8px; }

.tm-posts.style-3 .post-comments-number {
  display: inline-block; }
  .tm-posts.style-3 .post-comments-number:before {
    content: '//';
    display: inline-block;
    margin-right: 10px; }

.tm-posts.style-4 .post-item {
  margin-bottom: 50px; }

.tm-posts.style-4 .format-quote {
  border: 2px solid #ededed;
  padding: 40px 40px 30px; }
  .tm-posts.style-4 .format-quote .source-name {
    padding-top: 10px;
    float: left;
    text-transform: uppercase; }
    .tm-posts.style-4 .format-quote .source-name a {
      font-family: inherit; }
  .tm-posts.style-4 .format-quote .post-quote-icon {
    float: right; }
    .tm-posts.style-4 .format-quote .post-quote-icon i {
      font-size: 60px; }
  .tm-posts.style-4 .format-quote .quote-text {
    font-size: 24px;
    font-family: inherit;
    font-weight: 600; }

.tm-posts.style-4 .post-gallery,
.tm-posts.style-4 .post-video,
.tm-posts.style-4 .post-thumbnail {
  margin-bottom: 13px; }

.tm-posts.style-4 .post-gallery img,
.tm-posts.style-4 .post-thumbnail img {
  width: 100%; }
 .tm-posts.style-4 .excerpt-content {
	position: relative;
    width: 95%;
    margin: auto;
    padding: 20px;
    top: -70px;
    background: #ffffff;
    border-bottom: 1px solid #333333;
    z-index: 10; }

.tm-posts.style-4 .post-thumbnail {
  position: relative; }
  .tm-posts.style-4 .post-thumbnail:hover .post-thumbnail-overlay {
    opacity: 1;
    right: 0; }

.tm-posts.style-4 .post-thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0; }
  .tm-posts.style-4 .post-thumbnail-overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px; }

.tm-posts.style-4 .post-title {
font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase; }

.tm-posts.style-4 .post-date,
.tm-posts.style-4 .post-comments-number {
  display: inline-block;
  font-style: italic;
  font-family: inherit;
  font-size: inherit; }

.tm-posts.style-4 .post-categories a {
  text-transform: uppercase;
  font-size: 11px !important;
  font-weight: bold !important; }

/* .tm-posts.style-4 .post-comments-number:before {
  content: '//';
  display: inline-block;
  margin: 0 5px; } */

.tm-posts.style-4 .post-share {
  text-align: right; }
  .tm-posts.style-4 .post-share a + a {
    margin-left: 10px; }

.tm-posts.style-4 .post-meta {
  margin-bottom: 5px; }

.tm-posts.style-4 .post-share-title {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-style: italic; }

.tm-posts.style-4 .post-excerpt {
  margin-bottom: 20px; }

.tm-grid-classic .grid-item,
.tm-grid-classic .grid-sizer {
  width: 33.333333%; }

.tm-grid-classic .grid-item:hover .post-overlay {
  visibility: visible;
  opacity: 1; }

.tm-grid-classic.grid-4-column .grid-item,
.tm-grid-classic.grid-4-column .grid-sizer {
  width: 25%; }

.tm-grid-classic.grid-spacing-4px .tm-grid {
  margin: 0 -2px; }

.tm-grid-classic.grid-spacing-4px .grid-item {
  padding: 0 2px;
  margin-bottom: 4px; }

.tm-grid-classic.grid-spacing-10px .tm-grid {
  margin: 0 -5px; }

.tm-grid-classic.grid-spacing-10px .grid-item {
  padding: 0 5px;
  margin-bottom: 10px; }

.tm-grid-classic.grid-spacing-20px .tm-grid {
  margin: 0 -10px; }

.tm-grid-classic.grid-spacing-20px .grid-item {
  padding: 0 10px;
  margin-bottom: 20px; }

.tm-grid-classic.grid-spacing-30px .tm-grid {
  margin: 0 -15px; }

.tm-grid-classic.grid-spacing-30px .grid-item {
  padding: 0 15px;
  margin-bottom: 30px; }

.tm-grid-classic.grid-outer-text .post-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .tm-grid-classic.grid-outer-text .post-overlay:before {
    background: url(../../images/plus.png);
    width: 55px;
    height: 55px;
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .tm-grid-classic.grid-outer-text .post-overlay > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.tm-grid-classic.grid-outer-text .post-info {
  padding-top: 20px; }

.tm-grid-classic.grid-outer-text .post-title {
  display: inline-block; }
  .tm-grid-classic.grid-outer-text .post-title:after {
    content: '//'; }

.tm-grid-classic.grid-outer-text .post-categories {
  display: inline-block; }

.tm-grid-classic.grid-inner-text .post-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.tm-grid-classic.grid-inner-text .post-overlay-inner {
  display: table;
  width: 100%;
  height: 100%; }

.tm-grid-classic.grid-inner-text .post-info {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 30px; }

.tm-grid-classic.grid-inner-text .post-title a {
  color: #ffffff; }

.tm-grid-classic.grid-overlay-2 .post-overlay {
  left: 0;
  bottom: 0;
  right: 0; }

.tm-grid-classic.grid-overlay-2 .post-overlay-inner {
  padding: 20px 30px; }

.tm-grid-classic.grid-overlay-2 .post-title a {
  color: #ffffff; }

.tm-grid-classic .post-thumbnail {
  position: relative; }
  .tm-grid-classic .post-thumbnail img {
    width: 100%; }

.tm-grid-classic .post-overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.8); }

.tm-grid-classic .post-title {
  margin: 0; }
  .tm-grid-classic .post-title a {
    font-size: 14px;
    text-transform: uppercase; }

.tm-grid-classic .post-categories a {
  font-size: 16px;
  font-weight: 600;
  color: inherit; }

.tm-grid-masonry .grid-item,
.tm-grid-masonry .grid-sizer {
  width: 33.333333%; }

.tm-grid-masonry .grid-item:hover .post-overlay {
  visibility: visible;
  opacity: 1; }

.tm-grid-masonry.grid-4-column .grid-item,
.tm-grid-masonry.grid-4-column .grid-sizer {
  width: 25%; }

.tm-grid-masonry.grid-spacing-4px .tm-grid {
  margin: 0 -2px; }

.tm-grid-masonry.grid-spacing-4px .grid-item {
  padding: 0 2px;
  margin-bottom: 4px; }

.tm-grid-masonry.grid-spacing-10px .tm-grid {
  margin: 0 -5px; }

.tm-grid-masonry.grid-spacing-10px .grid-item {
  padding: 0 5px;
  margin-bottom: 10px; }

.tm-grid-masonry.grid-spacing-20px .tm-grid {
  margin: 0 -10px; }

.tm-grid-masonry.grid-spacing-20px .grid-item {
  padding: 0 10px;
  margin-bottom: 20px; }

.tm-grid-masonry.grid-spacing-30px .tm-grid {
  margin: 0 -15px; }

.tm-grid-masonry.grid-spacing-30px .grid-item {
  padding: 0 15px;
  margin-bottom: 30px; }

.tm-grid-masonry .post-thumbnail {
  position: relative; }
  .tm-grid-masonry .post-thumbnail img {
    width: 100%; }

.tm-grid-masonry .post-overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8); }

.tm-grid-masonry .post-overlay-inner {
  display: table;
  width: 100%;
  height: 100%; }

.tm-grid-masonry .post-info {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 30px; }
  .tm-grid-masonry .post-info .post-categories a {
    color: inherit;
    font-size: 11px;
    font-weight: 600; }

.tm-grid-masonry .post-title {
  margin: 0; }
  .tm-grid-masonry .post-title a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase; }

.tm-grid-metro .grid-item {
  overflow: hidden; }
  .tm-grid-metro .grid-item:hover .post-overlay {
    visibility: visible;
    opacity: 1; }
  .tm-grid-metro .grid-item .post-image {
    height: 100%;
    /* initial ratio of 1:1*/ }
    .tm-grid-metro .grid-item .post-image img {
      width: 100%;
      height: 100%; }

.tm-grid-metro.grid-4-column .grid-item,
.tm-grid-metro.grid-4-column .grid-sizer {
  width: 25%; }

.tm-grid-metro.grid-4-column .grid-item--width2 {
  width: 50%; }

.tm-grid-metro.grid-spacing-4px .tm-grid {
  margin: 0 -2px; }

.tm-grid-metro.grid-spacing-4px .grid-item {
  margin: 0 2px 4px; }

.tm-grid-metro.grid-spacing-10px .tm-grid {
  margin: 0 -5px; }

.tm-grid-metro.grid-spacing-10px .grid-item {
  margin: 0 5px 10px; }

.tm-grid-metro.grid-spacing-20px .tm-grid {
  margin: 0 -10px; }

.tm-grid-metro.grid-spacing-20px .grid-item {
  margin: 0 10px 20px; }

.tm-grid-metro.grid-spacing-30px .tm-grid {
  margin: 0 -15px; }

.tm-grid-metro.grid-spacing-30px .grid-item {
  margin: 0 15px 30px; }

.tm-grid-metro .post-overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8); }

.tm-grid-metro .post-overlay-inner {
  display: table;
  width: 100%;
  height: 100%; }

.tm-grid-metro .post-info {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

.tm-grid-metro .post-title {
  margin: 0; }
  .tm-grid-metro .post-title a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase; }

.tm-grid-metro .post-categories a {
  color: inherit;
  font-size: 11px;
  font-weight: 600; }

.tm-portfolios.style-1 .portfolio-item {
  width: 100%; }
  .tm-portfolios.style-1 .portfolio-item:nth-child(even) {
    float: left; }
    .tm-portfolios.style-1 .portfolio-item:nth-child(even) .portfolio-info {
      vertical-align: top;
      padding-top: 100px;
      padding-left: 36px; }
    .tm-portfolios.style-1 .portfolio-item:nth-child(even) .portfolio-title:before {
      right: calc(100% + 20px); }
  .tm-portfolios.style-1 .portfolio-item:nth-child(odd) {
    margin-top: -160px;
   /*  margin-bottom: 160px; */
    float: right;
    direction: rtl; }
    .tm-portfolios.style-1 .portfolio-item:nth-child(odd):last-child {
      margin-bottom: 0; }
    .tm-portfolios.style-1 .portfolio-item:nth-child(odd) .portfolio-thumbnail {
      float: right; }
    .tm-portfolios.style-1 .portfolio-item:nth-child(odd) .portfolio-info {
      padding-right: 36px;
      vertical-align: bottom;
      padding-bottom: 100px; }
    .tm-portfolios.style-1 .portfolio-item:nth-child(odd) .portfolio-title:before {
      left: calc(100% + 20px); }

.tm-portfolios.style-1 .portfolio-content {
  display: table;
  min-height: 500px; }

.tm-portfolios.style-1 .portfolio-info {
  display: table-cell; }

.tm-portfolios.style-1 .portfolio-thumbnail {
  display: table-cell;
  width: 370px; }
  .tm-portfolios.style-1 .portfolio-thumbnail img {
    width: 370px;
    height: 500px; }

.tm-portfolios.style-1 .portfolio-title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 10px;
  position: relative; }
  .tm-portfolios.style-1 .portfolio-title:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 70px;
    height: 4px;
    background: url(../../images/line.jpg) no-repeat; }

.tm-portfolios.style-1 .portfolio-categories a {
  color: inherit;
  font-size: 12px!important;
  font-weight: 600;
    text-transform: uppercase; }

.tm-portfolios.style-2 .grid-item,
.tm-portfolios.style-2 .grid-sizer {
  width: 33.333333%; }

.tm-portfolios.style-2 .grid-item:hover .portfolio-overlay {
  opacity: 1; }

.tm-portfolios.style-2.grid-4-column .grid-item,
.tm-portfolios.style-2.grid-4-column .grid-sizer {
  width: 25%; }

.tm-portfolios.style-2.grid-spacing-4px .tm-grid {
  margin: 0 -2px; }

.tm-portfolios.style-2.grid-spacing-4px .grid-item {
  padding: 0 2px;
  margin-bottom: 4px; }

.tm-portfolios.style-2.grid-spacing-10px .tm-grid {
  margin: 0 -5px; }

.tm-portfolios.style-2.grid-spacing-10px .grid-item {
  padding: 0 5px;
  margin-bottom: 10px; }

.tm-portfolios.style-2.grid-spacing-20px .tm-grid {
  margin: 0 -10px; }

.tm-portfolios.style-2.grid-spacing-20px .grid-item {
  padding: 0 10px;
  margin-bottom: 20px; }

.tm-portfolios.style-2.grid-spacing-30px .tm-grid {
  margin: 0 -15px; }

.tm-portfolios.style-2.grid-spacing-30px .grid-item {
  padding: 0 15px;
  margin-bottom: 30px; }

.tm-portfolios.style-2 .grid-inner-text .grid-outer-text [data-overlay-animation="left-to-right"] .portfolio-overlay {
  right: auto;
  left: -100%;
  top: 0; }

.tm-portfolios.style-2 .grid-inner-text .grid-outer-text [data-overlay-animation="left-to-right"] .portfolio-thumbnail:hover .portfolio-overlay {
  left: 0; }

.tm-portfolios.style-2 .grid-inner-text .grid-outer-text [data-overlay-animation="right-to-left"] .portfolio-overlay {
  right: auto;
  left: 100%;
  top: 0; }

.tm-portfolios.style-2 .grid-inner-text .grid-outer-text [data-overlay-animation="right-to-left"] .portfolio-thumbnail:hover .portfolio-overlay {
  left: 0; }

.tm-portfolios.style-2 .grid-inner-text .grid-outer-text [data-overlay-animation="top-to-bottom"] .portfolio-overlay {
  right: auto;
  left: 0;
  top: -100%; }

.tm-portfolios.style-2 .grid-inner-text .grid-outer-text [data-overlay-animation="top-to-bottom"] .portfolio-thumbnail:hover .portfolio-overlay {
  top: 0; }

.tm-portfolios.style-2 .grid-inner-text .grid-outer-text [data-overlay-animation="bottom-to-top"] .portfolio-overlay {
  right: auto;
  left: 0;
  top: 100%; }

.tm-portfolios.style-2 .grid-inner-text .grid-outer-text [data-overlay-animation="bottom-to-top"] .portfolio-thumbnail:hover .portfolio-overlay {
  top: 0; }

.tm-portfolios.style-2 .grid-inner-text .grid-outer-text [data-overlay-animation="hover-dir"] .portfolio-thumbnail {
  overflow: hidden; }

.tm-portfolios.style-2 .grid-inner-text .grid-outer-text [data-overlay-animation="hover-dir"] .portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0; }

.tm-portfolios.style-2 .grid-inner-text .grid-outer-text [data-overlay-animation="lily"] .portfolio-thumbnail:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.tm-portfolios.style-2 .grid-inner-text .grid-outer-text [data-overlay-animation="chico"] .portfolio-title,
.tm-portfolios.style-2 .grid-inner-text .grid-outer-text [data-overlay-animation="oscar"] .portfolio-title {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

.tm-portfolios.style-2 .grid-inner-text .grid-outer-text [data-overlay-animation="chico"] .portfolio-overlay {
  background-color: transparent;
  height: 100%;
  width: 101%;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 1; }

.tm-portfolios.style-2 .grid-inner-text .grid-outer-text [data-overlay-animation="chico"] .portfolio-thumbnail img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.tm-portfolios.style-2 .grid-inner-text .grid-outer-text [data-overlay-animation="chico"] .portfolio-thumbnail:hover img {
  -webkit-transform: scale(1);
  transform: scale(1); }

.tm-portfolios.style-2 .grid-inner-text .grid-outer-text [data-overlay-animation="chico"] .portfolio-thumbnail:hover .portfolio-title {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0); }

.tm-portfolios.style-2.grid-outer-text .portfolio-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .tm-portfolios.style-2.grid-outer-text .portfolio-overlay:before {
    background: url(../../images/plus.png);
    width: 55px;
    height: 55px;
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .tm-portfolios.style-2.grid-outer-text .portfolio-overlay > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.tm-portfolios.style-2.grid-outer-text .portfolio-info {
  padding-top: 20px; }

.tm-portfolios.style-2.grid-outer-text .portfolio-title {
  display: inline-block; }
  .tm-portfolios.style-2.grid-outer-text .portfolio-title:after {
    content: '//'; }

.tm-portfolios.style-2.grid-outer-text .portfolio-categories {
  display: inline-block; }

.tm-portfolios.style-2.grid-inner-text .portfolio-overlay-inner {
  display: table;
  width: 100%;
  height: 100%; }

.tm-portfolios.style-2.grid-inner-text .portfolio-info {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

.tm-portfolios.style-2.grid-inner-text .portfolio-title a {
  color: #ffffff; }

.tm-portfolios.style-2.grid-overlay-2 .portfolio-overlay {
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.tm-portfolios.style-2.grid-overlay-2 .portfolio-overlay-inner {
  padding: 20px 30px; }

.tm-portfolios.style-2.grid-overlay-2 .portfolio-title a {
  color: #ffffff; }

.tm-portfolios.style-2 .portfolio-thumbnail {
  position: relative;
  overflow: hidden; }
  .tm-portfolios.style-2 .portfolio-thumbnail img {
    width: 100%; }

.tm-portfolios.style-2 .portfolio-overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); }

.tm-portfolios.style-2 .portfolio-title {
  margin: 0; }
  .tm-portfolios.style-2 .portfolio-title a {
    font-size: 14px;
    text-transform: uppercase; }

.tm-portfolios.style-2 .portfolio-categories a {
  color: inherit;
  font-size: 12px!important;
  font-weight: 600;
    text-transform: uppercase; }

.tm-portfolios.style-3 .grid-item,
.tm-portfolios.style-3 .grid-sizer {
  width: 33.333333%; }

.tm-portfolios.style-3 .grid-item:hover .portfolio-overlay {
  visibility: visible;
  opacity: 1; }
  
  .tm-portfolios.style-3 .grid-item:hover .portfolio-thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  
  .tm-portfolios.style-3 .grid-item:hover .portfolio-info {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
	
  .tm-portfolios.style-3 .grid-item:hover .new-tag {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

.tm-portfolios.style-3.grid-2-column .grid-item,
.tm-portfolios.style-3.grid-2-column .grid-sizer {
  width: 50%; }
	
.tm-portfolios.style-3.grid-4-column .grid-item,
.tm-portfolios.style-3.grid-4-column .grid-sizer {
  width: 25%; }

.tm-portfolios.style-3.grid-spacing-4px .tm-grid {
  margin: 0 -2px; }

.tm-portfolios.style-3.grid-spacing-4px .grid-item {
  padding: 0 2px;
  margin-bottom: 4px; }

.tm-portfolios.style-3.grid-spacing-10px .tm-grid {
  margin: 0 -5px; }

.tm-portfolios.style-3.grid-spacing-10px .grid-item {
  padding: 0 5px;
  margin-bottom: 10px; }

.tm-portfolios.style-3.grid-spacing-20px .tm-grid {
  margin: 0 -10px; }

.tm-portfolios.style-3.grid-spacing-20px .grid-item {
  padding: 0 10px;
  margin-bottom: 20px; }

.tm-portfolios.style-3.grid-spacing-30px .tm-grid {
  margin: 0 -15px; }

.tm-portfolios.style-3.grid-spacing-30px .grid-item {
  padding: 0 15px;
  margin-bottom: 30px; }

.tm-portfolios.style-3 .portfolio-thumbnail {
  position: relative;
  overflow: hidden;  }
  .tm-portfolios.style-3 .portfolio-thumbnail img {
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out, transform .3s ease-out;	}

.tm-portfolios.style-3 .portfolio-overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .9);
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;  }

.tm-portfolios.style-3 .portfolio-overlay-inner {
  display: table;
  width: 100%;
  height: 100%; }

.tm-portfolios.style-3 .portfolio-info {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out, transform .3s ease-out;  }

.tm-portfolios.style-3 .portfolio-title {
  margin: 0; }
  .tm-portfolios.style-3 .portfolio-title a {
    font-size: 17px;
    text-transform: uppercase; }

.tm-portfolios.style-3 .portfolio-categories a {
  color: inherit;
  font-size: 12px!important;
  font-weight: 600;
    text-transform: uppercase;  }

.tm-portfolios.style-4 {
  /*.grid-item,
		.grid-sizer {
			width: 33.333333%;
		}*/ }
  .tm-portfolios.style-4 .grid-item {
    overflow: hidden; }
    .tm-portfolios.style-4 .grid-item:hover .portfolio-overlay {
      visibility: visible;
      opacity: 1; }
	 
	   .tm-portfolios.style-4 .grid-item:hover .portfolio-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  
  .tm-portfolios.style-4 .grid-item:hover .portfolio-info {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
	
  .tm-portfolios.style-4 .grid-item:hover .new-tag {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
	  
    .tm-portfolios.style-4 .grid-item .portfolio-image {
      height: 100%;
      /* initial ratio of 1:1*/ }
      .tm-portfolios.style-4 .grid-item .portfolio-image img {
        width: 100%;
        height: 100%; }
		
		  .tm-portfolios.style-4 .portfolio-image img {
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out, transform .3s ease-out;	}
		
  .tm-portfolios.style-4.grid-4-column .grid-item,
  .tm-portfolios.style-4.grid-4-column .grid-sizer {
    width: 25%; }
  .tm-portfolios.style-4.grid-4-column .grid-item--width2 {
    width: 50%; }
  .tm-portfolios.style-4.grid-spacing-4px .tm-grid {
    margin: 0 -2px; }
  .tm-portfolios.style-4.grid-spacing-4px .grid-item {
    margin: 0 2px 4px; }
  .tm-portfolios.style-4.grid-spacing-10px .tm-grid {
    margin: 0 -5px; }
  .tm-portfolios.style-4.grid-spacing-10px .grid-item {
    margin: 0 5px 10px; }
  .tm-portfolios.style-4.grid-spacing-20px .tm-grid {
    margin: 0 -10px; }
  .tm-portfolios.style-4.grid-spacing-20px .grid-item {
    margin: 0 10px 20px; }
  .tm-portfolios.style-4.grid-spacing-30px .tm-grid {
    margin: 0 -15px; }
  .tm-portfolios.style-4.grid-spacing-30px .grid-item {
    margin: 0 15px 30px; }
.tm-portfolios.style-4 .portfolio-overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .9);
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;  }
  .tm-portfolios.style-4 .portfolio-overlay-inner {
    display: table;
    width: 100%;
    height: 100%; }
.tm-portfolios.style-4 .portfolio-info {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out, transform .3s ease-out;  }
  .tm-portfolios.style-4 .portfolio-title {
    margin: 0; }
    .tm-portfolios.style-4 .portfolio-title a {
      font-size: 17px;
      text-transform: uppercase; }
  .tm-portfolios.style-4 .portfolio-categories a {
  color: inherit;
  font-size: 12px!important;
  font-weight: 600;
    text-transform: uppercase; }

.tm-grid-wrapper [data-overlay-animation="left-to-right"] .portfolio-overlay {
  right: auto;
  left: -100%;
  top: 0; }

.tm-grid-wrapper [data-overlay-animation="left-to-right"] .portfolio-thumbnail:hover .portfolio-overlay {
  left: 0; }

.tm-grid-wrapper [data-overlay-animation="right-to-left"] .portfolio-overlay {
  right: auto;
  left: 100%;
  top: 0; }

.tm-grid-wrapper [data-overlay-animation="right-to-left"] .portfolio-thumbnail:hover .portfolio-overlay {
  left: 0; }

.tm-grid-wrapper [data-overlay-animation="top-to-bottom"] .portfolio-overlay {
  right: auto;
  left: 0;
  top: -100%; }

.tm-grid-wrapper [data-overlay-animation="top-to-bottom"] .portfolio-thumbnail:hover .portfolio-overlay {
  top: 0; }

.tm-grid-wrapper [data-overlay-animation="bottom-to-top"] .portfolio-overlay {
  right: auto;
  left: 0;
  top: 100%; }

.tm-grid-wrapper [data-overlay-animation="bottom-to-top"] .portfolio-thumbnail:hover .portfolio-overlay {
  top: 0; }

.tm-grid-wrapper [data-overlay-animation="hover-dir"] .portfolio-thumbnail {
  overflow: hidden; }

.tm-grid-wrapper [data-overlay-animation="hover-dir"] .portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0; }

.tm-grid-wrapper [data-overlay-animation="lily"] .portfolio-thumbnail:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.tm-grid-wrapper [data-overlay-animation="chico"] .portfolio-title,
.tm-grid-wrapper [data-overlay-animation="oscar"] .portfolio-title {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

.tm-grid-wrapper [data-overlay-animation="chico"] .portfolio-overlay {
  background-color: transparent;
  height: 100%;
  width: 101%;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 1; }

.tm-grid-wrapper [data-overlay-animation="chico"] .portfolio-thumbnail img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.tm-grid-wrapper [data-overlay-animation="chico"] .portfolio-thumbnail:hover img {
  -webkit-transform: scale(1);
  transform: scale(1); }

.tm-grid-wrapper [data-overlay-animation="chico"] .portfolio-thumbnail:hover .portfolio-title {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0); }

.tm-box-icon.style-1 {
  text-align: center;
  margin-bottom: 30px; }
  .tm-box-icon.style-1 .icon {
    width: 80px;
    height: 80px;
    line-height: 88px;
    font-size: 48px;
    border-radius: 50%;
    color: #121212;
    position: relative;
    margin: 0 auto 25px; }
    .tm-box-icon.style-1 .icon i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .tm-box-icon.style-1 .heading {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 7px; }
  .tm-box-icon.style-1 .text {
	font-size: 16px;
    padding: 0 17px; }

.tm-box-icon.style-2 {
  margin-bottom: 50px; }
  .tm-box-icon.style-2 .icon {
    float: left;
    width: 70px;
    height: 80px;
    line-height: 84px;
    text-align: center;
    border: 2px solid #cccccc;
    font-size: 48px;
    color: #121212; }
  .tm-box-icon.style-2 .content {
    padding-left: 100px; }
  .tm-box-icon.style-2 .heading {
    font-size: 24px;
    line-height: 24px; }
  .tm-box-icon.style-2 .text {
    font-size: 16px; }

.tm-box-icon.style-3 {
  text-align: center;
  margin-bottom: 30px; }
  .tm-box-icon.style-3 .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 50%;
    border: 2px solid #121212;
    color: #121212;
    margin: 0 auto 25px; }
  .tm-box-icon.style-3 .heading {
    font-size: 14px;
    text-transform: uppercase; }

.tm-box-icon.style-4 {
  margin-bottom: 50px; }
  .tm-box-icon.style-4 .icon {
    float: left;
    width: 70px;
    text-align: center;
    line-height: 0;
    font-size: 48px;
    color: #121212; }
  .tm-box-icon.style-4 .content {
    padding-left: 75px; }
  .tm-box-icon.style-4 .heading {
    font-size: 14px;
    text-transform: uppercase; }
  .tm-box-icon.style-4 .text {
    font-size: 16px; }

.tm-our-team {
  margin-bottom: 30px; }
  .tm-our-team.style-1 .our-team-photo {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; }
    .tm-our-team.style-1 .our-team-photo:before {
      display: block;
      content: "";
      padding-top: 100%; }
  .tm-our-team.style-1 .our-team-social-networks a {
    display: inline-block;
    margin: 0 10px 10px 0; }
  .tm-our-team.style-2 .our-team-social-networks a {
    display: inline-block;
    margin: 0 10px 0 0; }
  .tm-our-team.style-1 .our-team-name {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block; }
  .tm-our-team.style-2 {
    position: relative;
    overflow: hidden;
    padding: 10px;	}
    .tm-our-team.style-2 .our-team-photo {
      width: 100%;
      height: auto; }  
	.tm-our-team.style-2 .our-team-photo:hover .our-team-info {
bottom:30px; }
      .tm-our-team.style-2 .our-team-photo img {
        width: 100%; }
    .tm-our-team.style-2 .our-team-info {
      position: absolute;
      right: 20px;
      left: 20px;
      bottom: 20px;
      background-color: #ffffff;
      padding: 15px 20px; }
    .tm-our-team.style-2 .our-team-name {
      text-transform: uppercase;
      font-size: 14px; }

.tm-button.rev-btn {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) !important; }

.tm-button {
  display: inline-block;
  text-transform: uppercase; }
  .tm-button:focus {
    outline: none !important; }
  .tm-button.style-1 {
    padding: 0 18px !important;
    border: 2px solid #121212;
    font-size: 14px !important;
    height: 40px !important;
    line-height: 38px !important; }
  .tm-button.style-2 {
    background-color: transparent !important;
    border-color: transparent !important; }
  .tm-button.style-3 {
    color: #ffffff;
    padding: 0 18px !important;
    background: #121212;
    border: 2px solid #121212;
    font-size: 14px !important;
    height: 40px !important;
    line-height: 38px !important; }
    .tm-button.style-3:hover {
      background: transparent;
      color: initial; }

.tm-counter.style-1 ul {
  margin: 0 auto;
  padding: 0; }

.tm-counter.style-1.tm-counter-3-items li {
  width: 33.333333%; }

.tm-counter.style-1.tm-counter-4-items li {
  width: 25%; }

.tm-counter.style-1.tm-counter-5-items li {
  width: 20%; }

.tm-counter.style-1.tm-counter-6-items li {
  width: 16.777777%; }

.tm-counter.style-1.tm-counter-8-items li {
  width: 16%; }

.tm-counter.style-1 li {
  display: inline-block;
  float: left;
  padding: 0 50px;
  list-style-type: none;
  position: relative; }
  .tm-counter.style-1 li:not(:last-child):after {
    content: '\f111';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 4px;
    color: #000000;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.tm-counter.style-1 .tm-counter-item {
  position: relative;
  width: 100%;
  text-align: center;
  border-radius: 50%;
  background: #ffffff; }
  .tm-counter.style-1 .tm-counter-item:before {
    content: '';
    display: block;
    padding-top: 100%; }

.tm-counter.style-1 .tm-counter-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.tm-counter.style-1 .counter {
  font-size: 30px;
  font-weight: bold; }

.tm-counter.style-1 .text {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase; }

.tm-counter.style-2 ul {
  margin: 0 auto;
  padding: 0; }

.tm-counter.style-2.tm-counter-3-items li {
  width: 33.333333%; }

.tm-counter.style-2.tm-counter-4-items li {
  width: 25%; }

.tm-counter.style-2.tm-counter-5-items li {
  width: 20%; }

.tm-counter.style-2.tm-counter-6-items li {
  width: 16.777777%; }

.tm-counter.style-2.tm-counter-8-items li {
  width: 16%; }

.tm-counter.style-2 li {
  display: inline-block;
  float: left;
  padding: 0 50px;
  list-style-type: none;
  position: relative; }
  .tm-counter.style-2 li:not(:last-child):after {
    content: '\f111';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 4px;
    color: #000000;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.tm-counter.style-2 .tm-counter-item {
  position: relative;
  width: 100%;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff!important; }
  .tm-counter.style-2 .tm-counter-item:before {
    content: '';
    display: block;
    padding-top: 100%; }

.tm-counter.style-2 .tm-counter-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.tm-counter.style-2 .counter {
  font-size: 30px;
  font-weight: bold; }

.tm-counter.style-2 .text {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase; }

.tm-pricing-table.style-1 {
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.1); }
  .tm-pricing-table.style-1 .tm-pricing-heading {
    font-size: 18px;
    text-transform: uppercase;
    padding: 24px 40px;
    margin: 0;
    border-bottom: 1px solid #ededed; }
  .tm-pricing-table.style-1 .price-and-time {
    display: table;
    margin-bottom: 25px; }
  .tm-pricing-table.style-1 .tm-pricing-currency {
    display: table-cell;
    vertical-align: top;
    font-size: 18px; }
  .tm-pricing-table.style-1 .price {
    font-size: 60px;
    display: table-cell;
    line-height: 55px; }
  .tm-pricing-table.style-1 .time {
    display: table-cell;
    vertical-align: bottom;
    font-size: 18px;
    line-height: 36px; }
  .tm-pricing-table.style-1 .description {
    font-size: 16px;
    margin-bottom: 30px;
    color: #121212;
    font-weight: 600; }
  .tm-pricing-table.style-1 .tm-pricing-content {
    padding: 48px 40px 50px; }
  .tm-pricing-table.style-1 .tm-pricing-features {
    margin: 0;
    padding: 0; }
    .tm-pricing-table.style-1 .tm-pricing-features li {
      list-style-type: none;
      display: block;
      margin-bottom: 8px; }
  .tm-pricing-table.style-1 .tm-button.btn-sign-up {
    margin-top: 25px;
    display: inline-block;
    border: 2px solid #121212;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 50px;
    background-color: transparent;
    text-transform: uppercase; }
    .tm-pricing-table.style-1 .tm-button.btn-sign-up:hover {
      background-color: #121212;
      color: #ffffff; }

.tm-block.style-1 > .vc_column-inner > .wpb_wrapper {
  border: 2px solid #dedede;
  padding: 50px 30px; }

.tm-slideshow .slide-image {
  position: relative; }
  .tm-slideshow .slide-image:hover .slide-overlay {
    visibility: visible;
    opacity: 1; }

.tm-slideshow .slide-overlay {
  background: rgba(0, 0, 0, 0.8) url(../../images/plus.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden; }

.tm-slideshow .owl-carousel {
  padding-top: 80px; }

.tm-slideshow .owl-dots {
  top: 0;
  bottom: auto; }

.tm-client .slide-image {
  position: relative; }
  .tm-client .slide-image:hover .slide-overlay {
    visibility: visible;
    opacity: 1; }

.tm-gallery {
  text-align: center;
  padding: 20px;
  margin-bottom: 30px; }
  .tm-gallery .tm-gallery-item {
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
    /*-webkit-transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);*/ }
    .tm-gallery .tm-gallery-item img {
      width: 110px;
      height: 110px; }
    .tm-gallery .tm-gallery-item:hover {
      -webkit-transform: scale(1.35);
              transform: scale(1.35);
      z-index: 9999; }
      .tm-gallery .tm-gallery-item:hover .tm-gallery-overlay {
        visibility: visible;
        opacity: 1; }
  .tm-gallery .tm-gallery-overlay {
    background: rgba(0, 0, 0, 0.8) url(../../images/plus.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden; }

.tm-testimonial.style-1 .testimonials-list {
  padding-bottom: 30px; }

.tm-testimonial.style-1 .quote {
  position: relative;
  padding-top: 110px;
  text-align: center; }

.tm-testimonial.style-1 .avatar {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 0;
  margin-left: -35px;
  border-radius: 50%; }

.tm-testimonial.style-1 blockquote {
  border: none;
  font-size: 24px;
  font-weight: 600;
  color: #121212;
  margin: 0 0 30px !important;
  padding: 0 !important; }
  .tm-testimonial.style-1 blockquote p {
    font-size: 17px; }

.tm-testimonial.style-1 span[itemprop="name"] {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  color: #1e1e1e;
  font-weight: 600; }

.tm-testimonial.style-1 .owl-theme {
  position: static; }

.tm-testimonial.style-1 .owl-dots {
  position: static;
  text-align: center;
  display: table;
  margin: 50px auto 0; }
  .tm-testimonial.style-1 .owl-dots .owl-dot.active span {
    background-color: #000000; }
  .tm-testimonial.style-1 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #e7e7e7; }
    .tm-testimonial.style-1 .owl-dots .owl-dot span:hover {
      background-color: #000000; }

.tm-separator {
  margin-bottom: 40px; }
  .tm-separator:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 50px;
    height: 3px;
    z-index: 999;
    background: #121212; }

.tm-heading.style-1 .heading-text {
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 50px;
    letter-spacing: 3px; }
  .tm-heading.style-1 .heading-text:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 50px;
    height: 3px;
    z-index: 999;
    background: #121212; }

.tm-heading.style-2 {
  text-align: center; }
  .tm-heading.style-2 .heading-text {
    font-size: 11px;
    text-transform: uppercase; }

.tm-heading.style-3 {
  text-align: center;
  margin-bottom: 50px; }
  .tm-heading.style-3 .heading-wrap {
    padding: 0 30px;
    position: relative;
    display: inline-block; }
    .tm-heading.style-3 .heading-wrap:after {
      content: ' ';
      display: block;
      height: 2px;
      background-color: #121212;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      z-index: -1; }
  .tm-heading.style-3 .heading-text {
    color: #ffffff;
    display: inline-block;
    background-color: #121212;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 18px;
    margin-bottom: 0; }
  .tm-heading.style-3.tm-heading-center .heading-text {
    margin-left: auto;
    margin-right: auto; }

	  .tm-heading.style-1.tm-heading-left .heading-text {
		text-align:left; }
	  .tm-heading.style-1.tm-heading-left .heading-text:after {
    left: 25px;}
	
	  .tm-heading.style-1.tm-heading-right .heading-text {
		text-align:right; }
	  .tm-heading.style-1.tm-heading-right .heading-text:after {
	right: -25px;
    left: auto;}

.float-left {
  display: block;
  float: left !important; }

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

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

button.mfp-close, button.mfp-arrow {
  background-color: transparent !important; }

.owl-theme:hover .owl-prev {
  left: 20px;
  opacity: 1 !important; }

.owl-theme:hover .owl-next {
  right: 20px;
  opacity: 1 !important; }

.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  opacity: 0;
  width: 37px;
  height: 21px;
  cursor: pointer;
  border: none;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.owl-theme .owl-nav .disabled {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav i {
  font-size: 24px; }

.owl-theme .owl-prev {
  left: 40px;
  background: url(../../images/arrow_left.png) no-repeat 0 5px; }

.owl-theme .owl-next {
  right: 40px;
  background: url(../../images/arrow_right.png) no-repeat 0 5px; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    float: left; }
    .owl-theme .owl-dots .owl-dot span {
      width: 8px;
      height: 8px;
      margin: 5px 7px;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 50%; }

.owl-theme.nav-style-2 .owl-nav {
  background: rgba(0, 0, 0, 0.2); }

.loading-mask.waitMe_container {
  height: 80px; }
  .loading-mask.waitMe_container .waitMe .waitMe_text {
    margin: 10px 0 0; }
  .loading-mask.waitMe_container .waitMe_progress.roundBounce {
    width: 40px;
    height: 40px; }

.loading-mask .waitMe {
  position: static;
  margin-top: 20px; }

.body-noscroll {
  overflow-y: scroll !important;
  overflow-x: hidden !important; }
  .body-noscroll .popup-search .content {
    opacity: 1;
    top: 50%; }

.popup-search {
  display: none;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8); }
  .popup-search .inner {
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-align: center; }
    .popup-search .inner .content {
      position: absolute;
      top: 70%;
      width: 100%;
      text-align: center;
      opacity: 0;
      height: 1px; }
      .popup-search .inner .content .box {
        width: 90%;
        max-width: 460px;
        margin: 0 auto;
        margin-top: -40px;
        color: #ffffff;
        position: relative; }
        .popup-search .inner .content .box .popup-search-close {
          position: absolute;
          right: 0;
          top: -40px;
          cursor: pointer; }
        .popup-search .inner .content .box label {
          width: 100%; }
        .popup-search .inner .content .box .screen-reader-text {
          display: none; }
        .popup-search .inner .content .box input {
          width: 100% !important;
          border-radius: 2px;
          border: none;
          padding: 15px; }

.back-to-top {
  width: 30px;
  z-index: 9999;
  cursor: pointer;
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 50px;
  font-size:18px;  }
  .back-to-top.show {
    bottom: 0px; }

.wpcf7-form .tm-contact-form [class*='col-'] {
  padding: 0 15px; }

.wpcf7-form .tm-contact-form .row {
  margin-left: -15px;
  margin-right: -15px; }

.wpcf7-form .tm-contact-form > .row > .col-md-6,
.wpcf7-form .tm-contact-form > .row > .col-sm-6 {
  padding-left: 15px;
  padding-right: 0; }
  .wpcf7-form .tm-contact-form > .row > .col-md-6:first-child,
  .wpcf7-form .tm-contact-form > .row > .col-sm-6:first-child {
    padding-left: 0;
    padding-right: 15px; }

.wpcf7-form .tm-contact-form input[type="text"],
.wpcf7-form .tm-contact-form input[type="email"] {
  margin-bottom: 30px; }

.wpcf7-form .tm-contact-form textarea {
  height: 213px;
  margin-bottom: 30px; }

.wpcf7-form .tm-contact-form .wpcf7-submit {
  width: 170px;
  float: right; }

.wpcf7-form .tm-contact-form .ajax-loader {
  float: right;
  margin: 12px 10px 0 0; }

.page-footer .wpcf7-form .tm-contact-form.style-1 {
  margin-top: -70px; }

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart .page-content {
  margin-bottom: 160px; }

.woocommerce .woo-heading {
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 30px; }
  .woocommerce .woo-heading:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0; }

.woocommerce .page-sidebar, .woocommerce .wpb_widgetised_column {
  padding-left: 0; }

.woocommerce select, .woocommerce textarea, .woocommerce input {
  padding: 10px 20px; }

.woocommerce form .form-row {
  margin: 0 0 20px; }
  .woocommerce form .form-row.form-row-wide {
    padding: 0; }
  .woocommerce form .form-row.form-row-first {
    width: 50%;
    padding: 0 15px 0 0; }
  .woocommerce form .form-row.form-row-last {
    width: 50%;
    padding: 0 0 0 15px; }

.woocommerce .star-rating {
  width: 95px;
  letter-spacing: 5px;
  font-size: 14px;
  color: #121212; }

.woocommerce .widget_price_filter .price_slider_amount {
  text-align: left;
  margin-left: .5em;
  margin-right: .5em; }
  .woocommerce .widget_price_filter .price_slider_amount .button {
    float: right;
    border: none;
    padding: 0;
    height: auto; }
    .woocommerce .widget_price_filter .price_slider_amount .button:hover {
      background: none; }

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 3px; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #efefef; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #121212; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: -6px;
  background-color: #121212; }

.woocommerce table.shop_table {
  border-radius: 0;
  border: 2px solid #efefef;
  margin: 0 0 30px; }
  .woocommerce table.shop_table th {
    text-transform: uppercase;
    font-size: 11px; }
  .woocommerce table.shop_table.cart th, .woocommerce table.shop_table.cart td {
    border: 0;
    border-bottom: 1px solid #efefef; }
  .woocommerce table.shop_table.cart th {
    padding: 26px 28px; }
  .woocommerce table.shop_table.cart td {
    padding: 30px 28px; }

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin-bottom: 30px; }

.woocommerce .woocommerce-ordering select {
  margin: 0; }

.woocommerce div.product p.stock {
  font-size: initial; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  border-bottom: 2px solid #ededed; }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #ededed;
    border-radius: 0;
    margin: 0 0 -2px;
    text-transform: uppercase;
    padding: 0; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
      display: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
      border-color: #121212; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      font-weight: inherit; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li + li {
      margin-left: 40px; }

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 95px; }

.woocommerce #respond input#submit,
.woocommerce .button.button {
  border-radius: 0;
  background: transparent;
  border: 2px solid transparent; }
  .woocommerce #respond input#submit:hover,
  .woocommerce .button.button:hover {
    color: #ffffff; }

.woocommerce .button.alt.alt {
  background-color: #121212; }
  .woocommerce .button.alt.alt:hover {
    background-color: transparent;
    color: #121212; }

.woocommerce .quantity.buttons_added input[type="button"] {
  border: none !important;
  background: none !important; }
  .woocommerce .quantity.buttons_added input[type="button"]:hover {
    color: initial; }

.woocommerce .quantity.buttons_added input[type=number] {
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -appearance: textfield; }

.woocommerce .quantity.buttons_added input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity.buttons_added input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.woocommerce .quantity.buttons_added .minus,
.woocommerce .quantity.buttons_added .plus {
  font-size: 10px;
  color: inherit;
  width: 30px;
  height: 40px;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0; }
  .woocommerce .quantity.buttons_added .minus:focus,
  .woocommerce .quantity.buttons_added .plus:focus {
    outline: none; }

.woocommerce a.checkout-button,
.woocommerce .actions .continue-shopping,
.woocommerce .actions .button {
  width: 270px;
  text-align: center; }

.woocommerce nav.woocommerce-pagination {
  text-align: left;
  margin: 80px 0 120px;
  padding: 0; }
  .woocommerce nav.woocommerce-pagination ul {
    margin: 0;
    border: 0; }
    .woocommerce nav.woocommerce-pagination ul li {
      display: inline-block;
      list-style-type: none;
      border: none; }
      .woocommerce nav.woocommerce-pagination ul li + li {
        margin-left: 10px; }
      .woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
        display: block;
        width: 20px;
        height: 40px;
        line-height: 36px;
        text-align: center;
        font-size: 12px;
        padding: 0; }
      .woocommerce nav.woocommerce-pagination ul li .next, .woocommerce nav.woocommerce-pagination ul li .prev {
        width: auto;
        border: none; }
      .woocommerce nav.woocommerce-pagination ul li a:hover,
      .woocommerce nav.woocommerce-pagination ul li span.current {
        border-bottom: 1px solid #121212;
        background: none; }

.woocommerce-cart .product-remove {
  width: 100px; }

.woocommerce-cart .product-price {
  width: 120px; }

.woocommerce-cart .product-subtotal {
  width: 120px; }

.woocommerce-cart .product-quantity {
  width: 170px; }

.woocommerce-cart a.remove {
  color: inherit !important;
  font-size: 0;
  position: relative;
  width: 20px;
  height: 20px; }
  .woocommerce-cart a.remove:hover {
    color: initial !important;
    background: transparent; }
  .woocommerce-cart a.remove:after {
    font-size: 14px;
    font-family: FontAwesome;
    content: '\f1f8';
    position: absolute;
    top: 2px;
    left: 3px; }

.woocommerce-cart table.cart img {
  width: 100px;
  height: 120px; }

.woocommerce-cart .cart_item .product-name a {
  display: inline-block; }
  .woocommerce-cart .cart_item .product-name a + a {
    margin-left: 20px; }

.woocommerce-cart .actions {
  margin-bottom: 80px; }
  .woocommerce-cart .actions input.button {
    float: right; }
  .woocommerce-cart .actions input.button[name=update_cart]:not([disabled]) {
    color: #ffffff; }
    .woocommerce-cart .actions input.button[name=update_cart]:not([disabled]):hover {
      background-color: transparent;
      color: initial; }

.woocommerce-cart .coupon .input-text {
  margin-bottom: 20px; }

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  display: none; }

.woocommerce-cart .cart-collaterals .cart_totals table {
  border: 2px solid #efefef;
  border-radius: 0;
  padding: 40px 55px 40px 20px;
  max-width: 470px;
  float: right; }

.woocommerce-cart .cart-collaterals .cart_totals tr.order-total th {
  text-transform: uppercase;
  font-weight: bold; }

.woocommerce-cart .cart-collaterals .cart_totals tr th {
  color: #121212;
  text-align: right;
  border: 0;
  width: 60%; }

.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border: 0;
  text-align: right;
  padding: 9px 10px; }

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    float: right;
    text-transform: uppercase;
    padding: 7px 20px;
    margin: 24px 0 0; }

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  float: none; }

.add_to_wishlist {
  height: 40px;
  padding: 6px 20px;
  background-color: #efefef;
  border: 2px solid #efefef;
  display: block; }

.single-product div.product .onsale {
	position: absolute;
    font-size: 11px;
    bottom: auto;
    text-transform: uppercase;
    color: #ffffff;
    padding: 6px;
    margin: 0;
    margin: 7px;}

.single-product div.product div.images {
  width: 670px;
  margin: 0 30px 105px 0; }
  .single-product div.product div.images .woocommerce-main-image {
    float: left; }
    .single-product div.product div.images .woocommerce-main-image img {
      width: 570px;
      height: 670px; }
  .single-product div.product div.images .thumbnails {
    float: left;
    padding-top: 0 !important;
    margin-left: 20px; }
    .single-product div.product div.images .thumbnails a {
      width: 100%;
      float: none;
      display: block;
      margin-bottom: 20px;
      position: relative; }
      .single-product div.product div.images .thumbnails a:hover .product-thumbnail-overlay {
        visibility: visible;
        opacity: 1; }
    .single-product div.product div.images .thumbnails .product-thumbnail-overlay {
      background: rgba(0, 0, 0, 0.8);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      visibility: hidden;
      opacity: 0; }
    .single-product div.product div.images .thumbnails .plus-icon {
      width: 36px;
      height: 36px;
      background: url(../../images/plus.png) no-repeat;
      background-size: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 999; }
    .single-product div.product div.images .thumbnails img {
      width: 80px;
      height: 90px; }

.single-product div.product div.summary {
  width: calc(100% - 700px); }

.single-product div.product p.price {
  color: inherit; }

.single-product div.product .product_meta > span {
  display: block; }

.single-product div.product .product_meta {
  margin-bottom: 20px; }

.single-product div.product .woocommerce-product-rating {
  margin-bottom: 40px; }

.single-product .product_title {
  font-size: 24px;
  line-height: 22px; }

.single-product form.cart {
  float: left; }

.single-product .button.single_add_to_cart_button {
  margin: 0 20px; }

.single-product .yith-wcwl-add-to-wishlist {
  float: left;
  margin: 0; }

.woocommerce #reviews .star-rating {
  float: none;
  position: absolute;
  top: 0;
  right: 0; }

.woocommerce #reviews .woocommerce-Reviews-title,
.woocommerce #reviews .comment-reply-title {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  padding-bottom: 13px; }
  .woocommerce #reviews .woocommerce-Reviews-title:after,
  .woocommerce #reviews .comment-reply-title:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    z-index: 999;
    background: #121212; }

.woocommerce #reviews #comments ol.commentlist {
  padding: 0; }
  .woocommerce #reviews #comments ol.commentlist li {
    margin-bottom: 60px; }
    .woocommerce #reviews #comments ol.commentlist li img.avatar {
      width: 72px;
      float: left;
      border-radius: 50%;
      padding: 0;
      border: 0;
      background: none;
      position: static; }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
      padding: 0 0 0 100px;
      margin: 0;
      border: 0; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text [itemprop=author] {
        text-transform: uppercase;
        font-size: 14px; }

.woocommerce #review_form #respond p {
  margin-bottom: 20px; }

.woocommerce #review_form #respond textarea {
  height: 200px; }

.related.products {
  margin-bottom: 90px; }
  .related.products .tm-heading.style-1 .heading-text {
    margin-bottom: 60px; }
  .related.products .star-rating {
    position: absolute;
    top: 15px;
    right: 30px; }

.woocommerce .products .product {
  margin: 0 0 30px; }
  .woocommerce .products .product .onsale {
    position: absolute;
    display: inline-block;
	font-size: 11px;
    top: 7px;
    left: auto;
    right: 7px;
    bottom: auto;
    text-transform: uppercase;
    color: #ffffff;
    padding: 6px;
    margin: 0; }
  .woocommerce .products .product .product-thumbnail-wrap {
    position: relative;
    margin-bottom: 15px; }
    .woocommerce .products .product .product-thumbnail-wrap img {
      width: 100%; }
    .woocommerce .products .product .product-thumbnail-wrap:hover .add_to_cart_button {
      opacity: 1; }
    .woocommerce .products .product .product-thumbnail-wrap .added_to_cart {
      display: none; }
    .woocommerce .products .product .product-thumbnail-wrap .add_to_cart_button {
      margin: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      background: rgba(0, 0, 0, 0.8);
      border: none;
      opacity: 0;
      color: #ffffff;
      height: 65px !important;
      line-height: 65px !important; }
      .woocommerce .products .product .product-thumbnail-wrap .add_to_cart_button:after {
        display: inline-block;
        margin-left: 15px;
        height: 65px;
        padding: 0; }
      .woocommerce .products .product .product-thumbnail-wrap .add_to_cart_button.loading:after {
        position: static; }
      .woocommerce .products .product .product-thumbnail-wrap .add_to_cart_button span {
        position: relative;
        padding: 0;
        display: inline-block; }
        .woocommerce .products .product .product-thumbnail-wrap .add_to_cart_button span i {
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          left: 0;
          font-size: 30px; }
  .woocommerce .products .product h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px; }
  .woocommerce .products .product .star-rating {
    margin: 0 auto .5em; }
  .woocommerce .products .product .price-wrap {
    text-align: center; }
  .woocommerce .products .product .price {
    text-align: center;
    color: inherit;
    font-size: inherit; }
    .woocommerce .products .product .price del {
      display: inline-block; }
    .woocommerce .products .product .price ins {
      display: inline-block;
      font-weight: normal; }

.product-sharing .post-share-title {
  font-size: 16px;
  margin-bottom: 10px;
  font-style: italic; }

.product-sharing a + a {
  margin-left: 15px; }

.woocommerce .woocommerce-message {
  width: 100%; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 20px !important; }

/*--------------------------------------------------------------
# Visual Composer
--------------------------------------------------------------*/
.vc_custom_heading_border {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 30px; }
  .vc_custom_heading_border:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 70px;
    height: 2px;
    z-index: 999;
    background: #121212; }

.vc_row-has-shadow {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.wpb_single_image.vc_full_width .vc_figure {
  display: block; }

.wpb_single_image.vc_full_width .vc_single_image-wrapper {
  display: block; }

.wpb_single_image.vc_full_width img {
  width: 100%; }

.vc_row-overlay {
  position: relative; }
  .vc_row-overlay .tm-vc-row-overlay {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0; }


.vc_progress_bar .vc_single_bar_title {
  color: #121212;
  margin-bottom: 5px; }
  .vc_progress_bar .vc_single_bar_title .vc_label_units {
    float: right; }

.vc_progress_bar .vc_general.vc_single_bar {
  border-radius: 0;
  box-shadow: none; }
  .vc_progress_bar .vc_general.vc_single_bar .vc_label {
    padding: 0;
    height: 3px; }
  .vc_progress_bar .vc_general.vc_single_bar .vc_bar {
    border-radius: 0; }
  @media (min-width: 20em) {
  .col-xs-1 {
    -webkit-box-flex: 8.33333%;
    -ms-flex: 8.33333%;
    flex: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-xs-2 {
    -webkit-box-flex: 16.66667%;
    -ms-flex: 16.66667%;
    flex: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-xs-3 {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xs-4 {
    -webkit-box-flex: 33.33333%;
    -ms-flex: 33.33333%;
    flex: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-xs-5 {
    -webkit-box-flex: 41.66667%;
    -ms-flex: 41.66667%;
    flex: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-xs-6 {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xs-7 {
    -webkit-box-flex: 58.33333%;
    -ms-flex: 58.33333%;
    flex: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-xs-8 {
    -webkit-box-flex: 66.66667%;
    -ms-flex: 66.66667%;
    flex: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-xs-9 {
    -webkit-box-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xs-10 {
    -webkit-box-flex: 83.33333%;
    -ms-flex: 83.33333%;
    flex: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-xs-11 {
    -webkit-box-flex: 91.66667%;
    -ms-flex: 91.66667%;
    flex: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-xs-12 {
    -webkit-box-flex: 100%;
    -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: 48em) {
  .container {
    max-width: 64rem; }
  .col-sm-1 {
    -webkit-box-flex: 8.33333%;
    -ms-flex: 8.33333%;
    flex: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 16.66667%;
    -ms-flex: 16.66667%;
    flex: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 33.33333%;
    -ms-flex: 33.33333%;
    flex: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 41.66667%;
    -ms-flex: 41.66667%;
    flex: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 58.33333%;
    -ms-flex: 58.33333%;
    flex: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 66.66667%;
    -ms-flex: 66.66667%;
    flex: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 83.33333%;
    -ms-flex: 83.33333%;
    flex: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 91.66667%;
    -ms-flex: 91.66667%;
    flex: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 100%;
    -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 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .row-sm-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .row-sm-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .row-sm-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-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;
    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; } }
  @media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; }
  .col-sm-1-5 {
    -webkit-box-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .col-sm-2-5 {
    -webkit-box-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%; }
  .col-sm-3-5 {
    -webkit-box-flex: 60%;
    -ms-flex: 60%;
    flex: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%; }
  .col-sm-4-5 {
    -webkit-box-flex: 80%;
    -ms-flex: 80%;
    flex: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%; } }
  @media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; }
  .col-md-1-5 {
    -webkit-box-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .col-md-2-5 {
    -webkit-box-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%; }
  .col-md-3-5 {
    -webkit-box-flex: 60%;
    -ms-flex: 60%;
    flex: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%; }
  .col-md-4-5 {
    -webkit-box-flex: 80%;
    -ms-flex: 80%;
    flex: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%; } }
  @media (min-width: 64em) {
  .container {
    max-width: 96rem; }
  .col-md-1 {
    -webkit-box-flex: 8.33333%;
    -ms-flex: 8.33333%;
    flex: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 16.66667%;
    -ms-flex: 16.66667%;
    flex: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 33.33333%;
    -ms-flex: 33.33333%;
    flex: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 41.66667%;
    -ms-flex: 41.66667%;
    flex: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 58.33333%;
    -ms-flex: 58.33333%;
    flex: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 66.66667%;
    -ms-flex: 66.66667%;
    flex: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 83.33333%;
    -ms-flex: 83.33333%;
    flex: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 91.66667%;
    -ms-flex: 91.66667%;
    flex: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 100%;
    -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 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-md-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .row-md-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .row-md-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .row-md-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-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;
    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; }
  .single-post .comment-list .comment .children, .page .comment-list .comment .children {
    margin-left: 100px; }
  .md-padding-top-30 {
    padding-top: 30px !important; }
  .md-padding-bottom-30 {
    padding-bottom: 30px !important; }
  .md-padding-left-30 {
    padding-left: 30px !important; }
  .md-padding-right-30 {
    padding-right: 30px !important; } }
  @media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; }
  .col-lg-1-5 {
    -webkit-box-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .col-lg-2-5 {
    -webkit-box-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%; }
  .col-lg-3-5 {
    -webkit-box-flex: 60%;
    -ms-flex: 60%;
    flex: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%; }
  .col-lg-4-5 {
    -webkit-box-flex: 80%;
    -ms-flex: 80%;
    flex: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%; } }
  @media (min-width: 80em) {
  .container {
    max-width: 110rem; }
  .col-lg-1 {
    -webkit-box-flex: 8.33333%;
    -ms-flex: 8.33333%;
    flex: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 16.66667%;
    -ms-flex: 16.66667%;
    flex: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 33.33333%;
    -ms-flex: 33.33333%;
    flex: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 41.66667%;
    -ms-flex: 41.66667%;
    flex: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 58.33333%;
    -ms-flex: 58.33333%;
    flex: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 66.66667%;
    -ms-flex: 66.66667%;
    flex: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 83.33333%;
    -ms-flex: 83.33333%;
    flex: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 91.66667%;
    -ms-flex: 91.66667%;
    flex: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 100%;
    -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 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-lg-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .row-lg-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .row-lg-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .row-lg-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-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;
    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; } }
  @media (min-width: 120em) {
  .col-xl-1 {
    -webkit-box-flex: 8.33333%;
    -ms-flex: 8.33333%;
    flex: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 16.66667%;
    -ms-flex: 16.66667%;
    flex: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 33.33333%;
    -ms-flex: 33.33333%;
    flex: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 41.66667%;
    -ms-flex: 41.66667%;
    flex: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 58.33333%;
    -ms-flex: 58.33333%;
    flex: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 66.66667%;
    -ms-flex: 66.66667%;
    flex: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 83.33333%;
    -ms-flex: 83.33333%;
    flex: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 91.66667%;
    -ms-flex: 91.66667%;
    flex: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 100%;
    -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 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-xl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .row-xl-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .row-xl-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .row-xl-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-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;
    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: 79.9em) {
  .hidden-md-down {
    display: none !important; }
  .page-toggle-mainmenu {
    display: block; }
  .header05 .page-logo {
    padding: 0 0 20px !important;
    margin: 0 0 20px !important; }
  .header05 .page-header {
    position: static;
    width: 100%;
    overflow-y: visible;
    padding: 20px !important; }
  .header05 .page-header:after {
    content: '';
    clear: both; }
  .header05 .page-wrapper {
    padding: 0;
    margin: 0; }
  .header05 .page-header-feature {
    display: none; }
  .header05 .page-toggle-mainmenu {
    float: right; }
  .page-banner .page-title h2 {
    font-size: 36px;
    line-height: 40px; }
  .tm-portfolios.style-1 .portfolio-item {
    float: none !important;
    margin-bottom: 30px !important; }
  .tm-portfolios.style-1 .portfolio-item:nth-child(even) .portfolio-info {
    display: block; }
  .tm-portfolios.style-1 .portfolio-item:nth-child(odd) {
    margin-top: 0;
    direction: ltr; }
  .tm-portfolios.style-1 .portfolio-info {
    padding: 0 !important; }
  .tm-portfolios.style-1 .portfolio-content {
    display: block;
    min-height: 0 !important; }
  .tm-portfolios.style-1 .portfolio-thumbnail {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .tm-portfolios.style-1 .portfolio-thumbnail img {
    width: 100%;
    height: auto; }
  .tm-portfolios.style-1 .portfolio-title {
    font-size: 28px;
    line-height: 28px; }
  .tm-portfolios.style-1 .portfolio-title:before {
    display: none; }
  .tm-counter.style-1 li {
    width: 270px !important;
    margin-bottom: 30px; }
  .no-padding-md-down {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important; }
  .no-padding-md-down.vc_row {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important; }
  .no-padding-md-down .vc_column-inner {
    padding-top: 0 !important;
    padding-right: 15px !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important; }
  .md-down-padding-top-0 {
    padding-top: 0 !important; }
  .md-down-padding-bottom-0 {
    padding-bottom: 0 !important; }
  .md-down-padding-left-0 {
    padding-left: 0 !important; }
  .md-down-padding-right-0 {
    padding-right: 0 !important; }
  .md-down-padding-top-30 {
    padding-top: 30px !important; }
  .md-down-padding-bottom-30 {
    padding-bottom: 30px !important; }
  .md-down-padding-left-30 {
    padding-left: 30px !important; }
  .md-down-padding-right-30 {
    padding-right: 30px !important; }
  .row {
    margin-left: 0px;
    margin-right: 0px; }
  .vc_row.row-md-default {
    width: auto !important;
    position: static !important;
    overflow: visible;
    margin-left: -15px;
    margin-right: -15px; }
  .vc_row.row-md-default .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; } }
  @media (max-width: 119.9em) {
  .hidden-lg-down {
    display: none !important; } }
  @media print {
  *,
  *::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 > .caret,
  .dropup > .btn > .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) {
  .hidden-sm-down {
    display: none !important; }
  .header04 .page-header {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
  .header04 .page-header .page-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header04 .page-header .page-header-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .page-top-footer .row > .col-md-4 {
    text-align: center; }
  .page-top-footer .row > .col-md-4:last-child {
    text-align: center; }
  .page-banner {
    margin-bottom: 50px; }
  .home .page-banner .page-feature-image {
    width: 100%;
	max-height:100vh;
    display: block;
    margin-bottom: 30px; }
	.page-banner .page-feature-image {
    width: 100%;
	max-height:350px;
    display: block;
    margin-bottom: 30px; }
  .page-banner .page-title {
    padding: 0 15px; }
  .page-banner .page-title h2:before {
    display: none; }
  .content-sidebar .page-sidebar,
  .content-sidebar .wpb_widgetised_column {
    padding-left: 0; }
  .sidebar-content .page-sidebar,
  .sidebar-content .wpb_widgetised_column {
    padding-right: 0; }
  .tm-counter.style-1 li {
    width: 170px !important;
    height: 170px;
    margin: 30px auto;
    padding: 0;
    display: block;
    float: none; }
  .tm-counter.style-1 li:not(:last-child):after {
    right: auto;
    top: auto;
    bottom: -20px;
    left: 50%; }
  .tm-counter.style-2 li {
    width: 170px !important;
    height: 170px;
    margin: 30px auto;
    padding: 0;
    display: block;
    float: none; }
  .tm-counter.style-2 li:not(:last-child):after {
    right: auto;
    top: auto;
    bottom: -20px;
    left: 50%; }
  .tm-posts.style-1 .post-item {
    width: 100%;
    float: none; }
  .tm-posts.style-2 .post-item {
    width: 100%;
    float: none; }
  .tm-posts.style-3 .post-item {
    margin-bottom: 30px; }
  .tm-posts.style-3 .post-item + .post-item {
    margin-top: 0; }
  .tm-portfolios.style-1 .portfolio-item {
    float: none !important; }
  .tm-portfolios.style-2.grid-3-column .grid-item,
  .tm-portfolios.style-2.grid-3-column .grid-sizer, .tm-portfolios.style-2.grid-4-column .grid-item,
  .tm-portfolios.style-2.grid-4-column .grid-sizer {
    width: 50%; }
  .tm-portfolios.style-3.grid-3-column .grid-item,
  .tm-portfolios.style-3.grid-3-column .grid-sizer, .tm-portfolios.style-3.grid-4-column .grid-item,
  .tm-portfolios.style-3.grid-4-column .grid-sizer {
    width: 50%; }
  .no-padding-sm-down {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important; }
  .no-padding-sm-down.vc_row {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important; }
  .no-padding-sm-down .vc_column-inner {
    padding-top: 0 !important;
    padding-right: 15px !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important; }
  .wpcf7-form .tm-contact-form > .row > .col-md-6,
  .wpcf7-form .tm-contact-form > .row > .col-sm-6 {
    padding: 0 15px !important; }
  .single-product div.product div.images {
    width: 100%;
    float: none;
    margin: 0 0 30px 0; }
  .single-product div.product div.images .woocommerce-main-image {
    float: none; }
  .single-product div.product div.images .woocommerce-main-image img {
    width: 100%;
    height: auto; }
  .single-product div.product div.images .thumbnails {
    float: none;
    margin: 30px 0 0; }
  .single-product div.product div.images .thumbnails a {
    float: left;
    display: block;
    width: 80px; }
  .single-product div.product div.summary {
    width: 100%;
    float: none; }
  .vc_row.row-sm-default {
    width: auto !important;
    position: static !important;
    overflow: visible;
    margin-left: -15px;
    margin-right: -15px; }
  .vc_row.row-sm-default .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; } }
  @media (max-width: 47.9em) {
  .hidden-xs-down {
    display: none !important; }
  .page-top-footer .row > .col-md-4 {
    text-align: center; }
  .page-top-footer .row > .col-md-4:last-child {
    text-align: center; }
  .page-top-footer.style-3 {
    padding: 30px 0; }
  .page-top-footer.style-3 > .container > .row {
    padding: 30px 0; }
  .page-banner .page-title h2 {
    font-size: 28px;
    line-height: 30px; }
  .tm-counter.style-2 li {
    width: 170px !important;
    height: 170px;
    margin-bottom: 30px; }
  .tm-posts.style-1 .post-thumbnail {
    float: none; }
  .tm-posts.style-1 .post-info {
    padding: 10px 0 0; }
  .tm-posts.style-3 .post-thumbnail {
    display: block;
    margin-bottom: 10px;
    max-width: 270px;
    width: 100%;
    height: auto;
    float: none !important; }
  .tm-posts.style-3 .post-thumbnail img {
    wdith: 100%;
    height: auto; }
  .tm-posts.style-3 .post-item.even .post-info {
    display: block;
    padding-left: 0; }
  .tm-posts.style-3 .post-item.odd {
    direction: ltr; }
  .tm-posts.style-3 .post-meta {
    direction: ltr !important;
    text-align: left !important; }
  .tm-posts.style-3 .post-info {
    display: block; }
  .tm-portfolios.style-2.grid-3-column .grid-item,
  .tm-portfolios.style-2.grid-3-column .grid-sizer, .tm-portfolios.style-2.grid-4-column .grid-item,
  .tm-portfolios.style-2.grid-4-column .grid-sizer {
    width: 100%; }
  .tm-portfolios.style-3.grid-3-column .grid-item,
  .tm-portfolios.style-3.grid-3-column .grid-sizer, .tm-portfolios.style-3.grid-4-column .grid-item,
  .tm-portfolios.style-3.grid-4-column .grid-sizer {
    width: 100%; }
  .tm-portfolios.style-4.grid-3-column .grid-item,
  .tm-portfolios.style-4.grid-3-column .grid-sizer, .tm-portfolios.style-4.grid-4-column .grid-item,
  .tm-portfolios.style-4.grid-4-column .grid-sizer {
    width: 100%!important;
    height:auto!important;	}
  .tm-portfolios.style-4.grid-spacing-4px .grid-item {
    margin: 10px auto; }
  .tm-portfolios.style-4.grid-spacing-10px .grid-item {
    margin: 10px auto; }
  .tm-portfolios.style-4.grid-spacing-20px .grid-item {
    margin: 10px auto; }
  .tm-portfolios.style-4.grid-spacing-30px .grid-item {
    margin: 10px auto; }		
  .tm-grid-wrapper .tm-filter-button-group [class*=col] {
    padding-left: 15px;
    padding-right: 15px; }
  .tm-grid-wrapper .tm-filter-button-group.left .btn-filter {
    margin: 0 25px 0 0 !important; }
  .tm-grid-wrapper .tm-filter-button-group.left .btn-filter:last-child {
    margin: 0 !important; }
  .mobile-center .vc_custom_heading,
  .mobile-center .wpb_text_column,
  .mobile-center .tm-button-wrapper {
    text-align: center !important; }
  .no-padding-xs {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important; }
  .no-padding-xs.vc_row {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important; }
  .no-padding-xs .vc_column-inner {
    padding-top: 0 !important;
    padding-right: 15px !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important; }
  .wpcf7-form .tm-contact-form > .row > .col-sm-6 p {
    text-align: center; }
  .wpcf7-form .tm-contact-form > .row > .col-sm-6 .wpcf7-submit {
    float: none;
    margin: 20px auto 0;
    display: block; }
  .row {
    margin-left: 0px;
    margin-right: 0px; }
  .vc_row.row-xs-default {
    width: auto !important;
    position: static !important;
    overflow: visible;
    margin-left: -15px;
    margin-right: -15px; }
  .vc_row.row-xs-default .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .single-portfolio .portfolio-resize {
	 width:100% 
  }
  .container {
	padding-left: 5px;
    padding-right: 5px;
  }
.page-banner .page-feature-image {
	background-size:auto!important;
	/*background-attachment: scroll;*/}
	}
	
	
	
	
/*-----------*/

.loader-done #page {
visibility: visible;
opacity: 1;
transition: opacity .7s ease-out, transform .3s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}

#page {
visibility: hidden;
opacity: 0;
-webkit-transform: translate3d(0,40px,0);
transform: translate3d(0,40px,0);
    overflow-x: hidden;
}

.page-template-tmpl-blank.loader-done #page {
visibility: visible;
opacity: 1;
transition: opacity .7s ease-out, transform .3s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}

.page-template-tmpl-blank #page {
visibility: hidden;
opacity: 0;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

.loader-done .page-title {
visibility: visible;
opacity: 1;
transition: opacity .7s ease-out, transform .3s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-delay: .6s;
transition-delay: .6s;
z-index: 1;
position: relative;
}

.page-title {
visibility: hidden;
opacity: 0;
-webkit-transform: translate3d(0,40px,0);
transform: translate3d(0,40px,0);

}



.home .header-sc {
	position: absolute;
	display: inline-block;
	font-size: 30px;
	height: 39px;
	border-radius: 50%;
	bottom: 100px;
	color: #202020;
	overflow: visible;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
	
	
}

.home .header-sc:hover {
	bottom:105px
}

.header-sc {
	display:none;
}





/*-----*/
.polar-post-nav-links {
margin-top: 60px;
}
.polar-post-nav-links a {
vertical-align: middle;
line-height: 40px;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 1px;
font-weight: 900;
color: #222;
}
.polar-post-nav-links a:before,
.polar-post-nav-links a:after {
font-family: FontAwesome;
width: 1px;
height: 40px;
line-height: 40px;
display: inline-block;
text-align: center;
}
.polar-post-nav-links .prevpost p {
margin: 0;
font-size: 11px;
letter-spacing: 1px;
color: #bdbdbd;
text-align: left;
}
.polar-post-nav-links .nextpost p {
margin: 0;
font-size: 9px;
letter-spacing: 1px;
color: #bdbdbd;
text-align: right;
}
.polar-post-nav-links .prevpost a {
float: left;
}
.polar-post-nav-links .prevpost a:before {
content: '\f104';
margin-right: 16px;
}
.polar-post-nav-links .nextpost a {
float: right;
}
.polar-post-nav-links .nextpost a:after {
content: '\f105';
margin-left: 16px;
}





.new-tag {
	position: absolute;
    background: #000;
    color: #fff;
    padding: 6px;
    font-size: 11px;
    margin: 7px;
    z-index: 2;
    right: 0;
	top:0;
	font-weight: 600;
	opacity:1;
	-webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out, transform .3s ease-out;
}

#video{
    position: absolute;
    background: transparent;
    height: 100vh;
    width: 100%;
	z-index:0;
}

.ytplayer-container{
	position: absolute;
	top: 0;
	z-index: 0;
}

@media (max-width: 63.9em) {
#video {
    display: none!important;
}
}

.begin-content {
    background: #ffffff;
    position: relative;
    padding: 60px 0;
}

.animated { 
    animation-duration: 2s; 
    animation-fill-mode: both; 
    animation-iteration-count:3; 
} 

@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
} 

.bounce { 
    animation-name: bounce; 
}
/* Like Button */
/* Wrapper */
.sl-wrapper a {
	border-bottom: 0 !important;
	text-decoration: none !important;
	padding-right: 10px;
}
.sl-button {
    font-size: 17px;
}

/* Colors */
a.liked {
	color: #333333;
}
a.liked:hover,
a.liked:active,
a.liked:focus {
	color: #666666;
}
a.liked span.sl-count,
.sl-count {
	color: #666666;
}

/* Icon */
.sl-icon {
	margin-right: 0.3125em;
	font-family: 'Arial Unicode MS', Arial, sans-serif;
	vertical-align: middle;
}
.sl-icon svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
}
.sl-icon svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
}

/* Count */
.sl-count {
	font-size: 0.625em;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
}

/* Loader */
.loader,
.loader:before,
.loader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: .375em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}

.related-portfolios .owl-controls {
	display:none;
}

.waitMe_container .waitMe_progress.timer {
    width: 25px;
    height: 25px;
}

.tm-client .owl-controls {
	display:none;
}

/* vc */

.vc_progress_bar .vc_single_bar .vc_label {
    color: #000!important;
    text-shadow: none!important; 
    padding: 5px 0 10px!important;
}

.vc_progress_bar .vc_single_bar {
	height:3px!important;
    margin-bottom: 10px!important;
}

.vc_bar:after {
content: '\f0dd';
    font-family: FontAwesome;
    position: relative;
    color: #000;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    top: 0;
    float: right;
    margin-top: -25px;
    margin-right: -4px;
}

.vc_progress_bar {
margin-top:22px;
}

.page-template-tmpl-blank #page-header, .page-template-tmpl-blank .page-bottom-footer {
	display:none;
} 

.page-template-tmpl-blank .begin-content {
	padding:0;
}

.page-template-tmpl-blank .container {
    padding-left: 0;
    padding-right: 0;
}

.page-template-tmpl-blank .vc_row {
    margin-top: 0px;
    margin-bottom: 0px;
}

.vc_row-o-full-height {
	height:100vh!important;
}

.single-portfolio iframe {
	height: 550px;
}

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



