/*----------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
}

.gray {
  background: #f3f3f3;
}

h1 {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 2px;
}
h2 {
  font-size: 26px;
  line-height: 26px;
 // text-transform: uppercase;
}
h3 {
  font-size: 28px;
  line-height: 38px;
}
h4 {
  font-size: 24px;
  line-height: 34px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
p {
  color: #000000;
  font-size: 17px;
  line-height: 25px;
}
a {
  color: #f29600;
  text-decoration: none !important;
  outline: none !important;
}
a:hover {
  color: #cf8018;
}
a:active {
  color: #cf8018;
}
/*---------------------------------------
    General               
-----------------------------------------*/
y dy??
  font-family: 'Open Sans', 'Oswald', 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  outline: none;
}
.li-orange{
  color: #f29600;
  }
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.btn-goto-dc {
  background: #f29600;
  border-radius: 35px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-goto-dc:hover {
  color: #ffffff;
  background: #cf8018;
}
.btn-goto-dc:focus {
  color: #ffffff;
  background: #cf8018;
}
.btn-goto-dpl {
  background: #93C01C;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-goto-dpl:hover {
  color: #ffffff;
  background: #f29600;
}
.btn-goto-dpl:focus {
  color: #ffffff;
  background: #93C01C;
}
.btn-goto-dpl a {
  color: #ffffff;
  font-size: 27px;
  text-decoration: none;
}

.btn-goto-dpl-obsah {
  background: #f29601;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-goto-dpl-obsah:hover {
  color: #ffffff;
  background: #93C01C;
}
.btn-goto-dpl-obsah:focus {
  color: #ffffff;
  background: #f29601;
}
.btn-goto-dpl-obsah a {
  color: #ffffff;
  font-size: 27px;
  text-decoration: none;
}


.widget {
  background: #f29600;
  color: #fff;
  position: relative;
  float: left;
  padding: 15px 25px;
  border-radius: 25px;
  font-size: 20px;
  -ms-transform: rotate(15deg);
  /* IE 9 */
  -webkit-transform: rotate(15deg);
  /* Safari */
  transform: rotate(15deg);
  /* Standard syntax */
  transition: 0.2s all;
}
.widget:hover {
  transform: scale(1.1);
}
/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}
.spinner {
  width: 60px;
  height: 60px;
  margin: 100px auto;
  background-color: #f29600;
 // border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.navbar {
  z-index: 10;
  transition: 0.3s all;
 position: fixed;
  width: 100%;
  border-color: transparent;
  background-color: rgba(234, 234, 234, 0.8);
}

.navbar-padded {
padding-top:134px;
}

.nav-link {
padding: .5rem 1.2rem !important;
}




