button, a {
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.slick-dots li button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  outline: none !important;
  border-radius: 0 !important;
  padding: 0px !important;
}

.lazy-load-anim {
  position: relative;
  overflow: hidden;
}
.lazy-load-anim .lazy-load {
  position: relative;
  z-index: 2;
}
.lazy-load-anim:after {
  content: "";
  position: absolute;
  background: white;
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, white 33%, rgba(0, 0, 0, 0.5) 66%, white 100%);
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, white 33%, rgba(0, 0, 0, 0.5) 66%, white 100%);
  background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, white 33%, rgba(0, 0, 0, 0.5) 66%, white 100%);
  background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, white 33%, rgba(0, 0, 0, 0.5) 66%, white 100%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, white 33%, rgba(0, 0, 0, 0.5) 66%, white 100%);
  background-size: 400% 400%;
  -webkit-animation: loading 5s linear infinite;
  -moz-animation: loading 5s linear infinite;
  animation: loading 5s linear infinite;
  top: 0px;
  left: 0px;
  width: 300%;
  height: 100%;
  z-index: 1;
}
@-webkit-keyframes loading {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 15% 100%;
  }
}
@-moz-keyframes loading {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 15% 100%;
  }
}
@keyframes loading {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 15% 100%;
  }
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans";
  font-weight: normal;
  background-color: #fff;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.page-wrapper {
  width: 100%;
  overflow-x: hidden;
}

.body-content-wrapper {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@-webkit-keyframes autofill {
  to {
    background: #fff;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.noscroll {
  overflow: hidden !important;
}

::-ms-clear {
  display: none;
}

.d-none {
  display: none !important;
}

textarea {
  min-height: 170px;
}

.check-box {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  text-align: left;
}
.check-box a {
  color: #fff;
  text-decoration: underline;
}
.check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  display: none;
}
.check-box:hover input ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.2);
}
.check-box input:checked ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.2);
}
.check-box input:checked ~ .checkmark:before {
  height: 6px;
  transition-delay: 0s;
}
.check-box input:checked ~ .checkmark:after {
  height: 12px;
  transition-delay: 0.1s;
}
.check-box .checkmark:after {
  left: 12px;
  bottom: 5px;
  width: 0;
  height: 0px;
  border: solid white;
  border-width: 0 2px 0 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  transition-property: height;
  transition-delay: 0s;
}
.check-box .checkmark:before {
  left: 6px;
  top: 9px;
  width: 0;
  height: 0px;
  border: solid white;
  border-width: 0 2px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  transition-property: height;
  transition-delay: 0.1s;
}

