/*START: CSS GRID */
.grid-container {
  height: 100%;
  margin: 0;
  font-family: 'Lato';
  font-size: 13px;
  color: #333; }

.grid-section {
  height: 100%;
  overflow: auto;
  position: relative;
  overflow-y: hidden; }
  .grid-section__wrapper {
    display: inline-block;
    white-space: nowrap;
    height: 700px; }

.rotate {
  transform: rotate(-90deg);
  border-bottom: 0px; }

.grid-container .light-blue-bg {
  background: lightblue;
  border-bottom: 0px;
  color: #fff; }

.grid-container .light-blue {
  border-bottom: 3px solid lightblue; }
  .grid-container .light-blue:before {
    background: lightblue; }
  .grid-container .light-blue:after {
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent lightblue; }

.grid-container .dark-blue-bg {
  background: darkblue;
  border-bottom: 0px;
  color: #fff; }

.grid-container .dark-blue {
  border-bottom: 3px solid darkblue; }
  .grid-container .dark-blue:before {
    background: darkblue; }
  .grid-container .dark-blue:after {
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent darkblue; }

.grid-container .dark-cyan-bg {
  background: darkcyan;
  border-bottom: 0px;
  color: #fff; }

.grid-container .dark-cyan {
  border-bottom: 3px solid darkcyan; }
  .grid-container .dark-cyan:before {
    background: darkcyan; }
  .grid-container .dark-cyan:after {
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent darkcyan; }

.grid-container .dim-grey-bg {
  background: dimgray;
  border-bottom: 0px;
  color: #fff; }

.grid-container .dim-grey {
  border-bottom: 3px solid dimgray; }
  .grid-container .dim-grey:before {
    background: dimgray; }
  .grid-container .dim-grey:after {
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent dimgray; }

.grid-container {
  display: grid;
  grid-template-columns: 3% 3% 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: 'technisch-aansluiten pre-acceptatie ontwikkelen-terminal-device pci-dss dashed-1 dashed-1 dashed-1 dashed-1 dashed-1 dashed-1' 'technisch-aansluiten pre-acceptatie dashed-2 emv-level-1-cert emv-level-2-cert . . . dashed-11 .' 'technisch-aansluiten pre-acceptatie dashed-2 dashed-3 aansluittest-idbt . . . dashed-11 .' 'technisch-aansluiten pre-acceptatie local-support-system dashed-4 dashed-4 dashed-6 dashed-6 . dashed-11 .' 'technisch-aansluiten pre-acceptatie backoffice-vervoerder dashed-5 dashed-5 dashed-7 dashed-7 . dashed-11 .' 'technisch-aansluiten acceptatie levering-sam-dap installeren-sam-dap aansluiten-terminal-vervoerder-dap emv-level-3-prerequisite-test emv-level-3-cert . dashed-11 .' 'technisch-aansluiten acceptatie configureren-vervoerder-dap aansluiten-backoffice-vervoerder-dap dashed-8 dashed-8 dashed-8 keten-acceptatietest dashed-11 .' 'technisch-aansluiten productie . configureren-vervoerder-prd aansluiten-backoffice-vervoerder-prd dashed-9 dashed-9 dashed-9 dashed-11 .' 'technisch-aansluiten productie . levering-sam-prd installeren-sam-prd dashed-10 dashed-10 aansluiten-terminal-vervoerder-prd productie-vericiatietset .' '. . . . . . . operationeel-aansluiten operationeel-aansluiten .' '. . . . . . . . . .'; }
  .grid-container * {
    position: relative; }
  .grid-container div:not(.dashed-4):not(.dashed-1) {
    display: flex;
    justify-content: center;
    align-items: center; }
  .grid-container .arrow:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: -6px;
    display: block;
    border-style: solid;
    border-width: 5px 0 5px 10px; }
  .grid-container .arrow:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -7px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%; }

.technisch-aansluiten {
  grid-area: technisch-aansluiten; }

.acceptatie {
  grid-area: acceptatie; }

.local-support-system {
  grid-area: local-support-system; }

.backoffice-vervoerder {
  grid-area: backoffice-vervoerder; }

.levering-sam-dap {
  grid-area: levering-sam-dap; }

.configureren-vervoerder-dap {
  grid-area: configureren-vervoerder-dap; }

.installeren-sam-dap {
  grid-area: installeren-sam-dap; }

.aansluiten-backoffice-vervoerder-dap {
  grid-area: aansluiten-backoffice-vervoerder-dap; }

.configureren-vervoerder-prd {
  grid-area: configureren-vervoerder-prd; }

.levering-sam-prd {
  grid-area: levering-sam-prd; }

.pci-dss {
  grid-area: pci-dss; }

.emv-level-1-cert {
  grid-area: emv-level-1-cert; }

.emv-level-2-cert {
  grid-area: emv-level-2-cert; }

.aansluittest-idbt {
  grid-area: aansluittest-idbt; }

.aansluiten-terminal-vervoerder-dap {
  grid-area: aansluiten-terminal-vervoerder-dap; }

.aansluiten-backoffice-vervoerder-prd {
  grid-area: aansluiten-backoffice-vervoerder-prd; }

.installeren-sam-prd {
  grid-area: installeren-sam-prd; }

.emv-level-3-prerequisite-test {
  grid-area: emv-level-3-prerequisite-test; }

.emv-level-3-cert {
  grid-area: emv-level-3-cert; }

.keten-acceptatietest {
  grid-area: keten-acceptatietest; }

.aansluiten-terminal-vervoerder-prd {
  grid-area: aansluiten-terminal-vervoerder-prd; }

.productie-vericiatietset {
  grid-area: productie-vericiatietset; }

.operationeel-aansluiten {
  grid-area: operationeel-aansluiten; }

.productie {
  grid-area: productie; }

.pre-acceptatie {
  grid-area: pre-acceptatie; }

.ontwikkelen-terminal-device {
  grid-area: ontwikkelen-terminal-device; }

.dashed-1 {
  grid-area: dashed-1; }

.dashed-2 {
  grid-area: dashed-2; }

.dashed-3 {
  grid-area: dashed-3; }

.dashed-5 {
  grid-area: dashed-5; }

.dashed-6 {
  grid-area: dashed-6; }

.dashed-7 {
  grid-area: dashed-7; }

.dashed-8 {
  grid-area: dashed-8; }

.dashed-9 {
  grid-area: dashed-9; }

.dashed-10 {
  grid-area: dashed-10; }

.dashed-11 {
  grid-area: dashed-11; }

/* GLOBAL BOTTOM DASH */
[class*='dashed'] {
  border-bottom: 2px dashed #000;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px; }

/* RIGHT DASHED BORDER */
.aansluiten-backoffice-vervoerder-prd,
.emv-level-3-cert,
.aansluittest-idbt,
.aansluiten-terminal-vervoerder-dap,
.dashed-9,
.dashed-5,
.dashed-4,
.dashed-6,
.dashed-7,
.dashed-8 {
  border-right: 2px dashed #000; }

/* LEFT DASHED BORDER */
.productie-vericiatietset,
.dashed-11,
.emv-level-1-cert {
  border-left: 2px dashed #000; }

/* TOP DASHED BORDER */
.dashed-6,
.dashed-7 {
  border-top: 2px dashed #000; }

/* NO BOTTOM BORDER */
.dashed-11,
.emv-level-1-cert,
.dashed-3 {
  border-bottom: 0px; }

/* NO TOP BORDER */
.dashed-7 {
  border-top: 0px; }

/* NO RIGHT BORDER */
.dashed-9 {
  border-right: 0px; }

/* COLS WITH COLS */
.dashed-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: 'dashed-4a dashed-4b' 'dashed-4a dashed-4b';
  grid-area: dashed-4; }
  .dashed-4a {
    grid-area: dashed-4a;
    border-top: 2px dashed #000;
    border-bottom: 0px; }
  .dashed-4b {
    grid-area: dashed-4b;
    border-bottom: 0px; }

.dashed-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: 'dashed-1a dashed-1b' 'dashed-1a dashed-1b';
  grid-area: dashed-1;
  border-bottom: 0px; }
  .dashed-1a {
    grid-area: dashed-1a;
    border-bottom: 2px dashed #000; }
  .dashed-1b {
    grid-area: dashed-1b;
    border-bottom: 0px; }

/* END: CSS GRID*/
.document-details .top {
  display: flex;
  flex-wrap: wrap; }
  .document-details .top .left {
    flex-basis: 70%;
    padding-right: 20px; }
  .document-details .top .right {
    flex-basis: 30%; }
  @media screen and (max-width: 767px) {
    .document-details .top .left,
    .document-details .top .right {
      flex-basis: 100%; } }

.document-details__section {
  border: 1px groove #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000; }
  .document-details__section legend {
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    width: auto;
    padding: 0 10px;
    border-bottom: none; }
  .document-details__section .list {
    list-style-type: none;
    padding-left: 0px; }
    .document-details__section .list p {
      display: inline; }
    .document-details__section .list .title {
      font-weight: 900;
      background: #502973;
      color: #fff;
      padding: 2px 4px;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
      margin-right: 10px; }
  .document-details__section--link {
    display: block;
    padding: 10px;
    background: rgba(255, 255, 255, 0.77);
    margin-bottom: 7px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    border-left: 1px solid #502973;
    transition: all ease-in 0.1s;
    cursor: pointer; }
    .document-details__section--link:hover {
      border-left: 4px solid #502973; }
    .document-details__section--link [class*='fa'] {
      color: #502973;
      margin-right: 5px; }

.document-details .bottom,
.document-details .footer {
  display: flex; }
  .document-details .bottom fieldset,
  .document-details .footer fieldset {
    flex-basis: 50%; }
    .document-details .bottom fieldset:first-child,
    .document-details .footer fieldset:first-child {
      margin-right: 20px; }

.documents-levels .c-content-feature-2 {
  background: transparent; }
  .documents-levels .c-content-feature-2.c-option-2 {
    cursor: default; }
    .documents-levels .c-content-feature-2.c-option-2 .c-icon-wrapper {
      border: 0px; }

.documents-levels__documentation--link {
  padding: 4px 10px;
  border: 1px solid #dadada;
  display: block;
  color: #502973;
  margin-top: 10px; }
  .documents-levels__documentation--link svg {
    color: #502973;
    font-size: 15px;
    margin-right: 10px; }

.grid-list {
  list-style-type: none;
  padding-left: 0px;
  overflow: auto;
  display: flex;
  justify-content: center; }
  .grid-list__step {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; }
    .grid-list__step svg {
      font-size: 60px;
      color: #fff; }
    .grid-list__step:before {
      content: '';
      display: block;
      padding-top: 100%;
      /* initial ratio of 1:1*/ }
  .grid-list__caption {
    border-top: 1px solid #7f8c97;
    padding-top: 10px;
    background: #fff;
    margin-bottom: 0px; }
  .grid-list.flow-steps li[class*='col']:not(:last-child) .grid-list__step {
    position: relative; }
    .grid-list.flow-steps li[class*='col']:not(:last-child) .grid-list__step:after {
      position: absolute;
      content: '\f054';
      right: -23px;
      font-family: 'FontAwesome';
      color: #a5a5a5;
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .grid-list.flow-steps li[class*='col']:not(:last-child) .grid-list__step:after {
          right: -15px;
          font-size: 15px; } }
  .grid-list .icon-hover__container [class*='fa'] {
    position: absolute;
    top: 27%;
    left: 35%; }
  .grid-list.icon-hover .grid-list__step {
    cursor: pointer; }
    .grid-list.icon-hover .grid-list__step:hover .default {
      opacity: 0; }
    .grid-list.icon-hover .grid-list__step:hover .hover {
      opacity: 1;
      color: #a5a5a5; }
    .grid-list.icon-hover .grid-list__step .default {
      color: #a5a5a5;
      transition: 0.2s ease-in opacity;
      transition-delay: 0.1s; }
    .grid-list.icon-hover .grid-list__step .hover {
      opacity: 0;
      transition: 0.2s ease-in opacity;
      transition-delay: 0.1s; }
  @media screen and (max-width: 767px) {
    .grid-list {
      flex-wrap: wrap; } }

.step-image-container {
  max-width: 120px;
  overflow: hidden;
  height: 120px;
  padding: 0px 15px; }
  .step-image-container img {
    width: 100%; }

/* ABOUT US PAGE*/
@media (max-width: 768px) {
  .about-page .c-content-feature-13 .c-feature-13-container {
    padding: 10px; } }

/* END: ABOUT US PAGE*/
/* CASES SECTION */
.c-content-feature-8 > .c-grid > li > .c-card.c-bg-opacity-1 {
  background-color: rgba(80, 41, 115, 0.5); }

/* cases arrows */
.cbp-slider .cbp-nav-controls .cbp-nav-next,
.cbp-slider .cbp-nav-controls .cbp-nav-prev {
  display: none; }

.cbp-slider .cbp-nav-pagination {
  display: none; }

/*end: cases arrows*/
.c-content-feature-8 > .c-grid {
  display: flex;
  flex-wrap: wrap; }
  .c-content-feature-8 > .c-grid > li {
    margin-bottom: 10px; }
    @media (min-width: 991px) {
      .c-content-feature-8 > .c-grid > li {
        width: 48%;
        margin-left: 10px; } }

.c-content-feature-8 p {
  color: inherit; }

/*END : CASES SECTION */
/* CASES PAGE */
.cases-page .cbp img {
  max-width: 100%;
  max-height: 100%; }

.cases-page .cbp-caption-defaultWrap {
  max-height: 400px; }

.cases-page .cbp-l-grid-work-desc {
  white-space: normal;
  overflow: auto;
  text-overflow: unset; }

/*END: CASES PAGE*/
/* CONTACT PAGE */
.field-validation-error {
  color: #e00701;
  font-size: 13px; }

.c-theme.form-control:focus,
.c-theme.form-control.active {
  border-color: #8445bd !important; }

#contact-us-form {
  color: #fff; }

.contact-page .c-content-feature-3 {
  text-align: left; }
  .contact-page .c-content-feature-3 p {
    padding: 30px 0px 30px 0px; }
  .contact-page .c-content-feature-3 .img-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%; }
  .contact-page .c-content-feature-3 a.btn {
    min-width: 235px; }
    .contact-page .c-content-feature-3 a.btn svg {
      margin-left: 8px; }
  .contact-page .c-content-feature-3 .contact-page__description p {
    padding: 30px 0px 0px 0px; }

/* END: CONTACT PAGE */
/* footer */
.c-layout-footer.c-layout-footer-4 .c-footer .c-feedback form .form-control {
  border-color: #fff;
  color: #fff !important;
  margin-bottom: 0px; }
  .c-layout-footer.c-layout-footer-4 .c-footer .c-feedback form .form-control::placeholder {
    color: white;
    text-transform: uppercase;
    font-size: 12px; }

.c-layout-footer.c-layout-footer-4 .c-footer .c-feedback form textarea.form-control {
  height: 120px; }

.c-layout-footer.c-layout-footer-4 .c-footer .contact-form-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }

/*FOOTER*/
footer.c-layout-footer.c-layout-footer-4 .c-footer .c-links .c-nav li a {
  padding: 0px; }
  footer.c-layout-footer.c-layout-footer-4 .c-footer .c-links .c-nav li a:hover {
    border: 1px solid transparent;
    border-bottom: 1px solid #fff; }

footer.c-layout-footer.c-layout-footer-4 .c-footer .c-links .c-nav li:not(:last-child) a {
  margin-right: 15px; }

footer.c-layout-footer.c-layout-footer-4 .c-footer .c-content-title-1 {
  margin-bottom: 20px; }

/*END: FOOTER */
.image-header {
  padding: 300px 0 100px;
  background-size: cover;
  background-position: top left; }

.c-brand.c-pull-left img {
  width: 130px; }

.c-brand.c-pull-left [class*='-logo'] {
  width: 150px;
  position: absolute;
  left: 12px; }

.c-icon-wrapper i,
.c-icon-wrapper svg {
  font-size: 3em;
  color: #502973;
  transition: 0.2s ease-in color; }

.c-bg-dark {
  background-color: #502973; }
  .c-bg-dark .c-content-bar-3 .c-content-title-1 > p {
    color: #fff;
    text-transform: none;
    font-size: 1em;
    font-weight: 100;
    text-align: justify; }
  .c-bg-dark .c-theme-btn.c-btn-border-2x {
    border-color: #fff;
    color: #fff; }

/* navbar & header  */
.html5vid.fullcoveredvideo video {
  height: 100% !important;
  top: 0px !important; }

.top-bar-button svg {
  margin-right: 10px; }

@media (min-width: 769px) {
  .top-bar-button {
    padding: 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500; }
    .top-bar-button.translink-bg {
      background: #502973; }
    .top-bar-button.white-bg {
      background: #fff; } }

.top-bar-button.white-bg {
  background: #fff;
  color: #502973;
  padding: 5px;
  border-radius: 4px; }

@media (min-width: 1025px) {
  .c-layout-header .c-navbar > .container-fluid {
    position: relative;
    padding: 0 100px; } }

@media (min-width: 992px) {
  .c-layout-header .c-navbar > .container-fluid {
    padding: 0 15px; } }

@media (max-width: 991px) {
  .c-layout-header .c-navbar .c-mega-menu.c-shown {
    display: block;
    position: absolute;
    z-index: 9996;
    top: 60px; } }

@media (min-width: 992px) and (max-width: 1100px) {
  .c-layout-header .c-navbar .c-mega-menu.c-fonts-uppercase > .nav.navbar-nav > li > .c-link {
    font-size: 0.7em; } }

.c-layout-header.c-layout-header-4 {
  background: rgba(0, 0, 0, 0.5);
  border: 0px; }
  .c-layout-header.c-layout-header-4 .c-navbar nav .nav.navbar-nav .c-menu-type-classic .c-link {
    color: #fff; }

.c-page-on-scroll .c-layout-header.c-layout-header-4 {
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 0px solid #e6eff3; }
  .c-page-on-scroll .c-layout-header.c-layout-header-4 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
    color: #fff; }

.c-layout-page .tp-banner-container .header-bg {
  background: #502973;
  padding: 10px; }

/* end navbar & header */
/* header */
.c-main-title.c-block {
  background: #3b084d;
  padding: 20px; }

/*end: header*/
/* revo slider */
.c-layout-revo-slider-4 {
  position: relative; }

.tp-bullets.round > .tp-bullet {
  background: #f4f5f6;
  width: 12px;
  height: 12px; }
  .tp-bullets.round > .tp-bullet.selected {
    background: #502973; }
  .tp-bullets.round > .tp-bullet:hover {
    background: #432260; }

/* loader */
.loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #333; }
  .loader__spinner {
    width: 221px;
    height: 40px;
    top: 35%;
    position: relative;
    margin: 100px auto;
    animation: scale 1500ms infinite linear; }
    .loader__spinner img {
      width: 220px; }
  .loader.hidden {
    display: none; }

@-webkit-keyframes scale {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

#loader-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  opacity: 1; }

#loader-container #loader {
  position: relative;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  width: 120px;
  height: 120px;
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
  background: url("../../../Content/assets/base/img/layout/logos/translink-dark.png") no-repeat;
  background-size: 100%; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* end: loader */
/* news section */
.news-section__title {
  font-weight: 900;
  text-transform: uppercase; }

.news-section__info {
  font-size: 0.8em;
  color: #9d6bca;
  border-bottom: 1px solid #9d6bca;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.news-section__content {
  overflow: hidden;
  height: 100px;
  text-align: justify; }

.news-section > span {
  display: block; }

/* end: news section */
/* NEWS PAGE */
.news-page .c-content-blog-post-1 {
  overflow: hidden;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 50px; }
  .news-page .c-content-blog-post-1 div:not(.c-line-left) {
    height: auto !important; }
  .news-page .c-content-blog-post-1 .item {
    max-height: 460px;
    overflow: hidden;
    min-height: 34px; }
    .news-page .c-content-blog-post-1 .item-date {
      position: relative; }
      .news-page .c-content-blog-post-1 .item-date .date {
        position: absolute;
        z-index: 2;
        background: #502973;
        padding: 5px 20px;
        top: 0; }
    .news-page .c-content-blog-post-1 .item img {
      height: 100%;
      width: 100%; }
  .news-page .c-content-blog-post-1 .blog-post-info {
    position: relative;
    top: -20px;
    border: 0 !important;
    padding: 0 !important; }
  .news-page .c-content-blog-post-1 .empty-media .c-media {
    height: 50px; }
  .news-page .c-content-blog-post-1 .empty-media .c-title {
    margin-top: 0px; }

/* END : NEWS PAGE */
/* nieuw talent */
.c-link {
  position: relative; }
  .c-link .notification {
    background: #ef7d00;
    border-radius: 50%;
    height: 20px;
    display: inline-block;
    width: 20px;
    text-align: center;
    position: relative;
    top: -10px;
    left: 0px;
    padding-left: 2px; }

.c-menu-type-classic a:hover .notification,
.c-menu-type-classic ul li a:hover .notification {
  color: #fff; }

.c-theme-nav li:hover > a:not(.btn) {
  color: #fff !important; }

/* end nieuw talent */
/* SERVICES HOME */
.c-content-feature-2__container {
  display: flex;
  align-items: center; }

.c-content-feature-2.img {
  overflow: hidden;
  padding: 0px;
  max-height: 200px; }
  .c-content-feature-2.img img {
    width: 100%;
    min-height: 100%; }

.c-content-feature-2 .c-icon-wrapper {
  margin-right: 25px; }

@media (max-width: 768px) {
  .c-content-feature-2 .text h3 {
    word-break: break-word; } }

.c-content-feature-2 .text p {
  padding: 0px; }

.c-content-feature-2 p {
  word-break: break-word; }

/* END: SERVICES HOME */
/* SERVICES PAGE */
.diensten-page__services .c-content-feature-2 {
  border: 1px solid transparent;
  transition: 0.3s ease-in border; }
  .diensten-page__services .c-content-feature-2:hover {
    border: 1px solid #502973; }

/* END: SERVICES PAGE*/
/* SERVICES DETAILS */
.c-content-feature-15 .c-feature-15-container ul {
  padding-left: 20px; }

@media (max-width: 768px) {
  .c-content-feature-15 .c-feature-15-container {
    padding: 30px; } }

.c-content-feature-15 .c-feature-15-container .btn + .btn {
  margin-left: 0px; }

/*END : SERVICES DETAILS*/
/* vacancies */
.vacancy {
  padding: 20px;
  cursor: pointer;
  position: relative;
  box-shadow: 1px 1px 4px #d8d8d8;
  height: 100%; }
  .vacancy-container {
    display: flex;
    flex-wrap: wrap; }
  .vacancy h5 {
    font-size: 1.3em; }
  .vacancy__description {
    padding-right: 20px; }
    .vacancy__description span {
      display: block; }
  .vacancy__title {
    padding-bottom: 11px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-bottom: 11px;
    position: relative; }
    .vacancy__title h5 {
      display: inline-block;
      margin-left: 10px; }
    .vacancy__title:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 3px;
      background: #d8d8d8;
      bottom: 0px; }
    .vacancy__title:after {
      position: absolute;
      content: '';
      width: 0%;
      height: 3px;
      background: #502973;
      bottom: 0px;
      transition: 0.1s ease-in width; }
  .vacancy:hover .vacancy__title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #502973;
    bottom: 0px; }
  .vacancy:hover:after {
    animation: pulse 0.9s ease-in-out infinite; }
  .vacancy:after {
    position: absolute;
    content: '\f054';
    font-family: 'FontAwesome';
    right: 20px;
    bottom: 20px; }
  .vacancy a:hover {
    color: #3f444a; }

@keyframes pulse {
  0% {
    right: 20px; }
  50% {
    right: 25px; }
  100% {
    right: 20px; } }

.c-content-feature-4 {
  overflow: hidden; }
  @media (min-width: 992px) {
    .c-content-feature-4 .c-feature-content {
      width: 60%; } }
  @media (min-width: 992px) {
    .c-content-feature-4 .c-feature-content .c-content-v-center {
      height: 400px; } }
  .c-content-feature-4 .c-content-area {
    width: 60%; }
  @media (min-width: 992px) {
    .c-content-feature-4 .c-feature-bg {
      width: 40%; } }

/*end vacancies */
.library-block .c-content-product-1 .row {
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .library-block .c-content-product-1 .row {
      display: flex;
      align-items: center; } }

.library-block .c-content-product-1 .c-body {
  padding-top: 0px; }
  .library-block .c-content-product-1 .c-body .c-row {
    overflow: hidden; }
    .library-block .c-content-product-1 .c-body .c-row li[class*='col'] {
      padding: 10px; }
  .library-block .c-content-product-1 .c-body .btn {
    margin-bottom: 0px; }

.filters {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px; }
  .filters a {
    background: #d8d8d8;
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    transition: 0.2s ease-in background; }
    .filters a:hover {
      background: #502973;
      color: #fff; }
    .filters a.active {
      background: #502973;
      color: #fff; }
    .filters a:not(:first-of-type) {
      margin-right: 3px; }

/* SAFARI COLUMN FIX */
body .column-fix .row:after,
body .column-fix .row:before {
  display: inline-block; }

/* END: SAFARI COLUMN FIX*/
.cta-image {
  width: 100%;
  max-height: 300px;
  height: 250px;
  overflow: hidden; }
  .cta-image.big {
    height: 400px;
    max-height: 400px; }

a {
  color: black; }

.c-theme-font {
  color: #502973; }

.c-content-label {
  background-color: #502973; }

.c-content-title-1 > .c-line-center {
  background-color: #502973; }

.font-white {
  color: #fff; }

.c-content-overlay .c-image {
  cursor: default; }

/* img link */
.img-link {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-width: 370px;
  margin: 0 auto; }
  .img-link .logo img {
    max-width: 40px;
    margin-right: 10px; }

/* end img link */
/* panel accordion */
.panel-group .panel {
  background: transparent; }
  .panel-group .panel .panel-collapse .panel-body {
    border-top: 0px;
    color: #fff; }

/*end panel accordion*/
/* panel chevron */
.panel-title i {
  position: relative;
  top: -2px;
  font-size: 0.8em; }

/* end: panel chevron */
/* divider */
.divider {
  height: 3px;
  background: #fff;
  width: 40px;
  margin-left: auto;
  margin-right: auto; }

/* end: divider */
/*even columns*/
.row.even-columns {
  display: flex;
  flex-wrap: wrap; }
  .row.even-columns > [class*='col'] {
    display: flex;
    flex-direction: column; }
    .row.even-columns > [class*='col'] > div {
      height: 100%; }

/*end: even columns*/
/*FLEX*/
.display-flex {
  display: flex; }
  .display-flex.row-reverse {
    flex-direction: row-reverse; }

/*END: FLEX*/
/* steps*/
.c-content-step-1 > .c-icon > .c-hr > svg {
  font-size: 4em; }

.c-content-step-1 > .c-icon > .c-hr:before, .c-content-step-1 > .c-icon > .c-hr:after {
  width: 31%; }

.c-content-step-1 > .c-icon > .c-hr.c-hr-first:before {
  width: 31%; }

.c-content-step-1 > .c-description {
  padding: 0px 10px;
  margin: 20px 0 30px 0; }

/* end: steps */
/* unit in statistics*/
.stats-unit {
  display: block;
  font-size: 20px;
  margin-top: -10px; }

/*end: unit in statistics*/
/* atomic */
.height-400 {
  height: 400px !important; }

.c-size-v-lg {
  padding: 120px 0px; }

.c-size-v-lg-t {
  padding-top: 120px !important; }

.c-margin-t-100 {
  margin-top: 100px; }

.c-layout-page.c-margin-t-100 {
  margin-top: 100px; }

.c-theme-bg-05 {
  background: rgba(80, 41, 115, 0.6); }

.c-content-list-1 > li {
  margin-left: 35px; }
  @media (max-width: 767px) {
    .c-content-list-1 > li {
      margin-left: 55px; } }

@media (max-width: 778px) {
  .tp-banner .c-font-48 {
    font-size: 4em; } }

.owl-carousel.d-flex {
  display: flex;
  flex-wrap: wrap; }

.justify-center {
  justify-content: center; }

.title-icon {
  display: flex;
  justify-content: space-between;
  align-items: center; }

/*end: atomic*/
/* ACCORDION */
.panel-heading {
  padding: 0px; }

.panel-body {
  padding: 10px 0px 0px 0px; }

/* END: ACCORDION */
/* ERROR PAGE*/
body.error-page {
  display: flex;
  justify-content: center;
  align-items: center; }
  body.error-page .c-layout-page {
    margin-top: 0px; }

/*END ERROR PAGE*/
/* START: VRIJVOORUIT */
@media (min-width: 769px) {
  .c-content-person-1-slider .owl-controls {
    display: none; } }

.vrijvooruit-header .tp-bullets {
  display: none; }

.c-content-feedback-1 > .row > div > .c-container.vrijvooruit-contact-image {
  padding: 132px;
  background-position: top left;
  background-size: cover; }

/* END: VRIJVOORUIT*/
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1.05); }
  50% {
    opacity: 0.5;
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1.05); } }

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1); }
  50% {
    opacity: 0.5;
    transform: scale(1.05); }
  100% {
    opacity: 1;
    transform: scale(1); } }

/* TRANSLINK COLORS & BG */
.c-border-translink-purple {
  border-color: #502973 !important; }

.c-border-translink-green {
  border-color: #55af3c !important; }

.c-border-translink-orange {
  border-color: #ef7d00 !important; }

.c-border-translink-blue {
  border-color: #00a0e1 !important; }

.c-bg-translink-grey {
  background: #f4f5f6; }
  .c-bg-translink-grey-75 {
    background: rgba(244, 245, 246, 0.75); }
  .c-bg-translink-grey-50 {
    background: rgba(244, 245, 246, 0.5); }

.c-bg-translink-orange {
  background: #ef7d00; }
  .c-bg-translink-orange-75 {
    background: rgba(239, 125, 0, 0.75); }
  .c-bg-translink-orange-50 {
    background: rgba(239, 125, 0, 0.5); }

.c-bg-translink-blue {
  background: #00a0e1; }
  .c-bg-translink-blue-75 {
    background: rgba(0, 160, 225, 0.75); }
  .c-bg-translink-blue-50 {
    background: rgba(0, 160, 225, 0.5); }

.c-bg-translink-purple {
  background: #502973; }
  .c-bg-translink-purple-75 {
    background: rgba(80, 41, 115, 0.75); }
  .c-bg-translink-purple-50 {
    background: rgba(80, 41, 115, 0.5); }

.c-bg-translink-green {
  background: #55af3c; }
  .c-bg-translink-green-75 {
    background: rgba(85, 175, 60, 0.75); }
  .c-bg-translink-green-50 {
    background: rgba(85, 175, 60, 0.5); }

.c-content-tile-1 .c-tile-content.c-arrow-orange-translink.c-arrow-right:after {
  border-left-color: #ef7d00; }
  @media (max-width: 767px) {
    .c-content-tile-1 .c-tile-content.c-arrow-orange-translink.c-arrow-right:after {
      top: 0;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-top-color: #ef7d00;
      border-left-color: transparent; } }

.c-content-tile-1 .c-tile-content.c-arrow-orange-translink.c-arrow-left:after {
  border-right-color: #ef7d00; }
  @media (max-width: 767px) {
    .c-content-tile-1 .c-tile-content.c-arrow-orange-translink.c-arrow-left:after {
      bottom: 0;
      border-right-color: transparent;
      border-bottom-color: #ef7d00;
      border-top-color: transparent;
      border-left-color: transparent; } }

.c-content-tile-1 .c-tile-content.c-arrow-blue-translink.c-arrow-right:after {
  border-left-color: #00a0e1; }
  @media (max-width: 767px) {
    .c-content-tile-1 .c-tile-content.c-arrow-blue-translink.c-arrow-right:after {
      top: 0;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-top-color: #00a0e1;
      border-left-color: transparent; } }

.c-content-tile-1 .c-tile-content.c-arrow-blue-translink.c-arrow-left:after {
  border-right-color: #00a0e1; }
  @media (max-width: 767px) {
    .c-content-tile-1 .c-tile-content.c-arrow-blue-translink.c-arrow-left:after {
      bottom: 0;
      border-right-color: transparent;
      border-bottom-color: #00a0e1;
      border-top-color: transparent;
      border-left-color: transparent; } }

.c-content-tile-1 .c-tile-content.c-arrow-purple-translink.c-arrow-right:after {
  border-left-color: #502973; }
  @media (max-width: 767px) {
    .c-content-tile-1 .c-tile-content.c-arrow-purple-translink.c-arrow-right:after {
      top: 0;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-top-color: #502973;
      border-left-color: transparent; } }

.c-content-tile-1 .c-tile-content.c-arrow-purple-translink.c-arrow-left:after {
  border-right-color: #502973; }
  @media (max-width: 767px) {
    .c-content-tile-1 .c-tile-content.c-arrow-purple-translink.c-arrow-left:after {
      bottom: 0;
      border-right-color: transparent;
      border-bottom-color: #502973;
      border-top-color: transparent;
      border-left-color: transparent; } }

.c-content-tile-1 .c-tile-content.c-arrow-green-translink.c-arrow-right:after {
  border-left-color: #55af3c; }
  @media (max-width: 767px) {
    .c-content-tile-1 .c-tile-content.c-arrow-green-translink.c-arrow-right:after {
      top: 0;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-top-color: #55af3c;
      border-left-color: transparent; } }

.c-content-tile-1 .c-tile-content.c-arrow-green-translink.c-arrow-left:after {
  border-right-color: #55af3c; }
  @media (max-width: 767px) {
    .c-content-tile-1 .c-tile-content.c-arrow-green-translink.c-arrow-left:after {
      bottom: 0;
      border-right-color: transparent;
      border-bottom-color: #55af3c;
      border-top-color: transparent;
      border-left-color: transparent; } }

.c-content-box[class*='c-bg-translink-'] .btn {
  border-color: #fff;
  color: #fff; }

.c-content-box[class*='c-bg-translink-'] p,
.c-content-box[class*='c-bg-translink-'] span {
  color: #fff; }
 /n /*********************
THEME COLOR - DEFAULT
*********************/
a {
  color: #3f444a; }
  a:active, a:hover, a:focus {
    color: #502973; }

.c-theme-link:focus, .c-theme-link:active, .c-theme-link:hover {
  color: #502973 !important; }
  .c-theme-link:focus > i, .c-theme-link:active > i, .c-theme-link:hover > i {
    color: #502973 !important; }

.c-theme-link.c-active {
  color: #502973 !important; }
  .c-theme-link.c-active > i {
    color: #502973 !important; }

.c-theme-nav li:focus > a:not(.btn), .c-theme-nav li:active > a:not(.btn), .c-theme-nav li:hover > a:not(.btn) {
  color: #502973 !important; }

.c-theme-nav li:focus > .c-quick-sidebar-toggler > .c-line, .c-theme-nav li:active > .c-quick-sidebar-toggler > .c-line, .c-theme-nav li:hover > .c-quick-sidebar-toggler > .c-line {
  background: #502973 !important; }

.c-theme-nav li.c-active {
  color: #502973 !important; }
  .c-theme-nav li.c-active > a:not(.btn) {
    color: #502973 !important; }
  .c-theme-nav li.c-active > .c-quick-sidebar-toggler > .c-line {
    background: #502973 !important; }

.c-theme-nav > li > .dropdown-menu.c-menu-type-mega > .nav.nav-tabs > li:hover > a {
  color: #502973 !important; }

.c-theme-nav > li > .dropdown-menu.c-menu-type-mega > .nav.nav-tabs > li.active {
  border-bottom: 1px solid #502973 !important; }
  .c-theme-nav > li > .dropdown-menu.c-menu-type-mega > .nav.nav-tabs > li.active > a {
    color: #502973 !important; }

.c-theme-nav.nav.nav-tabs > li:hover > a {
  color: #502973 !important; }

.c-theme-nav.nav.nav-tabs > li.active {
  border-bottom: 1px solid #502973 !important; }
  .c-theme-nav.nav.nav-tabs > li.active > a {
    color: #502973 !important; }

.c-theme-ul > li:focus > a:not(.btn), .c-theme-ul > li:active > a:not(.btn), .c-theme-ul > li:hover > a:not(.btn) {
  color: #502973 !important; }
  .c-theme-ul > li:focus > a:not(.btn) > i, .c-theme-ul > li:active > a:not(.btn) > i, .c-theme-ul > li:hover > a:not(.btn) > i {
    color: #502973 !important; }

.c-theme-ul > li:focus > button > .c-line, .c-theme-ul > li:active > button > .c-line, .c-theme-ul > li:hover > button > .c-line {
  background: #502973 !important; }

.c-theme-ul > li.active, .c-theme-ul > li.c-active {
  color: #502973 !important; }
  .c-theme-ul > li.active > a:not(.btn), .c-theme-ul > li.c-active > a:not(.btn) {
    color: #502973 !important; }
    .c-theme-ul > li.active > a:not(.btn) > i, .c-theme-ul > li.c-active > a:not(.btn) > i {
      color: #502973 !important; }

.c-theme-ul-bg > li {
  color: #ffffff;
  background: #502973 !important; }

.c-theme-font,
.c-theme-color {
  color: #502973 !important; }
  .c-theme-font > i,
  .c-theme-color > i {
    color: #502973 !important; }

.c-theme-font-hover:hover {
  color: #502973 !important; }

.c-theme-bg {
  background-color: #502973 !important; }
  .c-theme-bg.c-theme-darken {
    background-color: #361c4d !important; }

.c-theme-bg-after:after {
  background-color: #502973 !important; }

.c-theme-bg-before:before {
  background-color: #502973 !important; }

.c-theme-border-after:after {
  border-color: #502973 !important; }

.c-theme-border-before:before {
  border-color: #502973 !important; }

.c-theme-bg-on-hover:hover {
  background-color: #502973 !important; }

.c-theme-border {
  border-color: #502973 !important; }

.c-theme-on-hover:hover {
  color: #502973 !important; }

.c-theme-bg-parent-hover:hover .c-theme-bg-on-parent-hover {
  background-color: #502973 !important; }

.c-theme-border {
  border-color: #502973; }

.c-theme-border-top {
  border-top-color: #502973; }

.c-theme-border-bottom {
  border-bottom-color: #502973 !important; }

.c-theme-border-left {
  border-left-color: #502973; }

.c-theme-border-right {
  border-right-color: #502973; }

.c-content-iconlist-1.c-theme > li:hover i {
  color: #fff;
  background: #502973; }

.c-content-ver-nav .c-menu.c-theme > li:before {
  color: #502973; }

.c-content-ver-nav .c-menu.c-theme.c-arrow-dot > li:before {
  background: #502973; }

.c-content-pagination.c-theme > li:hover > a {
  border-color: #502973;
  background: #502973;
  color: #fff; }
  .c-content-pagination.c-theme > li:hover > a > i {
    color: #fff; }

.c-content-pagination.c-theme > li.c-active > span,
.c-content-pagination.c-theme > li.c-active > a {
  border-color: #502973;
  background: #502973;
  color: #fff; }
  .c-content-pagination.c-theme > li.c-active > span > i,
  .c-content-pagination.c-theme > li.c-active > a > i {
    color: #fff; }

.c-theme-btn.btn {
  color: #ffffff;
  background: #502973;
  border-color: #502973; }
  .c-theme-btn.btn.btn-no-focus:focus, .c-theme-btn.btn.btn-no-focus.focus {
    color: #ffffff;
    background: #502973;
    border-color: #502973; }
  .c-theme-btn.btn.btn-no-focus:hover, .c-theme-btn.btn:hover, .c-theme-btn.btn.btn-no-focus:active, .c-theme-btn.btn:active, .c-theme-btn.btn.active,
  .open > .c-theme-btn.btn.dropdown-toggle {
    color: #ffffff;
    background: #3b1e55;
    border-color: #3b1e55; }
  .c-theme-btn.btn:active, .c-theme-btn.btn.active,
  .open > .c-theme-btn.btn.dropdown-toggle {
    background-image: none; }
  .c-theme-btn.btn.disabled, .c-theme-btn.btn.disabled:hover, .c-theme-btn.btn.disabled:not(.btn-no-focus):focus, .c-theme-btn.btn.disabled:not(.btn-no-focus).focus, .c-theme-btn.btn.disabled:active, .c-theme-btn.btn.disabled.active, .c-theme-btn.btn[disabled], .c-theme-btn.btn[disabled]:hover, .c-theme-btn.btn[disabled]:not(.btn-no-focus):focus, .c-theme-btn.btn[disabled]:not(.btn-no-focus).focus, .c-theme-btn.btn[disabled]:active, .c-theme-btn.btn[disabled].active,
  fieldset[disabled] .c-theme-btn.btn,
  fieldset[disabled] .c-theme-btn.btn:hover,
  fieldset[disabled] .c-theme-btn.btn:not(.btn-no-focus):focus,
  fieldset[disabled] .c-theme-btn.btn:not(.btn-no-focus).focus,
  fieldset[disabled] .c-theme-btn.btn:active,
  fieldset[disabled] .c-theme-btn.btn.active {
    background: #502973;
    border-color: #502973; }
  .c-theme-btn.btn .badge {
    color: #502973;
    background: #ffffff; }

.c-theme-btn.c-btn-border-1x {
  border-color: #502973;
  border-width: 1px;
  color: #502973;
  background: none;
  border-color: #502973; }
  .c-theme-btn.c-btn-border-1x.btn-no-focus:focus, .c-theme-btn.c-btn-border-1x.btn-no-focus.focus {
    color: #502973;
    background: none;
    border-color: #502973; }
  .c-theme-btn.c-btn-border-1x.btn-no-focus:hover, .c-theme-btn.c-btn-border-1x:hover, .c-theme-btn.c-btn-border-1x.btn-no-focus:active, .c-theme-btn.c-btn-border-1x:active, .c-theme-btn.c-btn-border-1x.active,
  .open > .c-theme-btn.c-btn-border-1x.dropdown-toggle {
    color: #ffffff;
    background: #502973;
    border-color: #502973; }
  .c-theme-btn.c-btn-border-1x:active, .c-theme-btn.c-btn-border-1x.active,
  .open > .c-theme-btn.c-btn-border-1x.dropdown-toggle {
    background-image: none; }
  .c-theme-btn.c-btn-border-1x.disabled, .c-theme-btn.c-btn-border-1x.disabled:hover, .c-theme-btn.c-btn-border-1x.disabled:not(.btn-no-focus):focus, .c-theme-btn.c-btn-border-1x.disabled:not(.btn-no-focus).focus, .c-theme-btn.c-btn-border-1x.disabled:active, .c-theme-btn.c-btn-border-1x.disabled.active, .c-theme-btn.c-btn-border-1x[disabled], .c-theme-btn.c-btn-border-1x[disabled]:hover, .c-theme-btn.c-btn-border-1x[disabled]:not(.btn-no-focus):focus, .c-theme-btn.c-btn-border-1x[disabled]:not(.btn-no-focus).focus, .c-theme-btn.c-btn-border-1x[disabled]:active, .c-theme-btn.c-btn-border-1x[disabled].active,
  fieldset[disabled] .c-theme-btn.c-btn-border-1x,
  fieldset[disabled] .c-theme-btn.c-btn-border-1x:hover,
  fieldset[disabled] .c-theme-btn.c-btn-border-1x:not(.btn-no-focus):focus,
  fieldset[disabled] .c-theme-btn.c-btn-border-1x:not(.btn-no-focus).focus,
  fieldset[disabled] .c-theme-btn.c-btn-border-1x:active,
  fieldset[disabled] .c-theme-btn.c-btn-border-1x.active {
    background: none;
    border-color: #502973; }
  .c-theme-btn.c-btn-border-1x .badge {
    color: none;
    background: #502973; }

.c-theme-btn.c-btn-border-2x {
  border-color: #502973;
  border-width: 2px;
  color: #502973;
  background: none;
  border-color: #502973; }
  .c-theme-btn.c-btn-border-2x.btn-no-focus:focus, .c-theme-btn.c-btn-border-2x.btn-no-focus.focus {
    color: #502973;
    background: none;
    border-color: #502973; }
  .c-theme-btn.c-btn-border-2x.btn-no-focus:hover, .c-theme-btn.c-btn-border-2x:hover, .c-theme-btn.c-btn-border-2x.btn-no-focus:active, .c-theme-btn.c-btn-border-2x:active, .c-theme-btn.c-btn-border-2x.active,
  .open > .c-theme-btn.c-btn-border-2x.dropdown-toggle {
    color: #ffffff;
    background: #502973;
    border-color: #502973; }
  .c-theme-btn.c-btn-border-2x:active, .c-theme-btn.c-btn-border-2x.active,
  .open > .c-theme-btn.c-btn-border-2x.dropdown-toggle {
    background-image: none; }
  .c-theme-btn.c-btn-border-2x.disabled, .c-theme-btn.c-btn-border-2x.disabled:hover, .c-theme-btn.c-btn-border-2x.disabled:not(.btn-no-focus):focus, .c-theme-btn.c-btn-border-2x.disabled:not(.btn-no-focus).focus, .c-theme-btn.c-btn-border-2x.disabled:active, .c-theme-btn.c-btn-border-2x.disabled.active, .c-theme-btn.c-btn-border-2x[disabled], .c-theme-btn.c-btn-border-2x[disabled]:hover, .c-theme-btn.c-btn-border-2x[disabled]:not(.btn-no-focus):focus, .c-theme-btn.c-btn-border-2x[disabled]:not(.btn-no-focus).focus, .c-theme-btn.c-btn-border-2x[disabled]:active, .c-theme-btn.c-btn-border-2x[disabled].active,
  fieldset[disabled] .c-theme-btn.c-btn-border-2x,
  fieldset[disabled] .c-theme-btn.c-btn-border-2x:hover,
  fieldset[disabled] .c-theme-btn.c-btn-border-2x:not(.btn-no-focus):focus,
  fieldset[disabled] .c-theme-btn.c-btn-border-2x:not(.btn-no-focus).focus,
  fieldset[disabled] .c-theme-btn.c-btn-border-2x:active,
  fieldset[disabled] .c-theme-btn.c-btn-border-2x.active {
    background: none;
    border-color: #502973; }
  .c-theme-btn.c-btn-border-2x .badge {
    color: none;
    background: #502973; }

.c-theme.form-control:focus, .c-theme.form-control:active, .c-theme.form-control.active {
  border-color: #502973 !important; }

.c-content-line-icon.c-theme {
  background-image: url(../../../../base/img/content/line-icons/purple2.png); }

.c-content-list-1.c-theme.c-separator-dot > li:before,
.c-content-list-1.c-theme > li:before {
  background: #502973; }

.c-content-tab-1.c-theme .nav > li:hover > a, .c-content-tab-1.c-theme .nav > li:focus > a, .c-content-tab-1.c-theme .nav > li:active > a, .c-content-tab-1.c-theme .nav > li.active > a,
.c-content-tab-1.c-theme .nav.nav-justified > li:hover > a,
.c-content-tab-1.c-theme .nav.nav-justified > li:focus > a,
.c-content-tab-1.c-theme .nav.nav-justified > li:active > a,
.c-content-tab-1.c-theme .nav.nav-justified > li.active > a {
  border-bottom-color: #502973; }

.c-content-tab-2.c-theme > ul > li.active > a > .c-title, .c-content-tab-2.c-theme > ul > li:hover > a > .c-title {
  color: #502973; }

.c-content-tab-2.c-theme > ul > li.active > a > .c-content-line-icon, .c-content-tab-2.c-theme > ul > li:hover > a > .c-content-line-icon {
  background-image: url(../../../../base/img/content/line-icons/purple2.png); }

.c-content-tab-5.c-theme .c-nav-tab > li.active > a,
.c-content-tab-5.c-theme .c-nav-tab > li a:hover {
  color: #fff;
  background-color: #502973; }

.c-content-tab-5.c-theme .c-nav-tab.c-arrow a:hover:after {
  border-left-color: #502973; }

.c-content-tab-5.c-theme .c-nav-tab.c-arrow .active > a:after {
  border-left-color: #502973; }

.c-content-accordion-1.c-theme .panel > .panel-heading > .panel-title > a {
  background-color: #502973; }
  .c-content-accordion-1.c-theme .panel > .panel-heading > .panel-title > a.collapsed {
    background-color: #ffffff; }
    .c-content-accordion-1.c-theme .panel > .panel-heading > .panel-title > a.collapsed:hover, .c-content-accordion-1.c-theme .panel > .panel-heading > .panel-title > a.collapsed:focus {
      background-color: #502973; }

.c-content-accordion-1.c-theme .panel > .panel-collapse > .panel-body {
  background-color: #502973; }

.c-mega-menu-onepage-dots.c-theme .c-onepage-dots-nav > li.c-onepage-link:hover > a, .c-mega-menu-onepage-dots.c-theme .c-onepage-dots-nav > li.c-onepage-link.c-active > a, .c-mega-menu-onepage-dots.c-theme .c-onepage-dots-nav > li.c-onepage-link.active > a {
  background: rgba(80, 41, 115, 0.9); }

.c-layout-sidebar-menu.c-theme .c-sidebar-menu li.c-active > a {
  transition: all 0.2s;
  color: #502973; }
  .c-layout-sidebar-menu.c-theme .c-sidebar-menu li.c-active > a > .c-arrow {
    color: #502973; }

.c-layout-sidebar-menu.c-theme .c-sidebar-menu li .c-dropdown-menu > li:hover > a {
  color: #502973; }

.c-layout-sidebar-menu.c-theme .c-sidebar-menu.c-option-2 > li.c-active > a {
  transition: all 0.2s;
  color: #ffffff;
  background-color: #502973; }
  .c-layout-sidebar-menu.c-theme .c-sidebar-menu.c-option-2 > li.c-active > a > .c-arrow {
    color: #ffffff; }

.c-content-title-4.c-theme .c-line-strike:before {
  border-top: 1px solid #502973; }

.owl-carousel.c-theme .owl-controls .owl-dot {
  background: #e1e1e1; }
  .owl-carousel.c-theme .owl-controls .owl-dot:hover {
    background: #fff; }
  .owl-carousel.c-theme .owl-controls .owl-dot.active {
    background: #502973; }

.cbp-l-filters-button .cbp-filter-counter,
.cbp-l-filters-buttonCenter .cbp-filter-counter {
  background-color: #502973; }
  .cbp-l-filters-button .cbp-filter-counter:before,
  .cbp-l-filters-buttonCenter .cbp-filter-counter:before {
    border-top: 4px solid #502973; }

.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
  color: #502973; }

.cbp-l-filters-alignCenter .cbp-filter-counter,
.cbp-l-filters-text .cbp-filter-counter {
  background: none repeat scroll 0 0 #502973; }
  .cbp-l-filters-alignCenter .cbp-filter-counter:before,
  .cbp-l-filters-text .cbp-filter-counter:before {
    border-top: 4px solid #502973; }

.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
  border-bottom-color: #502973; }

.cbp-l-project-desc-title:before,
.cbp-l-project-details-title:before {
  background: #502973; }

.tp-bullets.round.c-theme .bullet {
  margin-right: 5px; }
  .tp-bullets.round.c-theme .bullet.selected {
    background: #502973; }

.tp-banner-container.c-theme .tparrows.circle {
  background-image: url(../../../../base/img/content/line-icons/purple2.png); }
