/*BADYO colors*/

.color_text_1, .color_text_hover_1:hover {color:#4296d2!important;}
.color_text_2, .color_text_hover_2:hover {color:#3169b0!important;}
.color_text_3, .color_text_hover_3:hover {color:#27539f!important;}
.color_text_4, .color_text_hover_4:hover {color:#334a99!important;}
.color_text_5, .color_text_hover_5:hover {color:#504797!important;}
.color_text_6, .color_text_hover_6:hover {color:#664897!important;}
.color_text_7, .color_text_hover_7:hover {color:#7c4796!important;}

.color_bg_1 {background-color:#4296d2!important;}
.color_bg_2 {background-color:#3169b0!important;}
.color_bg_3 {background-color:#27539f!important;}
.color_bg_4 {background-color:#334a99!important;}
.color_bg_5 {background-color:#504797!important;}
.color_bg_6 {background-color:#664897!important;}
.color_bg_7 {background-color:#7c4796!important;}

.badyo-gradient-right{background: linear-gradient(to bottom right, #7c4796, #664897, #504797, #334a99, #27539f, #3169b0, #4296d2);}
.badyo-gradient-left{background: linear-gradient(to bottom left, #7c4796, #664897, #504797, #334a99, #27539f, #3169b0, #4296d2);}

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body{font-family:'Ubuntu', sans-serif; color:#000;  font-weight: 300;}

a {
  color: #504797;
  text-decoration: none;
}

a:hover {
  color:#7c4796;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 600;
}

hr{border-bottom: 1px solid rgba(72, 86, 100, 0.2); margin:25px 0;}

p{text-align:justify;}

.text-right{text-align: right;}
.text-left{text-align: left;}

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


.num-point{font-size:90px; color:#4296d2; font-weight: 800; text-align: right;}





/***************************************************************/
/***************************************************************/
.btn-get-web {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background-image: linear-gradient(to top left, #7c4796, #664897, #504797, #334a99, #27539f, #3169b0, #4296d2);
    border:none;
    margin-top:25px;
}

.btn-get-web:hover {
  background-image: linear-gradient(to bottom right, #7c4796, #664897, #504797, #334a99, #27539f, #3169b0, #4296d2);
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#main li{text-align:justify;}
#main img{max-width: 100%;}
.img-row{text-align:center; margin:20px 0;}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}
#preloader:before, #preloader:after {
  content: "";
  position: absolute;
  border: 4px solid #4296d2;
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#preloader:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }
  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }
  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-header h2 {
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 10px;
}
.section-header p {
  margin: 0 auto; font-weight: 100; text-align: center;
}
@media (min-width: 1280px) {
  .section-header p {
    max-width: 80%;
  }
}


/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
/*BTN TO TOP*/

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
background: linear-gradient(to top left, #7c4796, #664897, #504797, #334a99, #27539f, #3169b0, #4296d2);
	color: #fff;
	border:none;
}

/*.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 995;
  background: #4296d2;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.scroll-top:hover {
  background: #7c4796;
  color: #fff;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}*/

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}
.header.sticked {
  background: #fff;
  box-shadow: 0px 2px 20px rgba(var(--color-secondary-rgb), 0.1);
}
@media screen and (max-width: 991px) {.header.sticked {
  	background: none;
	box-shadow: none;
}
}
.header.sticked .navbar a, .navbar a:focus {
  color:#3169b0;
}

.header.sticked .navbar .podmenu {
  color:#fff;
}
.header .logo img {


	
	
}
.header.sticked .logo-badyo{width:200px; height: 79px; transition: all 0.5s; box-shadow:none; padding: 5px;}	
.logo-badyo{width:200px; height: 175px; background: #fff; position: absolute; top:0; padding:18px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

.header .btn-getstarted, .header .btn-getstarted:focus {
  font-size: 16px;
  color: #fff;
  background: #f00;;
  padding: 8px 23px;
  border-radius: 4px;
  transition: 0.3s;
}
.header .btn-getstarted:hover, .header .btn-getstarted:focus:hover {
  color: var(--color-white);
  background: rgba(var(--color-primary-rgb), 0.85);
}
@media (max-width: 1279px) {
  .header .btn-getstarted, .header .btn-getstarted:focus {
    margin-right: 50px;
  }
}



/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 991px) {
  .navbar {
    padding: 0;
    position: relative;
  }
	
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar > ul > li {
    white-space: nowrap;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }
  .navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #4296d2;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }
  .navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
    visibility: visible;
    transform: scaleX(0.7);
  }
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #4296d2;
  }
  .navbar .dropdown a:hover:before, .navbar .dropdown:hover > a:before, .navbar .dropdown .active:before {
    visibility: hidden;
  }
  .navbar .dropdown a:hover, .navbar .dropdown .active, .navbar .dropdown .active:focus, .navbar .dropdown:hover > a {
    color: #fff;
    background: #3169b0;
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #3169b0;
    transition: 0.3s;
  }
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: #fff;
  }
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #fff;
    background: #7c4796;
  }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .navbar .megamenu {
    position: static;
  }
  .navbar .megamenu ul {
    right: 0;
    padding: 10px;
    display: flex;
  }
  .navbar .megamenu ul li {
    flex: 1;
  }
  .navbar .megamenu ul li a, .navbar .megamenu ul li:hover > a {
    color: rgba(var(--color-white-rgb), 0.5);
    background: none;
  }
  .navbar .megamenu ul li a:hover, .navbar .megamenu ul li .active, .navbar .megamenu ul li .active:hover {
    color: var(--color-white);
    background: #4296d2;
  }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
	
		
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

.nav-shop{background:#1977cc!important; color:#fff!important; border-radius: 20px;}
.nav-shop:hover{background:#504797!important; color:#fff!important; border-radius: 20px; border-bottom:none;}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 70px);
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }
.btn-lg{padding:.375rem .75rem;}	
.header.sticked .navbar a, .navbar a:focus {
  color:#fff;
}	
  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 10px 0;
    margin: 0;
    background: linear-gradient(to top left, #7c4796, #664897, #504797, #334a99, #27539f, #3169b0, #4296d2);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: var(--color-white);
  }
  .navbar .dropdown ul, .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgba(var(--color-secondary-light-rgb), 0.3);
  }
  .navbar .dropdown > .dropdown-active, .navbar .dropdown .dropdown > .dropdown-active {
    display: block;
	  background: #3169b0;
  }

  .mobile-nav-toggle {
    display: block !important;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    top: 20px;
    z-index: 9999;
    right: 20px;
	background: linear-gradient(to top left, #7c4796, #664897, #504797, #334a99, #27539f, #3169b0, #4296d2);
	padding:5px;
	border-radius: 4px;  
  }
  .mobile-nav-toggle.bi-x {
    color: var(--color-white);
  }

  .mobile-nav-active {
    overflow: hidden;
    z-index: 9995;
    position: relative;
  }
  .mobile-nav-active .navbar {
    left: 0;
  }
  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(var(--color-secondary-rgb), 0.8);
    z-index: 9996;
  }
}
/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Hero - inner
--------------------------------------------------------------*/
.hero-inner { height: 60vh!important;}

@media (max-width: 992px) {
.hero-inner {height: 80vh!important;}
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.mobile_right{text-align: right!important;}
@media (max-width: 768px) {
.mobile_right{text-align: center!important;}
}

#hero {
  width: 100%;
  height: 100vh;
  /*background-color: rgba(63, 73, 83, 0.8);*/
  overflow: hidden;
  position: relative;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero .carousel-item::before {
  content: "";
  /*background-color: rgba(30, 35, 40, 0.6);*/
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 110px;
  left: 50px;
  right: 50px;
}
#hero .container {
  /*text-align: center;*/
}
#hero h2 {
  	color: #fff;
  	margin-bottom: 15px;
	padding-bottom:0px;
  	font-size: 70px;
  	font-weight: 700;
	text-shadow: 0px 0px 6px #000000;
	line-height: 1;
}
#hero .hero_text {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  /*margin: 0 auto 30px auto;*/
	padding:1px 1px;
	margin:10px 0 0 0;
  color: #4296d2;
	font-size:40px;
	font-weight: 100;
	/*background-image: linear-gradient(to top left, #7c4796, #664897, #504797, #334a99, #27539f, #3169b0, #4296d2);*/
    /*background-color: rgba(255,255,255,0.4);*/
    display: block;
    text-shadow: 0px 0px 6px #000;
}
#hero .hero_text2 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  /*margin: 0 auto 30px auto;*/
	padding:1px 20px;
	margin:0;
    color: #fff;
	font-size:30px;
	font-weight: 100;
	text-shadow: 0px 0px 4px #000000;
}


@media (max-width: 540px) {
	#hero h2 {font-size:20px;}
	#hero .hero_text {font-size:40px; text-align:left;}
	#hero .hero_text2 {font-size:20px; text-align:left;}
}



#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center center;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: #7c4796;
}
#hero .btn-get-started, .btn-get-started {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background-image: linear-gradient(to top left, #7c4796, #664897, #504797, #334a99, #27539f, #3169b0, #4296d2);
    border:none;
    margin-top:25px;
}
#hero .btn-get-started:hover {
  background-image: linear-gradient(to bottom right, #7c4796, #664897, #504797, #334a99, #27539f, #3169b0, #4296d2);
}
@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    top: 8px;
  }
}
@media (max-width: 768px) {
    #hero h2 {font-size: 48px; line-height: normal; text-align: center;}
    #hero .hero_text {font-size:25px; text-align:center; font-weight: 500;}
    .logo-badyo{width: 168px; max-height: 130px;}
    
}
@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Rozcestník
--------------------------------------------------------------*/
.featured-services{background:#f7f7f7;}
.featured-services .service-item {
  padding: 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
  height: 100%;
	text-align: center;
}
.featured-services .service-item .icon {
  margin-bottom: 10px;
}
.featured-services .service-item .icon i {
  font-size: 70px;
  transition: 0.3s;
}
.featured-services .service-item h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 28px;
}
.featured-services .service-item h4 a {
  transition: ease-in-out 0.3s;
}


.featured-services .service-item p {
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 0;
    min-height: 100px;
}
.featured-services .service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0 50px 0 rgba(var(--color-secondary-rgb), 0.2);
}
.featured-services .service-item:hover h4 a {text-decoration: underline;
}


.featured-services .btn-get-started {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background-image: linear-gradient(to top left, #7c4796, #664897, #504797, #334a99, #27539f, #3169b0, #4296d2);
    border:none;
    margin-top:5px;
}
.featured-services .btn-get-started:hover, .btn-get-started:hover {
  background-image: linear-gradient(to bottom right, #7c4796, #664897, #504797, #334a99, #27539f, #3169b0, #4296d2);
}


/*--------------------------------------------------------------
# O nas
--------------------------------------------------------------*/
.about .about-img {
  position: relative;
  margin: 60px 0 0 60px;
}
.about .about-img:before {
  position: absolute;
  inset: -60px 0 0 -60px;
  z-index: -1;
  content: "";
  background: url("../img/about-bg.png") top left;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .about .about-img {
    margin: 30px 0 0 30px;
  }
  .about .about-img:before {
    inset: -30px 0 0 -30px;
  }
}
.about h3 {
  font-weight: 300;
  font-size: 26px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .about h3 {
    font-size: 23px;
	  
  }
}
@media (max-width: 567px) {
  .about h3 {
    font-size: 19px;
	  
  }
}

.about .nav-pills {
  border-bottom: 1px solid rgba(72, 86, 100, 0.2);
}
.about .nav-pills li + li {
  margin-left: 40px;
}
.about .nav-link {
  background: none;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 12px 0;
  margin-bottom: -2px;
  border-radius: 0;
}
.about .nav-link.active {
  color: #7c4796;
  background: none;
  border-bottom: 3px solid #7c4796;
}
@media (max-width: 575px) {
  .about .nav-link {
    font-size: 16px;
  }
}
.about .tab-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color:#7c4796;
}
.about .tab-content i {
  font-size: 22px;
  line-height: 0;
  margin-right: 8px;
  color: #4296d2;
}

/*--------------------------------------------------------------
# Loxone 
--------------------------------------------------------------*/
.loxone {
  padding: 45px 0 45px 0; background:#f7f7f7;
}
.loxone h4{font-size: 20px;}
.loxone p{font-size:14px; line-height: 19px;}
.loxone img{padding-top:10px;}
.loxone-align{text-align:right;}
@media (max-width: 992px) {
  .loxone-align{text-align:center;}
}
/*--------------------------------------------------------------
# Bannery
--------------------------------------------------------------*/
.banner {
  padding: 0;
}
.banner .banner-img {
  min-height: 400px;
  background: url("../img/banner1.jpg") center right;
  background-size: cover;
}


.banner .content {
  background-size: cover;
  color: #fff;
  padding: 25px;
}
.banner .banner-img2 {
  min-height: 400px;
  background: url("../img/banner2.jpg") center left;
  background-size: cover;
}



@media (max-width: 547px) {
		.banner .banner-img, .banner .banner-img2 { min-height: 250px!important;}	
}


@media (min-width: 768px) {
  .banner .content {
    padding: 50px;
  }
}
.banner .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: var(--color-white);
}
.banner .content ul {
  list-style-type: none;
	padding:0;
	margin:0;
}
.banner .content ul li {
	background: url('../img/ico_check.png') left center;
    background-repeat: no-repeat;
    padding:5px 10px 5px 60px;
	text-align: justify;
}
.banner .content ul i {
  font-size: 40px;
  padding-right: 18px;
  color: #fff;
	float:left;
}
.banner .content p:last-child {
  margin-bottom: 0;
}
.banner .content .read-more {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #4296d2;
}
.banner .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}
.banner .content .read-more:hover {
  background: rgba(var(--color-primary-rgb), 0.9);
  padding-right: 19px;
}
.banner .content .read-more:hover i {
  margin-left: 10px;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}



/*--------------------------------------------------------------
# Funkce
--------------------------------------------------------------*/
.bg-texture{background-image: url('../img/bg-texture.jpg'); padding: 40px 0;}
.funkce .img {
  border-radius: 8px;
  overflow: hidden;
}
.funkce .img img {
  transition: 0.6s;
	padding: 0!important;
    min-width:100%;
}


.funkce .details {
  padding: 50px 30px 20px 30px;
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  position: relative;
  background: rgba(var(--color-white-rgb), 0.9);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1);
    height: auto;
    min-height: 220px;
}
/*@media (min-width: 768px) {
  .funkce .details {
    min-height: 352px;
  }
}

@media (min-width: 992px) {
  .funkce .details {
    min-height: 280px;
  }
}

@media (min-width: 1200px) {
  .funkce .details {
    min-height: 334px;
  }
}

@media (min-width: 1400px) {
  .funkce .details {
    min-height: 300px;
  }
}*/
	

.funkce .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: #7c4796;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  border: 6px solid #fff;
}
.funkce .details h3 {
  color: #7c4796;
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}
.funkce .details p {
  font-size: 14px;
  margin-bottom: 0;
	color:#000;
}
.funkce .service-item:hover .details h3 {
  color: #7c4796;
}
.funkce .service-item:hover .details .icon {
  background: #fff;
  border: 2px solid #7c4796;
}
.funkce .service-item:hover .details .icon i {
  color: #7c4796;
}
.funkce .service-item:hover .img img {
  transform: scale(1.2);
}
.funkce .funkce-img{max-width:100%; padding: 25px 0;}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .faq {
    /*padding: 0;*/
  }
}
.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: var(--color-secondary);
}
.faq .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.faq .content p {
  font-size: 15px;
  color: var(--color-gray);
}
.faq .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}
.faq .accordion-item {
  border: 0;
  margin-top: 15px;
  box-shadow: 0px 5px 25px 0px rgba(var(--color-black-rgb), 0.06);
}
.faq .accordion-collapse {
  border: 0;
}
.faq .accordion-button {
  padding: 15px 40px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: #fff;
  box-shadow: none;
  border-radius: 5px;
}
.faq .accordion-button:not(.collapsed) {
  color: #4296d2;
  border-bottom: 0;
  box-shadow: none;
}
.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: #4296d2;
}
.faq .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #4296d2;
}
.faq .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: none;
}

