.page-item a, .page-item a:hover {
  color: #161616; }

.page-item a:hover {
  font-weight: bold; }

.offcanvas {
  background-color: #161616; }

.offcanvas-header .btn-close {
  background-color: beige; }

form {
  width: 100% !important;
  max-width: none; }

form input.text, form textarea, form .textajaxuniquetext, form select {
  max-width: 100%; }

form input.text {
  max-width: 100% !important;
  border-radius: 0.5em !important; }

.inner {
  max-width: 1240px; }

.sidebar-ad-wrapper {
  width: 200px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .sidebar-ad-wrapper {
    width: 400px; } }
.main {
  padding-top: 5px; }

.main h1 {
  margin-top: 1em; }

.inner {
  max-width: 1240px; }

body {
  color: white;
  background-color: #161616; }

.brand {
  font-style: italic; }

.footer a.brand {
  color: white; }

.bg-header {
  background-color: #242424;
  border-bottom: 2px solid #dc3545; }

.page-item a {
  font-size: 0.8em !important;
  font-weight: 500; }

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  font-family: "HelveticaNeueLTPro-Bd", "Helvetica Neue LT Pro Bold", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue LT Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white; }

.typography h1 {
  font-size: 2em;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase; }

.typography h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-style: italic; }

.typography h3 {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.03em;
  border-bottom: 1px solid lightgrey; }

.typography h4 {
  font-size: 16px;
  font-weight: 500; }

.section h2, .section h3 {
  font-family: "HelveticaNeueLTPro-Bd", "Helvetica Neue LT Pro Bold", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue LT Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: white;
  margin-top: 0.5em; }

.typography a, .typography a.intro {
  color: orange;
  line-break: auto; }

.typography a:hover, .typography a.intro:hover {
  border-color: #161616;
  color: #dc3545; }

.typography p, .typography ul li {
  font-size: 0.9em;
  list-style-type: none; }

.typography img {
  border: none;
  background: none; }

ol, ul {
  padding-left: 0.5rem; }

ul.videoList li {
  list-style-type: none !important; }

.header .inner {
  padding-top: 24px !important; }

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.socials {
  font-size: 3em;
  margin: 0.15em;
  margin-bottom: 2em; }

.main {
  background-color: #161616; }

.no-border-inner {
  padding: 0; }

.banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.center-image {
  display: block;
  margin: 0 auto; }

.white-text {
  color: white; }

.page-item a.page-link {
  color: #242424; }

a.btn, button, input[type="submit"], input[type="reset"], .Actions .action {
  background-color: #242424;
  border: 2px solid #dc3545;
  color: #fff; }

a.btn:hover, button, input[type="submit"]:hover, .Actions .action:hover {
  background-color: #3d3d3d;
  color: #fff;
  border: 2px solid #dc3545; }

.carousel-control-prev, .carousel-control-next {
  background-color: none !important; }

.carousel-indicators {
  position: relative;
  list-style: none;
  /* Remove default list styling */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Use flex display to align items */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Allow indicators to wrap to the next line */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Center the bullet points horizontally */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Center the bullet points vertically */
  margin: 0;
  padding: 0; }

.carousel-indicators li, .carousel-indicators[data-bs-target] li {
  width: 13px !important;
  height: 13px !important;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-top: 7px solid transparent !important;
  border-bottom: 7px solid transparent !important; }

html {
  font-family: Cairo, Arial; }

.inner {
  max-width: 1440px; }

body.dark {
  color: white; }

body.light {
  color: black; }

body a, html a, a {
  color: orangered; }

.brand {
  font-style: italic; }

.footer a.brand {
  color: white; }

.screen-mode-toggle {
  font-size: 1.32em;
  top: -0.16em;
  position: relative; }

#kofiframe {
  border: 0 !important; }

.btn-user-settings {
  font-size: 13px;
  margin-top: 1em;
  margin-bottom: 1em; }

.dark .btn:focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.25); }

.dark .btn-more {
  background-color: #3a3a3a;
  color: white; }

.light .btn-more {
  background-color: white;
  color: grey;
  border: 1px solid black; }

.dark .user-setttings {
  background-color: black !important;
  color: white !important; }

.light .user-setttings {
  background-color: white !important;
  color: black !important; }

.email-obfuscate {
  direction: rtl;
  unicode-bidi: bidi-override;
  white-space: nowrap; }

.fi-world {
  background-image: url(../flags/4x3/world.svg); }

.section h2, .section h3 {
  font-family: "HelveticaNeueLTPro-Bd", "Helvetica Neue LT Pro Bold", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue LT Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: white;
  margin-top: 0.5em; }

.header .inner {
  padding-top: 24px !important; }

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.socials {
  font-size: 3em;
  margin: 0.15em;
  margin-bottom: 2em; }

.dark .main {
  background-color: #161616; }

.light .main {
  background-color: white; }

.no-border-inner {
  padding: 0; }

.banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.center-image {
  display: block;
  margin: 0 auto; }

.dark .card {
  background-color: #3a3a3a; }

.white-text {
  color: white; }

.profile-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 0.2em;
  max-width: Calc(100% - 6em); }

.carousel-control-prev, .carousel-control-next {
  background-color: none !important; }

.carousel-indicators {
  position: relative;
  list-style: none;
  /* Remove default list styling */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Use flex display to align items */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* Allow indicators to wrap to the next line */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* Center the bullet points horizontally */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* Center the bullet points vertically */
  margin: 0;
  padding: 0; }

.carousel-indicators li, .carousel-indicators[data-bs-target] li {
  width: 13px !important;
  height: 13px !important;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-top: 7px solid transparent !important;
  border-bottom: 7px solid transparent !important; }

.page-item.active .page-link {
  border-color: #f9423a;
  background-color: #f9423a; }

.pagination {
  margin-bottom: 1em !important; }

.btn-toolbar input.full-width {
  width: 100% !important;
  margin-top: 0px;
  margin-right: 0px; }

.mobileShow {
  display: none; }

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 320px) and (max-width: 518px) {
  .mobileShow {
    display: inherit; } }
.tabletShow {
  display: none; }

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 518px) and (max-width: 1320px) {
  .tabletShow {
    display: inherit; } }
.desktopShow {
  display: none; }

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 1320px) {
  .desktopShow {
    display: inherit; } }
.platform-icon {
  width: 150px; }

.btn-primary {
  background-color: #03a9f4;
  font-weight: 600 !important; }

a.btn:after {
  content: none !important; }

.btn-primary:hover {
  color: white !important; }

.btn-light {
  border: 1px solid gray; }

.btn-outline-secondary {
  color: #6c757d !important;
  border-color: #6c757d !important;
  background-color: white !important;
  border-style: solid !important;
  border-width: 1px !important; }

.btn-toolbar {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.modal-footer .btn-secondary {
  padding: 1px 6px !important;
  background-color: #444 !important; }

.original-post:hover {
  font-size: none; }

.flatUI {
  display: block;
  height: 1.6em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  text-transform: uppercase;
  background-color: black; }

.flatUI a {
  font-size: 16px;
  line-height: 0.8em;
  color: lightgray; }

.header .primary ul {
  position: absolute;
  bottom: 0;
  right: 0;
  top: -0.4em; }

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
  color: #eeeeee !important;
  font-weight: 700; }

.header .primary li a {
  margin-top: 24px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  text-transform: uppercase;
  font-size: 1em;
  font-size: 400;
  color: lightgray; }

.nav-link {
  text-transform: uppercase; }

.menu-footer {
  margin-left: 1.5em;
  margin-left: 1.5em; }

.offcanvas-bottom {
  height: 90vh; }

@media (min-width: 1200px) {
  .offcanvas-bottom {
    height: 50vh; } }
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem; } }
.navbar-dark .navbar-toggler {
  background-color: black !important; }

form .good {
  color: black; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 640px !important;
    margin: 1.75rem auto; } }
.modal-footer-full {
  display: block;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px); }

