/*header {
	max-height: 80px;
}

header img {
	max-height: 90%;
}*/

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 197px;
}


body {
	font-family: 'Open Sans', sans-serif;
}

.notification {
	height: 50px;
	padding:15px;
    display: none;
    position: fixed;
    cursor: pointer;
    width: 100%;
    text-align: center;
    border-top: 2px solid #FFF;
    z-index:9999;
	margin-top:-4px;
}

.fixed {
    position:fixed;
    top:0;
    width:100%;
}

.navbar {
		-webkit-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.3);
}


.navbar-nav a {
	color: #888;
	font-weight: 600;
	padding: 36px 0px 41px 0px;
	margin-right: -1px;
}

#navbar {
	height: 100px;
	z-index: 999;
	background-color: #FFF;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.3);
	position:relative;
}

	.navbar-header img {
		height: 60px;
	}

	.navbar-header {
		height: 80px;
		text-align: center;
	}
	.navbar-brand {
		padding: 10px 10px;		
	}

.navbar-toggle {
	border-color: #ddd;
	margin-top: 23px;
	margin-right: 20px;
}
	.navbar-toggle:hover,
	.navbar-toggle:focus {
	  background-color: #ddd;
	  color: #FFF;
	}
.navbar-toggle .icon-bar {
  background-color: #888;
}

#header.fixed {
	height:70px;
}

#header.fixed img {
	height:50px;
	margin-top:10px
}

.menu {
	z-index: 999;
	background-color: #FFF;
}

.menu a{
	color: #888;
	font-weight: 600;
	padding: 36px 0px 41px 0px;
	margin-right: -1px;
}

.menu span {
	border-right: 1px solid #CCC;
	padding: 0px 15px 0px 15px;
}

.menu li:last-child span {
	border-right: 1px solid #FFF;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu ul li{
	display: inline;
	font-size: 17px;
	font-weight: lighter;
	margin-left: 0px;
	margin-right: 0px;
 	float: left;
}

.menu a:hover {
	text-decoration: none;
}
#header.fixed .menu ul li {
	padding: 21px 0px 20px 0px;
}
.menu ul li{
	height:100%;
	display:block;
	padding:36px 0px 35px 0px;
}

.menu ul li:hover {
	border-bottom: 5px solid #888;
	background-color: #BBB;
	color: #777;
}

.menu ul li.active {
	border-bottom: 5px solid #888;
	background-color: #BBB;
	color: #777;
}
.menu ul li.active a span {
	border: 0px !important;
	margin: 0px 1px 0px 0px;
	color: #FFF;
}

.menu li.trisoplast.active {
	border-bottom: 5px solid #742869;
	background-color: #AF85A7;
	color: #FFF;
}

.menu li.multriwell.active {
	border-bottom: 5px solid #617938;
	background-color: #A4AC87;
	color: #FFF;
}


.menu ul li:hover a span {
	border: 0px !important;
	margin: 0px 1px 0px 0px;
}

.menu li.trisoplast:hover {
	border-bottom: 5px solid #742869;
	background-color: #AF85A7;
	color: #FFF;
}

.menu li.multriwell:hover {
	border-bottom: 5px solid #617938;
	background-color: #A4AC87;
	color: #FFF;
}

.menu ul li:hover a{
	color: #FFF;
}

.menu ul li div.active a{
	color: #617938;
}

span.last{
	border-right: 1px solid #FFF;
}

.trisoplast h1,
.trisoplast h2,
.trisoplast h3{
	color: #9a6c91;
}

.multriwell h1,
.multriwell h2,
.multriwell h3 {
	color: #4B721C;
}

.multriwell p {
	margin-top: 18px;
	margin-bottom: 18px;
	line-height: 29px;
}
.content {
	font-size: 18px;
	font-weight: 400;
	color: #666;
	text-align: center;
}
.footer{
	padding: 0px;
	background-color: #121212;

	font-weight: 400;
	font-size: 15px;
}

.footer1 {
	border-bottom: 1px solid #444;
	background-color: #4B721C;
	color: #FFF;
}

.footer1 table td{
	vertical-align: top;
}

.footer1 table tr td {
	padding:5px 5px 0px 5px;
}

.footer-menu {
	list-style: none;
	padding-left:0px;
	font-size:14px;
}

.footer-menu li {
	margin: 1px 0px 4px 0px;
}

.footer-menu a {
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
}

.footer-menu a:hover {
	text-decoration: none;
	color: #909d6f;
}

.footer {
		  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer2 {

	background-color: #121212;
	text-align: center;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #333;
	color: #DDD;
}

.quotation {
	text-align:center;
	padding: 15px 0px 15px 0px;
	font-style: italic;
	font-size: 20px;
	color: #FFF;
}

.what-is-multriwell{
	margin-left:0px;
	color: #FFF;
}

.navbar-brand
{
    position: absolute;
    top: 0;
    text-align: center;
    margin: auto;
    margin-left:-78px;
}
.navbar-nav li {
	text-align: center;
}

@media (min-width: 768px) {


	.navbar-header img {
		height: 80px;
	}

	.navbar-nav {
		float: right;
	}
	.navbar-nav li {
		display: inline;
		font-size: 17px;
		font-weight: lighter;
		margin-left: 0px;
		margin-right: 0px;
	 	float: left;
	 	height: 100px;
	}

	.navbar-nav li a {
		padding-top: 40px;
		padding-bottom: 41px;
	}

	.navbar-nav li {

	}

	.navbar-nav li a:hover {
		border-bottom: 5px solid #888;
		padding-bottom: 36px;
		background-color: #CCC;
		color: #FFF;
	}
	.navbar-nav li.active a {
		border-bottom: 5px solid #888;
		padding-bottom: 36px;
		background-color: #CCC;
		color: #FFF;
	}
	.navbar-nav li.trisoplast a:hover {
		border-bottom: 5px solid #742869;
		background-color: #AF85A7;
		color: #FFF;		
	}
	.navbar-nav li.trisoplast.active a {
			border-bottom: 5px solid #742869;
		background-color: #AF85A7;
		color: #FFF;		
	}
	.navbar-nav li.multriwell a:hover {
		border-bottom: 5px solid #617938;
		background-color: #A4AC87;
		color: #FFF;		
	}
	.navbar-nav li.multriwell.active a {
		border-bottom: 5px solid #617938;
		background-color: #A4AC87;
		color: #FFF;				
	}

	.multriwell-instalation {
		/*height: 552px;*/
		background-color: #4B721C;
		margin-left:0px;
		color: #FFF;
	}
	
}

.multriwell-rez {
	width:100%;
}

@media (min-width: 992px; max-width: 1200) {
  .multriwell-rez {
		min-height:423px
	}
}

.vyhody {
	text-align: center;
}
@media (min-width: 992px) {
	.what-is-multriwell{
		max-height: 398px;
	}

	.vyhody {
		text-align:left;
	}

	.vyhody h3:first-of-type {
		margin-top:0px;
	}
}
@media (max-width: 768px) {
	body {
		margin-bottom: 329px;
	}
}

.o-nas p {
		margin-top:30px;
}