.checkmark {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #B7B5B7;
  top: calc(50% - 12px);
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.checkmark:after {
  content: "";
  position: absolute;
  height: 0px;
}
.checkmark:before {
  content: "";
  position: absolute;
  height: 0px;
}

.cta-box {
  text-align: center;
}
.cta-box.load-more {
  padding-top: 130px;
  padding-bottom: 34px;
}
.cta-box.horoscope-cta {
  padding-top: 34px;
}
@media screen and (max-width: 1300px) {
  .cta-box.load-more {
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .cta-box.load-more {
    padding-top: 30px;
  }
}

.cta-btn {
  background: #000;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 22px 56px;
  display: inline-block;
  position: relative;
  border: none;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: color;
}
.cta-btn:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0px;
  height: 100%;
  top: 0%;
  left: 0%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  transition-property: width, height;
  background: #fff;
}
.cta-btn:hover {
  color: #000;
}
.cta-btn:hover:before {
  width: 100%;
}
.cta-btn span {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .cta-btn:hover {
    color: #fff;
  }
  .cta-btn:hover:before {
    width: 0% !important;
  }
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

@font-face {
  font-family: "Butler";
  src: url("../fonts/Butler/Butler-UltraLight.woff2") format("woff2"), url("../fonts/Butler/Butler-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Butler";
  src: url("../fonts/Butler/Butler-Medium.woff2") format("woff2"), url("../fonts/Butler/Butler-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Butler";
  src: url("../fonts/Butler/Butler-Light.woff2") format("woff2"), url("../fonts/Butler/Butler-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Butler";
  src: url("../fonts/Butler/Butler-Black.woff2") format("woff2"), url("../fonts/Butler/Butler-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Butler";
  src: url("../fonts/Butler/Butler-Bold.woff2") format("woff2"), url("../fonts/Butler/Butler-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Butler";
  src: url("../fonts/Butler/Butler-ExtraBold.woff2") format("woff2"), url("../fonts/Butler/Butler-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Butler";
  src: url("../fonts/Butler/Butler.woff2") format("woff2"), url("../fonts/Butler/Butler.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
header {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  z-index: 100;
  min-height: 87px;
}
header .header-float {
  position: relative;
  display: block;
  width: 100%;
  left: 0px;
  top: 0px;
  background: #ffffff;
}
header .header-float.top-fix {
  position: fixed;
}
header .logo {
  position: absolute;
  left: 16px;
  top: 26px;
  width: 104px;
  display: inline-block;
  height: auto;
}
header .logo.home {
  display: none;
}
header .menu {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 1220px;
  position: relative;
}
header .menu nav {
  padding: 34px 0;
  display: inline-block;
}
header .menu nav a {
  color: #000000;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding: 0px 8px;
}
header .menu nav a:not(:last-child) {
  padding-right: 8px;
  margin-right: -4px;
}
header .menu nav a:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transition-property: width;
  background: #000000;
}
header .menu nav a:hover:before {
  width: 80%;
}
header .menu .right-side {
  float: right;
  display: inline-block;
}
header .menu .right-side .socials {
  border-right: 1px solid rgba(217, 217, 217, 0.2);
  display: inline-block;
  vertical-align: middle;
  padding: 32px 24px 32px 0px;
}
header .menu .right-side .socials .soc-link {
  position: relative;
  display: inline;
  vertical-align: middle;
  margin: 0px 4px;
}
header .menu .right-side .socials .soc-link img {
  width: 20px;
  height: 20px;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: opacity;
}
header .menu .right-side .socials .soc-link:hover img {
  opacity: 0.6;
}
header .menu .right-side .beauty-box {
  border-right: 1px solid rgba(217, 217, 217, 0.2);
  display: inline-block;
  vertical-align: middle;
  padding: 32px 30px 32px 30px;
}
header .menu .right-side .beauty-box a {
  font-family: "Butler";
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding: 0px 30px;
  color: #fff;
  /*&.b-club{
    color: #d01f78;

    &:before{background: #d01f78;}
  }*/
}
header .menu .right-side .beauty-box a span {
  position: relative;
  z-index: 2;
}
header .menu .right-side .beauty-box a:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 180px;
  height: 56px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #e0becc;
}
header .menu .right-side .beauty-box a.lunge:after {
  background-image: url(../img/head-button1.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1500px) {
  header .menu .right-side .beauty-box a {
    padding: 0px 15px;
    font-size: 14px;
  }
  header .menu .right-side .beauty-box a:after {
    width: 130px;
    height: 45px;
  }
}
header .menu .right-side .search {
  display: inline-block;
  vertical-align: middle;
  padding: 32px 0px 32px 16px;
}
header .menu .right-side .search button {
  border: none;
  outline: none;
  background: none;
  position: relative;
}
header .menu .right-side .search button:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-radius: 100%;
  background: #ebebeb;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  transition-property: width, height, opacity;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
}
header .menu .right-side .search button:hover:before {
  width: 46px;
  height: 46px;
  opacity: 1;
}
header .menu .right-side .search button img {
  width: 22.4px;
  height: 22.4px;
  position: relative;
  z-index: 2;
}
header .menu .search-bar {
  position: absolute;
  background: #fff;
  top: 0px;
  left: 0px;
  width: 102.5%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: opacity;
}
header .menu .search-bar.active {
  opacity: 1;
  pointer-events: all;
}
header .menu .search-bar .search-input {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 178px);
}
header .menu .search-bar .search-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Butler";
  font-weight: 500;
  font-size: 40px;
  padding: 18px 34px;
  border: none;
  outline: none;
  width: 100%;
}
header .menu .search-bar .search-input input::-webkit-search-decoration, header .menu .search-bar .search-input input::-webkit-search-cancel-button, header .menu .search-bar .search-input input::-webkit-search-results-button, header .menu .search-bar .search-input input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
header .menu .search-bar .search-actions {
  display: inline-block;
  vertical-align: middle;
}
header .menu .search-bar .search-actions button {
  width: 86px;
  height: 86px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 110px;
  outline: none;
  border: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
header .menu .search-bar .search-actions button.close {
  background-color: rgba(255, 255, 255, 0);
  margin-left: -4px;
}
header .menu .search-bar .search-actions button.close:hover {
  background-color: #ebebeb;
}
header .menu .search-bar .search-actions button.search {
  background-color: #000;
}
header .menu .search-bar .search-actions button.search:hover {
  background-color: #282828;
}
header .submenu {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  background-color: white;
  padding: 40px 0px;
  -webkit-box-shadow: 0px 21px 34px -23px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 21px 34px -23px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 21px 34px -23px rgba(0, 0, 0, 0.75);
  border-top: 1px solid #D7D7D7;
}
header .submenu .content {
  max-width: 1220px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
header .submenu .content .title {
  font-family: "Butler";
  font-weight: 500;
  font-size: 40px;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 0px;
}
header .submenu .content .menu nav {
  padding: 0 0;
}
@media screen and (max-width: 1500px) {
  header .submenu .content {
    max-width: 980px;
  }
}
@media screen and (max-width: 1500px) {
  header.alt-menu .logo {
    width: 100px;
  }
  header.alt-menu .menu {
    max-width: 1100px;
  }
  header .menu {
    max-width: 1260px;
  }
  header .menu .right-side .socials {
    padding: 32px 12px 32px 0px;
  }
  header .menu .right-side .beauty-box {
    padding: 32px 16px 32px 16px;
  }
}
@media screen and (max-width: 1300px) {
  header {
    display: none;
  }
}

footer {
  background: #010001;
}
footer .content {
  width: 1220px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 0;
}
footer .content .logo-small {
  display: none;
}
footer .content .social-links-head {
  display: none;
  float: right;
}
footer .content .social-links-head a {
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 6px;
}
footer .content .social-links-head a img {
  height: 26px;
  display: block;
}
footer .content .row.first {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 70px;
}
footer .content .row.second {
  padding-top: 64px;
}
footer .content .row .left-side {
  display: inline-block;
}
footer .content .row .left-side .logo {
  display: block;
  width: 160px;
  margin-bottom: 74px;
}
footer .content .row .left-side .links .link-col {
  padding-right: 76px;
  display: inline-block;
  vertical-align: top;
}
footer .content .row .left-side .links .link-col a {
  color: #ffffff;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
  opacity: 0.5;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: opacity;
  display: block;
}
footer .content .row .left-side .links .link-col a:hover {
  opacity: 1;
}
footer .content .row .left-side .links .link-col .social-links {
  margin-top: 52px;
  display: block;
}
footer .content .row .left-side .links .link-col .social-links a {
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 6px;
}
footer .content .row .left-side .links .link-col .social-links a img {
  height: 20px;
  display: block;
}
footer .content .row .right-side {
  float: right;
  width: 474px;
}
footer .content .row .right-side h2 {
  color: #fff;
  font-family: "Butler";
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}
footer .content .row .right-side p {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}
footer .content .row .right-side .subscription {
  display: block;
  width: 100%;
  margin-bottom: 62px;
}
footer .content .row .right-side .subscription .left-box {
  display: inline-block;
}
footer .content .row .right-side .subscription .left-box h2 {
  margin-top: 0px;
}
footer .content .row .right-side .subscription .left-box .cta-btn {
  background: #fff;
  color: #000;
  overflow: hidden;
  /*&:before{
    background: #000;
  }

  &:hover{
    color: #fff;
  }*/
}
footer .content .row .right-side .subscription .left-box .cta-btn span {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: top;
  top: 0px;
}
footer .content .row .right-side .subscription .left-box .cta-btn img {
  width: 24px;
  display: inline-block;
  height: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: top;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 78px;
  z-index: 2;
}
footer .content .row .right-side .subscription .left-box .cta-btn:hover span {
  top: -38px;
}
footer .content .row .right-side .subscription .left-box .cta-btn:hover img {
  top: 20px;
}
@media screen and (max-width: 1220px) {
  footer .content .row .right-side .subscription .left-box .cta-btn:hover span {
    top: -38px;
  }
  footer .content .row .right-side .subscription .left-box .cta-btn:hover img {
    top: 12px;
  }
}
footer .content .row .right-side .subscription .sub-img {
  float: right;
}
footer .content .row .right-side .newsletter h2 {
  margin-top: 0px;
}
footer .content .row .right-side .newsletter .newsletter-form input {
  font-size: 16px;
  width: 338px;
  padding: 22px;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  outline: none;
  background: none;
  font-family: "Raleway", sans-serif;
}
footer .content .row .right-side .newsletter .newsletter-form button {
  font-size: 16px;
  padding: 22px;
  width: 136px;
  display: inline-block;
  border: 1px solid #fff;
  outline: none;
  background: none;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  color: #fff;
  margin-left: -5px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: color;
}
footer .content .row .right-side .newsletter .newsletter-form button span {
  position: relative;
  z-index: 2;
}
footer .content .row .right-side .newsletter .newsletter-form button:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  background: #fff;
  top: 0px;
  left: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: width;
}
footer .content .row .right-side .newsletter .newsletter-form button:hover {
  color: #000;
}
footer .content .row .right-side .newsletter .newsletter-form button:hover:before {
  width: 100%;
}
footer .content .row .burda-section {
  position: relative;
}
footer .content .row .burda-section .burda-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 64px;
}
footer .content .row .burda-section p {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  color: #ffffff;
  opacity: 0.5;
  font-family: "Raleway", sans-serif;
}
footer .content .row .burda-section p.copyright {
  float: right;
  position: relative;
  margin-top: 8px;
}
@media screen and (max-width: 1500px) {
  footer .content {
    max-width: 1220px;
    width: 90%;
  }
}
@media screen and (max-width: 1220px) {
  footer .content {
    max-width: 700px;
    width: 90%;
  }
  footer .content .logo-small {
    display: inline-block;
    width: 160px;
  }
  footer .content .social-links-head {
    display: inline-block;
  }
  footer .content .row.first {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    padding-bottom: 46px;
  }
  footer .content .row .left-side {
    -webkit-order: 2;
    order: 2;
    padding-top: 44px;
  }
  footer .content .row .left-side .logo {
    display: none;
  }
  footer .content .row .left-side .links .link-col {
    padding-right: 90px;
  }
  footer .content .row .left-side .links .link-col .social-links {
    display: none;
  }
  footer .content .row .right-side {
    -webkit-order: 1;
    order: 1;
    float: none;
    padding-top: 34px;
    width: 100%;
  }
  footer .content .row .right-side .subscription {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin-bottom: 0;
  }
  footer .content .row .right-side .subscription .left-box .cta-btn {
    padding: 14px 48px;
  }
  footer .content .row .right-side .subscription .sub-img {
    display: inline-block;
    float: none;
    margin-left: 20px;
    vertical-align: top;
  }
  footer .content .row .right-side .newsletter {
    display: inline-block;
    width: 46%;
    vertical-align: top;
    padding-left: 36px;
  }
  footer .content .row .right-side .newsletter .newsletter-form input {
    width: 100%;
    max-width: 374px;
    display: block;
    padding: 14px;
  }
  footer .content .row .right-side .newsletter .newsletter-form button {
    margin-left: 0px;
    margin-top: 12px;
    padding: 14px;
  }
}
@media screen and (max-width: 1220px) and (max-width: 600px) {
  footer .content .row .right-side .newsletter .newsletter-form button:hover {
    color: #fff;
  }
  footer .content .row .right-side .newsletter .newsletter-form button:hover:before {
    width: 0% !important;
  }
}
@media screen and (max-width: 1220px) {
  footer .content .row .burda-section .burda-logo {
    width: 172px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  footer .content .row .burda-section p {
    display: block;
    text-align: center;
    margin-top: 12px;
  }
  footer .content .row .burda-section p.copyright {
    float: none;
    margin-top: 12px;
  }
}
@media screen and (max-width: 766px) {
  footer .content .row .right-side .subscription, footer .content .row .right-side .newsletter {
    display: block;
    width: 100%;
  }
  footer .content .row .right-side .subscription {
    margin-bottom: 18px;
  }
  footer .content .row .right-side .newsletter {
    padding-left: 0px;
    padding-top: 26px;
    padding-bottom: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .content .row .left-side {
    padding-top: 30px;
  }
  footer .content .row .left-side .links .link-col {
    padding-right: 50px;
  }
}
@media screen and (max-width: 600px) {
  footer .content .row .left-side .links .link-col {
    padding-right: 30px;
  }
  footer .content .row .left-side .links .link-col a {
    font-size: 12px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 500px) {
  footer .content .row .left-side .links .link-col {
    padding-right: 40px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 450px) {
  footer .content .row .burda-section p {
    font-size: 10px;
  }
  footer .content .row.first {
    padding-bottom: 0px;
  }
  footer .content .row .right-side h2 {
    font-size: 20px;
  }
  footer .content .row .left-side .links .link-col {
    padding-right: 20px;
  }
}
@media screen and (max-width: 370px) {
  footer .content .row .right-side .subscription .sub-img {
    display: none;
  }
}

.hero {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 24.64%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: padding-bottom;
}
.hero.expand {
  padding-bottom: 44.8%;
}
.hero.expand-deny.expand {
  padding-bottom: 24.64%;
}
.hero .background {
  width: 100%;
  position: absolute;
  padding-bottom: 54.96%;
  padding-top: 25px;
  height: 0;
  background: #000;
  z-index: 1;
}
.hero .background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .foreground {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.hero .foreground.stripe {
  background-image: url(../img/title-stripe.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 500px) {
  .hero .foreground.stripe {
    background-image: none;
  }
}
.hero .foreground.maximize {
  background-color: rgba(0, 0, 0, 0);
}
.hero .foreground:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 248px;
  left: 0px;
  bottom: 0px;
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.hero .foreground .hero-panel {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1220px;
  z-index: 2;
}
.hero .foreground .hero-panel .logo {
  width: 370px;
}
.hero .foreground .hero-panel .right-side {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.hero .foreground .hero-panel .right-side.rs-d-none {
  display: none;
}
@media screen and (max-width: 500px) {
  .hero .foreground .hero-panel .right-side.rs-d-none {
    display: block;
  }
}
.hero .foreground .hero-panel .right-side .toggle-size {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
  padding-left: 16px;
  letter-spacing: 0.1em;
  width: 170px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: color;
}
.hero .foreground .hero-panel .right-side .toggle-size:hover {
  color: white;
}
.hero .foreground .hero-panel .right-side .toggle-size span:nth-child(1) {
  display: block;
}
.hero .foreground .hero-panel .right-side .toggle-size span:nth-child(2) {
  display: none;
}
.hero .foreground .hero-panel .right-side .toggle-size img {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
}
.hero .foreground .hero-panel .right-side .toggle-size img.expand {
  display: block;
}
.hero .foreground .hero-panel .right-side .toggle-size img.mini {
  display: none;
}
.hero .foreground .hero-panel .right-side .toggle-size:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 26px;
  background: rgba(255, 255, 255, 0.5);
}
.hero .foreground .hero-panel .right-side .toggle-size.active span:nth-child(1) {
  display: none;
}
.hero .foreground .hero-panel .right-side .toggle-size.active span:nth-child(2) {
  display: block;
}
.hero .foreground .hero-panel .right-side .toggle-size.active img.expand {
  display: none;
}
.hero .foreground .hero-panel .right-side .toggle-size.active img.mini {
  display: block;
}
@media screen and (max-width: 1500px) {
  .hero .foreground .hero-panel {
    width: 95%;
    max-width: 1260px;
  }
  .hero .foreground .hero-panel .logo {
    width: 270px;
  }
}
@media screen and (max-width: 1300px) {
  .hero .foreground .hero-panel .logo {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  .hero .foreground .hero-panel {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero .foreground .hero-panel .logo {
    width: 200px;
  }
  .hero .foreground .hero-panel .right-side {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    margin-top: 64px;
    padding-bottom: 29.64%;
  }
  .hero.expand {
    padding-bottom: 57.8%;
  }
  .hero .foreground .hero-panel .logo {
    display: none;
  }
  .hero .foreground .hero-panel .right-side {
    bottom: -20px;
  }
  .hero .foreground .hero-panel .right-side .toggle-size:before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .hero {
    margin-top: 55px;
    padding-bottom: 36.64%;
  }
  .hero.mobile-hide {
    padding-bottom: 31.64%;
  }
  .hero.mobile-hide .background {
    display: none;
  }
  .hero.mobile-hide .foreground {
    background-image: url(../img/hero-cover.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .hero.mobile-hide .foreground:before {
    background-image: none;
  }
  .hero.mobile-hide .foreground .hero-panel {
    display: none;
  }
}

.promo-articles .wrapper {
  display: block;
  width: 1246px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #ececec;
  padding-top: 16px;
  position: relative;
}
.promo-articles .wrapper .arrow-ar {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 27%;
  display: none;
}
.promo-articles .wrapper .arrow-ar:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
.promo-articles .wrapper .arrow-ar.left {
  left: -15px;
}
.promo-articles .wrapper .arrow-ar.left:before {
  transform: rotate(-45deg);
}
.promo-articles .wrapper .arrow-ar.right {
  right: -15px;
}
.promo-articles .wrapper .arrow-ar.right:before {
  transform: rotate(135deg);
}
@media screen and (max-width: 1300px) {
  .promo-articles .wrapper .arrow-ar {
    display: block;
  }
}
.promo-articles .wrapper .article-row {
  width: 100%;
}
.promo-articles .wrapper .article-row .slick-dots {
  list-style: none;
  padding-left: 0px;
  text-align: center;
}
.promo-articles .wrapper .article-row .slick-dots li {
  display: inline-block;
  margin-right: 6px;
}
.promo-articles .wrapper .article-row .slick-dots li:not(:last-child) {
  margin-right: 6px;
}
.promo-articles .wrapper .article-row .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(path/to/your-image.png);
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  outline: none;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #E6E4E6;
  border: none;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.promo-articles .wrapper .article-row .slick-dots li button:hover {
  background-color: #000000;
}
.promo-articles .wrapper .article-row .slick-dots li.slick-active button {
  background-color: #000000;
}
.promo-articles .wrapper .article-row .article {
  display: inline-block;
  vertical-align: middle;
  width: 242px;
  padding-bottom: 14px;
  /*&:not(.slick-slide){
    float: left;
  }*/
}
.promo-articles .wrapper .article-row .article:not(:last-child) {
  margin-right: 6px;
}
.promo-articles .wrapper .article-row .article .cover {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
  overflow: hidden;
}
.promo-articles .wrapper .article-row .article .cover img {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-property: transform;
  position: relative;
  z-index: 2;
}
.promo-articles .wrapper .article-row .article:hover .cover img {
  transform: scale(1.1);
}
.promo-articles .wrapper .article-row .article .title {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  margin: 0px;
  height: 32px;
  overflow: hidden;
}
.promo-articles .wrapper .article-row .article .title:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 84px;
  height: 18px;
  background-image: linear-gradient(right, #fff 0%, #fff 25%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(right, #fff 0%, #fff 25%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(right, #fff 0%, #fff 25%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(right, #fff 0%, #fff 25%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(right, #fff 0%, #fff 25%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1300px) {
  .promo-articles {
    width: 100%;
    padding-top: 30px;
  }
  .promo-articles .wrapper {
    width: 780px;
  }
  .promo-articles .wrapper .title-articles {
    max-height: 245px;
    overflow-y: hidden;
    pointer-events: all;
    opacity: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition-property: opacity;
  }
  .promo-articles .wrapper .title-articles.not-loaded {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 800px) {
  .promo-articles {
    width: 100%;
    padding-top: 30px;
  }
  .promo-articles .wrapper {
    width: 494px;
  }
}
@media screen and (max-width: 550px) {
  .promo-articles {
    width: 100%;
    padding-top: 48px;
  }
  .promo-articles .wrapper {
    width: 96%;
    border-bottom: none;
  }
  .promo-articles .wrapper .arrow-ar {
    top: 23%;
  }
  .promo-articles .wrapper .arrow-ar.left {
    left: -6px;
  }
  .promo-articles .wrapper .arrow-ar.left:before {
    left: 11px;
  }
  .promo-articles .wrapper .arrow-ar.right {
    right: -6px;
  }
  .promo-articles .wrapper .arrow-ar.right:before {
    left: 7px;
  }
  .promo-articles .wrapper .article-row .slick-dots li button {
    width: 48px;
    height: 2px;
  }
}

.megaboard {
  padding-top: 66px;
  padding-bottom: 66px;
  padding-left: 20px;
  padding-right: 20px;
}
.megaboard.al-megaboard {
  padding-top: 0;
  padding-bottom: 0;
}
.megaboard .box {
  width: auto;
  max-width: 1260px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.megaboard .box img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 550px) {
  .megaboard {
    padding-top: 2px;
    padding-bottom: 36px;
    padding-left: 28px;
    padding-right: 28px;
  }
}

.home-slider .slider {
  width: 1260px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 54px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
}
.home-slider .slider:hover .slide-title {
  transform: scale(1.02);
}
.home-slider .slider .slider-body {
  position: relative;
}
.home-slider .slider .slider-body .arrow {
  position: absolute;
  border: none;
  background: none;
  outline: none;
  z-index: 5;
  top: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: transform;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  border-radius: 100%;
}
.home-slider .slider .slider-body .arrow img {
  width: 80%;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.home-slider .slider .slider-body .arrow.left {
  left: 15px;
}
.home-slider .slider .slider-body .arrow.right {
  right: 15px;
}
.home-slider .slider .slider-body .slides {
  width: 100%;
  overflow: hidden;
}
.home-slider .slider .slider-body .slides .slides-row {
  position: relative;
  left: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: left;
}
.home-slider .slider .slider-body .slides .slides-row .slide {
  top: 0px;
  width: 1262px;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  transition-property: left;
}
.home-slider .slider .slider-body .slides .slides-row .slide img {
  width: 100%;
  display: inline-block;
}
.home-slider .slider .slider-body .slides .slides-row .slide.active {
  left: 0px !important;
}
.home-slider .slider .slider-body .slides .slides-row .slide.left {
  left: -1268px;
  position: absolute;
}
.home-slider .slider .slider-body .slides .slides-row .slide.right {
  left: 1268px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  transition-property: left;
  position: absolute;
}
.home-slider .slider .slide-title {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 786px;
  height: 280px;
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: -112px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: transform;
}
.home-slider .slider .slide-title .title-card {
  width: 100%;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 32px;
  position: relative;
  top: 0px;
  left: 0px;
  opacity: 1;
  z-index: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: opacity;
}
.home-slider .slider .slide-title .title-card.hidden {
  opacity: 0;
  z-index: 1;
  position: absolute;
}
.home-slider .slider .slide-title .title-card .name {
  font-size: 12px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: color;
}
.home-slider .slider .slide-title .title-card .title {
  font-size: 48px;
  color: #000000;
  font-family: "Butler";
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  position: relative;
  height: 108px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: color;
}
.home-slider .slider .slide-title .title-card .title:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 84px;
  height: 50%;
  background-image: linear-gradient(right, #fff 0%, #fff 25%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(right, #fff 0%, #fff 25%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(right, #fff 0%, #fff 25%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(right, #fff 0%, #fff 25%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(right, #fff 0%, #fff 25%, rgba(255, 255, 255, 0) 100%);
}
.home-slider .slider .slide-title .title-card .author {
  font-size: 14px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: color;
}
.home-slider .slider .slide-title .title-card .date {
  font-size: 12px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: color;
}
.home-slider .slider .slide-title .slide-show-pins {
  text-align: center;
  margin-top: 30px;
}
.home-slider .slider .slide-title .slide-show-pins .pin {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-color: #E6E4E6;
  border: none;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.home-slider .slider .slide-title .slide-show-pins .pin:not(:last-child) {
  margin-right: 6px;
}
.home-slider .slider .slide-title .slide-show-pins .pin:hover {
  background-color: #000000;
}
.home-slider .slider .slide-title .slide-show-pins .pin.active {
  background-color: #000000;
}
@media screen and (max-width: 1500px) {
  .home-slider .slider {
    width: 1196px;
  }
  .home-slider .slider .slider-body .slides .slides-row .slide {
    width: 1196px;
  }
  .home-slider .slider .slider-body .slides .slides-row .slide.left {
    left: -1196px;
  }
  .home-slider .slider .slider-body .slides .slides-row .slide.right {
    left: 1196px;
  }
}
@media screen and (max-width: 1300px) {
  .home-slider .slider {
    width: 96.5%;
  }
  .home-slider .slider .slider-body .slides .slides-row .slide {
    width: 100%;
  }
  .home-slider .slider .slider-body .slides .slides-row .slide.left {
    left: -100%;
  }
  .home-slider .slider .slider-body .slides .slides-row .slide.right {
    left: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .home-slider .slider {
    width: 640px;
  }
  .home-slider .slider .slider-body .slides .slides-row .slide {
    width: 640px;
  }
  .home-slider .slider .slider-body .slides .slides-row .slide.left {
    left: -640px;
  }
  .home-slider .slider .slider-body .slides .slides-row .slide.right {
    left: 640px;
  }
  .home-slider .slider .slide-title {
    margin-top: 0px;
    width: 100%;
    height: auto;
  }
  .home-slider .slider .slide-title .title-card {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .home-slider .slider .slide-title .title-card .title {
    font-size: 38px;
    display: block;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    height: 88px;
  }
}
@media screen and (max-width: 768px) {
  .home-slider .slider .slide-title .title-card .title {
    font-size: 28px;
    height: 68px;
  }
  .home-slider .slider {
    width: 90%;
  }
  .home-slider .slider .slider-body .slides .slides-row .slide {
    width: 100%;
  }
  .home-slider .slider .slider-body .slides .slides-row .slide.left {
    left: -100%;
  }
  .home-slider .slider .slider-body .slides .slides-row .slide.right {
    left: 100%;
  }
}
@media screen and (max-width: 600px) {
  .home-slider .slider {
    width: 85%;
  }
  .home-slider .slider .slider-body .arrow.left {
    left: 10px;
  }
  .home-slider .slider .slider-body .arrow.right {
    right: 10px;
  }
  .home-slider .slider .slider-body .slides {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .home-slider .slider .slider-body .slides .slides-row .slide {
    width: 100%;
  }
  .home-slider .slider .slider-body .slides .slides-row .slide.left {
    left: -100%;
  }
  .home-slider .slider .slider-body .slides .slides-row .slide.right {
    left: 100%;
  }
  .home-slider .slider .slide-title .title-card .title {
    font-size: 20px;
    height: 48px;
  }
  .home-slider .slider .slide-title .title-card .title:before {
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  .home-slider .slider {
    padding-bottom: 26px;
  }
  .home-slider .slider .slider-body {
    z-index: 2;
  }
  .home-slider .slider .slider-body .arrow.left {
    left: 10px;
    top: 68px;
  }
  .home-slider .slider .slider-body .arrow.right {
    right: 10px;
    top: 68px;
  }
  .home-slider .slider .slide-title {
    position: relative;
    z-index: 1;
  }
  .home-slider .slider .slide-title .title-card {
    padding-top: 0px;
  }
}

.articles .article-wrapper {
  padding-top: 38px;
  width: 1260px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.articles .article-wrapper .article-box {
  width: 100%;
  max-width: 760px;
  display: block;
  padding-bottom: 16px;
}
.articles .article-wrapper .article-box:not(:last-child) {
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
}
.articles .article-wrapper .article-box .article-type-icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #010001;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: width;
  overflow: hidden;
}
.articles .article-wrapper .article-box .article-type-icon img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  width: 34px;
  height: auto;
}
.articles .article-wrapper .article-box .article-type-icon .at-name {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: opacity;
  transition-delay: 0s;
  margin: 0 20px;
}
.articles .article-wrapper .article-box .article-type-icon .ati-content {
  width: 160px;
}
.articles .article-wrapper .article-box .name {
  font-size: 12px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0px;
}
.articles .article-wrapper .article-box .title {
  font-size: 32px;
  color: #000000;
  font-family: "Butler";
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
}
.articles .article-wrapper .article-box .author {
  font-size: 14px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.articles .article-wrapper .article-box .date {
  font-size: 12px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0px;
}
.articles .article-wrapper .article-box .cover {
  position: relative;
  overflow: hidden;
}
.articles .article-wrapper .article-box .cover img {
  width: 100%;
  position: relative;
  z-index: 2;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-property: transform;
}
.articles .article-wrapper .article-box:hover .cover p {
  opacity: 1;
}
.articles .article-wrapper .article-box:hover .cover img {
  transform: scale(1.1);
}
.articles .article-wrapper .article-box:hover .article-type-icon {
  width: 160px;
}
.articles .article-wrapper .article-box:hover .article-type-icon .at-name {
  opacity: 1;
  transition-delay: 0.5s;
}
.articles .article-wrapper .article-box.horizontal {
  max-width: 100%;
}
.articles .article-wrapper .article-box.horizontal .cover {
  width: 594px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.articles .article-wrapper .article-box.horizontal .article-title-box {
  padding: 44px 32px;
  background: #ffffff;
  max-width: 546px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -86px;
  z-index: 4;
  position: relative;
}
.articles .article-wrapper .article-box.horizontal .article-title-box .article-type-icon {
  position: absolute;
  z-index: 3;
  left: -64px;
  top: 0px;
  transition-property: width, left;
}
.articles .article-wrapper .article-box.horizontal:hover .article-type-icon {
  left: -160px;
}
.articles .article-wrapper .article-box.vertical .cover {
  width: 100%;
  height: auto;
}
.articles .article-wrapper .article-box.vertical .article-title-box {
  padding: 44px 32px;
  background: #ffffff;
  max-width: 92%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -64px;
  z-index: 4;
  position: relative;
}
.articles .article-wrapper .article-box.vertical .article-title-box .article-type-icon {
  position: absolute;
  z-index: 3;
  left: 0px;
  top: -64px;
}
.articles .article-wrapper.banners {
  padding-bottom: 16px;
}
.articles .article-wrapper.banners .left-side, .articles .article-wrapper.banners .right-side {
  display: inline-block;
  vertical-align: top;
}
.articles .article-wrapper.banners .left-side {
  width: calc(100% - 302px);
}
.articles .article-wrapper.banners .right-side {
  width: 300px;
  float: right;
}
.articles .article-wrapper.banners .right-side .banner {
  width: 100%;
  height: auto;
}
.articles .article-wrapper.banners .right-side .banner:not(:last-child) {
  margin-bottom: 30px;
}
.articles .article-wrapper .banner-box {
  width: 100%;
  margin-bottom: 16px;
}
.articles .article-wrapper .banner-box .content {
  padding-top: 68px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
}
.articles .article-wrapper .banner-box .content .banner {
  width: 930px;
  height: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.articles .article-wrapper .banner-box .content .banner img {
  width: 100%;
}
.articles .article-wrapper .banner-row {
  display: block;
  width: 100%;
  padding-top: 80px;
}
.articles .article-wrapper .banner-row .banner {
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 48%;
  display: inline-block;
  padding: 47px 0px;
}
.articles .article-wrapper .banner-row .banner.banner-bg1 {
  background-image: url(../img/banner1.jpg);
}
.articles .article-wrapper .banner-row .banner.banner-bg2 {
  background-image: url(../img/banner2.jpg);
  float: right;
}
.articles .article-wrapper .banner-row .banner .title {
  font-size: 40px;
  font-family: "Butler";
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1500px) {
  .articles .article-wrapper .banner-row {
    padding-top: 154px;
  }
}
@media screen and (max-width: 1100px) {
  .articles .article-wrapper .banner-row {
    padding-top: 54px;
  }
  .articles .article-wrapper .banner-row .banner {
    width: 100%;
    max-width: 510px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .articles .article-wrapper .banner-row .banner.banner-bg2 {
    float: none;
  }
}
@media screen and (max-width: 500px) {
  .articles .article-wrapper .banner-row .banner .title {
    font-size: 30px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1500px) {
  .articles .article-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1220px;
    width: 100%;
  }
  .articles .article-wrapper .article-box {
    max-width: 700px;
  }
  .articles .article-wrapper.banners {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .articles .article-wrapper .banner-box .content .banner {
    width: 100%;
    max-width: 930px;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .articles .article-wrapper .article-box.horizontal {
    max-width: 594px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .articles .article-wrapper .article-box.horizontal .article-title-box {
    margin-left: 0px;
    display: block;
    width: 100%;
    padding: 44px 32px 10px 32px;
  }
  .articles .article-wrapper .article-box.horizontal .article-title-box .article-type-icon {
    left: 0px;
    top: -64px;
  }
  .articles .article-wrapper .article-box.horizontal .article-title-box:hover .article-type-icon {
    left: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .articles .article-wrapper.banners {
    padding-bottom: 0px;
  }
  .articles .article-wrapper.banners .left-side {
    display: block;
    width: 100%;
  }
  .articles .article-wrapper.banners .right-side {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .articles .article-wrapper .article-box {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .articles .article-wrapper .article-box {
    max-width: 600px;
  }
  .articles .article-wrapper .article-box.vertical .article-title-box {
    padding: 24px 28px;
    max-width: 100%;
    margin-top: 0px;
  }
}
@media screen and (max-width: 700px) {
  .articles .article-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .articles .article-wrapper .article-box {
    max-width: 460px;
  }
  .articles .article-wrapper .article-box.horizontal {
    max-width: 400px;
  }
  .articles .article-wrapper .article-box.horizontal .cover {
    width: 100%;
  }
  .articles .article-wrapper .article-box .title {
    font-size: 26px;
  }
  .articles .article-wrapper .banner-box .content {
    padding-top: 4px;
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 480px) {
  .articles .article-wrapper {
    padding-top: 28px;
  }
  .articles .article-wrapper .banner-box .content {
    width: 100%;
  }
  .articles .article-wrapper.banners .right-side {
    max-width: 268px;
    width: 100%;
  }
  .articles .article-wrapper .article-box {
    max-width: 100%;
  }
  .articles .article-wrapper .article-box.vertical .article-title-box {
    padding: 24px 0px 0 0px;
  }
  .articles .article-wrapper .article-box.vertical .article-title-box .article-type-icon {
    display: none;
  }
  .articles .article-wrapper .article-box.horizontal {
    max-width: 100%;
  }
  .articles .article-wrapper .article-box.horizontal .article-title-box {
    padding: 24px 0px 0 0px;
  }
  .articles .article-wrapper .article-box .title {
    font-size: 18px;
  }
  .articles .article-wrapper .article-box .date {
    margin-bottom: 0px;
  }
}

.titled-section {
  display: block;
  margin-top: 64px;
  width: 100%;
  background: #FCFAFC;
  padding: 72px 0 64px 0;
  border-top: 1px solid rgba(217, 217, 217, 0.4);
  position: relative;
}
.titled-section.horoscope-sect {
  margin-bottom: 102px;
}
.titled-section .head {
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  margin: 0px;
  top: -16px;
}
.titled-section .head:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 1px;
  background: #FCFAFC;
  left: -25%;
  top: 15px;
}
.titled-section .head span {
  position: relative;
  z-index: 2;
}
.titled-section .content {
  width: 1220px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.titled-section .content .arrow-ar2 {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 21%;
  transform: translateY(-50%);
  display: none;
}
.titled-section .content .arrow-ar2:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
.titled-section .content .arrow-ar2.left {
  left: -15px;
}
.titled-section .content .arrow-ar2.left:before {
  transform: rotate(-45deg);
}
.titled-section .content .arrow-ar2.right {
  right: -15px;
}
.titled-section .content .arrow-ar2.right:before {
  transform: rotate(135deg);
}
@media screen and (max-width: 1300px) {
  .titled-section .content .arrow-ar2 {
    display: block;
  }
}
.titled-section .content.content-horoscope {
  width: 1260px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.titled-section .content .article-row {
  width: 100%;
}
.titled-section .content .article-row .slick-dots {
  list-style: none;
  padding-left: 0px;
  text-align: center;
}
.titled-section .content .article-row .slick-dots li {
  display: inline-block;
}
.titled-section .content .article-row .slick-dots li:not(:last-child) {
  margin-right: 6px;
}
.titled-section .content .article-row .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(path/to/your-image.png);
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  outline: none;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #E6E4E6;
  border: none;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.titled-section .content .article-row .slick-dots li button:hover {
  background-color: #000000;
}
.titled-section .content .article-row .slick-dots li.slick-active button {
  background-color: #000000;
}
.titled-section .content .article-row .article {
  display: inline-block;
  vertical-align: middle;
  width: 294px;
  padding-bottom: 14px;
}
.titled-section .content .article-row .article:not(:last-child) {
  margin-right: 10px;
}
.titled-section .content .article-row .article .cover {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
  display: block;
  overflow: hidden;
}
.titled-section .content .article-row .article .cover p {
  color: #ffffff;
  font-size: 18px;
  font-family: "Butler";
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-property: opacity;
  transition-property: opacity, color;
  transition-delay: 0s;
  margin: 0;
}
.titled-section .content .article-row .article .cover p:hover {
  color: rgba(255, 255, 255, 0.7);
  transition-delay: 0s !important;
}
.titled-section .content .article-row .article .cover img {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-property: transform;
  z-index: 1;
  position: relative;
}
.titled-section .content .article-row .article:hover .cover img {
  transform: scale(1.1);
}
.titled-section .content .article-row .article .article-head .name {
  font-size: 12px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0px;
}
.titled-section .content .article-row .article .article-head .title {
  font-size: 20px;
  color: #000000;
  font-family: "Butler";
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
}
.titled-section .content .article-row .article .article-head .author {
  font-size: 14px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.titled-section .content .article-row .article .article-head .date {
  font-size: 12px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0px;
}
.titled-section .content .horoscope {
  width: 100%;
  position: relative;
}
.titled-section .content .horoscope .hc-cards {
  width: 100%;
  overflow: hidden;
}
.titled-section .content .horoscope .hc-cards .cards-wrapper {
  width: 100%;
  position: relative;
}
.titled-section .content .horoscope .hc-cards .cards-wrapper .card {
  display: inline-block;
  vertical-align: top;
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.titled-section .content .horoscope .hc-cards .cards-wrapper .card:hover .card-title {
  margin-top: -50px;
}
.titled-section .content .horoscope .hc-cards .cards-wrapper .card img {
  width: 100%;
  height: auto;
  display: block;
}
.titled-section .content .horoscope .hc-cards .cards-wrapper .card .card-title {
  width: 84%;
  background: #fff;
  padding: 28px 20px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -30px;
  z-index: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: margin-top;
}
.titled-section .content .horoscope .hc-cards .cards-wrapper .card .card-title h2 {
  margin: 0px;
  font-family: "Butler";
  color: #000;
  font-weight: bold;
  font-size: 32px;
  text-transform: uppercase;
}
.titled-section .content .horoscope .hc-cards .cards-wrapper .card .card-title p {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.titled-section .content .horoscope .hc-cards .cards-wrapper .card .lazy-load-anim {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}
.titled-section .content .horoscope .arrow-hc {
  position: absolute;
  border: none;
  background: none;
  outline: none;
  z-index: 2;
  top: calc(50% - 50px);
  cursor: pointer;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 100%;
}
.titled-section .content .horoscope .arrow-hc:before {
  content: "";
  position: absolute;
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
  width: 9px;
  height: 9px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: transform;
}
.titled-section .content .horoscope .arrow-hc.left {
  left: -30px;
}
.titled-section .content .horoscope .arrow-hc.left:before {
  transform: rotate(-45deg);
  top: 8px;
  left: 8px;
}
.titled-section .content .horoscope .arrow-hc.right {
  right: -30px;
}
.titled-section .content .horoscope .arrow-hc.right:before {
  transform: rotate(135deg);
  top: 8px;
  left: 6px;
}
.titled-section .content .horoscope .slick-dots {
  list-style: none;
  padding-left: 0px;
  text-align: center;
}
.titled-section .content .horoscope .slick-dots li {
  display: inline-block;
}
.titled-section .content .horoscope .slick-dots li:not(:last-child) {
  margin-right: 6px;
}
.titled-section .content .horoscope .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(path/to/your-image.png);
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  outline: none;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #E6E4E6;
  border: none;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.titled-section .content .horoscope .slick-dots li button:hover {
  background-color: #000000;
}
.titled-section .content .horoscope .slick-dots li.slick-active button {
  background-color: #000000;
}
@media screen and (max-width: 1500px) {
  .titled-section .content.content-horoscope {
    width: 1100px;
  }
}
@media screen and (max-width: 1300px) {
  .titled-section .content {
    width: 914px;
  }
  .titled-section .content.content-horoscope {
    width: 800px;
  }
}
@media screen and (max-width: 1000px) {
  .titled-section .content {
    width: 626px;
  }
  .titled-section .content.content-horoscope {
    width: 600px;
  }
}
@media screen and (max-width: 750px) {
  .titled-section .content.content-horoscope {
    width: 400px;
  }
}
@media screen and (max-width: 700px) {
  .titled-section .content {
    width: 100%;
    max-width: 320px;
  }
  .titled-section.top-articles .content {
    max-width: 288px;
  }
}
@media screen and (max-width: 540px) {
  .titled-section {
    margin-top: 30px;
    padding: 30px 0 36px 0;
    margin-bottom: 0px;
  }
  .titled-section .head {
    font-size: 16px;
    padding-top: 6px;
  }
  .titled-section.horoscope-sect {
    margin-bottom: 0px;
  }
  .titled-section.top-articles {
    padding: 30px 0 6px 0;
    margin-bottom: 26px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.4);
  }
  .titled-section.top-articles .content {
    max-width: 90%;
  }
  .titled-section .content .horoscope .arrow-hc.left {
    left: 0px;
  }
  .titled-section .content .horoscope .arrow-hc.right {
    right: 0px;
  }
  .titled-section .content.content-horoscope {
    width: 280px;
  }
  .titled-section .content .article-row .article:not(:last-child) {
    margin-right: 0px;
  }
  .titled-section .content .article-row .article .article-head {
    text-align: center;
  }
  .titled-section .content .article-row .article .article-head .date {
    margin-bottom: 0px;
  }
  .titled-section .content .article-row .slick-dots {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .titled-section .content .article-row .slick-dots li button {
    width: 48px;
    height: 2px;
  }
}

.newsletter-section {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 150px;
  background: url("../img/newsletter-cover.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.newsletter-section .content {
  width: 90%;
  max-width: 1220px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.newsletter-section .content .logo {
  display: inline-block;
  width: 420px;
  height: auto;
  margin-top: 6px;
}
.newsletter-section .content .newsletter-form {
  float: right;
  width: 610px;
}
.newsletter-section .content .newsletter-form .row {
  width: 100%;
  display: block;
}
.newsletter-section .content .newsletter-form .row:nth-child(2) {
  margin-top: 46px;
}
.newsletter-section .content .newsletter-form .title {
  font-family: "Butler";
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}
.newsletter-section .content .newsletter-form .social-links {
  float: right;
}
.newsletter-section .content .newsletter-form .social-links a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: opacity;
}
.newsletter-section .content .newsletter-form .social-links a:hover {
  opacity: 0.5;
}
.newsletter-section .content .newsletter-form .social-links a img {
  height: 20px;
}
.newsletter-section .content .newsletter-form .input-group {
  position: relative;
  display: block;
}
.newsletter-section .content .newsletter-form .input-group input {
  outline: none;
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  padding: 0px 10px 2px 10px;
  color: #fff;
  z-index: 10;
}
.newsletter-section .content .newsletter-form .input-group input:focus + .placeholder {
  top: -36px;
  left: -20px;
  transform: scale(0.6);
  transition-delay: 0.2s;
}
.newsletter-section .content .newsletter-form .input-group input:-webkit-autofill + .placeholder {
  top: -36px;
  left: -20px;
  transform: scale(0.6);
  transition-delay: 0.2s;
}
.newsletter-section .content .newsletter-form .input-group input:not(:placeholder-shown) + .placeholder {
  top: -36px;
  left: -20px;
  transform: scale(0.6);
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
    color: #fff;
  }
}
.newsletter-section .content .newsletter-form .input-group input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.newsletter-section .content .newsletter-form .input-group .placeholder {
  position: absolute;
  top: 0px;
  left: 10px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  font-family: "Raleway", sans-serif;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
}
.newsletter-section .content .newsletter-form .input-group .placeholder.ie-edge-move {
  top: -36px;
  left: -20px;
  transform: scale(0.6);
  transition-delay: 0.2s;
}
.newsletter-section .content .newsletter-form .input-group .check-box {
  display: block;
  margin-top: 24px;
}
.newsletter-section .content .newsletter-form .input-group button {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transition-property: padding;
  font-family: "Raleway", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 7px 0px 7px 0px;
  position: relative;
  transition-delay: 0.5;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 12;
}
.newsletter-section .content .newsletter-form .input-group button:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transition-property: width;
  transition-delay: 0;
  background: rgba(255, 255, 255, 0.3);
}
.newsletter-section .content .newsletter-form .input-group button span {
  position: relative;
  z-index: 2;
}
.newsletter-section .content .newsletter-form .input-group button:hover {
  padding: 7px 16px 7px 16px;
  transition-delay: 0;
}
.newsletter-section .content .newsletter-form .input-group button:hover:before {
  width: 100%;
  transition-delay: 0.5;
}
@media screen and (max-width: 600px) {
  .newsletter-section .content .newsletter-form .input-group button {
    padding: 7px 0px 7px 0px;
    transition-delay: 0;
  }
  .newsletter-section .content .newsletter-form .input-group button:hover:before {
    width: 0%;
  }
}
@media screen and (max-width: 1500px) {
  .newsletter-section .content .newsletter-form {
    width: 520px;
  }
}
@media screen and (max-width: 1300px) {
  .newsletter-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .newsletter-section .content .logo {
    display: none;
  }
  .newsletter-section .content .newsletter-form {
    float: none;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 650px) {
  .newsletter-section .content .newsletter-form {
    padding-bottom: 100px;
  }
  .newsletter-section .content .newsletter-form .title {
    font-size: 26px;
  }
  .newsletter-section .content .newsletter-form .social-links a {
    margin-left: 0px;
    margin-right: 8px;
  }
  .newsletter-section .content .newsletter-form .input-group .placeholder {
    top: 18px;
    left: 14px;
    font-size: 18px;
    color: #000;
    z-index: 12;
    pointer-events: none;
  }
  .newsletter-section .content .newsletter-form .input-group .placeholder.ie-edge-move {
    top: 18px;
    left: 14px;
    opacity: 0;
    transform: scale(1);
    transition-delay: 0s;
  }
  .newsletter-section .content .newsletter-form .input-group .checkbox {
    padding-right: 28px;
  }
  .newsletter-section .content .newsletter-form .input-group input {
    background: #fff;
    padding: 10px 10px 10px 10px;
    color: #000;
  }
  .newsletter-section .content .newsletter-form .input-group input:focus + .placeholder {
    top: 18px;
    left: 14px;
    opacity: 0;
    transform: scale(1);
  }
  .newsletter-section .content .newsletter-form .input-group input:-webkit-autofill + .placeholder {
    top: 18px;
    left: 14px;
    opacity: 0;
    transform: scale(1);
  }
  .newsletter-section .content .newsletter-form .input-group input:not(:placeholder-shown) + .placeholder {
    top: 18px;
    left: 14px;
    opacity: 0;
    transform: scale(1);
  }
  .newsletter-section .content .newsletter-form .input-group .check-box {
    margin-top: 16px;
  }
  .newsletter-section .content .newsletter-form .input-group button {
    left: 0px;
    top: 110px;
    width: 140px;
    height: 48px;
    background: #000;
    font-weight: 400;
    font-size: 14px;
  }
  .newsletter-section .content .newsletter-form .row:nth-child(2) {
    margin-top: 12px;
  }
}
.follow-us {
  padding-top: 80px;
  padding-bottom: 48px;
}
.follow-us .content {
  width: 1220px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #010001;
  position: relative;
}
.follow-us .content .left-side {
  padding: 63.7px 70px;
  display: inline-block;
  width: 540px;
}
.follow-us .content .left-side h1 {
  margin: 0px;
  color: #ffffff;
  font-size: 64px;
  font-family: "Butler";
  text-transform: uppercase;
  display: block;
}
.follow-us .content .left-side .social-links {
  margin-top: 62px;
  display: block;
}
.follow-us .content .left-side .social-links a {
  vertical-align: middle;
  display: inline-block;
  margin-right: 16px;
}
.follow-us .content .left-side .social-links a img {
  height: 40px;
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: opacity;
}
.follow-us .content .left-side .social-links a:hover img {
  opacity: 0.5;
}
@media screen and (max-width: 600px) {
  .follow-us .content .left-side .social-links a:hover img {
    opacity: 1;
  }
}
.follow-us .content .left-side .social-links .hashtag {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  float: right;
  margin-bottom: 0;
  margin-top: 16px;
}
.follow-us .content .right-side {
  position: absolute;
  right: 0px;
  bottom: -4px;
}
@media screen and (max-width: 1500px) {
  .follow-us .content {
    width: 1016px;
  }
  .follow-us .content .left-side {
    padding: 54.5px 54px;
    width: 432px;
  }
  .follow-us .content .left-side h1 {
    font-size: 50px;
  }
  .follow-us .content .right-side {
    width: 585px;
  }
  .follow-us .content .right-side img {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .follow-us .content {
    width: 726px;
  }
  .follow-us .content .left-side {
    padding: 32.5px 30px;
    width: 290px;
  }
  .follow-us .content .left-side h1 {
    font-size: 36px;
  }
  .follow-us .content .left-side .social-links a img {
    height: 30px;
  }
  .follow-us .content .left-side .social-links .hashtag {
    margin-top: 4px;
  }
  .follow-us .content .right-side {
    width: 436px;
  }
  .follow-us .content .right-side img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .follow-us {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .follow-us .content {
    width: 470px;
  }
  .follow-us .content .left-side {
    width: 270px;
  }
  .follow-us .content .left-side h1 {
    font-size: 30px;
  }
  .follow-us .content .right-side {
    width: 200px;
    overflow-x: hidden;
  }
  .follow-us .content .right-side img {
    width: 409px;
    position: relative;
    left: -64px;
  }
}
@media screen and (max-width: 480px) {
  .follow-us .content {
    width: 95%;
    max-width: 356px;
  }
  .follow-us .content .left-side {
    padding: 16.25px 16px;
    width: 156px;
  }
  .follow-us .content .left-side h1 {
    font-size: 20px;
  }
  .follow-us .content .left-side .social-links {
    margin-top: 30px;
  }
  .follow-us .content .left-side .social-links .hashtag {
    margin-top: 10px;
    float: none;
  }
  .follow-us .content .right-side {
    width: 150px;
    overflow-x: hidden;
  }
  .follow-us .content .right-side img {
    width: 311px;
    position: relative;
    left: -64px;
  }
}

.paging {
  text-align: center;
  padding-bottom: 70px;
}
.paging .jump-to-first, .paging .jump-to-last {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  background-color: #FBF9FB;
  position: relative;
  margin-left: -2px;
  margin-right: -2px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.paging .jump-to-first:hover, .paging .jump-to-last:hover {
  background-color: #e2dee2;
}
.paging .jump-to-first:before, .paging .jump-to-last:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  top: 50%;
  left: 45%;
}
.paging .jump-to-first:after, .paging .jump-to-last:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  top: 50%;
  left: 55%;
}
.paging .jump-to-first:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.paging .jump-to-first:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.paging .jump-to-last:before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.paging .jump-to-last:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.paging .prev, .paging .next {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  background-color: #F7F5F7;
  position: relative;
  margin-left: -2px;
  margin-right: -2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.paging .prev:hover, .paging .next:hover {
  background-color: #e2dee2;
}
.paging .prev:before, .paging .next:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  top: 50%;
  left: 50%;
}
.paging .prev:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.paging .next:before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.paging .pages {
  display: inline-block;
}
.paging .pages .page-number {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #000;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0);
  margin-left: -2px;
  margin-right: -2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.paging .pages .page-number:hover {
  background-color: #F7F5F7;
}
@media screen and (max-width: 600px) {
  .paging .jump-to-first, .paging .jump-to-last {
    width: 30px;
    height: 30px;
  }
  .paging .prev, .paging .next {
    width: 30px;
    height: 30px;
  }
  .paging .pages .page-number {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.best-of-articles {
  padding-bottom: 32px;
}
.best-of-articles .slick-dots {
  list-style: none;
  padding-left: 0px;
  text-align: center;
}
.best-of-articles .slick-dots li {
  display: inline-block;
}
.best-of-articles .slick-dots li:not(:last-child) {
  margin-right: 6px;
}
.best-of-articles .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(path/to/your-image.png);
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  outline: none;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #E6E4E6;
  border: none;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.best-of-articles .slick-dots li button:hover {
  background-color: #000000;
}
.best-of-articles .slick-dots li.slick-active button {
  background-color: #000000;
}
.best-of-articles .content {
  width: 1220px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.best-of-articles .content .arrow-ar3 {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 54%;
  transform: translateY(-50%);
  display: none;
}
.best-of-articles .content .arrow-ar3:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
.best-of-articles .content .arrow-ar3.left {
  left: -15px;
}
.best-of-articles .content .arrow-ar3.left:before {
  transform: rotate(-45deg);
}
.best-of-articles .content .arrow-ar3.right {
  right: -15px;
}
.best-of-articles .content .arrow-ar3.right:before {
  transform: rotate(135deg);
}
@media screen and (max-width: 1300px) {
  .best-of-articles .content .arrow-ar3 {
    display: block;
  }
}
.best-of-articles .content .title {
  font-family: "Butler";
  font-weight: 500;
  color: #000;
  font-size: 22px;
}
.best-of-articles .content .articles-wrapper {
  border-top: 1px solid rgba(217, 217, 217, 0.4);
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
  padding-top: 16px;
  padding-bottom: 16px;
}
.best-of-articles .content .articles-wrapper .box {
  display: inline-block;
  vertical-align: top;
  width: 230px;
}
.best-of-articles .content .articles-wrapper .box:not(:last-child) {
  margin-right: 13px;
}
.best-of-articles .content .articles-wrapper .box p {
  font-family: "Butler";
  font-weight: bold;
  color: #646464;
  font-size: 16px;
  margin-top: 0px;
}
.best-of-articles .content .articles-wrapper .box img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1300px) {
  .best-of-articles .content {
    width: 1000px;
  }
}
@media screen and (max-width: 1100px) {
  .best-of-articles .content {
    width: 680px;
  }
}
@media screen and (max-width: 750px) {
  .best-of-articles .content {
    width: 280px;
  }
}
@media screen and (max-width: 480px) {
  .best-of-articles .content .articles-wrapper .box:not(:last-child) {
    margin-right: 0px;
  }
}

.subscription-box {
  position: fixed;
  z-index: 114;
  background-color: #FAFAFA;
  padding: 16px 18px;
  left: 16px;
  bottom: 20px;
}
.subscription-box .close-sb {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #000000;
  cursor: pointer;
  color: #fff;
  position: absolute;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 26px;
  left: 0px;
  top: -24px;
  text-align: center;
  line-height: 17px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.subscription-box .close-sb:hover {
  background-color: #282828;
}
.subscription-box .left-side {
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}
.subscription-box .left-side h2 {
  margin-right: 22px;
  display: inline-block;
  vertical-align: top;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: 1.5em;
  margin-top: 0px;
}
.subscription-box .left-side h2 strong {
  font-weight: bold;
}
.subscription-box .left-side .cta-btn {
  padding: 22px 34px;
  overflow: hidden;
  /*&:hover{
    color: #fff;
  }*/
}
.subscription-box .left-side .cta-btn:before {
  background: #000;
}
.subscription-box .left-side .cta-btn span {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: top;
  top: 0px;
}
.subscription-box .left-side .cta-btn img {
  width: 24px;
  display: inline-block;
  height: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: top;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 78px;
  z-index: 2;
}
.subscription-box .left-side .cta-btn:hover span {
  top: -38px;
}
.subscription-box .left-side .cta-btn:hover img {
  top: 20px;
}
@media screen and (max-width: 1220px) {
  .subscription-box .left-side .cta-btn:hover span {
    top: -38px;
  }
  .subscription-box .left-side .cta-btn:hover img {
    top: 12px;
  }
}
.subscription-box .left-side .another-options {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #000000;
  margin-top: 38px;
}
.subscription-box .left-side .another-options a {
  font-weight: bold;
  text-decoration: underline;
  color: #000000;
  margin-left: 6px;
}
.subscription-box .right-cover {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1360px) {
  .subscription-box {
    display: none;
  }
}

.popup-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 262656;
  top: 0px;
  left: 0px;
  display: none;
}
.popup-cover .popup-wrapper {
  position: relative;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 1220px;
  text-align: left;
}
.popup-cover .popup-wrapper .left-side, .popup-cover .popup-wrapper .right-side {
  display: inline-block;
  vertical-align: top;
}
.popup-cover .popup-wrapper .left-side {
  position: relative;
}
.popup-cover .popup-wrapper .left-side .popup-cover-img {
  display: block;
}
.popup-cover .popup-wrapper .left-side .logo {
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 40px;
}
.popup-cover .popup-wrapper .right-side {
  text-align: left;
  margin-left: -4px;
  width: calc(100% - 614px);
}
.popup-cover .popup-wrapper .right-side .row.first {
  padding: 56px 64px 26px 64px;
}
.popup-cover .popup-wrapper .right-side .row.second {
  padding: 56px 64px 26px 64px;
  border-top: 1px solid #d9d9d9;
  background: #FBF9FB;
}
.popup-cover .popup-wrapper .right-side .row.second .checkmark {
  background-color: #fff;
}
.popup-cover .popup-wrapper .right-side .row.second .check-box {
  color: #000;
  display: inline-block;
}
.popup-cover .popup-wrapper .right-side .row.second .check-box:hover input ~ .checkmark {
  background-color: rgba(0, 0, 0, 0.2);
}
.popup-cover .popup-wrapper .right-side .row.second .check-box input:checked ~ .checkmark {
  background-color: black;
}
.popup-cover .popup-wrapper .right-side .row.third {
  padding: 12px 64px 12px 64px;
  background: #000;
}
.popup-cover .popup-wrapper .right-side .row.third .checkmark {
  background-color: #fff;
}
.popup-cover .popup-wrapper .right-side .row.third .check-box:hover input ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.2);
}
.popup-cover .popup-wrapper .right-side .row.third .check-box input:checked ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.2);
}
.popup-cover .popup-wrapper .right-side .your-email {
  font-size: 24px;
  font-family: "Butler";
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.popup-cover .popup-wrapper .right-side .your-email-input {
  border: none;
  outline: none;
  background: none;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #000000;
  padding: 18px 10px;
  width: 100%;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
    color: #fff;
  }
}
.popup-cover .popup-wrapper .right-side .your-email-input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.popup-cover .popup-wrapper .right-side .news-reg-info {
  margin-top: 22px;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: #000000;
}
.popup-cover .popup-wrapper .right-side .more-news {
  font-size: 16px;
  font-family: "Butler";
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.popup-cover .popup-wrapper .right-side .cta-btn {
  width: 100%;
}
.popup-cover .popup-wrapper .right-side .cb-wrapper {
  display: block;
  margin-top: 16px;
  margin-bottom: 30px;
}

.scroll-menu {
  position: fixed;
  z-index: 123;
  top: 0px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: opacity;
}
.scroll-menu.active-sm {
  opacity: 1;
  pointer-events: all;
}
.scroll-menu .nav-icon-box {
  position: relative;
  width: 96px;
  height: 96px;
  line-height: 96px;
  background-color: #fff;
  border: 1px solid #DFDDDF;
  text-align: center;
  z-index: 2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-property: background-color;
  cursor: pointer;
  transition-property: background-color, border;
}
.scroll-menu .nav-icon-box.nav-icon-box-active {
  background-color: #000;
  border: 1px solid #000;
}
.scroll-menu .nav-icon-box.nav-icon-box-active .menu-label {
  opacity: 0;
}
.scroll-menu .nav-icon-box.nav-hide {
  display: block;
}
@media screen and (max-width: 768px) {
  .scroll-menu .nav-icon-box.nav-hide {
    display: none;
  }
}
.scroll-menu .nav-icon-box .menu-label {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-size: 12px;
  margin: 0px;
  position: absolute;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
  top: 34px;
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-property: opacity;
}
.scroll-menu .nav-icon-box .nav-icon {
  width: 24px;
  height: 16px;
  position: relative;
  display: inline-block;
}
.scroll-menu .nav-icon-box .nav-icon div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0px;
  background: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-property: all;
}
.scroll-menu .nav-icon-box .nav-icon div:nth-child(1) {
  opacity: 1;
  top: 0%;
}
.scroll-menu .nav-icon-box .nav-icon div:nth-child(2) {
  top: 50%;
}
.scroll-menu .nav-icon-box .nav-icon div:nth-child(3) {
  top: 50%;
}
.scroll-menu .nav-icon-box .nav-icon div:nth-child(4) {
  opacity: 1;
  top: 100%;
  width: 80%;
}
.scroll-menu .nav-icon-box .nav-icon.nav-icon-active div {
  background: #fff;
  width: 100%;
}
.scroll-menu .nav-icon-box .nav-icon.nav-icon-active div:nth-child(1) {
  opacity: 0;
}
.scroll-menu .nav-icon-box .nav-icon.nav-icon-active div:nth-child(2) {
  transform: rotate(45deg);
}
.scroll-menu .nav-icon-box .nav-icon.nav-icon-active div:nth-child(3) {
  transform: rotate(-45deg);
}
.scroll-menu .nav-icon-box .nav-icon.nav-icon-active div:nth-child(4) {
  opacity: 0;
}
.scroll-menu .nav-icon-box .nav-icon.nav-icon-active:hover:nth-child(2) {
  width: 100%;
}
.scroll-menu .nav-icon-box:hover .nav-icon div:nth-child(1) {
  width: 100%;
}
.scroll-menu .nav-icon-box:hover .nav-icon div:nth-child(2) {
  width: 100%;
}
.scroll-menu .nav-icon-box:hover .nav-icon div:nth-child(3) {
  width: 100%;
}
.scroll-menu .menu-content {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  pointer-events: none;
  z-index: 1;
  top: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-property: opacity;
  opacity: 0;
}
.scroll-menu .menu-content.menu-content-active {
  pointer-events: all;
  opacity: 1;
}
.scroll-menu .menu-content .head {
  width: 100%;
  border-bottom: 1px solid #EEECEE;
  height: 96px;
}
.scroll-menu .menu-content .head .content {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1266px;
  height: 100%;
  padding-top: 34px;
  padding-left: 46px;
}
.scroll-menu .menu-content .head .content .logo {
  width: 102px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: -47px;
}
.scroll-menu .menu-content .head .content .social-links {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 76px;
}
.scroll-menu .menu-content .head .content .social-links a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: opacity;
  margin-right: 10px;
}
.scroll-menu .menu-content .head .content .social-links a img {
  height: 20px;
  width: auto;
  display: inline-block;
}
.scroll-menu .menu-content .head .content .social-links a:hover {
  opacity: 0.5;
}
.scroll-menu .menu-content .head .content .search-on {
  float: right;
  border: none;
  outline: none;
  background: none;
  position: relative;
  margin-top: 5px;
  margin-right: 12px;
}
.scroll-menu .menu-content .head .content .search-on:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-radius: 100%;
  background: #ebebeb;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  transition-property: width, height, opacity;
  z-index: 1;
}
.scroll-menu .menu-content .head .content .search-on:hover:before {
  width: 46px;
  height: 46px;
  opacity: 1;
}
.scroll-menu .menu-content .head .content .search-on img {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 2;
}
.scroll-menu .menu-content .head .content .search-bar {
  position: absolute;
  background: #fff;
  top: 0px;
  left: 0px;
  width: 102.5%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: opacity;
}
.scroll-menu .menu-content .head .content .search-bar.active {
  opacity: 1;
  pointer-events: all;
}
.scroll-menu .menu-content .head .content .search-bar .search-input {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 202px);
  height: 100%;
}
.scroll-menu .menu-content .head .content .search-bar .search-input input {
  -webkit-appearance: none;
  font-family: "Butler";
  font-weight: 500;
  font-size: 40px;
  padding: 0px 34px;
  border: none;
  outline: none;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.scroll-menu .menu-content .head .content .search-bar .search-input input::-webkit-search-decoration, .scroll-menu .menu-content .head .content .search-bar .search-input input::-webkit-search-cancel-button, .scroll-menu .menu-content .head .content .search-bar .search-input input::-webkit-search-results-button, .scroll-menu .menu-content .head .content .search-bar .search-input input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.scroll-menu .menu-content .head .content .search-bar .search-actions {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.scroll-menu .menu-content .head .content .search-bar .search-actions button {
  width: 86px;
  height: 96px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 116px;
  outline: none;
  border: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.scroll-menu .menu-content .head .content .search-bar .search-actions button.close {
  background-color: rgba(255, 255, 255, 0);
  margin-left: -4px;
}
.scroll-menu .menu-content .head .content .search-bar .search-actions button.close:hover {
  background-color: #ebebeb;
}
.scroll-menu .menu-content .head .content .search-bar .search-actions button.search {
  background-color: #000;
}
.scroll-menu .menu-content .head .content .search-bar .search-actions button.search:hover {
  background-color: #282828;
}
.scroll-menu .menu-content .menu-box {
  width: 100%;
  text-align: center;
  height: calc(100vh - 96px);
  overflow-x: hidden;
  overflow-y: auto;
}
.scroll-menu .menu-content .menu-box .center-content {
  border-left: 1px solid #EEECEE;
  padding-top: 138px;
  padding-bottom: 50px;
  display: inline-block;
  text-align: left;
}
.scroll-menu .menu-content .menu-box .center-content .primary-menu {
  width: 512px;
  display: inline-block;
  vertical-align: top;
}
.scroll-menu .menu-content .menu-box .center-content .primary-menu .item {
  display: block;
  color: #000;
  font-size: 32px;
  font-family: "Butler";
  font-weight: 500;
  margin-bottom: 24px;
  text-transform: uppercase;
  padding-left: 44px;
  margin-left: -1px;
  border-left: 2px solid rgba(255, 255, 255, 0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: border-left;
  position: relative;
  cursor: pointer;
}
.scroll-menu .menu-content .menu-box .center-content .primary-menu .item .item-title {
  display: block;
}
.scroll-menu .menu-content .menu-box .center-content .primary-menu .item .item-title.link {
  color: #000000;
}
.scroll-menu .menu-content .menu-box .center-content .primary-menu .item .item-title.link:before {
  display: none !important;
}
.scroll-menu .menu-content .menu-box .center-content .primary-menu .item .secondary-menu {
  margin-top: 20px;
  display: none;
  height: auto;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEECEE;
}
.scroll-menu .menu-content .menu-box .center-content .primary-menu .item .secondary-menu a {
  font-weight: 600;
  padding-left: 10px;
}
.scroll-menu .menu-content .menu-box .center-content .primary-menu .item .secondary-menu .show-all {
  opacity: 0.6;
}
.scroll-menu .menu-content .menu-box .center-content .primary-menu .item:hover {
  border-left: 2px solid #000;
}
.scroll-menu .menu-content .menu-box .center-content .primary-menu .item.active .secondary-menu {
  display: none;
}
.scroll-menu .menu-content .menu-box .center-content .primary-menu .item.desktop-hide {
  display: none;
}
.scroll-menu .menu-content .menu-box .center-content .primary-menu .item .cta-btn {
  font-family: "Butler";
  font-size: 18px;
  padding: 22px 0px;
  width: 100%;
  margin-top: 12px;
  text-align: center;
  position: relative;
}
.scroll-menu .menu-content .menu-box .center-content .primary-menu .item .cta-btn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
}
@media screen and (max-width: 768px) {
  .scroll-menu .menu-content .menu-box .center-content .primary-menu .item:hover {
    border-left: 2px solid rgba(0, 0, 0, 0);
  }
  .scroll-menu .menu-content .menu-box .center-content .primary-menu .item.active .item-title {
    position: relative;
  }
  .scroll-menu .menu-content .menu-box .center-content .primary-menu .item.active .item-title:before {
    transform: rotate(45deg) translateY(-100%);
    right: 28px;
  }
  .scroll-menu .menu-content .menu-box .center-content .primary-menu .item.active .secondary-menu {
    display: block;
  }
  .scroll-menu .menu-content .menu-box .center-content .primary-menu .item .item-title:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    right: 20px;
    top: 50%;
    transform: rotate(-45deg) translateY(-100%);
  }
}
.scroll-menu .menu-content .menu-box .center-content .secondary-menu {
  width: 364px;
  height: 364px;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #EEECEE;
}
.scroll-menu .menu-content .menu-box .center-content .secondary-menu a {
  display: block;
  color: #000;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-left: 20px;
  margin-left: -1px;
  border-left: 2px solid rgba(255, 255, 255, 0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: border-left;
}
.scroll-menu .menu-content .menu-box .center-content .secondary-menu a:hover {
  border-left: 2px solid #000;
}
.scroll-menu .menu-content .menu-box .center-content .secondary-menu a.active {
  border-left: 2px solid #000;
}
.scroll-menu .menu-content .menu-box .center-content .microsite-links {
  width: 386px;
  display: inline-block;
  vertical-align: top;
}
.scroll-menu .menu-content .menu-box .center-content .microsite-links img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}
.scroll-menu .menu-content .menu-box .center-content .microsite-links .social-links {
  display: none;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.scroll-menu .menu-content .menu-box .center-content .microsite-links .social-links a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: opacity;
  margin-right: 10px;
  height: auto;
}
.scroll-menu .menu-content .menu-box .center-content .microsite-links .social-links a:not(:last-child) {
  margin-bottom: 0px;
}
.scroll-menu .menu-content .menu-box .center-content .microsite-links .social-links a img {
  height: 20px;
  width: auto;
  display: inline-block;
  top: 0px;
  transform: none;
}
.scroll-menu .menu-content .menu-box .center-content .microsite-links .social-links a:hover {
  opacity: 0.5;
}
.scroll-menu .menu-content .menu-box .center-content .row {
  display: block;
  width: 100%;
  padding-top: 54px;
  padding-left: 44px;
}
.scroll-menu .menu-content .menu-box .center-content .row .subscription-elle {
  width: 600px;
  height: 196px;
  padding: 50px 0 0px 64px;
  background: #F7F5F7;
  overflow: hidden;
  position: relative;
  margin-right: 26px;
  vertical-align: middle;
  display: inline-block;
}
.scroll-menu .menu-content .menu-box .center-content .row .subscription-elle .label {
  font-family: "Butler";
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.scroll-menu .menu-content .menu-box .center-content .row .subscription-elle img {
  position: absolute;
  top: 34px;
  right: 34px;
}
.scroll-menu .menu-content .menu-box .center-content .row .subscription-elle .cta-btn {
  overflow: hidden;
  /*&:hover{
    color: #fff;
  }*/
}
.scroll-menu .menu-content .menu-box .center-content .row .subscription-elle .cta-btn:before {
  background: #000;
}
.scroll-menu .menu-content .menu-box .center-content .row .subscription-elle .cta-btn span {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: top;
  top: 0px;
}
.scroll-menu .menu-content .menu-box .center-content .row .subscription-elle .cta-btn img {
  width: 24px;
  display: inline-block;
  height: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: top;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 78px;
  z-index: 2;
}
.scroll-menu .menu-content .menu-box .center-content .row .subscription-elle .cta-btn:hover span {
  top: -38px;
}
.scroll-menu .menu-content .menu-box .center-content .row .subscription-elle .cta-btn:hover img {
  top: 20px;
}
@media screen and (max-width: 1220px) {
  .scroll-menu .menu-content .menu-box .center-content .row .subscription-elle .cta-btn:hover span {
    top: -38px;
  }
  .scroll-menu .menu-content .menu-box .center-content .row .subscription-elle .cta-btn:hover img {
    top: 12px;
  }
}
.scroll-menu .menu-content .menu-box .center-content .row .newsletter-form {
  width: 600px;
  height: 196px;
  vertical-align: middle;
  display: inline-block;
  background: #000;
  padding: 48px 66px 0px 66px;
}
.scroll-menu .menu-content .menu-box .center-content .row .newsletter-form .label {
  font-family: "Butler";
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.scroll-menu .menu-content .menu-box .center-content .row .newsletter-form .input-group {
  position: relative;
  width: 100%;
  display: block;
}
.scroll-menu .menu-content .menu-box .center-content .row .newsletter-form .input-group button {
  border: none;
  outline: none;
  background: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transition-property: padding;
  font-family: "Raleway", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 7px 0px 7px 0px;
  position: relative;
  transition-delay: 0.5;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 12;
}
.scroll-menu .menu-content .menu-box .center-content .row .newsletter-form .input-group button:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transition-property: width;
  transition-delay: 0;
  background: rgba(255, 255, 255, 0.3);
}
.scroll-menu .menu-content .menu-box .center-content .row .newsletter-form .input-group button span {
  position: relative;
  z-index: 2;
}
.scroll-menu .menu-content .menu-box .center-content .row .newsletter-form .input-group button:hover {
  padding: 7px 16px 7px 16px;
  transition-delay: 0;
}
.scroll-menu .menu-content .menu-box .center-content .row .newsletter-form .input-group button:hover:before {
  width: 100%;
  transition-delay: 0.5;
}
.scroll-menu .menu-content .menu-box .center-content .row .newsletter-form input {
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #fff;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-weight: 500;
  width: 100%;
  font-size: 16px;
  padding: 6px 10px;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
    color: #fff;
  }
}
.scroll-menu .menu-content .menu-box .center-content .row .newsletter-form input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.scroll-menu .menu-content .menu-box .center-content .row .newsletter-form .check-box {
  margin-top: 16px;
}
@media screen and (max-width: 1480px) {
  .scroll-menu .menu-content .head .content {
    width: 100%;
    padding-left: 140px;
    padding-right: 0px;
  }
  .scroll-menu .menu-content .head .content .search-bar .search-input {
    width: calc(100% - 316px);
    margin-left: 96px;
  }
  .scroll-menu .menu-content .head .content .search-on {
    margin-top: 0px;
    margin-right: 30px;
  }
  .scroll-menu .menu-content .menu-box .center-content {
    padding-top: 70px;
  }
  .scroll-menu .menu-content .menu-box .center-content .primary-menu {
    width: 450px;
  }
  .scroll-menu .menu-content .menu-box .center-content .primary-menu .item {
    font-size: 28px;
  }
  .scroll-menu .menu-content .menu-box .center-content .secondary-menu {
    width: 310px;
    height: auto;
  }
  .scroll-menu .menu-content .menu-box .center-content .row .newsletter-form {
    width: 484px;
  }
}
@media screen and (max-width: 1300px) {
  .scroll-menu {
    opacity: 1;
    pointer-events: all;
  }
  .scroll-menu .nav-icon-box {
    width: 64px;
    height: 64px;
    line-height: 68px;
  }
  .scroll-menu .nav-icon-box .menu-label {
    left: 50%;
    transform: translateX(-50%);
    top: 34px;
  }
  .scroll-menu .nav-icon-box .menu-label {
    display: none;
  }
  .scroll-menu .menu-content {
    pointer-events: none;
    opacity: 1;
    background: none;
    background-color: rgba(255, 255, 255, 0);
    transition-property: background-color;
  }
  .scroll-menu .menu-content .head {
    pointer-events: all;
    background: #fff;
    height: 64px;
  }
  .scroll-menu .menu-content .head .content {
    padding-left: 0px;
    padding-top: 12px;
    text-align: center;
  }
  .scroll-menu .menu-content .head .content .search-bar .search-input input {
    font-size: 30px;
    height: 64px;
  }
  .scroll-menu .menu-content .head .content .search-bar .search-actions button.search, .scroll-menu .menu-content .head .content .search-bar .search-actions button.close {
    width: 64px;
    height: 64px;
  }
  .scroll-menu .menu-content .head .content .search-bar .search-actions button.close, .scroll-menu .menu-content .head .content .search-bar .search-actions button.search {
    line-height: 78px;
  }
  .scroll-menu .menu-content .head .content .search-bar .search-actions button.close img, .scroll-menu .menu-content .head .content .search-bar .search-actions button.search img {
    width: 20px;
  }
  .scroll-menu .menu-content .head .content .search-bar .search-input {
    margin-left: 64px;
    width: calc(100% - 225px);
  }
  .scroll-menu .menu-content .head .content .search-bar .search-input input {
    height: 62px;
    font-size: 26px;
  }
  .scroll-menu .menu-content .head .content .search-on {
    margin-top: 4px;
    margin-right: 12px;
  }
  .scroll-menu .menu-content .menu-box {
    height: calc(100vh - 64px);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    transition-property: background-color;
    transition-property: background-color, opacity;
  }
  .scroll-menu .menu-content .menu-box .center-content .primary-menu {
    width: 386px;
  }
  .scroll-menu .menu-content .menu-box .center-content .secondary-menu {
    width: 260px;
  }
  .scroll-menu .menu-content .menu-box .center-content .row .subscription-elle {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .scroll-menu .menu-content .menu-box .center-content .row .newsletter-form {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 602px;
  }
  .scroll-menu .menu-content.menu-content-active .menu-box {
    pointer-events: all;
    opacity: 1;
    background-color: white;
  }
}
@media screen and (max-width: 1182px) {
  .scroll-menu {
    /*.nav-icon-box{
      width: 64px;
      height: 64px;
      line-height: 72px;

      .menu-label{
        top: 18px;
      }
    }*/
  }
  .scroll-menu .menu-content .head {
    height: 64px;
  }
  .scroll-menu .menu-content .head .content {
    padding-left: 0px;
    padding-top: 12px;
  }
  .scroll-menu .menu-content .head .content .search-bar .search-input input {
    font-size: 30px;
    height: 64px;
  }
  .scroll-menu .menu-content .head .content .search-bar .search-actions button.search, .scroll-menu .menu-content .head .content .search-bar .search-actions button.close {
    width: 64px;
    height: 64px;
  }
  .scroll-menu .menu-content .head .content .search-bar .search-actions button.close, .scroll-menu .menu-content .head .content .search-bar .search-actions button.search {
    line-height: 78px;
  }
  .scroll-menu .menu-content .head .content .search-bar .search-actions button.close img, .scroll-menu .menu-content .head .content .search-bar .search-actions button.search img {
    width: 20px;
  }
  .scroll-menu .menu-content .head .content .search-bar .search-input {
    margin-left: 64px;
    width: calc(100% - 225px);
  }
  .scroll-menu .menu-content .head .content .search-bar .search-input input {
    height: 62px;
    font-size: 26px;
  }
  .scroll-menu .menu-content .head .content .search-on {
    margin-top: 4px;
    margin-right: 12px;
  }
  .scroll-menu .menu-content .menu-box .center-content .microsite-links {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .scroll-menu .nav-icon-box .menu-label {
    top: 0px;
    left: 88px;
  }
  .scroll-menu .menu-content .head {
    pointer-events: all;
  }
  .scroll-menu .menu-content .menu-box {
    height: calc(100vh - 64px);
  }
  .scroll-menu .menu-content .head {
    background: #fff;
  }
  .scroll-menu .menu-content.menu-content-active {
    pointer-events: all;
    opacity: 1;
    background-color: white;
  }
  .scroll-menu .menu-content.menu-content-active .menu-box {
    pointer-events: all;
    opacity: 1;
    background-color: white;
  }
  .scroll-menu .menu-content .head .content {
    padding-left: 0px;
  }
  .scroll-menu .menu-content .head .content .logo {
    /*position: relative;
    left: 50%;
    transform: translateX(-50%);*/
  }
  .scroll-menu .menu-content .head .content .social-links {
    display: none;
  }
  .scroll-menu .menu-content .head .content .search-bar .search-input {
    width: calc(100% - 153px);
    margin-left: 0;
  }
  .scroll-menu .menu-content .menu-box .center-content {
    border-left: none;
    padding-top: 50px;
  }
  .scroll-menu .menu-content .menu-box .center-content .primary-menu {
    width: 318px;
  }
  .scroll-menu .menu-content .menu-box .center-content .primary-menu .item {
    padding-left: 26px;
    font-size: 22px;
    margin-bottom: 16px;
  }
  .scroll-menu .menu-content .menu-box .center-content .secondary-menu {
    display: none;
  }
  .scroll-menu .menu-content .menu-box .center-content .microsite-links {
    margin-top: 0px;
    display: inline-block;
  }
  .scroll-menu .menu-content .menu-box .center-content .microsite-links .social-links {
    display: block;
  }
  .scroll-menu .menu-content .menu-box .center-content .row {
    padding-top: 44px;
    padding-left: 0;
  }
  .scroll-menu .menu-content .menu-box .center-content .row .newsletter-form {
    max-width: 400px;
  }
}
@media screen and (max-width: 720px) {
  .scroll-menu .menu-content .menu-box .center-content .primary-menu {
    width: 284px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .scroll-menu .menu-content .menu-box .center-content .microsite-links {
    display: block;
    margin-top: 40px;
  }
}
@media screen and (max-width: 650px) {
  .scroll-menu .menu-content .menu-box .center-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .scroll-menu .menu-content .menu-box .center-content .row .subscription-elle {
    width: 300px;
    text-align: center;
    padding: 34px 38px 0px 38px;
    height: 300px;
  }
  .scroll-menu .menu-content .menu-box .center-content .row .subscription-elle img {
    top: 196px;
  }
  .scroll-menu .menu-content .menu-box .center-content .row .newsletter-form {
    width: 100%;
    height: 184px;
    padding: 30px 38px 0px 38px;
  }
}
@media screen and (max-width: 480px) {
  .scroll-menu .nav-icon-box {
    width: 55px;
    height: 55px;
    line-height: 60px;
  }
  .scroll-menu .nav-icon-box .menu-label {
    top: -2px;
    left: 78px;
    height: 100%;
  }
  .scroll-menu .menu-content .head {
    height: 55px;
  }
  .scroll-menu .menu-content .head .content {
    padding-left: 0px;
    padding-top: 6px;
    padding-right: 0px;
  }
  .scroll-menu .menu-content .head .content .logo {
    width: 100px;
  }
  .scroll-menu .menu-content .head .content .search-on:hover:before {
    width: 0px;
    height: 0px;
    opacity: 0;
  }
  .scroll-menu .menu-content .head .content .search-bar .search-input {
    height: 54px;
    /*margin-left: 55px;
    width: calc(100% - 180px);*/
    margin-left: 0;
    width: calc(100% - 123px);
  }
  .scroll-menu .menu-content .head .content .search-bar .search-input input {
    padding: 2px 10px;
    font-size: 16px;
    height: 100%;
  }
  .scroll-menu .menu-content .head .content .search-bar .search-actions button.close, .scroll-menu .menu-content .head .content .search-bar .search-actions button.search {
    width: 55px;
    height: 54px;
    line-height: 64px;
  }
  .scroll-menu .menu-content .menu-box {
    height: calc(100vh - 40px);
  }
  .scroll-menu .menu-content .menu-box .center-content {
    padding-top: 28px;
    padding-bottom: 8px;
  }
  .scroll-menu .menu-content .menu-box .center-content .primary-menu {
    margin-left: 0px;
    width: 100%;
  }
  .scroll-menu .menu-content .menu-box .center-content .primary-menu .item {
    font-size: 20px;
    margin-bottom: 8px;
    padding-left: 0px;
  }
  .scroll-menu .menu-content .menu-box .center-content .primary-menu .item.desktop-hide {
    display: block;
  }
  .scroll-menu .menu-content .menu-box .center-content .microsite-links {
    margin-top: 20px;
    width: 100%;
  }
  .scroll-menu .menu-content .menu-box .center-content .microsite-links a {
    display: block;
    height: 70px;
    overflow: hidden;
  }
  .scroll-menu .menu-content .menu-box .center-content .microsite-links a:not(:last-child) {
    margin-bottom: 12px;
  }
  .scroll-menu .menu-content .menu-box .center-content .microsite-links a img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .scroll-menu .menu-content .menu-box .center-content .row {
    padding-top: 6px;
  }
  .scroll-menu .menu-content .menu-box .center-content .row .newsletter-form, .scroll-menu .menu-content .menu-box .center-content .row .subscription-elle {
    display: none;
  }
}

.single-gallery .content {
  width: 90%;
  max-width: 1220px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
}
.single-gallery .content .link-content {
  position: relative;
}
.single-gallery .content .back-link {
  vertical-align: middle;
  display: none;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #000000;
  margin-right: 30px;
}
.single-gallery .content .back-link img {
  margin-right: 12px;
  vertical-align: middle;
  width: 30px;
  height: auto;
}
.single-gallery .content .back-link span {
  vertical-align: middle;
}
.single-gallery .content .page-path {
  display: inline-block;
  vertical-align: middle;
}
.single-gallery .content .page-path a {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #c9c9c9;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: color;
  text-transform: uppercase;
}
.single-gallery .content .page-path a:hover {
  color: #000;
}
.single-gallery .content .page-path a:hover:after {
  color: #c9c9c9;
}
.single-gallery .content .page-path a:not(:last-child):after {
  content: "/";
  margin-left: 4px;
  margin-right: 4px;
  pointer-events: none;
}
.single-gallery .content .page-path a:last-child {
  text-decoration: underline;
}
.single-gallery .content .gallery-wrapper {
  padding-top: 64px;
}
.single-gallery .content .gallery-wrapper .head .left-side {
  display: inline-block;
}
.single-gallery .content .gallery-wrapper .head .left-side .gallery-name {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #000000;
  margin-top: 0px;
  text-transform: uppercase;
}
.single-gallery .content .gallery-wrapper .head .left-side .indexing {
  font-size: 32px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #000000;
}
.single-gallery .content .gallery-wrapper .head .left-side .indexing span {
  font-family: "Butler";
  font-weight: 500;
  display: inline-block;
}
.single-gallery .content .gallery-wrapper .head .left-side .indexing span.total-image {
  margin-left: 20px;
}
.single-gallery .content .gallery-wrapper .head .cta-btn {
  float: right;
  background: #ffffff;
  color: #000;
  border: 2px solid #000000;
  position: relative;
  top: 26px;
}
.single-gallery .content .gallery-wrapper .head .cta-btn:before {
  background: #000;
}
.single-gallery .content .gallery-wrapper .head .cta-btn:hover {
  color: #fff;
}
.single-gallery .content .gallery-wrapper .head .cta-btn:hover:after {
  left: 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.single-gallery .content .gallery-wrapper .head .cta-btn:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 26px;
  top: calc(50% - 7.5px);
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: left;
  transition-property: left, border-top, border-left;
}
.single-gallery .content .gallery-wrapper .image-box {
  position: relative;
}
.single-gallery .content .gallery-wrapper .image-box .arrow {
  width: 40px;
  height: 96px;
  background-color: #000000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 3;
}
.single-gallery .content .gallery-wrapper .image-box .arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.single-gallery .content .gallery-wrapper .image-box .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.single-gallery .content .gallery-wrapper .image-box .arrow.left {
  left: 0px;
}
.single-gallery .content .gallery-wrapper .image-box .arrow.left:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.single-gallery .content .gallery-wrapper .image-box .arrow.right {
  right: 0px;
}
.single-gallery .content .gallery-wrapper .image-box .arrow.right:before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.single-gallery .content .gallery-wrapper .image-box .image {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: height;
  height: 100%;
  will-change: height;
}
.single-gallery .content .gallery-wrapper .image-box .image img {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: opacity;
  opacity: 1;
  z-index: 2;
  width: 100%;
}
.single-gallery .content .gallery-wrapper .image-box .image img.change {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
}
.single-gallery .content .gallery-wrapper .img-title {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #000000;
}
.single-gallery .content .gallery-wrapper .thumbs {
  width: 100%;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 56px;
}
.single-gallery .content .gallery-wrapper .thumbs .item {
  opacity: 0.5;
  display: inline-block;
  vertical-align: top;
  width: 122px;
  height: 122px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: opacity;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 5px;
}
.single-gallery .content .gallery-wrapper .thumbs .item:hover {
  opacity: 1;
}
.single-gallery .content .gallery-wrapper .thumbs .item.active {
  opacity: 1;
}
.single-gallery .content .gallery-wrapper .thumbs .item img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .single-gallery .content {
    max-width: 1000px;
  }
  .single-gallery .content .gallery-wrapper .thumbs .item {
    margin: 8px;
  }
}
@media screen and (max-width: 1150px) {
  .single-gallery .content {
    max-width: 800px;
  }
  .single-gallery .content .link-content {
    display: block;
    width: 100%;
    text-align: center;
  }
  .single-gallery .content .back-link {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .single-gallery .content .gallery-wrapper .head {
    text-align: center;
  }
  .single-gallery .content .gallery-wrapper .head .cta-btn {
    display: none;
  }
  .single-gallery .content .gallery-wrapper .head .left-side .gallery-name {
    margin-bottom: 6px;
  }
  .single-gallery .content .gallery-wrapper .head .left-side .indexing {
    font-size: 28px;
    margin-top: 0px;
  }
  .single-gallery .content .gallery-wrapper .thumbs .item {
    width: 94px;
    height: 94px;
  }
}
@media screen and (max-width: 950px) {
  .single-gallery .content {
    max-width: 670px;
  }
  .single-gallery .content .back-link {
    position: relative;
    vertical-align: middle;
  }
  .single-gallery .content .page-path a:nth-child(1):before {
    content: "...";
  }
  .single-gallery .content .page-path a:nth-child(1) span {
    display: none;
  }
  .single-gallery .content .gallery-wrapper .image-box .arrow {
    width: 30px;
    height: 80px;
  }
  .single-gallery .content .gallery-wrapper .image-box .arrow:before {
    width: 12px;
    height: 12px;
  }
  .single-gallery .content .gallery-wrapper .thumbs .item {
    margin: 7px;
  }
}
@media screen and (max-width: 768px) {
  .single-gallery .content {
    padding-top: 70px;
  }
  .single-gallery .content .back-link {
    font-size: 12px;
  }
  .single-gallery .content .page-path a {
    font-size: 12px;
  }
  .single-gallery .content .page-path a:nth-child(2):before {
    content: "...";
  }
  .single-gallery .content .page-path a:nth-child(2) span {
    display: none;
  }
  .single-gallery .content .page-path a:not(:last-child):after {
    margin-right: 0px;
  }
  .single-gallery .content .gallery-wrapper {
    padding-top: 48px;
  }
}
@media screen and (max-width: 750px) {
  .single-gallery .content {
    max-width: 500px;
  }
  .single-gallery .content .page-path a:nth-child(1) {
    display: none;
  }
  .single-gallery .content .link-content {
    text-align: left;
  }
  .single-gallery .content .gallery-wrapper .thumbs .item {
    width: 66px;
    height: 66px;
  }
}
@media screen and (max-width: 550px) {
  .single-gallery .content {
    max-width: 332px;
  }
  .single-gallery .content .back-link {
    margin-right: 14px;
  }
  .single-gallery .content .back-link span {
    display: none;
  }
  .single-gallery .content .gallery-wrapper .head .left-side .gallery-name {
    font-size: 12px;
  }
  .single-gallery .content .gallery-wrapper .head .left-side .indexing {
    font-size: 20px;
  }
  .single-gallery .content .gallery-wrapper .image-box .arrow {
    opacity: 0.5;
    width: 20px;
  }
}
@media screen and (max-width: 380px) {
  .single-gallery .content .gallery-wrapper .thumbs .item {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 350px) {
  .single-gallery .content {
    padding-top: 56px;
  }
  .single-gallery .content .page-path a:nth-child(2) {
    display: none;
  }
  .single-gallery .content .gallery-wrapper .thumbs .item {
    margin: 2px;
  }
}

.horoscopes .megaboard-inline, .horoscopes .footer-board-inline {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.horoscopes .megaboard-inline img, .horoscopes .footer-board-inline img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.horoscopes .megaboard-inline {
  padding-top: 20px;
  padding-bottom: 20px;
}
.horoscopes .megaboard-inline img {
  max-width: 1260px;
}
.horoscopes .footer-board-inline {
  padding-top: 20px;
  padding-bottom: 20px;
}
.horoscopes .footer-board-inline img {
  max-width: 930px;
}
.horoscopes .grey-section {
  border-top: 1px solid #d9d9d9;
  background: #FCFAFC;
  padding-top: 70px;
  display: block;
  width: 100%;
}
.horoscopes .content {
  width: 90%;
  max-width: 1220px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
}
.horoscopes .content .link-content {
  position: relative;
}
.horoscopes .content .link-content .back-link {
  vertical-align: middle;
  display: none;
}
.horoscopes .content .link-content .back-link img {
  margin-right: 12px;
  vertical-align: middle;
  width: 30px;
  height: auto;
}
.horoscopes .content .page-path {
  display: inline-block;
  vertical-align: middle;
}
.horoscopes .content .page-path a {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #c9c9c9;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: color;
  text-transform: uppercase;
}
.horoscopes .content .page-path a:hover {
  color: #000;
}
.horoscopes .content .page-path a:hover:after {
  color: #c9c9c9;
}
.horoscopes .content .page-path a:not(:last-child):after {
  content: "/";
  margin-left: 4px;
  margin-right: 4px;
  pointer-events: none;
}
.horoscopes .content .page-path a:last-child {
  text-decoration: underline;
}
.horoscopes .content .title-box {
  text-align: center;
  padding-top: 64px;
}
.horoscopes .content .title-box .main-title {
  margin-top: 0px;
  font-size: 48px;
  color: #000;
  font-family: "Butler";
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 22px;
}
.horoscopes .content .title-box .hc-select {
  margin-top: 0px;
  margin-bottom: 58px;
  display: block;
}
.horoscopes .content .title-box .hc-select a {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #000;
  display: inline-block;
  margin-left: 14px;
  margin-right: 14px;
  text-transform: uppercase;
}
.horoscopes .content .title-box .hc-select a:hover, .horoscopes .content .title-box .hc-select a.active {
  text-decoration: underline;
}
.horoscopes .content .title-box .date {
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 32px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #000;
}
.horoscopes .content .half-section .left-side, .horoscopes .content .half-section .right-side {
  display: inline-block;
  vertical-align: top;
}
.horoscopes .content .half-section .left-side {
  width: calc(100% - 308px);
  padding-right: 66px;
}
.horoscopes .content .half-section .right-side {
  width: 300px;
}
.horoscopes .content .half-section .right-side .banner {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.horoscopes .content .half-section .actual-horoscope .head .thumb-img {
  display: inline-block;
  vertical-align: top;
  width: 294px;
}
.horoscopes .content .half-section .actual-horoscope .head .thumb-img.aries {
  background-color: #F0FBDA;
}
.horoscopes .content .half-section .actual-horoscope .head .thumb-img.gemini {
  background-color: #F2D9FF;
}
.horoscopes .content .half-section .actual-horoscope .head .thumb-img.taurus {
  background-color: #FFD7EB;
}
.horoscopes .content .half-section .actual-horoscope .head .thumb-img.capricorn {
  background-color: #FAF4EE;
}
.horoscopes .content .half-section .actual-horoscope .head .thumb-img.leo {
  background-color: #FFEBD3;
}
.horoscopes .content .half-section .actual-horoscope .head .thumb-img.virgo {
  background-color: #FFF0FF;
}
.horoscopes .content .half-section .actual-horoscope .head .thumb-img.cancer {
  background-color: #FBF9C5;
}
.horoscopes .content .half-section .actual-horoscope .head .thumb-img.pisces {
  background-color: #E3FCE5;
}
.horoscopes .content .half-section .actual-horoscope .head .thumb-img.scorpio {
  background-color: #FDF8EA;
}
.horoscopes .content .half-section .actual-horoscope .head .thumb-img.sagittarius {
  background-color: #F9EFFC;
}
.horoscopes .content .half-section .actual-horoscope .head .thumb-img.libra {
  background-color: #F6E9FF;
}
.horoscopes .content .half-section .actual-horoscope .head .thumb-img.aquarius {
  background-color: #F6EAFF;
}
.horoscopes .content .half-section .actual-horoscope .head .thumb-img img {
  width: 100%;
  display: block;
}
.horoscopes .content .half-section .actual-horoscope .head .main-prediction {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 316px);
  padding-left: 30px;
}
.horoscopes .content .half-section .actual-horoscope .head .main-prediction .hc-name {
  font-size: 32px;
  color: #000;
  font-family: "Butler";
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}
.horoscopes .content .half-section .actual-horoscope .head .main-prediction .hc-date {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  color: #000;
}
.horoscopes .content .half-section .actual-horoscope .head .main-prediction .hc-text {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  color: #000;
  line-height: 1.5em;
  position: relative;
  max-height: 174px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.horoscopes .content .half-section .actual-horoscope .head .main-prediction .hc-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(bottom, #FCFAFC 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, #FCFAFC 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(bottom, #FCFAFC 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(bottom, #FCFAFC 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(bottom, #FCFAFC 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transition-property: bottom;
}
.horoscopes .content .half-section .actual-horoscope .head .main-prediction .hc-text.active:before {
  bottom: -30%;
}
.horoscopes .content .half-section .actual-horoscope .head .main-prediction .hc-show-more {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  position: relative;
  padding-left: 28px;
  text-transform: uppercase;
  cursor: pointer;
}
.horoscopes .content .half-section .actual-horoscope .head .main-prediction .hc-show-more.active:before {
  transform: rotate(45deg);
}
.horoscopes .content .half-section .actual-horoscope .head .main-prediction .hc-show-more:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-135deg);
  left: 0px;
  top: 0px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transition-property: transform;
}
.horoscopes .content .half-section .actual-horoscope .head .areas-of-life {
  display: block;
  margin-top: 18px;
  padding-top: 0px;
  padding-bottom: 16px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card {
  display: block;
  padding-top: 16px;
}
.horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
.horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .img-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .img-box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 20px;
  display: none;
}
.horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .img-box.yellow {
  background-color: #FFF1DB;
}
.horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .img-box.yellow:before {
  border-top: 10px solid #FFF1DB;
}
.horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .img-box.blue {
  background-color: #DEF6FB;
}
.horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .img-box.blue:before {
  border-top: 10px solid #DEF6FB;
}
.horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .img-box.torque {
  background-color: #D5EDEB;
}
.horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .img-box.torque:before {
  border-top: 10px solid #D5EDEB;
}
.horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .img-box.green {
  background-color: #EBF6D6;
}
.horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .img-box.green:before {
  border-top: 10px solid #EBF6D6;
}
.horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .img-box.pink {
  background-color: #f7e5e9;
}
.horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .img-box.pink:before {
  border-top: 10px solid #f7e5e9;
}
.horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .img-box img {
  width: 100%;
  height: auto;
  display: block;
}
.horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .card-text-area {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 136px);
  padding-left: 30px;
}
.horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .card-text-area .card-title {
  font-family: "Butler";
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}
.horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .card-text-area .card-text {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  color: #000;
  line-height: 1.5em;
  margin-top: 6px;
  margin-bottom: 0px;
}
.horoscopes .content .half-section .other-horoscopes {
  padding-top: 24px;
  padding-bottom: 34px;
}
.horoscopes .content .half-section .other-horoscopes .card {
  width: 268px;
  display: inline-block;
  margin-left: 16px;
  margin-bottom: 20px;
  vertical-align: top;
}
.horoscopes .content .half-section .other-horoscopes .card.first, .horoscopes .content .half-section .other-horoscopes .card.fourth, .horoscopes .content .half-section .other-horoscopes .card.seventh, .horoscopes .content .half-section .other-horoscopes .card.tenth {
  margin-left: 0px;
}
.horoscopes .content .half-section .other-horoscopes .card:hover .card-title {
  margin-top: -50px;
}
.horoscopes .content .half-section .other-horoscopes .card img {
  width: 100%;
  display: block;
}
.horoscopes .content .half-section .other-horoscopes .card .card-title {
  width: 84%;
  background: #fff;
  padding: 28px 20px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -30px;
  z-index: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: margin-top;
}
.horoscopes .content .half-section .other-horoscopes .card .card-title h2 {
  margin: 0px;
  font-family: "Butler";
  color: #000;
  font-weight: bold;
  font-size: 32px;
  text-transform: uppercase;
}
.horoscopes .content .half-section .other-horoscopes .card .card-title p {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.horoscopes .white-section {
  border-top: 1px solid #d9d9d9;
  display: block;
  width: 100%;
  margin-top: 56px;
}
.horoscopes .white-section .half-section .right-side {
  padding-top: 24px;
}
@media screen and (max-width: 1500px) {
  .horoscopes .content .half-section .actual-horoscope .head .thumb-img {
    width: 224px;
  }
  .horoscopes .content .half-section .actual-horoscope .head .main-prediction .hc-name {
    font-size: 24px;
  }
  .horoscopes .content .half-section .actual-horoscope .head .main-prediction .hc-date {
    margin-top: 0px;
  }
  .horoscopes .content .half-section .actual-horoscope .head .main-prediction .hc-text {
    max-height: 108px;
    font-size: 20px;
  }
  .horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .card-text-area .card-title {
    font-size: 20px;
  }
  .horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .card-text-area .card-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1360px) {
  .horoscopes .content .half-section .other-horoscopes .card {
    margin-left: 16px;
  }
  .horoscopes .content .half-section .other-horoscopes .card.first, .horoscopes .content .half-section .other-horoscopes .card.fourth, .horoscopes .content .half-section .other-horoscopes .card.seventh, .horoscopes .content .half-section .other-horoscopes .card.tenth {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .horoscopes .content .link-content {
    padding-left: 46px;
  }
  .horoscopes .content .title-box .main-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .horoscopes .content .half-section .left-side {
    padding-right: 0px;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .horoscopes .content .half-section .right-side {
    display: none;
  }
  .horoscopes .content .half-section .other-horoscopes {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .horoscopes .content .half-section .actual-horoscope .head .thumb-img {
    width: 100%;
    height: 194px;
    display: block;
    background: #deecef;
    margin-bottom: 26px;
  }
  .horoscopes .content .half-section .actual-horoscope .head .thumb-img img {
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .horoscopes .content .half-section .actual-horoscope .head .main-prediction {
    padding-left: 0;
    width: 100%;
  }
  .horoscopes .content .half-section .actual-horoscope .head .main-prediction .hc-text {
    max-height: 170px;
  }
  .horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .img-box {
    width: 100%;
    height: 62px;
  }
  .horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .img-box:before {
    display: block;
  }
  .horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .img-box img {
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .horoscopes .content .half-section .actual-horoscope .head .areas-of-life .card .card-text-area {
    padding-left: 0px;
    padding-top: 20px;
    width: 100%;
  }
  .horoscopes .content .half-section .other-horoscopes .card {
    margin-left: 0px;
  }
  .horoscopes .content .half-section .other-horoscopes .card.first, .horoscopes .content .half-section .other-horoscopes .card.fourth, .horoscopes .content .half-section .other-horoscopes .card.seventh, .horoscopes .content .half-section .other-horoscopes .card.tenth {
    margin-left: 0px;
  }
  .horoscopes .content .half-section .other-horoscopes .card:nth-child(2n) {
    margin-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .horoscopes .content .link-content {
    padding-top: 58px;
    padding-left: 0px;
  }
  .horoscopes .content .link-content .page-path a {
    font-size: 12px;
  }
  .horoscopes .content .title-box .main-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  .horoscopes .content .half-section .other-horoscopes .card {
    width: 222px;
  }
  .horoscopes .content .half-section .other-horoscopes .card .card-title {
    padding: 18px 16px;
  }
  .horoscopes .content .half-section .other-horoscopes .card .card-title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 574px) {
  .horoscopes .content .link-content {
    padding-top: 58px;
    padding-left: 0px;
  }
  .horoscopes .content .title-box .main-title {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .horoscopes .content .title-box .hc-select {
    margin-bottom: 28px;
  }
  .horoscopes .content .title-box .hc-select a {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .horoscopes .content .title-box .date {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .horoscopes .content .half-section .other-horoscopes .card {
    width: 160px;
    margin-bottom: 10px;
  }
  .horoscopes .content .half-section .other-horoscopes .card:nth-child(2n) {
    margin-left: 8px;
  }
  .horoscopes .content .half-section .other-horoscopes .card .card-title {
    top: 0px;
    width: 100%;
    padding: 14px 4px;
    margin-top: 0px;
  }
  .horoscopes .content .half-section .other-horoscopes .card .card-title h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .horoscopes .grey-section {
    padding-top: 8px;
  }
  .horoscopes .content .link-content {
    padding-top: 52px;
    text-align: center;
  }
  .horoscopes .content .link-content .back-link {
    display: inline-block;
    float: left;
  }
  .horoscopes .content .link-content .page-path {
    margin-left: -42px;
  }
  .horoscopes .content .title-box {
    padding-top: 42px;
  }
  .horoscopes .content .half-section .other-horoscopes .card:hover .card-title {
    margin-top: 0px;
  }
}
@media screen and (max-width: 380px) {
  .horoscopes .content .half-section .other-horoscopes .card {
    width: 160px;
    /*&:nth-child(2n) {
      margin-left: 8px;
    }
    .card-title{
      padding: 18px 16px;

      h2{
        font-size: 16px;
      }
    }*/
  }
}

.articles .content {
  width: 90%;
  max-width: 1220px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
}
.articles .content .fb-like {
  display: inline-block;
  vertical-align: middle;
}
.articles .content .fb-share-button {
  display: inline-block;
  vertical-align: middle;
}
.articles .content .share-buttons {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.articles .content .share-buttons .item-social {
  padding: 3px 8px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}
.articles .content .share-buttons .item-social.twitter {
  background: #059ff5;
  border-color: #059ff5;
  color: #fff;
}
.articles .content .share-buttons .item-social.twitter:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/svg/twitter_share.svg) no-repeat center 2px;
  background-size: 97%;
  margin-right: 5px;
}
.articles .content .share-buttons .item-social.pinterest {
  background: #a11021;
  border-color: #a11021;
  color: #fff;
}
.articles .content .share-buttons .item-social.pinterest:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/svg/pinterest_share.svg) no-repeat center 2px;
  background-size: 97%;
  margin-right: 5px;
}
.articles .content .share-buttons .item-social.whatsapp {
  background: #0dc143;
  border-color: #0dc143;
  color: #fff;
}
.articles .content .share-buttons .item-social.whatsapp:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/svg/whatsup_share.svg) no-repeat center 2px;
  background-size: 97%;
  margin-right: 5px;
}
@media screen and (max-width: 420px) {
  .articles .content .share-buttons {
    margin-left: 0px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.articles .content .link-content {
  position: relative;
}
.articles .content .page-path {
  display: inline-block;
  vertical-align: middle;
}
.articles .content .page-path a {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #c9c9c9;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: color;
  text-transform: uppercase;
}
.articles .content .page-path a:hover {
  color: #000;
}
.articles .content .page-path a:hover:after {
  color: #c9c9c9;
}
.articles .content .page-path a:not(:last-child):after {
  content: "/";
  margin-left: 4px;
  margin-right: 4px;
  pointer-events: none;
}
.articles .content .page-path a:last-child {
  text-decoration: underline;
}
.articles .content .title-box {
  text-align: center;
  padding-top: 64px;
  display: block;
  max-width: 786px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  margin-bottom: -50px;
  background-color: #fff;
  padding-bottom: 30px;
}
.articles .content .title-box .section-name {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.articles .content .title-box .main-title {
  margin-top: 0px;
  font-size: 48px;
  color: #000;
  font-family: "Butler";
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 12px;
}
.articles .content .title-box .article-author {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}
.articles .content .title-box .article-date {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
.articles .content .article-cover-img {
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
}
.articles .content .article-cover-img img {
  display: block;
  width: 100%;
}
.articles .content .article-cover-img .social-icons {
  position: absolute;
  right: 0px;
  bottom: calc(100% - 4px);
}
.articles .content .article-cover-img .social-icons a {
  display: inline-block;
  background-color: #000000;
  width: 48px;
  height: 48px;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
}
.articles .content .article-cover-img .social-icons a:hover {
  background-color: #282828;
}
.articles .content .article-cover-img .social-icons a img {
  height: 20px;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
}
.articles .content .article-box {
  /*.related-articles {
    display: block;
    width: 100%;
    padding-top: 30px;
    display: none;

    .title{
      color: #000000;
      font-family: 'Butler';
      font-weight: bold;
      font-size: 24px;
      text-transform: uppercase;
      text-align: center;
      margin-top: 0px;
    }

    .ra-box{
      display: block;
      width: 100%;

      .ra-article{
        width: 412px;
        display: inline-block;
        vertical-align: top;
        border-bottom: 1px solid rgba(217, 217, 217, .4);
        margin-bottom: 20px;
        padding-bottom: 30px;

        &:not(:last-child){
          margin-bottom: 20px;
        }
        &:nth-child(even){
          margin-left: 16px;
        }
      }
    }
  }*/
}
.articles .content .article-box .megaboard-inline, .articles .content .article-box .footer-board-inline {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.articles .content .article-box .megaboard-inline img, .articles .content .article-box .footer-board-inline img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.articles .content .article-box .megaboard-inline img {
  max-width: 1260px;
}
.articles .content .article-box .footer-board-inline {
  margin-top: 20px;
  margin-bottom: 20px;
}
.articles .content .article-box .footer-board-inline img {
  max-width: 930px;
}
.articles .content .article-box .article-subtitle {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  margin-top: 0px;
}
.articles .content .article-box .text-author {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  margin-bottom: 44px;
}
.articles .content .article-box .paragraph {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 1.7em;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.articles .content .article-box .img-box {
  display: block;
  width: 100%;
}
.articles .content .article-box .img-box img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.articles .content .article-box .gallery-row {
  display: block;
  margin-top: 44px;
}
.articles .content .article-box .gallery-row .title {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 6px;
}
.articles .content .article-box .gallery-row .images {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid rgba(217, 217, 217, 0.4);
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
}
.articles .content .article-box .gallery-row .images .img-card {
  vertical-align: top;
  display: inline-block;
  width: 198px;
  height: 134px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.articles .content .article-box .gallery-row .images .img-card:not(:last-child) {
  background: #000000;
  cursor: pointer;
}
.articles .content .article-box .gallery-row .images .img-card:not(:first-child) {
  margin-left: 14px;
}
.articles .content .article-box .gallery-row .images .img-card img {
  display: block;
  width: auto;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.articles .content .article-box .gallery-row .images .img-card .link-to-gallery {
  margin-top: 58px;
  display: block;
}
.articles .content .article-box .gallery-row .images .img-card .link-to-gallery a {
  font-family: "Butler";
  font-weight: bold;
  text-decoration: underline;
  color: #000000;
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}
.articles .content .article-box .gallery-row .images .img-card .link-to-gallery p {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0px;
}
.articles .content .article-box .tags-box {
  border-bottom: 1px solid #d9d9d9;
  padding: 32px 0px;
}
.articles .content .article-box .tags-box .tag {
  display: inline-block;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  padding: 12px 24px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: color;
}
.articles .content .article-box .tags-box .tag span {
  position: relative;
  z-index: 2;
}
.articles .content .article-box .tags-box .tag:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #d9d9d9;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transition-property: width;
}
.articles .content .article-box .tags-box .tag:hover:before {
  width: 100%;
}
.articles .content .article-box .tags-box .tag:not(:last-child) {
  margin-right: 8px;
}
.articles .content .article-box .related-articles {
  padding-top: 30px;
  text-align: left;
}
.articles .content .article-box .related-articles .title {
  color: #000000;
  font-family: "Butler";
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 40px;
}
.articles .content .article-box .related-articles .ra-row {
  width: 100%;
}
.articles .content .article-box .related-articles .ra-row .item {
  display: inline-block;
  width: 290px;
  padding-bottom: 14px;
  vertical-align: top;
}
.articles .content .article-box .related-articles .ra-row .item:not(:last-child) {
  margin-right: 10px;
}
.articles .content .article-box .related-articles .ra-row .item .cover {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
  display: block;
  overflow: hidden;
}
.articles .content .article-box .related-articles .ra-row .item .cover p {
  color: #ffffff;
  font-size: 18px;
  font-family: "Butler";
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-property: opacity;
  transition-property: opacity, color;
  transition-delay: 0s;
  margin: 0;
}
.articles .content .article-box .related-articles .ra-row .item .cover p:hover {
  color: rgba(255, 255, 255, 0.7);
  transition-delay: 0s !important;
}
.articles .content .article-box .related-articles .ra-row .item .cover img {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-property: transform;
  z-index: 1;
  position: relative;
}
.articles .content .article-box .related-articles .ra-row .item:hover .cover img {
  transform: scale(1.1);
}
.articles .content .article-box .related-articles .ra-row .item .article-head .name {
  font-size: 12px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0px;
}
.articles .content .article-box .related-articles .ra-row .item .article-head .title {
  font-size: 20px;
  color: #000000;
  font-family: "Butler";
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
}
.articles .content .article-box .related-articles .ra-row .item .article-head .author {
  font-size: 14px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.articles .content .article-box .related-articles .ra-row .item .article-head .date {
  font-size: 12px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0px;
}
@media screen and (max-width: 1440px) {
  .articles .content .article-box .related-articles .ra-row .item {
    width: 238px;
  }
  .articles .content .article-box .related-articles .ra-row .item:not(:last-child) {
    margin-right: 6px;
  }
  .articles .content .article-box .related-articles .ra-row .item .article-head .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1080px) {
  .articles .content .article-box .related-articles .ra-row .item {
    width: 214px;
  }
}
@media screen and (max-width: 985px) {
  .articles .content .article-box .related-articles .ra-row .item {
    width: 164px;
  }
}
@media screen and (max-width: 700px) {
  .articles .content .article-box .related-articles .ra-row .item {
    width: 200px;
    margin-left: 6px;
    margin-right: 6px;
  }
  .articles .content .article-box .related-articles .ra-row .item:not(:last-child) {
    margin-right: 6px;
  }
  .articles .content .article-box .related-articles .ra-row .item .article-head .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .articles .content .article-box .related-articles h2.title {
    text-align: center;
  }
  .articles .content .article-box .related-articles .ra-row .item {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .articles .content .article-box .related-articles .ra-row .item:not(:last-child) {
    margin-right: auto;
  }
}
.articles .content .buy-article {
  display: block;
  width: 100%;
  padding: 64px;
  background: #fff;
  -webkit-box-shadow: 0px -12px 106px 81px whitesmoke;
  -moz-box-shadow: 0px -12px 106px 81px whitesmoke;
  box-shadow: 0px -12px 106px 81px whitesmoke;
  position: relative;
  z-index: 2;
  margin-top: -30px;
}
.articles .content .buy-article h1 {
  font-family: "Butler";
  font-size: 32px;
  color: #000;
  margin-top: 0px;
  text-transform: uppercase;
}
.articles .content .buy-article .input-group label.mail {
  font-size: 24px;
  font-weight: 500;
  font-family: "Butler";
  color: #000;
  text-transform: uppercase;
}
.articles .content .buy-article .input-group label.check-box {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
}
.articles .content .buy-article .input-group label.check-box a {
  text-decoration: underline;
  color: #000000;
}
.articles .content .buy-article .input-group label.check-box input:checked ~ .checkmark {
  background: #000000;
}
.articles .content .buy-article .input-group input[type=email] {
  width: 100%;
  background: #FAFAFA;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  outline: none;
  border: none;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  padding: 18px 14px;
}
.articles .content .buy-article p {
  font-family: "Raleway", sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
}
.articles .content .buy-article p a {
  text-decoration: underline;
  color: #000000;
}
.articles .content .buy-article .cta-btn {
  margin-bottom: 12px;
  margin-top: 16px;
  width: 175px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .articles .content .buy-article {
    padding: 46px;
  }
  .articles .content .buy-article h1 {
    font-size: 24px;
  }
  .articles .content .buy-article .input-group label.mail {
    font-size: 16px;
  }
  .articles .content .buy-article .input-group input[type=email] {
    font-size: 14px;
    padding: 16px 12px;
  }
}
@media screen and (max-width: 600px) {
  .articles .content .buy-article {
    padding: 24px 12px;
  }
  .articles .content .buy-article p br {
    display: none;
  }
  .articles .content .buy-article .checkmark {
    top: 0;
  }
  .articles .content .buy-article .input-group input[type=email] {
    font-size: 12px;
    padding: 12px 12px;
  }
  .articles .content .buy-article .cta-btn {
    padding: 14px 16px;
  }
}
.articles .content .survey-box {
  display: block;
  width: 100%;
  padding: 64px;
  border: 1px solid #D9D9D9;
}
.articles .content .survey-box h1 {
  font-family: "Butler";
  font-size: 32px;
  color: #000;
  margin-top: 0px;
  text-transform: uppercase;
}
.articles .content .survey-box .answer {
  display: inline-block;
}
.articles .content .survey-box .answer.first {
  margin-right: 22px;
}
.articles .content .survey-box .answer .bar {
  background: repeating-linear-gradient(45deg, #D9D9D9, #D9D9D9 1px, #ebebeb 1px, #ebebeb 3px);
  border: 1px solid #000000;
  width: 336px;
  padding: 22px 0px;
  position: relative;
  cursor: pointer;
}
.articles .content .survey-box .answer .bar .percent-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  background: #000000;
}
.articles .content .survey-box .answer .bar .percent-bar.example1 {
  width: 80%;
}
.articles .content .survey-box .answer .bar .percent-bar.example2 {
  width: 20%;
}
.articles .content .survey-box .answer .bar span {
  position: relative;
  z-index: 2;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  display: block;
  text-align: center;
  mix-blend-mode: difference;
  text-shadow: 2px 2px 2px #000;
}
.articles .content .survey-box .answer .percent-number {
  font-family: "Raleway", sans-serif;
  color: #000000;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .articles .content .survey-box {
    padding: 46px;
  }
  .articles .content .survey-box h1 {
    font-size: 24px;
  }
  .articles .content .survey-box .answer .bar {
    width: 246px;
    padding: 16px 0px;
  }
}
@media screen and (max-width: 700px) {
  .articles .content .survey-box {
    padding: 24px 12px;
  }
  .articles .content .survey-box h1 br {
    display: none;
  }
  .articles .content .survey-box .answer {
    display: block;
    width: 100%;
  }
  .articles .content .survey-box .answer.first {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .articles .content .survey-box .answer .bar {
    width: calc(100% - 68px);
    padding: 12px 0px;
  }
  .articles .content .survey-box .answer .bar, .articles .content .survey-box .answer .percent-number {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
  }
  .articles .content .survey-box .answer .percent-number {
    margin-left: 16px;
  }
}
.articles .content .half-section {
  display: block;
  width: 100%;
}
.articles .content .half-section.pt-custom1 {
  padding-top: 82px;
}
.articles .content .half-section .left-side, .articles .content .half-section .right-side {
  display: inline-block;
  vertical-align: top;
}
.articles .content .half-section .left-side {
  width: calc(100% - 308px);
  padding-right: 66px;
}
.articles .content .half-section .right-side {
  width: 300px;
}
.articles .content .half-section .right-side .banner {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .articles .content {
    max-width: 1000px;
  }
  .articles .content .title-box {
    max-width: 638px;
  }
  .articles .content .title-box .main-title {
    font-size: 40px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .articles .content .article-box .gallery-row .images .img-card {
    width: 142px;
    height: 110px;
  }
  .articles .content .article-box .gallery-row .images .img-card .link-to-gallery {
    margin-top: 34px;
  }
}
@media screen and (max-width: 1300px) {
  .articles .content .link-content {
    padding-left: 46px;
  }
  .articles .content .title-box .main-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .articles .content {
    max-width: 900px;
  }
  .articles .content .link-content {
    padding-left: 0px;
    text-align: center;
  }
  .articles .content .title-box {
    max-width: 100%;
    margin-bottom: 0px;
  }
  .articles .content .article-cover-img {
    margin-left: auto;
    margin-right: auto;
  }
  .articles .content .article-cover-img .social-icons {
    bottom: -70px;
    right: calc(50% - 25px);
  }
  .articles .content .article-box .text-author {
    margin-bottom: 32px;
  }
  .articles .content .article-box .gallery-row .images .img-card {
    width: 198px;
    height: 134px;
  }
  .articles .content .article-box .gallery-row .images .img-card .link-to-gallery {
    margin-top: 58px;
  }
  .articles .content .half-section .left-side {
    padding-right: 0px;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .articles .content .half-section .right-side {
    display: none;
  }
  .articles .content .half-section .other-horoscopes {
    text-align: center;
  }
}
@media screen and (max-width: 940px) {
  .articles .content .title-box .main-title {
    font-size: 34px;
  }
  .articles .content .article-box .article-subtitle {
    font-size: 28px;
  }
  .articles .content .article-box .paragraph {
    font-size: 16px;
  }
  .articles .content .article-box .img-box img {
    max-width: 74%;
  }
  .articles .content .article-box .gallery-row .images .img-card {
    width: 23%;
    height: 110px;
  }
  .articles .content .article-box .gallery-row .images .img-card:not(:first-child) {
    margin-left: 8px;
  }
  .articles .content .article-box .gallery-row .images .img-card .link-to-gallery {
    margin-top: 27%;
  }
  .articles .content .article-box .gallery-row .images .img-card .link-to-gallery a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .articles .content .link-content {
    padding-top: 58px;
    padding-left: 0px;
  }
  .articles .content .link-content .page-path a {
    font-size: 12px;
  }
  .articles .content .title-box .main-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 574px) {
  .articles .content .link-content {
    padding-top: 58px;
    padding-left: 0px;
  }
  .articles .content .title-box {
    padding-top: 24px;
  }
  .articles .content .title-box .main-title {
    font-size: 20px;
  }
  .articles .content .article-box .article-subtitle {
    font-size: 20px;
  }
  .articles .content .article-box .text-author {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .articles .content .article-box .paragraph {
    font-size: 16px;
  }
  .articles .content .article-box .gallery-row .title {
    font-size: 20px;
  }
  .articles .content .article-box .tags-box {
    padding: 22px 0px;
  }
  .articles .content .article-box .tags-box .tag {
    padding: 10px 18px;
  }
}
@media screen and (max-width: 500px) {
  .articles .content .article-cover-img .social-icons {
    right: 50%;
    transform: translateX(50%);
    bottom: -60px;
  }
  .articles .content .article-cover-img .social-icons a {
    width: 40px;
    height: 40px;
  }
  .articles .content .article-cover-img .social-icons a img {
    margin-top: 10px;
  }
  .articles .content .article-box .article-subtitle {
    font-size: 16px;
  }
  .articles .content .article-box .article-subtitle br {
    display: none;
  }
  .articles .content .article-box .text-author {
    font-size: 14px;
  }
  .articles .content .article-box .img-box img {
    max-width: 100%;
  }
  .articles .content .article-box .gallery-row .images .img-card {
    width: 100%;
    height: auto;
  }
  .articles .content .article-box .gallery-row .images .img-card img {
    left: 0;
    transform: none;
    width: 100%;
    height: auto;
  }
  .articles .content .article-box .gallery-row .images .img-card .link-to-gallery {
    margin-top: 22px;
  }
  .articles .content .article-box .tags-box {
    padding: 22px 0px 6px 0px;
  }
  .articles .content .article-box .tags-box .tag {
    padding: 8px 14px;
    font-size: 12px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  .articles .content .article-box .gallery-row .images .img-card:not(:first-child) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .articles .content .link-content {
    padding-top: 44px;
  }
}
.article-gallery-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 15656;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: visibility;
  transition-property: visibility, opacity;
  transition-delay: 0.5s, 0s;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}
.article-gallery-popup.active {
  transition-delay: 0s, 0s;
  opacity: 1;
  visibility: visible;
}
.article-gallery-popup .gallery-wrapper {
  position: relative;
  max-width: 1220px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 58px;
}
.article-gallery-popup .gallery-wrapper .head .left-side {
  display: inline-block;
}
.article-gallery-popup .gallery-wrapper .head .left-side .indexing {
  font-size: 32px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #000000;
}
.article-gallery-popup .gallery-wrapper .head .left-side .indexing br {
  display: none;
}
.article-gallery-popup .gallery-wrapper .head .left-side .indexing span {
  font-family: "Butler";
  font-weight: 500;
  display: inline-block;
}
.article-gallery-popup .gallery-wrapper .head .left-side .indexing span.total-image {
  margin-left: 20px;
}
.article-gallery-popup .gallery-wrapper .image-box {
  position: relative;
}
.article-gallery-popup .gallery-wrapper .image-box .close-gallery {
  position: absolute;
  bottom: 100%;
  right: 0px;
  width: 72px;
  height: 72px;
  border-top: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  text-align: center;
  cursor: pointer;
}
.article-gallery-popup .gallery-wrapper .image-box .close-gallery:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #ebebeb;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transition-property: width;
}
.article-gallery-popup .gallery-wrapper .image-box .close-gallery img {
  position: relative;
  z-index: 3;
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
}
.article-gallery-popup .gallery-wrapper .image-box .close-gallery:hover:before {
  width: 100%;
}
.article-gallery-popup .gallery-wrapper .image-box .arrow {
  width: 40px;
  height: 96px;
  background-color: #000000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 3;
}
.article-gallery-popup .gallery-wrapper .image-box .arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.article-gallery-popup .gallery-wrapper .image-box .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.article-gallery-popup .gallery-wrapper .image-box .arrow.left {
  left: 0px;
}
.article-gallery-popup .gallery-wrapper .image-box .arrow.left:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.article-gallery-popup .gallery-wrapper .image-box .arrow.right {
  right: 0px;
}
.article-gallery-popup .gallery-wrapper .image-box .arrow.right:before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.article-gallery-popup .gallery-wrapper .image-box .image {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: height;
  height: 100%;
  will-change: height;
}
.article-gallery-popup .gallery-wrapper .image-box .image img {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: opacity;
  opacity: 1;
  z-index: 2;
  width: 100%;
}
.article-gallery-popup .gallery-wrapper .image-box .image img.change {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
}
.article-gallery-popup .gallery-wrapper .img-title {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #000000;
}
.article-gallery-popup .gallery-wrapper .thumbs {
  width: 100%;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 56px;
}
.article-gallery-popup .gallery-wrapper .thumbs .item {
  opacity: 0.5;
  display: inline-block;
  vertical-align: top;
  width: 122px;
  height: 122px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: opacity;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 5px;
}
.article-gallery-popup .gallery-wrapper .thumbs .item:hover {
  opacity: 1;
}
.article-gallery-popup .gallery-wrapper .thumbs .item.active {
  opacity: 1;
}
.article-gallery-popup .gallery-wrapper .thumbs .item img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1500px) {
  .article-gallery-popup .gallery-wrapper {
    max-width: 1000px;
  }
  .article-gallery-popup .gallery-wrapper .thumbs .item {
    margin: 8px;
  }
}
@media screen and (max-width: 1150px) {
  .article-gallery-popup .gallery-wrapper {
    width: 90%;
  }
  .article-gallery-popup .gallery-wrapper .head .cta-btn {
    display: none;
  }
  .article-gallery-popup .gallery-wrapper .head .left-side .gallery-name {
    margin-bottom: 6px;
  }
  .article-gallery-popup .gallery-wrapper .head .left-side .indexing {
    font-size: 28px;
    margin-top: 0px;
  }
  .article-gallery-popup .gallery-wrapper .thumbs .item {
    width: 94px;
    height: 94px;
  }
}
@media screen and (max-width: 950px) {
  .article-gallery-popup .gallery-wrapper .image-box .arrow {
    width: 30px;
    height: 80px;
  }
  .article-gallery-popup .gallery-wrapper .image-box .arrow:before {
    width: 12px;
    height: 12px;
  }
  .article-gallery-popup .gallery-wrapper .thumbs .item {
    margin: 7px;
  }
}
@media screen and (max-width: 768px) {
  .article-gallery-popup .gallery-wrapper {
    padding-top: 48px;
  }
}
@media screen and (max-width: 750px) {
  .article-gallery-popup .gallery-wrapper .thumbs .item {
    width: 66px;
    height: 66px;
  }
  .article-gallery-popup .gallery-wrapper .head .left-side .indexing {
    margin-bottom: 6px;
  }
  .article-gallery-popup .gallery-wrapper .head .left-side .indexing br {
    display: block;
  }
  .article-gallery-popup .gallery-wrapper .head .left-side .indexing span.total-image {
    margin-left: 0px;
  }
  .article-gallery-popup .gallery-wrapper .image-box .close-gallery {
    width: 48px;
    height: 48px;
  }
  .article-gallery-popup .gallery-wrapper .image-box .close-gallery img {
    margin-top: 16px;
  }
}
@media screen and (max-width: 550px) {
  .article-gallery-popup .gallery-wrapper .head .left-side .gallery-name {
    font-size: 12px;
  }
  .article-gallery-popup .gallery-wrapper .head .left-side .indexing {
    font-size: 20px;
  }
  .article-gallery-popup .gallery-wrapper .image-box .arrow {
    opacity: 0.5;
    width: 20px;
  }
}
@media screen and (max-width: 380px) {
  .article-gallery-popup .gallery-wrapper .thumbs .item {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 350px) {
  .article-gallery-popup .gallery-wrapper .thumbs .item {
    margin: 2px;
  }
}

.article-list .content .title-box {
  padding-top: 30px;
  margin-bottom: 0px;
}
@media screen and (max-width: 574px) {
  .article-list .content .title-box {
    padding-bottom: 0px;
  }
}

.al-part {
  display: block;
  width: 100%;
}
.al-part .cta-box, .al-part .paging {
  max-width: 700px;
}
@media screen and (max-width: 1100px) {
  .al-part .cta-box, .al-part .paging {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/*# sourceMappingURL=style.css.map */
