@import url(https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i|Lora:400,400i,700,700i&display=swap);.gray-bg {
  background-color: #F5F6F8;
}

.bottom-spacing-lg {
  padding-bottom: 100px;
}

.promo-banner {
  background-color: #A5DCE2;
}

.promo-banner .promo-banner-text {
  color: #454545;
  font-family: Lora;
  font-size: 20px;
  line-height: 41px;
}

.promo-banner .promo-banner-action {
  background-color: #C0F1F6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  padding-left: 40px;
  padding-right: 40px;
  text-transform: uppercase;
  color: #454545;
  font-family: Karla;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 21px;
}

@media (max-width: 575px) {
  .promo-banner .promo-banner-text {
    line-height: 25px;
  }
}

.o-fadeout {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.light-grey {
  color: #999999 !important;
}

.h-vh-100 {
  height: 100vh;
}

.squigle {
  max-width: 100px;
}

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

.ff-lora {
  font-family: "Lora", serif !important;
}

.ff-karla {
  font-family: "karla", sans-serif !important;
}

.font-biege {
  color: #DAA194 !important;
}

.font-purple {
  color: #949DDB !important;
}

.font-teal {
  color: #96D5DB !important;
}

.font-gold {
  color: #DAC194 !important;
}

.font-gray-dark {
  color: #353535 !important;
}

.font-gray-med {
  color: #878787 !important;
}

.font-gray-light {
  color: #DFE0E2 !important;
}

.btn-default-styling {
  height: 37px !important;
  width: 188px !important;
  border-radius: 18.5px !important;
  background-color: #DAA194 !important;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  color: white !important;
  letter-spacing: 3px;
  font-size: 12px !important;
}

.btn-default-styling:hover {
  background-color: #cb968a !important;
}

.text-underline {
  text-decoration: underline;
}

#main-nav,
.landing-menu {
  height: 70px;
  background: white;
  -webkit-box-shadow: 0 3px 9px 0 rgba(153, 153, 153, 0.15);
          box-shadow: 0 3px 9px 0 rgba(153, 153, 153, 0.15);
  font-family: "karla", sans-serif;
  color: #454545;
  line-height: 41px;
  padding: 0;
  z-index: 699;
  font-size: 16px;
}

#main-nav .nav-link,
#main-nav .navbar-brand,
.landing-menu .nav-link,
.landing-menu .navbar-brand {
  color: #454545;
  line-height: 41px;
  font-size: 15px;
}

#main-nav .container,
#main-nav .navbar-collapse,
#main-nav .navbar-nav,
.landing-menu .container,
.landing-menu .navbar-collapse,
.landing-menu .navbar-nav {
  height: 100%;
}

#main-nav .navbar-brand,
.landing-menu .navbar-brand {
  background: url("/img/logo-black.svg") no-repeat center;
  background-size: contain;
  width: 75px;
  height: 55px;
}

#main-nav .er-styling,
.landing-menu .er-styling {
  background-color: #353535;
  line-height: 1;
  font-size: 12px;
  font-weight: 100;
  padding: 4px 7px;
  text-transform: uppercase;
}

#main-nav .er-styling:nth-child(2),
.landing-menu .er-styling:nth-child(2) {
  margin-top: 2px;
}

#main-nav .upgrade-btn {
  height: 37px;
  width: 109px;
  border-radius: 18.5px;
  background-color: #DAA194;
  color: #353535;
  font-family: "karla", sans-serif;
  font-size: 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 2px;
}

#main-nav .account-info {
  font-size: 10px;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main-nav .account-info .col-12:first-child {
  background: rgba(223, 224, 226, 0.25);
  padding: 10px 12px 0 12px;
}

#main-nav .account-info .col-12:last-child {
  background: rgba(223, 224, 226, 0.25);
  padding: 0 12px 10px 12px;
}

#main-nav .account-info span {
  letter-spacing: initial;
}

#main-nav .dropdown-item {
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-nav .dropdown-item:hover,
#main-nav .dropdown-item:active {
  background: rgba(218, 161, 148, 0.15);
  cursor: pointer;
  color: #353535;
}

#main-nav .dropdown-menu {
  width: 250px;
}

#main-nav .download-indicator {
  background-color: #F8F3EA;
  width: 80px;
  height: 100%;
  margin-right: 70px;
}

#main-nav .download-indicator p {
  color: #454545;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 11px;
}

#main-nav .download-indicator .remaining {
  font-size: 20px;
  margin-bottom: 0.45rem;
}

#main-nav .dropdown-toggle::after {
  margin-left: 0.4rem;
}

#main-nav .user-icon {
  max-width: 17px;
  margin-right: 0.6rem;
}

#main-nav .user-name {
  text-transform: capitalize;
}

.landing-menu {
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: background-color 175ms linear;
  transition: background-color 175ms linear;
}

#menuMobileToggle {
  height: 100%;
}

#menuMobileToggle .hamburger-inner,
#menuMobileToggle .hamburger-inner::before,
#menuMobileToggle .hamburger-inner::after {
  background: #DAA194;
  color: #DAA194;
}

.transparent-menu {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: background-color 175ms linear;
  transition: background-color 175ms linear;
}

.transparent-menu .container {
  background: transparent;
}

.transparent-menu .navbar-brand {
  background: url("/img/logo-white.svg") no-repeat center;
  background-size: contain;
  width: 75px;
  height: 55px;
}

.transparent-menu .navbar-brand {
  color: white !important;
}

.transparent-menu .nav-link {
  color: white !important;
}

.transparent-menu #menuMobileToggle .hamburger-inner,
.transparent-menu #menuMobileToggle .hamburger-inner::before,
.transparent-menu #menuMobileToggle .hamburger-inner::after {
  background: white;
  color: white;
}

.transparent-menu .btn-transparent {
  background: transparent !important;
  border: 1px solid white;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
}

@media (max-width: 991px) {
  #main-nav,
  .landing-menu {
    padding: 0;
  }

  #main-nav .navbar-collapse,
  #main-nav .navbar-nav,
  .landing-menu .navbar-collapse,
  .landing-menu .navbar-nav {
    height: initial;
  }

  #main-nav .container,
  .landing-menu .container {
    max-width: 100% !important;
    padding: 0 1rem;
  }

  #main-nav .navbar-collapse,
  .landing-menu .navbar-collapse {
    background: white;
    margin: 0 -1rem;
  }

  #main-nav .navbar-collapse .nav-item,
  .landing-menu .navbar-collapse .nav-item {
    margin-left: 0;
  }

  .landing-menu a {
    color: #878787;
  }

  .landing-menu .navbar-brand {
    color: #878787;
  }

  .landing-menu .nav-link {
    color: #878787;
  }

  .category-page-menu.transparent-menu {
    position: fixed !important;
  }

  .category-overview-hero {
    padding-top: 75px !important;
  }

  #menuMobileToggle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .transparent-menu .navbar-brand {
    color: #878787 !important;
  }

  .transparent-menu .nav-link {
    color: #878787 !important;
  }

  #menuMobileToggle .hamburger-inner,
  #menuMobileToggle .hamburger-inner::before,
  #menuMobileToggle .hamburger-inner::after {
    background: #DAA194 !important;
    color: #DAA194 !important;
  }
}

