@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap");
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma-Black.eot');
    src: url('../fonts/Axiforma-Black.eot#iefix') format('embedded-opentype'),
        url('../fonts/Axiforma-Black.woff') format('woff2'),
        url('../fonts/Axiforma-Black.woff') format('woff'),
        url('../fonts/Axiforma-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma-ExtraBold.eot');
    src: url('../fonts/Axiforma-ExtraBold.eot#iefix') format('embedded-opentype'),
        url('../fonts/Axiforma-ExtraBold.woff') format('woff2'),
        url('../fonts/Axiforma-ExtraBold.woff') format('woff'),
        url('../fonts/Axiforma-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma-Bold.eot');
    src: url('../fonts/Axiforma-Bold.eot#iefix') format('embedded-opentype'),
        url('../fonts/Axiforma-Bold.woff') format('woff2'),
        url('../fonts/Axiforma-Bold.woff') format('woff'),
        url('../fonts/Axiforma-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
body {
  background: #fff !important;
  color: #000;
}

body, p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  color: #1c1c1c;
  font-weight: 700;
  font-family: "Axiforma", sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

.alert .icon {
  margin-right: 15px;
}

.heading-black {
  font-family: 'Axiforma';
  font-weight: 900 !important;
  font-style: normal;
}
.heading-extrabold {
  font-family: 'Axiforma';
  font-weight: 800 !important;
  font-style: normal;
}
.heading-bold {
  font-family: 'Axiforma';
  font-weight: bold !important;
  font-style: normal;
}
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

.body-inner {
  position: relative;
  overflow: hidden;
}

a:link, a:visited {
  text-decoration: none;
}

a {
  color: #fbb040;
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a.read-more {
  color: #fbb040;
  font-weight: 700;
  text-transform: uppercase;
}

a.read-more:hover {
  color: #222;
}

section,
.section-padding {
  padding: 40px 0;
  position: relative;
}

.no-padding {
  padding: 0;
}

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

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

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

.m-bottom-0 {
  margin-bottom: 0;
}

.media > .pull-left {
  margin-right: 20px;
}

img.banner {
  display: inline-block;
}

.gap-10 {
  clear: both;
  height: 10px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-50 {
  clear: both;
  height: 50px;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-70 {
  clear: both;
  height: 70px;
}

.gap-80 {
  clear: both;
  height: 80px;
}

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

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

.mrt-0 {
  margin-top: 0 !important;
}

.pab {
  padding-bottom: 0;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.mt-1 {
  margin-top: 1px;
}

.mr-1 {
  margin-right: 1px;
}

.ml-1 {
  margin-left: 1px;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mt-2 {
  margin-top: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.ml-2 {
  margin-left: 2px;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mt-3 {
  margin-top: 3px;
}

.mr-3 {
  margin-right: 3px;
}

.ml-3 {
  margin-left: 3px;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mt-4 {
  margin-top: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mt-6 {
  margin-top: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.ml-6 {
  margin-left: 6px;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mt-7 {
  margin-top: 7px;
}

.mr-7 {
  margin-right: 7px;
}

.ml-7 {
  margin-left: 7px;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mt-9 {
  margin-top: 9px;
}

.mr-9 {
  margin-right: 9px;
}

.ml-9 {
  margin-left: 9px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.mt-11 {
  margin-top: 11px;
}

.mr-11 {
  margin-right: 11px;
}

.ml-11 {
  margin-left: 11px;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mt-12 {
  margin-top: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mt-13 {
  margin-top: 13px;
}

.mr-13 {
  margin-right: 13px;
}

.ml-13 {
  margin-left: 13px;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mt-14 {
  margin-top: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.ml-14 {
  margin-left: 14px;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

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

.mb-16 {
  margin-bottom: 16px !important;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mt-17 {
  margin-top: 17px;
}

.mr-17 {
  margin-right: 17px;
}

.ml-17 {
  margin-left: 17px;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mt-18 {
  margin-top: 18px;
}

.mr-18 {
  margin-right: 18px;
}

.ml-18 {
  margin-left: 18px;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.mt-19 {
  margin-top: 19px;
}

.mr-19 {
  margin-right: 19px;
}

.ml-19 {
  margin-left: 19px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-20 {
  margin-left: 20px;
}

@media (max-width: 991px) {
  .res-margin {
    margin-bottom: 15px;
  }
  .mb-1 {
    margin-bottom: 0px;
  }
  .mr-1 {
    margin-right: 0px;
  }
  .ml-1 {
    margin-left: 0px;
  }
  .mb-2 {
    margin-bottom: 0px;
  }
  .mr-2 {
    margin-right: 0px;
  }
  .ml-2 {
    margin-left: 0px;
  }
  .mb-3 {
    margin-bottom: 0px;
  }
  .mr-3 {
    margin-right: 0px;
  }
  .ml-3 {
    margin-left: 0px;
  }
  .mb-4 {
    margin-bottom: 0px;
  }
  .mr-4 {
    margin-right: 0px;
  }
  .ml-4 {
    margin-left: 0px;
  }
  .mb-5 {
    margin-bottom: 0px;
  }
  .mr-5 {
    margin-right: 0px;
  }
  .ml-5 {
    margin-left: 0px;
  }
  .mb-6 {
    margin-bottom: 0px;
  }
  .mr-6 {
    margin-right: 0px;
  }
  .ml-6 {
    margin-left: 0px;
  }
  .mb-7 {
    margin-bottom: 0px;
  }
  .mr-7 {
    margin-right: 0px;
  }
  .ml-7 {
    margin-left: 0px;
  }
  .mb-8 {
    margin-bottom: 0px;
  }
  .mr-8 {
    margin-right: 0px;
  }
  .ml-8 {
    margin-left: 0px;
  }
  .mb-9 {
    margin-bottom: 0px;
  }
  .mr-9 {
    margin-right: 0px;
  }
  .ml-9 {
    margin-left: 0px;
  }
  .mb-10 {
    margin-bottom: 0px;
  }
  .mr-10 {
    margin-right: 0px;
  }
  .ml-10 {
    margin-left: 0px;
  }
  .mb-11 {
    margin-bottom: 0px;
  }
  .mr-11 {
    margin-right: 0px;
  }
  .ml-11 {
    margin-left: 0px;
  }
  .mb-12 {
    margin-bottom: 0px;
  }
  .mr-12 {
    margin-right: 0px;
  }
  .ml-12 {
    margin-left: 0px;
  }
  .mb-13 {
    margin-bottom: 0px;
  }
  .mr-13 {
    margin-right: 0px;
  }
  .ml-13 {
    margin-left: 0px;
  }
  .mb-14 {
    margin-bottom: 0px;
  }
  .mr-14 {
    margin-right: 0px;
  }
  .ml-14 {
    margin-left: 0px;
  }
  .mb-15 {
    margin-bottom: 0px;
  }
  .mr-15 {
    margin-right: 0px;
  }
  .ml-15 {
    margin-left: 0px;
  }
  .mb-16 {
    margin-bottom: 0px;
  }
  .mr-16 {
    margin-right: 0px;
  }
  .ml-16 {
    margin-left: 0px;
  }
  .mb-17 {
    margin-bottom: 0px;
  }
  .mr-17 {
    margin-right: 0px;
  }
  .ml-17 {
    margin-left: 0px;
  }
  .mb-18 {
    margin-bottom: 0px;
  }
  .mr-18 {
    margin-right: 0px;
  }
  .ml-18 {
    margin-left: 0px;
  }
  .mb-19 {
    margin-bottom: 0px;
  }
  .mr-19 {
    margin-right: 0px;
  }
  .ml-19 {
    margin-left: 0px;
  }
  .mb-20 {
    margin-bottom: 0px;
  }
  .mr-20 {
    margin-right: 0px;
  }
  .ml-20 {
    margin-left: 0px;
  }
}

.ts-gutter-10 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.ts-gutter-10 > div {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ts-gutter-20 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.ts-gutter-20 > div {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ts-gutter-30 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.ts-gutter-30 > div {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ts-gutter-40 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.ts-gutter-40 > div {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ts-gutter-50 {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}

.ts-gutter-50 > div {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.ts-gutter-60 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.ts-gutter-60 > div {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

a:focus {
  outline: 0;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

ol, ul {
  margin-bottom: 20px;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ts-padding {
  padding: 60px;
}

.solid-bg {
  background: #f9f9f9;
}

.bg-dark {
  background: #222;
}

.solid-row {
  background: #f0f0f0;
}

/* Dropcap */
.dropcap {
  font-size: 44px;
  line-height: 50px;
  float: left;
  margin: 0 12px 0 0;
  position: relative;
  text-transform: uppercase;
}

/* Video responsive */
.embed-responsive {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Input form */
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 8px 15px;
  height: 40px;
  color: #959595;
  font-size: 12px;
  border-radius: 0;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fbb040;
}

.form-control.input-msg {
  height: 150px;
}

hr {
  background-color: #e7e7e7;
  border: 0;
  height: 1px;
  margin: 40px 0;
}

blockquote {
  position: relative;
  padding: 45px 20px 30px;
  border: 0;
  margin: 50px 0 0px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  font-style: italic;
}

blockquote p {
  font-size: 18px;
}

blockquote::before {
  position: absolute;
  content: '\f10e';
  font-family: "FontAwesome";
  font-size: 24px;
  padding: 8px 15px;
  top: -10px;
  left: 50%;
  margin-left: -44px;
  color: #000;
}

blockquote.pull-left {
  padding-left: 15px;
  padding-right: 0;
  text-align: left;
  border-left: 5px solid #eee;
  border-right: 0;
}

cite {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  position: relative;
  margin-left: 40px;
  margin-right: 40px;
  display: inline-block;
  line-height: 24px;
}

cite::before, cite::after {
  position: absolute;
  top: 0;
  width: 30px;
  height: 1px;
  background: #6c757d;
  content: '';
  bottom: 0;
  margin: 10px 0 13px -40px;
}

cite::after {
  left: auto;
  right: 0;
  margin: 10px -40px 13px 0px;
}

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

/* Button */
.btn {
  background: #fbb040;
  color: #fff;
  padding: 10px 30px;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fbb040;
}

.btn:hover {
  background: #000;
  color: #fff;
}

.btn-primary,
.btn-dark {
  border: 0;
  border-radius: 0;
  padding: 10px 20px 8px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}

.btn-white.btn-primary {
  background: #fff;
  color: #fbb040;
}

.btn-primary {
  background: #fbb040;
}

.btn-dark {
  background: #242427;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover, .btn:foucs {
  background: #272d33;
  color: #fff;
}

.general-btn {
  clear: both;
  margin-top: 50px;
}
/*------------------------------------------------------------------
[7. Alerts]
*/
.alert .btn-small {
  position: relative;
  top: -3.5px;
}
.alert .button-set .btn {
  position: relative;
  top: 8px;
}
.alert .close {
  background: url("../images/icons/noti-cross.png") no-repeat scroll 0 0 transparent;
  background-position: -9px -10px;
  width: 10px;
  height: 9px;
  position: relative;
  opacity: 0.8;
  top: 4.5px;
  float: right;
  margin-left: 20px;
  font-size: 0;
}
.alert .close:hover {
  opacity: 1;
}
.alert-danger .close,
.alert-error .close {
  background-position: -95px -10px !important;
}
.alert-info .close {
  background-position: -67px -10px !important;
}
.alert-success .close {
  background-position: -38px -10px !important;
}
.alert-default .close {
  background-position: -67px -10px !important;
}

/* Ul, Ol */
ul, li {
  list-style: none;
}

.list-round,
.list-arrow,
.list-check {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-round li {
  line-height: 28px;
}

.list-round li:before {
  font-family: "FontAwesome";
  content: "\f138";
  margin-right: 10px;
  color: #fbb040;
  font-size: 12px;
}

ul.list-arrow {
  padding: 0;
}

ul.list-arrow li:before {
  font-family: "FontAwesome";
  content: "\f105";
  margin-right: 10px;
  color: #fbb040;
  font-size: 16px;
}

ul.list-check li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 10px;
  color: #fbb040;
  font-size: 14px;
}

/* Bootstrap */
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:focus,
.nav-tabs > li > a.active:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
  border: 0;
  background: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* ================================================
 // Common styles
 ================================================== */
@media (min-width: 992px) {
  .pad-0 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .pad-r {
    padding-right: 2px;
  }
  .pad-r-small {
    padding-right: 1.5px;
  }
  .pad-r-0 {
    padding-right: 0;
  }
  .pad-l {
    padding-left: 2px;
  }
  .pad-l-small {
    padding-left: 1.5px;
  }
  .pad-l-0 {
    padding-left: 0;
  }
}

/*-- Block title --*/
.block-title {
  letter-spacing: -0.05em;
  color: #1a1a1a;
  /*line-height: 25px;*/
  line-height: auto;
  font-weight: 800;
  font-size: 4.5em;
  margin-bottom: 20px;
}

.block-title a {
  color: #1a1a1a;
}

.block-title-secondary{
  font-size: 3.25em !important;
}

.block-title-small{
  letter-spacing: -0.05em;
}

.block-title-small span{
  padding-bottom:0px;
  border-bottom: 8px solid #fbb040;
}

.overtop-title{
  margin-top:-75px;
}

.overtop-title-dark{
  margin-top:-87px;
}

.block-title .title-angle-shap {
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
}

.block-title .title-angle-shap::after, .block-title .title-angle-shap::before {
  position: absolute;
  top: 0;
  content: '';
  background: #fbb040;
  left: 0;
  margin-top: -30px;
}

.block-title .title-angle-shap::before {
  width: 6px;
  height: 20px;
}

.block-title .title-angle-shap::after {
  width: 20px;
  height: 6px;
}

.text-light .block-title .title-angle-shap {
  color: #fff;
}

.text-light .block-title .title-angle-shap::after, .text-light .block-title .title-angle-shap::before {
  background: #fff;
}

.block-title-dark {
  color: #000;
}

.block-title-dark .title-angle-shap::after, .block-title-dark .title-angle-shap::before {
  background: #000;
}

.block-title-light {
  color: #fff;
}

.block-title-light .title-angle-shap::after, .block-title-light .title-angle-shap::before {
  background: #fff;
}

.block-title-tech {
  color: #007bff;
}

.block-title-tech .title-angle-shap::after, .block-title-tech .title-angle-shap::before {
  background: #007bff;
}

/* Post title */
.post-title {
  font-size: 18px;
  line-height: 24px;
  margin: 5px 0 5px;
}

.post-title a {
  color: #1c1c1c;
}

.post-title a:hover {
  color: #000;
}

.text-light .post-title a {
  color: #fff;
}

.text-light .post-title a:hover {
  color: #fbb040;
}

.post-title.title-xl {
  font-size: 24px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.post-title.title-lg {
  font-size: 36px;
  line-height: 42px;
  /*margin-top: 15px;*/
  margin-bottom: 10px;
  font-weight: 900;
}

.post-title.title-md {
  font-size: 24px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}

.post-title.title-sm {
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.grid-category .post-cat:not(:first-child) {
  margin-left: 3px;
}

.post-cat {
  position: relative;
  font-size: 12px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 400;
  color: #808080;
  height: 20px;
  line-height: 18px;
  display: inline-block;
  letter-spacing: 0.5px;
}

.post-cat a {
  color: #808080;
}

.post-cat:hover {
  color: #808080;
}

.post-meta ul {
  padding: 0;
  margin-bottom: 0;
}

.post-meta li {
  font-size: 12px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  margin-right: 10px;
  letter-spacing:0.25px;
}

.post-meta li a {
  color: #808080;
}

.post-meta li a .icon, .post-meta li a .fa {
  margin-right: 2px;
}

.post-meta li a.view .icon {
  color: #808080;
}

.post-meta .post-author a {
  color: #999999;
  font-weight: 700;
}

.post-meta .post-author a:hover {
  color: #fbb040;
}

.post-meta .post-author img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.post-meta span {
  font-size: 12px;
  color: #a3a3a3;
  margin-right: 8px;
  padding-right: 10px;
  line-height: 12px;
  display: inline-block;
}

.post-meta span.post-date {
  border-right: 0;
}

span.post-comment {
  border-right: 0;
  line-height: 24px;
  margin-right: 0;
  padding-right: 0;
}

span.post-comment span {
  border-right: 0;
  line-height: 100%;
}

span.post-comment span i {
  margin-right: 5px;
}

.video-icon {
  text-align: center;
  color: #fff;
  font-size: 20px;
  z-index: 1;
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 100%;
  border: 5px solid #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 8px 8px;
}

.image-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.owl-carousel .owl-dots {
  position: absolute;
  left: 50px;
  top: 50%;
  padding: 0;
  text-align: left;
  width: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.owl-carousel .owl-dots .owl-dot span {
  border-radius: 50%;
  background: #d3d3d3;
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #fbb040;
  border-color: #fbb040;
  height: 20px;
  border-radius: 10px;
}

.owl-carousel.dot-style2 .owl-dots {
  padding: 0;
  position: absolute;
  right: 0;
  top: -30px;
  display: inline-block;
  text-align: right;
  width: 100%;
  left: auto;
}

.owl-carousel.dot-style2 .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 5px 5px;
}

.owl-carousel.dot-style2 .owl-dots .owl-dot.active span {
  width: 20px;
}

.owl-carousel .owl-nav i {
  font-size: 20px;
  color: #fff;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 54px;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  background: #fbb040;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
}

.owl-carousel .owl-nav .owl-prev {
  background: #fbb040;
  left: -25px;
  right: auto;
}

.owl-carousel .owl-nav .owl-next {
  right: -25px;
}

@media (min-width: 1200px) {
  .owl-carousel.h2-feature-slider .owl-dots {
    top: 35%;
  }
}

.grid-cat {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.load-more-btn {
  position: relative;
}

.load-more-btn::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #eaeaea;
  height: 1px;
  content: '';
  margin: auto;
}

.load-more-btn .btn {
  padding: 10px 55px;
  background: #fff;
  border: 1px solid #eaeaea;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  color: #000;
}

.load-more-btn .btn:hover {
  color: #fbb040;
}

.ts-social-list {
  padding: 0;
}

.ts-social-list li {
  display: inline-block;
  width: 31%;
  margin-bottom: 5px;
}

.ts-social-list li.ts-facebook a .tsicon {
  background: #3b5998;
}

.ts-social-list li.ts-twitter a .tsicon {
  background: #1da1f2;
}

.ts-social-list li.ts-youtube a .tsicon {
  background: #ff0000;
}

.ts-social-list li.ts-rss a .tsicon {
  background: #f26522;
}

.ts-social-list li.ts-vk a .tsicon {
  background: #1ab7ea;
}

.ts-social-list li.ts-linkedin a .tsicon {
  background: #0077b5;
}

.ts-social-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}

.ts-social-list a .count {
  font-size: 13px;
  color: #222;
}

.ts-social-list a .count span {
  display: block;
  line-height: .8;
}

.ts-social-list .tsicon {
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  padding: 9px 0;
  background: #000;
  margin: 0 auto;
  /*margin-right: 20px;*/
}

.ts-social-list.style2 li a {
  background: #3b5998;
  color: #fff;
}

.ts-social-list.style2 li a .tsicon {
  background: rgba(55, 55, 55, 0.3);
}

.ts-social-list.style2 li a .count {
  color: #fff;
}

.ts-social-list.style2 li.ts-facebook a {
  background: #3b5998;
}

.ts-social-list.style2 li.ts-instagram a {
  background: #e1306c;
}

.ts-social-list.style2 li.ts-twitter a {
  background: #1da1f2;
}

.ts-social-list.style2 li.ts-youtube a {
  background: #ff0000;
}

.ts-social-list.style2 li.ts-rss a {
  background: #f26522;
}

.ts-social {
  padding: 0;
}

.ts-social li {
  display: inline-block;
}

.ts-social li a {
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 22px;
  margin: 0 20px 0 0;
}

.ts-social li a:hover {
  color: #fbb040;
}

.backto {
  position: fixed;
  right: 15px;
  bottom: 4.5rem;
  z-index: 9999;
  background: #fbb040;
  border-radius: 50%;
  color: #979797;
  cursor: pointer;
  height: 3rem;
  text-align: center;
  width: 3rem;
  display: block;
  padding: 12px 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-left: auto;
}

.backto a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.backto .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.backto:hover {
  background: #c93b00;
}

.breadcrumb {
  background: transparent;
  padding: 15px 0 15px;
  margin-bottom: 0;
}

.breadcrumb li {
  padding-right: 10px;
  color: #777;
}

.breadcrumb li a {
  padding: 0 9px;
  color: inherit;
  font-size: 14px;
}

.breadcrumb li a:hover {
  color: #fbb040;
}

.breadcrumb li:last-child i {
  padding-right: 10px;
}

.ts-pagination {
  padding: 0;
  margin-top: 20px;
}

.ts-pagination li {
  display: inline-block;
}

.ts-pagination li a {
  color: inherit;
  display: block;
  padding: 7px 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #000;
  text-align: center;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  margin-right: 5px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.ts-pagination li a:hover, .ts-pagination li a.active {
  color: #fff;
  background: #fbb040;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(252, 74, 0, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(252, 74, 0, 0.25);
}

/* ===================
// 404 page
======================*/
.error-page .error-code h2 {
  display: block;
  font-size: 200px;
  line-height: 200px;
  color: #303030;
  margin-bottom: 20px;
}

/* Header */
/* Trending Bar
================================================== */
.trending-bar {
  padding: 10px 0 5px;
  background: #f5f5f5;
}

.trending-title {
  background: transparent;
  color: #222;
  margin-right: 5px;
  border-right: 1px solid #dedbdb;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  margin: 3px 15px 0 0;
  padding-right: 10px;
  font-weight: 700;
  float: left;
}

.trending-title .tsicon {
  color: #fbb040;
}

.owl-carousel.owl-theme.trending-slide .owl-nav {
  display: none;
}

.trending-slide .post-title.title-small {
  font-weight: 400;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

/* Trending light */
.trending-light {
  color: #1c1c1c;
}

.trending-light .trending-slide .post-title {
  font-size: 13px;
  font-weight: 400;
  color: #777;
}

.trending-light .owl-carousel.owl-theme.trending-slide .owl-nav > div:hover {
  background: #333;
  color: #fff;
}

/* Top Bar
================================================== */
.top-bar {
  padding: 8px 0;
  border-bottom: 1px solid #dedede;
  color: #a3a3a3;
  font-size: 13px;
}

/* Date */
.ts-date {
  display: inline-block;
  padding-right: 10px;
  line-height: 12px;
  color: #777;
  font-size: 13px;
  border-right: none;
  padding-right: 0;
}

.ts-date i {
  margin-right: 5px;
}

/* Top nav */
.top-nav {
  display: inline-block;
}

.top-nav li {
  display: inline-block;
  line-height: 12px;
  padding-left: 12px;
}

.top-nav li a {
  background: none;
  color: #a3a3a3;
  padding: 0;
  line-height: 100%;
}

.top-nav li a:hover {
  color: #fbb040;
}

/* Top social */
.top-social {
  display: inline-block;
  margin-right: -5px;
  background: rgba(255, 255, 255, 0.05);
}

.top-social ul {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.top-social ul li {
  display: inline-block;
  padding: 0;
}

.top-social ul li a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  padding: 0 10px;
  line-height: 70px;
}

.top-social ul li a:hover {
  color: #fff;
}

.nav-search {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: auto;
  height: auto;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: #fff;
}

/* Top bar border */
.top-bar-border {
  padding: 8px 20px 8px;
  border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info {
  color: #7c7c7c;
  font-weight: 400;
}

.top-bar-border .top-social li a {
  color: #7c7c7c;
}

.top-bar-border ul.top-info li i {
  color: #fbb040;
}

/* =================================================
 // Header Default
================================================== */
.header {
  padding: 0;
  background-color: #fff;
}

.header-top-social {
  margin: 0;
}

.header-top-social li a {
  color: #000;
  font-size: 14px;
  margin-right: 20px;
}

.header-search .form-group {
  position: relative;
}

.header-search .form-group .input-search {
  font-size: 13px;
  color: #333333;
  border: 1px solid #dddddd;
  border-width: 0 0 1px 0;
  width: 100%;
}

.header-search .form-group .input-search::-webkit-input-placeholder {
  color: #ddd;
  opacity: 1;
}

.header-search .form-group .input-search:-ms-input-placeholder {
  color: #ddd;
  opacity: 1;
}

.header-search .form-group .input-search::-ms-input-placeholder {
  color: #ddd;
  opacity: 1;
}

.header-search .form-group .input-search::placeholder {
  color: #ddd;
  opacity: 1;
}

.header-search .form-group .search-btn {
  background: transparent;
  border: none;
  position: absolute;
  right: 10px;
  top: 5px;
  color: #999999;
}

.header-search .form-group .search-btn:focus {
  outline-style: none;
}

@media (min-width: 992px) {
  .is-ts-sticky.sticky {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    padding-left:30px;
    padding-right:30px;
  }
  .is-ts-sticky.sticky.fade_down_effect {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
  }
}

/*-- Logo --*/
.logo {
  padding:  15px 0 15px 10px;
}

/* header right */
.header-right {
  float: right;
}

/* Logo center */
.header.text-center {
  padding: 10px 0;
}

/*-- Search start --*/
ul.top-info-box > li.nav-search {
  cursor: pointer;
  padding-left: 30px;
  margin-left: 30px;
}

ul.top-info-box > li.nav-search:before {
  position: absolute;
  content: '';
  background: #ddd;
  left: 0;
  width: 1px;
  height: 40px;
  top: 50%;
  margin-top: -10px;
}

ul.top-info-box > li.nav-search i {
  font-size: 20px;
  top: 10px;
  position: relative;
  cursor: pointer;
  color: #999;
}

/* Main navigation */
.site-nav-inner {
  position: relative;
}
/*
.main-nav {
  background: -webkit-linear-gradient(70deg, #f84270 0%, #fe803b 100%);
  background: -o-linear-gradient(70deg, #f84270 0%, #fe803b 100%);
  background: linear-gradient(20deg, #f84270 0%, #fe803b 100%);
  min-height: 70px;
}
*/
.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-toggler {
  /*color: #fff;
  padding: 8px 15px;
  background: #e74907;
  position: absolute;
  top: -55px;
  z-index: 9;*/
  position: relative;
  z-index: 9;
  color: #000000;
}

.navbar-toggler-icon {
  width: 25px;
}

.navbar-toggle .i-bar {
  background: #fff;
}

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

ul.navbar-nav > li {
  float: left;
  padding: 0;
  position: relative;
}

ul.navbar-nav > li > a {
  padding: 0 15px;
  line-height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  padding: 10px 22px;
}

ul.navbar-nav > li > a i {
  font-weight: 700;
}

ul.navbar-nav > li > a:hover, ul.navbar-nav > li > a:focus {
  background: none;
}

ul.navbar-nav > li:hover a::before, ul.navbar-nav > li.active a::before {
  border-color: #fbb040;
  opacity: 1;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: transparent;
  border: 0;
}

/* Dropdown */
ul.navbar-nav > li.mega-dropdown {
  position: static;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  border-radius: 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  margin-top: 3px;
  margin-right: -5px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  text-align: left;
  background: #fff;
  z-index: 100;
  min-width: 230px;
  border-radius: 0;
  border: 0;
  border: 0;
  -webkit-box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);
  margin-top: 0;
  padding: 0;
}

.navbar-nav > li > .dropdown-menu {
  border-top: 1px solid #dedede;
}

.navbar-nav > li > .dropdown-menu.mega-menu-content {
  border-top: 0;
}

.dropdown-menu-large {
  min-width: 400px;
}

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
  padding-left: 0;
}

.dropdown-menu-large > li > ul > li.active > a {
  color: #fbb040;
}

.navbar-nav > li > .dropdown-menu > a {
  background: none;
}

.dropdown-menu li a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  padding: 8px 15px 8px 15px;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
  background: #ffffff;
  text-transform: uppercase;
}

.dropdown-menu li:last-child > a {
  border-bottom: 0 !important;
  border-bottom: none !important;
}

.sub-menu li a:hover{
  border-bottom: none !important;
  box-shadow: none !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {
  background: none;
  color: #fbb040;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #000000 !important;
  color: #fff !important;
}

@media (min-width: 767px) {
  ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
  }
  ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}

.mega-menu-content {
  width: 1110px;
  padding: 0;
}

.mega-menu-content-inner {
  padding: 20px 10px;
}

.mega-menu-content .row {
  margin: 0;
}

/*-- Dark bg style --*/
.main-nav.dark-bg > .container > .row {
  border: 0;
  background: #272727;
  margin-left: 0;
  margin-right: 0;
}

.dark-bg .navbar-toggler {
  margin-left: 6px;
}

.main-nav.dark-bg ul.navbar-nav > li > a {
  color: #fff;
}

.main-nav.dark-bg ul.navbar-nav > li > a:before {
  border: 0;
}

.main-nav.dark-bg ul.navbar-nav > li.active,
.main-nav.dark-bg ul.navbar-nav > li:hover {
  background: #fbb040;
}

.main-nav.dark-bg .nav-search i {
  color: #fff;
}

.main-nav {
  position: relative;
  padding: 0 15px;
  background: #ffffff;
}

/* ===================
// Hheader Search 
======================= */
.main-nav > .container,
.search-area {
  position: relative;
}

.search-area {
  min-height: 70px;
  padding-right: 0;
}

.nav-search {
  display: inline-block;
  position: relative;
  cursor: pointer;
  top: -2px;
  right: 0;
}

.nav-search a {
  color: #000;
  display: block;
}

.modal-searchPanel .ts-search-group {
  position: relative;
}

.modal-searchPanel .ts-search-group input:not([type="submit"]) {
  height: 70px;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #fff;
  padding: 0 30px;
}

.modal-searchPanel .ts-search-group .search-button {
  background-color: transparent;
  border: 0px;
  padding: 0;
  color: #fff;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  width: 70px;
  border-radius: 0 50px 50px 0;
}

/* magnific pop up modal */
.mfp-bg.xs-promo-popup {
  background-color: rgba(0, 0, 0, 0.87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: menu-animation .8s ease-out forwards;
  animation: menu-animation .8s ease-out forwards;
}

/* animation keyframes list */
@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

/* Styles for dialog window */
.xs-promo-popup .modal-content {
  background-color: transparent;
  padding: 0px;
  border: 0px;
}

.xs-promo-popup .mfp-close {
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1s ease .8s;
  -o-transition: all 1s ease .8s;
  transition: all 1s ease .8s;
  -webkit-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px);
}

.xs-promo-popup.mfp-ready .mfp-close {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.ts-search-form .form-control {
  height: 60px;
  border-radius: 36px;
  font-size: 18px;
}

.ts-search-form.modal-searchPanel .xs-search-panel {
  margin: 0;
}

/* at start */
.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.5s ease .35s;
  -o-transition: all 0.5s ease .35s;
  transition: all 0.5s ease .35s;
  -webkit-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px);
}

/* animate in */
.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* ===================
// Menu tab
======================= */
.menu-tab .nav.nav-tabs {
  border-right: 1px solid #dedede;
  padding: 20px 0;
  padding-right: 0;
  min-height: 250px;
  margin-top: 0;
}

.menu-tab .nav.nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 400;
  padding: 14px 16px 14px 30px;
  background: #fff;
  text-transform: initial;
  font-size: 14px;
}

.menu-tab .nav.nav-tabs > li > a.active {
  background: #dedede;
  margin-right: -1px;
  border: 1px solid #dedede;
  border-right: 0;
  color: #fbb040;
  cursor: pointer;
}

.menu-tab .tab-content > .tab-pane {
  padding: 25px 0;
  min-height: 250px;
}

.menu-tab .tab-content > .tab-pane .col-md-3 {
  padding-right: 10px;
  padding-left: 10px;
}

/* Header with Menu
================================================== */
.header.header-menu {
  padding: 0;
}

.header.header-menu .logo {
  padding: 12px 0;
}

.header.header-menu > .container > .row {
  border-bottom: 1px solid #dedede;
  margin-left: 0;
  margin-right: 0;
}

.header.header-menu ul.navbar-nav > li > a {
  line-height: 70px;
}

.header.header-menu ul.navbar-nav > li.mega-dropdown,
.site-nav-inner {
  position: static;
  width: 100%;
}

.header.header-menu .mega-menu-content {
  min-width: 1145px;
  left: -43%;
}

.nav-social-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}

.navbar {
  /*position: absolute;
  top: 70px;
  width: 100%;
  background: #f8f8f8;
  z-index: 9;
  padding: 0;*/
  position:relative;
}

@media (min-width: 992px) {
  .navbar {
    position: static;
    top: 70px;
    width: 100%;
    background: transparent;
  }
  ul.navbar-nav > li > a {
    color: #000;
    padding: 0 22px;
  }
  .header.header-menu ul.navbar-nav > li.mega-dropdown,
  .site-nav-inner {
    position: static;
    width: 100%;
  }
}

/* Master css */
.post-block-style {
  position: relative;
  overflow: hidden;
}

.post-block-style .post-thumb {
  border-radius: 5px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.post-thumb img {
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.post-block-style:hover .post-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.overlay-post-content .post-content {
  padding: 15px 20px 15px;
  position: relative;
  bottom: 0;
  z-index: 9;
}

/* Feature Post */
.featured-slider .item {
  min-height: 640px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.featured-slider .item .featured-post .post-content {
  padding: 40px 40px 35px 45px;
}

.featured-slider .item .featured-post .post-title a {
  color: #fff;
}

.post-overaly-style {
  position: relative;
  overflow: hidden;
  /*border-radius: 0px;*/
  /* min-height: 250px; */
  background-position: top center;
  background-size: cover;
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}

.post-overaly-style::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;*/
}

.post-overaly-style:hover {
  background-position: 40%;
}

.post-overaly-style.post-sm {
  min-height: 225px;
}

.post-overaly-style.post-md {
  min-height: 400px;
  margin-bottom: -5px;
}

.post-overaly-style.post-extra-md {
  min-height: 430px;
  margin-bottom: -5px;
}

.post-overaly-style.post-lg {
  min-height: 350px;
}

.post-overaly-style.post-xl {
  min-height: 350px;
}

.post-overaly-style:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.post-overaly-style .post-thumb {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.post-overaly-style .post-thumb img {
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.post-overaly-style .post-content {
  position: relative;
  bottom: 0;
  padding: 25px;
  z-index: 1;
}

.post-overaly-style .post-content .post-title a {
  color: #000;
}

.post-overaly-style .post-content .post-title a:hover {
  color: #000;
}

.post-overaly-style:hover .post-thumb img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.post-overaly-style.overlay-primary::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 74, 0, 0.89)), to(rgba(252, 74, 0, 0.89)));
  background: -webkit-linear-gradient(top, rgba(252, 74, 0, 0.89) 0%, rgba(252, 74, 0, 0.89) 100%);
  background: -o-linear-gradient(top, rgba(252, 74, 0, 0.89) 0%, rgba(252, 74, 0, 0.89) 100%);
  background: linear-gradient(180deg, rgba(252, 74, 0, 0.89) 0%, rgba(252, 74, 0, 0.89) 100%);
  opacity: .9;
}

.post-overaly-style.overlay-primary:hover::after {
  opacity: .7;
}

.trending-slider .post-md {
  min-height: 310px;
  margin-bottom: 0;
}

.featured-tab {
  position: relative;
}

.featured-tab .nav-tabs {
  border: 0;
  position: absolute;
  top: -5px;
  right: 0;
}

.featured-tab .nav-tabs .nav-item {
  margin-bottom: -1px;
}

.featured-tab .nav-tabs .nav-link {
  padding: 0 7px;
  border: none;
  position: relative;
  font-size: 17px;
  display: inline-block;
  color: #495057;
  font-weight: 700;
  font-family: "Axiforma", sans-serif;
}

.featured-tab .nav-tabs .nav-link.active {
  background: transparent;
}

.featured-tab .nav-tabs .nav-link.active .tab-head > span.tab-text-title {
  color: #fbb040;
  background: transparent;
  border: none;
}

.featured-tab .nav-tabs .nav-link.active:before {
  position: absolute;
  content: "";
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fbb040;
  top: -5px;
  bottom: 0;
  margin: auto;
}

.featured-tab .nav-tabs .nav-link .tab-head > span.tab-text-title {
  font-size: 17px;
}

.featured-tab .tab-content {
  border-top: 0;
  padding: 0;
  overflow: hidden;
}

.featured-tab .tab-content > .active {
  display: block;
}

.list-post-block .list-post {
  padding: 0;
}

.list-post-block .list-post .post-block-style .post-thumb {
  width: 130px;
  height: 85px;
  margin-bottom: 30px;
  margin-right: 25px;
}

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

.list-post-block .list-post .post-block-style .post-thumb.thumb-md {
  height: 96px;
  overflow: hidden;
}

.list-post-block .list-post .post-block-style .post-thumb.thumb-md img {
  max-width: 100%;
  height: 100%;
}

.list-post-block .list-post .post-block-style .grid-category .post-cat {
  text-transform: uppercase;
  padding-left: 0;
}

.list-post-block .list-post .post-block-style .post-content .post-title {
  margin: 5px 0;
  line-height: 17px;
}

.list-post-block .list-post li:last-child .post-block-style .post-thumb {
  margin-bottom: 0;
}

.list-post-block .list-post li:last-child .post-block-style .post-thumb.thumb-md {
  height: 100px;
}

.block.style2 {
  background: #000;
  color: #fff;
  padding: 40px;
  border-radius: 10px;
}

.block.style2 .post-block-style .post-title:not(.title-md) {
  line-height: 1.1;
}

.block-slider {
  background: #ffffff;
  padding-bottom: 80px;
}

.block-slider .owl-carousel .owl-dots {
  top: auto;
  bottom: -30px;
  text-align: center;
  height: 20px;
}

.ts-category-list {
  padding: 0;
}

.ts-category-list li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
}

.ts-category-list li a {
  font-family: 'Axiforma';
  font-weight: 800 !important;
  font-style: normal;
  padding: 20px;
  color: #000000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  background: #f7f7f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  min-height: 60px;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}
/*
.ts-category-list li a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
*/
.ts-category-list li a span {
  position: relative;
  white-space: nowrap;
}

.ts-category-list li a span.bar {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 10px 0 25px;
}

.ts-category-list li a span.category-count {
  color: #fbb040 !important;
  font-weight:bold;
}

.ts-category-list li a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ts-category-list-sm li a {
  min-height: 91px;
}

.trending-slider.full-width .post-overaly-style {
  border-radius: 0;
}

.trending-slider.full-width .post-overaly-style::after {
  border-radius: 0;
}

.post-tab .nav-tabs .nav-item:not(:first-child) {
  margin-left: 20px;
}

.post-tab .nav-tabs .nav-item .nav-link {
  text-transform: uppercase;
  color: #d3d3d3;
}

.post-tab .nav-tabs .nav-item .nav-link::after, .post-tab .nav-tabs .nav-item .nav-link::before {
  position: absolute;
  top: 0;
  content: '';
  background: #fbb040;
  left: 0;
  opacity: 1;
}

.post-tab .nav-tabs .nav-item .nav-link::before {
  opacity: 1;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 12px;
  background: #d3d3d3;
}

.post-tab .nav-tabs .nav-item .nav-link.active::before {
  background: #fbb040;
  border-radius: 0;
  height: 12px;
  top: -6px;
}

.post-tab .nav-tabs .nav-item .nav-link.active::after {
  background: #fbb040;
  border-radius: 0;
  height: 3px;
  width: 12px;
}

.post-tab .list-post .post-block-style:hover .post-thumb img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.post-tab .list-post .post-block-style .post-thumb {
  position: relative;
  border-radius: 50%;
  overflow: initial;
  width: 85px;
  height: 85px;
}

.post-tab .list-post .post-block-style .post-thumb img {
  border-radius: 50%;
  height: 100%;
}

.post-tab .list-post .post-block-style .post-thumb .tab-post-count {
  position: absolute;
  top: 0;
  left: 12px;
  background: #fbb040;
  display: block;
  border-radius: 50%;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  border: 2px solid #fff;
}

/*==================================================
//  commment list
 ================================================== */
.ts-comments-row {
  position: relative;
  margin-bottom: 50px;
}

.ts-comments-row:last-child {
  margin-bottom: 0;
}

.ts-author {
  color: #777777;
}

.ts-author a {
  color: #777777;
}

.ts-author a:hover {
  color: #fbb040;
}

.ts-author-comments {
  position: relative;
}

.ts-author-comments::after {
  position: absolute;
  content: '';
  left: 36px;
  bottom: 20%;
  width: 1px;
  z-index: -1;
  height: 60%;
  background: #eaeaea;
}

.ts-author-thumb {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}

.ts-author-thumb img {
  width: 100%;
}

.ts-author-media {
  background: #fff;
  padding: 20px 0;
}

.ts-author-content {
  padding: 30px;
  border: 1px solid #eaeaea;
  position: relative;
}

.ts-author-content::after {
  position: absolute;
  content: '';
  left: -9px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-transform: translateY(-100%) rotate(45deg);
  -ms-transform: translateY(-100%) rotate(45deg);
  transform: translateY(-100%) rotate(45deg);
  border: 1px solid #ddd;
  border-width: 0 0px 1px 1px;
}

.ts-author-content::before {
  position: absolute;
  content: "\e943";
  left: 20px;
  top: -10px;
  font-size: 20px;
  font-family: 'iconfont';
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
}

.ts-author-content .comment {
  margin-bottom: 12px;
}

.ts-author-content .comment a {
  font-weight: 500;
  font-style: italic;
  color: #222222;
  line-height: 20px;
}

.newsletter-area {
  /*background: -webkit-linear-gradient(70deg, #fbb040 0%, #fe803b 100%);
  background: -o-linear-gradient(70deg, #fbb040 0%, #fe803b 100%);
  background: linear-gradient(20deg, #fbb040 0%, #fe803b 100%);*/
  padding: 0px 0;
}

.newsletter-area .email-form-group {
  position: relative;
}

.newsletter-area .email-form-group .news-icon {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 17px;
}

.newsletter-area .newsletter-email {
  background: transparent;
  height: 48px;
  color: #fff;
  border: none;
  width: 100%;
  padding: 0 40px;
  background: rgba(0, 0, 0, 0);
  border-radius: 5px;
}

.newsletter-area .newsletter-email:focus {
  outline-style: none;
}

.newsletter-area .newsletter-email::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.newsletter-area .newsletter-email:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.newsletter-area .newsletter-email::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.newsletter-area .newsletter-email::placeholder {
  color: #fff;
  opacity: 1;
}

.newsletter-area .newsletter-submit {
  /*position: absolute;
  right: 0;
  top: 0;
  padding: 0 40px;*/
  padding: 15px 40px;
  border-radius: 5px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #222;
  border: none;
  color: #fff;
  cursor: pointer;
  /*border-bottom-left-radius: 0;
  border-top-left-radius: 0;*/
}

.newsletter-area .newsletter-submit:focus {
  outline-style: none;
}

.newsletter-area .newsletter-submit:hover {
  background: #fbb040;
}

.ts-footer {
  background: #1a1a1a;
  padding-top: 70px;
  padding-bottom: 20px;
  margin-top:-2px;
  position: relative !important;
  z-index: 900;
}

.ts-footer ul {
  padding: 0;
}

.ts-footer-info {
  padding: 0;
  margin-bottom: 40px;
}

.ts-footer-info li {
  color: #fff;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.ts-footer-info li i {
  margin-right: 15px;
  font-size: 18px;
}

.ts-footer .widget-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
  padding-left: 0;
  position: relative;
  margin-bottom: 30px;
}

.ts-footer .widget-title::before {
  /*position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  margin: auto;
  content: '';
  background: #504f4f;*/
}

.ts-footer .widget-title span {
  background: #222;
  padding-right: 0px;
  position: relative;
}

.ts-footer .widget-content p {
  color: #fff;
}

.ts-footer .footer-widtet {
  margin-bottom: 20px;
}

.ts-footer .footer-widtet.post-widget .post-block-style .post-thumb {
  width: 65px;
  height: 65px;
  margin-right: 20px;
}

.ts-footer .footer-widtet.post-widget .post-block-style .post-thumb img {
  height: 100%;
}

.ts-footer .footer-widtet.post-widget .post-block-style .post-content .post-title a {
  color: #fff;
}

.ts-footer .footer-widtet.post-widget .post-block-style .post-content .post-title a:hover {
  color: #fbb040;
}

.ts-copyright {
  background: #000;
  padding: 30px 0;
}

.ts-copyright p {
  margin-bottom: 0;
}

.sidebar-widget:not(:last-child) {
  margin-bottom: 50px;
}

.sidebar-widget .nav-tabs {
  left: 0;
  right: auto;
}

.single-post .post-meta {
  padding: 5px 0 10px 0;
}

.single-post .post-meta .post-cat {
  color: #fff;
}

.single-post .post-meta .post-author img {
  margin-right: 10px;
}

.single-post .post-meta li {
  color: #777;
  margin-bottom: 10px;
}

.single-post .post-meta li a:hover {
  color: #fbb040;
}

.single-post .post-meta li.social-share {
  position: absolute;
  margin-left: 50px;
  right: 0;
}

.single-post .post-meta li.social-share .shareicon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fbb040;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  padding: 10px 0;
  font-size: 12px;
}

.single-post .post-meta li.social-share .social-list {
  position: absolute;
  right: 30px;
  top: -8px;
  padding: 0;
  z-index: 1;
  background: #f7f7f7;
  min-width: 200px;
  padding: 12px 18px;
  display: none;
  text-align: center;
}

.single-post .post-meta li.social-share .social-list li {
  margin-bottom: 0;
}

.single-post .post-meta li.social-share:hover .social-list {
  display: block;
}

.single-post .post-content-area ul li {
  list-style: inside;
  margin-bottom: 10px;
}

.single-post img.float-left {
  margin-right: 30px;
  margin-bottom: 30px;
}

.single-post .gallery-img {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
  clear: both;
}

.single-post .gallery-img img {
  float: left;
  width: 20%;
}

.single-post .post-footer {
  padding: 10px 0;
}

.single-post .tag-lists span {
  padding: 4px 13px;
  background: #fbb040;
  color: #fff;
  border-radius: 35px;
  margin-right: 6px;
  display: inline-block;
}

.single-post .tag-lists a {
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
  display: inline-block;
  font-size: 14px;
  padding: 4px 13px;
  margin-left: 3px;
  margin-bottom: 10px;
  border-radius: 36px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.single-post .tag-lists a:not(:first-child) {
  margin-left: 6px;
}

.single-post .tag-lists a:hover {
  color: #fff;
  background: #fbb040;
  border-color: #fbb040;
}

.single-post .post-navigation {
  padding: 30px 0;
}

.single-post .post-navigation .post-next,
.single-post .post-navigation .post-previous {
  width: 50%;
  position: relative;
}

.single-post .post-navigation .post-next a:hover span,
.single-post .post-navigation .post-previous a:hover span {
  color: #fbb040;
}

.single-post .post-navigation .post-previous {
  padding-left: 120px;
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}

.single-post .post-navigation .post-previous img {
  left: 0;
}

.single-post .post-navigation .post-next {
  text-align: right;
  padding-right: 120px;
  padding-left: 30px;
}

.single-post .post-navigation .post-next img {
  right: 0;
  left: auto;
}

.single-post .post-navigation a {
  color: #000;
}

.single-post .post-navigation a p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 20px;
}

.single-post .post-navigation a span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  color: #222222;
}

.single-post .post-navigation img {
  position: absolute;
  top: 0;
  width: 100px;
  height: 70px;
  border-radius: 5px;
}

.author-block {
  background-color: #dedede;
  background-position: top center;
  background-size: cover;
  margin-bottom: 40px;
  padding-top: 83px;
  padding-bottom: 0;
}

.author-box {
  margin-top: 100px;
  padding: 20px 0 0px;
  background-color: rgba(247, 247, 247, .675);
}

.author-box .author-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.author-box .author-info {
  margin-left: 35px;
}

@media (min-width: 321px) {
  .author-box .author-info {
    margin-left: 25px;
  }
}

.author-box .author-info h3 {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.author-box .author-url a {
  color: #000;
}

.author-box .author-url a:hover {
  color: #fbb040;
}

.author-box .author-counter span {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
}

.author-box .author-social {
  padding-bottom: 20px;
}

.author-box .author-social a {
  color: #999;
  margin-left: 10px;
}

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

.post-video {
  position: relative;
  margin-bottom: 35px;
}

.post-video::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
}

.post-video img {
  width: 100%;
  border-radius: 5px;
}

.post-video-content {
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.post-video-content h3 a {
  color: #fff;
}

.post-video-content .ts-play-btn {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  font-size: 20px;
  width: 60px;
  height: 60px;
  border: 1px solid #92999a;
  border-radius: 50%;
  padding: 18px 0;
  display: block;
  text-align: center;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.25);
  float: left;
  color: #fff;
  margin-right: 20px;
}

.comments-list .comment {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.comments-list .comment .comment-avatar {
  width: 70px;
  height: 70px;
  margin-right: 30px;
}

.comments-list .comment .comment-body {
  margin-left: 80px;
}

.comments-list .comment .comment-body .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  font-size: 16px;
  color: #303030;
}

.comments-list .comment .comment-body .comment-content {
  margin: 0 0 10px 0;
}
.comment-content p{
  font-size: 14px !important;
}

.transing-slide-style2:hover .owl-nav .owl-prev,
.transing-slide-style2:hover .owl-nav .owl-next {
  opacity: 1;
}

/* =====================
// Contact page
======================== */
.contact-info h4 {
  font-weight: 600;
}

/* Generic Padding Helpers
------------------------------------
*/
.p-t-0 {
  padding-top: 0px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.padding-0 {
  padding: 0px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.padding-5 {
  padding: 5px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.padding-10 {
  padding: 10px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-t-17{
  padding-top: 17px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.padding-15 {
  padding: 15px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.padding-20 {
  padding: 20px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.padding-25 {
  padding: 25px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.padding-30 {
  padding: 30px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-r-35 {
  padding-right: 35px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.padding-35 {
  padding: 35px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.padding-40 {
  padding: 40px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.padding-45 {
  padding: 45px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.padding-50 {
  padding: 50px !important;
}
/* Generic Margin Helpers
------------------------------------
 */
.m-t-0 {
  margin-top: 0px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-t-100 {
  margin-top: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-b-75 {
  margin-bottom: 75px;
}
.full-height {
  height: 100% !important;
}
.full-width {
  width: 100%;
}
.hide {
  display: none !important;
}
.inline {
  display: inline-block !important;
}
.block {
  display: block !important;
}
.b-blank {
  border-color: #000;
}
/* Border Helpers
------------------------------------
*/
.b-a,
.b-r,
.b-l,
.b-t,
.b-b {
  border-style: solid;
  border-width: 0;
}
.b-r {
  border-right-width: 1px;
}
.b-l {
  border-left-width: 1px;
}
.b-t {
  border-top-width: 1px;
}
.b-b {
  border-bottom-width: 1px;
}
.b-a {
  border-width: 1px;
}
.b-dashed {
  border-style: dashed;
}
.b-thick {
  border-width: 2px;
}
.b-transparent {
  border-color: rgba(0, 0, 0, 0.4);
}
.b-transparent-white {
  border-color: rgba(255, 255, 255, 0.3);
}
.b-grey {
  border-color: #e6e6e6;
}
.b-white {
  border-color: #fff;
}
.b-primary {
  border-color: #6d5cae;
}
.b-complete {
  border-color: #6d5cae;
}
.b-success {
  border-color: #10cfbd;
}
.b-info {
  border-color: #3b4752;
}
.b-danger {
  border-color: #f55753;
}
.b-warning {
  border-color: #ffc107;
}
/* Border Radius
------------------------------------
*/
.b-rad-sm {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.b-rad-md {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.b-rad-lg {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.no-border {
  border: none !important;
}

/* Text color
-----------------------------------
*/
.text-white{
  color: #ffffff;
}
.text-balck{
  color: #000000;
}

/* Font size
-----------------------------------
*/
.fs-12{
  font-size: 12px !important;
}
.fs-13{
  font-size: 13px !important;
}
.fs-14{
  font-size: 14px !important;
  line-height: 22px !important;
}
.fs-16{
  font-size: 16px !important;
  line-height: 24px !important;
}
.fs-18{
  font-size: 18px !important;
  line-height: 26px !important;
}
.fs-20{
  font-size: 20px !important;
}
.fs-22{
  font-size: 22px !important;
}
.fs-24{
  font-size: 24px !important;
}

/* Font weight
-----------------------------------
*/
.fw-300{
  font-weight: 300;
}
.fw-400{
  font-weight: 400;
}
.fw-500{
  font-weight: 500;
}
.fw-600{
  font-weight: 600;
}
.fw-700{
  font-weight: 700;
}
.fw-800{
  font-weight: 800;
}

.text-noselect{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

.bg-lighter{
  background: #f7f7f7;
}

.bg-dark{
  background: #1a1a1a !important;
}

/* Text Aligngments
------------------------------------
*/
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}

.text-black{
  color: #333333 !important;
}
.text-brown{
  color: #714117 !important;
}

.btn-facebook{
  background: #507cc0 !important;
  border: #507cc0 solid 1px;
}
.btn-facebook:hover, .btn-facebook:focus{
  background: #5a87cc !important;
  border: #5a87cc solid 1px;
}

.btn-twitter{
  background: #64ccf1 !important;
  border: #64ccf1 solid 1px;
}
.btn-twitter:hover, .btn-twitter:focus{
  background: #74d6f9 !important;
  border: #74d6f9 solid 1px;
}

.btn-google{
  background: #df4930 !important;
  border: #df4930 solid 1px;
}
.btn-google:hover, .btn-google:focus{
  background: #e7543c !important;
  border: #e7543c solid 1px;
}

.btn-linkedin{
  background: #007ab6 !important;
  border: #007ab6 solid 1px;
}
.btn-linkedin:hover, .btn-linkedin:focus{
  background: #0988c6 !important;
  border: #0988c6 solid 1px;
}

.header-right-wrapper{
  background:#000;
  color:#fff;
  padding: 35px 20px;
  background-image: url('../images/accent.png');
  background-position: right top; /*Positioning*/
  background-repeat: no-repeat; /*Prevent showing multiple background images*/
}

a.mobile-menu {
	display: block;
	width: 22px;
	margin: 2px;
	position: relative;
}
a.mobile-menu:before,
a.mobile-menu:after {
	content: '';
	display: block;
	background: #000;
	height: 3px;
}
a.mobile-menu span {
	background: #000;
	display: block;
	height: 3px;
	margin: 4px 0;
}

.avatar {
  vertical-align: middle;
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
  margin: -5px 12px 0 0;
}

.avatar-big{
  position: relative;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  text-align:center;
}

.separator-black{
  width: 100%;
  height:3px;
  background: #efefef;
}

.footer-fv-bg{
  background-color: #fff;
  background-image: url('../images/footer-kv.png');
  background-position: right bottom; /*Positioning*/
  background-repeat: no-repeat; /*Prevent showing multiple background images*/
}

.subscribe-text{
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-top:20px;
}

/* stroke */
.navbar-nav li a:hover{
  /*box-shadow: inset 0 0 0 4px #fbb040;*/
  box-shadow: 0 10px 0px -5px #fbb040;
  color:#1a1a1a;
  cursor: pointer;
}

.btn-login{
  background: #000;
  color: #fff;
  padding: 20px 30px;
  background-image: url(../images/accent.png);
  background-position: right top;
  background-repeat: no-repeat;
  color:#ffffff !important;
}

.btn-logged-in{
  background: #000;
  color: #fff;
  padding: 17px 30px 14px 30px;
  background-image: url(../images/accent.png);
  background-position: right top;
  background-repeat: no-repeat;
  color:#ffffff !important;
}

.label{
  padding: 1px 9px 3px 9px;
  font-size: 12px;
  text-shadow: none;
  background-color: #e6e6e6;
  font-weight: 600;
  color: #626262;
  border-radius: .25em;
}

.texteditor_content ul, .texteditor_content ol{
  padding-left: 20px !important;
  margin-top:10px !important;
}

.texteditor_content ul li{
  list-style-type: initial !important;
}
.texteditor_content ol li{
  list-style-type: decimal !important;
}

.lh-14{
  line-height: 16px !important;
}
.btn-like{
  font-size: 12px;
  padding: 6px 10px;
}
.like_counter_wrapper{
  padding: 0px 10px;
  line-height:16px;
}
.like_counter_wrapper span{
  font-size:10px;
}
#like_counter{
  font-weight:500;
  font-size:12px;
}
.article_reaction:hover img{
  margin-top: -10px;
  -webkit-transition: margin 0.15s ease-out;
    -moz-transition: margin 0.15s ease-out;
    -o-transition: margin 0.15s ease-out;
}
/*advertisement*/
.adv-home-skyscrapper{
  display:block !important;
  position: absolute;
  z-index: 9990;
  top:-100px;
}
.adv-home-skyscrapper-fixed{
  position: fixed !important;
  top: 50px !important;
  z-index: 9990;
}
.adv-ct-skyscrapper{
  display:block !important;
  position: absolute;
  z-index: 9990;
  top: 110px;
}
.adv-ct-skyscrapper-fixed{
  position: fixed !important;
  top: 50px !important;
  z-index: 9990;
}
@media (max-width: 1240px) {
  .adv-home-skyscrapper{
    display:none !important;
  }
  .adv-ct-skyscrapper{
    display:none !important;
  }
}
@media (min-width: 1310px) {
  .adv-home-skyscrapper-left{
    left: 20px;
  }
  .adv-home-skyscrapper-right{
    right: 20px;
  }
  .adv-ct-skyscrapper-left{
    left: 20px;
  }
  .adv-ct-skyscrapper-right{
    right: 20px;
  }
}
@media (max-width: 1309px) {
  .adv-home-skyscrapper-left{
    left: 0px;
  }
  .adv-home-skyscrapper-right{
    right: 0px;
  }
  .adv-ct-skyscrapper-left{
    left: 0px;
  }
  .adv-ct-skyscrapper-right{
    right: 0px;
  }
}

/* Select2
http://ivaynberg.github.io/select2/
*/
.form-group-default .select2-container .select2-choice,
.select2-container-multi .select2-choices {
  border-color: transparent;
}
.select2-container .select2-choice {
  background-image: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #dce6f3;
  padding: 4px 12px;
  transition: border 0.2s linear 0s;
  height: 38px;
}
.select2-container .select2-choice .select2-arrow {
  right: 0;
  left: auto;
  background: transparent;
  border-left: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select2-container .select2-choice .select2-arrow b:before {
  font-family: 'FontAwesome';
  content: "\f0d7";
  position: relative;
  top: 4px;
  right: 4px;
  font-size: 12px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  margin-left: 0;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
  background-image: none !important;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none !important;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #f0f0f0;
}
.select2-dropdown-open .select2-choice .select2-arrow {
  -webkit-transform: scale(scale(1, -1));
  -ms-transform: scale(scale(1, -1));
  transform: scale(scale(1, -1));
}
.select2-drop.select2-drop-above {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: none;
  border-radius: 2px;
  padding-top: 0px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  box-shadow: none;
  border: 1px solid #b7c5d4;
  background: #f0f0f0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.select2-search {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
}
.select2-search input {
  background: #ffffff !important;
  vertical-align: baseline;
  line-height: 28px;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.select2-results {
  margin: 3px 10px 10px 3px;
}
.select2-results li {
  color: #626262;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  color: #2c2c2c;
}
.select2-results li.select2-result-with-children > .select2-result-label:first-child {
  padding-top: 8px;
}
.select2-results .select2-highlighted {
  background: #f0f0f0;
  border-radius: 3px;
}
.select2-results .select2-highlighted .select2-result-label {
  color: #626262;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: none;
  color: #626262;
  font-size: 12px;
  padding-left: 8px;
  padding-top: 0px;
  position: relative;
  top: -5px;
}
.select2-drop-active {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: none;
  border-top: none;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-top: 5px;
  z-index: 790;
}
.select2-container-multi .select2-choices {
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #e6e6e6;
  background-image: none;
  border: none;
  box-shadow: none;
  color: inherit;
  border-radius: 8px;
  margin: 8px -5px 7px 10px;
  padding: 4px 8px 4px 21px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: none;
}
.select2-container-multi.select2-container-active .select2-search-choice {
  background-color: #ffffff !important;
}
.select2-container-multi .select2-search-choice-close {
  left: 6px;
}
.select2-search-choice-close {
  background: none;
  top: 4px;
  right: 0;
}
.select2-search-choice-close:hover {
  text-decoration: none;
}
.select2-search-choice-close:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 12px;
  color: #626262;
  position: relative;
  top: -2px;
  right: 5px;
}
.select2-drop-multi .select2-results .select2-no-results,
.select2-drop-multi .select2-results .select2-searching,
.select2-drop-multi .select2-results .select2-selection-limit {
  top: 0px;
}
.select2.form-control {
  padding: 0;
  box-shadow: none;
  border: 0;
}
.select2-drop-mask {
  z-index: 700;
}
.ui-select-bootstrap .ui-select-choices-row.active > a {
  background: #f0f0f0;
  border-radius: 3px;
  color: #626262;
}
.ui-select-bootstrap > .ui-select-choices {
  background-color: #fff;
}
.ui-select-choices-group-label {
  color: #2c2c2c;
  font-weight: bold;
}
.modal-open .select2-drop-active {
  z-index: 1051;
}
.modal-open .datepicker.dropdown-menu {
  z-index: 1051 !important;
}
.modal-open .select2-drop-mask {
  z-index: 1050;
}
.modal-open .cs-skin-slide.cs-active {
  z-index: 1050;
}
.dropdown-placeholder {
  display: inline-block;
  vertical-align: middle;
}
.dropdown-mask {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 600;
}
.select_pic .select2-choice {
    height: 60px !important;
}


.quiz > .progress .progress-bar,
.poll > .progress .progress-bar {
  background-color: #fbb040;
}

.quiz-choice,
.quiz-choice label,
.poll-answer,
.poll-answer label {
  cursor: pointer;
}

.quiz-choice,
.poll-answer {
  height: 100%;
	overflow: hidden;
	-webkit-transition: border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,box-shadow 375ms ease-in-out;
	-moz-transition: border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,box-shadow 375ms ease-in-out;
	-o-transition: border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,box-shadow 375ms ease-in-out;
	transition: border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,box-shadow 375ms ease-in-out;
}

.quiz-choice:not(.quiz-choice-disabled):hover,
.poll-answer:not(.poll-answer-disabled):hover {
	background-color: #fcd79f;
	border-color: #fcd79f;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.quiz-choice .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before,
.poll-answer .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #adb5bd;
	background-color: #fff;
}

.quiz-choice .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after,
.poll-answer .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: none;
}

.quiz-choice .custom-control-input:checked~.custom-control-label::before,
.poll-answer .custom-control-input:checked~.custom-control-label::before {
    border-color: #fbb040;
    background-color: #fbb040;
}

.quiz-choice .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,
.poll-answer .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(251,176,64,.5)
}

.poll-versus .poll-answer .custom-control-input:checked~.custom-control-label::before {
    border-color: #626c75;
    background-color: #626c75;
}

.poll-versus .poll-answer .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(98,108,117,.5)
}

.quiz-choice-list:not(:first-child):not(:last-child),
.poll-answer-list:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.quiz-choice-list+.quiz-choice-list,
.poll-answer-list+.poll-answer-list {
	border-top: 0;
}

.quiz-choice-list:first-child,
.poll-answer-list:first-child {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.quiz-choice-list:last-child,
.poll-answer-list:last-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.quiz-choice-disabled h4.bg-success {
  background-color: rgba(40, 167, 67, .35) !important;
}

.quiz-choice-disabled h4.bg-danger {
  background-color: rgb(220, 53, 67, .35) !important;
}

.poll-answer-result {
  text-align: center;
}

.poll-answer-label {
  margin-bottom: 0;
}

.poll-answer-label-wrapper {
  padding: .75rem;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.poll-answer-label-wrapper .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #fff;
}

.poll-answer-label-wrapper .progress-bar {
  background-color: rgb(252 215 159 / .5);
}

#answer-info {
  background-color: #fcd79f;
}

.darkmode-toggle {
  z-index: 10;
}

.darkmode--activated {
  --mm-color-background: #222;
  --mm-color-border: rgba(255, 255, 255, .05);
  --mm-color-text-dimmed: rgba(255, 255, 255, .3);
}

.darkmode--activated .darkmode-background {
  background: #ddd;
}

.darkmode--activated .ts-footer,
.darkmode--activated .ts-copyright
{
  isolation: isolate;
}

.darkmode--activated .header {
  background-color: #dddddd;
}

.darkmode--activated .main-nav,
.darkmode--activated .dropdown-menu li a,
.darkmode--activated .dropdown-menu,
.darkmode--activated .nav-search,
.darkmode--activated .owl-carousel,
.darkmode--activated .block-slider,
.darkmode--activated .footer-fv-bg,
.darkmode--activated .card,
.darkmode--activated .card .progress
{
  background-color: #222;
}

.darkmode--activated .dropdown-menu > li > a:hover,
.darkmode--activated .dropdown-menu > li > a:focus {
  background: #666 !important;
}

.darkmode--activated .card {
  border-color: rgba(255,255,255,.125);
}

.darkmode--activated .bg-light {
  background-color: #555250 !important;
}

.darkmode--activated .bg-lighter {
  background-color: #d5d5d5;
}

.darkmode--activated section.bg-lighter {
  background-color: #2a2a2a;
}

.darkmode--activated .newsletter-area .newsletter-submit {
  background-color: #fbb040;
}

.darkmode--activated .newsletter-area .newsletter-submit:hover {
  background-color: #000;
}

.darkmode--activated .quiz-choice:not(.quiz-choice-disabled):hover,
.darkmode--activated .poll-answer:not(.poll-answer-disabled):hover {
	background-color: #b36e05;
	border-color: #b36e05;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.darkmode--activated #answer-info {
	background-color: #b36e05;
}

.darkmode--activated .poll-answer-label-wrapper .progress-bar {
	background-color: rgb(251 211 139 / .5);
}

.darkmode--activated h1,
.darkmode--activated h2,
.darkmode--activated h3,
.darkmode--activated h4,
.darkmode--activated h5,
.darkmode--activated h6,
.darkmode--activated p,
.darkmode--activated label,
.darkmode--activated .main-nav .nav li a,
.darkmode--activated .nav-search a,
.darkmode--activated .post-title a,
.darkmode--activated .block-title .title-angle-shap,
.darkmode--activated .texteditor_content,
.darkmode--activated .post-footer strong,
.darkmode--activated .quiz small,
.darkmode--activated .poll small,
.darkmode--activated .post-footer span,
.darkmode--activated blockquote::before,
.darkmode--activated table th,
.darkmode--activated table td
{
  color: #fff;
}

.darkmode--activated .post-cat,
.darkmode--activated .post-meta li a,
.darkmode--activated .breadcrumb li
{
  color: #dfdfdf;
}

.darkmode--activated .text-black,
.darkmode--activated .single-post .post-navigation a span,
.darkmode--activated .comment-author
{
  color: #eee !important;
}

.darkmode--activated .nav-search {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.darkmode--activated .custom-control-input:disabled~.custom-control-label {
	color: #b5aca4;
}

@media (max-width: 991px) {
  .darkmode--activated .header,
  .darkmode--activated .mm-panel {
    background-color: #222;
  }

  .darkmode--activated a.mobile-menu span,
  .darkmode--activated a.mobile-menu:before,
  .darkmode--activated a.mobile-menu:after {
    background-color: #fff;
  }

  .darkmode--activated .mm-menu a,
  .darkmode--activated .mm-menu a:active,
  .darkmode--activated .mm-menu a:hover,
  .darkmode--activated .mm-menu a:link,
  .darkmode--activated .mm-menu a:visited {
    color: #fff;
  }

  .darkmode--activated .mm-btn_next:after,
  .darkmode--activated .mm-btn_prev:before {
    border-color: #fff;
  }
}

@media (min-width: 992px) {
  .darkmode--activated .main-nav ul.navbar-nav > li > a::before {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.shoppable-image-map {
  position: relative;
}

.shoppable-image-image {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shoppable-image-pin {
  position: absolute;
  cursor: pointer;
  z-index: 5;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.shoppable-image-pin:hover {
	z-index: 15;
}

.shoppable-image-pin:hover .shoppable-image-pin-icon {
	background-color: #000;
	color: #fff;
	box-shadow: none;
}

.shoppable-image-pin:hover .card {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.shoppable-image-pin:hover .shoppable-image-pin-body {
	opacity: 1;
}

.shoppable-image-pin-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 9px 0;
  z-index: 5;
  font-weight: 600;
  border-radius: 50%;
  background: #ffffff;
  color: #000;
  -webkit-transition: 375ms;
  -o-transition: 375ms;
  transition: 375ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.25);
          box-shadow: 0 .5rem 1rem rgba(0,0,0,.25);
  font-size: 16px;
  line-height: 20px;
  vertical-align: bottom;
}

.shoppable-image-pin-body {
	display: block;
	position: absolute;
	opacity: 0;
	z-index: -5;
}

.shoppable-image-pin .card {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -5;
	opacity: 0;
	visibility: hidden;
	width: 12rem;
	padding-top: -2px;
	margin-left: auto;
	pointer-events: none;
  transition: 375ms;
	transform: translate(-50%,0);
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.25);
}

.shoppable-image-pin .card-body {
	padding-top: 0;
}

.shoppable-image-pin .card-title {
	user-select: text;
	font-weight: 600;
	margin-bottom: .25rem;
}

.shoppable-image-pin .card-subtitle {
	margin-bottom: .75rem;
	font-weight: 500;
}

.katalogue_logo{
  
}

body div.katalogue_logo img.dark{
  /* position: relative; */
  /* width: 180px;
  height: 238px; */
  /* background: url(../images/logo_katalogue_b.png) no-repeat;
  background-position: center;
  background-size: cover; */
  /* margin-top: -140px;
  margin-bottom: 20px; */
  display:none !important;
}
body div.katalogue_logo img.light{
  display:block !important;
}

body.darkmode--activated div.katalogue_logo img.light{
  /* background: url(../images/logo_katalogue_w.png) no-repeat !important; */
  display:none !important;
}
body.darkmode--activated div.katalogue_logo img.dark{
  display:block !important;
}

@media (max-width: 991px) {
  .katalogue_logo{
    /* width: 100px !important;
    height: 132px !important; */
  }
}

.bg-success-lighter{
  background:#8dc63f !important;
}

.bg-danger-lighter{
  background:#ffa8a8 !important;
}

.text-white{
  color: #ffffff !important;
}

.select2-container, .select2-drop, .select2-search, .select2-search input{
  border: 1px solid #dadada;
  font-size: 13px;
  color: #959595 !important;
}

/* Modal Popup */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
}

.modalContent {
  position: relative;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 50%;
  max-height: 90%;
}

.modal img {
  display: block;
  width: 100%;
  height: auto;
}

.close-button {
  position: absolute;
  top: -30px;
  right: -30px;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
.modalContent{
  max-width: 90%;
}
.close-button{
  top: -18px;
  right: -18px;
  z-index: 1;
}
}

/* Modal Popup */