@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800&amp;subset=latin-ext');

body {
	color: #222;
	line-height: 24px;
  font-weight: 300;
	background-color: #f5f8fa;
  font-family: 'Open Sans', sans-serif;
}

/* typografia */

a {
	color: #00902e;
}

a:hover {
	color: #D33F49;
	text-decoration: none;
}


p {
	margin-bottom: 1.3em;
}

.img-thumbnail {
  border: 1px solid rgba(193, 219, 179, 0.7);
}

.btn-default {
    background-color: #77BA99;
    border-color: #77BA99;
    color: #FFF !important;
}

.btn-default:hover {
    background-color: #c9e3ac !important;
    border-color: #c9e3ac !important;
    color: #333 !important;
}

.list-group-item {
    border: 1px solid rgba(0,0,0,0.05);
}

.list-group-item a {
    color: #3c4859;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #77BA99;
    border-color: #77BA99;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.grad {
	height: 6px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040;
	background: #c1dbb3;
	background: -moz-linear-gradient(left, #c1dbb3 0%, #d33f49 45%, #c1dbb3 100%);
	background: -webkit-linear-gradient(left, #c1dbb3 0%,#d33f49 45%,#c1dbb3 100%);
	background: linear-gradient(to right, #c1dbb3 0%,#d33f49 45%,#c1dbb3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1dbb3', endColorstr='#c1dbb3',GradientType=1 );
}

.navbar-default {
	background-color: #FFF;
	/*background: #fff url(/pliki/miedzychod/design/bg-nav.png) repeat-x;*/
}

.navbar {
	min-height: 70px;
}

.navbar-nav > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar-default .navbar-text {
	color: #77BA99;
	font-size: 36px;
	font-weight: 400;
	line-height: 55px;
	padding-top: 10px;
}

@media only screen and (max-width: 640px) {
  
  .navbar {
	  min-height: 50px;
  }
  
  .navbar-default .navbar-text {
  	font-size: 24px;
    line-height: 55px;
	  padding-top: 0;
  }
  
  .navbar-toggle {
    margin-top: 30px;
  }
  
  .navbar-right {
    padding: 0 15px;
    text-align: center;
  }
}

header {
	color: #FFF;
	margin-top: 70px;
	min-height: 550px;
}

.header {
	height: 100%;
	width: 100%;
	display: table;
}

.header-body {
	display: table-cell;
	vertical-align: bottom;
}

.loga div {
	display: inline-block;
	background-color: rgba(255 ,255, 255, 0.2);
	border: 1px solid rgba(255 ,255, 255, 0.2);
    border-radius: 100%!important;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

.loga div img {
	padding: 20px;
}

.usluga_link {
	color: #FFF;
}

.usluga_link:hover {
	color: #FFF;
	text-decoration: none;

}

.usluga {
	width: 160px;
	height: 160px;
	margin-bottom: 20px;
	line-height: 160px;
	text-align: center;	
	border: 2px solid #FFF;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;	
}

.usluga:hover {
	background-color: rgba(255,255,255,0.1);
}

.usluga i {
	line-height: inherit;
}

.usluga_link p {
	font-size: 21px;
	font-weight: 300;
	text-transform: uppercase;
}

.bg_red_alfa {
	background-color: rgba(211, 63, 73, 0.7);
}

.bg_dgreen_alfa {
	background-color: rgba(119, 186, 153, 0.7);
}

.bg_caffe_alfa {
	background-color: rgba(250, 237, 202, 0.7);
}

.bg_lgreen_alfa {
	background-color: rgba(193, 219, 179, 0.7);
}

.rounded {
    -webkit-border-radius: 500px;
	border-radius: 500px;
}

/* ---------------------------------------------------- */
/*		menu
/* ---------------------------------------------------- */

#nav {
	margin: 40px 0 20px 0;
	padding: 0;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

#nav * {
	min-width: 0;
	display: block;
	position: relative;
}

#nav li {
	margin:0;
	padding: 0;
	cursor: pointer;
  list-style: none;
	font-weight: 300;
}

#nav a {
  color: #222;
	display: table;
	padding: 10px;
	width: 100%;
  text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mieszkaniec {
	background-color: #C1DBB3;
}

.mieszkaniec a {
	background-color: rgba(201, 227, 172, 0.3);
}

#nav a i {
  width: 20px;
  padding: 0 20px 0 10px;
	line-height: 100%;
	display: table-cell;
}

#nav a:hover {
	background-color: rgba(0,0,0,0.1);
}