@media (max-width: 575px) {
  #main-nav .navbar-brand {
    margin-right: 0.6rem;
    width: 55px;
  }

  #main-nav .er-styling {
    font-size: 11px;
  }

  #main-nav .download-indicator {
    width: 60px;
  }

  #main-nav .download-indicator p {
    font-size: 8px;
  }

  #main-nav .download-indicator .remaining {
    font-size: 16px;
  }
}

#designs-overview .t3Banner {
  background-image: url("/img/library/banner-tier3.jpg");
}

#designs-overview .t2Banner {
  background-image: url("/img/library/banner-tier3.jpg");
}

#designs-overview .t1Banner {
  background-image: url("/img/library/banner-tier2.jpg");
}

#designs-overview .freeBanner {
  background-image: url("/img/library/banner-free.jpg");
}

#designs-overview .jumbotron-fluid {
  height: 380px;
  background-size: cover;
}

#designs-overview .jumbotron-fluid .card {
  height: 252px;
  width: 621px;
  background-color: rgba(255, 255, 255, 0.78);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 49px;
}

#designs-overview .category-overview-hero {
  padding-top: 150px;
  padding-bottom: 150px;
}

#designs-overview .category-overview-hero .title,
#designs-overview .category-overview-hero .subtitle {
  color: white;
}

#designs-overview .category-overview-hero .title {
  font-family: 'Lora',serif;
  font-size: 44px;
  line-height: 53px;
}

#designs-overview .category-overview-hero .subtitle {
  font-family: Karla,sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 21px;
  margin-top: 18px;
  margin-bottom: 32px;
}

#designs-overview .category-card {
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  width: 100%;
  height: 150px;
  position: relative;
}

#designs-overview .category-card .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(62, 62, 62, 0.2);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#designs-overview .category-card .card-overlay .card-title {
  font-family: "karla", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: white;
  text-transform: uppercase;
  background-color: #454545;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
}

#designs-overview .category-card .card-overlay:hover {
  background: rgba(62, 62, 62, 0.7);
}

.category-page-menu .navbar-brand {
  background: url("/img/logo-black.svg") no-repeat center !important;
}

.category-page-menu #search {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.2s linear;
  transition: visibility 0s, opacity 0.2s linear;
}

.category-page-menu.show-searchbar #search {
  visibility: visible;
  opacity: 1;
}

.category-page-menu.transparent-menu .navbar-brand {
  background: url("/img/logo-white.svg") no-repeat center !important;
}

@media (min-width: 1981px) {
  #designs-overview .jumbotron-fluid {
    height: 480px;
  }
}

@media (max-width: 1024px) {
  .category-page-menu.transparent-menu .navbar-brand {
    background: url("/img/logo-white.svg") no-repeat center !important;
  }

  #designs-overview .category-overview-hero {
    padding-bottom: 20px;
  }
}

@media (max-width: 575px) {
  #designs-overview .jumbotron-fluid .card {
    height: auto;
  }

  #designs-overview .category-overview-hero {
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  #designs-overview .category-overview-hero .title {
    font-size: 30px;
    line-height: normal;
  }
}

.confirmation-right {
  border-left: 1px solid #e8e8e8;
  padding-left: 4rem;
}

.confirmation-share-btn {
  font-size: 14px;
  font-family: "karla", sans-serif;
  padding: 0.8rem 1rem;
  max-width: 372px;
}

.confirmation-share-btn span {
  letter-spacing: 6px !important;
  width: 45px;
}

.confirmation-share-btn svg {
  font-size: 28px;
}

.register-container .bg-img {
  background-image: url("/img/register-login/register-bg.jpg");
  background-size: cover;
}

.tier-selected {
  border: 1px solid #DAA194 !important;
}

.tier-disabled {
  color: #454545 !important;
  opacity: 0.5;
}

.tier-card-container {
  position: relative;
}

.tier-card-container .tier-card-blocker {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
}

.register-container .terms-service-row {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.register-container .terms-service-row .col-12 {
  border-top: 1px solid #DFE0E2;
  max-width: 90%;
  padding: 1rem;
}

.register-container .terms-service-row a {
  color: #E5E6E8;
  font-family: "karla", sans-serif;
}

.register-container .logo {
  max-width: 190px;
  width: 100%;
  height: 70px;
  font-size: 43px;
}

.register-container form {
  width: 100%;
}

.register-container form #register-account {
  max-width: 400px;
  margin: 0 auto;
}

.register-container form #register-billing {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -330px;
  padding: 0.7rem 1.1rem 2rem;
}

.register-container form label {
  color: #999999;
  font-size: 12px;
  font-family: "karla", sans-serif;
  text-transform: uppercase;
}

.register-container form input {
  border: none;
  border-bottom: 1px solid #DFE0E2;
  border-radius: 0;
  font-size: 12px;
  font-family: "karla", sans-serif;
  padding-bottom: 1rem;
}

.register-container form input:focus {
  border-left: 2px solid #80bdff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.register-container form button {
  height: 37px;
  width: 188px;
  border-radius: 18.5px;
  background-color: #DAA194;
  border: none;
  margin: 0 auto;
  font-size: 12px;
  font-family: "karla", sans-serif;
  text-transform: uppercase;
}

.register-container form .toggle-text {
  font-size: 14px;
  color: #454545;
  font-family: "karla", sans-serif;
}

.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 3px 0 #e6ebf1;
          box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  -webkit-transition: -webkit-box-shadow 150ms ease;
  transition: -webkit-box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease;
}

#register-card-input,
.submit-container {
  max-width: 600px;
  margin: 0 auto;
}

