*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
@font-face {
  font-family: 'lora';
  src: url(../font/Lora-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
   font-family: 'lora';
   line-height: 1.15;
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
 }
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
}
body {
  font-family: 'lora';
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}
body {
  font-size: 15px;
  line-height: 26px;
  background-color: #ffffff;
}
h1, h2, h3, h4, h5, body, p, .topbar-section, .navbar-inverse .navbar-nav .nav-link, .header .dropdown-menu, .navbar-nav .nav-link {
  font-family: 'lora';
}
body, p {
  color: #5e5e5e;
}
body {
  font-size: 15px;
  line-height: 26px;
  background-color: #ffffff;
}
h1, h2, h3, h4, h5, body, .navbar-toggleable-md .navbar-nav .nav-link, .market-header, .btn, .dropdown-item, .form-control, p {
  font-family: 'lora', serif !important;
}
article, aside, footer, header, nav, section {
  display: block;
}
.header {
  padding: 0.4rem 0;
  position: relative;
  background-color: #ffffff;
}
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.5rem 1rem;
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.bg-inverse {
  background-color: #292b2c !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.market-header .navbar {
  padding-left: 1rem;
  padding-right: 3rem;
  border: 6px solid #000000;
  -webkit-box-shadow: inset 0px 0px 0px 1px #000000;
  -moz-box-shadow: inset 0px 0px 0px 1px #000000;
  box-shadow: inset 0px 0px 0px 1px #000000;
}
.market-header .navbar, .newsletter-widget.text-center {
  border-color: #ee3f4d;
}
button, input, optgroup, select, textarea {
  font-family: 'lora';
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
a, area, button, [role="button"], input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
input, button, select, textarea {
  line-height: inherit;
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
.navbar-toggler-right {
  background: #000 none repeat scroll 0 0 !important;
  position: absolute;
  right: 0.5rem;
  top: 0.3rem;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
@media (min-width: 992px) {
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-toggler {
  color: white;
}
.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}
.tag-cloud-single span, .page-title i, .btn:hover, .sitemap-wrapper .year, .btn:focus, .navbar-inverse .navbar-toggler {
  color: #ffffff !important;
  background-color: #3197d6;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a {
  color: #0275d8;
  text-decoration: none;
}
a {
  color: #111111;
}
a {
  text-decoration: none !important;
}
.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-toggler {
  color: white;
}
img {
  border-style: none;
}
img {
  vertical-align: middle;
}
.collapse {
  display: none;
}
@media (min-width: 992px) {
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.mr-auto {
  margin-right: auto !important;
}
.navbar-nav {
  margin: 0;
}
@media (min-width: 992px) {
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.nav-link {
  display: block;
  padding: 0.5em 1em;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}
.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse .navbar-nav .nav-link, .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 0.9rem 0 0.8rem;
  text-transform: capitalize;
  color: #121212;
}
.navbar-toggleable-md .navbar-nav .nav-link {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.navbar-toggleable-md .navbar-nav .nav-link {
  font-weight: bold;
  padding: 1.5rem 0.6rem;
  font-size: 14px;
  text-transform: uppercase;
}
.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
@media (min-width: 576px) {
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
.market-header .form-inline .form-control {
  border: 0 none;
  display: inline-block;
  font-size: 14px;
  height: 43px;
  border-radius: 0;
  vertical-align: middle;
  width: auto;
}
.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
@media (min-width: 576px) {
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.btn {
  background-color: #111111;
  border: 0 none;
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  padding: 0.8rem 2rem;
  text-transform: none;
}
.btn {
  border-radius: 0 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.section {
  padding: 6rem 0;
  display: block;
  position: relative;
  background-color: #ffffff;
}
.section.lb {
  background-color: #f1f1f1;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.page-wrapper {
  background-color: #ffffff;
  padding: 3rem;
}
.fadeIn {
  animation-name: fadeIn;
}
.post-media {
  position: relative;
  overflow: hidden;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.post-media img {
  width: 100%;
}
.post-media img, .masonry-box img {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.hovereffect {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  zoom: 1;
  filter: alpha(opacity = 0);
  opacity: 0.5;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 50%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 50%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 50%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}
.hovereffect span::before {
  width: 90px;
  text-align: center;
  left: 0;
  right: 0;
  top: 45%;
  margin: -2rem auto;
  visibility: hidden;
  position: absolute;
  height: 90px;
  display: block;
  content: url(images/hover.png);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  zoom: 1;
  filter: alpha(opacity = 0);
  opacity: 0;
}
.hovereffect span::before {
  content: "";
}
.text-center {
  text-align: center !important;
}
.blog-custom-build .blog-meta {
  margin: -4rem 3rem 0;
  z-index: 11;
  padding: 2rem 2rem;
  position: relative;
  background-color: #ffffff;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #edeff2;
}
.blog-custom-build .blog-meta {
  background-color: #ffffff;
  padding: 3rem 0;
  border-radius: 5px;
}
.post-sharing {
  display: block;
  width: 100%;
  position: relative;
  margin: 1rem 0 0;
}
.blog-custom-build .post-sharing {
  margin: 0 0 1.5rem;
  padding: 0;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.post-sharing span, .post-sharing li {
  display: inline-block !important;
}
.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.fb-button.btn-primary:focus, .fb-button.btn-primary:hover, .fb-button.btn-primary {
  background-color: #3B5998 !important;
  border-color: #3B5998 !important;
}
.post-sharing .btn {
  padding: 0.3rem 1.6rem;
  border-radius: 3px;
  color: #ffffff !important;
}
.blog-custom-build .post-sharing .btn {
  padding: 0.7rem 1rem !important;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.woff2');
  src: url('../font/fontawesome-webfont.woff2') format('embedded-opentype'),url('../font/fontawesome-webfont.woff2') format('woff2'),url('../font/fontawesome-webfont.woff2') format('woff'),url('../font/fontawesome-webfont.woff2') format('truetype'),url('../font/fontawesome-webfont.woff2#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal
}
.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tw-button i, .fb-button i {
  margin-right: 0.5rem;
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.post-sharing span, .post-sharing li {
  display: inline-block !important;
}
.tw-button.btn-primary:hover, .tw-button.btn-primary:focus, .tw-button.btn-primary {
  background-color: #00B6F1 !important;
  border-color: #00B6F1 !important;
}
.fa-twitter:before {
  content: "\f099";
}
.gp-button.btn-primary:hover, .gp-button.btn-primary:focus, .gp-button.btn-primary {
  border-color: #DA5333 !important;
  background-color: #DA5333 !important;
}
.fa-google-plus:before {
  content: "\f0d5";
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: 'lora';
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h4, .h4 {
  font-size: 1.5rem;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.4;
  color: #111111;
}
h4 {
  font-size: 19px;
  line-height: 29px;
  margin-bottom: 14px;
}
h1, h2, h3, h4, h5, body, .navbar-toggleable-md .navbar-nav .nav-link, .market-header, .btn, .dropdown-item, .form-control, p {
  font-family: 'lora', serif !important;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
}
.blog-meta h4 {
  padding: 1rem 0 0.5rem;
  margin: 0;
  font-size: 21px;
}
.blog-meta.big-meta h4 {
  padding: 1rem 0 0.6rem;
  margin: 0;
  font-size: 28px;
}
.blog-custom-build .blog-meta.big-meta h4 {
  font-size: 28px;
  margin: 0;
  padding: 0 0 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
body, p {
  color: #5e5e5e;
}
p {
  margin-bottom: 26px;
  font-size: 15px;
  line-height: 26px;
}
.blog-meta.big-meta p {
  margin-bottom: 0.5rem;
  padding-bottom: 0;
}
.blog-meta.big-meta p {
  margin-bottom: 0.5rem;
  padding: 0.3rem 0 0.7rem;
}
small {
  font-size: 80%;
}
small, .small {
  font-size: 80%;
  font-weight: normal;
}
.blog-meta small {
  font-size: 11px;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #111111;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 0.5rem;
}
.blog-meta small::after, .blog-meta small a {
  color: #999999;
  font-weight: 400;
}
.blog-meta small:after {
  content: "/";
  padding-left: 1rem;
}
.fa-eye:before {
  content: "\f06e";
}
.blog-meta small:last-child:after {
  content: "";
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
hr.invis {
  border: 0;
  margin: 2rem 0;
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0275d8;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link {
  background-color: #edeff2 !important;
  border: 0 dashed #e2e2e2;
  border-radius: 0;
  color: #a3a5a8 !important;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-left: 6px;
  padding: 0.8rem 0.8rem;
  position: relative;
  text-transform: capitalize;
}
.color-yellow a, .tag-cloud-single span, .page-item:last-child .page-link, .page-link, .dmtop, .newsletter-widget, .dropdown-item:hover, .bg-inverse {
  color: #111111 !important;
  background-color: #ee3f4d !important;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-radius: 0;
}
@media (min-width: 992px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.sidebar .widget {
  position: relative;
  display: block;
  margin-bottom: 3rem;
}
.sidebar .widget {
  background-color: #ffffff;
  padding: 3rem 2rem;
  border-radius: 5px;
}
.sidebar .widget-title {
  display: block;
  font-size: 18px;
  margin: 0 0 2rem;
  padding: 0;
  line-height: 1;
}
.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #464a4c;
  text-align: inherit;
}
.list-group-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.sidebar a {
  color: rgba(0, 0, 0, 0.6);
}
.sidebar a {
  color: #5e5e5e;
}
.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.blog-list-widget .list-group-item {
  padding: 0;
  border: 0;
  margin: 0;
  background-color: transparent;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.w-100 {
  width: 100% !important;
}
.blog-list-widget .w-100 {
  margin-bottom: 1rem;
  display: block;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.blog-list-widget .mb-1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0rem !important;
}
.footer .widget-title, .blog-list-widget .mb-1, .blog-list-widget .mb-1:hover, .footer a, .footer p, .blog-list-widget small {
  color: #ffffff !important;
}
.sidebar .blog-list-widget .mb-1 {
  font-size: 15px;
}
.sidebar .blog-list-widget .mb-1:hover, .sidebar .blog-list-widget .mb-1:focus, .sidebar .blog-list-widget .mb-1 {
  color: #000000 !important;
  font-weight: bold;
}
.footer a, .footer p, .blog-list-widget small {
  color: rgba(0, 0, 0, 0.6) !important;
}
.blog-list-widget small {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
 .breadcrumb-item a, .fa-star, .pp a, .blog-list-widget small {
  color: #ee3f4d !important;
}
.sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.link-widget li {
  padding: 0.4rem 0.2rem 0.6rem;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 500;
  position: relative;
  margin: 0;
  border-bottom: 1px dashed #dadada;
}
.link-widget li {
  border-color: #333333;
}
.sidebar .link-widget li {
  color: #000;
  border-color: #e2e2e2;
}
.sidebar a {
  color: #5e5e5e;
}
.link-widget li span {
  position: absolute;
  right: 0;
}
.footer {
  padding: 4rem 0 4rem;
}
.footer {
  background-image: none;
  background-color: #000000;
  border: 6px solid #000000;
  -webkit-box-shadow: inset 0px 0px 0px 1px #333333;
  -moz-box-shadow: inset 0px 0px 0px 1px #333333;
  box-shadow: inset 0px 0px 0px 1px #333333;
}
.footer .widget-title {
  display: table;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 2rem;
  padding: 0 0 0.5rem;
}
.footer .widget-title {
  border-color: #3197d6;
}
.footer .fa-star {
  font-size: 12px;
}
.fa-star:before {
  content: "\f005";
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.link-widget li {
  border-color: #333333;
}
.footer ul li {
  margin-bottom: 0.3rem;
}
.footer a{
  color: #ffffff !important;
}
.footer a:hover,.link-widget a:hover{
  color: #ee3f4d !important;
}
.page-title {
  padding: 3rem 0;
  background-color: #edeff2;
}
.db {
  background-image: none;
  background-color: #000000;
  border: 6px solid #000000;
  -webkit-box-shadow: inset 0px 0px 0px 1px #333333;
  -moz-box-shadow: inset 0px 0px 0px 1px #333333;
  box-shadow: inset 0px 0px 0px 1px #333333;
}
.page-title {
  border-top: 0;
  margin-top: 4.8rem;
}

@media (min-width: 768px) {
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.page-title h2 {
  font-size: 24px;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.page-title h2 {
  color: #ffffff;
}
@media (min-width: 768px) {
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  list-style: outside none none;
  margin-bottom: 0;
  text-align: right;
  padding: 0;
}
.breadcrumb-item {
  float: left;
}
.breadcrumb-item {
  float: none;
  font-size: 12px;
  display: inline-block;
}
.breadcrumb-item {
  color: #a3a5a8 !important;
}
.breadcrumb-item.active {
  color: #636c72;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #636c72;
  content: "/";
}
.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}
.section.lb {
  background-color: #edeff2;
}
.section.lb {
  background-color: #f1f1f1;
}
.widget-no-style {
  margin-bottom: 3rem;
}
.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.text-center {
  text-align: center !important;
}
.newsletter-widget.text-center {
  display: block;
  padding: 3rem 2rem;
  position: relative;
  text-align: center;
  position: relative;
  border: 6px solid #000000;
  -webkit-box-shadow: inset 0px 0px 0px 1px #000000;
  -moz-box-shadow: inset 0px 0px 0px 1px #000000;
  box-shadow: inset 0px 0px 0px 1px #000000;
}
.market-header .navbar, .newsletter-widget.text-center {
  border-color: #ee3f4d;
}
.newsletter-widget p {
  color: rgba(0, 0, 0, 0.9);
  font-size: 15px;
  margin: 0 0 2rem;
  padding: 0;
}
.newsletter-widget .form-inline {
  display: block;
}
button, input, optgroup, select, textarea {
  font-family: 'lora';
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
@media (min-width: 576px) {
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
.newsletter-widget .form-control {
  width: 100% !important;
  letter-spacing: 0 !important;
  background-color: #ffffff !important;
  margin-bottom: 1rem;
}
.newsletter-widget .form-inline .form-control {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #dbdde0;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  font-size: 14px;
  height: 56px;
  padding-left: 1.5rem;
  line-height: 1;
  letter-spacing: 0.3px;
  vertical-align: middle;
  width: 400px;
}
.btn-block {
  display: block;
  width: 100%;
}
.newsletter-widget .btn {
  height: 54px;
  border-radius: 0;
  border: 0;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
@media (min-width: 992px) {
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form-wrapper h4 {
  margin-bottom: 1.5rem;
}
.form-wrapper textarea {
  min-height: 120px !important;
  padding-top: 1rem;
}
.form-wrapper .form-control {
  background: #fff none repeat scroll 0 0;
  border: 1px dashed #dadada;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3px;
  margin-bottom: 1.4rem;
  min-height: 50px;
  text-transform: none;
}
.form-wrapper .btn i {
  padding-left: 0.5rem;
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.m3rem {
  /*margin-top: 4rem;*/
}
.blog-title-area {
  display: block;
  position: relative;
  padding: 0;
  margin-bottom: 3rem;
}
.blog-title-area .breadcrumb {
  float: none;
  text-align: left;
  padding: 0;
  color: #a3a5a8;
  margin: 0;
}
.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}
.blog-title-area span {
  margin: 0.5rem 0;
  display: block;
}
.blog-title-area span a {
  padding: 0 1rem;
  color: #ffffff !important;
  border-radius: 3px;
}
.blog-title-area h3 {
  font-size: 41px;
  line-height: 50px;
  margin-bottom: 7px;
  margin-top: 0;
  overflow-wrap: break-word;
}
.gp-button {
  padding: 0.8rem 1rem !important;
}
@media (max-width: 768px) {
  .post-sharing .btn {
    padding: 0.6rem !important;
  }
}
@media (max-width: 768px) {
  .blog-custom-build .down-mobile, .blog-title-area .down-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
.collapse.show {
  display: block;
}
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .page-wrapper {
    padding: 3rem 1rem;
  }
}
@media (max-width: 590px) {
  .blog-title-area {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .blog-title-area h3 {
    font-size: 21px;
    line-height: 1.4;
  }
}
.positionFixed {
  bottom: 0px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 100%;
  background-color: #e4e4e4;
  display: flex;
  justify-content: center;
}

.ad-div {
  margin-bottom: 50px;
  width: 100%
}

.t_de {
  height: 0.2rem;
  max-width: 100%;
  line-height: 0.3rem;
  font-size: 0.6rem;
  padding: 0.5rem 0 1rem 0;
  box-sizing: border-box;
  color: #707070;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}
