td,
th {
  padding: 0;
}

/* #community_notifications_widget {
  display: none;
} */

#community_notifications_widget label {
  margin-bottom: 0px !important;
}

#community_notifications_widget ds-icon {
  /* color: #C78F01 !important; */
  color: #FFFFFF !important;
}

#ai_assistant_titles ds-button:hover {
  --ds-ghost-button-hover-text-color: #373737 !important;
}

aside.community-navigation #left_menu_links a {
  cursor: pointer;
}

@font-face {
  font-family: 'arquitectaw01-hyregular';
  src: url("https://s3.amazonaws.com/unode1/assets/7900/NBndZWgvTP6uRcDXWVgE_arquitecta_w01_hy-webfont.woff2") format("woff2"), url("https://s3.amazonaws.com/unode1/assets/7900/occD5sZjTeSitCLE0tLM_arquitecta_w01_hy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'arquitectaw04-ltregular';
  src: url("https://s3.amazonaws.com/unode1/assets/7900/0Ye1sB25SnOfopdIwfnI_arquitecta_w04_lt-webfont.woff2") format("woff2"), url("https://s3.amazonaws.com/unode1/assets/7900/56SdEZ9xQiqK9305AIBc_arquitecta_w04_lt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'arquitectaw01-bdregular';
  src: url("https://s3.amazonaws.com/unode1/assets/7900/8fQwvlTZuTBnosvFc8SA_arquitecta_w01_bd-webfont.woff2") format("woff2"), url("https://s3.amazonaws.com/unode1/assets/7900/FaWiGVTSTK2SFv7bYPiy_arquitecta_w01_bd-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1270px;
  }
}

html,
body {
  background: #fff;
  /* color: #000; */
  font-weight: 300;
}

h1 {
  font-size: 30px !important;
  font-weight: 500 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  /* text-transform: uppercase; */
}

a {
  color: #fff;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

h1,
h2.header {
  text-align: center;
  /*text-transform: uppercase;*/
}

h1 span,
h2.header span {
  display: block;
  color: #666;
  font-size: 18px;
  font-weight: 400;
}

button:focus {
  outline: none;
}

.dropdown-divider {
  margin: 10px 25px 10px;
  border-top: 1px solid #666;
}

.dropdown-profile .dropdown-toggle::after {
  content: none;
}

.dropdown-profile i {
  padding: 0;
}

.navbar {
  z-index: 20;
  background: black;
  transition: all 0.6s ease-out;
}

.navbar .navbar-brand img {
  filter: invert(1);
  max-height: 70px;
}

.navbar .navbar-toggler {
  width: 36px;
  height: 36px;
  border-color: #fff;
  padding: 7px 0;
}

.navbar .navbar-toggler i {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
}

.navbar li.nav-item {
  padding: 0px 10px !important;
}

.navbar li.nav-item a.nav-link {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.6s ease-out;
}

.navbar li.nav-item a.nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease-in-out 0s;
  transform: scaleX(0);
}

.navbar li.nav-item a.nav-link:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.navbar li.nav-item:last-child a.nav-link {
  margin-right: -10px;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 7px 20px;
  background: #fff;
  color: #000;
}

.navbar li.nav-item:last-child a.nav-link::before {
  height: 0;
}

.navbar li.nav-item:last-child a.nav-link:hover {
  background: transparent;
  color: #fff;
}

.navbar li.nav-item .dropdown-menu {
  margin: 10px -15px 0 -15px;
  border: 5px solid #000;
  border-radius: 0;
  padding: 0;
  background: #0c0910;
}

.navbar li.nav-item .dropdown-menu a {
  padding: 7px 27px 7px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar li.nav-item .dropdown-menu a:hover {
  background: #000;
  color: #666;
}

.navbar.scrolled {
  background: black;
}

.navbar.scrolled li.nav-item {
  padding: 0 10px;
}

.navbar.scrolled li.nav-item .nav-link {
  color: #fff;
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    animation-fill-mode: both;
  }
}

@media (max-width: 990px) {
  li.nav-item:last-child a.nav-link {
    margin: 0 -20px !important;
    border-radius: 0 !important;
    padding: 7px 15px !important;
  }

  li.nav-item .dropdown-menu {
    margin: 0 -20px 0 -20px !important;
    border: 0 !important;
  }

  li.nav-item .dropdown-menu a {
    padding: 7px 20px 7px !important;
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }

  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
}

.slideIn {
  animation-name: slideIn;
}

.megamenu-li {
  position: static !important;
  background: #000;
}

.megamenu {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0 !important;
  padding: 30px 30px 50px 30px !important;
  background: #000 !important;
  color: #666;
}

.megamenu .fromleft {
  padding: 0 60px 0;
}

.megamenu h3 {
  margin: 0 0 40px;
  font-size: 21px;
}

.megamenu a.dropdown-item {
  padding: 7px 0 !important;
}

.megamenu .dropdown-divider {
  margin: 10px 0;
}

.megamenu__video {
  position: relative;
  cursor: pointer;
}

.megamenu__video .category {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 10;
  padding: 2px 10px;
  background: #fff;
  color: #666;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.megamenu__video .category a {
  font-size: 12px !important;
  color: #000 !important;
  font-weight: 400 !important;
  ;
  padding: 0 !important;
  margin: 0 !important;
  display: inline;
}

.megamenu__video .category a:hover {
  background: none !important;
  text-decoration: underline;
  color: #000 !important;
}

.megamenu__video .icon {
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  z-index: 10;
  opacity: 0.5;
  color: #fff;
  font-size: 42px;
}

.megamenu__video:hover .icon {
  opacity: 1;
}

.megamenu__video h3 {
  margin: 25px 0;
  color: #fff;
  text-transform: uppercase;
}

.megamenu__video h3 span {
  display: block;
  margin: 10px 0 0;
  color: #666;
  font-size: 15px;
  font-weight: 200 !important;
}

.megamenu__video .additional {
  color: #666;
  font-size: 17px;
}

.megamenu__video .additional i {
  padding: 0 5px 0;
  font-size: 16px;
}

.megamenu__video p {
  margin: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  font-size: 13px;
}

.megamenu__video .button {
  display: inline-block;
  width: auto;
  margin: 15px 0;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 10px 35px !important;
  background: #fff;
  color: #000 !important;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.megamenu__video .button:hover {
  border: 2px solid #fff;
  background: #000;
  color: #fff !important;
}

@media (min-width: 992px) {
  #dropdown-1 {
    display: none;
  }
}

@media (max-width: 991px) {
  #dropdown-4 {
    display: none;
  }
}