/*--------------------------------------------------------------
# Info box
--------------------------------------------------------------*/
.info2 {
  padding: 20px 50px;
  box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
  overflow: hidden;
	margin: 10px 0 30px 0;
}

.info2 h3{color:#fff; font-size:23px;}
.info2 p{color:#fff;}
.info2 li{color:#fff; padding:10px 0;}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {background:#f7f7f7;}
.contact .map {
  ;
}
.contact .map iframe {
  border: 0;
  height: 400px;
}
.contact .info {
  padding: 40px;
  box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
  overflow: hidden;
	background: #fff;
	min-height: 652px;
}
.contact .info-map {
  padding:0;
  box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
  overflow: hidden;
	background: #fff;
	height: 450px;
}
.contact .info h3 {
  font-weight: 600;
  font-size: 24px;
color:#4296d2;	
}
.contact .info p {
  margin-bottom: 30px;
  font-size: 15px;
}
.contact .info-item + .info-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(var(--color-secondary-rgb), 0.15);
}
.contact .info-item i {
  font-size: 24px;
  color: #4296d2;
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
}
.contact .info-item h4 {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #4296d2;
}
.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.contact .php-email-form {
  width: 100%;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #f00;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #4296d2;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #4296d2;
  border-top-color: #fff;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input[type=text], .contact .php-email-form input[type=email], .contact .php-email-form textarea {
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input[type=text]:focus, .contact .php-email-form input[type=email]:focus, .contact .php-email-form textarea:focus {
  border-color: var(--color-secondary-light);
}
.contact .php-email-form input[type=text], .contact .php-email-form input[type=email] {
  height: 48px;
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
  height: 290px;
}
.contact .php-email-form button[type=submit] {
  background: #4296d2;
  border: 0;
  padding: 8px 50px;
  color: #fff;
  transition: 0.4s;
  border-radius: 0;
	width:100%;
}
.contact .php-email-form button[type=submit]:hover {
  background: #7c4796;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
    max-height: 280px;
}
.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
    padding:0;
}
.recent-blog-posts .post-box .meta {
  margin-top: 15px;
}
.recent-blog-posts .post-box .meta .post-date {
  font-size: 15px;
  font-weight: 400;
  color: #4C4C4C;
}
.recent-blog-posts .post-box .meta .post-author {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-secondary);
}
.recent-blog-posts .post-box .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  margin: 15px 0 0 0;
  position: relative;
  transition: 0.3s;
}
.recent-blog-posts .post-box p {
  margin: 15px 0 0 0;
    min-height: 120px;
}
.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  margin-top: 15px;
}
.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}
.recent-blog-posts .post-box:hover .post-title {
  color: #504797!important;
}

