/*$break-large-desktop: 2500px;*/
/*$break-infinite: 500000px;*/
/*....................................SCSS MIXINS..................................*/
/*.....................ACTIVE CLASSES......................*/
.blacked_text {
  color: #ffffff;
}

.blacked_path {
  fill: #ffffff;
}

.blacked_background {
  background-color: #000000;
}

/*.....................GENERAL STYLES......................*/
html {
  font-family: inherit;
  width: 100%;
  margin: 0px 0px;
  padding: 0px 0px;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
input,
textarea,
select,
a,
li {
  text-decoration: none;
}

a {
  cursor: pointer;
}

.a-hover {
  color: #000000;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.a-hover:hover {
  color: #e8e8e8;
  /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/
  /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/
  /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/
}
@media only screen and (min-width: 0px) and (max-device-width: 767px) {
  .a-hover:hover {
    color: #000000 !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1022px) and (orientation: portrait) {
  .a-hover:hover {
    color: #000000 !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1022px) and (orientation: landscape) {
  .a-hover:hover {
    color: #000000 !important;
  }
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

table {
  width: 100vw;
  height: 100vh;
}
table tr td {
  vertical-align: middle;
}

ol,
ul {
  display: block;
  list-style: disc outside none;
  margin: 1em 0;
  padding: 0 0 0 40px;
}

ol {
  list-style-type: decimal;
}

li {
  display: list-item;
}

ol ul,
ul ul {
  list-style-type: circle;
  margin-left: 15px;
}

ol ol,
ul ol {
  list-style-type: lower-latin;
  margin-left: 15px;
}

.voffset1 {
  margin-top: 15px;
}

.voffset2 {
  margin-top: 30px;
}

.voffset3 {
  margin-top: 45px;
}

.voffset4 {
  margin-top: 60px;
}

.m-bottom {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }

  body {
    overflow-x: hidden !important;
  }

  .mobile {
    display: block;
  }
}
body {
  background-color: inherit;
  color: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: inherit;
  -webkit-font-smoothing: antialiased;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^=col-], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

main,
.main {
  margin: 3em 0;
}

strong {
  font-weight: bold;
}

footer {
  width: 100%;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 400;
  padding: 2em 0;
  font-size: 0.9em;
  line-height: 1.6em;
}
footer .social {
  font-size: 1.5em;
}
footer .social li {
  display: inline-block;
  margin-right: 0.3em;
}
footer .social li:last-child {
  margin-right: 0;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  display: block;
  padding: 0;
  margin: 0;
}
footer a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
}
footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-logo {
  margin: 0.5em;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.social ul {
  text-align: center;
}
.social ul li {
  display: inline-block;
  list-style: none;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 10px;
}
.social ul li img {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  width: 20px;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  outline: none;
  color: #f8ab43;
  border: 0;
  cursor: pointer !important;
}
a:hover {
  text-decoration: none;
  outline: none;
  border: 0;
  cursor: pointer !important;
  transition: all 0.3s;
}
a:focus {
  text-decoration: none;
  outline: none;
  border: 0;
}
a:active {
  text-decoration: none;
  outline: none;
  border: 0;
}

input.form-control {
  font-family: inherit;
  font-size: 1em;
  color: #585858;
  font-weight: 300;
  letter-spacing: 0;
  border-radius: 0;
  border: 1px solid #f06d63;
  outline: none;
}

.form-control:focus {
  color: #585858;
  border: 1px solid #585858;
  outline: none;
  box-shadow: 0 0 0 0rem rgba(0, 158, 204, 0);
}

@media screen and (max-width: 768px) {
  .sm-voffset1 {
    margin-top: 1em;
  }

  .sm-voffset2 {
    margin-top: 2em;
  }
}
#bitnami-banner {
  display: none;
}
