@media (min-width: 800px)
{
	.navbar-footer 
	{
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		margin-bottom: 0px;
		border: 0px;
		z-index: 999999999;
	}
}

/*MEDIA FOR HEADER*/
@media (min-width:321px) and (max-width:599px) 
{
	.stampi-puntiky > div >h1 
	{
		font-size: 2em !important;
		width: 58% !important;
	}
    
	.stampi-puntiky 
	{
		top: 375px !important;
	}
	
	#carousel-example-generic .carousel-indicators 
	{
		top: 135px !important;
		left: 95% !important;
	}
	    
}

@media (min-width:481px) and (max-width:642px) 
{
	
	.stampi-slider-background 
	{
		height: 450px !important;
	}
	
	#carousel-example-generic .carousel-indicators 
	{
		top: 135px !important;
	}
}

@media (min-width:643px) and (max-width:991px) 
{
	
	.stampi-slider-background 
	{
		height: 580px !important;
	}
	
	#carousel-example-generic .carousel-indicators 
	{
		top: 220px !important;
	}
}


@media (min-width:600px) and (max-width:630px) 
{
	.stampi-puntiky > div >h1 
	{
		font-size: 2em !important;
	}
    
	.stampi-puntiky 
	{
		top: 450px !important;
	}
	    
}

@media (max-width:320px) 
{
	.contact-form 
	{
		padding: 10px !important;
		position: static !important;
	}
	
	h1 
	{
		font-size: 1.1em !important;
	}
	
	.reference-desc
	{
		font-size: 11px !important;
	}
	
	.reference-desc h2
	{
		font-size: 14px !important;
	}
	
	.carousel-control-reference img 
	{
		width: 20px !important;
	}
	
	.nabizime_content img 
	{
		width: 50% !important;
		float: none !important;
	}
	
	.nabizime_content > div 
	{
		position: relative !important;
		left: 0% !important;
		width: 100% !important;
	}
	
	#carousel-example-generic .carousel-indicators 
	{
		top: 120px !important;
		left: 92% !important;
	}
	
	.stampi-slider-background
	{
		height: 320px !important;
	}

	.stampi-puntiky 
	{
		background-image: none;
		position: relative !important;
		padding-left: 0px !important;
		/*margin-left: 50% !important;*/
	}
}

@media (min-width:250px) and (max-width:315px) 
{
	.nabizime_content > div 
	{
		height: 700px !important;
	}
}

@media (min-width:316px) and (max-width:400px) 
{
	.nabizime_content > div 
	{
		height: 600px !important;
	}
}

@media (min-width:401px) and (max-width:460px) 
{
	.nabizime_content > div 
	{
		height: 500px !important;
	}
}

@media (min-width:481px) and (max-width:720px) 
{
	.bottom-menu-content 
	{
		font-size: 12px !important;
	}
	
	.bottom-menu-content 
	{
		margin-top: 0px !important;
	}
	
	.fb
	{
		display: none !important;
	}
}

/* nudličky */
@media (min-width:481px) and (max-width:750px) 
{
	p.desc
	{
		width:100% !important;
		margin-left: 0% !important;
		margin-right: 0% !important;
	}
}

@media (min-width:0px) and (max-width:480px) 
{
	.navbar
	{
		margin-bottom: 0px !important;
		border: 0px !important;
	}
	
	.bottom-menu-content 
	{
		font-size: 10px !important;
	}
	
	.fb
	{
		display: none !important;
	}
	
	p.desc
	{
		width:100% !important;
		margin-left: 0% !important;
		margin-right: 0% !important;
	}
}

