html {
  overflow-x: hidden;
}
body {
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-style: normal;
  color: #000000;
  background: #ffffff;
  font-size: 18px;
  background: blue;
}
body,
body.modal-open {
  padding-right: 0px !important;
}
p {
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-style: normal;
  color: #000000;
  font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 134%;
}
h1 {
  font-size: 54px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
a,
.btn-link {
  color: #D05423;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover,
.btn-link:hover,
a:focus,
.btn-link:focus,
a:active,
.btn-link:active {
  color: #ef3f09;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  box-sizing: border-box;
}
input[placeholder]::-webkit-input-placeholder,
textarea[placeholder]::-webkit-input-placeholder {
  color: #b4b4b4;
}
input[placeholder]::-moz-placeholder,
textarea[placeholder]::-moz-placeholder {
  color: #b4b4b4;
}
input[placeholder]:-ms-input-placeholder,
textarea[placeholder]:-ms-input-placeholder {
  color: #b4b4b4;
}
input[placeholder]::placeholder,
textarea[placeholder]::placeholder {
  color: #b4b4b4;
}
input[placeholder],
textarea[placeholder] {
  color: #b4b4b4;
}
input[placeholder]:hover::-webkit-input-placeholder,
textarea[placeholder]:hover::-webkit-input-placeholder {
  color: #b4b4b4;
}
input[placeholder]:hover::-moz-placeholder,
textarea[placeholder]:hover::-moz-placeholder {
  color: #b4b4b4;
}
input[placeholder]:hover:-ms-input-placeholder,
textarea[placeholder]:hover:-ms-input-placeholder {
  color: #b4b4b4;
}
input[placeholder]:hover::placeholder,
textarea[placeholder]:hover::placeholder {
  color: #b4b4b4;
}
input[placeholder]:hover,
textarea[placeholder]:hover {
  color: #b4b4b4;
}
.btn.btn-primary {
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 0px !important;
  color: #D05423;
  border: 1px solid #D05423;
  background: transparent;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background: #D05423;
  color: #FFFFFF;
}
.btn.btn-secondary {
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 0px !important;
  color: #ffffff;
  border: 1px solid #D05423;
  background: #D05423;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  background: #ffffff;
  color: #D05423;
}
.btn.btn-outline-primary {
  font-size: 18px;
  font-weight: 500;
  line-height: 44px;
  padding: 0 28px;
  border-radius: 0px;
  color: #D05423;
  border: 1px solid #D05423 !important;
  box-shadow: none;
  outline: none;
}
.btn.btn-outline-primary.btn-lg {
  padding: 0 42px !important;
  line-height: 54px !important;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active {
  background: #D05423;
  color: #FFFFFF;
}
.dropdown-item {
  border-radius: 0;
}
.section-title h2 {
  color: #000000;
  line-height: 110%;
  font-weight: 400;
  margin-bottom: 0px;
}
.section-title h3 {
  font-size: 21px;
  color: #707070;
  margin-bottom: 18px;
}
.mfp-s-ready .mfp-preloader svg {
  max-width: 100px;
}
.navbar {
  background: #ffffff;
  padding: 26px 28px;
  font-size: 16px;
  right: 0px;
}
.navbar .navbar-brand {
  margin-right: 50px;
}
.navbar .navbar-brand img {
  height: 48px;
  width: auto;
}
.navbar .navbar-nav {
  font-weight: 500;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #000000;
  padding-right: 16px;
  padding-left: 16px;
  line-height: 30px;
}
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item .nav-link:active {
  color: #D05423;
}
.navbar .navbar-toggler {
  border-radius: 0px;
  font-size: 22px;
  padding: 0;
  border: none;
  box-shadow: none;
}
.navbar .navbar-toggler :focus {
  outline: 0px;
  border: 0px;
  box-shadow: none;
}
.header-tools .btn.btn-contact {
  font-size: 18px;
  line-height: 42px;
  font-weight: 500;
  color: #000000;
  border-color: transparent !important;
  padding: 0px 35px;
  margin-right: 40px;
  position: relative;
}
.header-tools .btn.btn-contact:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 26px;
  background: #d9d9d9;
  transform: translateY(-50%);
}
.header-tools .btn.btn-contact:hover,
.header-tools .btn.btn-contact:focus,
.header-tools .btn.btn-contact:active {
  background: transparent;
  color: #D05423;
}
.header-tools .btn.btn-contact span {
  position: relative;
  top: 2px;
  font-size: 21px;
  margin-right: 3px;
}
.header-tools .btn.btn-login {
  font-size: 18px;
  font-weight: 500;
  line-height: 46px;
  padding: 0 28px;
  border-radius: 0px !important;
  color: #D05423;
  border: 1px solid #D05423;
}
.header-tools .btn.btn-login:hover,
.header-tools .btn.btn-login:focus,
.header-tools .btn.btn-login:active {
  background: #D05423;
  color: #FFFFFF;
}
#helix-banner {
  margin-top: 110px;
  position: relative;
}
#helix-banner .container-fluid {
  padding: 0px;
}
#helix-banner .banner-content {
  position: absolute;
  top: calc(50% - 90px);
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  min-width: 52%;
}
#helix-banner .banner-content .banner-heading {
  text-align: center;
  color: #FFFFFF;
}
#helix-banner .banner-content .banner-heading h1 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
#helix-banner .banner-content .banner-heading h1 span {
  font-weight: 300;
}
#helix-banner .banner-content .banner-heading h4 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 42px;
}
#helix-banner .banner-content .main-search {
  max-width: 712px;
  margin: 0 auto;
}
#helix-banner .banner-content .main-search .search-form {
  position: relative;
}
#helix-banner .banner-content .main-search .search-form:after {
  content: "\e962";
  font-family: "fontello";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 25.5px;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 21px;
  font-weight: 500;
}
#helix-banner .banner-content .main-search .search-form:hover:after,
#helix-banner .banner-content .main-search .search-form:focus:after,
#helix-banner .banner-content .main-search .search-form:active:after {
  color: #D05423;
}
#helix-banner .banner-content .main-search .search-form .search-field {
  font-size: 18px;
  padding: 16.5px 65px 16.5px 32.5px;
  border: none;
  color: #707070;
  background-color: #ffffff;
  border-radius: 0px;
}
#helix-banner .banner-content .main-search .search-form .btn-search {
  display: block;
  text-indent: -10000px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 72px;
  height: 100%;
  padding: 0;
  border: none !important;
  background: none !important;
  cursor: pointer;
}
#helix-banner .banner-cta {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 50px 0;
}
#helix-banner .banner-cta h4 {
  font-size: 24px;
  margin-bottom: 17px;
}
#helix-banner .banner-cta h5 {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
}
#helix-banner .banner-cta h5 a {
  text-decoration: none;
}
#helix-banner .banner-cta h5 a:hover,
#helix-banner .banner-cta h5 a:focus,
#helix-banner .banner-cta h5 a:active {
  color: #ef3f09;
}
#helix-categories .container-fluid {
  padding: 0;
}
#helix-categories .cat-thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
}
#helix-categories .cat-thumbs .cat-thumb-item {
  position: relative;
}
#helix-categories .cat-thumbs .cat-thumb-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s;
}
#helix-categories .cat-thumbs .cat-thumb-item:hover:before,
#helix-categories .cat-thumbs .cat-thumb-item:focus:before,
#helix-categories .cat-thumbs .cat-thumb-item:active:before {
  background: rgba(0, 0, 0, 0.6);
}
#helix-categories .cat-thumbs .cat-thumb-item .cat-thumb-img {
  height: 150px;
  overflow: hidden;
  z-index: -1;
  position: relative;
}
#helix-categories .cat-thumbs .cat-thumb-item .cat-thumb-img img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  min-height: 100%;
}
#helix-categories .cat-thumbs .cat-thumb-item .cat-thumb-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#helix-categories .cat-thumbs .cat-thumb-item .cat-thumb-title h4 {
  margin: 0px;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
}
#helix-categories .cat-thumbs .cat-thumb-item .cat-thumb-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#helix-categories .cat-thumbs .cat-thumb-item .cat-thumb-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cat-thumb-item-content.popup-box .popup-img {
  padding: 0px;
}
#helix-popular-photos .popular-photos-item {
  position: relative;
}
#helix-popular-photos .popular-photos-item .popular-photos-item-img {
  position: relative;
}
#helix-popular-photos .popular-photos-item .popular-photos-item-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
#helix-popular-photos .popular-photos-item .popular-photos-item-title {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 50px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
#helix-popular-photos .popular-photos-item .popular-photos-item-title h4 {
  margin: 0;
  font-size: 19px;
  color: #FFFFFF;
}
#helix-popular-photos .popular-photos-item .popular-photos-item-title h4 a {
  color: #FFFFFF;
}
#helix-popular-photos .popular-photos-item .popular-photos-item-title h4 a:hover,
#helix-popular-photos .popular-photos-item .popular-photos-item-title h4 a:focus,
#helix-popular-photos .popular-photos-item .popular-photos-item-title h4 a:active {
  color: rgba(255, 255, 255, 0.85);
}
#helix-popular-photos .popular-photos-item .popular-photos-item-author {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity .4s;
}
#helix-popular-photos .popular-photos-item .popular-photos-item-author .popular-photos-item-author-img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}
#helix-popular-photos .popular-photos-item .popular-photos-item-author .popular-photos-item-author-name {
  margin-left: 12px;
  color: #FFFFFF;
}
#helix-popular-photos .popular-photos-item .popular-photos-item-download {
  position: absolute;
  bottom: 25px;
  right: 69px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  text-align: right;
}
#helix-popular-photos .popular-photos-item .popular-photos-item-download a {
  background: #FFFFFF;
  color: #707070;
  border: none;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 34px;
  height: 34px;
}
#helix-popular-photos .popular-photos-item .popular-photos-item-download a .popular-photos-item-download-icon {
  color: #707070;
  transition: all 0.3s;
  line-height: 34px;
}
#helix-popular-photos .popular-photos-item .popular-photos-item-download a:hover .popular-photos-item-download-icon,
#helix-popular-photos .popular-photos-item .popular-photos-item-download a:focus .popular-photos-item-download-icon,
#helix-popular-photos .popular-photos-item .popular-photos-item-download a:active .popular-photos-item-download-icon {
  color: #000000;
}
#helix-popular-photos .popular-photos-item .popular-photos-item-like {
  position: absolute;
  bottom: 25px;
  right: 25px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  text-align: right;
}
#helix-popular-photos .popular-photos-item .popular-photos-item-like a {
  background: #FFFFFF;
  color: #D05423;
  border: none;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 34px;
  height: 34px;
}
#helix-popular-photos .popular-photos-item .popular-photos-item-like a .popular-photos-item-like-icon {
  color: #D05423;
  transition: all 0.3s;
  line-height: 34px;
}
#helix-popular-photos .popular-photos-item .popular-photos-item-like a:hover .popular-photos-item-download-icon,
#helix-popular-photos .popular-photos-item .popular-photos-item-like a:focus .popular-photos-item-download-icon,
#helix-popular-photos .popular-photos-item .popular-photos-item-like a:active .popular-photos-item-download-icon {
  color: #ef3f09;
}
#helix-popular-photos .popular-photos-item:hover .popular-photos-item-img:before,
#helix-popular-photos .popular-photos-item:focus .popular-photos-item-img:before,
#helix-popular-photos .popular-photos-item:active .popular-photos-item-img:before {
  opacity: 0.4;
  visibility: visible;
}
#helix-popular-photos .popular-photos-item:hover .popular-photos-item-title,
#helix-popular-photos .popular-photos-item:focus .popular-photos-item-title,
#helix-popular-photos .popular-photos-item:active .popular-photos-item-title {
  visibility: visible;
  opacity: 1;
}
#helix-popular-photos .popular-photos-item:hover .popular-photos-item-author,
#helix-popular-photos .popular-photos-item:focus .popular-photos-item-author,
#helix-popular-photos .popular-photos-item:active .popular-photos-item-author {
  opacity: 1;
}
#helix-popular-photos .popular-photos-item:hover .popular-photos-item-download,
#helix-popular-photos .popular-photos-item:focus .popular-photos-item-download,
#helix-popular-photos .popular-photos-item:active .popular-photos-item-download {
  visibility: visible;
  opacity: 1;
}
#helix-popular-photos .popular-photos-item:hover .popular-photos-item-like,
#helix-popular-photos .popular-photos-item:focus .popular-photos-item-like,
#helix-popular-photos .popular-photos-item:active .popular-photos-item-like {
  visibility: visible;
  opacity: 1;
}
#helix-popular-photos .popular-photos-item .popular-photos-item-popup {
  cursor: zoom-in;
}
#helix-related-photos .related-photos-item {
  position: relative;
}
#helix-related-photos .related-photos-item .related-photos-item-img {
  position: relative;
}
#helix-related-photos .related-photos-item .related-photos-item-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
#helix-related-photos .related-photos-item .related-photos-item-title {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 50px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
#helix-related-photos .related-photos-item .related-photos-item-title h4 {
  margin: 0;
  font-size: 19px;
  color: #FFFFFF;
}
#helix-related-photos .related-photos-item .related-photos-item-title h4 a {
  color: #FFFFFF;
}
#helix-related-photos .related-photos-item .related-photos-item-title h4 a:hover,
#helix-related-photos .related-photos-item .related-photos-item-title h4 a:focus,
#helix-related-photos .related-photos-item .related-photos-item-title h4 a:active {
  color: rgba(255, 255, 255, 0.85);
}
#helix-related-photos .related-photos-item .related-photos-item-author {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity .4s;
}
#helix-related-photos .related-photos-item .related-photos-item-author .related-photos-item-author-img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}
#helix-related-photos .related-photos-item .related-photos-item-author .related-photos-item-author-name {
  margin-left: 12px;
  color: #FFFFFF;
}
#helix-related-photos .related-photos-item .related-photos-item-download {
  position: absolute;
  bottom: 25px;
  right: 69px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  text-align: right;
}
#helix-related-photos .related-photos-item .related-photos-item-download a {
  background: #FFFFFF;
  color: #707070;
  border: none;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 34px;
  height: 34px;
}
#helix-related-photos .related-photos-item .related-photos-item-download a .related-photos-item-download-icon {
  color: #707070;
  transition: all 0.3s;
  line-height: 34px;
}
#helix-related-photos .related-photos-item .related-photos-item-download a:hover .related-photos-item-download-icon,
#helix-related-photos .related-photos-item .related-photos-item-download a:focus .related-photos-item-download-icon,
#helix-related-photos .related-photos-item .related-photos-item-download a:active .related-photos-item-download-icon {
  color: #000000;
}
#helix-related-photos .related-photos-item .related-photos-item-like {
  position: absolute;
  bottom: 25px;
  right: 25px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  text-align: right;
}
#helix-related-photos .related-photos-item .related-photos-item-like a {
  background: #FFFFFF;
  color: #D05423;
  border: none;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 34px;
  height: 34px;
}
#helix-related-photos .related-photos-item .related-photos-item-like a .related-photos-item-like-icon {
  color: #D05423;
  transition: all 0.3s;
  line-height: 34px;
}
#helix-related-photos .related-photos-item .related-photos-item-like a:hover .related-photos-item-like-icon,
#helix-related-photos .related-photos-item .related-photos-item-like a:focus .related-photos-item-like-icon,
#helix-related-photos .related-photos-item .related-photos-item-like a:active .related-photos-item-like-icon {
  color: #ef3f09;
}
#helix-related-photos .related-photos-item:hover .related-photos-item-img:before,
#helix-related-photos .related-photos-item:focus .related-photos-item-img:before,
#helix-related-photos .related-photos-item:active .related-photos-item-img:before {
  opacity: 0.4;
  visibility: visible;
}
#helix-related-photos .related-photos-item:hover .related-photos-item-title,
#helix-related-photos .related-photos-item:focus .related-photos-item-title,
#helix-related-photos .related-photos-item:active .related-photos-item-title {
  visibility: visible;
  opacity: 1;
}
#helix-related-photos .related-photos-item:hover .related-photos-item-author,
#helix-related-photos .related-photos-item:focus .related-photos-item-author,
#helix-related-photos .related-photos-item:active .related-photos-item-author {
  opacity: 1;
}
#helix-related-photos .related-photos-item:hover .related-photos-item-download,
#helix-related-photos .related-photos-item:focus .related-photos-item-download,
#helix-related-photos .related-photos-item:active .related-photos-item-download {
  visibility: visible;
  opacity: 1;
}
#helix-related-photos .related-photos-item:hover .related-photos-item-like,
#helix-related-photos .related-photos-item:focus .related-photos-item-like,
#helix-related-photos .related-photos-item:active .related-photos-item-like {
  visibility: visible;
  opacity: 1;
}
#helix-related-photos .related-photos-item .related-photos-item-popup {
  cursor: zoom-in;
}
#helix-authors .authors-item {
  position: relative;
}
#helix-authors .authors-item .authors-item-thumb {
  overflow: hidden;
  max-height: 110px;
  position: relative;
  border-radius: 0px;
  z-index: 0;
}
#helix-authors .authors-item .authors-item-thumb img {
  max-width: unset;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -140px;
  width: 190%;
  transition: all 0.4s;
}
#helix-authors .authors-item .authors-item-thumb:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  z-index: 1;
  transition: all 0.5s;
}
#helix-authors .authors-item .authors-item-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: all 0.5s;
}
#helix-authors .authors-item .authors-item-title {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 12px;
  width: calc(100% - 24px);
  height: 100%;
  color: #ffffff;
  transition: all 0.3s;
}
#helix-authors .authors-item .authors-item-title h5 {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 110px;
}
#helix-authors .authors-item .authors-item-title h5 a {
  color: #FFFFFF;
  display: block;
  width: 100%;
  height: 100%;
}
#helix-authors .authors-item:hover .authors-item-thumb img,
#helix-authors .authors-item:focus .authors-item-thumb img,
#helix-authors .authors-item:active .authors-item-thumb img {
  transform: translateX(-50%) scale(1.08);
}
#helix-authors .authors-item:hover .authors-item-thumb:before,
#helix-authors .authors-item:focus .authors-item-thumb:before,
#helix-authors .authors-item:active .authors-item-thumb:before {
  opacity: 0;
  width: 0;
  height: 0;
}
#helix-authors .authors-item:hover .authors-item-thumb:after,
#helix-authors .authors-item:focus .authors-item-thumb:after,
#helix-authors .authors-item:active .authors-item-thumb:after {
  opacity: 0.07;
}
#helix-authors .authors-item:hover .authors-item-title,
#helix-authors .authors-item:focus .authors-item-title,
#helix-authors .authors-item:active .authors-item-title {
  opacity: 0;
}
#helix-random-photos .helix-isotope .helix-isotope-filter {
  text-align: left;
}
#helix-random-photos .helix-isotope .helix-isotope-filter > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin: 0 -5px;
}
#helix-random-photos .helix-isotope .helix-isotope-filter > ul > li {
  float: left;
  display: block;
  margin: 0 5px;
}
#helix-random-photos .helix-isotope .helix-isotope-filter > ul > li > a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 0px;
  border: 1px solid #707070;
  background: #ffffff;
  color: #707070;
}
#helix-random-photos .helix-isotope .helix-isotope-filter > ul > li.active > a {
  background: #707070;
  color: #ffffff;
}
#helix-random-photos .helix-isotope .helix-isotope-filter > ul > li:hover > a,
#helix-random-photos .helix-isotope .helix-isotope-filter > ul > li:focus > a,
#helix-random-photos .helix-isotope .helix-isotope-filter > ul > li:active > a {
  background: #707070;
  color: #ffffff;
}
#helix-random-photos .helix-isotope .helix-isotope-items {
  margin: -12px;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item {
  padding: 12px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: -1;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-author {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-author .helix-isotope-author-img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-author .helix-isotope-author-name {
  margin-left: 12px;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-download {
  position: absolute;
  bottom: 24px;
  right: 72px;
  transition: all 0.4s;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-download a {
  background: #FFFFFF;
  color: #707070;
  border: none;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 34px;
  height: 34px;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-download a .helix-isotope-download-icon {
  color: #707070;
  transition: all 0.3s;
  line-height: 34px;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-download a:hover .helix-isotope-download-icon,
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-download a:focus .helix-isotope-download-icon,
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-download a:active .helix-isotope-download-icon {
  color: #000000;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-like {
  position: absolute;
  bottom: 24px;
  right: 24px;
  transition: all 0.4s;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-like a {
  background: #FFFFFF;
  color: #D05423;
  border: none;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 34px;
  height: 34px;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-like a .helix-isotope-like-icon {
  color: #D05423;
  transition: all 0.3s;
  line-height: 34px;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-like a:hover .helix-isotope-like-icon,
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-like a:focus .helix-isotope-like-icon,
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-like a:active .helix-isotope-like-icon {
  color: #ef3f09;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-info {
  transition: all 0.5s ease;
  position: absolute;
  bottom: -100%;
  width: calc(100% - 24px);
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 12px 15px;
  z-index: 9;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-info .helix-isotope-title {
  color: #000000;
  margin: 0;
  font-size: 17px;
  line-height: 130%;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-info .helix-isotope-title a {
  color: #000000;
  transition: all 0.3s ease;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-info .helix-isotope-tags {
  transition: all 0.3s ease;
  display: inline-block;
  padding: 5px 8px 5px;
  background: transparent;
  color: #707070;
  border-radius: 3px;
  letter-spacing: 0.5px;
  border: 1px solid #707070;
  display: none;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item:hover:before,
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item:focus:before,
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item:active:before {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item:hover .helix-isotope-info,
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item:focus .helix-isotope-info,
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item:active .helix-isotope-info {
  bottom: 12px;
  opacity: 1;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item:hover .helix-isotope-info .helix-isotope-title a,
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item:focus .helix-isotope-info .helix-isotope-title a,
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item:active .helix-isotope-info .helix-isotope-title a {
  color: #000000;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item:hover .helix-isotope-info .helix-isotope-title a:hover,
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item:focus .helix-isotope-info .helix-isotope-title a:hover,
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item:active .helix-isotope-info .helix-isotope-title a:hover,
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item:hover .helix-isotope-info .helix-isotope-title a:focus,
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item:focus .helix-isotope-info .helix-isotope-title a:focus,
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item:active .helix-isotope-info .helix-isotope-title a:focus,
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item:hover .helix-isotope-info .helix-isotope-title a:active,
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item:focus .helix-isotope-info .helix-isotope-title a:active,
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item:active .helix-isotope-info .helix-isotope-title a:active {
  color: #D05423;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-btns a {
  font-size: 14px;
  padding: 0;
  margin: 0;
  width: 48px;
  height: 48px;
  line-height: 44px;
  border: 2px solid #fff !important;
  background: transparent !important;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-btns a:hover,
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-btns a:focus,
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-btns a:active {
  background: rgba(255, 255, 255, 0.25) !important;
  cursor: pointer;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-overlay {
  padding: 0px;
}
#helix-random-photos .helix-isotope .helix-isotope-items .helix-isotope-item .helix-isotope-popup {
  cursor: zoom-in;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter {
  text-align: left;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin: 0 -5px;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul > li {
  float: left;
  display: block;
  margin: 0 5px;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul > li > a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #707070;
  background: #ffffff;
  color: #707070;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul > li.active > a {
  background: #707070;
  color: #ffffff;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul > li:hover > a,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul > li:focus > a,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul > li:active > a {
  background: #707070;
  color: #ffffff;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items {
  margin: 0;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item {
  z-index: 0;
  position: relative;
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
  padding: 0;
  float: none;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: -1;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-author {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-author .helix-isotope-popup-box-author-img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-author .helix-isotope-popup-box-author-name {
  margin-left: 12px;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-download {
  position: absolute;
  bottom: 24px;
  right: 72px;
  transition: all 0.4s;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-download a {
  background: #FFFFFF;
  color: #707070;
  border: none;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 34px;
  height: 34px;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-download a .helix-isotope-popup-box-download-icon {
  color: #707070;
  transition: all 0.3s;
  line-height: 34px;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-download a:hover .helix-isotope-popup-box-download-icon,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-download a:focus .helix-isotope-popup-box-download-icon,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-download a:active .helix-isotope-popup-box-download-icon {
  color: #000000;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-like {
  position: absolute;
  bottom: 24px;
  right: 24px;
  transition: all 0.4s;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-like a {
  background: #FFFFFF;
  color: #D05423;
  border: none;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 34px;
  height: 34px;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-like a .helix-isotope-popup-box-like-icon {
  color: #D05423;
  transition: all 0.3s;
  line-height: 34px;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-like a:hover .helix-isotope-popup-box-like-icon,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-like a:focus .helix-isotope-popup-box-like-icon,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-like a:active .helix-isotope-popup-box-like-icon {
  color: #ef3f09;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-info {
  display: none;
  transition: all 0.3s ease;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-info .helix-isotope-popup-box-title {
  color: #000000;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 140%;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-info .helix-isotope-popup-box-title a {
  color: #000000;
  transition: all 0.3s ease;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-info .helix-isotope-popup-box-tags {
  transition: all 0.3s ease;
  display: inline-block;
  padding: 5px 8px 5px;
  background: transparent;
  color: #707070;
  border-radius: 0px;
  letter-spacing: 0.5px;
  border: 1px solid #707070;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover:before,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus:before,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active:before {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info {
  background: #D05423;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info .helix-isotope-popup-box-title,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info .helix-isotope-popup-box-title,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info .helix-isotope-popup-box-title {
  color: #FFFFFF;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info .helix-isotope-popup-box-title a,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info .helix-isotope-popup-box-title a,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info .helix-isotope-popup-box-title a {
  color: #FFFFFF;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:hover,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:hover,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:hover,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:focus,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:focus,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:focus,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:active,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:active,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:active {
  color: rgba(255, 255, 255, 0.85);
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info .helix-isotope-popup-box-tags,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info .helix-isotope-popup-box-tags,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info .helix-isotope-popup-box-tags {
  color: #D05423;
  background: #ffffff;
  border: 1px solid #ffffff;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-btns a {
  font-size: 14px;
  padding: 0;
  margin: 0;
  width: 48px;
  height: 48px;
  line-height: 44px;
  border: 2px solid #fff !important;
  background: transparent !important;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-btns a:hover,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-btns a:focus,
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-btns a:active {
  background: rgba(255, 255, 255, 0.25) !important;
  cursor: pointer;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-overlay {
  padding: 0px;
}
#helix-random-photos-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-popup {
  cursor: zoom-in;
}
.helix-isotope-popup-box-items {
  column-count: 3;
  column-gap: 24px;
}
.helix-isotope-popup-box-items .helix-isotope-popup-box-item {
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
}
.helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-img {
  width: 100%;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter {
  text-align: left;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin: 0 -5px;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul > li {
  float: left;
  display: block;
  margin: 0 5px;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul > li > a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #707070;
  background: #ffffff;
  color: #707070;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul > li.active > a {
  background: #707070;
  color: #ffffff;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul > li:hover > a,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul > li:focus > a,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul > li:active > a {
  background: #707070;
  color: #ffffff;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items {
  column-count: 3;
  column-gap: 24px;
  margin: 0;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item {
  z-index: 0;
  position: relative;
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
  padding: 0;
  float: none;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: -1;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-author {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-author .helix-isotope-popup-box-author-img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-author .helix-isotope-popup-box-author-name {
  margin-left: 12px;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-download {
  position: absolute;
  bottom: 24px;
  right: 72px;
  transition: all 0.4s;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-download a {
  background: #FFFFFF;
  color: #707070;
  border: none;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 34px;
  height: 34px;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-download a .helix-isotope-popup-box-download-icon {
  color: #707070;
  transition: all 0.3s;
  line-height: 34px;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-download a:hover .helix-isotope-popup-box-download-icon,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-download a:focus .helix-isotope-popup-box-download-icon,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-download a:active .helix-isotope-popup-box-download-icon {
  color: #000000;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-like {
  position: absolute;
  bottom: 24px;
  right: 24px;
  transition: all 0.4s;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-like a {
  background: #FFFFFF;
  color: #D05423;
  border: none;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 34px;
  height: 34px;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-like a .helix-isotope-popup-box-like-icon {
  color: #D05423;
  transition: all 0.3s;
  line-height: 34px;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-like a:hover .helix-isotope-popup-box-like-icon,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-like a:focus .helix-isotope-popup-box-like-icon,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-like a:active .helix-isotope-popup-box-like-icon {
  color: #ef3f09;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-info {
  display: none;
  transition: all 0.3s ease;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-info .helix-isotope-popup-box-title {
  color: #000000;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 140%;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-info .helix-isotope-popup-box-title a {
  color: #000000;
  transition: all 0.3s ease;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-info .helix-isotope-popup-box-tags {
  transition: all 0.3s ease;
  display: inline-block;
  padding: 5px 8px 5px;
  background: transparent;
  color: #707070;
  border-radius: 0px;
  letter-spacing: 0.5px;
  border: 1px solid #707070;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover:before,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus:before,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active:before {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info {
  background: #D05423;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info .helix-isotope-popup-box-title,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info .helix-isotope-popup-box-title,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info .helix-isotope-popup-box-title {
  color: #FFFFFF;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info .helix-isotope-popup-box-title a,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info .helix-isotope-popup-box-title a,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info .helix-isotope-popup-box-title a {
  color: #FFFFFF;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:hover,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:hover,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:hover,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:focus,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:focus,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:focus,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:active,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:active,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:active {
  color: rgba(255, 255, 255, 0.85);
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info .helix-isotope-popup-box-tags,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info .helix-isotope-popup-box-tags,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info .helix-isotope-popup-box-tags {
  color: #D05423;
  background: #ffffff;
  border: 1px solid #ffffff;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-btns a {
  font-size: 14px;
  padding: 0;
  margin: 0;
  width: 48px;
  height: 48px;
  line-height: 44px;
  border: 2px solid #fff !important;
  background: transparent !important;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-btns a:hover,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-btns a:focus,
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-btns a:active {
  background: rgba(255, 255, 255, 0.25) !important;
  cursor: pointer;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-overlay {
  padding: 0px;
}
#helix-search-result-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-popup {
  cursor: zoom-in;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter {
  text-align: left;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin: 0 -5px;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul > li {
  float: left;
  display: block;
  margin: 0 5px;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul > li > a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #707070;
  background: #ffffff;
  color: #707070;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul > li.active > a {
  background: #707070;
  color: #ffffff;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul > li:hover > a,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul > li:focus > a,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-filter > ul > li:active > a {
  background: #707070;
  color: #ffffff;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items {
  margin: 0;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item {
  z-index: 0;
  position: relative;
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
  padding: 0;
  float: none;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: -1;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-author {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-author .helix-isotope-popup-box-author-img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-author .helix-isotope-popup-box-author-name {
  margin-left: 12px;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-download {
  position: absolute;
  bottom: 24px;
  right: 72px;
  transition: all 0.4s;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-download a {
  background: #FFFFFF;
  color: #707070;
  border: none;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 34px;
  height: 34px;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-download a .helix-isotope-popup-box-download-icon {
  color: #707070;
  transition: all 0.3s;
  line-height: 34px;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-download a:hover .helix-isotope-popup-box-download-icon,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-download a:focus .helix-isotope-popup-box-download-icon,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-download a:active .helix-isotope-popup-box-download-icon {
  color: #000000;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-like {
  position: absolute;
  bottom: 24px;
  right: 24px;
  transition: all 0.4s;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-like a {
  background: #FFFFFF;
  color: #D05423;
  border: none;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 34px;
  height: 34px;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-like a .helix-isotope-popup-box-like-icon {
  color: #D05423;
  transition: all 0.3s;
  line-height: 34px;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-like a:hover .helix-isotope-popup-box-like-icon,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-like a:focus .helix-isotope-popup-box-like-icon,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-like a:active .helix-isotope-popup-box-like-icon {
  color: #ef3f09;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-info {
  display: none;
  transition: all 0.3s ease;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-info .helix-isotope-popup-box-title {
  color: #000000;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 140%;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-info .helix-isotope-popup-box-title a {
  color: #000000;
  transition: all 0.3s ease;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-info .helix-isotope-popup-box-tags {
  transition: all 0.3s ease;
  display: inline-block;
  padding: 5px 8px 5px;
  background: transparent;
  color: #707070;
  border-radius: 0px;
  letter-spacing: 0.5px;
  border: 1px solid #707070;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover:before,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus:before,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active:before {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info {
  background: #D05423;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info .helix-isotope-popup-box-title,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info .helix-isotope-popup-box-title,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info .helix-isotope-popup-box-title {
  color: #FFFFFF;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info .helix-isotope-popup-box-title a,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info .helix-isotope-popup-box-title a,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info .helix-isotope-popup-box-title a {
  color: #FFFFFF;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:hover,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:hover,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:hover,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:focus,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:focus,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:focus,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:active,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:active,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info .helix-isotope-popup-box-title a:active {
  color: rgba(255, 255, 255, 0.85);
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:hover .helix-isotope-popup-box-info .helix-isotope-popup-box-tags,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:focus .helix-isotope-popup-box-info .helix-isotope-popup-box-tags,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item:active .helix-isotope-popup-box-info .helix-isotope-popup-box-tags {
  color: #D05423;
  background: #ffffff;
  border: 1px solid #ffffff;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-btns a {
  font-size: 14px;
  padding: 0;
  margin: 0;
  width: 48px;
  height: 48px;
  line-height: 44px;
  border: 2px solid #fff !important;
  background: transparent !important;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-btns a:hover,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-btns a:focus,
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-btns a:active {
  background: rgba(255, 255, 255, 0.25) !important;
  cursor: pointer;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-overlay {
  padding: 0px;
}
#helix-category-layout-popup-box .helix-isotope-popup-box .helix-isotope-popup-box-items .helix-isotope-popup-box-item .helix-isotope-popup-box-popup {
  cursor: zoom-in;
}
.helix-isotope-popup-box-items {
  column-count: 3;
  column-gap: 24px;
}
.helix-isotope-popup-box-item {
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
}
.modal-dialog {
  max-width: 348px;
  margin: 0 auto;
}
.modal-dialog.big {
  max-width: 850px;
}
.modal-dialog.modal-signup-form {
  max-width: 850px;
}
.mfp-wrap .mfp-arrow {
  position: fixed;
}
.mfp-wrap .mfp-close {
  position: fixed;
  right: 17px;
  opacity: 0.85;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus,
.mfp-wrap .mfp-close:active {
  opacity: 1;
}
.mfp-wrap .section-title h2 {
  font-size: 32px;
}
.mfp-wrap .btn.btn-primary {
  color: #505050;
  border-color: #505050;
}
.mfp-wrap .btn.btn-primary:hover,
.mfp-wrap .btn.btn-primary:focus,
.mfp-wrap .btn.btn-primary:active {
  color: #ffffff;
  border-color: #505050;
  background: #505050;
}
.mfp-wrap .btn.btn-secondary {
  border-color: #505050;
  background: #505050;
}
.mfp-wrap .btn.btn-secondary:hover,
.mfp-wrap .btn.btn-secondary:focus,
.mfp-wrap .btn.btn-secondary:active {
  color: #505050;
  border-color: #505050;
  background: transparent;
}
.mfp-bg {
  background: #000000;
  opacity: 0.55;
}
.gray-bg {
  background: #F5F5F5;
}
.popup-box {
  max-width: 1296px;
  margin: 20px auto;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  position: relative;
}
.popup-box .popup-img {
  padding: 80px 80px 0;
}
.popup-box .popup-img img {
  width: 100%;
  height: auto;
}
.popup-box .popup-author {
  display: flex;
  align-items: center;
  position: absolute;
  top: 24px;
  left: 20px;
  background: #707070;
  border-radius: 34px;
  padding: 3px 15px 3px 3px;
  transition: all 0.3s ease;
}
.popup-box .popup-author .popup-author-img {
  max-width: 34px;
  border-radius: 100%;
  overflow: hidden;
}
.popup-box .popup-author .popup-author-name {
  font-size: 16px;
  margin-left: 10px;
  color: #ffffff;
}
.popup-box .popup-author .popup-author-name a {
  color: #ffffff;
}
.popup-box .popup-author:hover,
.popup-box .popup-author:focus,
.popup-box .popup-author:active {
  background: #505050;
}
.popup-box .popup-content {
  padding: 25px 20px 20px;
}
.popup-box .popup-content .popup-content-text {
  font-size: 20px;
}
.popup-box .popup-content .popup-content-buttons {
  display: flex;
  gap: 10px;
}
.popup-box .popup-content .popup-content-buttons button {
  padding: 0px 20px;
  font-size: 1em;
}
.popup-box .popup-buttons {
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
  gap: 8px;
}
.popup-box .popup-buttons a {
  background: #FFFFFF;
  color: #707070;
  font-size: 14px;
  padding: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #707070;
}
.popup-box .popup-buttons .popular-photos-download a {
  color: #D05423;
  border-color: #D05423;
}
.popup-box .popup-buttons .popular-photos-download a:hover {
  color: #FFFFFF;
  border-color: #D05423;
  background: #D05423;
}
.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery-item {
  margin: 5px;
  width: calc(15%);
}
.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}
.gallery-hide {
  display: none !important;
}
.image-details-exif-info {
  font-size: 17px;
  max-width: 550px;
}
.image-details-exif-info .card-header {
  position: relative;
}
.image-details-exif-info .exif-info-item {
  display: flex;
}
.image-details-exif-info .exif-info-item label {
  width: 200px;
  font-weight: 500;
}
.image-details-exif-info .image-details-exif-histogramm img {
  width: 100%;
}
#exif-info-area {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  position: relative;
  border-radius: 0px;
}
.exif-open-btn {
  font-size: 18px;
  padding: 0 28px;
  line-height: 46px;
  background: #ffffff;
  color: #D05423;
  border: 1px solid #D05423;
}
.exif-open-btn span {
  padding-right: 10px;
  font-size: 18px;
}
.exif-open-btn:hover {
  background: #D05423;
  color: #ffffff;
}
.exif-open-btn.hidden {
  display: none;
}
.exif-close-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 32px;
  line-height: 100%;
  cursor: pointer;
  color: #D05423;
}
form .required:after {
  content: "*";
  margin-left: 3px;
  color: #ef3f09;
}
.login-form,
.signup-form {
  padding: 25px 30px 30px;
  background: #fff;
  border-radius: 3px;
}
.login-form h2,
.signup-form h2 {
  margin-bottom: 20px;
  font-size: 32px;
}
.login-form p,
.signup-form p {
  margin-bottom: 0px;
  font-size: 18px;
}
.login-form .btn,
.signup-form .btn {
  margin: 12px 0;
}
.login-form .form-control,
.signup-form .form-control {
  border-radius: 3px;
}
.login-form .modal-header,
.signup-form .modal-header {
  padding: 0;
  border: none;
}
.login-form .modal-body,
.signup-form .modal-body {
  padding: 0;
}
#helix-featured-photos .featured-item .featured-item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#helix-featured-photos .featured-item .featured-item-content .featured-item-text {
  color: #707070;
}
#helix-featured-photos .featured-item .featured-item-content .featured-item-text p {
  color: #707070;
}
#helix-featured-photos .featured-item .featured-item-content .featured-item-btn .btn {
  text-transform: uppercase;
}
#helix-news-update .news-update-item {
  border-radius: 3px;
  overflow: hidden;
}
#helix-news-update .news-update-item .news-update-item-content {
  padding: 25px;
  border: 1px solid #E9E9E9;
  transition: all 0.3s ease;
}
#helix-news-update .news-update-item .news-update-item-content .news-update-item-title h4 {
  font-size: 21px;
  font-weight: 400;
  margin: 0;
}
#helix-news-update .news-update-item .news-update-item-content .news-update-item-title h4 a {
  color: #000000;
  display: block;
}
#helix-news-update .news-update-item .news-update-item-content .news-update-item-title h4 a:hover,
#helix-news-update .news-update-item .news-update-item-content .news-update-item-title h4 a:focus,
#helix-news-update .news-update-item .news-update-item-content .news-update-item-title h4 a:active {
  color: #D05423;
}
#helix-news-update .news-update-item .news-update-item-content .news-update-item-btn .btn {
  line-height: 46px;
  width: 48px;
  padding: 0;
  border-color: #cccccc !important;
  color: #000000;
  background: #FFFFFF;
}
#helix-news-update .news-update-item .news-update-item-content .news-update-item-btn .btn span {
  transform: rotate(-45deg);
  transition: transform 0.15s ease-in-out;
}
#helix-news-update .news-update-item .news-update-item-content .news-update-item-btn .btn:hover,
#helix-news-update .news-update-item .news-update-item-content .news-update-item-btn .btn:focus,
#helix-news-update .news-update-item .news-update-item-content .news-update-item-btn .btn:active {
  color: #FFFFFF;
  border-color: #D05423 !important;
  background: #D05423;
}
#helix-news-update .news-update-item .news-update-item-content .news-update-item-btn .btn:hover span,
#helix-news-update .news-update-item .news-update-item-content .news-update-item-btn .btn:focus span,
#helix-news-update .news-update-item .news-update-item-content .news-update-item-btn .btn:active span {
  transform: none;
}
#helix-news-update .news-update-item:hover .news-update-item-content,
#helix-news-update .news-update-item:focus .news-update-item-content,
#helix-news-update .news-update-item:active .news-update-item-content {
  background: #F5F5F5;
}
#helix-image-details .image-details-item {
  border-radius: 0px;
  overflow: hidden;
}
#helix-image-details .image-details-item .image-details-item-content {
  padding: 20px 25px;
  border: 1px solid #E9E9E9;
  transition: all 0.3s ease;
}
#helix-image-details .image-details-item .image-details-item-content .image-details-item-title {
  margin-bottom: 10px;
}
#helix-image-details .image-details-item .image-details-item-content .image-details-item-title h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
#helix-image-details .image-details-item .image-details-item-content .image-details-item-title h4 a {
  color: #000000;
  display: block;
}
#helix-image-details .image-details-item .image-details-item-content .image-details-item-title h4 a:hover,
#helix-image-details .image-details-item .image-details-item-content .image-details-item-title h4 a:focus,
#helix-image-details .image-details-item .image-details-item-content .image-details-item-title h4 a:active {
  color: #D05423;
}
#helix-image-details .image-details-item .image-details-item-content .image-details-item-value span {
  font-size: 95%;
  margin-right: 5px;
  color: #707070;
  transition: all 0.3s ease;
}
#helix-image-details .image-details-item .image-details-item-content .image-details-item-btn .btn {
  line-height: 46px;
  width: 48px;
  padding: 0;
  border-color: #cccccc !important;
  color: #000000;
}
#helix-image-details .image-details-item .image-details-item-content .image-details-item-btn .btn span {
  transform: rotate(-45deg);
  transition: transform 0.15s ease-in-out;
}
#helix-image-details .image-details-item .image-details-item-content .image-details-item-btn .btn:hover,
#helix-image-details .image-details-item .image-details-item-content .image-details-item-btn .btn:focus,
#helix-image-details .image-details-item .image-details-item-content .image-details-item-btn .btn:active {
  color: #FFFFFF;
  border-color: #D05423 !important;
  background: #D05423;
}
#helix-image-details .image-details-item .image-details-item-content .image-details-item-btn .btn:hover span,
#helix-image-details .image-details-item .image-details-item-content .image-details-item-btn .btn:focus span,
#helix-image-details .image-details-item .image-details-item-content .image-details-item-btn .btn:active span {
  transform: none;
}
#helix-image-details .image-details-item:hover .image-details-item-content,
#helix-image-details .image-details-item:focus .image-details-item-content,
#helix-image-details .image-details-item:active .image-details-item-content {
  background: #F5F5F5;
}
#helix-image-details .image-details-item:hover .image-details-item-content .image-details-item-value span,
#helix-image-details .image-details-item:focus .image-details-item-content .image-details-item-value span,
#helix-image-details .image-details-item:active .image-details-item-content .image-details-item-value span {
  color: #000000;
}
#helix-cta {
  padding: 210px 0 !important;
  background-size: 100% auto !important;
}
#helix-cta .cta-content {
  color: #ffffff;
  text-align: center;
}
#helix-cta .cta-content .cta-title {
  font-weight: 300;
}
#helix-cta .cta-content .cta-title h2 {
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 50px;
}
#helix-cta .cta-content .cta-title h2 br {
  display: none;
}
#helix-cta .cta-btn .btn {
  color: #FFFFFF;
  border-color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.35);
}
#helix-cta .cta-btn .btn:hover,
#helix-cta .cta-btn .btn:focus,
#helix-cta .cta-btn .btn:active {
  background: #D05423;
  color: #FFFFFF;
  border-color: #D05423 !important;
}
#helix-caption {
  position: relative;
  background: #000000;
  padding: 55px 0px;
}
#helix-caption .container-fluid {
  padding: 0px;
}
#helix-caption .caption-title {
  width: 100%;
  text-align: center;
  color: #ffffff;
}
#helix-caption .caption-title h4 {
  font-size: 24px;
  margin: 0px;
}
#helix-caption .caption-title h5 {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
}
#helix-caption .caption-title h5 a {
  text-decoration: none;
}
#helix-caption .caption-title h5 a:hover,
#helix-caption .caption-title h5 a:focus,
#helix-caption .caption-title h5 a:active {
  color: #ef3f09;
}
#helix-tags .tag-scroller {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  padding: 12px 0;
  min-height: 74px;
}
#helix-tags .tag-scroller .tag-scroller-items {
  display: inline-block;
  position: absolute;
  margin-bottom: 0px;
}
#helix-tags .tag-scroller .tag-scroller-item {
  display: inline-block;
  margin: 0 9px;
}
#helix-tags .tag-scroller .tag-scroller-item a {
  border-radius: 0px;
  min-width: 200px;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  background-color: #ffffff;
  color: #000000;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0px 2px 20px rgba(69, 105, 231, 0.1);
  padding: 17px 15px;
  display: block;
}
#helix-tags .tag-scroller .tag-scroller-item a:hover,
#helix-tags .tag-scroller .tag-scroller-item:focus,
#helix-tags .tag-scroller .tag-scroller-item:active {
  border-radius: 0px;
  background: #D05423;
  color: #ffffff;
}
#helix-tag-cloud .tag-cloud {
  position: relative;
  width: 100%;
  padding: 0;
}
#helix-tag-cloud .tag-cloud .tag-cloud-items {
  display: inline-block;
  margin-bottom: 0px;
  padding: 0;
}
#helix-tag-cloud .tag-cloud .tag-cloud-item {
  display: inline-block;
  margin: 6px 3px;
}
#helix-tag-cloud .tag-cloud .tag-cloud-item a {
  border-radius: 0px;
  min-width: 140px;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  background-color: #ffffff;
  color: #000000;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0px 2px 20px rgba(69, 105, 231, 0.1);
  padding: 14px 10px;
  display: block;
}
#helix-tag-cloud .tag-cloud .tag-cloud-item a:hover,
#helix-tag-cloud .tag-cloud .tag-cloud-item:focus,
#helix-tag-cloud .tag-cloud .tag-cloud-item:active {
  border-radius: 0px;
  background: #D05423;
  color: #ffffff;
}
.accordion-item {
  margin-bottom: 0px;
  background: none;
  color: #000000;
  border: 1px solid #E9E9E9;
  overflow: hidden;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.accordion-header {
  cursor: pointer;
  background: #FFFFFF;
  padding: 25px 20px;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  transition: all 0.3s ease;
}
.accordion-header i {
  font-size: 10px;
}
.accordion-header:hover,
.accordion-header:focus,
.accordion-header:active {
  color: #D05423;
  background: transparent;
}
.accordion-content {
  display: none;
  padding: 0px 20px 25px;
  font-size: 16px;
}
.accordion-content.active {
  display: block;
}
.active .accordion-header {
  color: #D05423;
  background: transparent;
}
.authors-item-content .helix-image-content {
  background: #f5f5f5;
  margin: 0px;
  padding: 25px 150px 40px;
}
.authors-item-content .popup-img {
  border-radius: 100%;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  padding: 0px;
  height: 170px;
  margin: 0 auto;
  overflow: hidden;
  width: 170px;
}
.authors-item-content .popup-content-text h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
}
.authors-item-content .popup-content-text h4 {
  color: #505050;
  font-size: 21px;
  margin-bottom: 10px;
}
.authors-item-content .popup-content-text p {
  font-size: 18px;
}
.authors-item-content p {
  margin-bottom: 0;
}
.authors-item-content.popup-box .popup-content {
  padding: 30px;
}
.authors-item-content.popup-box .popup-content .popup-content-text {
  margin-bottom: 15px;
}
.authors-item-content.popup-box #helix-tag-cloud .tag-cloud .tag-cloud-item a {
  border-radius: 5px;
  min-width: unset;
  padding: 10px 14px;
}
.social-media-list {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 18px 0 0;
  padding: 0;
}
.social-media-list li {
  margin: 0 3px;
}
.social-media-link {
  align-items: center;
  background: #202020;
  border-radius: 50%;
  color: white;
  display: flex;
  height: 32px;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 32px;
}
.social-media-link i {
  font-size: 15px;
}
.social-media-link:hover {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
#helix-footer {
  background: #171717;
  color: #b4b4b4;
  font-size: 16px;
}
#helix-footer .copyright {
  text-align: center;
}
#helix-footer .copyright p {
  margin: 0;
  font-size: 16px;
  color: #b4b4b4;
}
#helix-bottom {
  padding: 80px 0;
}
#helix-bottom .bottom-title {
  margin-bottom: 28px;
  color: #FFFFFF;
}
#helix-bottom .bottom-title h5 {
  color: #FFFFFF;
  font-size: 22px;
  margin-bottom: 0;
  letter-spacing: 0.2px;
}
#helix-bottom .bottom-logo img {
  filter: brightness(0) invert(1);
  transition: all 0.4s ease;
  max-height: 48px;
}
#helix-bottom .bottom-logo img:hover {
  filter: unset;
}
#helix-bottom .nav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 13px;
}
#helix-bottom .nav-item:before {
  content: "";
  display: block;
  width: 3.6px;
  height: 3.6px;
  background: #b4b4b4;
  border-radius: 100%;
}
#helix-bottom .nav-item .nav-link {
  padding: 4px 0;
  color: #b4b4b4;
}
#helix-bottom .nav-item .nav-link:hover {
  color: #D05423;
}
#helix-bottom .bottom-newsletter .form-control {
  padding: 11px 15px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #303030;
  background: transparent;
  color: #8e8e8e;
  box-shadow: none;
}
#helix-bottom .bottom-newsletter .form-control:focus,
#helix-bottom .bottom-newsletter .form-control:hover,
#helix-bottom .bottom-newsletter .form-control:active {
  color: #ffffff;
}
#helix-bottom .bottom-newsletter .btn {
  border-radius: 0px 0px 0px 0px !important;
  background: #8e8e8e;
  border: none;
  color: #fff;
}
#helix-bottom .bottom-newsletter .btn:hover {
  background: #D05423;
}
#helix-bottom .bottom-newsletter .form-check {
  margin-top: 10px;
}
#helix-bottom .bottom-newsletter .form-check-input {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #303030;
  border-radius: 0px;
}
#helix-bottom .bottom-newsletter .form-check-input:focus,
#helix-bottom .bottom-newsletter .form-check-input:hover,
#helix-bottom .bottom-newsletter .form-check-input:active {
  border: 1px solid #303030;
}
#helix-copyright {
  padding: 20px 0;
  background: #171717;
  color: #b4b4b4;
  position: relative;
}
#helix-copyright .copyright-area:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 1320px;
  height: 1px;
  background: #303030;
  left: 50%;
  transform: translateX(-50%);
}
#helix-copyright p {
  color: #b4b4b4;
}
