@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,700,900&subset=latin,latin-ext);

html{
	height: 100%;
}

body{
	height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	background: #f1f1f1;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Source Sans Pro', sans-serif;
}

header{
	background-image: url('../images/header.png');
	background-position: bottom;
	background-repeat: repeat-x;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3);
	background-color: rgba(255,255,255,0.0);
}

header #gruemenu{
	display: block;
	float: right;
	background: rgba(35, 107, 54, 0.8)!important;
	margin-top: 20px;
}

header #gruemenu > ul > li:hover > a, header #gruemenu > ul > li > a:hover, header #gruemenu > ul > li.active > a {
    color: #FFFFFF;
    background: #E69437!important;
}

header #gruemenu > ul > li > a{
	border-right: none!important;
	color: #fff!important;
	font-family: 'Source Sans Pro', sans-serif!important;
	font-weight: 600;
	padding: 18px 25px 18px 25px!important;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

header #gruemenu > ul{
	box-shadow: none!important;
}

header #gruemenu ul > li > ul > li > a{
	font-size: 14px!important;
}

.logo{
	margin-top: -38px;
	display: block;
	float: left;
	width: 120px;
	margin-bottom: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

#header{
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
#gruemenu{
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.margin-0{margin-top: 0!important;}


.menu-top{
	display: block;
	float: right;
}
.menu-top .nav-justified{
	text-align: right;
}

.menu-top .nav-justified > li{
	display: inline-block;
	width: auto;
}

.menu-top .nav-justified > li a{
	color: #fff;
	border-right: 1px solid #3A824D;
	font-weight: 400;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu-top .nav-justified > li:first-child a{
	border-left: 1px solid #3A824D;
}

.menu-top .nav-justified > li a:hover,
.menu-top .nav-justified > li a:focus{
	background: #3A824D;
	
}

.page-content-wrapper{
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.33);
	margin-top: 15px;
	padding-bottom: 30px;
}

#gruemenu > ul > li.has-sub > a::after{
	display: none;
}

.no-pad{
	padding: 0;
}

.menu-top-wrapper{
	background: #236B36;
}

.slider-container .camera_caption{
	left: 0;
	top: 0;
	padding-top: 200px;
	background: -webkit-linear-gradient(right, rgba(255,0,0,0), rgba(0, 0, 0, 0.38));
	background: -o-linear-gradient(left, rgba(255,0,0,0), rgba(0, 0, 0, 0.38));
	background: -moz-linear-gradient(left, rgba(255,0,0,0), rgba(0, 0, 0, 0.38));
	background: linear-gradient(to left, rgba(255,0,0,0), rgba(0, 0, 0, 0.38));
}

.slider-container .camera_caption > div {
    color: #fff;
    font-size: 2.2em !important;
    font-weight: 200;
    font-family: 'Source Sans Pro', sans-serif!important;
    line-height: 1;
	background: transparent;
	
}

.slider-container .camera_caption_title{
	font-size: 1.8em;
	font-weight: 200;
	color: #fff;
	margin-bottom: 4px;
	text-shadow: none;
	font-family: 'Source Sans Pro', sans-serif!important;
}

.slider-container .slideshowck{
	margin-bottom: 0!important;
}

.camera_wrap .camera_pag .camera_pag_ul{
	margin-top: -61px;
	text-align: center;
}

.camera_wrap .camera_pag .camera_pag_ul li {
    background: #fff;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span{
	background: #236B36;
}

#boxy-glowna{
	background: url("../images/box-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	padding: 60px 0;
	border-top: 1px solid #E69337;
}

#boxy-glowna .box-1{
	background: #E69337;
}

#boxy-glowna .box-2{
	background: #FCB25F;
}

#boxy-glowna .box-3{
	background: #FFC789;
}

.box{
	text-align: center;
	position:relative;
	height: 280px;
	overflow: hidden;
}

