	:root {
	  --main-theme-color: #E2001A;
	  --color-theme-main: #E2001A;
	  --color-theme-main-dark: #1eb6c1;
	  --color-theme-main-light: #1eb6c1;
	  --color-theme-main-inverse: #1eb6c1;
	
	
  }
.text-color-theme{
 color:var(--main-theme-color);
 }  
.bg-cover{
 background-color:var(--main-theme-color);
 }  
.bg-silver{
 background-color:var(--main-theme-color);

 } 
.bg-cta{
 background-color:var(--main-theme-color);
 border-color:var(--main-theme-color);
 }  
.bg-cta-inverse{
 background-color:#fff;
 border-color:#fff;
 } 
 
.header-fullscreen #topmenu a{
 color:#fff;
 font-size:20px;
 }
.header-fullscreen #topmenu a:hover{
 color:#f1f1f1;
 text-decoration:underline;
 }

/*.section-divider:before{
 content:"<--SectionDivider-->";
 display:block;
 text-align:center;
 padding:4px;
 }   */

.carousel-caption {
   top: 50%;
   transform: translateY(-50%);
   bottom:auto;
}

a[href^=tel]{
    color:inherit;
}



 
 /* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

#head {
  height:4rem;
}
@media (min-width: 992px) {
  #head {
    height:auto;
  }
}
.header-sticked #head {
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #e2001a !important;
}
#intro {
  background-image: url(/img/introbg.jpg);
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  margin-top: 4rem;
  height: 75vh;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  #intro {
    margin-top:6.5rem;
  }
}
#intro::after {
  content: "";
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;
  background:url(/img/clippath-shape.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  z-index: -1;
}
.divider hr {
  visibility: visible;
  height: 1px;
  border: 0;
  background-color: #ccc;
  width: 100%;
  position: relative;
  margin: 0 15px;
}
.arrow-link i:before {
  transition: all .3s ease-out;
}
.arrow-link:hover i:before {
  transform: translateX(0.25rem);
}
.quotes-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/img/quote.svg);
  background-repeat: no-repeat;
  background-position: 15% 0%;
  background-size: 10%;
  z-index: -1;
}
@media (min-width: 992px) {
  .quotes-bg::after {
    background-position: 10% 0%;
    background-size: 6%;
  }
}
.accordion-section .panel-default > .panel-heading {
  position: relative;
}
.accordion-section .panel-default .panel-title a {
  display: block;
}
.accordion-section .panel-default .panel-title a:hover {
  text-decoration: none;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
  content: "\e8a5";
}
.accordion-section .panel-default .panel-title a:after {
  font-family: "fontello";
  content: "\e8a6";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform:translateY(-50%);
  display: block;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  font-size: 2rem;
}
.hashlink {
  height: 4rem;
  margin-top: -4rem;
  visibility: hidden;
}
@media(min-width:992px) {
  .hashlink { 
    height: 4.375rem;
    margin-top: -4.375rem;
    }
  }	
.hp #wrapper {
  padding-top:0 !important;
}  
.intro-section .col-12.order-2 {
  margin-top:0;
}  
.intro-section .col-12.order-1 {
  margin-top:-8rem;
  z-index: 1;
}  
@media(min-width:768px) {
  .intro-section .col-12.order-2 {
    margin-top:-2rem;
  }  
  .intro-section .col-12.order-1 {
    margin-top:-12rem;
  }  
}  
.border-4 {
  border: 4px solid #dee2e6;
}
.fontello-list--slash li:before {
  content: '\e8a4';
}
.table.table-srovnani .thead-light th {
  border-color: #ffffff;
}
.table.table-srovnani td, .table.table-srovnani th {
  border: 1px solid #ffffff;
}
.table.table-srovnani .table-light, .table.table-srovnani .table-light>td, .table.table-srovnani .table-light>th {
  background-color: #e9ecef;
}
.table.table-srovnani td img {
  width: 2em;
  height: 2em;
}