.recent-blog-posts .post-box:hover .readmore {
  text-decoration: underline;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: scale(1.1);
}



/*--------------------------------------------------------------
# Blog Stylings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Home Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
  padding: 30px;
  height: 100%;
}
.blog .posts-list article + article {
  margin-top: 60px;
}
.blog .posts-list .post-img {
  max-height: 240px;
  margin: -30px -30px 0 -30px;
  overflow: hidden;
}
.blog .posts-list .title {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
}
.blog .posts-list .title a {
  color: var(--color-secondary);
  transition: 0.3s;
}
.blog .posts-list .title a:hover {
  color: var(--color-primary);
}
.blog .posts-list .meta-top {
  margin-top: 20px;
  color: var(--color-gray);
}
.blog .posts-list .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog .posts-list .meta-top ul li + li {
  padding-left: 20px;
}
.blog .posts-list .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(var(--color-primary-rgb), 0.8);
}
.blog .posts-list .meta-top a {
  color: var(--color-gray);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.blog .posts-list .content {
  margin-top: 20px;
}
.blog .posts-list .read-more a {
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-white);
  padding: 8px 30px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}
.blog .posts-list .read-more a:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}


.recent-blog-posts h1{color:#4296d2;}
.recent-blog-posts h2{color:#27539f;}
.recent-blog-posts h3{color:#504797;}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: #fff;
  font-size: 14px;
}
.footer .footer-content {
  background: linear-gradient(to top left, #7c4796, #664897, #504797, #334a99, #27539f, #3169b0, #4296d2);
  padding: 60px 0 30px 0;
}

@media (max-width: 767px) {
	.footer .footer-content {padding: 60px 40px 30px 40px;}
	.footer-info{text-align:center;}
}


.footer .footer-content .footer-info {
  margin-bottom: 30px;
}
.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.footer .footer-content .footer-info h3 span {
  color: #4296d2;
}
.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: var(--color-white);
}
.footer .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.footer .footer-content h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #4296d2;
  bottom: 0;
  left: 0;
}
.footer .footer-content .footer-links {
  margin-bottom: 30px;
}
.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-content .footer-links ul i {
  padding-right: 2px;
  color: var(--color-white);
  font-size: 12px;
  line-height: 1;
}
.footer .footer-content .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-content .footer-links ul a {
  color: rgba(var(--color-white-rgb), 0.7);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer .footer-content .footer-links ul a:hover {
  color: var(--color-white);
}
.footer .footer-content .footer-newsletter form {
  margin-top: 30px;
  background: var(--color-white);
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}
.footer .footer-content .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
.footer .footer-content .footer-newsletter form input[type=email]:focus-visible {
  outline: none;
}
.footer .footer-content .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #4296d2;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
.footer .footer-content .footer-newsletter form input[type=submit]:hover {
  background: #4296d2;
}
.footer .footer-legal {
  padding: 18px 0;
  background: #000;
}
.footer .footer-legal {
  font-size: 13px;
  color: #fff;
}
.footer .footer-legal a {
  color: #4296d2;
}
.footer .footer-legal a:hover {
  color: #7c4796;
  text-decoration: none;
}






/* The actual timeline (the vertical ruler) */
.timelinebg{background-image: url('../img/bg-texture.jpg');}
.timeline {
  position: relative;
  /*max-width: 1200px;*/
  margin: 0 auto;
	color:#fff;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #4296d2;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline .container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
	margin-top:-50px;
}

