body,
html {
  height: 100%;
}

body {
  color: #343434;
  color: rgba(52, 52, 52, 0.82);
  /*font-family: 'Playfair Display', serif, Arial, Helvetica;*/
  font-family: 'Libre Franklin', sans-serif;
}

p {
  font-size: 16.5px;
  line-height: 34px;
  margin-bottom: 35px;
}

h1,
h2,
h3 {
  /*color: #073a7c;*/
  font-weight: 500;
}

h4,
h5 {
  color: #007ace;
}
h2 {
  margin-bottom: 40px;
  margin-top: 0;
}

a,
a:hover,
a:visited,
a:link,
a:active,
a:checked {
  color: #3d3d3d;
  font-weight: 500;
}

@media (max-width: 767px) {
  .card h3 {
    text-decoration: underline;
  }

  .container a {
    text-decoration: underline !important;
  }
}

@media (max-width: 995px) {
  img {
    text-align: center;
    margin: auto;
  }
}

.alert {
  /*position: fixed;
    top: 6px;
    left: 6px;
    right: 6px;
    margin: auto;*/
  padding: 10px 10px;
  padding: 17.4px 30px;
  margin: 38px 0;
  font-size: 14px;
  z-index: 9999;
  display: none;
  background: #f1fff7;
  color: #28814e;
  border: 1px solid #79c99b;
  border-radius: 3px;
  opacity: 0.99;
  text-align: left;
}

.alert .link {
  color: #98403f;
  text-decoration: underline;
}

.alert .close {
  font-weight: 300;
}

.btn-download {
  margin-bottom: 0;
  margin-top: 250px;
}

.btn-ekrium {
  border: 1.3px solid gray;
  border: 1.3px solid rgba(0, 0, 0, 0.66);
  border-radius: 1px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  max-width: 100%;
  padding: 22px 55px;
  text-shadow: none;
  text-transform: uppercase;
}

@media screen and (max-width: 720px) {
  .btn-ekrium {
    padding: 15px 35px;
  }
}

.btn-ekrium .glyphicon {
  padding-right: 10px;
}

.btn-ekrium-highlight {
  background: #007ace;
  border: 1.3px solid #073a7c;
  color: white;
}

.btn-ekrium-highlight:hover {
  background-color: #073a7c;
  border: 1.3px solid #073a7c;
  color: white;
}

.card {
  padding: 0 30px;
  position: relative;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}

.card .back,
.card .front {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  position: absolute;
  top: 0;
}

.card .back {
  background: white;
  font-size: 0.93em;
  padding: 0 5px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: 3;
}

.card .back p {
  margin-bottom: 0;
}

.card .front {
  cursor: pointer;
  z-index: 2;
}

.card .card-pic {
  border-radius: 50%;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  display: block;
  margin: auto;
  margin-top: 0;
  overflow: hidden;
}

.card-pic,
.card-pic img {
  max-height: 170px;
  max-width: 170px;
}

.card .card-pic img {
  width: 100%;
}

.card-container {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}