.navbar-light .navbar-nav a.nav-link {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: 0.2s all;
}
.navbar-light .navbar-nav a.nav-link.active {
  color: #000000;
}
.navbar-light .navbar-nav a.nav-link:hover {
  color: #000000;
}
.navbar-light .navbar-nav a.nav-link:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0;
  background: 0 0;
  transition: width 0.5s ease, background-color 0.5s ease, color 0.5s;
}
.navbar-light .navbar-nav a.nav-link:hover:after {
  width: 100%;
  background: #000000;
}
.navbar-light .navbar-nav a.nav-link.vstupenka {
  background: #93c01c;
  padding: 4px 8px;
  margin-top: 5px;
  color: #ffffff;
  border-radius: 20px;
}
.navbar-light .navbar-nav a.nav-link.vstupenka:hover {
  background: #000000;
  color: #ffffff;
}
.navbar-light .navbar-nav a.nav-link.vstupenka:hover:after {
  width: 100%;
  background: #ffffff;
}
.navbar-light .navbar-nav a.nav-link.vstupenka:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0;
  background: 0 0;
  transition: width 0.5s ease, background-color 0.5s ease, color 0.5s;
}
.navbar-default {
  border-color: transparent;
}
.navbar-default .navbar-nav > .active > a {
  background: transparent;
  color: #0c94b1;
}
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}
.navbar-nav > li > .dropdown-menu {
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 16px;
  padding: 0px;
  line-height: 22px;
}
.navbar-brand img {
  height: 65px;
}
@media (max-width: 767px) {
  .navbar-brand img {
    padding: 2%;
    max-width: 80%;
  }
  .navbar-brand-mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    /* display: none!important;*/
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
/* hamburger */
.navbar-toggler {
  width: 40px;
  height: 30px;
  position: relative;
  color: transparent;
  border: 0;
}
.collapsed.navbar-toggler .burger-lines {
  background: #000000;
}
.collapsed.navbar-toggler .burger-lines::before {
  top: -9px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.collapsed.navbar-toggler .burger-lines::after {
  top: 9px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.burger-lines {
  background: 0px 0px;
  width: 30px;
  height: 5px;
  position: absolute;
  transition: 0.3s;
  -webkit-transition: all 0.3s;
  right: 4px;
}
.burger-lines:after {
  background: #000000;
  width: 30px;
  height: 5px;
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  transition: 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.burger-lines:before {
  background: #000000;
  width: 30px;
  height: 5px;
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  transition: 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.section-title {
  padding: 60px 0 40px;
}
.section-title h1 {
  color: #f29600;
  line-height: 140%;
}
/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
  position: relative;
  background-image: url('../images/car_dpl.jpg');
  background-position-x: 10%;
  background-position-y: 0px;
 // background-attachment: fixed;
  background-size: cover;
  background-position: center center;
//  padding-top: 150px;
  overflow: hidden;
//  min-height: 100vh;
}

.intro {
  padding-top: 30px;
  padding-bottom: 60px;

}

#intro .alpha {
  background: rgba(255, 255, 255, 0.8);
//  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#intro .img-obr {
  width: 100%;
}
#intro h1.title {
  font-weight: 700;
  letter-spacing: 0px;
  color: #f29600;
}
#intro h4.subtitle {
  font-size: 26px;
  padding-bottom: 15px;
}
#intro ul {
  list-style: none;
  font-size: 18px;
  padding-left: 80px;
  text-align: left;
}
#intro ul li {
  padding-bottom: 10px;
}
#intro ul li .fa-li {
  font-size: 30px;
  padding-right: 15px;
  color: #93C01C;
}
#intro ul li .fa-li i {
  vertical-align: top;
  padding-top: 0;
}
#intro .btn-goto-dc {
  margin: 40px 0px 100px 15px;
}

#intro .btn-goto-dpl-reg {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 5px 70px;
}

#intro .btn-goto-dpl-reg {
  background: #f29601;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 27px;
}
#intro .btn-goto-dpl-reg:hover {
  color: #ffffff;
  background: #93C01C;
}
#intro .btn-goto-dpl-reg:focus {
  color: #ffffff;
  background: #93C01C;
}


/*---------------------------------------
    Intro1 section              
-----------------------------------------*/
#intro1 {
  position: relative;
  
 /* background-position-x: 10%;
  background-position-y: 0px;
 // background-attachment: fixed;*/
  background-size: cover;
  background-position: center center;
/*//  padding-top: 150px;*/
  overflow: hidden;
 /* background-color:#4E5056;*/
  color:#313131;
/*  min-height: 100vh;*/


  
  background-image: url('../images/BCK-funkcie.jpg');
  background-position-x: 50%;
  background-position-y: 0px;
  background-attachment: fixed;

}




.intro1 {
  padding-top: 30px;
  padding-bottom: 60px;

}


.intro1-li {
font-weight:bold;
margin-top:10px;
font-size:17px;
}

.intro1-li-text {
font-weight:normal;
}



#intro1 .alpha {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#intro1 .img-obr {
  width: 100%;
}
#intro1 h1.title {
  font-weight: 700;
  letter-spacing: 0px;
  color: #f29600;
}
#intro1 h4.subtitle {
  font-size: 26px;
  padding-bottom: 15px;
}
#intro1 ul {
  list-style: none;
  font-size: 18px;
  padding-left: 80px;
  text-align: left;
}
#intro1 ul li {
  padding-bottom: 10px;
}
#intro1 ul li .fa-li {
  font-size: 30px;
  padding-right: 15px;
  color: #93C01C;
}
#intro1 ul li .fa-li i {
  vertical-align: top;
  padding-top: 0;
}
#intro1 .btn-goto-dc {
  margin: 40px 0px 100px 15px;
}

#intro1 .btn-goto-dpl-reg {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 5px 70px;
}

#intro1 .btn-goto-dpl-reg {
  background: #f29601;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 27px;
}
#intro1 .btn-goto-dpl-reg:hover {
  color: #ffffff;
  background: #93C01C;
}
#intro1 .btn-goto-dpl-reg:focus {
  color: #ffffff;
  background: #93C01C;
}


