/* @import url(https://fonts.googleapis.com/css?family=Exo:200,500);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import "http://weloveiconfonts.com/api/?family=entypo"; */

/* KOLORY */
.bialy { color: #FFFFFF; }
.blekit { color: #358cce; }
.tlo-blekit { background-color: #358cce; }
/*------------------------*/
.oddzielacz { margin: 30px 0; }
.centruj {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navbar-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.navbar-brand {
	font-family: "Exo", sans-serif;
	font-size: 24pt !important;
}

.navbar-inner {
	padding-right: 5px;
}

.carousel img {
	top: 0;
	left: 0;
	height: 100%;
	max-width: 1000px;
	margin: auto;
}

/* RESPONSIVE */
.navbar-wrapper {
	margin-top: 20px;
	margin-bottom: -90px;
}

article {
	display:block;
	margin:0;
}

h1.mojNaglowek {
	font-family: "Oswald", Verdana ;
	/*color: red;*/
	margin-top: 0px;
}
.naglowek {
	padding: 16px 5px 16px 0px;
	color: #FFFFFF;
}

.panel-heading-custom { background-color: red !important; }

.carousel-caption {
	/* Permalink - use to edit and share this gradient: hXXp://colorzilla.com/gradient-editor/#ffffff+0,358cce+45,358cce+55,ffffff+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(53,140,206,0.6) 45%, rgba(53,140,206,0.6) 55%, rgba(255,255,255,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(53,140,206,0.6) 45%, rgba(53,140,206,0.6) 55%, rgba(255,255,255,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0.6) 0%, rgba(53,140,206,0.6) 45%, rgba(53,140,206,0.6) 55%, rgba(255,255,255,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0.5)', endColorstr='rgba(255,255,255,0.5)',GradientType=1 ); /* IE6-9 */
}

.addShadow { box-shadow: 0 0 30px #358cce; }
.wciecie { text-indent: 30px !important; }
.textJustify { 	text-align: justify; text-justify: inter-word; }

#map {
	width: 100%;
	height: 250px;
	display: block;
}
ul.itDane > li {
    list-style-type: disc !important;
    margin-left: 30px;
}
ul.itDane > li > ul > li {
	list-style-type: square !important;
	margin-left: 40px !important;
}
.list-group.inner li {
	border: none;
	margin-left: 10px;
}

.imgFX {
	margin: 5px 5px 10px 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.25);
}

/*  SZARE MINIATURY */
img.szare {
	filter            : gray; /* IE6-9 */
	-webkit-filter    : grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	-webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
	-moz-box-shadow   : 0px 2px 6px 2px rgba(0,0,0,0.75);
	box-shadow        : 0px 2px 6px 2px rgba(0,0,0,0.75);
	margin-bottom     :20px;
}
img.szare:hover {
	filter        : none; /* IE6-9 */
	-webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}
#zmiana div:hover {
	opacity: 5;
	cursor : pointer;
}
/* KONIEC SZARE MINIATURY */

.image-responsive {
	max-width: 100%;
	height   : auto;
}
.image-responsiveH {
	max-width: 350px;
	height   : auto;
}

.clickable { cursor: pointer; }
a.clickable { color: inherit; }
a.clicable:hover { text-decoration: none; }

.panel-heading  {
	padding         : 5px;
	background-color: #ADD8FC !important;
}
.nullMarginPadding {
	margin : 0px !important;
	padding: 0px !important;
}
#thumbTitle {
	text-align   : center;
/*	margin-top   : -10px;
	margin-bottom: 10px;*/
	font-size    : 9pt;
}

.animujGora {
	display            : inline-block;
	transitions        : all 1s;
	-moz-transitions   : all 1s;
	-webkit-transitions: all 1s;
}
.animujGora > img { border: 0.2px solid #C0C0C0; }
.animujGora:hover { margin: -7px 0px 7px 0px; }

/* morph na zdjecie */
.morph, .tilt, .scale {
	-webkit-transition: all 0.8s ease;
	-moz-transition   : all 0.8s ease;
	-o-transition     : all 0.8s ease;
	-ms-transitions   : all 0.8s ease;
	transition        : all 0.8s ease;
}
.morph:hover {
	border-radius    : 50%;
	-webkit-transform: rotate(360deg);
	-moz-transform   : rotate(360deg);
	-o-transform     : rotate(360deg);
	-ms-transform    : rotate(360deg);
	transform        : rotate(360deg);
}
.tilt:hover {
  -webkit-transform: rotate(-5deg);
     -moz-transform: rotate(-5deg);
       -o-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.scale:hover {
  -webkit-transform: scale(1.1,1.1);
     -moz-transform: scale(1.1,1.1);
       -o-transform: scale(1.1,1.1);
      -ms-transform: scale(1.1,1.1);
          transform: scale(1.1,1.1);
}
.back-to-top {
	background      : none;
	margin          : 0;
	position        : fixed;
	bottom          : 0;
	right           : 0;
	width           : 64px;
	height          : 70px;
	z-index         : 2000;
	display         : none;
	text-decoration : none;
	color           : #fff;
	background-color: #358cce;
}
.back-to-top i { font-size: 70px; }
.post-content {
	position: relative;
	margin: -5px 0 0 0;
}
#zaprimgthumb .row{
	margin: 50px;
}
#zaprimgthumb .img-thumbnail {
	border: 150px;
	border-radius: 14px;
	margin : 0px;
	padding: 0px;
}
