

.mko-navbar-nomargin {
	margin-bottom: 0px;
}


.navbar {min-height: 70px;}
.navbar-brand {padding: 10px 15px; height: 80px; line-height: 80px;}
.navbar .navbar-nav>li>a {padding-top:25px; padding-bottom:25px}
.navbar .navbar-brand {height: 70px}  
.navbar .navbar-toggle {margin: 14px 12px 6px 0px; padding: 8px 7px 0px 7px;}
.navbar .navbar-toggle .icon-bar {width: 40px; margin-bottom: 8px; height: 3px}

#slideshow {
	margin-bottom: 40px;
}

#slideshow .carousel-caption {
	padding-bottom: 0px;
	
}
.mko-carousel-font-lg {
	font-size: 60px;
	padding-bottom: 10px;
}
.mko-carousel-font-md {
	font-size: 40px;
}

.mko-carousel-font-sm {
	font-size: 30px;
}

.mko-container-footer {
	color: #9d9d9d;
	background-color: #222222;
	margin-top: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.mko-container-footer a{
	color: #9d9d9d;
}

.mko-sekcja {
	margin-bottom: 40px;
}

.mko-sekcja-filmu {
	background-color: #337AB7;
	padding-top: 40px;
	padding-bottom: 15px;
	text-align: center;
	color: white;
	font-size: 12px;
}
.mko-sekcja-filmu a{
	color: white;
	text-decoration: underline;
}

.mko-popover {
	cursor: pointer;
	color: red;
}

.mko-popover-mod {
	cursor: pointer;
	color: red;
}

.mko-panel-kalkulatora {
	margin-top: 20px;	
	margin-bottom: 10px;	
}

#panelKalkulatora {
	font-size: 16px;
	padding-bottom: 0px;
}

#sumyCennika {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0;
}

.mko-pole-ceny {
	text-align: right;
}

#sumaCenRAZEM {
	font-weight: bold;
	font-size: 20px;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #337AB7;
	padding-top: 5px;
}

#polePrzyciskuZamawiania {
	padding-right: 5px;
}

#msgOrderSent {
	color: white;
	height: 30px;
	border-radius: 15px;
    background: #337AB7;
    padding: 5px;    
    text-align: center;
}

#cennikHeader {
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #F5F5F5;
}

#pobierzSeparator {
	margin-top: 80px;
	margin-bottom: 40px;
	padding-top: 40px;
	padding-bottom: 50px;
	background-color: #F5F5F5;
	text-align: center;
}

.mko-youtube-play {
	cursor: pointer;
}


#klientSlider { 
    margin-top: 20px;
    position: relative; 
    /* width: 240px; */ 
    height: 360px; 
    padding-left: 70px; 
    padding-top: 50px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
	opacity: 0.7;
}

#klientSlider > div { 
    position: absolute; 
    top: 150px; 
    left: 250px; 
    right: 10px; 
    bottom: 10px; 
	visibility: hidden;
}

.mko-nowy-klient-nazwa { 
    font-size: 40px; 
	font-weight: bold;
}
.mko-nowy-klient-miasto { 
    font-size: 20px; 
}

#imgAdreement {
	opacity: 0.7;
	/* margin-left: 100px; */
	margin-top: 30px;

}

#listaKlientow {
	font-size: 10px;
	margin-top: 40px;
}

#wszystkieKontakty {
	margin-top: 40px;
	margin-bottom: 40px;
}

.mko-white-box-shadow {
    background-color: white;
    box-shadow: 2px 2px 3px #888888;
	padding: 2px 16px;
	margin: 20px 0px;
	border-radius: 10px;
}

.mko-white-box-shadow-bg {
    background-color: #F4F4F4;
	padding: 60px 0px;
}

.mko-opis-funkcji>ul>li{
	margin: 14px 0px;
}

.cookie-bar {
    position: fixed;
    bottom: 0;
	width: 100%;
	opacity: 1;
	background-color: gray;
	color: white;
	text-align: center;
	font-size: 18px;
	padding: 2px;
	border-top: 1px solid black;
}

@media screen and (min-width: 1400px) {
	.cookie-bar {
		bottom: 20px;
		right: 20px;
		width: 100px;
		height: auto;
		border-radius: 6px;
		opacity: 1;
		padding: 6px;
		border: 2px solid black;
	}
}