/*---------------------------------------
    obsah section              
-----------------------------------------*/
#obsah h4 {
  padding-bottom: 40px;
}
#obsah .obsah-blok {
  padding-top: 20px;
  padding-bottom: 50px;
}
#obsah .obsah-blok.gray {
  background: #f3f3f3;
}
#obsah .obsah-blok h4 {
  padding: 20px 20px;
}
#obsah .obsah-blok li {
  font-size: 24px;
  line-height: 28px;
  font-weight:300;
}

#obsah p {
  font-size: 17px;

}



/*---------------------------------------
    autor section              
-----------------------------------------*/
#autor h5 {
  padding-bottom: 40px;
  color: white;
  font-size:15px;
}

#autor h4 {
  
  color: white;
  font-size:17px;
  line-height: 24px;
  margin-top:10px;
}

#autor {
background: #4e5056;
color: white;
}

#autor .autor-blok {
  padding-top: 20px;
  padding-bottom: 60px;
}
#autor .autor-blok.gray {
  background: #f3f3f3;
}
#autor .autor-blok h4 {
  padding: 20px 20px;
}
#autor .autor-blok li {
  font-size: 17px;
  line-height: 28px;
  font-weight:300;
}
#autor .carousel-indicators li {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #f29600;
}

#autor .carousel-indicators li.active {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #313131;
}

#autor .carousel {
 // height: 160px;
}
#autor .carousel .carousel-item {
  margin-bottom: 80px;
}
#autor .carousel .carousel-indicators > li {
  cursor: pointer;
}

#autor .carousel-caption {
    bottom: 0;
    top: auto;
}

/*---------------------------------------
    funkcie section              
-----------------------------------------*/
#funkcie {
  position: relative;
  background-image: url('../images/BCK-funkcie.jpg');
  background-position-x: 50%;
  background-position-y: 0px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
#funkcie .alpha {
  background: rgba(253, 244, 229, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#funkcie .widget {
  top: 25%;
}
#funkcie .section-title {
  padding: 60px 0 60px;
}
#funkcie .funkcie-blok {
  padding-top: 40px;
  padding-bottom: 40px;
}
#funkcie .funkcie-blok h4 {
  padding-bottom: 20px;
}
#funkcie .funkcie-blok ul {
  list-style: none;
  font-size: 17px;
  padding-left: 80px;
  text-align: left;
}

#funkcie .funkcie-blok ul li {
  padding-bottom: 25px;
}
#funkcie .funkcie-blok ul .fa-li {
  left: 10px;
}
#funkcie .funkcie-blok ul .fa-li i {
  vertical-align: top;
  transition: all 0.2s;
}
#funkcie .funkcie-blok ul .fa-li i.fas {
  color: #ffffff;
  padding: 8px;
  border-radius: 50%;
  margin: 0 35px;
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
}
#funkcie .funkcie-blok ul .fa-li i.fas.fa-print {
  background: #f75c06; 
  margin-top:10px; 
}
#funkcie .funkcie-blok ul .fa-li i.fas.fa-comment {
  background: #93C01C;
  margin-top:10px;
}
#funkcie .funkcie-blok ul .fa-li i.fas.fa-bookmark {
  background: #93C01C; 
  margin-top:10px; 
}
#funkcie .funkcie-blok ul .fa-li i.fas.fa-edit {
  background: #93C01C;
  margin-top:10px;    
}
#funkcie .funkcie-blok ul .fa-li i.fas.fa-history {
  background: #93C01C; 
  margin-top:10px;
}
#funkcie .funkcie-blok ul .fa-li i.fas.fa-plus {
  background: #93C01C; 
  margin-top:10px; 
}
#funkcie .funkcie-blok ul .fa-li i.fas.fa-envelope {
  background: #6f3e8c; 
  margin-top:10px;  
}
#funkcie .funkcie-blok ul .fa-li i.fas.fa-check {
  color: #93C01C;
  margin-right: 15px;
  margin-left: 20px;
  font-size: 30px;
  padding-top: 0;
}
#funkcie .funkcie-blok ul .fa-li i.fas.fa-file-pdf {
  background: #c6172b;  
}
#funkcie .funkcie-blok ul .fa-li i.fas:hover {
  transform: scale(1.1);
}
/*---------------------------------------
    references section              
-----------------------------------------*/
#reference {
/* background: #4e5056;*/
  padding: 35px 0;
  position: relative;
}
#reference p {
  color: #313131;
}