.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.card-container.static:hover .card,
.card-container.static.hover .card {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.card .back,
.card-container,
.card .front {
  height: 310px;
  width: 100%;
}

.dossier {
  height: 400px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ekrium-column {
  text-align: center;
}

@media screen and (min-width: 576px) {
  .ekrium-column {
    padding: 0 80px;
  }
}

@media screen and (min-width: 576px) {
  .ekrium-column-s {
    padding: 0 40px;
  }
}

.error-page {
  background: dimgray;
  background: linear-gradient(
      to right,
      rgba(26, 52, 70, 0.25) 0%,
      rgba(26, 52, 70, 0.25) 0%,
      rgba(19, 56, 82, 0.25) 100%
    ),
    url('../img/404.jpg') no-repeat;
  background-size: cover;
  color: white;
  height: 100%;
  position: absolute;
  text-align: center;
  text-shadow: 1px 3px 5px black;
  top: 0;
  width: 100%;
}

.error-page h1,
.error-page h4 {
  color: white;
}

.error-page h1 {
  font-size: 15em;
  margin-bottom: 40px;
}

footer {
  color: #132735;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 2.2%;
  padding-top: 4.2%;
  text-align: center;
}

footer a {
  padding: 0 30px;
  font-weight: 600 !important;
}

footer a:hover,
footer a:visited,
footera:active {
  color: #132735;
}

@media screen and (max-width: 990px) {
  footer a {
    text-decoration: underline;
  }
}

footer .footer-bottom {
  background-color: #161f26;
  color: white;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1em;
  line-height: 20px;
  padding: 16px;
  position: relative;
  width: 100%;
}

footer .footer-bottom a {
  text-decoration: underline;
}

footer .footer-bottom span {
  padding-right: 25px;
}

footer .footer-bottom .credits {
  opacity: 0.4;
  padding-right: 2px;
  text-decoration: none;
}

/*@media screen and (min-width:990px) {
    footer .footer-bottom .credits {
        float: right;
    }
}*/

footer .footer-flag {
  background-color: #1a252e;
  font-size: 1.2em;
  padding-bottom: 30px;
  text-align: center;
}

footer .footer-flag img {
  padding-right: 10px;
}

footer .footer-section {
  padding: 0;
  padding-bottom: 30px;
}

.section h1 {
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: -10px;
  font-size: 32px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .section h1 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 770px) {
  footer .footer-section {
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 995px) {
  footer .footer-section {
    text-align: center;
  }
}

footer .footer-section-contact {
  font-size: 0.9463em;
  min-height: 69px;
  opacity: 0.7;
  padding: 0 0 0 17px;
}

footer .footer-section img {
  border-radius: 2px;
  width: 190px;
}

footer .footer-section .glyphicon {
  padding-right: 10px;
}

footer .footer-section-contact p {
  font-size: 1.32em;
}

@media screen and (min-width: 990px) {
  footer .footer-section-contact {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
}

@media screen and (max-width: 990px) {
  footer .footer-section-contact {
    margin-bottom: 30px;
  }
}

footer p {
  font-size: 0.8em;
  /*color: rgba(0, 0, 0, .55);*/
  opacity: 0.55;
  margin-bottom: 0;
  margin-top: -11px;
}

header {
  background: lightgray;

  background: radial-gradient(
      rgba(255, 255, 255, 0.5) 20%,
      rgba(212, 225, 232, 0.5) 33%,
      rgba(162, 170, 179, 0.3) 33%
    ),
    url('../img/header.jpg') no-repeat;

  background: -webkit-radial-gradient(
      center,
      ellipse cover,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(194, 204, 210, 0.7) 100%
    ),
    url('../img/header.jpg') no-repeat;

  /*background: linear-gradient(to right, rgba(26, 52, 70, 0.25) 0%, rgba(26, 52, 70, 0.25) 0%, rgba(19, 56, 82, 0.25) 100%), url('../img/header.jpg') no-repeat;
    /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */

  background: linear-gradient(
      to right,
      rgba(255, 82, 108, 0.95) 0%,
      rgba(255, 82, 108, 0.95) 0%,
      rgba(255, 82, 108, 0.95) 100%
    ),
    url('../img/contact.jpg') no-repeat;

  background: linear-gradient(
      to right,
      rgba(8, 129, 178, 0.95) 0%,
      rgba(8, 129, 178, 0.95) 0%,
      rgba(8, 179, 218, 0.95) 100%
    ),
    url('../img/contact.jpg') no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  position: relative;
  top: 0;
  width: 100%;
  color: white;
}
.container {
  position: relative;
  z-index: 10;
}

header .container {
  padding-top: 18.1%;
}

/*
@media only screen and (max-device-width: 1366px) {
    header {
        background-attachment: scroll;
    }
}*/

.title-canvas {
  text-align: justify;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

header .header-title {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 27px;
  font-size: 34px;
  font-weight: 600;
  text-shadow: 0 0 1px solid black;
  /*text-align: center;
    top: 23%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;*/
  text-shadow: 0 2px 7px black;
  color: #3d3d3d;
  color: white;
  text-shadow: none;
  margin-top: -2px;
  margin-bottom: 22px;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-size: 32px;
}

.title-canvas p strong {
  /*font-size: 22px;*/
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 995px) {
  .title-canvas {
    padding-left: 35px;
  }
}

@media (max-width: 767px) {
  .title-canvas {
    padding-top: 15%;
    font-size: 0.8em;
  }
}

@media (min-width: 767px) and (max-width: 995px) {
  .title-canvas,
  header .header-title {
    text-align: center;
  }
}

header .header-title strong {
  font-weight: 400;
}

header .header-subtitle {
  bottom: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  color: white;
  display: inline;
  width: 175px;
  padding: 13px;
  /*background: #3d3d3d;
}

header .header-subtitle:hover {
    background: rgba(0, 0, 0, .6);
    opacity: .8;
}*/
}

header .header-logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 105px;
  z-index: 255;
  text-align: center;
  opacity: 0.98;
}

header .header-logo img {
  /*width: 190px;*/
  opacity: 0.93;
  width: 450px;
  background: rgba(255, 255, 255, 0.94);
  padding: 14px 24px;
  border-radius: 4px;
  max-width: 60%;
}

.hidden {
  display: none;
}

.legal-notice {
  font-size: 0.7em;
}

.legal-notice h3 {
  font-size: 1.6em;
  margin-top: 30px;
  text-transform: uppercase;
}

.legal-notice h5 {
  font-size: 1.2em;
  margin-top: 23px;
  text-transform: uppercase;
}

.legal-notice p {
  color: dimgray;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}

.loading {
  background: #d2dde7;
  background: radial-gradient(#edf1f4, #d4e1e8, #a2aab3);
  /*background: radial-gradient(#ededed, #e1e1e1, #adadad);
    background: radial-gradient(#f2f2f2, #e9e9e9, #c4c4c4);*/

  transition: height 1000ms linear;
  transition: width 1000ms linear;
  transition: all 1000ms linear;
  will-change: transform;
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 999999999;
}

.loading-logo {
  /*background-image: url('../img/bibliomaps-loading.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0; left: 0;
    z-index: 99999;*/
  margin: auto;
  margin-top: 14%;
  width: 575px;
  max-width: 80%;
}

.loading-ico {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 64%;
  z-index: 99999;
  border-radius: 8px;
}

.modal-body {
  margin-top: -25px;
  padding: 0 30px 35px 30px;
}

.modal .close {
  opacity: 0.7;
}

.modal-content {
  border-radius: 1px;
}

.modal-download {
  padding: 55px 30px 18px 30px;
}

.modal-download .btn-ekrium {
  text-align: center;
  width: 100%;
}

.modal-download .glyphicon {
  font-size: 2em;
  padding: 0 0 15px 0;
}

.modal-download h5 {
  margin: 0;
}

.modal-download hr {
  margin-bottom: 10px;
  margin-top: 17px;
}

.modal-header {
  border: 0;
  font-size: 2em;
  height: 25px;
  padding: 10px;
}

@media (min-width: 765px) {
  .modal-lg {
    width: 90%;
  }
}

.navbar-custom {
  background: #1a3446;
  background: linear-gradient(to right, #1a3446, #133852);
  border: 0;
  border-radius: 0;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.12),
    0 7px 10px -5px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 8rem;
  letter-spacing: 0.6px;
  /*opacity: .95;*/
  padding: 0.625rem 0;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: white;
}

.navbar-custom img {
  padding-right: 10px;
}

.navbar-custom .logo-ekrium-initial {
  background-color: #073a7c;
  padding: 7% 0 7% 25%;
}

.navbar-custom .logo-ekrium img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-custom .navbar-brand {
  /*padding: 7px 7px 7px 12px;*/
  background-image: url('../img/bibliobooks-mini.svg');

  background-repeat: no-repeat;
  width: 169px;
  height: 36px;
  margin-top: 4px;
}

.navbar-custom .navbar-collapse {
  border: none;
}

.navbar-custom .navbar-nav > li > a {
  border-bottom: 2px solid transparent;
  color: #d5d5d5;
  color: #132735;
  font-weight: 600;
  padding: 10px 20px;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:visited,
.navbar-custom .navbar-nav > li > a:active {
  color: #d5d5d5;
  color: #132735;
  /*color: white;*/
  opacity: 0.9;
}

.navbar-custom-transparent .navbar-nav > li > a:hover,
.navbar-custom-transparent .navbar-nav > li > a:visited,
.navbar-custom-transparent .navbar-nav > li > a:active {
  color: white;
  color: #3d3d3d;
  color: white;
}

.navbar-custom-transparent .navbar-brand {
  background-image: url('../img/bibliobooks-white.svg');
  width: 475px;
  width: 325px;
  width: 275px;
  width: 400px;
  width: 340px;
  height: 155px;
  border-radius: 5px;
  border-radius: 0;
  max-width: 75%;
  margin-left: 10%;
}

@media screen and (max-width: 767px) {
  .navbar-custom-transparent .navbar-brand {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.navbar-custom-transparent .navbar-collapse {
  background: transparent;
}

.navbar-custom .navbar-container {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
}

.navbar-custom .dropdown-menu {
  background-color: #133852;
}

.navbar-custom .dropdown-menu > li > a:hover {
  background-color: #0d2638;
  background-image: none;
}

.navbar-custom .dropdown-menu > li > a {
  color: white;
  color: rgba(255, 255, 255, 0.89);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.navbar-custom .glyphicon {
  padding-right: 10px;
}

.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .active > a:hover {
  background: transparent;
  color: white;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 680px) {
  .navbar-custom .navbar-nav > .active > a,
  .navbar-custom .navbar-nav > .active > a:focus,
  .navbar-custom .navbar-nav > .active > a:hover {
    border-bottom: 2px solid white;
  }
}

@media (max-width: 767px) {
  .navbar-custom .navbar-collapse {
    background: #1a3446;
  }
}

.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:focus,
.navbar-custom .navbar-nav > .open > a:hover {
  background: transparent;
  border-bottom: 1px solid white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.navbar-custom .navbar-nav > .open > a {
  height: 40px;
}

.navbar-custom-transparent {
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  padding: 4rem 0;
}

.navbar-custom-transparent .navbar-nav > li > a {
  color: white;
  color: #3d3d3d;
  color: white;
  text-shadow: 0 1px 4px black;
  text-shadow: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.navbar-custom-transparent .dropdown-menu {
  background-color: transparent;
}

.navbar-custom-transparent .navbar-nav > .active > a,
.navbar-custom-transparent .navbar-nav > .active > a:focus,
.navbar-custom-transparent .navbar-nav > .active > a:hover {
  background: transparent;
  border-bottom: 2px solid transparent;
  color: white;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.ng-view {
  height: 100%;
  padding-top: 67px;
}

.page-title {
  margin-bottom: 25px;
  text-align: center;
}

.profile {
  padding: 0 100px;
  text-align: center;
  padding: 0 320px;
}

@media screen and (max-width: 995px) {
  .profile {
    padding: 0 20px;
  }
}

@media screen and (max-width: 720px) {
  .profile {
    padding: 40px 15px 20px 15px;
  }
}

.profile p {
  /*color: #343434;*/
}

.profile-avatar,
.profile-avatar img {
  max-height: 170px;
  max-width: 170px;
}

.profile-avatar {
  border-radius: 50%;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  margin: auto;
  overflow: hidden;
  padding: 0;
}

.profile-body img {
  margin-top: 15px;
  width: 27px;
}

.profile-body p {
  margin-bottom: 20px;
}

.profile-element a {
  color: #343434;
  color: #007ace;
  color: #073a7c;
  font-size: 1.2em;
  font-weight: 500;
}

.profile-element a:hover {
  color: #007ace;
  text-decoration: none;
}

.profile-element .glyphicon {
  padding-right: 10px;
}

section {
  padding-bottom: 4.3%;
  padding-top: 4.3%;
  text-align: justify;
}

@media (min-width: 1400px) {
  section {
    font-size: 1em;
    padding-bottom: 4.7%;
    padding-top: 4.7%;
  }
}

@media (min-width: 1550px) {
  section {
    padding-bottom: 5.1%;
    padding-top: 5.1%;
  }
}

section .animated-canvas {
  min-height: 145px;
}

@media (min-width: 990px) {
  section .animated-content {
    display: none;
  }
}

.section-gray {
  background-color: lightgray;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid gray;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-top: 1px solid gray;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.section-red {
  background: #ff526c;
  background: #00a0d8;
  background: #0881b2;
  background: linear-gradient(
    to right,
    rgba(8, 129, 178, 0.95) 0%,
    rgba(8, 129, 178, 0.95) 0%,
    rgba(8, 179, 218, 0.95) 100%
  );
  color: white;
}

.section-red h1 {
  color: white;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 32px;
  font-weight: 600;
}

.section-red h2 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.section-red .form-control {
  background: rgba(0, 0, 0, 0.14);
  color: white;
  border-radius: 1px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  box-shadow: none;
}

.section-red .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.section-red input {
  height: 38px;
}

.section-red .checkbox input {
  height: auto;
}

.section-red .form-group label {
  font-weight: 500;
  padding-bottom: 7px;
  padding-top: 0;
}

.no-margin {
  margin: 0;
}

.section-red a,
.section-red a:link,
.section-red a:visited,
.section-red a:hover,
.section-red a:active {
  color: white;
}

.section-blue {
  background: #0082b5;
}

.section-gray {
  background: #3d3d3d;
}

.section-contact {
  background: linear-gradient(
      to right,
      rgba(255, 82, 108, 0.95) 0%,
      rgba(255, 82, 108, 0.95) 0%,
      rgba(255, 82, 108, 0.95) 100%
    ),
    url('../img/contact.jpg') no-repeat;
  background: linear-gradient(
      to right,
      rgba(0, 160, 216, 0.95) 0%,
      rgba(0, 160, 216, 0.95) 0%,
      rgba(0, 160, 216, 0.95) 100%
    ),
    url('../img/contact.jpg') no-repeat;
  background: linear-gradient(
      to right,
      rgba(8, 159, 208, 0.95) 0%,
      rgba(8, 159, 208, 0.95) 0%,
      rgba(8, 159, 208, 0.95) 100%
    ),
    url('../img/contact.jpg') no-repeat;
  /*height: 100%;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*min-height: 795px !important;*/
}

.section-contact .contact-details h4 {
  font-size: 16px;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding-bottom: 12px;
  margin-left: 50px;
}

.section-contact .contact-details p {
  font-size: 14.5px;
}

.section-contact .contact-details img {
  height: 17px;
}

.section-red .contact-details {
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.section-red .contact-details .glyphicon {
  text-shadow: none;
}

@media (max-width: 767px) {
  .section-contact .contact-details {
    text-align: center;
    margin: 0;
    padding-bottom: 30px;
  }

  .section-contact .contact-details h4 {
    margin: 0;
  }

  .section-contact .contact-details a {
    line-height: 27px;
  }
}

.btn-custom {
  background: #ff526c;
  background: #00a0d8;
  border: 0;
  padding: 20px 40px;
  border-radius: 10rem;
  border-radius: 30px;
  font-size: 1.13em;
  color: white !important;
  margin: 5px 0;
  text-decoration: none !important;
}

.btn-custom:hover {
  background: #ff526c;
  background: #00a0d8;
  opacity: 0.8;
}

.btn-white {
  background: white;
  color: rgba(0, 0, 0, 0.7) !important;
  text-shadow: none !important;
}

.btn-white:hover {
  background: white;
}

.btn-submit {
  background: white;
  padding: 13px 25px;
  font-size: 1.1em;
  color: dimgray !important;
}

.btn-submit:hover {
  background: white;
}

.btn-muted,
.btn-muted:active,
.btn-muted:visited,
.btn-muted:link {
  border: 2px solid #ff526c;
  border: 2px solid #00a0d8;
  /*border: 2px solid #0082b5;*/
  background: white;
  color: #ff526c !important;
  color: #00a0d8 !important;
  /*color: #0082b5;*/
}

.btn-muted:hover,
.btn-muted:target {
  border: 2px solid transparent;
  color: white !important;
  background: lightgray;
}

.tooltip-inner {
  border-radius: 2px;
  font-size: 1.1em;
  max-width: 350px;
  opacity: 0.99;
  padding: 10px 15px;
}

.white-box {
  margin: 15px 7px;
  background: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  top: 0;
  transition: top ease 0.5s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding-top: 7px;
}

.white-box p {
  font-size: 15.2px;
  line-height: 23px;
  margin: 0;
}

.white-box strong {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}

.white-box h3 {
  color: rgba(0, 0, 0, 0.8);
}

.white-box:hover {
  top: -15px;
  box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.2);
}

.white-box-header {
  padding: 18px 10px 10px 10px;
}

.white-box-header img {
  width: 50px;
  opacity: 0.8;
}

.white-box-body {
  background: rgba(0, 0, 0, 0.03);
  background: #f5f5f5;
  padding: 24px 28px 28px 28px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media (min-width: 767px) {
  .white-box-body {
    min-height: 215px;
  }
}

@media (min-width: 767px) and (max-width: 1200px) {
  .white-box-body {
    min-height: 245px;
  }
}

.white-box-client {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  position: static;
  cursor: pointer;
  margin-top: 0;
  margin: 0;
  width: 100%;
}

.white-box-client .white-box-header {
  padding: 25px 80px 10px 80px;
}

.white-box-client .white-box-header img {
  width: 100%;
  opacity: 1;
}

.white-box-client .white-box-body {
  min-height: auto;
}

.white-box-client .white-box-body:hover {
  background: rgba(0, 0, 0, 0.05);
}

.logo-carousel img {
  padding: 10px 20px;
  height: 60px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.logo-carousel img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.maintenance h3 {
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.9);
}

.maintenance h3 small,
.maintenance h4 small {
  color: #333;
}

.maintenance h4 {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.8);
}

.maintenance {
  background: lightgray;
  background: url(../img/maintenance-mini.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  text-align: center;
  display: none;
  text-shadow: 2px 1px 2px white;
  padding: 20px 4px;
}

.maintenance img {
  width: 160px;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.55);
  padding: 16px 20px;
}

@media (min-width: 992px) {
  .maintenance img {
    right: 40px;
    margin-right: 0;
  }

  .maintenance h4 {
    margin-top: 15px;
    font-size: 0.5em;
  }

  .maintenance {
    background: url(../img/maintenance.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 6% 120px;
    font-size: 2.2em;
  }
}

.videoWrapper {
  width: 728px;
  height: 409.5px;
  margin: auto;
  margin-top: 45px;
  margin-bottom: 45px;

  /*position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 90px;*/
}

@media (min-width: 1550px) {
  .videoWrapper {
    width: 650px;
    height: 365.625px;
  }
}

.videoWrapper iframe {
  /*position: absolute;
    top: 0;
    left: 0;*/
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 60px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.4);
}

.phone-animation {
  position: absolute;
  width: 75.6%;
  left: 12%;
  top: 11%;
}

.laptop-animation {
  position: absolute;
  top: 5.3%;
  left: 6%;
  width: 88%;
  box-shadow: 0px 10px 70px black;
}

.btn:active,
.btn:visited,
.btn:link {
  text-decoration: none !important;
}

@media screen and (max-width: 995px) {
  .spacing {
    height: 50px;
  }
}

.francaballero-pic {
  width: 70%;
  max-width: 275px;
}

.window-modal {
  background: rgba(237, 241, 244, 0.96);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 999999;
  padding: 8px;
  display: none;
  color: rgba(0, 0, 0, 0.64);
  line-height: 8px;
  font-size: 10px;
}

@media (max-width: 767px) {
  .window-modal {
    background: white;
  }
}

.window-modal h3 {
  color: rgba(0, 0, 0, 0.8);
}

.window-modal a {
  color: rgba(0, 0, 0, 0.64);
  text-decoration: underline;
}

.window-modal p {
  line-height: 18px;
  font-size: 12px;
}

.window-modal .space {
  height: 65px;
}

.window-modal hr {
  border-top: 1px solid rgba(0, 0, 0, 0.34);
  margin: 11px 0 13px 0;
  display: none;
}

.window-close {
  font-weight: 200;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
}

.window-close img {
  border: 2px solid black;
  padding: 8px;
  height: 47px;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}

.window-close-mobile img {
  padding: 9px;
  height: 47px;
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 0;
  opacity: 0.7;
  z-index: 999999999;
}

.sentence {
  color: rgba(52, 52, 52, 0.82);
  line-height: 42px;
  font-size: 23px;
}

.press-icons {
  text-align: center;
}

.press-icons img {
  max-height: 50px;
  margin: 5px auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.press-icons img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.press-links {
  padding: 0 30px;
  background: white;
  text-align: justify;
}

.press-links a {
  color: rgba(52, 52, 52, 0.82);
}

@media (min-width: 992px) {
  .press-links {
    padding: 0 0 0 50px;
  }
}

.press-links p {
  font-size: 1.04em;
  line-height: 18px;
  margin-bottom: 30px;
}

.press-links {
  padding: 0 30px;
  background: white;
  text-align: justify;
}

.press-links a {
  color: rgba(52, 52, 52, 0.82);
  color: rgba(52, 52, 52, 0.42);
}
.press-links a:hover {
  color: rgba(52, 52, 52, 0.82);
}

.press-links a strong {
  color: rgba(52, 52, 52, 0.59);
}
.press-links a strong:hover {
  color: rgba(52, 52, 52, 0.92);
}

.white-down:before {
  content: '';
  position: absolute;
  background: white;
  border-top: 3px solid rgba(0, 0, 0, 0.04);
  -webkit-transform: skewY(188deg);
  transform: skewY(188deg);
  z-index: 9;
  width: 100%;
  height: 30%;
  left: 0;
  top: 85%;
}

.navbar-brand {
  padding: 10px 15px;
}

.more-absolute {
  position: absolute;
  bottom: 1.7%;
  left: 0;
  right: 0;
  margin: auto;
  color: lightgray;
  color: rgba(0, 0, 0, 0.15);
  font-weight: bold;
  font-size: 30px;
  z-index: 9999;
  text-align: center;
}

.more-absolute a {
  color: rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.more-absolute a:hover,
.more-absolute a:link,
.more-absolute a:visited {
  color: rgba(0, 0, 0, 0.18);
  text-decoration: none;
}

.mobile-language {
  position: fixed;
  top: 14px;
  right: 2px;
}

.english img,
.spanish img,
.english-drop img,
.spanish-drop img {
  width: 30px;
}

.mobile-language img {
  width: 34px;
  display: block;
}

.white-box-up {
  background: white;
  -webkit-transform: skewY(183deg);
  transform: skewY(183deg);
  z-index: 9;
  width: 100%;
  height: 300px;
  left: 0;
  position: static;
  top: 0;
  margin-top: -300px;
  margin-bottom: 120px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
}

.white-box-down {
  background: white;
  -webkit-transform: skewY(183deg);
  transform: skewY(183deg);
  z-index: 9;
  width: 100%;
  height: 300px;
  left: 0;
  position: static;
  top: 0;
  margin-bottom: -300px;
  margin-top: 120px;
  border-top: 3px solid rgba(0, 0, 0, 0.04);
}

.section-red .col-lg-1,
.section-red .col-lg-10,
.section-red .col-lg-11,
.section-red .col-lg-12,
.section-red .col-lg-2,
.section-red .col-lg-3,
.section-red .col-lg-4,
.section-red .col-lg-5,
.section-red .col-lg-6,
.section-red .col-lg-7,
.section-red .col-lg-8,
.section-red .col-lg-9,
.section-red .col-md-1,
.section-red .col-md-10,
.section-red .col-md-11,
.section-red .col-md-12,
.section-red .col-md-2,
.section-red .col-md-3,
.section-red .col-md-4,
.section-red .col-md-5,
.section-red .col-md-6,
.section-red .col-md-7,
.section-red .col-md-8,
.section-red .col-md-9,
.section-red .col-sm-1,
.section-red .col-sm-10,
.section-red .col-sm-11,
.section-red .col-sm-12,
.section-red .col-sm-2,
.section-red .col-sm-3,
.section-red .col-sm-4,
.section-red .col-sm-5,
.section-red .col-sm-6,
.section-red .col-sm-7,
.section-red .col-sm-8,
.section-red .col-sm-9,
.section-red .col-xs-1,
.section-red .col-xs-10,
.section-red .col-xs-11,
.section-red .col-xs-12,
.section-red .col-xs-2,
.section-red .col-xs-3,
.section-red .col-xs-4,
.section-red .col-xs-5,
.section-red .col-xs-6,
.section-red .col-xs-7,
.section-red .col-xs-8,
.section-red .col-xs-9 {
  padding-left: 9px;
  padding-right: 9px;
}

.text-justify {
  text-align: justify;
}

.thirdparty-logo {
  text-align: center;
  padding: 10px 20px;
  height: 60px;
  margin-top: 5px;
  display: block;
}

@media (max-width: 767px) {
  header .header-title {
    font-size: 29px;
  }

  p {
    line-height: 31px;
  }
}
@media (max-width: 320px) {
  header .header-title {
    font-size: 26px;
  }

  p {
    line-height: 26px;
  }
}

.top-white-box {
  border-radius: 8px;
  padding: 50px 60px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: white;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.02),
    15px 4px 30px 0px rgba(30, 52, 92, 0.058),
    15px 4px 30px 0px rgba(30, 52, 92, 0.158);
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .top-white-box {
    padding: 10px 30px 40px 30px;
  }
}

.top-white-box h2 {
  margin: 0;
  font-size: 16.5px;
  line-height: 34px;
  font-weight: 400;
}

img.img-pin {
  width: 200px;
  max-width: 90%;
  text-align: center;
  margin: 45px 20px 50px 20px;
}

@media (max-width: 991px) {
  img.img-pin {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .center-sm {
    text-align: center;
  }
}
