:root {
  --main-font-color: hsl(0, 0%, 40%);
  --em-font-color: hsl(0, 100%, 12%);
  --main-accent-color: hsl(0, 100%, 12%);
  --main-bg-color: hsl(0, 0%, 100%);
  --sidebar-align: right;  /* left, right, justify */
  --box-border: solid 1px #ddd;
  /* --box-shadow: 0 0 5px #ddd; */
}

/*
=====================
GENERAL
=====================
*/
html,
body {
  overflow-x: hidden;
}
header {
  z-index: 1000;
}
section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
section.background-gray-lighter {
  background: #cdcdcd;
}
section.background-gray-lightest {
  background: #f7f7f7;
  border-top: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
}
section.background-secondary {
  background: #60c5ba;
  border-top: solid 1px #338c82;
  border-bottom: solid 1px #338c82;
}
.section-inverse {
  color: #fff;
}
.section-inverse h1,
.section-inverse h2,
.section-inverse h3,
.section-inverse h4,
.section-inverse h5,
.section-inverse h6 {
  color: #fff;
}
.section-inverse .heading:after {
  background: #fff;
}
.italic {
  font-style: italic;
}
.img-responsive {
  margin: 0 auto;
}
.no-space .box {
  margin: 0 -15px;
}
.margin-top {
  margin-top: 30px;
}
.margin-top--big {
  margin-top: 60px !important;
}
.margin-bottom {
  margin-bottom: 30px;
}
.margin-bottom--big {
  margin-bottom: 60px !important;
}
.margin-bottom--zero {
  margin-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.padding--small {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .text-center-mobile {
    text-align: center !important;
  }
}
a,
button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a i.fa,
button i.fa {
  margin: 0 5px;
}
.clickable {
  cursor: pointer !important;
}
.required {
  color: var(--main-accent-color);
}
.accent {
  color: var(--main-accent-color);
}
.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.list-style-none {
  list-style: none;
}
.btn-ghost {
  color: var(--main-accent-color);
  background-color: transparent;
  border-color: var(--main-accent-color);
}
.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active,
.btn-ghost.active,
.open .dropdown-toggle.btn-ghost {
  color: var(--main-accent-color);
  background-color: rgba(0, 0, 0, 0);
  border-color: #ea1a5d;
}
.btn-ghost:active,
.btn-ghost.active,
.open .dropdown-toggle.btn-ghost {
  background-image: none;
}
.btn-ghost.disabled,
.btn-ghost[disabled],
fieldset[disabled] .btn-ghost,
.btn-ghost.disabled:hover,
.btn-ghost[disabled]:hover,
fieldset[disabled] .btn-ghost:hover,
.btn-ghost.disabled:focus,
.btn-ghost[disabled]:focus,
fieldset[disabled] .btn-ghost:focus,
.btn-ghost.disabled:active,
.btn-ghost[disabled]:active,
fieldset[disabled] .btn-ghost:active,
.btn-ghost.disabled.active,
.btn-ghost[disabled].active,
fieldset[disabled] .btn-ghost.active {
  background-color: transparent;
  border-color: var(--main-accent-color);
}
.btn-ghost .badge {
  color: transparent;
  background-color: var(--main-accent-color);
}
.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active,
.btn-ghost.active,
.open .dropdown-toggle.btn-ghost {
  color: #fff;
  background-color: var(--main-accent-color);
  border-color: var(--main-accent-color);
}
.btn-ghost-black {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
}
.btn-ghost-black:hover,
.btn-ghost-black:focus,
.btn-ghost-black:active,
.btn-ghost-black.active,
.open .dropdown-toggle.btn-ghost-black {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-ghost-black:active,
.btn-ghost-black.active,
.open .dropdown-toggle.btn-ghost-black {
  background-image: none;
}
.btn-ghost-black.disabled,
.btn-ghost-black[disabled],
fieldset[disabled] .btn-ghost-black,
.btn-ghost-black.disabled:hover,
.btn-ghost-black[disabled]:hover,
fieldset[disabled] .btn-ghost-black:hover,
.btn-ghost-black.disabled:focus,
.btn-ghost-black[disabled]:focus,
fieldset[disabled] .btn-ghost-black:focus,
.btn-ghost-black.disabled:active,
.btn-ghost-black[disabled]:active,
fieldset[disabled] .btn-ghost-black:active,
.btn-ghost-black.disabled.active,
.btn-ghost-black[disabled].active,
fieldset[disabled] .btn-ghost-black.active {
  background-color: transparent;
  border-color: #000000;
}
.btn-ghost-black .badge {
  color: transparent;
  background-color: #000000;
}
.btn-ghost-black:hover,
.btn-ghost-black:focus,
.btn-ghost-black:active,
.btn-ghost-black.active,
.open .dropdown-toggle.btn-ghost-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-white {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: transparent;
  border-color: #ffffff;
}
.btn-white .badge {
  color: transparent;
  background-color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #ffffff;
  background-color: #fff;
  border-color: #fff;
}
.icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  border: solid 1px var(--main-accent-color);
  color: var(--main-accent-color);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 30px;
  margin: 0 auto 30px;
  text-align: center;
}
.icon.brand-secondary {
  border-color: #60c5ba;
  color: #60c5ba;
}
.icon.brand-terciary {
  border-color: #008c9e;
  color: #008c9e;
}
.icon.brand-four {
  border-color: #feee7d;
  color: #feee7d;
}
/*
=====================
SIDEBAR + RIGHT COLUMN
=====================
*/
#sidebar {
  padding-top: 80px;
  text-align: var(--sidebar-align);
}
.sidebar-content {
    z-index: 0;
}
@media screen and (min-width: 768px) {
  .sidebar-content {
    padding-left: 0px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 992px) {
  .sidebar-content {
    padding-left: 0px;
    padding-right: 32px;
  }
}
.sidebar-heading {
  font-size: 1.5em;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.sidebar-heading a {
  font-weight: 600;
  color: var(--em-font-color);
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sidebar-heading a:hover {
  border-bottom: dotted 1px var(--main-accent-color);
  color: var(--em-font-color);
  text-decoration: none;
}
.sidebar-p {
  color: var(--main-font-color);
  font-size: 0.85em;
}
.sidebar-menu {
  list-style-type: none;
  font-size: 1.15em;
  padding-left: 20px;
  margin-bottom: 30px;
  text-align: var(--sidebar-align);
}
.sidebar-menu li {
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.sidebar-menu li a {
  color: var(--em-font-color);
}
.sidebar-menu > li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  margin: 0 8px 0 -15px;
  color: var(--main-font-color);
}
.sidebar-menu li.active a {
  color: var(--main-accent-color);
  font-weight: 600;
}
.sidebar-menu li.active:before {
  color: var(--main-accent-color);
}
.sidebar-menu li:hover a {
  text-decoration: none;
  color: var(--main-accent-color);
}
.sidebar-menu li:hover:before {
  color: var(--main-accent-color);
}
.sidebar-menu-small {
  list-style-type: none;
  font-size: 0.7em;
  margin-bottom: 16px;
}
.content-column {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .content-column {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.content-column.white-background {
  background: #fff;
  min-height: 100vh;
}
.grid {
  padding-top: 5px;
  overflow-y: hidden;
}
.content-column-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .content-column-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.content-column-content p.lead {
  color: #555555;
}
.content-column-content p,
.content-column-content li {
  color: var(--main-font-color);
}
.content-column-content ul li {
  list-style-type: none;
}
.content-column-content ul li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  margin: 0 5px 0 -15px;
  color: var(--main-accent-color);
}
.small-navbar {
  margin-bottom: 20px;
}
.small-navbar:before,
.small-navbar:after {
  content: " ";
  display: table;
}
.small-navbar:after {
  clear: both;
}
.small-navbar-heading {
  font-weight: 100;
  font-size: 1.6em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
.small-navbar-heading a {
  font-weight: 600;
  color: var(--em-font-color);
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.small-navbar-heading a:hover {
  border-bottom: dotted 1px var(--main-accent-color);
  color: var(--em-font-color);
  text-decoration: none;
}
/*
=====================
OFF-CANVAS SIDEBAR BEHAVIOUR
=====================
*/
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    opacity: 1;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -70%;
    /* 6 columns */
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -70%;
    /* 6 columns */
  }
  .row-offcanvas-right.active {
    right: 70%;
    /* 6 columns */
  }
  .row-offcanvas-left.active {
    left: 70%;
    /* 6 columns */
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 70%;
    /* 6 columns */
  }
}
/*
=====================
SOCIAL LINKS
=====================
*/
p.social {
  margin-top: 20px;
}
p.social a {
  text-align: var(--sidebar-align);
  margin: 0 10px 5px 0;
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  /* border-radius: 20px; */
  line-height: 40px;
  font-size: 19px;
  text-align: center;
  vertical-align: bottom;
  border: solid 1px var(--main-font-color);
  color: var(--main-font-color);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*
             &.facebook {background-color: #4460ae; border-color: #4460ae;}
             &.twitter {background-color: #3cf; border-color: #3cf;}
             &.instagram {background-color: #cd4378; border-color: #cd4378;}
             &.email {background-color: #4a7f45; border-color: #4a7f45;}
             &.link {background-color: #871AFF; border-color: #871AFF;}
             */
}
p.social a:hover {
  color: var(--main-accent-color);
  border-color: var(--main-accent-color);
}
p.social a i {
  vertical-align: bottom;
  line-height: 40px;
}
p.social.social--outline a {
  background: transparent;
}
p.social.social--outline a.facebook {
  color: #4460ae;
  border-color: #4460ae;
}
p.social.social--outline a.twitter {
  color: #3cf;
  border-color: #3cf;
}
p.social.social--outline a.instagram {
  color: #cd4378;
  border-color: #cd4378;
}
p.social.social--outline a.email {
  color: #4a7f45;
  border-color: #4a7f45;
}
p.social.social--outline a.link {
  color: #871AFF;
  border-color: #871AFF;
}
p.social.social--big a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 35px;
}
p.social.social--big i {
  line-height: 60px;
}
/*
=====================
COPYRIGHT
=====================
*/
.copyright {
  text-align: var(--sidebar-align);
  color: var(--main-font-color);
  font-size: 13px;
}
/*
=====================
MAIN PORTFOLIO SLIDER
=====================
*/
.grid {
  margin-right: -15px;
  margin-left: -15px;
}
.box-masonry {
  background: var(--main-bg-color);
  margin-bottom: 10px;
  position: relative;
  box-shadow: var(--box-shadow);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: hidden;
  text-overflow: ellipsis;
  border: var(--box-border);
}
.box-masonry h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.box-masonry h4 a {
  color: var(--em-font-color);
  border-bottom: solid 1px transparent;
}
.box-masonry h4 a:hover {
  border-bottom: dotted 1px var(--main-accent-color);
  color: var(--em-font-color);
  text-decoration: none;
}
.box-masonry .box-masonry-text {
  padding: 15px 20px 15px;
}
.box-masonry .box-masonry-text p {
  color: var(--main-font-color);
  font-size: 14px;
}
.box-masonry .box-masonry-hover-text-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 15px 20px 15px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #555555;
}
.box-masonry .box-masonry-hover-text-header p {
  font-size: 14px;
}
.box-masonry .box-masonry-hover-text-header h4 a {
  color: #555555;
}
.box-masonry .box-masonry-hover-center {
  position: absolute;
  width: 100%;
  top: 30%;
  opacity: 0;
  padding-left: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
}
.box-masonry .box-masonry-hover-center .see-more-icon {
  color: #555555;
  font-size: 50px;
}
/* .box-masonry:hover { */
/*   box-shadow: 0 0 5px #999; */
/* } */
.box-masonry:hover .box-masonry-hover-text-header {
  opacity: 1;
}
.box-masonry:hover .box-masonry-hover-center {
  opacity: 1;
}
.box-masonry:hover .box-masonry-image.with-hover-overlay:before {
  opacity: 0.3;
}
.box-masonry h2:last-child,
.box-masonry p:last-child {
  margin-bottom: 0;
}
.box-masonry .box-masonry-image {
  display: block;
  position: relative;
  min-height: 100px;
  background: #ccc;
}
.box-masonry .box-masonry-image.with-hover-overlay:before {
  display: block;
  position: absolute;
  content: " ";
  background: #fff;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.box-masonry .box-masonry-image:hover {
  text-decoration: none;
}
.box-simple {
  text-align: center;
  margin-bottom: 48px;
}
.box-simple h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #555555;
  font-weight: 400;
}
.box-simple h3 a {
  color: #555555;
}
.box-simple p {
  color: var(--main-font-color);
}
.box-simple:hover .icon {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.box-simple:hover .icon i {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.box-simple.box-white {
  padding: 20px;
  border: dotted 1px var(--main-font-color);
}
.box-simple.box-white .icon {
  color: #555555;
  border-color: transparent;
  font-size: 70px;
}
.box-simple.box-dark {
  padding: 20px;
  border: dotted 1px var(--main-font-color);
  background: #555555;
  color: #fff;
}
.box-simple.box-dark .icon {
  color: #f7f7f7;
  border-color: transparent;
  font-size: 70px;
}
.box-simple.box-dark h3 {
  color: #fff;
}
.box-simple.box-dark h3 a {
  color: #fff;
}
.box-simple.box-dark p {
  color: #fff;
}
.box-image {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 15px 0;
}
.box-image .bg {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background: var(--main-accent-color);
}
.box-image .name {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
  padding: 0 20px;
}
.box-image .name h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.08em;
}
.box-image .name h3 a {
  color: #fff;
  text-decoration: none;
}
.box-image .text {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  -webkit-transform: translate(0, -150%);
  -ms-transform: translate(0, -150%);
  transform: translate(0, -150%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
  padding: 0 20px;
}
.box-image:hover .bg {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.box-image:hover .name {
  position: absolute;
  -webkit-transform: translate(0, -75%);
  -ms-transform: translate(0, -75%);
  transform: translate(0, -75%);
}
.box-image:hover .text {
  position: absolute;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.box-image-text {
  position: relative;
  background: #fff;
  overflow: hidden;
  text-align: center;
  margin: 15px 0;
}
.box-image-text .top {
  position: relative;
  margin-bottom: 10px;
}
.box-image-text .top .bg {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #fff;
}
.box-image-text .top .logo {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.box-image-text .top .name {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
  padding: 0 20px;
}
.box-image-text .top .name h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.08em;
}
.box-image-text .top .name h3 a {
  color: #fff;
  text-decoration: none;
}
.box-image-text .top .name h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.08em;
}
.box-image-text .top .name h4 a {
  color: #fff;
  text-decoration: none;
}
.box-image-text .top .text {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  -webkit-transform: translate(0, -150%);
  -ms-transform: translate(0, -150%);
  transform: translate(0, -150%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
  padding: 0 20px;
}
.box-image-text .content {
  padding: 15px 15px 0 15px;
}
.box-image-text .content h3,
.box-image-text .content h4 {
  text-transform: uppercase;
  line-height: 1.5;
  color: #555555;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.box-image-text .content p {
  color: var(--main-font-color);
}
.box-image-text.bg-visible .bg {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.box-image-text:hover .bg {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.box-image-text:hover .name {
  position: absolute;
  -webkit-transform: translate(0, -75%);
  -ms-transform: translate(0, -75%);
  transform: translate(0, -75%);
}
.box-image-text:hover .text {
  position: absolute;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
/* ========================================= */
/* THEMING OF BOOTSTRAP COMPONENTS           */
/* ========================================= */
/* scaffolding */
body {
  font-family: trasandina, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--main-font-color);
  background-color: var(--main-bg-color);
}
a {
  color: var(--main-accent-color);
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e01557;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.img-rounded {
  border-radius: 0;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #cdcdcd;
}
/* buttons  */
.btn {
  padding: 8px 6px 4px 4px;
  margin-right: 12px;
  font-size: 20px;
  border-radius: 4px;
}
.btn-primary {
  color: #ffffff;
  background-color: var(--main-accent-color);
  border-color: var(--main-accent-color);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #ec2d6b;
  border-color: #ea1a5d;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: var(--main-accent-color);
  border-color: var(--main-accent-color);
}
.btn-primary .badge {
  color: var(--main-accent-color);
  background-color: #ffffff;
}
.btn-transparent {
  color: #555555;
  background-color: transparent;
  border-color: #555555;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active,
.open .dropdown-toggle.btn-transparent {
  color: #555555;
  background-color: rgba(0, 0, 0, 0);
  border-color: #373737;
}
.btn-transparent:active,
.btn-transparent.active,
.open .dropdown-toggle.btn-transparent {
  background-image: none;
}
.btn-transparent.disabled,
.btn-transparent[disabled],
fieldset[disabled] .btn-transparent,
.btn-transparent.disabled:hover,
.btn-transparent[disabled]:hover,
fieldset[disabled] .btn-transparent:hover,
.btn-transparent.disabled:focus,
.btn-transparent[disabled]:focus,
fieldset[disabled] .btn-transparent:focus,
.btn-transparent.disabled:active,
.btn-transparent[disabled]:active,
fieldset[disabled] .btn-transparent:active,
.btn-transparent.disabled.active,
.btn-transparent[disabled].active,
fieldset[disabled] .btn-transparent.active {
  background-color: transparent;
  border-color: #555555;
}
.btn-transparent .badge {
  color: transparent;
  background-color: #555555;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active {
  background: #ffffff;
  color: var(--main-accent-color);
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
/* responsive utilities */
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
  .text-center-xs img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-center-sm img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* type */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 1.2;
  color: var(--em-font-color);
}
.no-text-justify {
  text-align: left;
}
h1,
.h1 {
  font-size: 34px;
  font-weight: 500;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
  font-weight: 700;
}
h4,
.h4 {
  font-size: 20px;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 16px;
  font-weight: 700;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: 700;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 24px;
}
p {
  margin: 0 0 24px;
}
.lead {
  margin-bottom: 24px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
.text-small {
  font-size: 14px;
}
.text-large {
  font-size: 20px;
}
.text-italic {
  font-style: italic;
}
.text-primary {
  color: var(--main-accent-color);
}
a.text-primary:hover {
  color: #eb2364;
}
.bg-primary {
  color: #fff;
  background-color: var(--main-accent-color);
}
a.bg-primary:hover {
  background-color: #eb2364;
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted var(--main-font-color);
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 16px;
  border-left: 5px solid var(--main-accent-color);
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.55;
  color: var(--main-font-color);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  border-right: 5px solid var(--main-accent-color);
}
.panel {
  margin-bottom: 24px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.panel-default {
  border-color: #666666;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #ffffff;
  border-color: #666666;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #666666;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #666666;
}
.panel-primary {
  border-color: var(--main-accent-color);
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: var(--main-accent-color);
  border-color: var(--main-accent-color);
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: var(--main-accent-color);
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: var(--main-accent-color);
}
.panel-primary .panel-title {
  font-weight: 400;
}
.panel-primary .panel-title a:hover {
  color: #fff;
  text-decoration: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: var(--main-accent-color);
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