footer {
  padding: 30px 0;
}

footer p {
  margin: 0 0 -10px;
  padding: 0;
  color: #A8A8A8;
  font-size: 16px;
}

footer ul {
  display: block;
  margin: 20px 0;
  border-top: 1px solid #e9e9e9;
  padding: 60px 0 0;
  list-style: none;
  text-align: center;
}

footer ul li {
  display: inline-block;
  padding: 0 10px;
  font-size: 0.8em;
}

footer ul li a {
  position: relative;
  padding: 0 0 10px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

footer ul li a:hover {
  color: #000;
}

footer ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  background-color: #8a8a8a;
  transition: all 0.3s ease-in-out 0s;
  transform: scaleX(0);
}

footer ul li a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

footer ul.links {
  border: none;
  padding: 0;
}

footer ul.links li a {
  color: #666;
  font-size: 12px;
}

footer ul.social {
  border: none;
  padding: 0;
}

footer ul.social li a {
  font-size: 24px;
}

footer ul.social li a img {
  margin: -7px 0 10px;
}


* Forms and form fields Input style input,
button,
select {
  outline: none;
  vertical-align: middle;
}

textarea {
  outline: none;
  vertical-align: top;
}

button,
select,
label,
input[type="reset"],
input[type="button"],
input[type="image"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

button[disabled],
select[disabled],
label[disabled],
input[disabled][type="reset"],
input[disabled][type="button"],
input[disabled][type="image"],
input[disabled][type="submit"],
input[disabled][type="radio"],
input[disabled][type="checkbox"] {
  cursor: default;
}

input[type="search"] {
  box-sizing: border-box;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"],
input[type="week"],
input[type="month"],
input[type="color"] {
  width: 100%;
  color: #fff !important;
}


* Styles for WYSIWYG editors like TinyMCE or CKEditor .wysiwyg *+h1,
.wysiwyg *+h2,
.wysiwyg *+h3,
.wysiwyg *+h4,
.wysiwyg *+h5,
.wysiwyg *+h6,
.wysiwyg *+p,
.wysiwyg *+blockquote,
.wysiwyg *+ol,
.wysiwyg *+ul,
.wysiwyg *+dl,
.wysiwyg *+table,
.wysiwyg *+figure {
  margin-top: 18px;
}

.wysiwyg li {
  position: relative;
  padding-left: 40px;
}

.wysiwyg li::before {
  content: '»';
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  text-align: center;
}

.wysiwyg li ol,
.wysiwyg li ul {
  margin-top: 0;
  margin-bottom: 0;
}

.wysiwyg ol>li {
  counter-increment: ordered-list;
}

.wysiwyg ol>li::before {
  content: counter(ordered-list);
}

.wysiwyg li+li {
  margin-top: 10px;
}

.wysiwyg dt {
  font-weight: 700;
}

.wysiwyg h1 {
  font-size: 32px;
  font-weight: 700;
}

.wysiwyg h2 {
  font-size: 28px;
  font-weight: 700;
}

.wysiwyg h3 {
  font-size: 24px;
  font-weight: 700;
}

.wysiwyg h4 {
  font-size: 20px;
  font-weight: 700;
}

.wysiwyg h5 {
  font-size: 18px;
  font-weight: 700;
}

.wysiwyg h6 {
  font-size: 16px;
  font-weight: 700;
}

.wysiwyg a {
  color: #c78f01ff;
  text-decoration: none;
}

.wysiwyg a:hover {
  color: #fff;
  text-decoration: underline;
}

.wysiwyg img {
  display: inline-block;
  vertical-align: middle;
}

.wysiwyg img[style*="float:left"],
.wysiwyg img[style*="float: left"],
.wysiwyg img[style*="float:right"],
.wysiwyg img[style*="float: right"] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wysiwyg img[style*="float:left"],
.wysiwyg img[style*="float: left"] {
  padding-right: 10px;
}

.wysiwyg img[style*="float:right"],
.wysiwyg img[style*="float: right"] {
  padding-left: 10px;
}

.wysiwyg figure img {
  display: block;
}

.wysiwyg blockquote {
  position: relative;
  font-style: italic;
}

.wysiwyg blockquote::before {
  content: open-quote;
  font-style: normal;
}

.community h2,
.promo h2,
.profits h2,
.aboutus h2,
.authors h2,
.featured h2,
.faq h2,
.apps h2 {
  margin: 0 0 30px;
  padding: 0 0 40px;
  font-size: 42px;
}

p {
  font-weight: 300;
  word-break: break-word;
  font-size: 16px;
}

.authors .button,
.promo .button,
.community .button,
.aboutus .button,
.faq .button,
.partners .button {
  display: inline-block;
  width: auto;
  margin: 15px 0px 45px 0px !important;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 10px 35px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.authors .button:hover,
.promo .button:hover,
.aboutus .button:hover,
.faq .button:hover {
  border: 2px solid #000;
  background: #fff;
  color: #000;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}

.head {
  background: #000;
  overflow: hidden;
  width: 100%;
  height: 90vh;
  margin: 0px 0 0;
}

.head::before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 90vh;
}

.head__scroll {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  width: 34px;
  height: 55px;
  margin: auto;
}

.head__scroll .mouse .scroller {
  color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}

.head__scroll .mouse .scroller .arrow {
  filter: invert(1);
}

.head__scroll .mouse .scroller i {
  font-size: 42px;
}

.head__wrapper {
  position: absolute;
  top: 55%;
  z-index: 1;
  width: 100%;
  margin: 0;
  transform: translateY(-50%);
}

.head__wrapper h1 {
  margin: 0 0 40px;
  color: #fff;
  font-size: 48px !important;
  text-align: center;
  letter-spacing: 2px;
}

.head__wrapper h1 span {
  color: #fff;
  font-weight: 200 !important;
}

.head__wrapper h2 {
  margin: 0;
  padding: 0;
  text-align: center;
}

.head__wrapper h2 a {
  display: inline-block;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 15px 45px;
  background: #000;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.head__wrapper h2 a:hover {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.head video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.head__text {
  color: #000;
}

.aboutus {
  margin: 30px 0 100px;
}

.aboutus__block h2 {
  margin: 0;
  border: none;
  padding: 0 0 30px;
}

.aboutus__block__text {
  margin: 0 0 30px;
  padding: 0 40px 0 0;
  color: #605e5c;
  font-size: 20px;
  font-weight: 200;
}

.promo {
  margin: 110px 0px 70px 0px !important;
  width: 100%;
}

.promo img {
  margin: 0 0 15px;
}

.promo__block {
  padding: 0 70px 0 50px;
}

.promo__block h2 {
  margin: 0;
  border: none;
  padding: 0 0 20px;
}

.promo__block__text {
  margin: 0 0 20px;
  padding: 0 40px 0 0;
  color: #605e5c;
  font-size: 20px;
  font-weight: 200;
}

.community {
  margin: 110px 0px 70px 0px !important;
  width: 100%;
}

.community img {
  margin: 0 0 15px;
}

.community__block {
  padding: 0 70px 0 50px;
}

.community__block h2 {
  margin: 0;
  border: none;
  padding: 0 0 20px;
}

.community__block__text {
  margin: 0 0 20px;
  padding: 0 0px 0 0;
  color: #4D4D4D;
  font-size: 20px;
  font-weight: 200;
}

.authors {
  margin: 190px 0 190px;
}

.authors h2 {
  margin: 0 0 90px;
}

.authors__content {
  padding: 0 110px 0 15px;
}

.authors__content h2 {
  margin: 0;
  border: none;
  padding: 0 0 30px;
}

.authors__text {
  margin: 0 0 30px;
  padding: 0 40px 0 0;
  color: #605e5c;
  font-size: 20px;
  font-weight: 200;
}

.authors__block img {
  max-width: 150px;
  margin: 0 0 30px;
  border-radius: 50%;
}

.profits {
  padding: 60px 0;
}

.profits h2 {
  padding: 80px 0 40px;
}

.profits__block__icon {
  color: #000;
  font-size: 60px;
}

.profits__block__title {
  margin: 15px 0 20px;
  font-size: 21px;
  letter-spacing: 3px;
}

.profits__block__text {
  padding: 0 26px;
  color: #666;
  font-size: 21px;
  font-weight: 200;
}

.faq {
  background-color: #000 !important;
  padding: 30px 0 !important;
}

.faq__block h2 {
  margin: 0;
  border: none;
  padding: 0 0 30px;
}

.faq__block__text {
  margin: 0 0 30px;
  padding: 0 0px 0 0;
  color: #3D3535;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
}

.faq__button {
  text-align: center;
}

.faq .faq__block__text a {
  position: relative;
  color: #000;
  text-decoration: underline;
}

.faq .faq__block__text a:hover {
  color: #000;
}

.faq .faq__block__text a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  background-color: #8a8a8a;
  transition: all 0.3s ease-in-out 0s;
  transform: scaleX(0);
}

.faq .faq__block__text a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.faq-wrapper h3 {
  font-weight: 400 !important;
}

.faq-title {
  font-weight: 400 !important;
}

@media (max-width: 480px) {
  .head h1 span {
    margin: 15px 0 0;
    padding: 0 15px;
  }

  .head h2 a {
    padding: 15px 30px;
    font-size: 16px;
  }

  .promo {
    margin: 60px 0 0;
  }

  .promo__block {
    padding: 0 15px;
    text-align: center;
  }

  .community {
    margin: 60px 0 0;
  }

  .community__block {
    padding: 0 15px;
    text-align: center;
  }

  .profits {
    padding: 30px 0;
  }

  .authors {
    margin: 60px 0;
  }

  .authors__content {
    padding: 0 15px;
    text-align: center;
  }

  .authors__content .button {
    margin: 0 0 40px;
  }

  .aboutus {
    margin: 0 0 30px;
  }

  .aboutus__block {
    padding: 0 15px;
    text-align: center;
  }

  .aboutus__block h2 {
    margin: 30px 0 0;
  }

  .faq {
    margin: 0 0 30px;
  }

  .faq__block {
    padding: 0 15px;
    text-align: center;
  }

  .faq__block h2 {
    margin: 30px 0 0;
  }
}

.content {
  background: #fff0;
}

.content__intro span {
  display: block;
  color: #666;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.content .acrd__title {
  padding: 0 20px 0;
  font-size: 23px;
  font-weight: 400;
}

.content .acrd__title .large__title {
  font-size: 30px;
  font-weight: 400;
}

.content .acrd__title a {
  position: relative;
  padding: 0 0 2px;
  text-decoration: none;
  color: #000;
}

.content .acrd__title a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.3s ease-in-out 0s;
  transform: scaleX(0);
}

.content .acrd__title a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.content .acrd p,
.content .acrd li {
  margin: 0 20px;
  font-size: 18px;
  line-height: 33px;
  text-align: justify;
}

.content .acrd .panel {
  margin: 30px 0 60px;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 45px;
}

.content .acrd .panel-body {
  padding: 30px;
  color: #000;
}

.content .acrd .panel-heading a.collapsed:hover,
.content .acrd .panel-heading a.collapsed:focus {
  transition: all 0.2s ease-in;
}

.content .acrd .panel-heading a.collapsed:hover::before,
.content .acrd .panel-heading a.collapsed:focus::before {
  color: #000;
}

.content .acrd .panel-heading a:not(.collapsed) {
  transition: all 0.2s ease-in;
}

.content .scroll {
  display: inline-block;
  padding: 20px 0 40px;
}

.content .scroll:hover {
  color: #000;
}

@media (max-width: 480px) {
  .content .acrd .panel-body {
    padding: 30px 0;
  }
}

.author {
  margin: 0;
}

.author__header {
  position: relative;
  opacity: 1;
  height: 500px;
  margin: 90px 0 0;
  background-image: url("../images/bg_001.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.author__header .caption {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  color: #000;
  text-align: center;
}

.author__header .caption h1 {
  color: #fff;
  font-size: 48px !important;
  letter-spacing: 5px;
}

.author__header .caption .social {
  margin: -30px 0 0;
  padding: 0;
}

.author__header .caption .social li {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
}

.author__header .caption .social li a {
  color: #fff;
  font-size: 24px;
}

.author__header .caption .social li a .s-media {
  filter: invert(1);
}

.author__image {
  margin: -50px 0 0;
}

.author__image img {
  max-width: 220px;
  border: 5px solid #fff;
  border-radius: 50%;
}

.author__info {
  padding: 60px 15px;
}

.author__info p {
  font-size: 18px;
  line-height: 30px;
}

.author h2 {
  border-top: 1px solid #e9e9e9;
  padding: 60px 0;
  font-size: 36px;
  text-align: center;
  letter-spacing: 5px;
}

.author__collections {
  padding: 0 0 60px;
}

.author__collections__item {
  position: relative;
}

.author__collections__item .category {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 10;
  padding: 12px 30px;
  background: #fff;
  color: #858585;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.author__collections__item h3 {
  margin: 15px 0;
  text-transform: uppercase;
}

.author__collections__item h3 span {
  display: block;
  color: #666;
  font-size: 15px;
  font-weight: 200 !important;
}

.author__collections__item .additional {
  color: #666;
  font-size: 17px;
}

.author__collections__item .additional i {
  padding: 0 5px 0;
  font-size: 16px;
}

.author__collections__item p {
  margin: 20px 0;
  border-top: 1px solid #e9e9e9;
  padding: 20px 0 0;
  font-size: 16px;
}

.author__collections__item .button {
  display: inline-block;
  width: auto;
  margin: 15px 0;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 10px 35px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.author__collections__item .button:hover {
  border: 2px solid #000;
  background: #fff;
  color: #000;
}

.author__classes {
  padding: 0 0 60px;
}

.author__classes__item {
  position: relative;
  margin: 0 0 45px;
  cursor: pointer;
}

.author__classes__item .icon,
.author__classes__item .icon-star {
  position: absolute;
  z-index: 10;
}

.author__classes__item .icon {
  top: 100px;
  right: 0;
  left: 0;
  opacity: 0.5;
  color: #fff;
  font-size: 42px;
}

.author__classes__item:hover .icon {
  opacity: 1;
}

.author__classes__item .icon-star {
  top: -5px;
  left: 5px;
  z-index: 10;
  color: #000;
  font-size: 18px;
}

.author__classes__item:hover .icon-star {
  color: #666;
}

.author__classes__item .category {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 10;
  padding: 8px 15px;
  background: #fff;
  color: #666;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.author__classes__item h3 {
  margin: 15px 0;
  font-size: 24px;
  text-transform: uppercase;
}

.author__classes__item h3 span {
  display: block;
  border-bottom: 1px solid #e9e9e9;
  padding: 5px 0 15px;
  color: #666;
  font-size: 13px;
}

.author__classes__item p {
  font-size: 14px;
}

.author__classes__item .button {
  display: inline-block;
  width: auto;
  margin: 15px 0;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 10px 35px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.author__classes__item .button:hover {
  border: 2px solid #000;
  background: #fff;
  color: #000;
}

.author__classes__item--info {
  position: absolute;
  bottom: 60px;
  left: 80px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.author__classes__item--info .featured {
  display: block;
  font-size: 24px;
}

.author__classes__item--info .title {
  margin: 10px 0 13px;
  font-size: 48px;
}

.author__classes__item--info .author {
  font-size: 18px;
}

.mcustom {
  margin: 0 0 -40px;
}

@media (max-width: 480px) {
  .author__header .caption h1 {
    font-size: 36px !important;
  }

  .author__collections {
    margin: 0;
  }

  .author__collections__item:first-child .button {
    margin: 0 0 75px;
  }
}

.trial {
  margin-top: 30px;
  margin-bottom: 30px;
}

.trial__dark {
  border-radius: 5px;
  padding: 30px 15px;
  background: #000;
}

.trial__dark img {
  max-height: 111px;
}

.trial__dark h2 {
  color: #fff;
}

.trial__dark p {
  font-size: 21px;
}

.trial__dark__button {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 15px 45px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.trial__dark__button:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 480px) {
  .trial__dark {
    padding: 50px 15px;
  }

  .trial__dark h2 {
    margin: 40px 0;
  }

  .trial__dark p {
    padding: 0 0 30px;
  }

  .trial__dark__button {
    padding: 15px 25px;
    font-size: 15px;
  }
}

.apps {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
}

.apps__light {
  border-radius: 5px;
  padding: 30px 15px;
  background: #fff;
}

.apps__light img {
  max-height: 111px;
}

.apps__light h2 {
  margin: 0;
  border: none;
  padding: 0 0 30px;
  color: #000;
}

.apps__light p {
  font-size: 21px;
}

.apps__light__button {
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 15px 45px;
  background: #fff;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.apps__light__button:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 480px) {
  .apps__light {
    padding: 50px 15px;
  }

  .apps__light h2 {
    margin: 30px 0 0;
  }

  .apps__light p {
    padding: 0 0 30px;
  }

  .apps__light__button {
    padding: 15px 25px;
    font-size: 15px;
  }
}

.search {
  margin: 0 0 30px 0;
  padding: 30px 0;
}

.search__filters {
  cursor: pointer;
}

.search__filters span {
  display: inline-block;
  margin: -10px 0 0 0;
  font-size: 0.8em;
  text-transform: uppercase;
}

.search__filters ul {
  display: block;
  margin: 0;
  padding: 0 0 0 15px;
}

.search__filters ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.search__filters ul li a {
  position: relative;
  padding: 0 10px 2px;
  color: #666;
  font-weight: 300;
}

.search__filters ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.3s ease-in-out 0s;
  transform: scaleX(0);
}

.search__filters ul li a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.search .filterbar .navbar-toggler {
  width: 36px;
  height: 36px;
  border-color: #000;
  padding: 7px 0;
}

.search .filterbar .navbar-toggler i {
  margin: 7px 0 0;
  padding: 0;
  color: #000;
  font-size: 18px;
}

.search .filterbar ul li {
  font-size: 17px;
}

.search .filterbar .dropdown-menu {
  margin: 10px -15px 0 -15px;
  border: 5px solid #000;
  border-radius: 0;
  padding: 0;
  background: #0c0910;
}

.search .filterbar .dropdown-menu .dropdown-item {
  margin: 0;
  padding: 7px 20px 7px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.search .filterbar .dropdown-menu .dropdown-item:hover {
  content: "";
  background: #000;
  color: #666;
}

.search__form .input-group {
  width: 65%;
  border: none;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
}

.search__form .input-group .icon {
  color: #000;
}

.search__form .input-group-text {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #fff;
}

.search__form input {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  background: #fff;
}

.search__show-filters {
  margin: 30px 0;
  border-top: 1px solid #e9e9e9;
  padding: 30px 0;
}

@media (max-width: 480px) {
  .search .filterbar {
    margin: 0 0 30px;
  }

  .search .filterbar .navbar-toggler {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .search__filters ul {
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
  }

  .search__filters ul li {
    margin: 0 10px;
  }

  .search__filters ul li:first-child {
    display: block;
  }

  .search__form .input-group {
    width: 100%;
  }
}

.authors {
  display: block;
  margin: 0 15px;
  padding: 20px 0 25px;
}

.authors li {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.authors li:first-child {
  font-weight: 700;
}

.authors li a {
  position: relative;
  color: #000;
}

.authors li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.3s ease-in-out 0s;
  transform: scaleX(0);
}

.authors li a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.progress {
  height: 5px;
  margin: 0 0 -40px;
}

.progress .progress-bar {
  border-radius: none;
  background-color: #000;
}

.content {
  padding: 60px 0 0;
}

.content__intro {
  margin: 0;
}

.content__intro h1 {
  border-bottom: 1px solid #e9e9e9;
  padding: 60px 0 60px;
  font-size: 40px;
  font-weight: 400;
}

.content__intro h1 span {
  color: #666;
  font-size: 16px;
}

.content__text {
  margin: 30px 0 0;
}

.content__text h2 {
  margin: 60px 0 0;
  padding: 0 0 45px;
  font-size: 23px;
  text-align: center;
}

.content__text ul {
  font-size: 18px;
}

.content__text ul li {
  position: relative;
  line-height: 36px;
  font-weight: 300;
}

.content__text p {
  font-size: 18px;
  line-height: 36px;
  text-align: justify;
}

.content__text p a,
.content__text li a {
  position: relative;
  color: #c88f00;
  text-decoration: none;
}

.content__text p a::before,
.content__text li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  background-color: #c88f00;
  transition: all 0.3s ease-in-out 0s;
  transform: scaleX(0);
}

.content__text p a:hover::before,
.content__text li a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.content__text .links {
  display: block;
  margin: -40px 0 40px;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 20px;
  text-align: center;
}

.content__text .links li {
  display: inline-block;
  padding: 0 15px;
}

.content__text .links li .link {
  position: relative;
  padding: 0 0 5px;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}

.content__text .links li .link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.3s ease-in-out 0s;
  transform: scaleX(0);
}

.content__text .links li .link:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.content__text .avatar img {
  max-width: 120px;
  margin: 0 0 30px;
  border: 5px solid #000;
  border-radius: 50%;
  padding: 5px;
}

.content__text .avatar img:hover {
  filter: grayscale(1);
}

.content__text form {
  margin: 0;
}

.content__text form.form-margin {
  margin: -80px 0 0;
}

.content__text form label {
  padding: 0 0 0 15px;
  font-size: 12px;
}

.content__text form label .tc {
  position: relative;
  color: #000;
  text-decoration: underline;
}

.content__text form label .tc::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.3s ease-in-out 0s;
  transform: scaleX(0);
}

.content__text form label .tc:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.content__text form input {
  padding: 25px 15px;
}

.content__text form .file-upload input[type='file'] {
  display: none;
}

.content__text form .file-upload {
  display: inline-block;
  margin: -20px 0;
  border: 0;
  padding: 0;
  background: #fff;
  color: #000;
}

.content__text form .file-upload i {
  display: block;
  margin: 0 0 5px;
  color: #000;
  font-size: 30px;
}

.content__text form button {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 10px 35px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.content__text form button:hover {
  border: 2px solid #000;
  background: #fff;
  color: #000;
}

.content__text form p {
  margin: 0 0 10px;
  font-size: 12px;
}

.content__text a:hover {
  color: #c88f00;
}

.content .bc {
  color: #666;
  font-size: 17px;
  text-transform: uppercase;
}

.content .bc a {
  position: relative;
  padding: 0 0 5px;
  color: #000;
}

.content .bc a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.3s ease-in-out 0s;
  transform: scaleX(0);
}

.content .bc a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.content .p-image {
  margin: 0 0 25px;
}

.content .pagination {
  margin: -40px 0 0;
  border-top: 1px solid #e9e9e9;
  padding: 50px 0 0;
}

.content .pagination .page-link {
  border: none;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.content .pagination .page-link:hover {
  background: #fff;
}

.content .pagination .page-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.3s ease-in-out 0s;
  transform: scaleX(0);
}

.content .pagination .page-link:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.content .pagination .disabled .page-link {
  color: #666;
  font-weight: 300;
}

@media (max-width: 480px) {
  .content .bc {
    font-size: 11px;
  }
}

.subscription {
  margin: 60px 0 0;
}

.subscription a {
  display: inline-block;
  margin: 15px 0;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 10px 35px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.subscription a:hover {
  border: 2px solid #000;
  background: #fff;
  color: #000;
}

.subscription h1 {
  border-bottom: 1px solid #e9e9e9;
  padding: 60px 0 60px;
  font-size: 42px;
}

.subscription__plan {
  padding: 30px;
}

.subscription__plan h2 {
  margin: 20px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0;
  font-size: 24px;
}

.subscription__plan h2 span {
  display: block;
}

.subscription__plan h3 {
  display: inline-block;
  border-radius: 2px;
  padding: 8px 30px 6px;
  font-size: 24px;
  text-transform: uppercase;
}

.subscription__plan p {
  margin: 20px 0;
  padding: 10px 0;
  color: #666;
  font-size: 14px;
}

.subscription__plan__price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  padding: 25px;
  cursor: pointer;
}

.subscription__plan__price--selected {
  border: 1px solid #e9e9e9;
}

.subscription__plan__price--selected .radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.85px;
  height: 14.85px;
  border-radius: 50%;
  background: #000;
  transform: translate(-50%, -50%);
}

.subscription__plan__price .radio {
  position: relative;
  min-width: 33px;
  height: 33px;
  margin-right: 25px;
  outline: 0 !important;
  border: 1px solid #e9e9e9;
  border-radius: 50px;
  background: #fff;
  cursor: pointer;
}

.subscription__plan__price--currency {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 13px 4px 0;
  font-size: 24px;
  font-weight: 300;
  vertical-align: top;
}

.subscription__plan__price--amount {
  font-size: 56px;
  font-weight: 700;
}

.subscription__plan__price--period {
  margin: 0 0 0 10px;
  color: #cbcbcb;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 1.5px;
}

.subscription__plan .discount {
  display: block;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0;
  font-size: 19px;
  text-transform: uppercase;
}

.subscription__plan .discount.red {
  color: red;
}

.video {
  margin: 60px 0 0;
}

.video__intro {
  margin: 0;
}

.video__intro h1 {
  border-bottom: 1px solid #e9e9e9;
  padding: 60px 0 60px;
  font-size: 60px;
}

.video__intro h1 span {
  color: #666;
  font-size: 16px;
}

.video__intro h1 span a {
  position: relative;
  padding: 0 0 5px;
  color: #000;
}

.video__intro h1 span a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.3s ease-in-out 0s;
  transform: scaleX(0);
}

.video__intro h1 span a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.video__media--player {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.video__media--player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__media__play {
  position: relative;
}

.video__media__play img {
  cursor: pointer;
}

.video__media__play .icon {
  position: absolute;
  top: 35%;
  left: 50%;
  z-index: 10;
  opacity: 0.5;
  margin: 0 auto;
  color: #fff;
  font-size: 120px;
  transform: translateX(-50%);
  cursor: pointer;
}

.video__media__play .icon:hover {
  opacity: 1;
}

.video__media__play:hover .icon {
  opacity: 1;
}

.video__info ul {
  display: block;
  margin: 17px 0 20px;
  padding: 0;
  list-style: none;
}

.video__info ul li {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.video__info ul li .add {
  display: block;
  padding: 7px 0 0;
  color: #666;
  font-size: 13px;
  font-weight: 300;
}

.video__info ul li .add i {
  padding: 0 7px 0;
  font-size: 13px;
}

.video__info .button {
  display: inline-block;
  width: auto;
  margin: 15px 0;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 10px 35px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px 25px 10px 25px;
}

.video__info .button:hover {
  border: 2px solid #000;
  background: #fff;
  color: #000;
}

.video__author {
  margin: 60px 0 90px;
}

.video__author h2 {
  margin: 0 0 40px;
  border-top: 1px solid #e9e9e9;
  padding: 60px 0 30px;
  font-size: 36px;
}

.video__author h2 span {
  display: block;
  color: #666;
  font-size: 16px;
}

.video__author__image img {
  max-width: 180px;
  border-radius: 50%;
}

.video__author__info {
  margin: 0 0 50px 0;
}

.video__author__info p {
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 480px) {
  .video__media__play .icon {
    font-size: 40px;
  }

  .video__info ul li {
    margin: 0 0 10px;
    font-size: 12px;
  }

  .video__info ul li .add {
    font-size: 11px;
  }

  .video__info .bcenter {
    margin: 0 auto !important;
    text-align: center !important;
  }

  .video__author__image img {
    margin: -20px 0 45px;
  }
}

.course {
  margin: 60px 0 0;
}

.course__intro {
  margin: 0;
}

.course__intro h1 {
  border-bottom: 1px solid #e9e9e9;
  padding: 60px 0 60px;
  font-size: 60px;
}

.course__intro h1 span {
  color: #666;
  font-size: 16px;
}

.course__intro h1 span a {
  position: relative;
  padding: 0 0 5px;
  color: #000;
}

.course__intro h1 span a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.3s ease-in-out 0s;
  transform: scaleX(0);
}

.course__intro h1 span a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.course__item--player {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.course__item--player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.course__item__play {
  position: relative;
  cursor: pointer;
}

.course__item__play .icon {
  position: absolute;
  top: 35%;
  left: 50%;
  z-index: 10;
  opacity: 0.5;
  margin: 0 auto;
  color: #fff;
  font-size: 80px;
  transform: translateX(-50%);
  cursor: pointer;
}

.course__item__play:hover .icon {
  opacity: 1;
}

.course__item ul {
  display: block;
  margin: 17px 0 20px;
  padding: 10px 0 20px;
  list-style: none;
  text-align: center;
}

.course__item ul li {
  display: inline-block;
  margin: 0;
  padding: 0 12px;
  font-size: 14px;
  text-transform: uppercase;
}

.course__item ul li .add {
  display: block;
  padding: 7px 0 0;
  color: #666;
  font-size: 13px;
  font-weight: 300;
}

.course__item ul li .add i {
  padding: 0 7px 0;
  font-size: 13px;
}

.course__item table td:first-child {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.course__item .button {
  display: inline-block;
  width: auto;
  margin: 15px 0;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 10px 35px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.course__item .button:hover {
  border: 2px solid #000;
  background: #fff;
  color: #000;
}

.course__info h2 {
  margin: 20px 0 30px;
  padding: 0;
  font-size: 36px;
  text-align: center;
}

.course__info h2 span {
  display: block;
  color: #666;
  font-size: 16px;
}

.course__info p {
  padding-left: 25px;
  color: #666;
  font-size: 17px;
  line-height: 30px;
}

.course__author {
  margin: 60px 0 90px;
  border-top: 1px solid #e9e9e9;
}

.course__author h2 {
  margin: 0 0 40px;
  padding: 60px 0 30px;
  font-size: 36px;
}

.course__author h2 span {
  display: block;
  color: #666;
  font-size: 16px;
}

.course__author__image img {
  max-width: 180px;
  border-radius: 50%;
}

.course__author__info p {
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 480px) {
  .course__item__play .icon {
    font-size: 40px;
  }

  .course__item ul li {
    margin: 0 0 10px;
    font-size: 12px;
  }

  .course__item ul li .add {
    font-size: 11px;
  }

  .course__info p {
    padding-left: 0;
  }

  .course__author img {
    margin: -20px 0 45px;
  }
}

.collection .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: -60px 5px 0;
  border-radius: 50%;
  background-color: #000;
}

.collection .carousel-inner {
  margin: 40px 0 0 0;
}

.collection .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.collection .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.collection .carousel-control-prev,
.collection .carousel-control-next {
  width: 20px;
  height: 20px;
  margin: -47px 0 0 0;
}

.collection .author__classes i {
  top: 70px;
}

.collection .author__classes__item {
  margin: 0;
}

.collection h2 {
  margin: 15px 0 0;
  line-height: 24px;
}

.collection h2 a {
  position: relative;
  display: inline-block;
  margin: -12px 0 0 20px !important;
  border-left: 1px solid #e9e9e9;
  padding: 10px 25px 5px 25px !important;
  color: #666;
  font-size: 16px;
  vertical-align: middle;
}

.collection h2 a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.3s ease-in-out 0s;
  transform: scaleX(0);
}

.collection h2 a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.collection h3 span {
  border-bottom: none;
}

@media (min-width: 992px) {
  .carousel-control-prev {
    top: 130px;
    left: -40px;
  }

  .carousel-control-next {
    top: 130px;
    right: -40px;
  }

  .collection.medium .carousel-control-prev {
    top: 230px;
    left: -40px;
  }

  .collection.medium .carousel-control-next {
    top: 230px;
    right: -40px;
  }

  .collection.big .carousel-control-prev {
    top: 50%;
    left: -40px;
    transform: translate(-50%, -50%);
  }

  .collection.big .carousel-control-next {
    top: 50%;
    right: -60px;
    transform: translate(-50%, -50%);
  }

  .collection.big .carousel-indicators {
    bottom: -30px;
  }
}

.collection.medium .author__classes i {
  top: 170px;
}

.course__author.custom-margin-top,
.video__author.custom-margin-top {
  margin: 0;
}

@media (max-width: 990px) {

  .aboutus__block,
  .promo__block,
  .community__block,
  .faq__block,
  .authors__content {
    padding: 0 15px !important;
    text-align: center;
  }

  .aboutus__block h2 {
    margin: 50px 0 20px 0;
  }

  .dark .s-desc {
    width: 100% !important;
    font-size: 16px !important;
  }

  .navbar-nav {
    background: rgb(32, 32, 32) !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .dark .btns-block .btn,
  .dark .btns-block .cancel-btn {
    padding: 5px !important;
    font-size: 10px !important;
  }
}

@media (max-width: 480px) {
  .author__classes__item--info {
    bottom: 20px;
    left: 40px;
  }

  .author__classes__item--info .featured {
    font-size: 12px;
  }

  .author__classes__item--info .title {
    margin: 0;
    font-size: 20px;
  }

  .author__classes__item--info .author {
    font-size: 10px;
  }

  .carousel-indicators {
    bottom: -30px;
  }
}

.authors {
  margin: 60px 0 -40px 0;
}

.authors__intro {
  margin: 0 0 60px;
}

.authors__intro h1 {
  border-bottom: 1px solid #e9e9e9;
  padding: 60px 0 60px;
  font-size: 60px;
}

.authors__intro h1 span {
  color: #666;
  font-size: 16px;
}

.authors__item img {
  max-width: 180px;
  margin: 0 0 20px;
  border-radius: 50%;
}

.authors__item h2 {
  font-size: 18px;
}

.authors__item h2 a {
  position: relative;
  padding: 0 0 5px;
  color: #000;
}

.authors__item h2 a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.3s ease-in-out 0s;
  transform: scaleX(0);
}

.authors__item h2 a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.email img {
  max-width: 150px;
  margin: 40px 15px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 40px;
}

.button-social {
  color: #fff !important;
}

@media (min-width: 772px) {
  .navbar {
    z-index: 200 !important;
  }
}

@media (max-width: 772px) {

  h1,
  h2.header {
    text-align: center;
    /*text-transform: uppercase;*/
  }
}

.relative.z-100 {
  overflow: hidden;
}