.page-item.active .page-link {
  /* border-color: $color-blue-BG;
   background-color: $color-blue-BG;*/ }

.pagination {
  margin-bottom: 1em !important; }

.btn-danger {
  background-color: #dc3545 !important; }

.accordion-button {
  padding-top: 0.72rem !important;
  padding-right: 1.25rem !important;
  padding-bottom: 0.72rem !important;
  padding-left: 1.25rem !important; }

.card-quotes {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: #020024;
  background: -webkit-linear-gradient(278deg, #020024 0%, #090979 35%, #00d4ff 100%);
  background: linear-gradient(172deg, #020024 0%, #090979 35%, #00d4ff 100%);
  color: white;
  background-clip: border-box;
  border: 3px solid #ffb500;
  border-radius: 0.84rem;
  margin-bottom: 1em; }

.card-quotes .card-title {
  color: white; }

.card-quotes .card-text {
  font-size: 1em; }

.project {
  margin-bottom: 1em; }

.project img {
  background-color: #fff;
  margin-bottom: 2em; }

.contactform form {
  width: 100%; }

.contactform form label.left {
  color: white; }

.video {
  margin-bottom: 2em; }

.video {
  margin-bottom: 2em; }

.VideoPage .main-hub {
  padding-top: 0em; }

.VideoPage .menu-version a {
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.7em;
  font-size: 0.64em;
  text-transform: uppercase; }

.VideoPage .featured {
  margin-top: 1em; }

.VideoPage .feed, .VideoPage .simple-video {
  margin-bottom: 1em; }

.VideoPage .setVersion {
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0;
  margin-top: 0.25em; }

.VideoPage .navLink {
  width: 7em; }

.VideoPage .fill-width {
  width: 100%; }

.VideoPage .comments-holder-container h4 {
  font-size: 0.8em !important; }

.VideoPage #CommentForm_CommentsForm_NameViewURLComment_Holder, .VideoPage #CommentForm_CommentsForm_Comment_Holder {
  margin: 0px !important; }

.VideoPage #NameView_Holder {
  display: none !important; }

.VideoPage #CommentForm_CommentsForm_URL_Holder {
  display: none !important; }