#reference h5 {
  color: #313131;
  font-size:16px;
  text-align: left;
}


#reference .carousel {
 // height: 160px;
}
#reference .carousel .carousel-item {
  margin-bottom: 60px;
}
#reference .carousel .carousel-indicators > li {
  cursor: pointer;
}

#reference .carousel-indicators li {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #f29600;
}

#reference .carousel-indicators li.active {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #313131;
}

#reference .carousel {
 // height: 160px;
}
#reference .carousel .carousel-item {
  margin-bottom: 80px;
}
#reference .carousel .carousel-indicators > li {
  cursor: pointer;
}

#reference .carousel-caption {
    bottom: 0;
    top: auto;
}



/*---------------------------------------
    facebook event section              
-----------------------------------------*/
#followfacebook {
  color: #ffffff;
  background: #3b5998;
  padding: 35px 0;
  position: relative;
}
#followfacebook h1 {
  letter-spacing: 0px;
  text-transform: uppercase;
}
#followfacebook h1 a {
  color: #ffffff;
  font-weight: bold;
  text-transform: lowercase;
}
#followfacebook .facebook-link:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0;
  background: 0 0;
  transition: width 0.5s ease, background-color 0.5s ease, color 0.5s;
}
#followfacebook .facebook-link:hover:after {
  width: 100%;
  background: #ffffff;
}
/*---------------------------------------
    pohotovost section              
-----------------------------------------*/
#pohotovost .widget {
  top: 20%;
}
#pohotovost .pohotovost-blok {
  padding-top: 40px;
  color: #ffffff;
  padding-bottom: 40px;
}
#pohotovost .pohotovost-blok ul {
  list-style: none;
  color: #ffffff;
  font-size: 20px;
  padding-left: 120px;
  text-align: left;
}
#pohotovost .pohotovost-blok ul li {
  padding-bottom: 30px;
}
#pohotovost .pohotovost-blok ul .fa-li {
  font-size: 36px;
  left: 30px;
  color: #f29600;
}
#pohotovost .pohotovost-blok ul .fa-li i {
  vertical-align: top;
  padding-top: 0;
}

#pohotovost {
  background: #4e5056;
}
#pohotovost p {
  color: #ffffff;
}
#pohotovost h4 {
  color: #ffffff;
}
#pohotovost h5 {
  color: #ffffff;
}

/*---------------------------------------
    registrace section              
-----------------------------------------*/
.error {
color: #ff2828;
//text-shadow: 1px 1px 1px black;
font-weight:bold;
}
.error1 {
color: #ff2828;
font-weight:bold;
}

.succes {
color: #ffffff;
//text-shadow: 1px 1px 1px black;
font-weight:bold;
}

#registrace .widget {
  top: 20%;
}
#registrace .registrace-blok {
  padding-top: 60px;
  color: #ffffff;
  padding-bottom: 40px;
}
#registrace .registrace-blok ul {
  list-style: none;
  color: #ffffff;
  font-size: 20px;
  padding-left: 120px;
  text-align: left;
}

#registrace .input-col {
padding: .575rem .75rem;
border-radius: .0rem;
color: #313131;
}

#registrace .registrace-blok ul li {
  padding-bottom: 30px;
}
#registrace .registrace-blok ul .fa-li {
  font-size: 36px;
  left: 30px;
  color: #f29600;
}
#registrace .registrace-blok ul .fa-li i {
  vertical-align: top;
  padding-top: 0;
}

#registrace {
  background: #F3F3F3;
  font-size: 17px;
}
#registrace p {
  color: #313131;
}
#registrace h4 {
  color: #313131;
}
#registrace h5 {
  color: #313131;
}
#registrace label {
  color: #313131;
  
}

#registrace .btn-goto-dpl-reg {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 5px 70px;
}

#registrace .btn-goto-dpl-reg {
  background: #f29601;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 27px;
}
#registrace .btn-goto-dpl-reg:hover {
  color: #ffffff;
  background: #93C01C;
}
#registrace .btn-goto-dpl-reg:focus {
  color: #ffffff;
  background: #93C01C;
}


