/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/templates/heroic-features)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-heroic-features/blob/master/LICENSE)
 */

@font-face {
  font-family: 'Klavika';
  src: url('../fonts/KlavikaWebBasicRegular.eot');
  src: url('../fonts/KlavikaWebBasicRegular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/KlavikaWebBasicRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika';
  src: url('../fonts/KlavikaWebBasicBold.eot');
  src: url('../fonts/KlavikaWebBasicBold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/KlavikaWebBasicBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

.collapse-header h4:after {
    /* symbol for "opening" panels */
    content: "sdvfasdfasdf";
    float: right;
    color: grey;
    overflow: no-display;
}

body {
  padding-top: 56px;
  font-family: 'Klavika', sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #727272;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.btn-outline-sz{
  border: 2px solid ##003478; color:#003478;margin-top: -4px;
}

.btn-outline-sz:hover{
  border: 2px solid #003478; color:#fff;margin-top: -4px;background-color: #003478;
}

.btn-sz{
  color:#fff !important;
  margin-left: 0;
  background-color: #003478;
}

.btn-sz:hover{
   color:#fff !important;
   margin-left: 0;
   background-color: #579129;
}


.card{
  border:unset;
}

.orange-bg{
  padding: 0 0.1em;
  background-color: #E64D4B;
  color: #fff;
}

.bold-text{
  font-weight: 700;
}

u, ins{
  text-decoration: none;
}
.carousel-control-prev-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  margin-bottom: -0.5em;
}
.carousel-indicators li{
  background-color: rgb(0,0,0) !important;
}
.carousel-caption{
  color:#727272;
  background-color: rgba(189, 227, 222,0.5) !important;
  padding:0.5em;
  position: initial;
display: block;
}

.bg-sdz {
  background-color: rgb(189, 227, 222) !important;
  color:rgb(51, 51, 51)
}
.text-sdz {
  color: rgb(0, 153, 144) !important;
}
.bg-white {
  background-color: rgb(255, 255, 255) !important;
  color:rgb(51, 51, 51)
}
.border-top-sdz{
  border-top: 2px solid #696969;
}
.toggle-handle{
  background: rgb(189, 227, 222);
}
.toggle-off{
  background: #f8f9fa;
}
.toggle-on{
  background: #009990;
}
.checkbox label .toggle, .checkbox-inline .toggle{
  margin-left:0 !important;
}