@media (min-width:321px) and (max-width:480px) 
{
	
	
	.carousel-control-reference img 
	{
		width: 20px !important;
		top: 70% !important;
	}
	
	.stampi-slider-background
	{
		height: 390px !important;
	}
	
	.contact-form 
	{
		padding: 10px;
		position: static;
	}
	
	h1 
	{
		font-size: 3em !important;
	}
	
	.nabizime_content img 
	{
		width: 50% !important;
		float: none !important;
	}
	
	.nabizime_content > div 
	{
		position: relative !important;
		left: 0% !important;
		width: 100% !important;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) 
{
	.contact-form 
	{
		padding: 10px !important;
		position: static !important;
	}
	
	.contact-form label
	{
		text-align: center !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) 
{
	.nabizime_content > div 
	{
		position: relative !important;
		width: 100% !important;
		left: 0% !important;
		text-align: center !important;
	}
	
	.nabizime_content img 
	{
		float: none !important;
		width: 100% !important;
	}
	
	#co-pouzivame .col-md-3
	{
		margin-top: 20px !important;
	}
	
	#jak-to-delame ul 
	{
		width: 100% !important;
		float: none !important;
	}
	
	.jak_to_delame_content > img 
	{
		width: 75.5% !important;
		float: none !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) 
{

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) 
{

}


body *
{
	font-family: 'Poppins', sans-serif;
}

a
{
	color: #000;
}

a:hover, a:focus
{
	text-decoration: none;
}

.stampi-green
{
	color: #8cb714;
}

.stampi-green-dark
{
	color: #5b770e;
}

section
{
	text-align: center;
}

section > div.container
{
	margin-top:80px; 
	margin-bottom:80px; 
}

span.desc
{
	font-weight: bold;
	font-size: 1.5em;
}

p.desc
{
	width:80%;
	margin-left: 10%;
	margin-right: 10%;
	
}

h1
{
	font-weight: bold;
	font-size: 4em;
	
}

#uvod li
{
	text-indent:initial;
	color:#fff;
}

#uvod li > .head_slide_counter
{
	position: absolute;
	left: -110px;
	top: 329px;
	visibility: hidden;
	z-index:100;
	font-size:1.5em;
	font-weight: bold;
	width:150px;
}

#uvod li.active > img,
#uvod li.active > .head_slide_counter
{
	visibility: visible;
}

.head_slide_counter > .big
{
	font-size:2em;
}

.stampi-banner-uvod img
{
	float: right;
	padding-right:20px;
}

.stampi-menu
{
	float:none;
	background-color:#fff;
	border: 1px #ccc solid;
	padding: 7px !important;
	
}

.stampi-menu .menu-button-text
{
	padding-left: 4px;
	text-transform: uppercase;
}

.navbar-fixed-top{
	top: 10px !important;
}

ul.stampi-menu
{
	float:left;
	border: solid 1px;
	padding:15px;
}
ul.stampi-menu > li
{
	float:none;
	text-transform: uppercase;
}

ul.stampi-menu > li > a 
{
	padding:5px 15px; 
}

ul.stampi-menu > li > a:hover
{
	text-decoration: none;
	background-color: #8cb714;
	color: #fff;
}

.bottom-menu{
	background-color:#333; 
	color: white; 
	text-align: center;
}

.bottom-menu a
{
	color: white; 
	margin-top:5px;
}
.bottom-menu a:hover
{
	text-decoration: underline;
}

.bottom-menu .container
{
	padding-top: 10px;
}

.bottom-menu-separator
{
	margin-left:10px;
	margin-right:10px;
}

.bottom-menu-content
{
	margin-top: 5px;
	display: inline-block;
}

.jak_to_delame_content > img
{
	width: 47.5%;
	float: left;
}

#jak-to-delame ul
{
	width: 52.5%;
	float: right;
	list-style: none;
	padding:0;
	margin: 0;
}

#jak-to-delame li
{ 
	text-align: left;
	list-style-position:inside;
	background-repeat: no-repeat;
	background-position: left top;
	/*padding: 15px 0px 20px 70px;*/
	padding-left: 80px;
	margin: 15px 0;
}

#jak-to-delame li > div
{
	height: 55px;
	vertical-align: middle;
	display: table-cell;
	font-weight: bold;
	font-size: 15px;
}
	
#cim-se-odlisujeme ul
{
	float: right;
	list-style: none;
	padding: 0 0 0 2px ;
	margin: 0;
}

#cim-se-odlisujeme li
{ 
	background-image: url('../img/nabizime/sipka.png');
	text-align: left;
	list-style-position:inside;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	margin: 10px 0;
}

#cim-se-odlisujeme li > div
{
	padding-top: 1px;
}

div.nabizime_content
{
	position:relative;
}

.nabizime_content img
{
	width: 55%;
	float: left;
}

.nabizime_content > div
{
	padding: 20px 3% 20px 2%;
	background-color: #8cb714; 
	color: #fff;
	position:absolute;top:10px; 
	left:53%; 
	width:52%;
	text-align: left;
	height:420px;
}
	
hr.vertical
{
   border-left: 1px solid #333333 ;/*#9a9a9a*/;
   width: 0px;
   height: 50px; 
}

hr.smal-vertical
{
   border-left: 1px solid #333333 ;/*#9a9a9a*/;
   width: 0px;
   
}

.box
{
	height: 250px;
	padding: 40px 20px 20px 20px ;
	z-index: 0;
}

.box h2
{
	font-weight: bold;
	font-size: 1.5em;
}

.box span
{
	transition: all 500ms linear;
	transition-delay: 500ms;
}

.box.active {
	background-color: #8cb714;
	color: #fff;
}

.box span:before
{
	content: ' ';
	background-repeat: no-repeat;
	width: 35px;
	height: 25px;
	display: inline-block;
}

.box.mouse-out
{
	z-index: 10;
	background-color: #fff;
	position:absolute;
	top:0;
	right:0;
	bottom: 0;
	left: 0;
}

.box.active
{
	z-index: 5;
	position:absolute;
	top:0;
	right:0;
	bottom: 0;
	left: 0;
}

.box span.analyza:before {background-image: url("../img/sluzby/navrh_analyza_ikona.png");}
.box.active span.analyza:before {background-image: url("../img/sluzby/navrh_analyza_ikona_aktiv.png");}
.box span.tvorba:before {background-image: url("../img/sluzby/tvorba_ikona.png");}
.box.active span.tvorba:before {background-image: url("../img/sluzby/tvorba_ikona_aktiv.png");}
.box span.realizace:before {background-image: url("../img/sluzby/realizace_ikona.png");}
.box.active span.realizace:before {background-image: url("../img/sluzby/realizace_ikona_aktiv.png");}
.box span.napojeni:before {background-image: url("../img/sluzby/napojeni_ikona.png");}
.box.active span.napojeni:before {background-image: url("../img/sluzby/napojeni_ikona_aktiv.png");}
.box span.upravy:before {background-image: url("../img/sluzby/upravy_ikona.png");}
.box.active span.upravy:before {background-image: url("../img/sluzby/upravy_ikona_aktiv.png");}
.box span.marketing:before {background-image: url("../img/sluzby/marketing_ikona.png");}
.box.active span.marketing:before {background-image: url("../img/sluzby/marketing_ikona_aktiv.png");}

.stampi-puntiky
{
	background-image:  url('../img/banner/puntiky_hpbanner_bg.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 50%;
	z-index: 100;
	position: absolute;
	top: 270px;
	left: -8%;
	text-align: left;
	padding-left: 8%;
}

.stampi-puntiky > div
{
	width:79%;
}

.stampi-puntiky > div >h1
{
	margin-top:0;
}

.contact-form
{
	position:absolute;
	// left: 63%;
	/*right: 43px;*/
	right: 54px;
	top: 7%;
	background-color: #fff;
	/*padding: 30px 60px 20px 60px;*/
	padding: 20px 50px 5px 50px;
	font-weight: normal;
}

.contact-form input
{
	border: none;
	border-bottom: 1px solid;
	margin-bottom:10px;
	margin-top:10px;
	width:260px;
}

.contact-form textarea
{
	width:260px;
	height:75px;
	border: 1px solid;
	padding:3px 5px;
	font-size:12px;
}

.contact-form input::-webkit-input-placeholder 
{
	color:#000; font-weight: normal;
}

.contact-form input::-moz-placeholder 
{
	color:#000;  
	opacity: 1; 
	font-weight: normal;
}

.contact-form input:-moz-placeholder 
{
	color:#000; 
	opacity: 1; 
	font-weight: normal;
}

.contact-form input:-ms-input-placeholder { color:#000; font-weight: normal;}


.contact-form input[type=submit]
{
	border: none;
	background-color: #fff;
	font-size: 18px;
}

.contact-form label
{
	width: 100%;
	text-align: left;
	margin-top:10px;
	font-weight: normal;
}

.stampi-contacts
{
	font-weight: bold;
	margin-bottom: 50px;
	margin-top:20px;
}

.stampi-contacts a:hover
{
	color:black;
	text-decoration:underline;
}

.stampi-contacts img
{
	margin-right:15px;
}

.navbar-header
{
	float: none;
}

.navbar-toggle
{
	display: block;
}

.stampi-slider
{
	width:100%;
	height:100%;
	padding-top:20px;
}

.stampi-slider > .item
{
	z-index: 200;
}

.stampi-slider-background
{
	background-image: url("../img/banner/hp_banner_bg.png");
	text-align: left;
	width:80%;
	padding: 1% 2% 0 1%;
	height: 730px;
}
.reference-desc a
{
	text-decoration: underline;
	color: #8cb714;
	display: inline-block;
	margin-top:20px;
	margin-bottom: 10px;
}

.reference-desc h2
{
	font-weight: bold;
}

.reference_menu
{
	display: inline-block;
	border: 1px solid;
	width: 180px;
	height: 30px;
	cursor: pointer;
	margin: 0 20px 20px 20px;
	padding-top:4px;
}

.reference_menu.active
{
	color: #fff;
	background-color: #8cb714;
	border: 1px solid #8cb714;
	cursor:auto;
}

.carousel-control-reference
{
	position:absolute;
	top: 50%;
}

#carousel-example-generic .carousel-indicators
{
	left: 97%;
	top: 330px;
	margin:0;
	width:auto;
	z-index: 1000;
}

#carousel-example-generic .carousel-indicators li
{
	display: block;
	margin-bottom: 12px;
	margin-left: 2px;
	width: 8px; 
	height:8px;
	background-color:#fff;
}

#carousel-example-generic .carousel-indicators li.active
{
	display: block;
	margin-bottom: 12px;
	background-color:transparent;
}

.stampi-banner-kontakt 
{
	padding-top: 10px;
	padding-left: 10px;
	position:relative;
	color: #fff;
	z-index: 1100;
	font-size: 1.1em;
}

.stampi-banner-kontakt{
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1199px) {
	.carousel.slide .stampi-puntiky{
		padding-left: 0;
		top: 130px;
	}
}

@media (max-width: 1121px) {
	.carousel.slide .stampi-puntiky{
		left: -3% !important;
		width: 35%;
	}

	.carousel.slide .stampi-puntiky h1{
		font-size: 2.8em !important;
	}
}

@media (max-width: 992px) {
	#uvod .container{
		width: 100%;
	}
	.stampi-banner-kontakt{
		flex-wrap: wrap;
	}
	.carousel.slide .stampi-slider-background{
		width: 65%;
	}
	.carousel.slide .stampi-puntiky{
		width: 35%;
		left: 0 !important;
	}
	.stampi-banner-kontakt .kontakt_tel {
		width: 95%;
	}
	.stampi-banner-kontakt .kontakt-email{
		order: 3;
		margin-top: 20px;
		width: 100%;
	}
	.stampi-banner-kontakt .stampi-fb{
		order: 2;
		width: 5%;
	}

	#uvod li > .head_slide_counter{
		top: 290px !important;
	}

}

@media (max-width: 924px) {
	.carousel.slide .stampi-slider-background{
		width: 70%;
	}
	.carousel.slide .stampi-puntiky{
		width: 30%;
		left: 0 !important;
	}
	.carousel.slide .stampi-puntiky h1{
		font-size: 2em !important;
	}

}

@media (max-width: 776px) {

	.carousel.slide .stampi-puntiky{
		display: block !important;
	}
}

@media (max-width: 636px) {

	.carousel.slide .stampi-slider-background {
		width: 100%;
		height: auto !important;
		min-height: 900px;
	}

	.carousel.slide .stampi-slider-background .stampi-slider {
		margin-top: 280px;
	}

	.carousel.slide .stampi-puntiky {
		position: absolute !important;
		width: 100% !important;
		display: block !important;
		z-index: 999;
		background-color: #fff;
		top: 130px !important;
		padding: 20px;
		font-size: 1.4em !important;
	}

	#carousel-example-generic .carousel-indicators {
		top: 550px !important;
	}

	.stampi-banner-kontakt {
		position: absolute;
		right: 0;
		width: 85%;
		left: auto;
	}

	.stampi-banner-kontakt .kontakt_tel, .stampi-banner-kontakt .kontakt-email {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		padding-right: 10px;
	}

	.carousel.slide .stampi-puntiky > div, .carousel.slide .stampi-puntiky h1 {
		width: 100% !important;
	}

	#uvod .container {
		padding: 0 8px;
	}

	.stampi-banner-kontakt table tr td:last-child {
		padding-left: 8px !important;
	}

	.stampi-banner-kontakt a {
		margin-right: 0 !important;
	}

	#uvod li > .head_slide_counter{
		top: 290px !important;
		left: -125px;
	}

}