/*---------------------------------------
   Program section              
-----------------------------------------*/
.myAvatar,
.myImg {
  border-radius: 50%;
  display: inline-block;
  background: #560a56;
}
/*********************
SECTION Program
*********************/
#program h3 {
  color: #f29600;
}
#program .program-title {
  padding-top: 60px;
}
#program .program-person {
  padding-top: 30px;
}
.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #000000;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #bd2595;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
}
.tab-content {
  padding-top: 20px;
}
/*---------------------------------------
   footer section              
-----------------------------------------*/
#footer {
  background: #4e5056;
}
#footer p {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
/*---------------------------------------
   objednnat section              
-----------------------------------------*/
#objednat {
  padding-bottom: 40px;
  padding-top: 40px;
  background: #ffeccc;
}
#objednat p {
  padding-top: 20px;
  color: #000000;
}
#objednat h1 {
  color: #000000;
  line-height: 140%;
}

#objednat p {
  color: #000000;
}
#objednat h2 {
  margin-top: 40px;
  font-weight: 600;
}
#objednat .btn-goto-dpl {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 5px 70px;
}
/*---------------------------------------
   Contact section              
-----------------------------------------*/
#kontakt {
  padding-bottom: 40px;
}


#kontakt .btn-goto-dpl-reg {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 5px 70px;
}

#kontakt .btn-goto-dpl-reg {
  background: #f29601;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 27px;
}
#kontakt .btn-goto-dpl-reg:hover {
  color: #ffffff;
  background: #93C01C;
}
#kontakt .btn-goto-dpl-reg:focus {
  color: #ffffff;
  background: #93C01C;
}

#kontakt .input-col {
padding: .575rem .75rem;
border-radius: .0rem;
color: #313131;
}


/*---------------------------------------
   Footer section              
-----------------------------------------*/
/* Back top */
/* ikonka pre mobily anchor to top */
.scroll-top {
  bottom: 2%;
  cursor: pointer;
  opacity: 0;
  position: fixed;
  padding: 10px 5px;
  right: 50px;
  height: 60px;
  transition: opacity 1s ease, transform 1s ease;
  transform: translateY(100px);
  z-index: 1000;
  color: #fff;
  border-radius: 2px;
}
.scroll-top a {
  color: #fff;
  text-decoration: none;
}
.scroll-top:hover {
  text-decoration: none;
}
.scroll-top.m-visible {
  display: block;
  opacity: 0.7;
  transform: translateY(0);
}
.scroll-top.m-visible:hover {
  opacity: 1;
}
.scroll-top .back-top-style i::before {
  font-size: 60px;
  line-height: 30px;
  color: rgba(161, 31, 23, 0.8);
}
/*---------------------------------------
   danovatv section             
-----------------------------------------*/
#danovatv {
  position: relative;
  background-image: url('../images/BCK-danovatv.jpg');
  background-position-x: 50%;
  background-position-y: 0px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  padding-bottom: 80px;
}
#danovatv .alpha {
  background: rgba(243, 243, 243, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#danovatv .widget {
  margin-left: 100px;
  margin-top: 40px;
}
#danovatv .section-title {
  padding-top: 60px;
}
#danovatv .section-title h1 {
  color: #f29600;
}


/*---------------------------------------
   mzdy section             
-----------------------------------------*/
#mzdy {
  position: relative;
  background-image: url('../images/bg-mzdy.png');
  background-position-x: 50%;
  background-position-y: 0px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  padding-bottom: 80px;
}

#mzdy img {
  max-width: 300px;
}


#mzdy .alpha {
  background: rgba(243, 243, 243, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mzdy .widget {
  margin-left: 100px;
  margin-top: 20px;
}
#mzdy .section-title {
  padding-top: 60px;
}
#mzdy .section-title h1 {
  color: #a21f1c;
}

#mzdy .btn-goto-dpl-obj {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 5px 70px;
}

#mzdy .btn-goto-dpl-obj {
  background: #a21f1c;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#mzdy .btn-goto-dpl-obj:hover {
  color: #ffffff;
  background: #f29600;
}
#mzdy .btn-goto-dpl-obj:focus {
  color: #ffffff;
  background: #93C01C;
}
#mzdy .btn-goto-dpl-obj a {
  color: #ffffff;
  font-size: 27px;
  text-decoration: none;
}

/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (min-width: 980px) {
 

#intro .padded-img {
  padding-top: 50px;
}
#intro1 .padded-img {
  padding-top: 20px;
}
#mzdy .padded-img-mzdy {
  padding-top: 0px;
}

}