.register-tier-deck {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 100%;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.register-tier-deck .card {
  border: 1px solid #DFE0E2;
  width: 145px;
  margin: 0.5rem;
  height: 100%;
}

.register-tier-deck .card .tier-title {
  max-width: 90px;
  width: 100%;
  margin: -2rem auto 0 auto;
}

.register-tier-deck .card .card-body {
  padding: 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.register-tier-deck .card:hover {
  border: 1px solid #DAA194 !important;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 1;
}

.pricing-dollar-sign {
  position: absolute;
  margin-left: -16px;
  margin-top: 6px;
}

.register-back {
  max-width: 120px;
  position: absolute;
  float: left;
  color: grey;
}

.register-back:hover {
  cursor: pointer;
}

@media (max-width: 1604px) {
  .register-tier-deck .card {
    width: 138px;
  }
}

@media (max-width: 1199px) {
  .confirmation-share-btn {
    font-size: 13px;
    font-family: "karla", sans-serif;
    padding: 0.6rem;
  }

  .confirmation-share-btn span {
    letter-spacing: 3px !important;
  }

  .confirmation-share-btn svg {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .confirmation-right {
    border-left: none;
    padding-left: 1rem;
  }
}

@media (max-width: 575px) {
  .register-back {
    position: relative;
    float: none;
  }

  .confirmation-share-btn {
    font-size: 12px;
  }
}

.height-box {
  max-height: 85rem;
  overflow-y: auto;
}

.table-wrapper {
  position: relative;
}

.table-wrapper table {
  table-layout: fixed;
}

.table-wrapper table td {
  text-overflow: ellipsis;
  overflow: hidden;
}

.table-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table-loader h2 {
  font-size: 48px;
}

.table-loader .spinner-border {
  width: 50px;
  height: 50px;
}

#design-cat-section .design-card,
#userDownloadsLibrary .design-card {
  height: 220px;
  min-width: 220px;
  max-width: 220px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#design-cat-section .design-card .no-overflow,
#userDownloadsLibrary .design-card .no-overflow {
  overflow: hidden;
}

#design-cat-section .design-card .no-overflow img,
#userDownloadsLibrary .design-card .no-overflow img {
  margin-top: -5%;
}

#design-cat-section .design-card:hover,
#design-cat-section .design-card:active,
#userDownloadsLibrary .design-card:hover,
#userDownloadsLibrary .design-card:active {
  cursor: pointer;
}

.tag-badge {
  margin-right: 10px;
}

.tag-badge span {
  border: 1px solid #353535 !important;
  background: white !important;
  font-family: "karla", sans-serif !important;
  font-size: 14px !important;
  border-radius: 0;
  color: #353535;
  font-weight: 100;
  padding: 4px 8px;
  margin-top: 10px;
}

.download-close {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 30px;
  font-size: 2.1rem;
}

#designDownloadContainer {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

#designDownloadContainer .download-history {
  list-style-type: none;
  padding: 0;
}

#designDownloadContainer .download-history svg {
  color: #DAA194;
  max-width: 19px;
}

#designDownloadContainer .card-body {
  width: 100%;
  margin: 0 auto;
}

#designDownloadContainer .btn-default-styling {
  height: 50px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px !important;
  width: 100% !important;
  color: #454545 !important;
  font-family: Karla;
  font-size: 15px !important;
  letter-spacing: 2.63px;
  line-height: 21px !important;
}

#designDownloadContainer .btn-default-styling .btn-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: -38px;
}

#designDownloadContainer select {
  height: 41px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #DFE0E2;
  border-radius: 20.5px;
  color: #999999;
  width: 100%;
}

#designDownloadContainer .arrow-btn-wrapper {
  background: rgba(0, 0, 0, 0.2);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  width: 38px;
}

.library-overview-container {
  max-width: calc(220px * 4 + 15px * 8 - 30px) !important;
}

@media (max-width: 1199px) {
  .library-overview-container {
    max-width: calc(220px * 3 + 15px * 6 - 30px) !important;
  }
}

@media (max-width: 767px) {
  .library-overview-container {
    max-width: calc(220px * 2 + 15px * 4 - 30px) !important;
  }

  #designDownloadContainer .btn-default-styling {
    letter-spacing: normal;
    font-size: 12px;
  }

  #designDownloadContainer .btn-default-styling .btn-text {
    margin-right: initial;
  }
}

@media (max-width: 575px) {
  .library-overview-container {
    width: calc(220px * 1 + 15px * 2) !important;
  }

  .download-close {
    position: relative;
    margin-right: 5px;
    margin-top: -5px;
    font-size: 2rem;
  }
}

.premium-badge,
.new-badge {
  position: absolute;
  z-index: 100;
  color: white;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  font-family: "karla", sans-serif;
  font-size: 14px;
  border-radius: 17px;
  font-weight: 100;
}

.new-badge {
  height: 28px;
  width: 62.5px;
  background-color: #949DDB;
  top: 0;
  right: 0;
  margin: 14px -14px 0 0;
}

.badge-icon-only {
  width: 35px !important;
}

.badge-icon-only img {
  margin: 0 !important;
}

.premium-badge {
  position: absolute;
  bottom: 0;
  height: 35px;
  width: 100%;
  left: 0;
  margin: 0;
  border-radius: 0 !important;
  font-weight: 100;
  letter-spacing: 2px;
  background-color: rgba(53, 53, 53, 0.78);
}

.premium-badge img {
  max-width: 15px;
  margin-right: 4px;
}

.downgrade-jumbo {
  padding: 0;
}

.downgrade-jumbo .jumbotron {
  background-image: url("/img/accounts/downgrade-banner.png");
  background-size: cover;
  background-position: center;
  height: 395px;
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.account.accordion .card {
  border: 0;
}

.account.accordion .card .card-header {
  background: white;
  border: 0;
  border-bottom: 2px solid #DAA194;
  margin-bottom: 1.5rem;
}

.account.accordion form {
  padding: 2.5rem 1.5rem;
}

.account.accordion form input {
  border: 0;
  border-bottom: 1px solid #DFE0E2;
  border-radius: 0;
  color: #878787 !important;
  font-size: 14px;
}

.account.accordion form label {
  text-transform: uppercase;
}

.account.accordion form .btn {
  color: #353535 !important;
}

.account.accordion form .cancel-btn {
  background: transparent !important;
  border: 1px solid #878787;
  color: #878787 !important;
}

.account.accordion .edit-btn {
  background: transparent !important;
  border: 1px solid #878787;
  padding: 1rem 0.5rem;
  position: absolute;
  right: 9px;
  top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #878787 !important;
}

.account.accordion .edit-btn:hover {
  cursor: pointer;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.account.accordion .card .card-header:hover {
  cursor: pointer;
}

.pricing-jumbo {
  background-image: url("/img/pricing-hero.jpg");
  background-size: cover;
  height: 640px;
}

.pricing-jumbo .jumbotron {
  background: transparent;
  height: 100%;
  width: 100%;
}

.plan-btn-downgrade.btn-default-styling {
  background: white !important;
  border: 1px solid #DFE0E2;
  color: #878787 !important;
}

#downgradeModal .modal-content {
  background: white;
  border-radius: 0;
  border: none;
}

.pricing-upgrade-wrapper {
  width: 100%;
}

.pricing-upgrade-wrapper .card {
  text-align: center;
  width: 179px;
}

.pricing-upgrade-wrapper .card a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: black;
  height: 100%;
}