@media (max-width: 767px) {
	.timeline .container {margin-top:0px;}
}

.timeline .container:first-child {
	margin-top:0;
}

/* The circles on the timeline */
.timeline .container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: #334a99;
  border: 4px solid #4296d2;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.timeline .left {
  left: -25%;
}
@media (max-width: 767px) {
	.timeline .left {left: 0;}
}
/* Place the container to the right */
.timeline .right {
  left: 25%;
}

/* Add arrows to the left container (pointing right) */
.timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #0f0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #3169b0;
}

/* Add arrows to the right container (pointing left) */
.timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #00f;
  border-width: 10px 10px 10px 0;
  border-color: transparent #3169b0 transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline .right::after {
  left: -12px;
}

/* The actual content */
.timeline .content {
  padding: 20px 30px;
  background-color: #f00;
  position: relative;
  border-radius: 6px;

}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 767px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
.timeline   .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
.timeline .container::before {
    left: 60px;
    border: medium solid #0f0;
    border-width: 10px 10px 10px 0;
    border-color: transparent #27539f transparent transparent;
  }

/* Make sure all circles are at the same spot */
.timeline   .left::after,.timeline   .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
.timeline   .right {
    left: 0%;
  }
}

.timeline p, .timeline h2{color:#fff;}



/*FORM*/
.attachment-form-container .attachment-form-container {
    background: #F0F0F0;
    border: #e0dfdf 1px solid;
    padding: 20px;
    border-radius: 2px;
}

.attachment-form-container .input-row {
    margin-bottom: 20px;
    width: 95%;
}

.attachment-form-container .attachment-row {
    margin-bottom: 20px;
    width: 95%;
    float: left;
}

.attachment-form-container .icon-add-more-attachemnt {
    float: right;
    margin-top: 10px;
    cursor: pointer;
}

.attachment-form-container .attachment-row .input-field {
    border: #a8b0bd 1px solid;
}

.attachment-form-container .input-field {
    width: 100%;
    border-radius: 2px;
    padding: 10px;
    border: #e0dfdf 1px solid;
    box-sizing: border-box;
}

.attachment-form-container .span-field {
    font-size: small;
    text-decoration: none;
}

.attachment-form-container .btn-submit {
    padding: 10px 20px;
    background: linear-gradient(to top left, #7c4796, #664897, #504797, #334a99, #27539f, #3169b0, #4296d2);
    color: #fff;
    cursor: pointer;
	border:none;
	transition: all 0.3s ease-in-out 0s;
	box-shadow: 0px 2px 2px rgba(var(--color-secondary-rgb), 0.5);
}
.attachment-form-container .btn-submit:hover {
    background: linear-gradient(to bottom right, #7c4796, #664897, #504797, #334a99, #27539f, #3169b0, #4296d2);
	transition: all 0.3s ease-in-out 0s;
	box-shadow: 0px 2px 6px rgba(var(--color-secondary-rgb), 0.8);
}

.attachment-form-container .errorMessage {
    background-color: #f00;
    padding: 10px 20px;
	margin-top:10px;
    color: #FFFFFF;
}

.attachment-form-container .successMessage {
    background:#4296d2;
    padding: 10px 20px;
	margin-top:10px;
    color: #fff;
    cursor: pointer;
}

.attachment-form-container .form-info {
    color: #f00;
    padding-left: 5px;
}