.box img{
	position: absolute;
	bottom: 0;
	right: -100px;
	z-index: 0;
	opacity: 0.6;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.box:hover img{
	right: -50px;
	opacity: 1;
}

.box-title{
	position: absolute;
	top: 0;
	left: 15px;
	font-weight: 400;
	font-size: 32px;
	color: #fff;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	z-index: 1;
}

.box .btn{
    position: absolute;
    bottom: 15px;
    left: 15px;
	z-index: 1;
}

.btn{
	padding: 15px 80px 15px 40px;
	position: relative;
	border-radius: 0;
	line-height: 1;
	border: 1px solid transparent;
	text-shadow: none;
	-webkit-transition: all 200ms ease; 
	transition: all 200ms ease; 
}

.btn:before{
	position: absolute;
	background: rgba(0,0,0,0.05);
	height: 100%;
	right: 0;
	top: 0;
	line-height: 3;
	font-size: 100%;
	width: 40px;
	content: "\e628";
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-transition: all 200ms ease; 
	transition: all 200ms ease; 
}

.slide-btn {display: block; margin: 20px 0;}

.btn:hover:before{
	width: 50px;
}

.btn.btn-warning{background-color: #E5C450; border-color: #E5C450}
.btn.btn-warning:hover, .btn.btn-warning:focus{background-color: #FFE27C;}


.btn.btn-danger{background-color: #CE2B31; border-color: #CE2B31;}
.btn.btn-danger:hover, .btn.btn-danger:focus{background-color: #C8252B;}

.btn.btn-default{background-color: #DEDEDE; border-color: #DEDEDE;}
.btn.btn-default:hover, .btn.btn-default:focus{background-color: #DEDEDE;}

.btn.btn-primary{background-color: #236B36; border-color: #236B36; color: #fff;}
.btn.btn-primary:hover, .btn.btn-primary:focus{background-color: #61A071;}

.btn.btn-bordered, .btn.btn-bordered:before{
	background: transparent;
	color: #222;
}

.btn.btn-bordered:hover,
.btn.btn-bordered:focus,
.btn.btn-bordered:hover:before,
.btn.btn-bordered:focus:before{
	color: #fff!important;
}

.btn.btn-danger.btn-bordered,
.btn.btn-danger.btn-bordered:before{
	color: #CE2B31;
}

.btn.btn-primary.btn-bordered.
.btn.btn-primary.btn-bordered:before{
	color: #222;
}

.btn.btn-warning.btn-bordered.
.btn.btn-warning.btn-bordered:before{
	color: #E5C450;
}

.calendar-news {
    display: block;
    width: 64px;
    height: 84px;
    position: relative;
    background-image: url('../images/calendar.jpg');
    background-position: top;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
}

span.day {
	position: absolute;
	left: 0;
	top: 14px;
	font-size: 26px;
	display: block;
	width: 64px;
	text-align: center;
	color: #fff;
	font-weight: 900;
}

span.month {
    display: block;
    position: absolute;
    bottom: 26px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #979797;
    font-size: 12px;
}

.panel-warning > .panel-heading {
    color: #fff;
    background-color: #FCB25F;
    border-color: #FCB25F;
}

#sidebar{
	padding: 15px 0;
}

.panel-heading{
	border-radius: 0;
}

#sidebar .media{
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
}

.panel{
	border: none;
	box-shadow: none;
}

.menu-wrapper{
	position: relative;
}

footer{
	padding: 30px 0;
}

#search-trigger{
	font-size: 20px;
	color: #E69437;
	display: block;
	float: right;
    margin: 8px 10px 0px;
	color: #fff;
}

.phone-top{
	display: block;
	float: right;
	padding: 10px 15px;
	color: #fff;
	font-weight: 600;
}

.white-menu{
	background-color: rgba(255,255,255,0.8);
}

.item-page{
	padding: 15px 0;
}

#sidebar .media-body{
	color: #777;
}

#sidebar .media-heading a{
	color: #236B36;
}

.baner-top{
	display: block;
	width: 100%;
	height: 200px;
	background-image: url('../images/top-wrapper.jpg');
	background-positionl: center;
	background-repeat: no-repeat;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #FCB25F;
    border-radius: 0;
    color: #fff;
}

.breadcrumb > li + li::before{
	color: #C57216;
}

.breadcrumb > li a{color: #fff;}

.breadcrumb > .active {
    color: #C57216;
}

div.item-page ul{
	list-style-image: url('../images/list-style.png');
}

.modal-content{
	border-radius: 0;
	background-image: url('../images/szukaj-bg.jpg');
	background-position: center;
}

.search .form-control{
	height: 46px;
	border-radius: 0;
}

.search-btn:before{
	content: "\e610";
}

.btn-modal-close:before{
	content: "\e646";
}

#myModal .modal-footer,
#myModal .modal-header{
	border: none;
}

#search-trigger:hover,
#search-trigger:focus{
	text-decoration: none;
	cursor: pointer;
	color: #E69437;
}

.modal {
 overflow-y: auto;
 }
.modal-open {
overflow: auto;
}
.modal-open[style] {
padding-right: 0px !important;
}

.map-text {
    position: relative;
    display: block;
    margin-top: -450px;
    width: 100%;
    background: #fff;
	padding: 160px 30px 30px 30px;
}

.page-header{
	margin: 0px 0 20px;
}

.repozyt{
	margin: 15px 0;
	overflow: hidden;
	border-bottom: 1px solid #DDD;
	padding-bottom: 15px;
}

.repozyt img{
	margin-right: 10px;
}

a{
	color: #236B36;
	text-decoration: none;
}

a:hover, a:focus{
	color: #4F895E;
}

span.highlight{
	color: #E69437;
}

#search-searchword{
	height: 46px;
	padding: 6px;
}

.search{
	padding-top: 15px;
}

footer span[class^="ti-"]{
	color: #236B36;
}

.blog{
	padding: 15px 0;
}

.btn{
	background: #236B36;
	color: #fff;
}

.btn:hover,
.btn:focus{
	background: #4A8459;
	color: #fff;
}

.pagination{
	display: block;
	width: 100%;
}

.pagination ul{
	list-style: none;
	text-align: center;
}

.pagination ul li{
	display: inline;
	margin: 6px;
}

#sp-quickcontact-form{
    width: 100%;
}
#sp-quickcontact-form input[type="text"],
#sp-quickcontact-form input[type="email"],
#sp-quickcontact-form textarea#message{
    padding: 6px;
    width: 100%;
    border:none;
    font-weight: 400;
	border: 1px solid #236B36;
	background: #fff;
	border-radius: 0;
}
#sp-quickcontact-form textarea#message{
	min-height: 180px;
}