.pricing-upgrade-wrapper .card a:hover {
  text-decoration: none;
}

.pricing-upgrade-wrapper .card .card-title {
  text-transform: capitalize;
}

.pricing-upgrade-wrapper .card .plan-btn {
  position: absolute;
  bottom: 0;
  margin-bottom: -20px;
}

.pricing-upgrade-wrapper .card .card-text {
  font-size: 12px;
}

.pricing-upgrade-wrapper .card:hover {
  cursor: pointer;
}

.pricing-upgrade-wrapper .plan-btn-upgrade {
  background: #DAC194 !important;
}

.pricing-upgrade-wrapper .plan-btn-upgrade.premium {
  background: #949DDB !important;
}

.pricing-upgrade-wrapper .user-tier-bar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #DFE0E2;
  text-align: center;
  color: #353535;
  text-transform: uppercase;
  font-size: 10px;
  padding: 2px;
  height: 20px;
}

.abs-center-bottom {
  position: absolute;
  bottom: 0;
  margin-bottom: -20px;
}

#pricing-table {
  margin-top: -22.5rem;
  padding-right: 15px !important;
  padding-right: 5px;
}

#pricing-table .pricing-table-wrapper .card {
  height: 575px;
}

#pricing-table .toggle-text {
  color: white;
  font-size: 12px;
}

#pricing-table .gray-btn-white-font {
  background: #878787 !important;
  color: white !important;
}

.color-bar {
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gold {
  background: #DAC194;
}

.purple {
  background: #949DDB;
}

.grey {
  background: #878787;
}

@media (min-width: 1981px) {
  .pricing-jumbo {
    height: 55vh;
  }
}

@media (max-width: 991px) {
  #pricing-table .pricing-upgrade-wrapper {
    width: 100%;
  }

  #pricing-table .pricing-upgrade-wrapper .card {
    text-align: center;
    min-width: 189px;
    width: 100%;
    max-width: 250px;
    height: auto;
  }
}

@media (max-width: 575px) {
  #pricing-table {
    margin-top: -19rem;
  }
}

.slick-next::before,
.slick-prev::before {
  color: #3b3b3b;
  font-size: 25px;
}

.slick-prev::before {
  margin-left: -15px;
}

.designs-carousel .img-container {
  padding: 0.75rem;
}

.designs-carousel .img-container div {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.designs-carousel .img-container img {
  max-height: 100%;
  width: auto;
}

.planViewBtn {
  width: 100% !important;
  max-width: 235px !important;
  margin-left: calc(-235px / 2);
  left: 50%;
}

.signUpWhiteBtn {
  width: 120px !important;
}

.transparent-menu .signUpWhiteBtn:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: black;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

#ads-landing {
  background-image: url("/img/landing/landing-banner.jpg");
  background-size: cover;
  background-position: center;
  height: 728px;
}

#ads-landing .jumbotron {
  background: transparent;
  height: 100%;
  width: 100%;
}

#ads-landing .form-container {
  min-height: 755px;
}

#ads-landing .ads-register-form {
  width: 100%;
}

#ads-landing .ads-register-form .card-title {
  font-size: 38px !important;
}

#ads-landing .ads-register-form .card-title.fs-24 {
  font-size: 22px !important;
}

#ads-landing .ads-register-form #register-account {
  max-width: 356px;
  margin: 0 auto;
}

#ads-landing .ads-register-form #register-billing {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -360px;
  padding: 0.7rem 1.1rem 2rem;
}

#ads-landing .ads-register-form label {
  color: #999999;
  font-size: 12px;
  font-family: "karla", sans-serif;
  text-transform: uppercase;
}

#ads-landing .ads-register-form input {
  border: none;
  border-bottom: 1px solid #DFE0E2;
  border-radius: 0;
  font-size: 12px;
  font-family: "karla", sans-serif;
  padding-bottom: 1rem;
}

#ads-landing .ads-register-form input:focus {
  border-left: 2px solid #80bdff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#ads-landing .ads-register-form button {
  height: 37px;
  width: 188px;
  border-radius: 18.5px;
  background-color: #DAA194;
  border: none;
  margin: 0 auto;
  font-size: 12px;
  font-family: "karla", sans-serif;
  text-transform: uppercase;
}

#ads-landing .ads-register-form .toggle-text {
  font-size: 11px;
  color: #454545;
  font-family: "karla", sans-serif;
}

#ads-landing .ads-register-form .discount-text {
  right: 5%;
}

#ads-landing .ads-register-form .card {
  width: 121px !important;
  margin: 0.5rem 0.24rem;
}

.pricing-card-features li {
  font-size: 11px !important;
  line-height: 17px !important;
}

.landing-jumbo {
  background-image: url("/img/landing/landing-banner.jpg");
  background-size: cover;
  height: 450px;
  background-position: center;
}

.landing-jumbo .jumbotron {
  background: transparent;
  height: 100%;
  width: 100%;
}

#tier-table .card:hover,
#tier-table .card-body:hover {
  cursor: auto !important;
}

.dark-check-bg {
  background: #353535;
  opacity: 0.8;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  margin-right: 1rem;
}

.dark-check-bg svg {
  color: #DAA194;
}

.free-membership-banner {
  background-image: url("/img/landing/free-membership-banner.jpg");
  background-size: cover;
  height: 330px;
}

.free-membership-banner .gold-text {
  letter-spacing: 4px;
}

.landing-midsection-bg {
  background-image: url("/img/landing/mid_background.jpg");
  background-size: cover;
  height: 650px;
}

#faqAccordion .card-header .btn-link:hover {
  text-decoration: none;
  color: #878787;
}

#faqAccordion .card-header:first-child {
  border-bottom: none;
}