#nav ul {
  display:none;
  margin:0;
  padding:0;
	zoom:1;
}

.mieszkaniec ul li a {
  	background-color: rgba(255,255,255,0.3);
  	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mieszkaniec ul li ul li a {
  	background-color: rgba(255,255,245,0.65);
  	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mieszkaniec ul li ul li ul li a {
  	background-color: rgba(255,255,255,0.9);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.inwestor ul li a {
  	background-color: rgba(255,255,255,0.1);
  	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.inwestor ul li ul li a {
  	background-color: rgba(255,255,255,0.2);
  	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.turysta ul li a {
  	background-color: rgba(255,255,255,0.3);
  	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.turysta ul li ul li a {
  	background-color: rgba(255,255,245,0.65);
  	border-bottom: 1px solid rgba(255,255,255,0.1);
}


/* Baner */

#baner {
	background-color: #FFF;
}

.flexslider-container {
	margin-top: 20px;
	margin-bottom: 20px;
  padding: 5px;
  background-color: rgba(193, 219, 179, 0.7);
  border: 1px solid #C1DBB3;
}

.flexslider .slides > li { 
	background-position: top center;
  	height: 450px;
  	width: 100%;
  	display: none;
  	position: relative; 
  	-webkit-backface-visibility: hidden;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  
  filter: contrast(1.2);
	-webkit-filter: contrast(1.2);
	-moz-filter: contrast(1.2);
	-o-filter: contrast(1.2);
	-ms-filter: contrast(1.2);
}

@media only screen and (max-width: 1280px) {
	.flexslider .slides > li { 
		background-position: center;
		height: 400px;
		width: 100%;
		display: none;
		position: relative; 
		-webkit-backface-visibility: hidden;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

.flexslider-container, 
.flexslider .slides, 
.flex-viewport {
  height: 100%;
	background: #FFF;
	position: relative;
}

ul.slides {
  	margin: 0;
  	padding: 0;
}

.flexslider {
  	margin: 0; 
  	padding: 0; 
  	width: 100%; 
 	  height: 100%; 
  	border: 0px; 
  	overflow: hidden;
}

.caption {
  width: 100%;
  height: 100%;
	color: #FFF;
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.caption > div {
	padding: 20px;
  	left: 0;
	bottom: 0;
	position: absolute;
}

.caption > div a {
	color: #FFF;	
}

/* Content */

#content {
  padding-bottom: 40px;
}

.bg-content {
	padding: 20px;
	background-color: #FFF;
	border: 1px solid rgba(193, 219, 179, 0.6);
}

.art .first_foto {
	height: 180px;
	background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: cover;

	filter: contrast(1.2);
	-webkit-filter: contrast(1.2);
	-moz-filter: contrast(1.2);
	-o-filter: contrast(1.2);
	-ms-filter: contrast(1.2);
}

.art .data {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #77BA99;
  font-weight: 800;
}

@media all and (max-width: 640px) {
	.art .data {
		font-size: 11px;
		line-height: 16px;
		font-weight: 700;
	}
}

.art .data i {
	padding-bottom: 15px;
	border-bottom: 1px dashed #A7CF5D;
}

.art .tytul {
	margin-top: 0;
	font-size: 21px;
	font-weight: 700;
}

.art .tytul a {
	color: #222;
}

.divider {
	height: 1px;
	border-top: 1px dashed #C1DBB3;
	margin: 20px 0;
}

/* PRAWA */

/* polecane - logo */

#polecane {
	margin-top: 30px;
	background: #FFF;
	padding: 25px 0;
}

.owl-item {
	text-align: center;
}

.item img {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: auto;
}

.owl-carousel {
	margin: 0;
}

.owl-carousel .owl-nav [class*=owl-] {
	background: rgba(0, 0, 0, 0.5);
	color: rgba(255, 255, 255, 0.9);
	font-size: 11px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 0;
	text-align: center;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
	background: rgba(0, 0, 0, 0.9);
	color: #FFF;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	top: 10px;
	height: 30px;
	margin: auto !important;
}

.owl-carousel .owl-prev {
	right: 45px;
}

.owl-carousel .owl-next {
	right: 10px;
}

/* GMINY */

#dane {
	padding: 120px 0;
	background-attachment: fixed;
	background-position: bottom;
	background-image: url(../../pliki/gminaslupsk/design/bg_gmina.jpg);
}

.dane {
	margin: 0;
	padding: 0;
	width: 100%;
}

.dane li {
	width: 24%;
	color: #FFF;
	font-size: 48px;
  font-weight: 800;
	text-align: center;
	display: inline-block;
	list-style-type: none;
}

@media (max-width: 800px) {
	.dane li {
		font-size: 28px;
	}	
}

@media (max-width: 640px) {
	.dane li {
		width: 100%;
		font-size: 24px;
		padding-bottom: 20px;
	}
}

.dane li span {
	font-size: 14px;
}

.divider {
	height: 1px;
	border-top: 1px solid rgba(193, 219, 179, 0.4);
	margin: 20px 0;
}

footer {
	padding: 0 0 30px 0;
	background: #FAEDCA; 
}

footer a {
	color: #D33F49;
}

footer a:hover {
	color: #90be6d;
}

footer .divider2 {
	height: 1px;
	margin: 20px 0;	
	background-color: #C1DBB3;
}

.godziny {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
}

.godziny li {
	width: 50%;
	display: table-cell;
	list-style-type: none;
}

.copyright {
	border-top: 1px solid #C1DBB3;
	margin-top: 20px;
	padding-top: 30px;
}

.copyright-primary, .copyright-secondary {
}

.copyright-secondary {
	text-align: right;
}

@media only screen and (max-width: 768px) {
	.copyright-primary, .copyright-secondary {
		text-align: center;
	}
}

/* kolor */


.b_red {
	border-color: #D33F49;
}

.b_dgreen {
	border-color: #77ba99;
}

.b_caffe {
	border-color: #faedca;
}

.b_lgreen {
	border-color: #C1DBB3;
}

.p-r-10 {
	padding-right: 10px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-t-25 {
	margin-top: 25px;
}

.m-t-35 {
	margin-top: 35px;
}

.m-t-36 {
	margin-top: 36px;
}

.m-b-40 {
	margin-bottom: 40px;
}

/* kalandarium */

.calendar {
	margin: 20px auto;
}

.calendar a {
	color: #565656;
}

.calendar a:hover {
	color: #525252;
	text-decoration: none;
}

.calendar td {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #C1DBB3;
}

.calendar th {
	padding: 10px;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.1);
	background: #77BA99;
	color: #FFF;
}

.calendar th a {
	color: #FFF;
}

.calendarToday {
	background: #D33F49;
}

.calendarToday a {
	color: #fff;
}

td.calendarEvent {
	background: #7EBC89;
	border-bottom: 2px solid #7EBC89;
}

.calendarEvent a {
	color: #fff;
}

/* facebook */	

#on {visibility:visible;}
#off {visibility:hidden;}
#facebook_div {width:292px;height: auto;overflow: hidden;}
/* right side style */
#facebook_right {z-index: 10007;border:2px solid #3c95d9;background-color: #fff;width:292px;height: auto;position: fixed;right: -296px;}
#facebook_right img {position: absolute;top: -2px;left: -54px;}
#facebook_right iframe {border:0px solid #3c95d9;overflow: hidden;position: static;height: auto;left:-2px;top:-3px;}

#youtube {
	right: 0;
	z-index: 10006;
	position: fixed;
}


#instagram {
	right: 0;
	z-index: 10005;
	position: fixed;
}

#spacer {
	right: 0;
	z-index: 10004;
	position: fixed;
}