@media (min-width: 992px){
.container-fluid{
display: block !important;
padding-right: 0px !important;
padding-left: 0px !important;
}

.navbar-nav{
padding-left: 40px !important;
  }
  
  .navbar-brand {
  padding-left: 50px !important;
}
.navbar {
 padding: .5rem 0rem !important;
  }
}


@media (max-width: 980px) {
  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }
  


  .custom-navbar .nav li a {
    font-size: 16px;
    line-height: 20px;
  }
  #intro {
  padding-top: 70px;
  padding-bottom: 20px;
}
  #intro1 {
  padding-top: 70px;
  padding-bottom: 20px;
}
}

@media (min-width: 1280px) {

  #intro  {
  padding-top: 60px;
  padding-bottom: 90px;
}

  #intro1  {
  padding-top: 60px;
  padding-bottom: 90px;
}
}

@media (min-width: 1600px) {
#intro {
padding-top: 80px;
  padding-bottom: 110px;
}

#intro1 {
padding-top: 80px;
  padding-bottom: 110px;
}

}

@media (min-width: 1900px) {
#intro {
padding-top: 130px;
  padding-bottom: 160px;
}

#intro1 {
padding-top: 130px;
  padding-bottom: 160px;
}

}




/* pohybujuce sa sipocky */
#intro .scroll-down {
  z-index: 10000;
  position: absolute;
  bottom: 150px;
  left: 50%;
  right: 50%;
}

#intro1 .scroll-down {
  z-index: 10000;
  position: absolute;
  bottom: 150px;
  left: 50%;
  right: 50%;
}


#intro .scroll-down a {
  padding-top: 70px;
}
#intro1 .scroll-down a {
  padding-top: 70px;
}

#intro .scroll-down a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 34px;
  height: 34px;
  margin-left: -12px;
  border-left: 2px solid #f29600;
  border-bottom: 2px solid #f29600;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
#intro1 .scroll-down a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 34px;
  height: 34px;
  margin-left: -12px;
  border-left: 2px solid #f29600;
  border-bottom: 2px solid #f29600;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
  .btn {
    white-space: normal;
  }
  .navbar {
    background-color: rgba(234, 234, 234, 0.8);
  }
  
  .section-title {
    padding: 70px 0 20px;
  }
  /*---------------------------------------
		Intro section              
	-----------------------------------------*/
  #intro {
    padding-top: 80px;
  }
  #intro h4.subtitle {
    font-size: 22px;
  }
  #intro ul {
    font-size: 18px;
    padding-left: 60px;
  }
  #intro ul li {
    padding-bottom: 25px;
  }
  #intro ul li .fa-li {
    font-size: 26px;
    left: 20px;
  }
  #intro .btn-goto-dc {
    margin: 20px 0px 60px 15px;
  }
  /*
  
    /*---------------------------------------
		Intro1 section              
	-----------------------------------------*/

  #intro1 {
	padding-top: 80px;  

}
  #intro1 h4.subtitle {
    font-size: 22px;
  }
  #intro1 ul {
    font-size: 18px;
    padding-left: 60px;
  }
  #intro1 ul li {
    padding-bottom: 25px;
  }
  #intro1 ul li .fa-li {
    font-size: 26px;
    left: 20px;
  }
  #intro1 .btn-goto-dc {
    margin: 20px 0px 60px 15px;
  }
  /*---------------------------------------
		references section              
	-----------------------------------------*/
  #reference .carousel {
  //  height: 330px;
  }
  /*---------------------------------------
    obsah section              
	-----------------------------------------*/
  #obsah h4 {
    font-size: 18px;
  }
  #obsah .obsah-blok li {
    font-size: 18px;
    line-height: 32px;
  }
  /*---------------------------------------
    general section              
	-----------------------------------------*/
  .widget {
    float: none;
    transform: rotate(0deg);
  }
  .widget:hover {
    transform: scale(1);
  }
  /*---------------------------------------
		funkcie section              
	-----------------------------------------*/
  #funkcie .widget {
    top: 0;
  }
  #funkcie h4 {
    font-size: 18px;
  }
  #funkcie .funkcie-blok ul {
    font-size: 18px;
  }
  #funkcie .funkcie-blok ul .fa-li i.fas {
    padding: 13px;
  }
  /*---------------------------------------
		pohotovost section              
	-----------------------------------------*/
  #pohotovost .widget {
    top: 0;
  }
  #pohotovost .pohotovost-blok ul {
    font-size: 18px;
    padding-left: 80px;
  }
  #pohotovost .pohotovost-blok ul .fa-li {
    font-size: 36px;
  }
  
  /*---------------------------------------
		registrace section              
	-----------------------------------------*/
  #registrace .widget {
    top: 0;
  }
  #registrace .registrace-blok ul {
    font-size: 18px;
    padding-left: 80px;
  }
  #registrace .registrace-blok ul .fa-li {
    font-size: 36px;
  }
  

  /*---------------------------------------
	   danovatv section             
	-----------------------------------------*/
  #danovatv .widget {
    margin-left: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 1199px) and (min-width: 769px) {
  p {
    font-size: 16px;
  }
  .navbar-light .navbar-nav a.nav-link {
    font-size: 13px;
  }
  #intro {
  //  padding-top: 120px;
  }

  #intro .img-obr {
    padding-top: 51px;
    width: 100%;
  }
    #intro1 .img-obr {
    padding-top: 51px;
    width: 100%;
  }
  #intro h4.subtitle {
    font-size: 22px;
  }
    #intro1 h4.subtitle {
    font-size: 22px;
  }
  #intro ul {
    font-size: 18px;
    padding-left: 60px;
  }
   #intro1 ul {
    font-size: 18px;
    padding-left: 60px;
  }
  #intro ul li {
    padding-bottom: 15px;
  }
  #intro1 ul li {
    padding-bottom: 15px;
  }
  #intro ul li .fa-li {
    font-size: 26px;
    left: -60px;
  }
  #intro1 ul li .fa-li {
    font-size: 26px;
    left: -60px;
  }
  #kontakt h4 {
    font-size: 22px;
  }
}