.homepage-box-display {
  height: 160px;
  width: calc(25% - 2px);
  margin: 0;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.homepage-box-display img {
  position: absolute;
  z-index: 0;
  opacity: 0.99;
}

.homepage-box-display span {
  z-index: 3;
  font-family: "karla", sans-serif;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  color: #353535;
}

.homepage-box-display:nth-child(1) {
  background-size: cover;
  background-image: url("/img/landing/emb-homepage-design1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2px;
}

.homepage-box-display:nth-child(1) img {
  margin-bottom: 1px;
}

.homepage-box-display:nth-child(2) {
  background-size: cover;
  background-image: url("/img/landing/emb-homepage-design2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 3px;
  margin-top: 2px;
}

.homepage-box-display:nth-child(2) img {
  margin-bottom: -3px;
}

.homepage-box-display:nth-child(3) {
  background-size: cover;
  background-image: url("/img/landing/emb-homepage-design3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 3px;
  margin-top: 2px;
}

.homepage-box-display:nth-child(4) {
  background-size: cover;
  background-image: url("/img/landing/emb-homepage-design4.jpg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 2px;
  margin-top: 2px;
}

@media (min-width: 1199px) {
  .homepage-box-display {
    height: 220px;
  }

  .landing-jumbo {
    height: 510px;
  }
}

@media (min-width: 1981px) {
  .landing-jumbo {
    height: 55vh;
  }
}

@media (max-width: 1199px) {
  .homepage-box-display img {
    max-width: 240px;
  }

  .homepage-box-display span {
    font-size: 13px !important;
  }

  #ads-landing .form-container {
    min-height: 705px;
  }

  #ads-landing .form-container #register-billing {
    margin-top: -320px;
  }

  #ads-landing .form-container .discount-text {
    right: 0;
  }

  #ads-landing .form-container .discount-text span {
    font-size: 10px;
  }
}

@media (max-width: 991px) {
  #ads-landing .h1-styling {
    font-size: 38px;
  }

  #ads-landing .font-styling {
    font-size: 15px;
  }

  .homepage-box-display img {
    max-width: 189px;
  }

  .homepage-box-display span {
    font-size: 11px !important;
  }

  #ads-landing .form-container {
    min-height: 605px;
  }

  #ads-landing .form-container #register-billing {
    margin-top: -260px;
  }

  #tier-table {
    margin-top: 270px !important;
  }
}

@media (max-width: 767px) {
  .homepage-box-display {
    width: calc(50% - 1px);
    margin-top: 2px;
  }

  .homepage-box-display:nth-child(2n) {
    margin-left: 2px;
  }

  .homepage-box-display:nth-child(2n-1) {
    margin-left: 0;
  }

  #tier-table {
    margin-top: 305px !important;
  }

  #ads-landing .h1-styling {
    line-height: 38px;
  }
}

@media (max-width: 575px) {
  #tier-table {
    margin-top: 305px !important;
  }

  .free-membership-banner {
    height: auto !important;
  }

  .homepage-box-display img {
    max-width: 175px;
  }

  .homepage-box-display span {
    font-size: 10px !important;
  }
}

@media (max-width: 558px) {
  #ads-landing .form-container {
    min-height: 715px;
  }

  #ads-landing .form-container #register-billing {
    margin-top: -340px;
  }

  #tier-table {
    margin-top: 455px !important;
  }
}

@media (max-width: 480px) {
  #ads-landing .form-container {
    min-height: 735px;
  }

  #ads-landing .form-container #register-billing {
    margin-top: -340px;
  }
}

/*******************************************************
Variables
*******************************************************/

/*******************************************************
Animation
*******************************************************/

@-webkit-keyframes popIn {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1);
  }

  50% {
    -webkit-transform: scale(1.4, 1);
            transform: scale(1.4, 1);
  }

  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes popIn {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1);
  }

  50% {
    -webkit-transform: scale(1.4, 1);
            transform: scale(1.4, 1);
  }

  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes popOut {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1);
  }

  50% {
    -webkit-transform: scale(1.4, 1);
            transform: scale(1.4, 1);
  }

  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes popOut {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1);
  }

  50% {
    -webkit-transform: scale(1.4, 1);
            transform: scale(1.4, 1);
  }

  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes splashIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .8;
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .9;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes splashIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .8;
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .9;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes splashOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .8;
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .9;
  }

  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
}

@keyframes splashOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .8;
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .9;
  }

  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
}

/*******************************************************
Main Slider basics
*******************************************************/

.checkbox-slider,
.checkbox-slider--default,
.checkbox-slider--a-rounded,
.checkbox-slider--a,
.checkbox-slider--b,
.checkbox-slider--b-flat,
.checkbox-slider--c,
.checkbox-slider--c-weight,
.checkbox-toggle {
  position: relative;
}

.checkbox-slider input[type="checkbox"],
.checkbox-slider--default input[type="checkbox"],
.checkbox-slider--a-rounded input[type="checkbox"],
.checkbox-slider--a input[type="checkbox"],
.checkbox-slider--b input[type="checkbox"],
.checkbox-slider--b-flat input[type="checkbox"],
.checkbox-slider--c input[type="checkbox"],
.checkbox-slider--c-weight input[type="checkbox"],
.checkbox-toggle input[type="checkbox"] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  margin: 0 0;
  cursor: pointer;
  opacity: 0;
}

