body.nowysiwyg {
	padding: 0;
	padding-top: 200px;
	background: #FFF;
	background-size: cover;
}

.collapse {display:none;}
html,body {height:100%;}
.nomargin {margin:0 !important;}
.nopadding {padding:0 !important;}
@media (min-width:767px) {.nopaddingleft {padding-left:0;}}
.inline {display:inline-block;margin-bottom:1em;}

#back {position:fixed;left:0;top:0;width:100%;height:100%;z-index:-1;}
#back .carousel,#back .item,#back .item.active{height:100%;overflow:hidden;}
#back .carousel-inner {height:100%;}
#back .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
#back .carousel-inner .item,
#back .carousel-inner .active.left,
#back .carousel-inner .active.right {
  opacity: 0;
}
#back .carousel-inner .active,
#back .carousel-inner .next.left,
#back .carousel-inner .prev.right {
  opacity: 1;
}
#back .carousel-inner .next,
#back .carousel-inner .prev,
#back .carousel-inner .active.left,
#back .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#back .carousel-inner .item img {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#back .carousel-indicators {display:none;}
#back .carousel-control {
  z-index: 2;
  background: transparent;
  display: none;
}
#back .carousel-mask {position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(255,255,255,0.5) url('layout/overlay.png');background:url('_layout/overlay.png');}

#slogan {
	width: 100%;
    height: 3em;
    background: rgba(0,0,0,0.3);
    margin-top: -6em;
    margin-bottom: 2em;
}
#slogan .carousel-inner,#slogan .carousel-inner .item {
	height: 100%;
	overflow: hidden;
}
#slogan .carousel-caption {
	bottom: 0;
	padding: 0;
	left: 0;
	right: 0;
}
#slogan .carousel-caption  > * {
	padding: 4px 0;
	font-style: italic;
}
#slogan .carousel-indicators {display:none;}
#slogan .left.carousel-control {display:none;}
#slogan .carousel-control {
  z-index: 2;
  background: transparent;
  width: 50px;
  line-height: 2.5em;
  background: #000;
}

.navbar {
    margin: 0;
    background: 0;
    border: 0;
    font-size: 16px; 
    letter-spacing: -1px;
    font-weight: 400;
    text-transform: uppercase;
    min-height: 40px;
    background :rgba(255,255,255,0.9);
	transition: background 1s;
}
@media (max-width:767px) {
	body {font-size:15px;}
	.content h1,.content h2 {font-size: 1.4em !important;}
	.navbar {background: rgba(255,255,255,1);}
	.navbar-collapse {
		z-index: 99;
		position: relative;
		background: #FFF;
	}	
}
.navbar.notransparent {
	background: rgba(255,255,255,1);
	box-shadow: #000 0px 0px 15px -7px;
}
.navbar-brand {
    padding: 0px;
    font-size: 2em;
    line-height: 50px;
    margin-left: 10px;
  	margin-right: 10px;
    text-transform: none;
  	color: #1c1c14 !important;
}
.navbar-brand img {
	/*width: 180px;
	height: 105px;*/
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
 	background: transparent; 
}
@media (min-width:1023px) {
    .navbar .nav>li:before {
        content: "";
        position: absolute;
        height: 3em;
        top: 2.5em;
        left: -1px;
        border-left: 1px solid rgba(0,0,0,0.1);   
    }
}
.nav>li>a {
  	padding: 28px 12px;
  	line-height: 25px;
	transition: color 0.3s;
}
.nav .dropdown-menu>li>a {
	padding: 10px 15px;
}
@media (min-width:1440px) {
	.navbar {letter-spacing:0;}
}
@media (min-width:1360px) {
	.nav>li>a br {
		display:none;	
	}
	.nav>li>a {
  		padding: 55px 17px 25px;
  		line-height: 25px;
	}  
}
@media (max-width:1024px) {
  	.nav>li>a br {
		display:none;	
	}
  	.nav>li>a {
    	padding: 8px 12px;
  	}
  	.navbar-left {
    	margin-left: 200px;
    	margin-top: -27px;
  	}  
}
@media (max-width:767px) {
	.navbar {letter-spacing:0;}
	.nav>li>a {
  		padding: 10px;
	}
	.nav>li>a .caret {
  		display:none;
	}
	.dropdown:hover  > .dropdown-menu {
    	display: none !important;
	}
	.navbar-fixed-top .navbar-collapse {
	    max-height: 540px;
	}
  	.navbar-left {
    	margin-left: -15px;
    	margin-top: 0;
  	}    
	.navbar-header {
		min-height: 90px;
	}
	body.nowysiwyg {
      	padding-top: 120px;
    }
}
.nav>li>a:hover {
 	background: #FFF !important;
  	color: #68aabb !important;
}
.navbar-default .navbar-nav>.active>a {
	color: #68aabb;
    background-color: transparent;   	 
}
.navbar-default .dropdown-menu {
	background: #FFF;
	min-width: 100%;
    border-radius: 0;
    border: 0;
}
.dropdown-menu>li>a {
 	color: #000; 
  	font-size: 16px; 
	transition: color 0.3s;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover,
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #68aabb;
    background-color: #FFF;  
}
.dropdown:hover>a{
	background: #FFF !important;
  	color: #000 !important;
}
.dropdown:hover  > .dropdown-menu {
    display: block;
}