p.readmore{
	margin-top: 15px;
}

.item-page img{
	max-width: 100%;
}

.sidr{
	max-width: 100%;
}

.jd-item-page .repozyt{
	border: 4px solid #DDD;
	padding: 15px 0;
	font-weight: bold;
}

.article-info{
	border: 4px solid #EEE;
	padding: 15px;
}

.panel-group .panel{
	border-radius: 0;
}

.panel-default > .panel-heading{
	color: #fff;
	background-color: #236B36;
	border-color: #236B36;
}

.panel-default > .panel-heading a{
	color: #fff;
}	

#bip-container .panel-body{
	padding: 0;
}

.panel-default > .panel-heading a:hover,
.panel-default > .panel-heading a:focus{
	text-decoration: none;
}

dt.article-info-term{color: #236B36;}

/*.icon-calendar,
.icon-eye-open{
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before{
	content: "\e6b6";
}

.icon-eye-open:before{
	content: "\e63d";
}*/

.drukuj{
	text-align: right;
}

.drukuj a{
	background: #FCB25F;
	padding: 8px;
	color: #fff;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.drukuj a:before{
	content: "\e681";
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 3px;
	
}

.drukuj a:hover,
.drukuj a:focus{
	background: #236B36;
	text-decoration: none;
}

#sidebar .nav-justified{
	background: #FCB25F;
	margin-bottom: 30px;
}

#sidebar .nav-justified:before{
	content: 'Menu';
	display: block;
	width: 100%;
	color: #fff;
	background: #C57216;
	padding: 8px;
	font-weight: 400;
	font-size: 18px;
}

#sidebar  .nav-justified li{
	display: block;
	width: 100%;
}

#sidebar  .nav-justified > li > a{
	text-align: left;
	color: #fff;
	font-weight: 600;
	border-bottom: 1px solid #C57216;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

#sidebar  .nav-justified > li:last-child > a{
	border: none;
}
#sidebar  .nav-justified > li > a:hover,
#sidebar  .nav-justified > li > a:focus{
	background: #C57216;
}

.bip-link{
	display: block;
	float: right;
}

.menu-top .nav-justified > li a.link-img{
	padding: 0;
}


/* Large desktops and laptops */
@media (min-width: 1200px) {

	.navbar-default.fixed-menu{
		position: fixed;
		top:0;
		left:0;
		width: 100%;
		z-index: 9999;
	}

	.fixed-menu .navbar-brand{
		width: 0;
		overflow: hidden;
		
	}
	
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	header #gruemenu > ul > li > a{
		padding: 18px 20px 18px 20px !important;
	}
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	#gruemenu.grue_88 ul li:first-child > a{
		display: none;
	}
	
	header #gruemenu > ul > li > a{
		padding: 18px 15px 18px 15px !important;
	}
	
	footer .text-right{
		text-align: left!important;
	}
	
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	footer .text-right{
		text-align: left!important;
	}
	
	header{
		position: relative;
	}
	
	.logo{
		left: 30px;
		width: 80px;
	}
	
	.menu-top .nav-justified {
		text-align: left;
	}
	
	.box-col{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#boxy-glowna{
		padding: 0
	}
	
	.map-text{
		position: relative;
		padding: 15px;
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	.menu-top .nav-justified > li {
		display: inline-block;
		width: 50%;
	}
	
	.menu-top .nav-justified > li > a{
		background: #3A824D;
		margin-left: 5px;
	}
	
	#camera_wrap_87{
		height: 400px!important;
	}
	
	.slider-container .camera_caption{
		padding-top: 70px;
	}
	
	
	
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	



@media (max-width: 320px) {
	
	
}

	