.VideoPage #CommentForm_CommentsForm_Comment_Holder .left {
  display: none !important; }

.VideoPage textarea.form-control {
  height: 2.5em; }

.VideoPage .info .date {
  display: none;
  font-size: 1em;
  float: right;
  margin-right: 1em;
  margin-top: 0.8em; }

.VideoPage .comments-holder ul {
  padding-left: 0.25em !important; }

.VideoPage .btn-toolbar #CommentForm_CommentsForm_action_doPostComment {
  margin-right: 0; }

.VideoPage p.comment-login-error {
  font-size: 0.64em; }

.VideoPage li.comment {
  border-left: 1px solid black;
  padding-left: 0.5em;
  background-color: #fff;
  font-size: 0.75em;
  padding-top: 0.25em; }

.VideoPage p.info {
  float: left;
  margin-bottom: 0em !important;
  margin-right: 1em; }

.VideoPage .comment-text p {
  padding-bottom: 0.25em !important;
  margin-bottom: 0.5em !important; }

.VideoPage .commenting-rss-feed {
  font-size: 0.64em;
  text-align: center; }

.VideoPage form {
  max-width: 100% !important; }

/* ---- VIDEOS ---- */
.video-title {
  font-size: 0.64em;
  margin-left: 1em;
  margin-bottom: 1em; }

.video-title a {
  color: black; }

.dark .btn-outline-dark {
  color: white;
  border-color: grey; }

.user-video-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px grey solid;
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
  border-bottom-left-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0em;
  margin-bottom: 0.4em; }

.user-video-vertical .profile-picture img {
  border-radius: 0;
  border-bottom-left-radius: 0.2em; }

.comments {
  margin-bottom: 1em; }

.avatar {
  width: 2em;
  float: left; }

.user-video-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px grey solid;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  width: Calc(100% - 2em); }

.user-video-comment .comment {
  clear: both; }

.user-video-comment .comment .comment-text {
  font-size: 0.8em; }

.user-info {
  width: Calc(100% - 2.41em);
  float: left;
  font-size: 0.8em;
  padding-left: 0em; }

.dark .user-info {
  background-color: #3a3a3a; }

.profile-picture img {
  border-top-left-radius: 0.2em;
  border-bottom-left-radius: 0.2em; }

.profile-picture-comment img {
  border-radius: 50%; }

/* BLOCKS TEXT */
.user-profile-text a {
  position: relative;
  top: 1px; }

a.profile-link {
  margin-left: 0.5em;
  color: orange !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.profile-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 0.2em;
  max-width: Calc(100% - 6em);
  /* Adjust this value as needed */ }

/* RESPONSIVE TEXTS */
.mobileTextShow {
  display: none; }

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 320px) and (max-width: 518px) {
  .mobileTextShow {
    display: inherit; } }
.tabletTextShow {
  display: none; }

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 518px) and (max-width: 1320px) {
  .tabletTextShow {
    display: inherit; } }
.desktopTextShow {
  display: none; }

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 1320px) {
  .desktopTextShow {
    display: inherit; } }
/* USER FLAG AND LIKES */
.user-flag {
  width: 32px !important;
  height: 24px;
  border-top-right-radius: 0.2em;
  border-bottom-right-radius: 0.2em; }

.like-switch {
  float: right;
  margin-right: 0.5em;
  margin-top: 0.1em; }

