#masonry-section {
  float: left;
}

.item-control {
  display: none !important;
}

html {
  font-size: 10px;
  font-family: sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a,
input,
textarea,
button,
select {
  outline: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1{
  margin-top: 10px;
  margin-bottom: 10px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none !important;
  text-decoration: none;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

body {
  position: relative;
  font-family: sans-serif;
  font-size: 15px;
  color: #7b7b7b;
  background-color: #fff;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  letter-spacing: 0.014em;
  line-height: 1.42857;
}

input,
textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

input[type="search"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"] {
  background: none;
  border: 0;
  background-color: #f7f8f8;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  color: #888888;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

input[type="number"] {
  -moz-appearance: textfield;
}

select {
  border: 1px solid #eee;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  color: #888888;
  font-family: "", sans-serif;
  font-size: 14px;
}

textarea {
  background: none;
  border: 0;
  background-color: #f7f8f8;
  resize: none;
  padding: 15px;
  height: 100px;
  color: #888888;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  vertical-align: middle;
}

input::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder {
  color: #888888;
}

input::-moz-placeholder {
  color: #888888;
}

input:-ms-input-placeholder {
  color: #888888;
}

textarea::-webkit-input-placeholder {
  color: #888888;
}

textarea:-moz-placeholder {
  color: #888888;
}

textarea::-moz-placeholder {
  color: #888888;
}

textarea:-ms-input-placeholder {
  color: #888888;
}

a {
  /* color: #ff3300; */
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.02em;
}

a:hover {
  color: #ff3300;
}

.FDgD i {
  display: block;
  color: white;
}

.FDgD {
  outline: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, background 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, background 0.3s;
  transition: transform 0.3s, opacity 0.3s, background 0.3s,
    -webkit-transform 0.3s;
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
  background-color: rgb(240, 154, 117);
  bottom: 1em;
  right: 1em;
  padding: 0.5em;
  border-radius: 4px;
}

.FDgD.visible {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.FDgD:hover {
  background-color: #ff3300;
}

code,
kbd,
pre,
samp {
  font-family: "Raleway", sans-serif;
  font-size: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  letter-spacing: 0.015em;
}

code {
  background-color: #eee;
  letter-spacing: 0.015em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

p {
  line-height: 1.8em;
  letter-spacing: 0.02em;
}

ol li,
ul li {
  letter-spacing: 0.02em;
}

::-moz-selection {
  color: #fff;
  background-color: #ff3300;
}

::selection {
  color: #fff;
  background-color: #0070ff;
}

#page-wrap {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jWQLscKx {
  width: 1150px;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.tb {
  display: table;
  width: 100%;
}

.tb-cell {
  display: table-cell;
  vertical-align: middle;
}

div#header h1 {
  color: #000;
}

.h1,
h1 {
  font-family: "Poppins", arial;
  font-weight: 700;
  font-size: 30px;
  color: #484848;
  line-height: 1.4em;
  letter-spacing: 1px;
}

.h1 a,
h1 a {
  color: inherit;
}

.h2,
h2 {
  font-family: "Poppins", arial;
  font-weight: 700;
  font-size: 30px;
  color: #484848;
  line-height: 1.4em;
  letter-spacing: 1px;
}

.h2 a,
h2 a {
  color: inherit;
}

.h3,
h3 {
  font-family: "Poppins", arial;
  font-weight: 700;
  font-size: 22px;
  color: #484848;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.h3 a,
h3 a {
  color: inherit;
}

.h4,
h4 {
  font-family: "Poppins", arial;
  font-weight: 700;
  font-size: 16px;
  color: #484848;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.h4 a,
h4 a {
  color: inherit;
}

.h5,
h5 {
  font-family: "Poppins", arial;
  font-weight: 700;
  font-size: 14px;
  color: #484848;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.h5 a,
h5 a {
  color: inherit;
}

.h6,
h6 {
  font-family: "Poppins", arial;
  font-weight: 700;
  font-size: 12px;
  color: #484848;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.h6 a,
h6 a {
  color: inherit;
}

.pi-btn {
  display: inline-block;
  background: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #535353;
  border: 4px double #d8d8d8;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 22px;
}

.pi-btn:hover {
  border-color: #ff3300;
  color: #ff3300;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

#comments {
  background-color: #fff;
  padding: 0px 20px;
  display: inline-block;
  width: 100%;
  border-bottom-width: 0;
  background: #fff;
  box-shadow: 1px -1px 0 0 #f2f2f2, inset 1px -1px 0 0 #f2f2f2;
}

blockquote,
.blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
}

blockquote,
.blockquote {
  border: 0;
  font-size: 14px;
  font-style: italic;
  padding-left: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
  border-left: 3px solid #ff3300;
}

blockquote cite,
.blockquote cite {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-style: normal;
  margin-top: 5px;
  text-transform: uppercase;
  text-decoration: underline;
}

abbr {
  color: #a1d71a;
  border-width: 2px;
}

mark,
.mark {
  background-color: #ff3300;
}

.icon {
  display: inline-block;
  font-style: normal;
}

.autoHeight {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.JGHx {
  text-align: center;
}
.JGHx h1{
  cursor: pointer;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

.yEelzv,
.kttXWv {
  margin: 0;
  padding: 0;
}

.col-md-2,
.OtPin,
.TEvqcTisq,
.ALTeHar,
.jffpcw {
  float: left;
  position: relative;
  min-height: 1px;
}

.jffpcw {
  width: 100%;
}

.ALTeHar {
  width: 50%;
}

.TEvqcTisq {
  width: 33.33333333%;
}

.OtPin {
  width: 33%;
  padding-left: 16px;
}

.col-md-2 {
  width: 16.66666667%;
}

.potveS::after,
.dl-horizontal dd::after,
.jWQLscKx::after,
.container-fluid::after,
.eHGD::after,
.form-horizontal .form-group::after,
.btn-toolbar::after,
.btn-group-vertical > .btn-group::after,
.nav::after,
.navbar::after,
.navbar-header::after,
.navbar-collapse::after,
.pager::after,
.panel-body::after,
.modal-footer::after {
  clear: both;
}

.potveS::before,
.potveS::after,
.dl-horizontal dd::before,
.dl-horizontal dd::after,
.jWQLscKx::before,
.jWQLscKx::after,
.container-fluid::before,
.container-fluid::after,
.eHGD::before,
.eHGD::after,
.form-horizontal .form-group::before,
.form-horizontal .form-group::after,
.btn-toolbar::before,
.btn-toolbar::after,
.btn-group-vertical > .btn-group::before,
.btn-group-vertical > .btn-group::after,
.nav::before,
.nav::after,
.navbar::before,
.navbar::after,
.navbar-header::before,
.navbar-header::after,
.navbar-collapse::before,
.navbar-collapse::after,
.pager::before,
.pager::after,
.panel-body::before,
.panel-body::after,
.modal-footer::before,
.modal-footer::after {
  display: table;
  content: " ";
}

/* Preloader----------------------------------------------- */

#preloader {
  position: fixed;
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 999999999;
}

#preloader .page-loading .item-icon {
  width: 40px;
  height: 40px;
  margin: auto;
  opacity: 0.9;
  border-right: 3px solid #ff3300;
  border-bottom: 3px solid transparent;
  border-radius: 100%;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  50% {
    -moz-transform: rotate(180deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  50% {
    -o-transform: rotate(180deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

/* Header----------------------------------------------- */

.needo {
  height: 58px;
}

.iKbGp {
  position: relative;
}

.iKbGp .bPSnnAq {
  /* padding: 30px 20px; */
}

.iKbGp .bPSnnAq a {
  display: inline-block !important;
  margin: 0 auto;
}

.iKbGp .bPSnnAq img {
  margin: 0 auto;
}

.ismobile .iKbGp .bPSnnAq {
  /* padding: 30px 0px; */
}

.iKbGp.header-responsive .bPSnnAq {
  margin-bottom: 0;
  margin-top: 0px;
}

.iKbGp.header-responsive .VhzE {
  position: fixed;
  top: 0;
  bottom: auto;
  border-top: 0;
}

div#topnav h2 {
  display: none;
}

.zoom-gallery {
  position: relative;
}

.vw-post-share > i:hover {
  color: #ff3300;
}

.vw-post-shares i {
  color: #fff;
}

.vw-post-share > i {
  font-size: 13px;
  margin: 0 4px;
}

.vw-post-shares {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 3px 5px;
  border-radius: 2px;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 999;
}

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

.VhzE {
  position: relative;
  z-index: 9;
  z-index: 1;
  height: 61px;
  width: 100%;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 990;
}

.VhzE.nav-fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}

.VhzE .jWQLscKx {
  height: 100%;
}

.VhzE .oiOxuq {
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.VhzE .oiOxuq input[type="search"] {
  position: absolute;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #eee;
  top: 30px;
  right: 25px;
  width: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.VhzE .oiOxuq input[type="search"].slide {
  width: 200px;
  opacity: 1;
  visibility: visible;
}

.VhzE .GLLkXdDddn li a {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 61px;
  color: #28292e;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Muli", sans-serif;
}

.VhzE .oiOxuq .LTUMnlnbr {
  display: block;
  position: absolute;
  width: 40px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  color: #aaa;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.VhzE .oiOxuq .LTUMnlnbr .YkcbMptsR {
  line-height: 18px;
}

.VhzE .oiOxuq .LTUMnlnbr.active,
.VhzE .oiOxuq .LTUMnlnbr:hover {
  color: #ff3300;
}

.VhzE .oiOxuq .LTUMnlnbr:before {
  content: "";
  display: block;
  position: absolute;
  border-left: 1px solid #999;
  height: 16px;
  width: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}

.VhzE .share-box {
  position: absolute;
  top: 47%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pi-navigation1 {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fbfbfb;
  z-index: 9999;
  height: 50px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  border-bottom: 1px solid #f7f7f7;
}

.pi-navigation1.nav-fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}

.pi-navigation1 .jWQLscKx {
  height: 100%;
}

div#topnav {
  width: 50%;
  float: left;
}

div#Social_Icons_Top {
  width: 50%;
  float: right;
}

.pi-navigation1 .share-box {
  float: right;
}

.pi-navigation1 .share-box a {
  display: inline-block;
  margin: 0 5px;
  color: #484848;
  line-height: 50px;
}

.pi-navigation1 .share-box a:hover {
  color: #e15d5d;
}

.GLLkXdDddn {
  position: relative;
  font-size: 0;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.GLLkXdDddn > li.pfMcdlfL.YUxbYOQPm > a {
  position: relative;
}

.GLLkXdDddn > li > .MQRYJE {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.GLLkXdDddn li {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

.GLLkXdDddn li a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: #aaa;
  text-transform: uppercase;
  line-height: 51px;
}

.GLLkXdDddn li:first-child {
  margin-left: 0;
}

.GLLkXdDddn li .MQRYJE {
  position: absolute;
  background-color: #fefefe;
  width: 225px;
  padding: 0;
  list-style: none;
  left: -15px;
  top: 97%;
  border: 1px solid #f3f3f3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.GLLkXdDddn li .MQRYJE li {
  display: block;
  margin: 0;
}

.GLLkXdDddn li .MQRYJE li a {
  display: block;
  padding: 0 15px;
  border-bottom: 1px solid #f3f3f3;
  line-height: 40px;
  text-align: left;
}

.GLLkXdDddn > li > .MQRYJE > li:last-child > a,
.GLLkXdDddn > li > .MQRYJE > li > .MQRYJE > li:last-child > a {
  border: 0;
}

.GLLkXdDddn li .MQRYJE .MQRYJE {
  left: 100%;
  top: -1px;
}

.GLLkXdDddn li.current-menu-parent > a,
.GLLkXdDddn li.current-menu-item > a,
.GLLkXdDddn li:hover > a {
  color: #ff3300;
}

.GLLkXdDddn li:hover > .MQRYJE {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.GLLkXdDddn li.megamenu {
  position: static;
}

.GLLkXdDddn li.megamenu:after {
  content: "";
  display: block;
  clear: both;
}

.GLLkXdDddn li.megamenu .MQRYJE {
  width: 100%;
  padding: 15px;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}

.GLLkXdDddn li.megamenu .MQRYJE li {
  float: left;
  padding: 10px;
  background: none;
}

.GLLkXdDddn li.megamenu .MQRYJE li a {
  border: 0;
  line-height: 2em;
  font-size: 12px;
}

.GLLkXdDddn li.megamenu .ZOFVN {
  text-align: center;
  background-color: #fff;
  padding: 10px 10px 20px 10px;
}

.GLLkXdDddn li.megamenu .ZOFVN .AfzYW img {
  width: 100%;
}

.GLLkXdDddn li.megamenu .ZOFVN h2 {
  font-size: 12px;
  color: #484848;
  text-transform: uppercase;
  margin-top: 9px;
  margin-bottom: 5px;
}

.GLLkXdDddn li.megamenu .ZOFVN h2 a {
  color: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.GLLkXdDddn li.megamenu .ZOFVN h2 a:hover {
  color: #ff3300;
}

.GLLkXdDddn li.megamenu .ZOFVN .post-date {
  font-size: 12px;
}

.GLLkXdDddn li.megamenu.col-5 .MQRYJE li {
  width: 20%;
}

.GLLkXdDddn li.megamenu.col-4 .MQRYJE li {
  width: 25%;
}

.GLLkXdDddn li.megamenu.col-3 .MQRYJE li {
  width: 33.3333333333%;
}

.GLLkXdDddn li.megamenu.col-2 .MQRYJE li {
  width: 50%;
}

.GLLkXdDddn li.megamenu.col-1 .MQRYJE li {
  width: 100%;
}

.fixtop {
  position: fixed;
  top: 0;
  width: 100%;
}

.fixtop + .qBArMfK {
  padding-top: 60px;
}

.GLLkXdDddn.off-canvas {
  position: fixed;
  width: 250px;
  top: 50px;
  left: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f7f9f9;
  -webkit-box-shadow: 0 100px 0 0 #f7f9f9;
  -moz-box-shadow: 0 100px 0 0 #f7f9f9;
  box-shadow: 0 100px 0 0 #f7f9f9;
  z-index: 99999;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.GLLkXdDddn.off-canvas li {
  position: static;
  display: block;
  margin: 0;
}

.GLLkXdDddn.off-canvas li a {
  display: block;
  border-bottom: 1px solid #eee;
  line-height: 42px;
  padding: 0 15px;
  text-align: left;
}

.GLLkXdDddn.off-canvas li .MQRYJE {
  opacity: 1;
  visibility: visible;
  position: absolute;
  border: 0;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-color: #f7f9f9;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.GLLkXdDddn.off-canvas li .MQRYJE li a {
  border-bottom: 1px solid #eee;
}

.GLLkXdDddn.off-canvas li .MQRYJE.sub-menu-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  z-index: 999;
}

.GLLkXdDddn.off-canvas li.megamenu .MQRYJE {
  padding: 0 15px;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}

.GLLkXdDddn.off-canvas li.megamenu .MQRYJE li {
  width: 100% !important;
  float: none;
  padding: 10px 0;
}

.GLLkXdDddn.off-canvas li.megamenu .MQRYJE li a {
  border: 0;
}

.GLLkXdDddn.off-canvas li.megamenu .MQRYJE li.back-mb {
  width: auto !important;
  background-color: #f3f3f3;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
}

.GLLkXdDddn.off-canvas li.megamenu .MQRYJE li.back-mb a {
  font-size: 11px;
}

.GLLkXdDddn.off-canvas li.megamenu .MQRYJE li:last-child {
  padding-bottom: 30px;
}

.GLLkXdDddn.off-canvas li.back-mb {
  background-color: rgba(0, 0, 0, 0.02);
}

.GLLkXdDddn.off-canvas.off-canvas-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.GLLkXdDddn.off-canvas .submenu-toggle {
  position: absolute;
  right: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  cursor: pointer;
  background-color: #eff1f1;
  background-color: rgba(0, 0, 0, 0.02);
  border-left: 1px solid #f2f2f2;
  color: #383838;
  -webkit-transform: translateY(-43px);
  -moz-transform: translateY(-43px);
  -ms-transform: translateY(-43px);
  -o-transform: translateY(-43px);
  transform: translateY(-43px);
}

.GLLkXdDddn.off-canvas .submenu-toggle .YkcbMptsR {
  font-size: 14px;
  line-height: 42px;
}

.AkjIKq {
  display: none;
  position: absolute;
  width: 50px;
  height: 14px;
  cursor: pointer;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
}

.AkjIKq .KtVdRwkM {
  position: absolute;
  display: block;
  font-size: 0;
  width: 20px;
  height: 2px;
  background-color: #333;
  margin: auto;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.AkjIKq .cWmfIFUgr {
  top: 0;
}

.AkjIKq .ewnimItN {
  top: 0;
  bottom: 0;
}

.AkjIKq .eEKjyDcRRl {
  bottom: 0;
}

.AkjIKq.toggle-active .KtVdRwkM {
  background-color: #ff3300;
}

.OZOi {
  position: absolute;
  width: 50px;
  height: 14px;
  cursor: pointer;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  display: none;
}

/* Main content----------------------------------------------- */

.uXlhzrzlz {
  background-color: #ffffff;
  padding-bottom: 50px;
}

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

.uXlhzrzlz .qBArMfK .hRbRZg:after {
  content: "";
  display: table;
  clear: both;
}

.uXlhzrzlz .ZOFVN {
  position: relative;
  background-color: #fff;
  margin-bottom: 10px;
}

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

.uXlhzrzlz .ZOFVN .AfzYW {
  position: relative;
  overflow: hidden;
}

.uXlhzrzlz .ZOFVN .AfzYW .jbPZ {
  display: block;
}

.jbPZ img {
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.jbPZ:hover img {
  filter: grayscale(100%);
}

.uXlhzrzlz .ZOFVN .AfzYW img {
  width: 100%;
}

.uXlhzrzlz .ZOFVN .post-cat {
  position: absolute;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  top: 36px;
  left: 5px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.uXlhzrzlz .ZOFVN .post-cat a {
  display: inline-block;
  color: #fff;
  padding: 4px 8px;
  background-color: #ff3300;
  margin: 5px;
}

.uXlhzrzlz .ZOFVN .post-cat a:hover {
  background-color: #444;
}

.uXlhzrzlz .ZOFVN .VgZMiO {
  position: relative;
  padding: 40px 30px 0 30px;
  margin-bottom: 40px;
}

.uXlhzrzlz .ZOFVN .VgZMiO:after {
  content: "";
  display: table;
  clear: both;
}

.uXlhzrzlz .ZOFVN .VgZMiO .post-author {
  margin-bottom: 35px;
  padding: 0 25px;
}

.uXlhzrzlz .ZOFVN .VgZMiO .post-author .image-thumb {
  width: 32px;
  height: 32px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.uXlhzrzlz .ZOFVN .VgZMiO .post-author .image-thumb img {
  width: 100%;
}

.uXlhzrzlz .ZOFVN .VgZMiO .post-author .name-author {
  display: inline-block;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  color: #484848;
  text-transform: uppercase;
}

.uXlhzrzlz .ZOFVN .VgZMiO .post-author .name-author cite {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.uXlhzrzlz .ZOFVN .VgZMiO .post-author .name-author:before {
  content: "// ";
}

.uXlhzrzlz .ZOFVN .VgZMiO .post-author a:hover * {
  color: #ff3300;
}

.uXlhzrzlz .ZOFVN .VgZMiO .CiRvhDbe h1 {
  font-size: 18px;
  color: #484848;
  text-transform: uppercase;
  margin-top: 0;
}

.uXlhzrzlz .ZOFVN .VgZMiO .CiRvhDbe h2 {
  margin-top: 0;
  font-size: 16px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  line-height: 1.7em;
  position: relative;
  text-transform: uppercase;
  color: #1a1a1a;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 3.5em;
}

.VhzE .GLLkXdDddn li:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 50%;
  font-size: 25px;
  border-right: 1px solid #28292e;
  height: 12px;
  line-height: 12px;
  width: 1px;
  margin-top: -7px;
  opacity: 0.2;
}

li.megamenu.col-5.pfMcdlfL.YUxbYOQPm:after {
  content: "";
  position: relative;
  top: 2px;
}

.VhzE .GLLkXdDddn li ul li:after,
.VhzE .GLLkXdDddn li:last-child:after {
  display: none;
}

.uXlhzrzlz .ZOFVN .VgZMiO .CiRvhDbe h2 a {
  display: block;
  color: inherit;
}

.uXlhzrzlz .ZOFVN .VgZMiO .CiRvhDbe h2 a:hover {
  color: #ff3300;
}

.uXlhzrzlz .ZOFVN .VgZMiO .sOwzFJ {
  margin-top: 0px;
  line-height: 1.8em;
  letter-spacing: 0.02em;
}

.uXlhzrzlz .ZOFVN .VgZMiO .post-link {
  display: inline-block;
  margin-top: 30px;
}

.uXlhzrzlz .ZOFVN .VgZMiO .post-share {
  position: absolute;
  display: inline-block;
  min-height: 42px;
  right: 30px;
  bottom: 0;
  padding-right: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.uXlhzrzlz .ZOFVN .VgZMiO .post-share .share-toggle {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 0;
  color: #ff3300;
}

.uXlhzrzlz .ZOFVN .VgZMiO .post-share .share {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  padding: 10px 0 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.uXlhzrzlz .ZOFVN .VgZMiO .post-share .share a {
  display: inline-block;
  color: #535353;
  line-height: 36px;
  line-height: 5px;
  border: 1px solid #ddd;
  padding: 8px;
  width: 34px;
  text-align: center;
}

.uXlhzrzlz .ZOFVN .VgZMiO .post-share .share a:hover {
  color: #ff3300;
}

.uXlhzrzlz .ZOFVN .VgZMiO .post-share .share.share-active {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  opacity: 1;
  visibility: visible;
}

.uXlhzrzlz .ZOFVN:hover .post-meta .post-format {
  color: #ff3300;
}

.ismobile .uXlhzrzlz .ZOFVN .post-cat {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.blog-heading {
  position: relative;
  padding: 30px 0;
  background-color: #f3f5f5;
  border-bottom: 1px solid #eee;
  z-index: 9;
}

.blog-heading h1 {
  margin: 0;
  font-size: 30px;
  letter-spacing: 0.03em;
}

.blog-heading p {
  margin: 0;
  letter-spacing: 0.03em;
  color: #666;
}

body.single-post .uXlhzrzlz .ZOFVN .VgZMiO {
  margin-bottom: 30px;
}

body.single-post .uXlhzrzlz .ZOFVN .VgZMiO .post-share {
  position: relative;
  float: right;
  width: 100%;
  text-align: right;
  right: 0;
  padding-top: 30px;
}

body.single-post .uXlhzrzlz .ZOFVN .VgZMiO .post-share .share-toggle {
  top: 30px;
}

.ZOFVN .wp-caption {
  display: inline-block;
}

.ZOFVN .wp-caption,
.ZOFVN .wp-caption img {
  width: auto !important;
}

.ZOFVN .wp-caption img {
  position: relative;
  margin-bottom: 10px;
  top: 5px;
}

.ZOFVN .wp-caption .wp-caption-text {
  font-size: 12px;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
}

.alignleft {
  float: left;
  margin-right: 30px;
}

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

.alignright {
  float: right;
  margin-left: 30px;
}

.blog-standard .qBArMfK {
  margin-top: 50px;
}

.KhSJvOsRCA .qBArMfK {
  margin-top: 50px;
}

.KhSJvOsRCA .hRbRZg {
  margin-left: -15px;
  margin-right: -15px;
}

.KhSJvOsRCA .ZOFVN {
  margin-bottom: -1px;
  padding: 30px;
  box-shadow: 1px -1px 0 0 #f2f2f2, inset 1px -1px 0 0 #f2f2f2;
}

.KhSJvOsRCA .ZOFVN .VgZMiO {
  padding: 20px 0px 0 0px;
  font-size: 14px;
  margin-bottom: 20px;
  /* line-height: 1.7em; */
  color: #666666;
  /* letter-spacing: 0.9px; */
  font-family: sans-serif;
  /* text-align: justify; */
}

.KhSJvOsRCA .ZOFVN .VgZMiO .post-share {
  right: 25px;
}

.status-msg-wrap {
  font-size: 100%;
  width: 100%;
  background-color: #fff;
  margin: 0 auto 30px;
  padding: 19px;
}

.status-msg-body {
  position: relative;
  text-align: left;
  padding: 0px;
}

.status-msg-body b {
  color: #fff;
  padding: 3px;
  margin: 0 5px 0 0;
  background-color: #ff3300;
  border-radius: 2px;
}

.status-msg-border {
  display: none;
}

#footer .Label .cloud-label-widget-content .label-size a:hover {
  color: #fff;
}

.meta-post {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 11px;
  font-family: "Poppins", arial;
}

.meta-post > div {
  margin-right: 15px;
  display: inline-block;
}

.meta-post .share .caption {
  display: inline-block;
  margin-right: 10px;
  color: #939393;
  font-size: 11px;
  font-family: "Poppins", arial;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.meta-post .share ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.meta-post .share li {
  margin: 0 5px;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.meta-post .share li a {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 12px;
}

.meta-post .likes-count a .YkcbMptsR {
  color: #ff0b0b;
  margin-right: 5px;
}

.meta-post a {
  color: #000;
}

.mint-social-media {
  text-align: center;
  display: block;
  padding: 0;
}

.mint-social-media li {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  margin: 0 5px;
  padding: 10px 0px;
}

.mint-social-media li a {
  font-family: "Poppins";
  color: #1a1a1a;
  text-decoration: none;
  margin-right: 5px;
  display: block;
  padding: 11px 0;
  color: #1a1a1a;
  margin: 0;
  border-radius: 100%;
  background: #fbfbfb;
  width: 50px;
  height: 50px;
  font-size: 20px;
}

.photo-profile {
  display: block;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 30px auto;
  border-radius: 100px;
  text-align: center;
}

.bio-profile {
  display: block;
  width: 100%;
}

.bio-profile .profile-name {
  display: block;
  margin-bottom: 5px;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  color: #010101;
  text-align: center;
  text-transform: uppercase;
}

.bio-profile .profile-job {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Poppins", arial;
  font-size: 13px;
  color: #939393;
  letter-spacing: 1px;
  font-style: normal;
}

.bio-profile p {
  font-size: 12px;
  text-align: center;
}

div#topnav .kttXWv {
  margin-bottom: 0px !important;
}

/* Sidebar----------------------------------------------- */

.aECjNnCmos {
  margin-top: 49px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

#sidebar .kttXWv {
  background: #fff;
  padding: 10px 30px 0px;
  border-top: 1px solid #f2f2f2;
}

.NmEi li {
  margin: 0 auto 20px auto;
}

.NmEi .XjsRRjMFl {
  font-size: 12px;
}

.NmEi .taXRqWpkRn {
  float: left;
  margin: 0 5px 5px 0;
}

#sidebar .NmEi .kfvI {
  padding-bottom: 0.2em;
  font-family: "Poppins";
  font-weight: 500;
}

.kttXWv {
  margin-bottom: 50px;
}

.kttXWv > h2 {
  font-family: "Poppins", arial;
  font-size: 18px;
  /* letter-spacing: 2px; */
  display: block;
  margin-bottom: 20px;
  padding: 10px 0px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

.kttXWv ul {
  list-style: none;
  padding: 0;
}

.kttXWv select {
  width: 100%;
}

.Label .list-label-widget-content ul li {
  font-size: 14px;
  color: #848484;
  border-bottom: 1px solid #ededed;
  padding: 0;
}

.Label .list-label-widget-content ul li a {
  display: inline-block;
  color: inherit;
  padding-top: 15px;
  padding-bottom: 15px;
}

.Label .list-label-widget-content ul li span {
  float: right;
  padding-top: 15px;
  padding-bottom: 15px;
}

.Label .list-label-widget-content ul li span {
  padding-top: 10px;
  padding-bottom: 10px;
}

.Label .list-label-widget-content ul li > span:first-child {
  float: none;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ff3300;
  border-top: 1px dashed #ff3300;
  border-bottom: 1px dashed #ff3300;
}

.Label .cloud-label-widget-content .label-size {
  font-size: 100%;
  float: left;
}

#sidebar .Label .cloud-label-widget-content .label-size a {
  display: inline-block;
  margin: 2px;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #888;
  background-color: #f5f5f5;
  padding: 7px 10px;
  letter-spacing: 0.03em;
}

#footer .Label .cloud-label-widget-content .label-size a {
  margin-right: 1px;
  margin-bottom: 3px;
  font-weight: 300;
  font-family: "Montserrat";
  display: block;
  float: left;
  color: #727272;
  font-size: inherit !important;
  line-height: 28px;
  height: 28px;
  margin: 0 5px 5px 0px;
  padding: 0px 14px 0px 14px;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
}

#footer .Label .cloud-label-widget-content .label-size a:hover {
  background-color: #ff3300;
}

.Label .cloud-label-widget-content .label-size a:hover {
  border-color: #ff3300;
  background-color: #ff3300;
  color: #fff;
}

.Label .cloud-label-widget-content .label-size .label-count,
.Label .cloud-label-widget-content .label-size > span {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #888;
  background-color: #fff;
  padding: 5px 8px;
  letter-spacing: 0.03em;
  margin: 2px 2px 2px -5px;
}

.Label .cloud-label-widget-content .label-size > span {
  margin: 2px;
  border-color: #ff3300;
  background-color: #ff3300;
  color: #fff;
}

/* Posts and Pages----------------------------------------------- */

.KtVdRwkM .ZOFVN,
.static_page .ZOFVN {
  overflow: visible !important;
}

.KtVdRwkM .MtpPU,
.static_page .MtpPU {
  position: relative;
  padding: 20px 7px 0;
  margin-bottom: 30px;
}

.KtVdRwkM .CiRvhDbe,
.static_page .CiRvhDbe {
  padding: 20px 0 10px;
  margin: 0 20px;
  margin-top: 0;
  font-weight: 600;
  line-height: 1.5;
  color: #28292e;
  margin-bottom: 14px;
  font-family: "Poppins", arial;
  font-size: 25px;
  letter-spacing: 2px;
}

.KtVdRwkM .CiRvhDbe i,
.static_page .CiRvhDbe i {
  margin-right: 5px;
}

.KtVdRwkM .MtpPU ul,
.static_page .MtpPU ul {
  list-style-type: disc;
  padding: 0 30px;
  margin-top: 0;
  margin-bottom: 10px;
}

.KtVdRwkM .MtpPU ol,
.static_page .MtpPU ol {
  list-style-type: decimal;
  padding: 0 30px;
  margin-top: 0;
  margin-bottom: 10px;
}

.KtVdRwkM .post-share,
.static_page .post-share {
  position: relative;
  float: right;
  width: 100%;
  right: 0;
  padding: 30px;
}

.KtVdRwkM .post-share .pi-btn,
.static_page .post-share .pi-btn {
  display: none;
}

.KtVdRwkM .post-share .share,
.static_page .post-share .share {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  opacity: 1;
  visibility: visible;
  float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.KtVdRwkM .post-share .share.share-active,
.static_page .post-share .share.share-active {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  opacity: 1;
  visibility: visible;
}

.KtVdRwkM .post-share .share a,
.static_page .post-share .share a {
  display: inline-block;
  color: #535353;
  line-height: 36px;
  line-height: 5px;
  border: 1px solid #ddd;
  padding: 8px;
  width: 34px;
  text-align: center;
}

.ybEg {
  background-color: #fff;
  padding: 50px 30px;
  background: #fff;
  box-shadow: 1px -1px 0 0 #f2f2f2, inset 1px -1px 0 0 #f2f2f2;
}

.ybEg h4 {
  margin-top: 0;
  font-size: 16px;
  color: #484848;
  text-transform: uppercase;
}

.TEvqcTisq {
  padding: 0 !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.ybEg .beFVQPG {
  text-align: center;
  margin-top: 35px;
}

.ybEg .beFVQPG .AfzYW img {
  width: 100%;
}

.ybEg .beFVQPG h3 {
  font-size: 12px;
  color: #484848;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
}

.ybEg .beFVQPG h3 a {
  color: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ybEg .beFVQPG h3 a:hover {
  color: #ff3300;
}

.signature {
  padding: 30px 20px 40px 20px;
}

.signature .inner {
  display: inline-block;
  text-align: center;
}

.signature img {
  width: 135px;
}

.signature .name {
  display: block;
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #555;
}

.about-author {
  position: relative;
  margin-bottom: -1px;
  padding: 30px;
  background-color: #fff;
  background: #fff;
  box-shadow: 1px -1px 0 0 #f2f2f2, inset 1px -1px 0 0 #f2f2f2;
}

.about-author .image-thumb {
  width: 120px;
}

.about-author .author-name h4 {
  font-size: 14px;
  margin-top: 0;
}

.about-author .author-info {
  margin-left: 150px;
}

.about-author .author-social {
  margin-left: -6px;
  margin-right: -6px;
}

.about-author .author-social a {
  display: inline-block;
  font-size: 14px;
  color: #161616;
  margin: 4px 6px;
}

.about-author .author-social a:hover {
  color: #ff3300;
}

/* Footer----------------------------------------------- */

#footer {
  background-color: #fff;
  padding-top: 20px;
  color: #484848;
}

#footer .jWQLscKx {
  padding: 0 45px;
  width: 1250px;
}

#footer .kttXWv {
  padding-top: 20px;
  margin-bottom: 10px;
}

#footer .kttXWv > h2 {
  position: relative;
  padding: 0 0px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 13px;
  text-align: left;
  color: #484848;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arial;
  text-align: center;
}

#footer .kttXWv > h2:after {
  display: none;
}

#footer .kttXWv .pUXv ul li {
  font-size: 14px;
  border: 0;
  padding: 0;
  color: #484848;
}

#footer .kttXWv .pUXv ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: inherit;
  display: inline-block;
  line-height: 1.7;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 700;
  color: #484848;
}

#footer .kttXWv .pUXv ul li a:hover {
  color: #bbb;
}

#footer .eHGD {
  margin-left: -25px;
  margin-right: -25px;
}

#footer [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

.NmEi img {
  padding-right: 0.4em;
}

.separator a {
  margin-left: 0px !important;
}

.xrNMSs {
  margin-top: 20px;
  padding: 15px 0 12px;
  background-color: #f6f6f6;
  font-size: 13px;
  color: #484848;
  font-family: "Poppins";
}

.xrNMSs p {
  margin: 0;
}

.footer-left {
  float: left;
  padding: 2px 0 0;
}

.footer-right {
  float: right;
}

.FollowByEmail .pUXv .desc {
  margin-top: 20px;
}

.FollowByEmail .pUXv form {
  position: relative;
  margin-top: 15px;
}

.FollowByEmail .pUXv .form-item input {
  width: 100%;
  height: auto;
  padding-right: 77px;
  font-size: inherit;
  border-width: 0;
}

.FollowByEmail .pUXv .form-actions {
  position: absolute;
  top: 0;
  right: 0;
}

.FollowByEmail .pUXv .form-actions input {
  background-color: #111;
  border: 0;
  height: 42px;
  width: auto;
  line-height: 42px;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #555;
  padding: 0 15px;
  margin: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.FollowByEmail .pUXv .form-actions input:hover {
  color: #ff3300;
}

.contact-form-email:focus,
.contact-form-name:focus,
.contact-form-email-message:focus {
  border-color: #111;
}

.contact-form-button {
  line-height: 18px;
}

.contact-form-name,
.contact-form-email,
.contact-form-email-message {
  max-width: 365px;
  width: 100%;
}

.contact-form-widget {
  height: 320;
  margin-left: 0;
  max-width: 365px;
  padding: 0;
  padding-top: 0;
  width: 100%;
}

.contact-form-widget input[type="search"],
.contact-form-widget input[type="text"],
.contact-form-widget input[type="url"],
.contact-form-widget input[type="number"],
.contact-form-widget input[type="password"],
.contact-form-widget input[type="email"],
.contact-form-widgetinput[type="file"] {
  background: none;
  border: 0;
  background-color: #111;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  color: #888888;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-form-email-message {
  background: #111;
  background-color: #111;
  border: 1px solid #111;
  border-top: 1px solid #111;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 13px;
  margin: 0;
  margin-top: 5px;
  padding: 0;
  vertical-align: top;
  padding: 10px;
}

.contact-form-button-submit {
  border: 0;
  background-image: none;
  background-color: none;
  cursor: pointer;
  /* font: $(body.font); */
  font-style: normal;
  font-weight: 400;
  display: block;
  padding: 20px 20px;
  margin-top: 12px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  float: right;
  color: #b0b0b0;
  font-size: 12px;
  line-height: 1px;
  text-transform: uppercase;
  background-color: #111;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.contact-form-email:hover,
.contact-form-name:hover,
.contact-form-email-message:hover {
  border: 1px solid #111;
  border-top: 1px solid #111;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/*------------ Pagination ------------*/

#blog-pager {
  margin: 20px 0;
}

.showpageArea {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.showpageArea span {
  margin-bottom: 10px;
}

.blog-feeds {
  display: none;
}

.divider {
  position: relative;
  z-index: 1;
  margin: -60px 0 98px;
  text-align: center;
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.05);
  height: 6px;
}

.showpageOf {
  display: none;
}

.showpagePoint {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  background: #fff;
  border: 1px solid #222;
  background-color: #222;
  color: #fff;
  line-height: 1;
  padding: 10px 14px;
  margin: 3px 4px;
  transition: all 0.3s ease;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.showpageNum a {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  background: #fff;
  color: #919394;
  border: 1px solid #d1d7dc;
  line-height: 1;
  padding: 10px 14px;
  margin: 3px 4px;
  transition: all 0.3s ease;
}

.showpage a {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  background: #fff;
  color: #919394;
  border: 1px solid #d1d7dc;
  line-height: 1;
  padding: 10px 14px;
  margin: 3px 4px;
  transition: all 0.3s ease;
}

.showpage a:hover,
.showpageNum a:hover {
  border-color: #a4a4a4;
}

.home-link,
.blog-pager-older-link,
.blog-pager-newer-link {
  padding: 5px;
  overflow: hidden;
  background: none repeat scroll 0% 0% #000;
  color: #fff;
  z-index: 5;
  position: relative;
}

.postfooter {
  padding: 20px;
  font-size: 18px;
  background: #f7f8f9;
  padding-top: 0px;
}

.traingle {
  content: "";
  position: relative;
  z-index: 7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
  margin-top: -19px;
  border-style: solid;
  border-width: 0 0 20px 250px;
  float: right;
  margin-bottom: -1px;
  border-color: transparent transparent #f7f8f9 transparent;
}

.postfooter .read {
  position: relative;
  z-index: 9;
  float: right;
  font-size: 12px;
  padding: 10px 26px;
  padding-left: 32px;
  color: #f2f2f2;
  margin-top: 5px;
  background: #555657;
  /* background: #DB3D3E; */
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  font-family: Arial, sans-serif;
  margin-right: -29px;
  border-right: 8px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 3px 0 0;
  -webkit-transform: perspective(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -moz-transform: perspective(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -o-transform: perspective(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -ms-transform: perspective(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  transform: perspective(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.postfooter .read:hover {
  margin-right: -27px;
  -webkit-transform: perspective(120px) rotateX(0deg) rotateY(-32deg)
    rotateZ(0deg);
  -moz-transform: perspective(120px) rotateX(0deg) rotateY(-32deg) rotateZ(0deg);
  -o-transform: perspective(120px) rotateX(0deg) rotateY(-32deg) rotateZ(0deg);
  -ms-transform: perspective(120px) rotateX(0deg) rotateY(-32deg) rotateZ(0deg);
  transform: perspective(120px) rotateX(0deg) rotateY(-32deg) rotateZ(0deg);
}

.postfooter .read:before {
  content: "";
  position: absolute;
  margin-left: -33px;
  margin-top: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 0 0 15px;
  border-color: transparent transparent transparent #f7f8f9;
}

.postfooter .read:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: -7px;
  margin-bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 0;
  border-color: #afafaf transparent transparent transparent;
}

.postfooter .read:hover {
  opacity: 0.6;
}

.socialpost .icons {
  display: inline-block;
  padding-top: 4px;
}

.socialpost a .texts {
  width: 62px;
  display: inline-block;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: absolute;
  text-align: center;
  margin-left: -47px;
  margin-top: -35px;
  font-size: 12px;
  background: #e1382d;
  border-radius: 2px;
  color: #ffffff;
  opacity: 0;
}

.socialpost a:hover .texts {
  z-index: 999;
  opacity: 1;
}

.linker {
  background: #ffffff;
  color: #aaa;
  padding: 8px 20px;
  padding-right: 10px;
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  position: relative;
}

.linker:before {
  content: "";
  position: absolute;
  z-index: 99;
  border-style: solid;
  border-width: 0 0 10px 15px;
  margin-left: -20px;
  margin-top: -28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 240px;
  border-color: transparent transparent transparent #ffffff;
}

.linker a {
  color: #ffffff;
}

.linker .buttonlightbox {
  border: 1px solid #e7e7e7;
  line-height: 14px;
  margin-right: 10px;
  font-family: Arial, sans-serif;
  text-transform: capitalize;
  border-radius: 70px;
  float: right;
  top: 8px;
  right: 72px;
  padding: 2px;
  width: 28px;
  height: 28px;
  padding: 6px;
  background: #fefefe;
  color: #656565;
  text-align: center;
}

.linker .buttonlightbox:hover {
  background: #f2f2f2;
  color: #989898;
}

.linker .forwards {
  float: right;
  padding: 0 5px;
  padding-left: 8px;
  background: #e1382d;
  color: #ffffff;
  border-radius: 100%;
  line-height: 28px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  width: 28px;
}

.linker .forwards a:hover {
  opacity: 0.7;
  color: #ffffff;
}

.linker .mcate {
  color: #bfbfbf;
  border: 1px solid #e7e7e7;
  line-height: 16px;
  margin-right: 10px;
  font-family: Arial, sans-serif;
  text-transform: capitalize;
  border-radius: 70px;
  float: right;
  top: 8px;
  right: 36px;
  padding: 2px;
  width: 28px;
  height: 28px;
  padding: 5px;
  background: #fefefe;
}

.linker .mcate img {
  width: 24px;
  height: 24px;
  opacity: 0.55;
}

.linker .mcate a {
  color: #dfdfdf;
}

.linker .mcate .catepopup {
  position: absolute;
  z-index: 99;
  background: #ffffff;
  color: #c5c5c5;
  border: 1px solid #eaeaea;
  padding: 4px 15px;
  border-radius: 3px;
  top: 9px;
  opacity: 0;
  width: 0px;
  right: 34px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.linker .mcate:hover .catepopup {
  opacity: 1;
  width: auto;
  right: 78px;
}

.MfXSSm {
  padding: 0 5px;
}

.MfXSSm a {
  background: white;
  float: left;
  color: #ff3300;
  display: table;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 6px 15px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ff3300;
}

.MfXSSm a:hover {
  background: #ff3300;
  color: white;
}

.MfXSSm a:last-child {
  float: right;
}

.edit {
}

.edit .icon-comment-alt2 {
  color: #ffffff;
}

.colorlinks {
  color: #e1382d;
}

.socialpost a i {
  color: #a0a0a0 !important;
}

.socialpost i {
  margin-right: 12px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  opacity: 0.8;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}

.postfooter .read:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: -7px;
  margin-bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 0;
  border-color: #afafaf transparent transparent transparent;
}

.socialpost {
  line-height: 28px;
  color: #000000;
  float: left;
  margin-top: 4px;
}

.linker i.YkcbMptsR.fa-comment {
  margin-right: 5px;
  color: #aaa;
}

.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.justified-gallery a {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
}

.justified-gallery a img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}

.justified-gallery a .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 14px;
  line-height: 16px;
}

.justified-gallery .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 5px 0 5px 0;
  left: 50%;
}

.justified-gallery .spinner span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Responsive----------------------------------------------- */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #footer .jWQLscKx,
  .jWQLscKx {
    width: 970px;
  }

  .uXlhzrzlz .jffpcw {
    width: 69.8%;
  }

  .uXlhzrzlz .OtPin {
    width: 30.2%;
  }
}

@media only screen and (max-width: 991px) {
  .uXlhzrzlz .jffpcw,
  .uXlhzrzlz .OtPin,
  #footer [class*="col-"] {
    width: 100%;
  }

  .SSZexFaZf {
    margin-left: 70px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer .jWQLscKx,
  .jWQLscKx {
    width: 750px;
  }

  .TEvqcTisq {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  #footer .jWQLscKx,
  .jWQLscKx {
    width: 100%;
  }

  div#Social_Icons_Top {
    width: 100%;
    float: right;
  }

  .TEvqcTisq {
    width: 50%;
  }

  .SSZexFaZf {
    margin-left: 0 !important;
  }

  .KtVdRwkM .uXlhzrzlz .ZOFVN .ZOFVN-meta,
  .static_page .uXlhzrzlz .post .post-meta {
    position: relative;
    left: 0px !important;
    transform: none !important;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    font-size: 12px;
  }

  .KtVdRwkM .post-meta .post-date,
  .static_page .post-meta .post-date,
  .KtVdRwkM .post-meta .post-comment,
  .static_page .post-meta .post-comment {
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
  }

  .KtVdRwkM .post-meta .post-comment .YkcbMptsR,
  .static_page .post-meta .post-comment .YkcbMptsR {
    padding: 8px 0 !important;
  }

  .KtVdRwkM .post-meta,
  .static_page .post-meta {
  }

  #footer [class*="col-"] {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media only screen and (max-width: 660px) {
  .ALTeHar {
    width: 100%;
  }

  .TEvqcTisq {
    width: 100%;
  }

  div#topnav {
    display: none;
  }
}

@media only screen and (max-width: 491px) {
  .TEvqcTisq {
    width: 100%;
  }

  div#topnav {
    display: none;
  }
}

.share a {
  display: inline-block;
  margin: -7px 1px;
  color: #535353;
}

.single-cat {
  background: #fff;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 10%;
  line-height: 2.4;
  border-bottom: solid 1px #ececec;
}

.related-header1 {
  padding: 30px 40px;
}

.single-cat a {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins";
}

.related-header {
  right: 40px;
  position: absolute;
  bottom: 40px;
  width: 276px;
  height: 330px;
  background: #fff;
  border: 1px solid #eee;
  z-index: 9999;
}

.tile-layout {
  display: none;
  opacity: 0;
}

.tile-layout .brick:hover .related-header,
#featured-carousel_list .featured-post:hover .related-header {
  background: #fff;
  color: #333333 !important;
}

.related-header a,
.related-header .meta-info,
#featured-carousel_list .featured-post:hover .related-header .single-author,
#featured-carousel_list .featured-post:hover .related-header .single-cat,
.tile-layout .brick:hover .related-header a,
.tile-layout .brick:hover .related-header .meta-info,
.tile-layout .brick:hover .related-header .single-author,
.tile-layout .brick:hover .related-header .single-cat {
  color: #333333;
}

.featured-post .related-header {
  right: 50px;
  position: absolute;
  top: 60px;
  width: 370px;
  height: 400px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #eee;
  z-index: 9999;
  overflow: hidden;
}

.single-cat {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.single-header .single-cat {
  margin-bottom: 0px;
}

.single-cat a {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins";
}

.related-header h2 {
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 23px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  line-height: 1.7em;
  position: relative;
  text-transform: uppercase;
  color: #1a1a1a;
}

.related-header h2 a:hover {
  color: rgba(51, 51, 51, 0.7) !important;
}

.featured-post .related-header .meta-info {
  color: #999;
  font-size: 12px;
}

.related-header .more-button {
  padding: 10px 20px 11px;
  margin-top: 30px;
  font-size: 11px;
  padding-bottom: 5px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  letter-spacing: 2px;
}

.related-header p {
  margin-top: 15px;
  font-family: "Montserrat", sans-serif;
  color: #555;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
}

.related-header .single-author {
  margin-bottom: 0px;
}

.related-header .single-cat {
  display: inline-block;
}

.single-cat {
  padding: 5px 20px;
}

.related-header .single-cat {
  margin-bottom: 20px;
}

.featured-post .related-header .single-cat {
  margin-bottom: 0px;
}

.MtpPU iframe {
  max-width: 100% !important;
  display: block;
  margin: 20px auto;
}

.cookie-choices-info {
  z-index: 999999 !important;
  background-color: #999999 !important;
  color: #ffffff !important;
}

.cookie-choices-info .cookie-choices-button {
  font-size: 14px !important;
  background-color: #999999 !important;
  border-radius: 1px !important;
  margin: 0 !important;
  display: inline !important;
  text-transform: capitalize !important;
  font-weight: normal !important;
  margin-left: 0 !important;
  padding: 12px 12px !important;
  text-decoration: none !important;
  color: #ffffff !important;
}

.cookie-choices-button {
  margin: 0px 0px 0px 8px !important;
}

.cookie-choices-text {
  font-size: 14px !important;
  color: #ffffff !important;
  margin: 0 !important;
}

.cookie-choices-info {
  position: fixed;
  top: auto !important;
  bottom: 0px !important;
}

.cookie-choices-info #cookieChoiceDismiss {
  margin-left: 14px !important;
  text-decoration: none !important;
  background-color: #ff5c33 !important;
  padding: 5px 10px 5px 10px !important;
  color: #ffffff !important;
}


.XUUJkWe .taXRqWpkRn a img{
  width: 72px;
  height: 66.41px;
}

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

.KTNOMyHI {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  position: relative;
  overflow-y: auto;
  max-height: 70vh;
  z-index: 1000;
}
.KTNOMyHI h1 {
  font-size: 21px;
  font-weight: bold;
  color: #262626;
  margin: 32px 0;
  text-align: center;
}
.KTNOMyHI h2 {
  font-size: 17px;
  font-weight: bold;
  color: #262626;
  margin-bottom: 20px;
}
.kjnJtny {
  float: right;
  background-image: url('../images/close.svg');
  display: block;
  width: 16px;
  height: 16px;
  position: sticky;
  top: -10px;
  right: -10px;
  padding: 8px;
  background-color: rgb(255, 255, 255);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 6px;
  box-shadow: rgb(51, 51, 51) -1px 0px 5px;
  box-sizing: content-box;
  z-index: 1001;
}

.kjnJtny:hover,
.kjnJtny:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}



@media only screen and (min-width: 1201px) {
    .jbPZ img {
        width: 333.33px;
        height: 333.33px;
    }
}

@media (min-width: 661px) and (max-width: 1200px) {
    .jbPZ img {
        width: 440px;
        height: 440px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .jbPZ img {
        width: 330px;
        height: 330px;
    }
}

@media (min-width: 661px) and (max-width: 991px) {
    .jbPZ img {
        width: 300px;
        height: 300px;
    }
}

@media only screen and (max-width: 660px) {
    .ALTeHar {
        width: 100%;
    }

    .jffpcw {
        width: 100%;
    }
}
.uXlhzrzlz .ZOFVN .VgZMiO .ChNKtbMR {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