.bread {
 	padding: 15px 10px; 
  	color: #FFF !important;
	font-size: 16px;
  	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	background: #1f1a17;
}
.subnav {
	background: rgba(255,255,255,0.9);
  	margin-bottom: 1em;
}
a.bread {display:block;background:#196f86;background:#E60;}
a.bread:hover,a.bread:focus{
 	text-decoration:none; 
}
.bread,.subnav {margin-left:-15px;}
@media (max-width:767px) {
	.bread,.subnav {margin-right:-15px;}
}
.subnav>li>a {
 	padding: 15px 10px; 
  	color: #000;
  	text-transform: uppercase;
}
.subnav>li.active>a, .subnav>li.active>a:focus, .subnav>li.active>a:hover {
    color: #fff !important;
    background-color: #68aabb !important;
  	border-radius: 0;
}


.content {
  	line-height: 1.8em;
}
.content .box {
  	color: #333;
  	padding: 30px;
    background: rgba(255,255,255,0.9);
  	margin-bottom: 2em;
}
.content h1,.content h2 {
    font-size: 1.7em;
    margin: 0.5em 0;  
  	color: #68aabb;
  	font-weight: 600;
}
.content h2 {font-size:1.4em;}
.content h3 {/*font-size:inherit;line-height:1.8em;font-weight:600;*/}
.content hr {
    border-color: #68aabb;
}
.content strong {
	font-weight: 500;
    color: #000;
}
.content small {
    font-size: 14px !important;
    display: block;
    color: inherit !important;
}
.content a {
  	color: #383f7d;
}

.content .table {margin-bottom:0;}
.content .table tr td{padding:1em;}
.content .table tr td strong{font-weight:600;}
.content .table-hover>tbody>tr td:last-child {white-space:nowrap;}
.content .table-hover>tbody>tr:hover {background-color: #68aabb;color:#FFF;}
@media (max-width:767px) {
	.table-responsive {overflow:hidden;border:none;}
	.table-responsive  tr {display:block;}
	.table-responsive  tr  td:last-child {border:none;}
	.table-responsive  tr  td {display:block;white-space:normal !important;}
}


.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border: 2px solid #1f1a17;
  	border-radius: 0 !important;
    color: #1f1a17 !important;
  	text-decoration: none;
  	margin-bottom: 0.5em;
  	margin-right: 1em;
  	cursor: pointer;
}
.btn-link:hover {
 	background: #1f1a17;
  	color: #FFF !important;
}
.content h1[data-toggle="collapse"],.content h2[data-toggle="collapse"] {
	border: 2px solid #68aabb;
  	border-radius: 0 !important;
    color: #68aabb !important;
  	text-decoration: none;
  	margin-bottom: 0.5em;
  	margin-right: 1em;
  	cursor: pointer;
}
.content h1[data-toggle="collapse"] {
 	border: none;
  	color: #FFF !important;
  	margin: 0 !important;
	position: relative;
}
.content h1[data-toggle="collapse"]:before,.content h2[data-toggle="collapse"]:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "";
    margin-right: 1em;
    font-size: 0.7em;
	transition: transform 0.3s;
}
.content h1[data-toggle="collapse"]:before {
    position: absolute;
    top: 1em;
    left: 1em;
}
.content h1[aria-expanded="true"]:before,.content h2[aria-expanded="true"]:before {
	transform: rotate(90deg);
}
.content h2[data-toggle="collapse"],.content .collapse,.content .collapsing {
    padding: 10px 16px;
}

.content h2[data-toggle="collapse"]:hover {
 	background: #68aabb;
  	color: #FFF !important;
}

#strona-glowna {
  	padding: 10px 10px 0px 10px;
}
#strona-glowna .carousel-control {
  background: transparent;
  color: #FFF;
}
#strona-glowna .carousel-indicators {
	bottom: 0;
}
#strona-glowna .carousel-caption  {
	padding-bottom: 5px;
}
#strona-glowna .carousel-caption > * {
	background:rgba(0,0,0,0.3);
	padding: 0.5em;
}

.thumbnail{border-radius:0;background:#FFF;}
.thumbnail img {opacity:0.5;}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {border-color:#68aabb;}
a.thumbnail.active img, a.thumbnail:focus img, a.thumbnail:hover img {opacity:1;}

footer {position:relative;z-index:50;background:#1f1a17;color:#EEE;padding:2em 0;line-height:1.7em;box-shadow:#1f1a17 0 1000px 0 1000px;}
footer a {color:#68aabb;}
footer a:hover {text-decoration:none;color:#68aabb;}

/*social*/
.social {
	border-radius:100%;
	border: none;
	display:inline-block;
	margin-bottom: 8px;
	opacity:0.8;
}
.social:hover {
	opacity: 1;
}
/*affix*/
.transition {top:0px;min-width:100%;transition: all 0.3s;}
.affix {
	position: relative;
}
@media (min-width:768px) {
.affix {
	position: fixed;
	min-width: 230px;
	top: 135px;
}
.affix .bread,.affix .subnav>li>a {
	padding: 3px 10px;
	text-align: left;
}
}