.checkbox-slider input + span,
.checkbox-slider--default input + span,
.checkbox-slider--a-rounded input + span,
.checkbox-slider--a input + span,
.checkbox-slider--b input + span,
.checkbox-slider--b-flat input + span,
.checkbox-slider--c input + span,
.checkbox-slider--c-weight input + span,
.checkbox-toggle input + span {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox-slider input + span:before,
.checkbox-slider--default input + span:before,
.checkbox-slider--a-rounded input + span:before,
.checkbox-slider--a input + span:before,
.checkbox-slider--b input + span:before,
.checkbox-slider--b-flat input + span:before,
.checkbox-slider--c input + span:before,
.checkbox-slider--c-weight input + span:before,
.checkbox-toggle input + span:before {
  position: absolute;
  left: 0px;
  display: inline-block;
}

.checkbox-slider input + span > h4,
.checkbox-slider--default input + span > h4,
.checkbox-slider--a-rounded input + span > h4,
.checkbox-slider--a input + span > h4,
.checkbox-slider--b input + span > h4,
.checkbox-slider--b-flat input + span > h4,
.checkbox-slider--c input + span > h4,
.checkbox-slider--c-weight input + span > h4,
.checkbox-toggle input + span > h4 {
  display: inline;
}

.form-horizontal [class^='checkbox'] input + span:after {
  top: 7px;
}

/*******************************************************
Main Slider
*******************************************************/

.checkbox-slider input + span,
.checkbox-slider--default input + span,
.checkbox-slider--a-rounded input + span,
.checkbox-slider--a input + span,
.checkbox-slider--b input + span,
.checkbox-slider--b-flat input + span,
.checkbox-slider--c input + span,
.checkbox-slider--c-weight input + span {
  padding-left: 40px;
}

.checkbox-slider input + span:before,
.checkbox-slider--default input + span:before,
.checkbox-slider--a-rounded input + span:before,
.checkbox-slider--a input + span:before,
.checkbox-slider--b input + span:before,
.checkbox-slider--b-flat input + span:before,
.checkbox-slider--c input + span:before,
.checkbox-slider--c-weight input + span:before {
  content: "";
  height: 20px;
  width: 40px;
  background: rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
}

.checkbox-slider input + span:after,
.checkbox-slider--default input + span:after,
.checkbox-slider--a-rounded input + span:after,
.checkbox-slider--a input + span:after,
.checkbox-slider--b input + span:after,
.checkbox-slider--b-flat input + span:after,
.checkbox-slider--c input + span:after,
.checkbox-slider--c-weight input + span:after {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0;
  display: block;
  background: #FFF;
  -webkit-transition: margin-left 0.1s ease-in-out;
  transition: margin-left 0.1s ease-in-out;
  text-align: center;
  font-weight: bold;
  content: "";
}

.checkbox-slider input:checked + span:after,
.checkbox-slider--default input:checked + span:after,
.checkbox-slider--a-rounded input:checked + span:after,
.checkbox-slider--a input:checked + span:after,
.checkbox-slider--b input:checked + span:after,
.checkbox-slider--b-flat input:checked + span:after,
.checkbox-slider--c input:checked + span:after,
.checkbox-slider--c-weight input:checked + span:after {
  margin-left: 20px;
  content: "";
}

.checkbox-slider input:checked + span:before,
.checkbox-slider--default input:checked + span:before,
.checkbox-slider--a-rounded input:checked + span:before,
.checkbox-slider--a input:checked + span:before,
.checkbox-slider--b input:checked + span:before,
.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider--c input:checked + span:before,
.checkbox-slider--c-weight input:checked + span:before {
  -webkit-transition: background .2s ease-in;
  transition: background .2s ease-in;
}

/*******************************************************
Slider default
*******************************************************/

.checkbox-slider--default input + span:after,
.checkbox-slider--a-rounded input + span:after {
  background: #FFF;
  border: solid transparent 1px;
  background-clip: content-box;
}

.checkbox-slider--default input:checked + span:after,
.checkbox-slider--a-rounded input:checked + span:after {
  background: #28a745;
  border: solid transparent 1px;
  background-clip: content-box;
}

/*******************************************************
Slider default rounded
*******************************************************/

.checkbox-slider--a-rounded input + span:after,
.checkbox-slider--a-rounded input + span:before {
  border-radius: 0.25rem;
}

.checkbox-slider--a-rounded input + span:after,
.checkbox-slider--a-rounded input:checked + span:after {
  border: solid transparent 2px;
  background-clip: content-box;
}

/*******************************************************
Slider default rounded Sizes
*******************************************************/

.checkbox-slider--a-rounded.checkbox-slider-sm input + span:before,
.checkbox-slider--a-rounded.checkbox-slider-sm input + span:after {
  border-radius: 0.2rem;
}

.checkbox-slider--a-rounded.checkbox-slider-md input + span:before,
.checkbox-slider--a-rounded.checkbox-slider-md input + span:after {
  border-radius: 0.25rem;
}

.checkbox-slider--a-rounded.checkbox-slider-lg input + span:before,
.checkbox-slider--a-rounded.checkbox-slider-lg input + span:after {
  border-radius: 0.3rem;
}

/*******************************************************
Slider A
*******************************************************/

.checkbox-slider--a input + span {
  padding-left: 60px;
}

.checkbox-slider--a input + span:before {
  content: "";
  width: 60px;
}

.checkbox-slider--a input + span:after {
  width: 40px;
  font-size: 10px;
  color: #000;
  content: "Off";
  border: solid transparent 1px;
  background-clip: content-box;
}

.checkbox-slider--a input:checked + span:after {
  content: "On";
  color: #fff;
  background: #28a745;
  border: solid transparent 1px;
  background-clip: content-box;
}

/*******************************************************
Slider A SIZES
*******************************************************/

.checkbox-slider--a.checkbox-slider-sm input + span {
  padding-left: 30px;
}

.checkbox-slider--a.checkbox-slider-sm input + span:before {
  width: 30px;
}

.checkbox-slider--a.checkbox-slider-sm input + span:after {
  width: 20px;
  font-size: 5px;
}

.checkbox-slider--a.checkbox-slider-sm input:checked + span:after {
  margin-left: 10px;
}

.checkbox-slider--a.checkbox-slider-md input + span {
  padding-left: 90px;
}

.checkbox-slider--a.checkbox-slider-md input + span:before {
  width: 90px;
}

.checkbox-slider--a.checkbox-slider-md input + span:after {
  width: 60px;
  font-size: 15px;
}

.checkbox-slider--a.checkbox-slider-md input:checked + span:after {
  margin-left: 30px;
}

.checkbox-slider--a.checkbox-slider-lg input + span {
  padding-left: 120px;
}

.checkbox-slider--a.checkbox-slider-lg input + span:before {
  width: 120px;
}

.checkbox-slider--a.checkbox-slider-lg input + span:after {
  width: 80px;
  font-size: 20px;
}

.checkbox-slider--a.checkbox-slider-lg input:checked + span:after {
  margin-left: 40px;
}

/*******************************************************
Slider B
*******************************************************/

.checkbox-slider--b input + span,
.checkbox-slider--b-flat input + span {
  padding-left: 40px;
}

.checkbox-slider--b input + span:before,
.checkbox-slider--b-flat input + span:before {
  border-radius: 20px;
  width: 40px;
}

.checkbox-slider--b input + span:after,
.checkbox-slider--b-flat input + span:after {
  background: #FFF;
  content: "";
  width: 20px;
  border: solid transparent 2px;
  background-clip: padding-box;
  border-radius: 20px;
}

.checkbox-slider--b input:not(:checked) + span:after,
.checkbox-slider--b-flat input:not(:checked) + span:after {
  -webkit-animation: popOut ease-in .3s normal;
          animation: popOut ease-in .3s normal;
}

.checkbox-slider--b input:checked + span:after,
.checkbox-slider--b-flat input:checked + span:after {
  content: "";
  margin-left: 20px;
  border: solid transparent 2px;
  background-clip: padding-box;
  -webkit-animation: popIn ease-in .3s normal;
          animation: popIn ease-in .3s normal;
}

.checkbox-slider--b input:checked + span:before,
.checkbox-slider--b-flat input:checked + span:before {
  background: #28a745;
}

/*******************************************************
Slider B Sizes
*******************************************************/

.checkbox-slider--b.checkbox-slider-md input + span:before {
  border-radius: 30px;
}

.checkbox-slider--b.checkbox-slider-md input + span:after {
  border-radius: 30px;
}

.checkbox-slider--b.checkbox-slider-lg input + span:before {
  border-radius: 40px;
}

.checkbox-slider--b.checkbox-slider-lg input + span:after {
  border-radius: 40px;
}

/*******************************************************
Slider B-flat
*******************************************************/

.checkbox-slider--b-flat input + span:before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*******************************************************
Slider C
*******************************************************/

.checkbox-slider--c input + span,
.checkbox-slider--c-weight input + span {
  padding-left: 40px;
}

.checkbox-slider--c input + span:before,
.checkbox-slider--c-weight input + span:before {
  height: 2px !important;
  top: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 40px;
  background: #adb5bd;
}

.checkbox-slider--c input + span:after,
.checkbox-slider--c-weight input + span:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 20px;
  border: solid #adb5bd 2px;
  border-radius: 20px;
}