@media (max-width: 515px) {

	.carousel.slide .stampi-slider-background .stampi-slider {
		margin-top: 320px;
	}

	.carousel.slide .stampi-slider-background {
		min-height: 700px;
	}

	.carousel.slide .stampi-slider-background .stampi-slider {
		margin-top: 185px;
	}

}

@media (max-width: 425px) {
	.stampi-banner-kontakt {
		position: relative;
		right: auto;
		width: 100%;
		left: auto;
		margin-top: 45px;
	}
	.carousel.slide .stampi-puntiky {
		top: 155px !important;
	}
}

@media (max-width: 375px) {

	.stampi-banner-kontakt .kontakt_tel, .stampi-banner-kontakt .kontakt-email{
		display: block;
	}

	.stampi-banner-kontakt table, .stampi-banner-kontakt table tbody, .stampi-banner-kontakt table tr{
		display: block;
	}
	.stampi-banner-kontakt table tr td{
		display: block;
		width: 100%;
	}

	.stampi-banner-kontakt table tr td:last-child{
		padding-left: 0 !important;
	}

	.carousel.slide .stampi-puntiky {
		top: 220px !important;
	}

	.carousel.slide .stampi-slider-background .stampi-slider {
		margin-top: 215px;
	}

}

.stampi-banner-kontakt table tr td:last-child{
	padding-left: 15px;
}

