body {
  margin: 0;
  height: 100%;
  min-height: 100%;
    background-color: #fbfbfb;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;    
    //background: ##61b395;
    //background-image: url("images/zenbg1.png"), url("images/zenbg2.png");
    //background-repeat: repeat-x, repeat;
}

body > .container {
  padding-bottom: 60px;
}


.menu-toggle {
  color: black;
}

.navbar {
  margin-top: 0px;
  padding-top: 0;
  margin-bottom: 0;
  background-color: #3c896d;
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 1px;
  border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	padding-bottom: 0px;
}

.footer {
  right: 0;
  bottom: 0;
  left: 0;
  //background-color: #efefef;
  text-align: right;
  height: 30px !important;
  min-height: 30px !important;
  color: #aaaaaa;
}

.footercontainer {
	padding-bottom: 5px;
}

.nonfooterwrapper {
	min-height: 100% !important;
	margin-bottom: -30px !important;
	padding-bottom: 20px !important;
}

.teamphoto {
	height: 200px;
	margin: 20px;
}

.teamphoto-disabled {
	display: none;
}

.panel-default > .panel-heading {
  //background-color: #bc6587;
  background-color: #e8796f;
  font-weight: bold;
  color: #ffffff;
}

.panel-default {
	//border-color: #bc6587;
	border-color: #e8796f;
}

.teamphoto-right {
	margin-right: 0px;
}

.teamphoto-left {
	margin-left: 0px;
}


.logoandname {
  background-color: #5caf91;
}

.companysubtitle {
	color: #ffffff;
}

.companyname {
	color: #ffffff;
	//font-style: italic;
}

 a:hover.companyname {
	text-decoration: none;
}

.navbar-header {
	//min-height: 100px;
}

.vcenter {
    vertical-align: middle;
}

.navbar-nav > li > a {
	//line-height: 70px;
	font-size: 1.5em !important;
}

.logoimg {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.navbar li a, .navbar .navbar-brand {
    //color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    //color: #19473c !important;
    //background-color: #fff !important;
}

.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}

.container.top-header {
    position:relative;
}

.panel {
	//background-color:rgba(255,255,255,0.4);
}

.table {
	font-size: 14px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: inherit;
}

@media (min-width: 768px) {

	.cennik {
		//width: 100%;
		//display: inline-block;
	}
	.cennik-tabela {
	    width: 80%;
	    //display: block;
	    margin: 0px auto;
	}
}
@media (min-width: 68px) {

    .navbar-centered .navbar-nav {
        float: none;
        text-align: center;
    }
    .navbar-centered .navbar-nav > li {
        float: none;
    }
    .navbar-centered .nav > li {
        display: inline;
    }
    .navbar-centered .nav > li > a {
        display: inline-block;
    }
    
}

ul.smallleftmargin {
	padding-left: 10px;
}