.checkbox-slider--c input:checked + span:after,
.checkbox-slider--c-weight input:checked + span:after {
  background: #28a745;
  margin-left: 20px;
  border: solid #28a745 2px;
  -webkit-animation: splashIn ease-in .3s normal;
          animation: splashIn ease-in .3s normal;
}

.checkbox-slider--c input:checked + span:before,
.checkbox-slider--c-weight input:checked + span:before {
  background: #28a745;
}

/*******************************************************
Slider C Sizes
*******************************************************/

.checkbox-slider--c.checkbox-slider-sm input + span:before {
  top: 4px;
}

.checkbox-slider--c.checkbox-slider-md input + span:before {
  top: 14px;
}

.checkbox-slider--c.checkbox-slider-md input + span:after {
  width: 30px;
  border-radius: 30px;
}

.checkbox-slider--c.checkbox-slider-lg input + span:before {
  top: 19px;
}

.checkbox-slider--c.checkbox-slider-lg input + span:after {
  width: 40px;
  border-radius: 40px;
}

.form-horizontal [class*='checkbox-slider--c'].checkbox-slider-sm input + span:before {
  top: 10px;
}

.form-horizontal [class*='checkbox-slider--c'].checkbox-slider-md input + span:before {
  top: 20px;
}

.form-horizontal [class*='checkbox-slider--c'].checkbox-slider-lg input + span:before {
  top: 25px;
}

/*******************************************************
Slider C-weight
*******************************************************/

.checkbox-slider--c-weight input + span:before {
  height: 1px !important;
}

.checkbox-slider--c-weight input:checked + span:before {
  height: 2px !important;
}

.checkbox-slider--c-weight input:not(:checked) + span:after {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  left: -6px;
}

.checkbox-slider--c-weight.checkbox-slider-sm input + span:before {
  top: 5px;
}

.checkbox-slider--c-weight.checkbox-slider-md input + span:before {
  top: 15px;
}

.checkbox-slider--c-weight.checkbox-slider-lg input + span:before {
  top: 20px;
}

/******************************************************
State Disabled
*******************************************************/

.checkbox-slider--default input:disabled + span:after {
  background: #adb5bd;
}

.checkbox-slider--default input:disabled + span:before {
  -webkit-box-shadow: 0 0 0 black;
          box-shadow: 0 0 0 black;
}

.checkbox-slider--default input:disabled + span {
  color: #adb5bd;
}

.checkbox-slider--a-rounded input:disabled + span:after,
.checkbox-slider--a input:disabled + span:after {
  background: #adb5bd;
  color: #FFF;
}

.checkbox-slider--a-rounded input:disabled + span:before,
.checkbox-slider--a input:disabled + span:before {
  -webkit-box-shadow: 0 0 0 black;
          box-shadow: 0 0 0 black;
}

.checkbox-slider--a-rounded input:disabled + span,
.checkbox-slider--a input:disabled + span {
  color: #adb5bd;
}

.checkbox-slider--b-flat input:disabled + span:after,
.checkbox-slider--b input:disabled + span:after {
  border: solid transparent 2px;
  border-radius: 40px;
}

.checkbox-slider--b-flat input:disabled + span:before,
.checkbox-slider--b input:disabled + span:before {
  -webkit-box-shadow: 0 0 0 black;
          box-shadow: 0 0 0 black;
}

.checkbox-slider--b-flat input:disabled + span,
.checkbox-slider--b input:disabled + span {
  color: #adb5bd;
}

.checkbox-slider--b-flat input:disabled:checked + span:before,
.checkbox-slider--b input:disabled:checked + span:before {
  background: #adb5bd;
}

.checkbox-slider--c-weight input:disabled:checked + span:after,
.checkbox-slider--c input:disabled:checked + span:after {
  background: #adb5bd;
}

.checkbox-slider--c-weight input:disabled + span:after,
.checkbox-slider--c input:disabled + span:after {
  border-color: #adb5bd;
}

.checkbox-slider--c-weight input:disabled + span:before,
.checkbox-slider--c input:disabled + span:before {
  background: #adb5bd;
}

.checkbox-slider--c-weight input:disabled + span,
.checkbox-slider--c input:disabled + span {
  color: #adb5bd;
}

/*******************************************************
Indicators
*******************************************************/

input:checked + .indicator-primary {
  color: #007bff;
}

input:checked + .indicator-success {
  color: #28a745;
}

input:checked + .indicator-info {
  color: #17a2b8;
}

input:checked + .indicator-warning {
  color: #ffc107;
}

input:checked + .indicator-danger {
  color: #dc3545;
}

/*******************************************************
Sizes
*******************************************************/

.checkbox-slider-sm {
  line-height: 10px;
}

.checkbox-slider-sm input + span {
  padding-left: 20px;
}

.checkbox-slider-sm input + span:before {
  width: 20px;
}

.checkbox-slider-sm input + span:after,
.checkbox-slider-sm input + span:before {
  height: 10px;
  line-height: 10px;
}

.checkbox-slider-sm input + span:after {
  width: 10px;
  vertical-align: middle;
}

.checkbox-slider-sm input:checked + span:after {
  margin-left: 10px;
}

.checkbox-slider-md {
  line-height: 30px;
}

.checkbox-slider-md input + span {
  padding-left: 60px;
}

.checkbox-slider-md input + span:before {
  width: 60px;
}

.checkbox-slider-md input + span:after,
.checkbox-slider-md input + span:before {
  height: 30px;
  line-height: 30px;
}

.checkbox-slider-md input + span:after {
  width: 30px;
  vertical-align: middle;
}

.checkbox-slider-md input:checked + span:after {
  margin-left: 30px;
}

.checkbox-slider-lg {
  line-height: 40px;
}

.checkbox-slider-lg input + span {
  padding-left: 80px;
}

.checkbox-slider-lg input + span:before {
  width: 80px;
}

.checkbox-slider-lg input + span:after,
.checkbox-slider-lg input + span:before {
  height: 40px;
  line-height: 40px;
}

.checkbox-slider-lg input + span:after {
  width: 40px;
  vertical-align: middle;
}

