@charset "utf-8";
.nav-sluzby {
	text-align:center;
	display: flex !important;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
	line-height:1.5em;
}
.table th {
    border-top: 0px;
}
.obsah-vrstva p{
    line-height: 1.3em;
}
.side-menu {
  background: #ff1d25;
}
.nav-bottom-line .navbar-nav .nav-link:hover {
  width: 100%;
  color:  #ff1d25;
}
.nav-bottom-line .navbar-nav .nav-link.active{
	 color:  #ff1d25;
}
.go-top {
  background: #ff1d25;
}
.go-top::before {
  background: #ff1d25;
}
.loader-block {
  background: #ff1d25;
}
.sluzby {
    background-image: url("../../img/sluzby2.png");
	/*height: 100vh;*/
	position: relative;
	width: 100%;	
	background-size: contain;
	background-repeat: no-repeat;

}
.dvElektro {
    background-image: url("../../img/elektro.png");
	position: relative;
	width: 100%;	
	padding-top: 65%;
	background-size: contain;
	background-repeat: no-repeat;
	cursor:pointer;
}
.dvAlarm {
    background-image: url("../../img/alarm.png");
	position: relative;
	width: 100%;	
	padding-top: 65%;
	background-size: contain;
	background-repeat: no-repeat;
	cursor:pointer;
}
.dvKamery {
    background-image: url("../../img/kamery.png");
	position: relative;
	width: 100%;	
	padding-top: 65%;
	background-size: contain;
	background-repeat: no-repeat;
	cursor:pointer;
}
.dvSiete {
    background-image: url("../../img/pcsat.png");
	position: relative;
	width: 100%;	
	padding-top: 65%;
	background-size: contain;
	background-repeat: no-repeat;
	cursor:pointer;
}
.sluzby a span.kam:after {
	background-image: url("../../img/ja-150p.png");
	background-position:center center;
	background-repeat:no-repeat;
}

.sluzby aside p{line-height:1.4em; font-size:0.8em}
.sluzby aside h3{font-size:1.4em}



.animated-circle -sluzby{
    background-color: transparent;
    border: none;
    height: 80px;
    width: 80px;
    cursor: pointer;
    position: absolute;
}

.animated-circle-sluzby:after {
    content: "";
    height: 45px;
    width: 45px;
    background-color: #f93134;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 15px;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 101, 80, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 101, 80, 0.4);
    -webkit-animation: ripple 2s infinite;
    animation: ripple 2s infinite;
}


.map-popup {
    visibility: hidden;
}
.map-popup::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    border-color: transparent #fff transparent transparent;
}

.map-popup.open {
    opacity: 1;
    visibility: visible;
}



.map-popup {
    position: absolute;
    left: 50%;
    top: 130%;
    z-index: 99;
    width: 60%;
    padding: 2rem;
    background-color: #fff;
    transition: all 300ms ease-in;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 24px rgba(0,0,0,0.22);
    opacity: 0;
    visibility: hidden;
	color: #000;
}



.nav-pills .nav-link {
    border-radius: 0;
}
.nav-pills .nav-link {
    margin: 0 10px 20px 0;
    border: 1px solid #434343;
    color: #ffffff;
	background: #222;
}
.nav-pills .nav-link {
    border-radius: .25rem;
}
.nav-link {
    cursor: pointer;
    padding: .8rem 2.5rem;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
	width: 100%;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #ff1d25;
    border-color: #ff1d25;
}



@media (min-width: 992px) {
.map-popup {
		position: absolute;
		left: 68px;
		width: 280px;
		transform: translateY(-50%);
		z-index: 11111;
	}
	.side-vrstva {
		width: 40%;
	}
	
	.circle-kam1 {
		top: 8%;
		left: 6%;
		position:absolute;
		z-index:1;
	}
	
	.sld{display:block}
	.nav-sluzby{height:50px; font-size: 18px;}
}
@media (min-width: 1200px) {
	.circle-kam1 {
		top: 9%;
		left: 7%;
		position:absolute;
		z-index:1;
	}
	
	.circle-kam2 {
		top: 100%;
		left: 27%;
		position:absolute;
		z-index:1;
	}
	.side-vrstva {
		width: 40%;
	}
}

@media (max-width: 992px) {
	.side-vrstva {
		width: 50%;
	}
	.sld{display:none}
	.slider-area {
	 height: 350px;
	}
}

@media (max-width: 600px) {
	.side-vrstva {
		width: 100%;
	}
	.sluzby .items{display:block !important}
	.sluzby .dvAlarmBG{display:none !important}
	.slider-area {
	 height: 200px;
	}
	
	.side-vrstva .inner-wrapper {
      padding: 1.0rem 2rem;
	}
}