/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 20px;
}
dl {
  margin-bottom: 20px;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
  padding: 10px 0;
}
th {
  font-weight: 600;
}
td,
th {
  border-bottom: 1px solid #eee;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
select {
  border: 1px solid transparent;
}
a img {
  border: 0;
}
@media screen and (min-width: 38.75em) {
  ul,
  ol {
    margin-left: 0;
  }
  li > ul,
  li > ol,
  blockquote > ul,
  blockquote > ol {
    margin-left: 1.3333em;
  }
}
.entry-content,
.entry-summary,
.page-content,
.comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
/*--------------------------------------------
Initial Setup
----------------------------------------------*/
a {
  text-decoration: none;
}
input:focus,
textarea:focus {
  outline: none;
}
img,
video,
figure {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
audio,
canvas,
video {
  display: inline;
  zoom: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
body {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
p {
  margin-bottom: 1.5em;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  text-transform: uppercase;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.2;
  padding: 10px 15px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #dddddd;
  padding: 10px;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #666;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
textarea {
  width: 100%;
}
select {
  padding: 11px 15px;
}
select:focus {
  outline: none;
}
/*--------------------------------------------------------------
# COMBO CSS
--------------------------------------------------------------*/
.clr:before,
.clr:after {
  content: " ";
  display: table;
}
.clr:after {
  clear: both;
}
.icf,
.social .menu li a:before,
.site-mobile-menu .menu > ul li.page_item .open-child:before,
.site-mobile-menu .menu li.menu-item .open-child:before,
.site-mobile-menu .menu-back:before,
.widget_categories ul li > a:before,
.post .post-comments .comments-link:before,
.post-grid-layout .post-grid-item .post-date:before,
.post-minimal-layout .post.post-minimal-item .post-date:before,
.post-list-layout .post.post-list-item .post-date:before,
.post-masonry-layout .post-date:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url('../fonts/Pe-icon-7-stroke.eot?d7yf1v');
  src: url('../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), url('../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), url('../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'), url('../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
  font-weight: normal;
  font-style: normal;
}
.pe7sf,
.pagination.posts-pagination .prev:before,
.pagination.posts-pagination .next:before,
.pagination.posts-pagination .prev:after,
.pagination.posts-pagination .next:after,
.navigation.posts-navigation .nav-next:before,
.navigation.posts-navigation .nav-previous:before,
.navigation.posts-navigation .nav-next:after,
.navigation.posts-navigation .nav-previous:after,
.tm-instagram-pics .item .play-button:before,
.tm-instagram-pics .item .play-button:before,
.tm-instagram-pics .item-info > li:before,
.rev_slider_wrapper .tparrows.default:before,
.rev_slider_wrapper .tparrows.custom:before,
.post.format-gallery .owl-carousel .owl-nav > div:before,
.featured-posts.featured-posts-slider .owl-nav > div:before,
.post-navigation .nav-links .nav-previous a:before,
.post-navigation .nav-links .nav-next a:after {
  font-family: 'Pe-icon-7-stroke';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.tran,
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
a,
.categories-grid .wpb_text_column p:before,
.search-box .search-form:after,
.search-box .search-field,
.nav .sub-menu li.badge:after,
.site-mobile-menu .menu > ul > li .children,
.site-mobile-menu .menu > li .sub-menu,
.tm-instagram-pics .item .play-button,
.tm-instagram-pics .item .overlay,
.tm-instagram-pics .item-info,
.widget_categories ul li,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea,
.post,
.post .entry-content .more-link a:after,
.post .entry-summary .more-link a:after,
.post-metro-layout,
.post-metro-layout .post.post-metro-item .post-img img,
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
[class*="col-"] {
  width: 100%;
  vertical-align: top;
  padding: 0 15px;
}
.top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.start {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.last {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.row,
.comments-area .comment-respond .comment-form {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.row.reverse,
.comments-area .comment-respond .comment-form.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs,
.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-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -webkit-flex-basis: 8.333%;
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -webkit-flex-basis: 16.667%;
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -webkit-flex-basis: 41.667%;
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -webkit-flex-basis: 58.333%;
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -webkit-flex-basis: 83.333%;
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -webkit-flex-basis: 91.667%;
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 48rem) {
  .container {
    max-width: 46.875rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 62rem) {
  .container {
    max-width: 60.625rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75rem) {
  .container {
    max-width: 73.125rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.wpb-js-composer .row:before,
.wpb-js-composer .row:after,
.wpb-js-composer .vc_row:before,
.wpb-js-composer .vc_row:after,
.wpb-js-composer .comments-area .comment-respond .comment-form:before,
.wpb-js-composer .comments-area .comment-respond .comment-form:after {
  display: none !important;
}
body:not(.wpb-js-composer) .post {
  text-align: left !important;
}
body:not(.wpb-js-composer) .meta-center {
  text-align: left !important;
}
#page:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity 0.3s linear;
  background: rgba(11, 11, 11, 0.4);
}
body.mobile-menu-opened {
  overflow: hidden !important;
}
body.mobile-menu-opened #page:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
@-o-keyframes load-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes load-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes load-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-spin {
  100% {
    transform: rotate(360deg);
  }
}
.site {
  position: relative;
  z-index: 2;
}
.scrollup {
  display: none;
}
.social {
  text-align: center;
}
.social .menu {
  margin: 0;
}
.social .menu li {
  display: inline-block;
  margin-right: 10px;
}
.social .menu li:hover {
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
}
.social .menu li:before {
  display: none;
}
.social .menu li:last-child {
  margin-right: 0;
}
.social .menu li a {
  font-size: 0;
}
.social .menu li a:before {
  font-size: 16px;
  display: inline-block;
}
.social .menu li a[href*="500px"]:before {
  content: "\f26e";
}
.social .menu li a[href*="amazon"]:before {
  content: "\f270";
}
.social .menu li a[href*="behance"]:before {
  content: "\f1b4";
}
.social .menu li a[href*="bitbucket"]:before {
  content: "\f171";
}
.social .menu li a[href*="codepen"]:before {
  content: "\f1cb";
}
.social .menu li a[href*="dashcube"]:before {
  content: "\f210";
}
.social .menu li a[href*="delicious"]:before {
  content: "\f1a5";
}
.social .menu li a[href*="deviantart"]:before {
  content: "\f1bd";
}
.social .menu li a[href*="digg"]:before {
  content: "\f1a6";
}
.social .menu li a[href*="dribbble"]:before {
  content: "\f17d";
}
.social .menu li a[href*="facebook"]:before {
  content: "\f09a";
}
.social .menu li a[href*="flickr"]:before {
  content: "\f16e";
}
.social .menu li a[href*="foursquare"]:before {
  content: "\f180";
}
.social .menu li a[href*="github"]:before {
  content: "\f09b";
}
.social .menu li a[href*="plus.google.com"]:before {
  content: "\f0d5";
}
.social .menu li a[href*="instagram"]:before {
  content: "\f16d";
}
.social .menu li a[href*="linkedin"]:before {
  content: "\f0e1";
}
.social .menu li a[href*="ok.ru"]:before {
  content: "\f263";
}
.social .menu li a[href*="pinterest"]:before {
  content: "\f0d2";
}
.social .menu li a[href*="qq"]:before {
  content: "\f1d6";
}
.social .menu li a[href*="feed"]:before {
  content: "\f09e";
}
.social .menu li a[href*="reddit"]:before {
  content: "\f1a1";
}
.social .menu li a[href*="skype"]:before {
  content: "\f17e";
}
.social .menu li a[href*="slack"]:before {
  content: "\f198";
}
.social .menu li a[href*="soundcloud"]:before {
  content: "\f1be";
}
.social .menu li a[href*="stumbleupon"]:before {
  content: "\f1a4";
}
.social .menu li a[href*="tripadvisor"]:before {
  content: "\f262";
}
.social .menu li a[href*="tumblr"]:before {
  content: "\f173";
}
.social .menu li a[href*="twitch"]:before {
  content: "\f1e8";
}
.social .menu li a[href*="twitter"]:before {
  content: "\f099";
}
.social .menu li a[href*="vine.co"]:before {
  content: "\f1ca";
}
.social .menu li a[href*="vimeo.com"]:before {
  content: "\f27d";
}
.social .menu li a[href*="vk.com"]:before {
  content: "\f189";
}
.social .menu li a[href*="wikipedia"]:before {
  content: "\f266";
}
.social .menu li a[href*="weibo"]:before {
  content: "\f18a";
}
.social .menu li a[href*="whatsapp"]:before {
  content: "\f232";
}
.social .menu li a[href*="wordpress"]:before {
  content: "\f19a";
}
.social .menu li a[href*="yahoo"]:before {
  content: "\f19e";
}
.social .menu li a[href*="yelp.com"]:before {
  content: "\f1e9";
}
.social .menu li a[href*="youtube"]:before {
  content: "\f16a";
}
.listing {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.listing > li {
  padding: 10px 0 !important;
}
.categories-grid .wpb_text_column p {
  position: relative;
  margin: 0;
}
.categories-grid .wpb_text_column p:before {
  content: '';
  background-color: rgba(17, 17, 17, 0.3);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.categories-grid .wpb_text_column p:hover:before {
  background-color: rgba(211, 190, 134, 0.9);
}
.categories-grid .wpb_text_column a {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  display: inline-block;
  color: #ffffff !important;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 50%;
}
.categories-grid .wpb_text_column a:hover {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .categories-grid {
    margin-bottom: 0 !important;
  }
  .categories-grid .wpb_column {
    margin-bottom: 30px;
  }
}
.comments-area .comments-title {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.comments-area .comment-list .comment {
  padding: 40px 0;
  border-bottom: 1px solid #eeeeee;
}
.comments-area .comment-list .comment .children {
  margin-top: 40px;
  border-top: 1px solid #eeeeee;
}
.comments-area .comment-list .comment .children .comment {
  padding-bottom: 0;
  border-bottom: none;
}
.comments-area .comment-list .comment .comment-author img {
  float: left;
  margin-right: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.comments-area .comment-list .comment .comment-content {
  position: relative;
}
.comments-area .comment-list .comment .comment-content cite.fn,
.comments-area .comment-list .comment .comment-content cite.fn a {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
}
.comments-area .comment-list .comment .comment-content cite.fn .date,
.comments-area .comment-list .comment .comment-content cite.fn a .date {
  font-size: 12px;
}
.comments-area .comment-list .comment .comment-content p {
  line-height: 2;
  margin-bottom: 0;
}
.comments-area .comment-list .comment .comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
}
.comments-area .comment-respond {
  margin-top: 50px;
  margin-bottom: 60px;
}
.comments-area .comment-respond .comment-reply-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.comments-area .comment-respond .comment-reply-title a {
  font-size: 16px;
  text-transform: none;
}
.comments-area .comment-respond .comment-reply-title small {
  text-transform: none;
  float: right;
}
.comments-area .comment-respond .comment-form {
  margin-top: 30px;
}
.comments-area .comment-respond .comment-form input[type="text"] {
  width: 100%;
  margin-bottom: 15px;
}
.comments-area .comment-respond .comment-form .logged-in-as {
  width: 100%;
  margin: 15px;
}
.comments-area .comment-respond .form-submit {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 20px;
}
.pagination.posts-pagination {
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  width: 100%;
}
.pagination.posts-pagination .page-numbers {
  font-size: 14px;
  display: inline-block;
  line-height: 1.2;
  margin-right: 15px;
}
.pagination.posts-pagination .prev,
.pagination.posts-pagination .next {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888888;
  margin: 0;
}
.pagination.posts-pagination .prev:before,
.pagination.posts-pagination .next:before,
.pagination.posts-pagination .prev:after,
.pagination.posts-pagination .next:after {
  font-size: 26px;
  line-height: 0.5;
  display: inline-block;
  vertical-align: middle;
}
.pagination.posts-pagination .next {
  right: 0;
}
.pagination.posts-pagination .next:after {
  content: '\e684';
}
.pagination.posts-pagination .prev {
  left: 0;
}
.pagination.posts-pagination .prev:before {
  content: '\e686';
}
.navigation.posts-navigation {
  margin-bottom: 50px !important;
}
.navigation.posts-navigation .nav-next,
.navigation.posts-navigation .nav-previous {
  position: relative;
}
.navigation.posts-navigation .nav-next:before,
.navigation.posts-navigation .nav-previous:before,
.navigation.posts-navigation .nav-next:after,
.navigation.posts-navigation .nav-previous:after {
  font-size: 26px;
  line-height: 0.5;
  display: inline-block;
  vertical-align: middle;
}
.navigation.posts-navigation .nav-next a,
.navigation.posts-navigation .nav-previous a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 600;
  color: #888888;
}
.navigation.posts-navigation .nav-next {
  right: 0;
}
.navigation.posts-navigation .nav-next:after {
  content: '\e684';
}
.navigation.posts-navigation .nav-previous {
  left: 0;
}
.navigation.posts-navigation .nav-previous:before {
  content: '\e686';
}
blockquote {
  padding: 30px 0;
}
blockquote:before {
  font-family: Playfair Display;
  font-weight: 600;
  content: '\201C' !important;
  line-height: 0.85em;
  display: inline-block;
  vertical-align: top;
  font-size: 90px;
  width: 20%;
  padding-right: 15px;
}
blockquote p {
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
  font-style: italic;
  width: 80%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.big-quote blockquote {
  padding-top: 50px;
}
.big-quote blockquote:before {
  display: block;
  font-weight: 400;
  line-height: 50px;
}
.big-quote blockquote p {
  width: 100%;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.02em;
}
.aboutme-description p,
.contact-description p {
  font-size: 14px;
  line-height: 2;
  margin: 0;
}
.contact-info .contact-description {
  margin-bottom: 30px;
}
.contact-info .vc_custom_heading {
  font-style: italic;
}
.big-title {
  text-transform: uppercase;
}
.big-title .taxonomy-description {
  display: none;
}
.big-title.image-background {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.big-title.image-background:before {
  content: '';
  background-color: #000000;
  opacity: 0.2;
  z-index: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.big-title.image-background .entry-title {
  position: relative;
}
.big-title.color-background h1 {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.lily-loading {
  position: relative;
}
.lily-loading:before {
  content: '';
  position: absolute;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.lily-loading:after {
  content: url('../images/loading.svg') !important;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.lily-loading.row:before,
.lily-loading.row:after,
.lily-loading.comments-area .comment-respond .comment-form:before,
.lily-loading.comments-area .comment-respond .comment-form:after {
  display: block !important;
}
.autocomplete-suggestions {
  overflow: auto;
  background-color: #ffffff;
  width: 200px !important;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #eeeeee;
  padding: 10px;
  margin-top: 10px;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding-bottom: 20px;
}
.autocomplete-suggestions .autocomplete-suggestion:last-child {
  padding-bottom: 0;
}
.autocomplete-suggestions .suggestion-thumb,
.autocomplete-suggestions .suggestion-title {
  display: inline-block;
  vertical-align: top;
}
.autocomplete-suggestions .suggestion-thumb {
  width: 60px;
  padding-right: 10px;
}
.autocomplete-suggestions .suggestion-title {
  width: calc(100% - 70px);
}
@media (max-width: 768px) {
  .pagination.posts-pagination,
  .pagination.loop-pagination {
    margin-bottom: 120px;
  }
  .pagination.posts-pagination .page-numbers,
  .pagination.loop-pagination .page-numbers {
    display: none;
  }
  .pagination.posts-pagination .page-numbers.next,
  .pagination.loop-pagination .page-numbers.next,
  .pagination.posts-pagination .page-numbers.prev,
  .pagination.loop-pagination .page-numbers.prev {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .scrollup {
    display: block;
    cursor: pointer;
    z-index: 2;
    position: fixed;
    right: 30px;
    bottom: -50px;
    padding: 0 8px;
    font-size: 0;
    color: #ffffff;
  }
  .scrollup i {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
  }
  .scrollup.show {
    bottom: 70px;
    opacity: 0.8;
  }
  .scrollup:hover {
    color: #ffffff;
    font-size: 12px;
  }
  .scrollup:hover i {
    margin-right: 5px;
  }
  .uncover .header-wrapper {
    position: relative;
    z-index: 99;
  }
  .uncover .content-wrapper {
    position: relative;
    z-index: 1;
    background: #ffffff;
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.05);
  }
  .uncover .bottom-wrapper {
    position: fixed;
    bottom: 0;
    z-index: 0;
  }
  blockquote:before {
    width: 10%;
  }
  blockquote p {
    width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .boxed {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  blockquote {
    padding-bottom: 0;
  }
  blockquote:before {
    width: 15%;
    font-size: 180px;
    line-height: 0.75;
    padding-right: 0;
  }
  blockquote p {
    width: 85%;
  }
  #page:after {
    display: none;
  }
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header-wrapper.menu-above .site-menu-wrap {
  border-bottom: 1px solid #eeeeee;
}
.header {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.header .middle-sm:before,
.header .middle-sm:after {
  display: none !important;
}
.header .social {
  text-align: right;
}
.header-mobile {
  display: none;
  width: 100%;
  background-color: #fafafa;
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
}
.header-mobile .left-col {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.header-mobile .right-col {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}
.header-mobile .logo {
  text-align: left;
  padding: 0;
}
.header-mobile .logo img {
  max-height: 40px;
}
.site-branding {
  text-align: center;
  padding: 30px 0;
}
.search-box {
  display: table;
  margin: 0 auto;
}
.search-box .search-form {
  display: table-cell;
  vertical-align: middle;
  width: 85%;
  position: relative;
}
.search-box .search-form:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.search-box .search-form.active:after {
  width: 100%;
}
.search-box .search-form.search-loading:before {
  content: url(../images/loading.svg);
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 0;
  height: 8px;
  width: 8px;
  transform: scale(0.4);
}
.search-box .search-submit {
  display: none;
}
.search-box .search-field {
  font-size: 12px;
  border: none;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  border-radius: 0;
  padding: 0;
}
.search-box .search-field:-moz-placeholder {
  color: #ffffff;
}
.search-box .search-field::-moz-placeholder {
  color: #ffffff;
}
.search-box .search-field:-ms-input-placeholder {
  color: #ffffff;
}
.search-box .search-field::-webkit-input-placeholder {
  color: #ffffff;
}
.search-box .search-field:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
}
.search-box .fa-search {
  display: table-cell;
  vertical-align: bottom;
  font-size: 15px;
  width: 15%;
  text-align: right;
}
.sticky-wrapper {
  width: 100%;
}
.sticky-wrapper.is-sticky .header-mobile {
  box-shadow: 0px 1px 4px rgba(190, 190, 190, 0.46);
  z-index: 999;
}
@media (max-width: 1199px) {
  .header-wrapper {
    display: none;
  }
  .header-mobile {
    display: table;
  }
}
@media only screen and (min-width: 1200px) {
  .header .middle-sm {
    position: relative;
  }
  .mobile-sticky-wrapper {
    display: none;
  }
  .sticky-wrapper.is-sticky .site-menu-wrap {
    border: none;
    z-index: 9999;
    background-color: #ffffff;
    box-shadow: 0px 1px 4px rgba(190, 190, 190, 0.46);
  }
  .admin-bar .sticky-wrapper.is-sticky .site-menu-wrap {
    top: 32px !important;
  }
}
@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar .mobile-sticky-wrapper.is-sticky .header-mobile {
    top: 46px !important;
  }
}
@media (min-width: 782px) and (max-width: 1199px) {
  .admin-bar .mobile-sticky-wrapper.is-sticky .header-mobile {
    top: 32px !important;
  }
}
.sidebar .menu-features-menu-container .menu,
.wpb_widgetised_column .menu-features-menu-container .menu {
  border-top: 1px solid #eee;
}
.sidebar .menu-features-menu-container .menu li,
.wpb_widgetised_column .menu-features-menu-container .menu li {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.widget {
  margin-bottom: 40px !important;
}
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.nav {
  text-transform: uppercase;
}
.nav .sub-menu {
  margin: 0;
}
.nav .sub-menu li {
  text-align: left;
  text-transform: none;
}
.nav .sub-menu li.badge:hover:after {
  background-color: transparent !important;
}
.nav .sub-menu li.badge:after {
  position: absolute;
  top: 50%;
  right: 30px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 2px 5px;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.nav .sub-menu li.badge.new:after {
  content: 'new';
}
.nav .sub-menu li.badge.hot:after {
  content: 'hot';
}
.nav .sub-menu li.badge.sale:after {
  content: 'sale';
}
.nav .sub-menu li.badge.trending:after {
  content: 'trending';
}
.nav .sub-menu li a {
  display: block;
}
.nav .sub-menu li .post-simple-layout .post .entry-title {
  margin-top: 15px;
}
.nav .sub-menu-toggle {
  display: none;
}
.nav .vc_row {
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .menu-link {
    display: none;
  }
  .nav .menu {
    font-size: 0;
  }
  .nav .menu > li {
    letter-spacing: 0.03em;
    position: relative;
    display: inline-block;
    margin: 0 20px;
    /*Mega menu*/
  }
  .nav .menu > li > a {
    font-size: 12px;
    display: inline-block;
    padding: 20px 0;
  }
  .nav .menu > li:first-child {
    margin-left: 0;
  }
  .nav .menu > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .nav .menu > li.menu-item-has-children {
    position: relative;
  }
  .nav .menu > li.menu-item-has-children:hover > a:after {
    visibility: visible;
    opacity: 1;
    bottom: 0;
  }
  .nav .menu > li.menu-item-has-children > a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\f107';
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 20%;
    left: 50%;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .nav .menu > li.mega-menu {
    position: static;
  }
  .nav .menu > li.mega-menu > a {
    position: relative;
  }
  .nav .menu > li.mega-menu > .sub-menu {
    left: 15px;
    width: 100%;
    width: calc(100% - 30px);
  }
  .nav .menu > li.mega-menu > .sub-menu li {
    padding: 15px 0;
  }
  .nav .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    border: 1px solid transparent;
    z-index: -1;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav .sub-menu li {
    position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid #eeeeee;
  }
  .nav .sub-menu li:last-child {
    border-bottom: none;
  }
  .nav .sub-menu li:hover > .sub-menu {
    left: 100%;
    opacity: 1;
    visibility: visible;
  }
  .nav .sub-menu li.menu-item-has-children > a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    content: '\f105';
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  .nav .sub-menu li .sub-menu {
    left: 120%;
    top: -21px;
  }
  .nav .sub-menu li a {
    font-size: 14px;
  }
  .nav .sub-menu li .post-simple-layout .post {
    margin-bottom: 10px;
  }
}
.mobile-menu-btn svg {
  display: inline-block;
  vertical-align: -2px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}
.mobile-menu-btn path {
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  fill: none;
  stroke-width: 40px;
  stroke-linecap: round;
  stroke: #666666;
  stroke-dashoffset: 0;
}
.mobile-menu-btn path#top,
.mobile-menu-btn path#bottom {
  stroke-dasharray: 240px 950px;
}
.mobile-menu-btn path#middle {
  stroke-dasharray: 240px 240px;
}
.mobile-menu-btn.is-active path#top,
.mobile-menu-btn.is-active path#bottom {
  stroke-dashoffset: -650px;
}
.mobile-menu-btn.is-active path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}
.site-mobile-menu {
  position: fixed;
  left: 0;
  z-index: 1000;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  width: 270px;
  height: 100%;
  background-color: #f5f5f5;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.25s ease, z-index 0.1s ease;
}
body.mobile-menu-opened .site-mobile-menu {
  transform: translate3d(0, 0, 0);
}
.site-mobile-menu .menu > ul,
.site-mobile-menu .menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-mobile-menu .menu-item-icon {
  margin-right: 10px;
}
.site-mobile-menu .menu > ul li.page_item,
.site-mobile-menu .menu li.menu-item {
  display: block;
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: top;
}
.site-mobile-menu .menu > ul li.page_item.hide,
.site-mobile-menu .menu li.menu-item.hide {
  display: none;
}
.site-mobile-menu .menu > ul li.page_item.over > .children,
.site-mobile-menu .menu li.menu-item.over > .children,
.site-mobile-menu .menu > ul li.page_item.over > .sub-menu,
.site-mobile-menu .menu li.menu-item.over > .sub-menu {
  transform: translateX(0);
}
.site-mobile-menu .menu > ul li.page_item.mega-menu .sub-menu .menu-item-object-tm_mega_menu,
.site-mobile-menu .menu li.menu-item.mega-menu .sub-menu .menu-item-object-tm_mega_menu {
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-mobile-menu .menu > ul li.page_item.mega-menu .sub-menu .menu-item-object-tm_mega_menu .open-child,
.site-mobile-menu .menu li.menu-item.mega-menu .sub-menu .menu-item-object-tm_mega_menu .open-child {
  display: none;
}
.site-mobile-menu .menu > ul li.page_item.mega-menu .sub-menu .mega-menu-content,
.site-mobile-menu .menu li.menu-item.mega-menu .sub-menu .mega-menu-content {
  padding: 0;
}
.site-mobile-menu .menu > ul li.page_item.page_item_has_children,
.site-mobile-menu .menu li.menu-item.page_item_has_children,
.site-mobile-menu .menu > ul li.page_item.menu-item-has-children,
.site-mobile-menu .menu li.menu-item.menu-item-has-children {
  padding-right: 0;
}
.site-mobile-menu .menu > ul li.page_item > a,
.site-mobile-menu .menu li.menu-item > a {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 40px;
  color: #222222;
  display: block;
  z-index: 1;
}
.site-mobile-menu .menu > ul li.page_item .open-child,
.site-mobile-menu .menu li.menu-item .open-child {
  position: relative;
  z-index: 2;
  top: 0;
  z-index: 100;
  display: inline-block;
  float: right;
  padding-right: 20px;
  padding-left: 15px;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  padding-left: 20px;
  background-color: rgba(239, 239, 239, 0.8);
}
.site-mobile-menu .menu > ul li.page_item .open-child:before,
.site-mobile-menu .menu li.menu-item .open-child:before {
  content: '\f105';
  display: block;
  color: #cccccc;
  font-size: 20px;
  line-height: 40px;
}
.site-mobile-menu .menu > ul > li .children,
.site-mobile-menu .menu > li .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 100% !important;
  width: 100% !important;
  height: 100vh !important;
  background-color: #f5f5f5;
  list-style: none;
  transform: translateX(100%);
}
.site-mobile-menu .menu-back {
  position: relative;
  display: block;
  text-align: center;
  background-color: #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.site-mobile-menu .menu-back a {
  color: #222222;
  text-transform: uppercase;
  line-height: 40px;
}
.site-mobile-menu .menu-back:before {
  content: '\f104';
  position: absolute;
  top: 0;
  left: 15px;
  display: inline-block;
  font-size: 20px;
  line-height: 39px;
}
.site-mobile-menu .search-box {
  width: 100%;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.site-mobile-menu .social {
  margin-top: 20px;
}
.site-mobile-menu .social li.menu-item {
  display: inline-block;
  padding: 0;
}
.site-mobile-menu .social li.menu-item > a {
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .site-mobile-menu {
    top: auto !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .site-mobile-menu {
    width: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .admin-bar .site-mobile-menu {
    top: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-mobile-menu {
    display: none;
  }
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.bottom-wrapper {
  width: 100%;
}
.footer {
  border-top: 1px solid #eee;
  padding: 30px 0;
}
.footer > .container > .row > [class*="col-"],
.footer > .container > .comments-area .comment-respond .comment-form > [class*="col-"] {
  position: relative;
}
.footer > .container > .row > [class*="col-"]:after,
.footer > .container > .comments-area .comment-respond .comment-form > [class*="col-"]:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  width: calc(100% - 30px);
  margin: 0 15px;
}
.footer-menu {
  text-align: center;
  padding: 23px 0;
}
.footer-menu .menu > li {
  display: inline-block;
  margin-right: 15px;
}
.footer-menu .menu > li:after {
  content: '';
  opacity: 0.5;
  height: 1em;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
}
.footer-menu .menu > li:last-child:after {
  display: none;
}
.footer-menu .menu > li > a {
  font-size: 11px;
  text-transform: uppercase;
}
.video-blog {
  text-align: center;
}
.copyright {
  text-align: center;
  padding: 10px 0;
}
.copyright p {
  font-size: 12px;
  font-weight: 300;
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  .footer > .container > .row > [class*="col-"],
  .footer > .container > .comments-area .comment-respond .comment-form > [class*="col-"] {
    margin-bottom: 30px;
  }
  .footer > .container > .row > [class*="col-"]:after,
  .footer > .container > .comments-area .comment-respond .comment-form > [class*="col-"]:after {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .footer {
    padding: 70px 0;
  }
}
/*---------------------------------------------
  Thememove Shortcode
---------------------------------------------*/
/****
 Recent posts
 ****/
.recent-posts__item {
  font-size: 0;
  margin-bottom: 20px;
  clear: both;
}
.recent-posts__thumb {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 70px;
  padding-right: 5px;
}
.recent-posts__info {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 70px);
}
.recent-posts h3 {
  line-height: 1;
  margin-top: -0.25em;
  margin-bottom: 5px;
}
.recent-posts h3 a {
  font-size: 15px;
  letter-spacing: 0.05em;
}
.recent-posts .post-date {
  display: block;
}
.recent-posts .post-meta {
  display: inline-block;
}
.recent-posts .post-meta i,
.recent-posts .post-meta .author,
.recent-posts .post-meta .post-com {
  display: none;
}
.recent-posts .post-meta .post-date {
  font-size: 11px;
  color: #666666 !important;
}
/****
 Mini cart
 ****/
.tm-mini-cart__icon {
  font-size: 20px;
  margin-right: 10px;
}
.tm-mini-cart__qty {
  font-size: 14px;
  display: inline-block;
}
.tm-mini-cart__qty:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  width: 1px;
  margin: 0 10px;
}
.tm-mini-cart__link {
  display: inline-block !important;
}
@media (max-width: 1199px) {
  .tm-mini-cart {
    margin-bottom: 20px;
  }
  .tm-mini-cart__icon {
    font-size: 16px;
  }
  .tm-mini-cart__qty {
    font-size: 12px;
  }
}
/***
 Facebook
***/
.tm-facebook-page blockquote:before {
  display: none;
}
/****
 Twitter
 ****/
.tm-twitter .tm-tweets-list .tweet {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}
.tm-twitter .tm-tweets-list .tweet:last-child {
  border-bottom: none;
}
.tm-twitter .tm-tweets-list .username {
  font-size: 13px;
}
.tm-twitter .tm-tweets-list .tweet-text {
  font-size: 13px;
  margin-bottom: 1em;
}
.tm-twitter .tm-tweets-list .time {
  font-size: 13px;
}
.tm-twitter .tm-tweets-list .time i {
  font-size: 16px;
  line-height: 18px;
  margin-right: 8px;
}
.tm-twitter .tm-tweets-list .tweet-actions {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 25px;
  margin: 0;
}
.tm-twitter .tm-tweets-list .tweet-actions li {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
.tm-twitter .tm-tweets-list .tweet-actions a {
  font-size: 0;
}
.tm-twitter .tm-tweets-list .tweet-actions i {
  font-size: 16px;
}
.tm-twitter .tm-tweets-list.style-1 .tweet-header .user-profile-image {
  float: left;
  margin-right: 10px;
}
.tm-twitter .tm-tweets-list.style-1 .tweet-header .username {
  display: block;
  margin-bottom: 5px;
}
.tm-twitter .tm-tweets-list.style-1 .tweet-actions {
  bottom: auto;
  top: 0;
}
.tm-twitter .tm-tweets-list.style-2 .tweet {
  text-align: center;
}
.tm-twitter .tm-tweets-list.style-2 .user-profile-image {
  display: block;
  margin: 0 auto 10px;
}
.tm-twitter .tm-tweets-list.style-2 .username {
  display: block;
  margin-bottom: 5px;
}
.tm-twitter .tm-tweets-list.style-2 .tweet-actions {
  bottom: 10px;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
/***
 Instagram
***/
.tm-instagram-pics .item {
  position: relative;
}
.tm-instagram-pics .item:hover .overlay,
.tm-instagram-pics .item:hover .item-info {
  opacity: 1;
  visibility: visible;
}
.tm-instagram-pics .item:hover .play-button {
  opacity: 0;
  visibility: hidden;
}
.tm-instagram-pics .item .play-button {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  z-index: 1;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.tm-instagram-pics .item .play-button:before {
  display: inline-block;
  content: '\e624';
  font-size: 40px;
  color: #ffffff;
  border-radius: 100%;
}
.tm-instagram-pics .item .overlay {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.tm-instagram-pics .item .overlay a {
  font-size: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.tm-instagram-pics .item-info {
  cursor: pointer;
  display: block;
  position: absolute;
  text-align: center;
  backface-visibility: hidden;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.tm-instagram-pics .item-info > li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  padding: 0 10px;
}
.tm-instagram-pics .item-info > li a {
  color: #ffffff !important;
}
.tm-instagram-pics .item-info > li:before {
  font-size: 16px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.tm-instagram-pics .item-info > li.likes:before {
  content: '\e642';
}
.tm-instagram-pics .item-info > li.comments:before {
  content: '\e668';
}
.tm-instagram-follow-links {
  font-size: 14px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}
/***
 About me
***/
.tm-aboutme__avatar {
  text-align: center;
}
.tm-aboutme__avatar--circle img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.tm-aboutme__description {
  text-align: center;
  margin-top: 20px;
}
.tm-aboutme__description p {
  font-size: 13px;
  line-height: 26px;
  padding: 0 25px;
  margin: 0;
}
.tm-aboutme__social {
  text-align: center;
  margin-top: 20px;
}
.tm-aboutme__social__item {
  display: inline-block;
  vertical-align: top;
}
.tm-aboutme__social__item a {
  height: 34px;
  width: 34px;
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tm-aboutme__social__item i {
  line-height: 32px;
}
.tm-aboutme__social__item--circle a,
.tm-aboutme__social__item--square a {
  color: #ffffff !important;
}
.tm-aboutme__social__item--circle a:hover,
.tm-aboutme__social__item--square a:hover {
  background-color: transparent !important;
}
.tm-aboutme__social__item--circle a,
.tm-aboutme__social__item--outline-circle a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.tm-aboutme__social__item--outline-square a:hover,
.tm-aboutme__social__item--outline-circle a:hover {
  color: #ffffff !important;
}
.tm-aboutme__social__icon {
  font-size: 16px;
  display: inline-block;
}
/*
* Post Grid
*/
.tm-post-grid.align-left .post:not(.post-featured-item) {
  text-align: left !important;
}
.tm-post-grid.align-center .post {
  text-align: center !important;
}
.tm-post-grid.align-right .post {
  text-align: right !important;
}
/*---------------------------------------------
  Wordpress Widget
---------------------------------------------*/
.widget_categories ul {
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}
.widget_categories ul li {
  padding: 10px 5px;
  border-bottom: 1px solid #f6f6f6;
}
.widget_categories ul li:last-child {
  border-bottom: none;
}
.widget_categories ul li > a {
  font-size: 14px;
}
.widget_categories ul li > a:before {
  font-size: 12px;
  content: '\f0da';
  color: #cccccc;
  margin-right: 15px;
}
.widget_categories ul li ul.children {
  border-bottom: none;
  margin: 10px 0 -10px 0 !important;
}
.widget_categories ul li ul.children li {
  border-top: 1px solid #f6f6f6;
}
.widget_categories ul li ul.children li ul.children {
  margin-left: -40px !important;
}
.widget_categories ul li ul.children li:nth-child(n+1) {
  border-top: none;
}
.widget_categories ul li ul.children li:nth-child(n+1) ul li {
  padding-left: 60px !important;
}
.widget_categories > ul > li > ul.children {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.widget_categories > ul > li > ul.children > li {
  padding-left: 40px !important;
}
.widget_archive select {
  width: 100%;
}
.widget_tag_cloud .tagcloud a {
  font-size: 13px !important;
  display: inline-block;
  padding: 7px 10px;
  border: 1px solid #eeeeee;
  color: #666666;
  margin-right: 5px;
  margin-bottom: 5px;
}
.widget_rss .widget-title img {
  display: none;
}
/*---------------------------------------------
  Essential Grid
---------------------------------------------*/
/*---------------------------------------------
  Revolution Silder
---------------------------------------------*/
.rev_slider_wrapper .tp-revslider-slidesli .slotholder:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.rev_slider_wrapper .tp-bannertimer {
  z-index: 98;
}
.rev_slider_wrapper .tparrows.default,
.rev_slider_wrapper .tparrows.custom {
  background: none;
  width: auto;
  height: auto;
}
.rev_slider_wrapper .tparrows.default:before,
.rev_slider_wrapper .tparrows.custom:before {
  font-size: 50px;
  color: #ffffff;
}
.rev_slider_wrapper .tparrows.default:hover,
.rev_slider_wrapper .tparrows.custom:hover {
  background: none;
}
.rev_slider_wrapper .tp-leftarrow.default:before,
.rev_slider_wrapper .tp-leftarrow.custom:before {
  content: '\e687' !important;
}
.rev_slider_wrapper .tp-rightarrow.default:before,
.rev_slider_wrapper .tp-rightarrow.custom:before {
  content: '\e685' !important;
}
.rev_slider_wrapper .tp-caption.lily-big-text {
  text-align: center !important;
}
.rev_slider_wrapper .tp-caption.lily-small-text {
  letter-spacing: 1px !important;
}
.rev_slider_wrapper .tp-caption.lily-small-text a {
  letter-spacing: 1px !important;
  font-size: 14px;
  color: #ffffff !important;
}
.rev_slider_wrapper .tp-caption.lily-button {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
.rev_slider_wrapper .tp-caption.lily-button a {
  font-size: 12px !important;
  color: #ffffff !important;
  letter-spacing: 0.1em !important;
}
.rev_slider_wrapper .tp-caption.lily-button:hover a {
  color: #ddbe86 !important;
}
/*---------------------------------------------
  MailChimp
---------------------------------------------*/
.mc4wp-form {
  text-align: center;
}
.mc4wp-form p {
  margin: 0;
}
.mc4wp-form input[type="text"],
.mc4wp-form input[type="email"] {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.mc4wp-form input[type="submit"] {
  margin-top: 10px;
}
/*---------------------------------------------
 Magnific Popup
---------------------------------------------*/
button.mfp-close {
  background-color: transparent !important;
}
/*---------------------------------------------
 Contact Form 7
---------------------------------------------*/
.wpcf7-form .wpcf7-not-valid-tip {
  color: #e04949;
  margin-bottom: 20px;
}
.wpcf7-form .wpcf7-validation-errors {
  color: #e04949;
  border: none;
  padding: 0 15px;
  margin: 15px 0;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
}
.wpcf7-form input[type="text"].wpcf7-not-valid,
.wpcf7-form input[type="email"].wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
  border-color: #e04949;
}
.wpcf7-form input[type="submit"] {
  color: #ddbe86 !important;
  background-color: transparent;
  padding: 15px 20px;
}
@media only screen and (min-width: 1200px) {
  .tm-instagram-pics .item .overlay {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    margin: auto;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .tm-instagram-pics .item:hover .overlay,
  .tm-instagram-pics .item:hover .item-info {
    opacity: 1;
    visibility: visible;
  }
  .tm-instagram-pics .item:hover .show-info .play-button {
    opacity: 0;
    visibility: hidden;
  }
  .tm-instagram-pics .item-info {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  .tm-instagram-pics .item-info > li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    padding: 0 10px;
  }
  .tm-instagram-pics .item-info > li a {
    color: #ffffff !important;
  }
  .tm-instagram-pics .item-info > li:before {
    font-family: 'Pe-icon-7-stroke';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .tm-instagram-pics .item-info > li.likes:before {
    content: '\e642';
  }
  .tm-instagram-pics .item-info > li.comments:before {
    content: '\e668';
  }
}
.wpb_revslider_element .lily-button a {
  font-size: 12px !important;
  color: #fff !important;
  letter-spacing: 0.1em !important;
}
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
.widget-title,
.widgettitle {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  display: table;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 30px;
}
.widget-title:before,
.widgettitle:before,
.widget-title:after,
.widgettitle:after {
  border-top: 1px solid transparent;
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 40%;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
}
.widget-title:before,
.widgettitle:before {
  right: 15px;
}
.widget-title:after,
.widgettitle:after {
  left: 15px;
}
.heading-title {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  display: table;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 30px;
  width: 100%;
}
.heading-title:before,
.heading-title:after {
  border-top: 1px solid transparent;
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 40%;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
}
.heading-title:before {
  right: 15px;
}
.heading-title:after {
  left: 15px;
}
.heading-title:before,
.heading-title:after {
  width: 45%;
}
/*--------------------------------------------------------------
Single Post
--------------------------------------------------------------*/
.post {
  margin-bottom: 60px;
  /* Post Audio format */
  /* Post Gallery format */
  /* Post Quote format */
  /* Post Chat format */
  /* Common style */
}
.post.lily-post-adding {
  opacity: 0;
}
.post.format-audio .post-audio iframe {
  width: 100%;
  height: 145px;
}
.post.format-gallery .owl-carousel {
  position: relative;
}
.post.format-gallery .owl-carousel .owl-nav {
  font-size: 0;
}
.post.format-gallery .owl-carousel .owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.post.format-gallery .owl-carousel .owl-nav > div:before {
  font-size: 50px;
  color: #ffffff;
}
.post.format-gallery .owl-carousel .owl-nav .owl-prev {
  left: 30px;
}
.post.format-gallery .owl-carousel .owl-nav .owl-prev:before {
  content: '\e687';
}
.post.format-gallery .owl-carousel .owl-nav .owl-next {
  right: 30px;
}
.post.format-gallery .owl-carousel .owl-nav .owl-next:before {
  content: '\e685';
}
.post.format-quote .post-quote {
  position: relative;
  text-align: left;
  text-align: center;
  border: 1px solid #eeeeee;
  padding: 50px 80px 50px 50px;
}
.post.format-quote .post-quote h2 {
  font-style: italic;
}
.post.format-quote .post-quote .source-name {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-top: 15px;
}
.post.format-quote .post-quote .source-name a:before,
.post.format-quote .post-quote .source-name span:before {
  content: '-';
  margin-right: 3px;
}
.post.format-quote .post-quote:after {
  font-family: Playfair Display;
  font-weight: 600;
  content: '\201D';
  font-size: 90px;
  position: absolute;
  right: 50px;
  top: 0;
}
.post.format-chat .entry-content {
  text-align: left;
}
.post .post-categories {
  margin-top: 30px;
}
.post .post-categories a {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  color: #ffffff !important;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.post .post-date {
  margin-top: 10px;
  padding-bottom: 10px;
}
.post .post-img {
  position: relative;
}
.post .post-img .fa {
  display: inline-block;
  font-size: 24px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.post .post-tags {
  text-align: left;
  margin-top: 15px;
}
.post .post-tags a {
  font-size: 13px;
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.post .post-meta {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 30px;
}
.post .post-comments {
  text-align: left;
}
.post .post-comments .comments-link:before {
  content: '\f0e5';
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
}
.post .post-comments a {
  font-size: 13px;
  color: #999999;
}
.post .post-comments.meta-center {
  text-align: center;
}
.post .post-share-buttons {
  text-align: right;
}
.post .post-share-buttons .fa {
  font-size: 16px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.post .post-share-buttons a:last-child .fa {
  margin-right: 0;
}
.post .post-share-buttons.meta-center {
  text-align: center;
}
.post .entry-header.above {
  margin-top: -10px;
  margin-bottom: 30px;
}
.post .entry-header.above .post-categories {
  margin-top: 0;
}
.post .entry-title {
  line-height: 1.25;
  margin-top: 15px;
}
.post .entry-title a {
  font-size: 28px;
  letter-spacing: 0.05em;
}
.post .entry-content,
.post .entry-summary {
  margin-top: 20px;
  position: relative;
}
.post .entry-content:before,
.post .entry-summary:before {
  content: '';
  height: 1px;
  width: 70px;
  display: block;
  position: absolute;
  left: 50%;
  top: -15px;
  background-color: #eeeeee;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.post .entry-content p,
.post .entry-summary p {
  font-size: 14px;
  line-height: 2;
}
.post .entry-content .more-link a,
.post .entry-summary .more-link a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
  margin-top: 20px;
}
.post .entry-content .more-link a:after,
.post .entry-summary .more-link a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  height: 1px;
  width: 0;
  z-index: 99;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.post .entry-content .more-link a:hover:after,
.post .entry-summary .more-link a:hover:after {
  width: 100%;
}
.post blockquote p {
  font-size: 15px !important;
}
.post ul {
  text-align: left;
  list-style-type: disc;
  margin-left: 1.5em;
}
.post ul li {
  margin-bottom: 5px;
}
.post ol {
  text-align: left;
  margin-left: 1.5em;
}
.single .post {
  margin-bottom: 20px;
}
.single .post .post-date {
  margin-top: 15px;
  padding-bottom: 25px;
}
.single .post .post-tags {
  margin-bottom: 10px;
}
.single .post .entry-header {
  text-align: center;
}
.single .post .entry-title {
  margin-top: 20px;
}
.single .post .entry-content {
  text-align: left;
  margin-top: 40px;
}
.single .post .entry-content:before {
  top: -30px;
}
.single .author-info {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.single .author-info img {
  float: left;
  margin-right: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.single .author-info__name {
  font-size: 16px;
}
.single .author-info__description {
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.single .author-info__email {
  font-size: 12px;
}
.single .related-posts {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.single .related-posts h3 {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.single .comments-area .error {
  background-color: #fbe2e3 !important;
  border-color: #f89895;
}
.single .comments-area .ajax-error {
  font-weight: 600;
  color: #f3443f;
}
/*
Post Grid Layout
**/
.post-grid-layout .post-grid-item .post-categories a,
.post-list-layout .post.post-list-item .post-categories a,
.post-masonry-layout .post-categories a {
  color: #999999 !important;
  background-color: #eeeeee;
}
.post-grid-layout .post-grid-item .post-meta,
.post-list-layout .post.post-list-item .post-meta,
.post-masonry-layout .post-meta {
  border-bottom: none;
  border-top: 1px solid #eeeeee;
  padding-bottom: 0;
  padding-top: 15px;
  margin-top: 10px;
}
.post-grid-layout .post-grid-item .post-date,
.post-list-layout .post.post-list-item .post-date,
.post-masonry-layout .post-date {
  font-size: 13px;
  text-align: left;
  margin: 0;
}
.post-grid-layout .post-grid-item .post-date:before,
.post-list-layout .post.post-list-item .post-date:before,
.post-masonry-layout .post-date:before {
  content: '\f017';
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
}
.post-grid-layout .post-grid-item .entry-title {
  margin-top: 10px;
}
.post-grid-layout .post-grid-item .entry-content {
  padding-top: 10px;
  margin-top: 25px;
}
.post-grid-layout .post-grid-item .entry-content:before {
  top: 0;
}
/*
Post List Layout
**/
.post-list-layout .post.post-full-width-item {
  margin-right: -15px;
  margin-left: -15px;
}
.post-list-layout .post.post-list-item {
  text-align: left;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.post-list-layout .post.post-list-item .post-img {
  padding-left: 0;
}
.post-list-layout .post.post-list-item .post-img .fa {
  right: 35px;
}
.post-list-layout .post.post-list-item .list-content {
  padding-right: 0;
}
.post-list-layout .post.post-list-item .post-categories {
  margin-top: 0;
}
.post-list-layout .post.post-list-item .post-meta {
  border-top-color: #f6f6f6;
  margin-top: 15px;
}
.post-list-layout .post.post-list-item .entry-content {
  padding-top: 10px;
}
.post-list-layout .post.post-list-item .entry-content:before {
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
/*
Post Masonry Layout
*/
.post-masonry-layout {
  margin: 0 -15px;
}
.post-masonry-layout .post.post-full-width-item {
  padding: 0 15px;
}
.post-masonry-layout .grid-sizer,
.post-masonry-layout .post-masonry-item {
  padding: 0 15px;
}
.post-masonry-layout .post-meta {
  border-top-color: #f6f6f6;
  margin-top: 15px;
}
.post-masonry-layout .entry-content {
  padding-top: 10px;
}
.post-masonry-layout .entry-content:before {
  top: 0;
}
.post-masonry-layout .entry-footer {
  margin-top: 10px;
}
/*
Post Simple Layout
**/
.post-simple-layout .post {
  text-align: left;
}
.post-simple-layout .post .post-img .fa {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 20px;
}
.post-simple-layout .post .entry-title {
  line-height: 1;
  margin-top: 5px;
}
.post-simple-layout .post .entry-title a {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.post-simple-layout .post .post-date {
  font-size: 12px;
}
.post-simple-layout .post .post-date .byline {
  display: none;
}
/*
Post Minimal Layout
**/
.post-minimal-layout .post.post-minimal-item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}
.post-minimal-layout .post.post-minimal-item .post-categories {
  margin-top: 0;
}
.post-minimal-layout .post.post-minimal-item .post-categories a {
  color: #999999 !important;
  background-color: #eeeeee;
}
.post-minimal-layout .post.post-minimal-item .entry-title a {
  font-size: 42px;
  letter-spacing: 0.05em;
}
.post-minimal-layout .post.post-minimal-item .post-date {
  margin-top: 20px;
}
.post-minimal-layout .post.post-minimal-item .post-date:before {
  content: '\f017';
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
}
.post-minimal-layout .post.post-minimal-item .entry-content {
  margin-top: 10px;
}
.post-minimal-layout .post.post-minimal-item .entry-content:before {
  display: none;
}
/**
Post Metro Layout
 */
.post-metro-layout {
  opacity: 1;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
}
.post-metro-layout.loading {
  opacity: 0;
}
.post-metro-layout .post.post-metro-item {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.post-metro-layout .post.post-metro-item:hover .post-img img {
  transform: scale(1.1);
}
.post-metro-layout .post.post-metro-item .mask:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.post-metro-layout .post.post-metro-item .mask a {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.post-metro-layout .post.post-metro-item .post-img {
  text-align: center;
}
.post-metro-layout .post.post-metro-item .post-img img {
  width: 100%;
}
.post-metro-layout .post.post-metro-item .post-img .fa {
  height: auto;
  width: auto;
  color: #ffffff;
  background-color: transparent;
  line-height: 1;
  z-index: 2;
}
.post-metro-layout .post.post-metro-item .post-categories {
  margin-top: 0;
}
.post-metro-layout .post.post-metro-item .post-categories a {
  color: #999999 !important;
  background-color: #eeeeee;
}
.post-metro-layout .post.post-metro-item .post-categories + .post-date {
  margin-top: 8px;
  padding-bottom: 5px;
}
.post-metro-layout .post.post-metro-item .post-categories + .entry-title {
  margin-top: 5px;
}
.post-metro-layout .post.post-metro-item .post-date {
  color: #ffffff;
}
.post-metro-layout .post.post-metro-item .entry-header {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 90%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 2;
}
.post-metro-layout .post.post-metro-item .entry-title {
  margin-top: 0;
}
.post-metro-layout .post.post-metro-item .entry-title > a {
  color: #ffffff !important;
}
/*
Post Feature Layout
**/
.featured-posts {
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 50px 50px 0 50px;
  margin-bottom: 50px;
}
.post-list-layout .featured-posts .post {
  text-align: center;
  padding-bottom: 0;
  border-bottom: none;
}
.post-masonry-layout .featured-posts {
  padding: 50px 15px 0 15px;
}
.post-masonry-layout .featured-posts__title {
  margin-bottom: 30px;
}
.featured-posts__title {
  display: table;
  position: relative;
  left: 50%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.4;
  white-space: nowrap;
  margin-bottom: 40px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.featured-posts__title:before,
.featured-posts__title:after {
  content: '';
  display: table-cell;
  width: 77px;
  height: 24px;
  position: relative;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJoAAAAYCAYAAAACh+TEAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8yNC8xNUep2BcAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAH3ElEQVRoge2bwXXbOBCGP+XlbnVgLhuwtoKQFUSpIEwF4R55WuYSHaNUELmClRsI6QpWLiBcqgO5Au9hBgYEgqRsy8rmrf/39CyKQ2Aw+DGYGcKTu7s7mmoxBVbAW/ZxDeRxWmx4wQt60FSLGbAE3ni3roAsTovdK/2hBmbAuzgtJnFaTIDU3NOGXvCCDpQbtV6mDn/eIZyqASY/vn9eAnNgFqfFLtBQDbRxWmTPr/bx0FSLHCBOi+XP1uUQ/Gr6GjTVYgVEcVokgXtTYAOsXwMZsAqRTFEDnUZ+JppqUSI61cCyR/cvKhvFaZGfTLlHoKkWS+CjXnaIphOWo2OO06I8mXLjiLAebQ9xWuyaarEGslfAGRAkmU7oHCifQ8OePqdNtUiaahENiM2ReOBPAhOjuNa/H5tqkRxPw+NCdTMku+4RWyJjfYOMva+tSG03PaqSwyiBuXIlhB1wZmK0KCQRp0UZp8UsTov62NoNYAZUwGaAIBlwq9/fm23HQw5s9XvVVIvsiDoeBapTpZdbRGdfJgfe6+UtMvZQWwmyTVWIDU+COC1q5UjZIxIBGKIlJ9DpULSIQc/o8aSaBUfApf5U+kSK02ITp0UEfNL2vjXVoh7xlCeBep4a+Ibo9ilOi8jP7nVMpV5eIrFQXwWgRGx2i9jwv4IEJBlogXPgtzgt2ufsUffrt0h2ux6Qy5Dt4gy4HEpElDgrZFu50e97MacT4xiPUf6soFs9VKmXS7wYU3XN9HOBbKfZ0NxoQP4eIVkep8VqQHYO/AVcxWnRuw0fAzo3/wDbyY/vn0tk/z9Fx4Zot0iW244oWSIG3CLGrgfkp0j8kiPebgOscUjnEC7Tx9ZGbiAZehIcvWbY+GqFQzCHXEauRUg4qJdulyvEUVwiC6gdkI+Q8Z5x2vn+NPnx/fMUGdio9xhptNWv8z737tRczhDy9Mo6z0TYjMvoOph56cTNsFlaHZCZI5ObICTu9bBPgfazQsa9CvWjhElUZjNCrlJlIyTQrhHStiN6zJCFdY4s9GRkntYAGn48GJ6XjSb6ZsAYY5BsfbUendgWGyMMDcLfxtaIoUbfPijpItWh9u7N9N4hgXCrn92p3nqoflNEx+iARzZI/dKP2xL92h4S6mi/OdabdrbrgHyNncvIlx2r+Xkky+K0WE/u7u7cAZgM6EYF/EHe6ddrxBu5scUMIeuFdjAYBznbRYKQwxT3Nn11L30mQYwW6TOG5Dt93qDFBsWJ87vxdhF2ddemb+2/5QnQBTFzPgnWi7fajzt5tf6N2CehS86dflpkcdYDZFk6fRu71AzXS9348YwAB9T+a/RVk74BcJ93OQDypqAGuCeaCpZIvGbwFSGMiSVMDPQGMVrpB55K2BIbnK9R44zFQaroLk6LVr+bSYq0vWssKTqr/TFwvGSCEPgCGZuJkdoHtGPsc44de82B3ueAPlyvnWBt0mK33Y3qMj0gLDHxo9HdJB9lYMfIkHk9V5mlCQO0nRJbDwTJpEtzsUc0p8Fvnk5XiNHWWu01is3piZfUKAl2leYhYztyCbJ6zYtZ42lq7eOQrfW+nbG3Ac4WZFZ9rQQ3XjNDAtktMvYysIUYA8+RCbhC4zHHTmZcG+hu+QG9lo4+g7Iq79ovQbwRCBlMDBe0n+q3xHr/PrlS2zYcaB2SzukexvjgO6AO0RwFSmyh0IVx/+gg/C3LRxL4zWwJ7tv+QWKZgmTP+9iZ6hsxkK3pIsqxrh3E8xjZ+1XqtJtj4437cMDbZi7x4kzH+6Nj9ftchsoQXvbcap+hyZ8imXsdsEVCl3hgyRearzrwm4GZr0SvI2Rh+ejNfINEc5SOkInzGXsMbJEBrxiPNz6qfO5nbU7gOZTEZFi3f4uMafWAbXGGDZBNkdiQrzfxCbQTIZ4yx8ZsnfDDkV/RMzYl8lLH9PWAuDZDCBMiyFNxRc+OZTBINAMnjjGrLeTpQjDv7swqOji2UgPViCfoGNK7f4NMeGhruw9ekbcEvRnXiD4u2eCBJAvolWPj4U5y5cjVDI/RLMTg/YGxRNiEYaq3/PNkfbhE7LrjwPjzIKKF4NSqXEXBuuCxetAU8WbtCImCnspZ7Vv6jzitsd64Ezc8FE7tDXpqYg9sL8PGw8ECamOP2pwzboshMkboIcQBfcycwn7Ic+8oHlvYfjTRXLjZovd7hFMN9yrhNZrtBVLoGiFZb/XaKbXsZTcBveaIgZ5EiueCkneGxJVB7+hWA/ySgiNjFlWHbI43bt17TokJAhn2odnrIXj9mIecIDlBVtoW5/iKVwYxqbBPsgvg98AgzL3ekwqKrfbdSyBt+8lGek7oAhhbBGuEaNsBmQwh0gX2xLTpw5yE+Rs5MZ3EabHTzLhF5upLUy32yhbITrVuqoWZ45oDi+s+HuzRGvtSFoQMczfzcdw4wB+BtwgberZEJfDfejm41R1ztf0K6Ns1PJkMuxV3FrG7xcZpMfPu5ehhUby5UZKusfHp4KGIEF6Ni3TQIu55i7jh2lPWkOxDgGQZNs3fu6cw7n47Fk/FaXGUgu2vgliOPbUjMius1wvFUsbmF033WNUS+KCXe2f8dI4TbfuGRxxDOkqMZtDY/4ZZhhivbvocIVI00Eb72KDz/w4NTXrPrY3NgRP2HPW/345KtDE0ctjvDY9wvS84DpzQ5zoO/EPJc+FfcGKjdV+88GsAAAAASUVORK5CYII=') no-repeat;
}
.featured-posts__title:before {
  left: -15px;
  background-position: top left;
}
.featured-posts__title:after {
  right: -15px;
  background-position: top right;
}
.featured-posts__warning {
  text-align: center;
}
.featured-posts .post-img {
  -webkit-flex-basis: 100% !important;
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
  max-width: 100% !important;
}
.featured-posts .post-img .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  top: 10px;
  right: 10px;
}
.featured-posts .post-date {
  text-align: center;
  margin-top: 10px;
}
.featured-posts .post-date:before {
  display: none;
}
.featured-posts .post-featured-item .entry-title {
  line-height: 0.5em;
}
.featured-posts .post-featured-item .entry-title a {
  font-size: 16px;
}
.featured-posts + .post {
  border-top: 1px solid #eeeeee;
  padding-top: 50px;
}
.featured-posts.featured-posts-slider .row,
.featured-posts.featured-posts-slider .comments-area .comment-respond .comment-form {
  margin: 0;
}
.featured-posts.featured-posts-slider .owl-stage-outer {
  height: auto !important;
}
.featured-posts.featured-posts-slider .owl-item [class^="col-"] {
  flex-basis: 100%;
  max-width: 100%;
}
.featured-posts.featured-posts-slider .owl-nav {
  font-size: 0;
}
.featured-posts.featured-posts-slider .owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.featured-posts.featured-posts-slider .owl-nav > div:before {
  font-size: 50px;
  color: #222222;
}
.featured-posts.featured-posts-slider .owl-nav .owl-prev:before {
  content: '\e686';
}
.featured-posts.featured-posts-slider .owl-nav .owl-next:before {
  content: '\e684';
}
/*
Post navigation
*/
.post-navigation {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.post-navigation .nav-links .nav-previous a:before {
  content: '\e686';
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.post-navigation .nav-links .nav-previous img {
  margin-right: 10px;
}
.post-navigation .nav-links .nav-next a:after {
  content: '\e684';
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.post-navigation .nav-links .nav-next img {
  margin-left: 10px;
}
.post-navigation img {
  display: inline-block;
  vertical-align: middle;
}
/**
Load more posts
 */
.lily-load-more-wrap {
  position: relative;
  text-align: center;
}
.lily-load-more-wrap.posts-loading:before {
  display: inline-block;
  content: url(../images/loading.svg);
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .post.format-quote .post-quote h2 {
    font-size: 20px;
  }
  .post .post-share-buttons {
    text-align: right;
  }
  .post .post-share-buttons .fa {
    font-size: 14px;
    margin-right: 10px;
  }
  .post .entry-title {
    line-height: 1;
  }
  .post .entry-title a {
    font-size: 20px;
  }
  .post-list-layout .post > div {
    padding: 0;
  }
  .post-list-layout .post > div.post-img {
    margin-bottom: 30px;
  }
  .post-list-layout .post-categories {
    margin-top: 20px;
  }
  .featured-posts {
    padding: 30px;
  }
  .featured-posts .post-featured-item {
    margin-bottom: 10px;
  }
  .featured-posts.featured-posts-slider .owl-item [class^="col-"] {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .col-sm-9 .post-list-layout .post.post-list-item .post-img {
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%;
  }
  .col-sm-9 .post-list-layout .post.post-list-item .list-content {
    -webkit-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%;
  }
  .featured-posts .post-featured-item {
    margin-bottom: 0;
  }
  .featured-posts.featured-posts-slider .owl-item [class^="col-"] {
    padding: 10px;
  }
  .featured-posts.featured-posts-slider .owl-nav {
    font-size: 0;
  }
  .featured-posts.featured-posts-slider .owl-nav .owl-prev {
    left: -35px;
  }
  .featured-posts.featured-posts-slider .owl-nav .owl-next {
    right: -35px;
  }
  .grid-sizer {
    width: 25%;
  }
  .post-metro-layout .post-metro-item-wrapper.grid-item {
    width: 25%;
  }
  .post-metro-layout .post-metro-item-wrapper.grid-item--width-2 {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .post-metro-layout .post.post-metro-item .entry-header {
    bottom: 30px;
  }
  .post-metro-layout .post.post-metro-item .entry-title > a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .featured-posts .post-featured-item {
    margin-bottom: 50px;
  }
  .featured-posts.featured-posts-slider .owl-nav {
    font-size: 0;
  }
  .featured-posts.featured-posts-slider .owl-nav .owl-prev {
    left: -45px;
  }
  .featured-posts.featured-posts-slider .owl-nav .owl-next {
    right: -45px;
  }
}
@media only screen and (min-width: 1200px) {
  .post.format-gallery .grid-thumb-sizer,
  .post.format-gallery .thumb-masonry-item {
    width: 33.333%;
    width: calc(33.33% - 7px);
  }
  .post.format-gallery .thumb-masonry-item {
    margin-bottom: 10px;
  }
  .post blockquote {
    padding-bottom: 0;
  }
  .post blockquote:before {
    width: 12%;
  }
  .single .comments-area .comment-list .comment .comment-author,
  .single .comments-area .comment-list .comment .comment-content {
    vertical-align: top;
    display: inline-block;
  }
  .single .comments-area .comment-list .comment .comment-author {
    padding-right: 30px;
  }
  .single .comments-area .comment-list .comment .comment-author img {
    width: 100px;
    margin: 0;
  }
  .single .comments-area .comment-list .comment .comment-content {
    width: 80%;
    width: calc(100% - 140px);
  }
  .single .comments-area .comment-list .comment .children .comment {
    padding-left: 100px !important;
  }
}
/*------------------------------------
PAGE
------------------------------------*/
/* 404 */
.error-404.not-found {
  margin-bottom: 40px;
}
/* search page */
.search .page-title {
  margin-bottom: 50px;
}
.search .type-post .entry-summary:before {
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.search .type-page {
  margin-bottom: 60px;
}
.search .type-page .post-date {
  margin-top: 10px;
  padding-bottom: 10px;
}
.search .type-page .entry-summary {
  margin-top: 20px;
  position: relative;
}
.search .type-page .entry-summary:before {
  content: '';
  height: 1px;
  width: 70px;
  display: block;
  position: absolute;
  left: 0;
  top: -15px;
  background-color: #eee;
}
.search .type-page .entry-summary p {
  font-size: 14px;
  line-height: 2;
}
.search .type-page .post-meta {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-top: 30px;
}
.search .type-page .post-share-buttons {
  text-align: right;
}
.search .type-page .post-share-buttons .fa {
  font-size: 16px;
  margin-right: 15px;
  margin-bottom: 10px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:before {
  display: none;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*--------------------------------------------
Popup Effects
----------------------------------------------*/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*
 *  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;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-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;
  -khtml-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 {
  -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;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-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;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-controls {
  text-align: center;
}
.owl-controls .owl-dot {
  position: relative;
  z-index: 99;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #ddd;
  margin: 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.owl-controls .owl-dot.active {
  background-color: #000000;
}
/*# sourceMappingURL=main.css.map */