@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammT.ttf) format('truetype');
}
body {
  font-family: 'Roboto', sans-serif;
}
.btn {
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  padding: 0.5rem 1.5rem;
}
.btn:not([class*=btn-outline-]) {
  /*        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.50);*/
  border: 0;
}
.btn-sm {
  padding: 0.25rem 1.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
a {
  color: #D82632;
}
a:hover {
  color: #73141b;
}
.bg-femepa {
  background-color: #D82632;
}
.bg-dark-red {
  background-color: darkred;
}
.bg-red {
  background-color: #EA2027;
}
.bg-green {
  background-color: #00A550;
}
.bg-jazbrerry {
  background-color: #A50055;
}
.text-black {
  color: #000 !important;
}
.fa-circle {
  color: #D82632;
}
.logged {
  overflow: hidden;
}
.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}
.avatar-sm {
  height: 3rem;
  width: 3rem;
}
.avatar-md {
  height: 4.5rem;
  width: 4.5rem;
}
.avatar-lg {
  height: 6rem;
  width: 6rem;
}
.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}
.btn-primary {
  /*    background-image: linear-gradient(180deg, #E62936 0%, #D82632 100%);*/
  background-color: #D82632;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active {
  background-color: #73141b !important;
}
.btn-facebook {
  background-color: #385898;
  color: #fff;
}
.btn-facebook:hover {
  background-color: #273d6a;
  color: #fff;
}
.btn-moss {
  background-color: #009951;
  color: #fff;
}
.btn-moss:hover,
.btn-moss:active {
  background-color: #008948 !important;
  color: #fff;
}
.btn-red-handed {
  background-color: #D82632;
  color: #fff;
}
.btn-red-handed:hover,
.btn-red-handed:active {
  background-color: #73141b !important;
  color: #fff;
}
.btn-outline-red-handed {
  background-color: #fff;
  border-color: #D82632;
  color: #D82632;
}
.btn-outline-red-handed:hover,
.btn-outline-red-handed:active {
  background-color: #D82632;
  border-color: #D82632;
  color: #fff;
}
.btn-outline-moss {
  background-color: transparent;
  border-color: #009951;
  color: #009951;
}
.btn-outline-moss:hover,
.btn-outline-moss:active {
  background-color: #009951;
  border-color: #009951;
  color: #fff;
}
.btn-red {
  background-color: #EA2027;
  border-color: #EA2027;
  color: #fff;
}
.btn-red:hover,
.btn-red:active {
  background-color: #BF202B;
  border-color: #BF202B;
  color: #fff;
}
.avatar {
  vertical-align: middle;
  border-radius: 50%;
}
.navbar-nav .nav-item .nav-link {
  padding: 1.4rem 0.7rem;
  border-top: 3px solid #fff;
}
.navbar-nav .nav-item.active .nav-link {
  border-top: 2px solid #D82632;
}
.navbar .dropdown-menu {
  min-width: 16rem;
  padding: 1.25rem 1.75rem;
  background-color: #fff;
  border: 0 solid rgba(31, 45, 61, 0);
  border-radius: 0.5rem;
  box-shadow: 0 1.5rem 4rem rgba(31, 45, 61, 0.15);
}
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  color: #657a95;
  text-decoration: none;
  background: 0 0;
}
.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
  color: #657a95;
  text-decoration: none;
  background-color: transparent;
}
.navbar-brand img {
  height: 40px;
}
footer {
  color: #a0aab5;
}
footer a {
  color: #a0aab5;
}
footer a:hover {
  color: #a0aab5;
  text-decoration: underline;
}
.card {
  /*box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);*/
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-radius: 1rem;
}
.card:hover.no-anim {
  transform: none !important;
}
.card-img-top {
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #D82632;
  border-color: #D82632;
}
.list-group-item.active a {
  color: #fff;
}
/**/
.modal-fullscreen-menu.show nav {
  box-shadow: none !important;
}
nav {
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  z-index: 99;
}
.navbar-header {
  float: none;
}
.navbar {
  padding: 0.5rem 1rem;
}
.modal-fullscreen-menu .close {
  color: white;
  opacity: 1;
  padding: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  font-size: 5vh;
  font-weight: bold;
}
.modal-fullscreen-menu .modal-dialog {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
  display: flex;
  height: 100%;
  align-items: center;
}
.modal-fullscreen-menu .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.modal-fullscreen-menu .list-group {
  text-align: left;
  margin: 0 auto;
  width: 100%;
}
.modal-fullscreen-menu .list-group a {
  font-weight: 600;
  letter-spacing: 0.05em;
  border: none !important;
  transition: all 0.25s ease;
  background-color: transparent;
  color: white;
  padding: 4vh 5vh !important;
  height: 5vh;
  font-size: 4vh;
  line-height: 0;
  text-decoration: none;
}
.modal-fullscreen-menu .form-inline button {
  margin: 4vh 5vh !important;
  border: 1px solid #fff;
  color: #fff;
}
.modal-fullscreen-menu .form-inline button:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #333;
}
.modal-backdrop.in {
  opacity: 1;
}
.modal-backdrop.show {
  opacity: 1;
}
.modal-backdrop {
  background-color: rgba(0, 69, 119, 0.95);
}
.pt-7,
.py-7 {
  padding-top: 7rem;
}
.pb-7,
.py-7 {
  padding-bottom: 7rem;
}
.pt-10,
.py-10 {
  padding-top: 10rem;
}
.pb-10,
.py-10 {
  padding-bottom: 10rem;
}
@media (min-width: 768px) {
  .modal-fullscreen-menu button {
    margin: 0;
  }
  .modal-fullscreen-menu .list-group a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.4s, opacity 0.4s;
  }
  .modal-fullscreen-menu .list-group a:hover {
    color: black;
  }
  .modal-fullscreen-menu .list-group a:hover:before {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .navbar {
    padding: 0;
  }
}
.anim {
  transition: all 0.5s;
}
.anim:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.z-depth-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
.fashare {
  height: 15px;
  color: blue;
}
.add-button-safari {
  position: fixed;
  background-color: #d1ecf1;
  bottom: 20px;
  width: 90%;
  padding: 10px;
  text-align: center;
  margin: 0 20px;
  border-radius: 10px;
  z-index: 1040;
  font-size: 14px;
}
.add-button-safari:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #d1ecf1;
  border-width: 15px;
  margin-left: -15px;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