.like-not-active {
  display: block;
  color: green;
  width: 32px;
  height: 32px;
  background-image: url("../images/icons/no-like.png"); }

.like-active {
  color: red;
  background-image: url("../images/icons/like.png") !important; }

.offcanvaButton {
  width: 100% !important; }

.offcanvaSuggestions {
  width: 100% !important;
  max-width: 654px !important; }

.notification {
  font-size: 0.72em;
  line-height: 1.72em; }

.notification i::after {
  content: "\00a0 \00a0"; }

span.description {
  font-size: 0.64em; }

.confirmation-message {
  font-size: 0.8em; }

.nav-back {
  margin-bottom: 2em; }

.PrivacyPolicyPage .policy-text, .TermsConditionsPage .policy-text {
  margin-bottom: 2em; }

.PrivacyPolicyPage .policy-text ul, .TermsConditionsPage .policy-text ul {
  margin-top: 1em; }

.PrivacyPolicyPage .policy-text ul li, .TermsConditionsPage .policy-text ul li {
  margin-bottom: 1em; }

.PrivacyPolicyPage .service-name, .TermsConditionsPage .service-name {
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: darkgray;
  color: white;
  border-radius: 0.5em; }

.PrivacyPolicyPage .service-name h3, .TermsConditionsPage .service-name h3 {
  font-size: 1em;
  padding: 0.5em;
  margin-left: 0.4em; }

.PrivacyPolicyPage .external-link, .TermsConditionsPage .external-link {
  position: relative; }

.PrivacyPolicyPage .external-icon, .TermsConditionsPage .external-icon {
  position: absolute;
  right: -26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/assets/icons/icon-external-link.png");
  background-size: cover; }

.ProductCategory, .Product, .typography h1, .sidecart h3 {
  color: white !important; }

.mobileShow {
  display: none; }

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 320px) and (max-width: 518px) {
  .mobileShow {
    display: inherit; } }
.tabletShow {
  display: none; }

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 518px) and (max-width: 1320px) {
  .tabletShow {
    display: inherit; } }
.desktopShow {
  display: none; }

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 1320px) {
  .desktopShow {
    display: inherit; } }
.platform-icon {
  width: 150px; }

.btn-link {
  width: 100%;
  margin-right: 0 !important; }

.btn-primary {
  background-color: #03a9f4;
  font-weight: 600 !important; }

a.btn:after {
  content: none !important; }

.btn {
  color: #eeeeee;
  border: 1px solid orange; }

.btn:hover {
  background-color: orange;
  color: #242424; }

.btn-primary:hover {
  color: white !important; }

.btn-light {
  border: 1px solid gray; }

.btn-outline-secondary {
  color: #6c757d !important;
  border-color: #6c757d !important;
  background-color: white !important;
  border-style: solid !important;
  border-width: 1px !important; }

.btn-accept {
  background-color: #242424 !important;
  border: 2px solid #dc3545; }

.btn-accept:hover {
  background-color: #dc3545 !important;
  border: 2px solid orange; }

.btn-toolbar {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.modal-footer .btn-secondary {
  padding: 1px 6px !important;
  background-color: #444 !important; }

.original-post:hover {
  font-size: none; }

.flatUI {
  display: block;
  height: 1.6em;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  text-transform: uppercase;
  background-color: black; }

.flatUI a {
  font-size: 16px;
  line-height: 0.8em;
  color: lightgray; }

.header .primary ul {
  position: absolute;
  bottom: 0;
  right: 0;
  top: -0.4em; }

.header .primary li a {
  margin-top: 24px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  text-transform: uppercase;
  font-size: 1em;
  font-size: 400;
  color: lightgray; }

.nav-link {
  text-transform: uppercase; }

.fi {
  border: 1px solid #dc3545;
  border-radius: 0.24em; }

.menu-footer {
  margin-left: 1.5em;
  margin-left: 1.5em; }

.offcanvas-bottom {
  height: 90vh; }

@media (min-width: 1200px) {
  .offcanvas-bottom {
    height: 50vh; } }
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem; } }
.dropdown-menu {
  background-color: #161616;
  border-radius: 0.25em; }

.navbar-nav .nav-link {
  padding-left: 1em; }

.dropdown-item.active, .dropdown-item:active {
  background-color: unset; }

form .good {
  color: black; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 640px !important;
    margin: 1.75rem auto; } }
.modal-footer-full {
  display: block;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px); }

.page-item.active .page-link {
  /* border-color: $color-blue-BG;
   background-color: $color-blue-BG;*/ }

.pagination {
  margin-bottom: 1em !important; }