.stampi-banner-kontakt table tr:not(:first-child) td{
	padding-top: 8px;
}

.stampi-banner-kontakt a
{
	display: flex;
	align-items: center;
	color: #fff;
	margin-right: 15px;
}

.stampi-banner-kontakt a img{
	width: 17px;
}

.stampi-banner-kontakt a span{
	padding: 0 8px;
}

#uvod
{
	margin-top:15px;
}

div.pouzivame_box 
{
	width:25%;
	float:left;
	padding:0 8px;
	font-size:12px;
}

.carousel-control-reference
{
	position:absolute;
	top:0;
	bottom:0;
	width: 15%;
}

.carousel-control-reference img
{
	position:absolute;
	top:50%;
}

.left.carousel-control-reference
{
	left:0;
	text-align: left;
}

.left.carousel-control-reference img
{
	left:0;
}

.right.carousel-control-reference
{
	right:0;
	text-align: right;
}

.right.carousel-control-reference img
{
	right:0;
}

vertical .carousel-inner 
{
	height: 100%;
}

.carousel.vertical .item 
{
	-webkit-transition: 0.6s ease-in-out top;
	-moz-transition: 0.6s ease-in-out top;
	-ms-transition: 0.6s ease-in-out top;
	-o-transition: 0.6s ease-in-out top;
	transition: 0.6s ease-in-out top;
}

.carousel.vertical .active 
{
	top: 0;
}

.carousel.vertical .next 
{
	top: 100%;
}

.carousel.vertical .prev 
{
	top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right 
{
	top: 0;
}

.carousel.vertical .active.left 
{
	top: -100%;
}

.carousel.vertical .active.right 
{
	top: 100%;
}

.carousel.vertical .item 
{
	left: 0;
}​

.navbar 
{
	margin-bottom: 0px !important; 
    border: 0px !important;
	
}

.navbar-fixed-bottom
{
	
	/* z-index: 0 !important; JK */
}

.helper
{
	font-size: 5.9vw;
	//display: none;
}

.reference-in
{
	position: relative;
}

.kontakt-email
{
	display: inline-block;
}

.vyvoj-sw-desc{
	font-size: 0.9em;
	margin-top: 10px;
}