.checkbox-slider-lg input:checked + span:after {
  margin-left: 40px;
}

/*******************************************************
Variations
*******************************************************/

.checkbox-slider-primary.checkbox-slider--default input:checked + span:after,
.checkbox-slider-primary.checkbox-slider--a input:checked + span:after,
.checkbox-slider-primary.checkbox-slider--a-rounded input:checked + span:after,
.checkbox-slider-primary.checkbox-slider--c input:checked + span:after,
.checkbox-slider-primary.checkbox-slider--c-weight input:checked + span:after {
  background: #007bff;
  background-clip: content-box;
}

.checkbox-slider-primary.checkbox-slider--c input:checked + span:after,
.checkbox-slider-primary.checkbox-slider--c-weight input:checked + span:after {
  border-color: #007bff;
}

.checkbox-slider-primary.checkbox-slider--b input:checked + span:before,
.checkbox-slider-primary.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-primary.checkbox-slider--c input:checked + span:before,
.checkbox-slider-primary.checkbox-slider--c-weight input:checked + span:before {
  background: #007bff;
}

.checkbox-slider-info.checkbox-slider--default input:checked + span:after,
.checkbox-slider-info.checkbox-slider--a input:checked + span:after,
.checkbox-slider-info.checkbox-slider--a-rounded input:checked + span:after,
.checkbox-slider-info.checkbox-slider--c input:checked + span:after,
.checkbox-slider-info.checkbox-slider--c-weight input:checked + span:after {
  background: #17a2b8;
  background-clip: content-box;
}

.checkbox-slider-info.checkbox-slider--c input:checked + span:after,
.checkbox-slider-info.checkbox-slider--c-weight input:checked + span:after {
  border-color: #17a2b8;
}

.checkbox-slider-info.checkbox-slider--b input:checked + span:before,
.checkbox-slider-info.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-info.checkbox-slider--c input:checked + span:before,
.checkbox-slider-info.checkbox-slider--c-weight input:checked + span:before {
  background: #17a2b8;
}

.checkbox-slider-warning.checkbox-slider--default input:checked + span:after,
.checkbox-slider-warning.checkbox-slider--a input:checked + span:after,
.checkbox-slider-warning.checkbox-slider--a-rounded input:checked + span:after,
.checkbox-slider-warning.checkbox-slider--c input:checked + span:after,
.checkbox-slider-warning.checkbox-slider--c-weight input:checked + span:after {
  background: #ffc107;
  background-clip: content-box;
}

.checkbox-slider-warning.checkbox-slider--c input:checked + span:after,
.checkbox-slider-warning.checkbox-slider--c-weight input:checked + span:after {
  border-color: #ffc107;
}

.checkbox-slider-warning.checkbox-slider--b input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--c input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--c-weight input:checked + span:before {
  background: #ffc107;
}

.checkbox-slider-danger.checkbox-slider--default input:checked + span:after,
.checkbox-slider-danger.checkbox-slider--a input:checked + span:after,
.checkbox-slider-danger.checkbox-slider--a-rounded input:checked + span:after,
.checkbox-slider-danger.checkbox-slider--c input:checked + span:after,
.checkbox-slider-danger.checkbox-slider--c-weight input:checked + span:after {
  background: #dc3545;
  background-clip: content-box;
}

.checkbox-slider-danger.checkbox-slider--c input:checked + span:after,
.checkbox-slider-danger.checkbox-slider--c-weight input:checked + span:after {
  border-color: #dc3545;
}

.checkbox-slider-danger.checkbox-slider--b input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--c input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--c-weight input:checked + span:before {
  background: #dc3545;
}

body p,
body li,
body span,
body a,
body div,
body button {
  letter-spacing: 1px;
}

body .fs-24 {
  font-size: 24px;
}

body .fs-45 {
  font-size: 45px;
}

body .h1-styling,
body .h2-styling {
  font-size: 50px;
  font-family: "Lora", serif;
  font-style: italic;
  line-height: 53px;
}

body .h2-styling {
  font-size: 40px;
}

body .h3-styling {
  font-family: "Lora", serif;
  line-height: 41px;
  font-size: 24px;
}

body .h4-styling {
  font-family: "Lora", serif;
  line-height: 41px;
  font-size: 21px;
  font-weight: bold !important;
}

body .sub-headline {
  font-family: "karla", sans-serif;
  line-height: 16px;
}

body .font-styling,
body .font-small-styling {
  font-family: "karla", sans-serif;
  font-size: 18px;
  line-height: 25px;
}

body .font-small-styling {
  font-family: "karla", sans-serif;
  font-size: 15px;
  line-height: 21px;
  color: #7c838a;
}

body .font-small-styling-code-msg {
  font-family: "karla", sans-serif;
  font-size: 12px;
  color: #7c838a;
}

body .fb-bg-color {
  background-color: #3B5998 !important;
}

body .twitter-bg-color {
  background-color: #00ACED !important;
}

body .checkbox-slider--c input + span::before,
body .checkbox-slider--c-weight input + span::before {
  height: 26px !important;
  top: -3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 46px;
  background: #adb5bd;
  border-radius: 16px;
  left: -3px;
}

body .checkbox-slider--c input:checked + span::after,
body .checkbox-slider--c-weight input:checked + span::after {
  background: white;
}

body .checkbox-slider--c input:checked + span::after {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 20px;
  border-radius: 20px;
  border: 0;
}

body .checkbox-slider--c input:checked + span::before {
  height: 26px !important;
  top: -3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 46px;
  background: #adb5bd;
  border-radius: 16px;
}

body .checkbox-slider--c input + span::after,
body .checkbox-slider--c-weight input + span::after {
  border: 0;
}

body .biege-link {
  color: #DAA194;
  letter-spacing: 3px;
  font-size: 14px;
}

body .biege-link:hover,
body .biege-link:active {
  text-decoration: none;
}

body .fluid-square {
  width: 100%;
  display: block;
}

body .fluid-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media (max-width: 767px) {
  body .h1-styling,
  body .h2-styling {
    line-height: 42px;
  }

  body .h1-styling {
    font-size: 42px;
  }

  body .h2-styling {
    font-size: 36px;
  }

  body .h3-styling,
  body .h4-styling {
    line-height: 26px;
  }

  body .font-styling {
    font-size: 16px;
  }

  body .font-small-styling {
    font-size: 12px;
  }

  body .font-styling,
  body .font-small-styling {
    line-height: 20px;
  }
}

@media (max-width: 1024px) {
  #similar-designs-row {
    max-width: 100%;
    overflow-x: auto;
  }
}

@media (max-width: 575px) {
  #similar-designs-row {
    padding-left: 10px;
  }
}