.btn-danger {
  background-color: #dc3545 !important; }

.accordion-button {
  padding-top: 0.72rem !important;
  padding-right: 1.25rem !important;
  padding-bottom: 0.72rem !important;
  padding-left: 1.25rem !important; }

.card-quotes {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: #020024;
  background: -webkit-linear-gradient(278deg, #020024 0%, #090979 35%, #00d4ff 100%);
  background: linear-gradient(172deg, #020024 0%, #090979 35%, #00d4ff 100%);
  color: white;
  background-clip: border-box;
  border: 3px solid #ffb500;
  border-radius: 0.84rem;
  margin-bottom: 1em; }

.card-quotes .card-title {
  color: white; }

.card-quotes .card-text {
  font-size: 1em; }

.project {
  margin-bottom: 1em; }

.project img {
  background-color: #fff;
  margin-bottom: 2em; }

.contactform form {
  width: 100%; }

.contactform form label.left {
  color: white; }

.video {
  margin-bottom: 2em; }

#Form_SearchVideoForm_SearchTerm_Holder {
  margin-top: 0; }

#Form_SearchVideoForm_action_doVideoSearch {
  margin-right: 0;
  margin-top: -4px; }

#Form_SearchSpotForm_SearchTerm_Holder {
  margin-top: 0; }

#Form_SearchSpotForm_action_doSpotSearch {
  margin-right: 0;
  margin-top: -4px; }

.ProductCategory, .Product, .typography h1, .sidecart h3 {
  color: white !important; }

h1.SpotTitle {
  font-size: 1.45em;
  border: 0;
  margin-bottom: 0px;
  padding-top: 0;
  line-height: 1.2em;
  margin-top: 0; }

ul.videoList {
  margin: 0 0 20px 0px;
  padding-left: 0; }

.spot-features {
  margin-bottom: 1em; }

.user-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0px;
  border-radius: 0.2em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.4em;
  margin-bottom: 0.4em; }

h1.VideoTitle {
  font-size: 1.1em;
  border: 0;
  margin-bottom: 0px;
  padding-top: 0.32em;
  line-height: 1.2em; }

h4.VideoTitle {
  line-height: 1.2em;
  padding-top: 0.2em; }

.typography table tr.even, .typography table th, .typography thead td {
  background-color: #4c4c4c; }

.typography table tr:nth-child(even) {
  background-color: #202020; }

.CookiePolicyPage input[type="checkbox"], input.checkbox, .checkboxes input {
  margin: 0.67em 0em 2em 1em; }

.CookiePolicyPage form label.right {
  color: orange;
  font-weight: bolder;
  font-size: 16px;
  text-transform: uppercase; }

.CookiePolicyPage .field_wrapper .content {
  margin-left: 3em; }

#CookieConsent {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.5em;
  background-color: #202020; }

h2.CookieConsent__title {
  font-size: 1rem; }

.CookieConsent__content {
  font-size: 0.8em;
  color: #a1a1a1; }

.CookieConsent__button {
  padding: 0.75em !important;
  padding-left: 1.25em !important;
  padding-right: 1.25em !important;
  margin: 0.25rem !important;
  border-radius: 0.5em;
  font-size: 0.84em;
  text-transform: uppercase;
  margin-bottom: 0.32em !important;
  background-color: #4c4c4c !important;
  color: #e1e1e1 !important;
  text-align: center;
  display: block !important; }

.CookieConsent__button:hover {
  color: #fff !important; }

.CookieConsent__button--highlight {
  background-color: #287143 !important;
  color: white !important; }

.CookieConsent__button--highlight:active, .CookieConsent__button--highlight:focus, .CookieConsent__button--highlight:hover {
  background-color: #23904b !important;
  color: #fff !important; }

.field.cookieconsentcheckbox .field_wrapper label.right {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 10% !important;
          flex: 0 0 10% !important; }

#CookieConsentForm_Form {
  margin: inherit; }

/* FOOTER */
.footer .CookieConsent__button {
  padding: 0.36em !important;
  font-size: 1.1em;
  margin: 0.5rem 0.5rem 0 0 !important; }

/* VIDEOS */
.video-cookie-notice-wrapper {
  position: relative; }

.video-cookie-notice {
  margin-bottom: 1em;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7); }

.video-cookie-notice .notice-text {
  position: relative;
  top: 27vh;
  max-width: 19em;
  margin: auto;
  background-color: #202020;
  padding: 1em;
  border-radius: 0.8em;
  border: 2px solid dimgrey; }