@media (max-width: 769px) {
  #intro ul li .fa-li {
    font-size: 26px;
    left: -60px;
  }
  #intro1 ul li .fa-li {
    font-size: 26px;
    left: -60px;
  }
    #intro ul li {
    padding-bottom: 15px;
  }
  #intro1 ul li {
    padding-bottom: 15px;
  }
}



#cookies-space.container-fix {
  position: fixed;
  width: 104%;
  bottom: -800px;
  right: -4%;
  z-index: 10000;
  background: #262626;
  color: white;
  padding: 20px 20px 0px 20px;
}
#cookies-space.container-fix.opened {
  bottom: -20px;
}
#cookies-space.container-fix .container-inner {
  padding: 0px 30px 0px 10px;
  height: 100%;
  position: relative;
  overflow: scroll;
}
#cookies-space.container-fix .container-inner .close-button {
  position: absolute;
  right: 40px;
  top: 0px;
  z-index: 1;
  cursor: pointer;
}
#cookies-space.container-fix .btn-cookies {
  background: transparent;
  border-radius: 50px;
  border: 1px solid #f29600;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  @include transition(all, 0.4s, ease-in-out);
}
#cookies-space.container-fix .btn-cookies:hover {
  color: #fff;
  background: #f29600;
  border: 1px solid #f29600;
}
#cookies-space.container-fix .btn-cookies:focus {
  color: #fff;
  background: #f29600;
  border: 1px solid #f29600;
}
#cookies-space.container-fix .povolene {
  color: #f29600;
}
#cookies-space.container-fix .zakazane {
  color: #fff;
}
#cookies-space .form-check-input-my {
  margin-top: 10px;
}
#cookies-space .fas,
#cookies-space .far {
  font-size: 22px;
}
#cookies-space p {
  color: #fff;
  padding: 10px;
  font-size: 14px;
}
#cookies-space h4 {
  color: #fff;
  padding: 10px;
}
#cookies-space .customSetting {
  cursor: pointer;
  font-weight: 600;
}
#cookies-space .customSetting:hover {
  color: #f29600;
}
#cookies-space .box-1 {
  border-bottom: 0.5px solid white;
}
#cookies-button {
  position: fixed;
  bottom: 0px;
  left: 0;
}
#cookies-button .btn-cookies-bottom {
  background: #f29600;
  cursor: pointer;
  color: #444;
  font-size: 12px;
  padding: 2px 5px;
}
@media (max-width: 767px) {
  #cookies-space p {
    font-size: 14px;
    line-height: 20px;
  }
  #cookies-space.container-fix {
    height: 70vh;
  }
  #cookies-space.container-fix .container-inner .close-button {
    right: 10px;
  }
  #cookies-space.container-fix .btn-cookies {
    font-size: 12px;
  }
}
