
/* General Styles */

body {
	background: url(../img/bg.jpg);
	padding-top: 100px;
}

p {
	line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
	margin-bottom: 10px;
}

.leftline {
	border-left: 1px solid #F4F4F4;
	padding-left: 20px;
}

.rightline {
	border-right: 1px solid #F4F4F4;
	padding-right: 20px;
}

/* Masthead */

.logo {
	margin: 20px 0;
	color: #EEE;
	float: left;
	text-align: center;
	font-size: 28px;
	line-height: 0.9;
	font-weight: 200;
	font-family: "Pacifico";
	text-shadow: 0px 1px 1px #000;
	text-decoration: none;
}

.logo span {
	font-weight: 400;
	color: #AAA;
	font-size: 18px;
}

.slogan {
	margin: 20px 0;
	color: #EEE;
	float: left;
	text-align: center;
	font-size: 28px;
	line-height: 0.9;
	font-weight: 200;
	font-family: "Pacifico";
	text-shadow: 0px 1px 1px #000;
}

.slogan span {
	font-weight: 400;
	color: #AAA;
	font-size: 18px;
}

.masthead {
	background: url(../img/headerbg.jpg);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1002;
	width: 100%;
	box-shadow: 0 1px 12px black;
}

.mastbottom {
	background: url(../img/headerbg.jpg);
	z-index: 1001;
	width: 100%;
	box-shadow: 0 1px 12px black;
}

/* Thumbnails */

.thumbnails {
	list-style: none;
	padding: 0;
}

.thumbnails li a.thumbnail {
	border: none;
	padding: 0;
	margin-bottom: 50px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: 0 1px 8px black;
	position: relative;
	background: none;
}

.thumbnails li a.thumbnail img {
	margin: 0;
}

.thumbnails li a.thumbnail .caption {
	display: block;
	background: #222;
	padding: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.thumbnails li a.thumbnail:hover .caption {
	opacity: 0.9;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.thumbnails li a.thumbnail .caption i {
	display: block;
	font-size: 40px;
	color: #EEE;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -24px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.thumbnails li a.thumbnail:hover .caption i {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.item {
	width: 270px;
}

/* Socials */

.socials a {
	background: #FFF;
	float: left;
	display: block;
	padding: 0px 0px 0px 0px;
	width: 46px;
	height: 40px;
	margin: 10px 0 0 10px;
	text-align: center;
	border-radius: 10px;
	opacity: 0.5;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.socials a i {
	color: #000;
	font-size: 24px;
}

.socials a:hover {
	opacity: 1;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-decoration: none;
}

.filter-nav {
	list-style: none;
	margin: 0 0 30px 0;
	float: left;
	padding: 0;
}

.filter-nav li {
	float: left;
	margin-right: 8px;
}

.filter-nav li a {
	-moz-box-shadow:inset 0px 1px 0px 0px #3e4a50;
	-webkit-box-shadow:inset 0px 1px 0px 0px #3e4a50;
	box-shadow:inset 0px 1px 0px 0px #3e4a50;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2f3c42), color-stop(1, #222b30) );
	background:-moz-linear-gradient( center top, #2f3c42 5%, #222b30 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f3c42', endColorstr='#222b30');
	background-color:#2f3c42;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #212c30;
	display:inline-block;
	color:#9da8ac;
	font-size:12px;
	padding:4px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1a2529;
}

.filter-nav li a:hover {
	-moz-box-shadow:inset 0px 1px 0px 0px #4d5a62;
	-webkit-box-shadow:inset 0px 1px 0px 0px #4d5a62;
	box-shadow:inset 0px 1px 0px 0px #4d5a62;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3f4d56), color-stop(1, #2e393f) );
	background:-moz-linear-gradient( center top, #3f4d56 5%, #2e393f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f4d56', endColorstr='#2e393f');
	background-color:#3f4d56;
	color: #FFF;
}

.filter-nav li.active a {
	-moz-box-shadow:inset 0px 0px 10px 0px #1a2021;
	-webkit-box-shadow:inset 0px 0px 10px 0px #1a2021;
	box-shadow:inset 0px 0px 10px 0px #1a2021;
	background: #2b373e;
	color: #FFF;
}

@media (max-width: 767px) {
	
	.logo {
	margin: 20px 20px;
	color: #EEE;
	float: left;
	text-align: center;
	font-size: 22px;
	line-height: 0.9;
	font-weight: 200;
	font-family: "Pacifico";
	text-shadow: 0px 1px 1px #000;
	text-decoration: none;
}

	.slogan {
	margin: 20px 20px;
	color: #EEE;
	float: left;
	text-align: center;
	font-size: 22px;
	line-height: 0.9;
	font-weight: 200;
	font-family: "Pacifico";
	text-shadow: 0px 1px 1px #000;
}

	.socials {
	margin-bottom: 10px;
}

	.thumbnails li.col-xs-12 a.thumbnail img {
		width: 100%;
	}

}

@media (max-width: 480px) {
	
	body {
		padding-top: 160px;
	}

	.masthead {
		padding: 0 0 20px 0;
	}
	
	.logo {
	margin: 20px 10px;
	color: #EEE;
	float: left;
	text-align: center;
	font-size: 18px;
	line-height: 0.9;
	font-weight: 200;
	font-family: "Pacifico";
	text-shadow: 0px 1px 1px #000;
	text-decoration: none;
}

	.slogan {
	margin: 20px 10px;
	color: #EEE;
	float: left;
	text-align: center;
	font-size: 18px;
	line-height: 0.9;
	font-weight: 200;
	font-family: "Pacifico";
	text-shadow: 0px 1px 1px #000;
}
	
	.socials.pull-right {
		float: none !important;
		clear: both;
		margin-left: -10px;
	}
	
}

.footerhead {
	background: url(../img/headerbg.jpg);
	width: 100%;
	box-shadow: 0 1px 8px black;
	clear: both;
  position: fixed;
  z-index: 1001;
  bottom: 0;
}

.boxshadow {
	box-shadow: 0 1px 8px black;
	margin-bottom: 50px;
}


/* ---------------------------------------------------------------------------------------------------- Motherfuckers ---------- */

/* Custom CARD */

.content-box {
  display: block;
  padding: 4px;
  margin-bottom: 50px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.content-box > img,
.content-box a > img {
  margin-right: auto;
  margin-left: auto;
}
a.content-box:hover,
a.content-box:focus,
a.content-box.active {
  border-color: #337ab7;
}
.content-box .caption {
  padding: 9px;
  color: #333;
}
.card-content {
	text-align: center;
	color: #000;
	text-transform: uppercase;
}
.card-content-details {
	text-align: center;
	color: #000;
}

.card-separator-dark {
	height: 2px;
	weight: 90%;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #343a40;
}

.content-box-menu {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.card-top-margin-10 {
	margin-top: 10px;
}
.card-bottom-margin-10 {
	margin-bottom: 10px;
}
.card-bottom-margin-50 {
	margin-bottom: 50px;
}

.page-bottom-margin-25 {
	margin-bottom: 25px;
}
.page-bottom-margin-50 {
	margin-bottom: 50px;
}
.page-bottom-margin-75 {
	margin-bottom: 75px;
}

/* Custom - Counters */
.counter { 
	background-color: #ffffff;
	padding: 20px 0;
	border-radius: 5px;
}
.count-title {
	font-size: 40px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}
.count-text {
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}

/* Custom - Postcard */
.postcard {
	margin: 120px 0;
	color: #000;
	float: left;
	text-align: left;
	line-height: 0.9;
	font-weight: 200;
	font-family: "Pacifico";
	text-shadow: 0px 1px 1px #000;
}
.postcard span {
	font-weight: 400;
	color: #AAA;
	font-size: 18px;
}

.stamprote_1 {
	margin: 20px;
	-ms-transform: rotate(-9deg); 
    -webkit-transform: rotate(-9deg); 
     transform: rotate(-9deg);
}
.stamprote_2 {
	margin: 15px;
	-ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
     transform: rotate(-6deg);
}
.stamprote_3 {
	margin: 10px;
	-ms-transform: rotate(-3deg); 
    -webkit-transform: rotate(-3deg); 
     transform: rotate(-3deg);
}
.stamprote_4 {
	-ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
}
.stamprote_5 {
	margin: 10px;
	-ms-transform: rotate(3deg); 
    -webkit-transform: rotate(3deg); 
     transform: rotate(3deg);
}
.stamprote_6 {
	margin: 15px;
	-ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
     transform: rotate(6deg);
}
.stamprote_7 {
	margin: 20px;
	-ms-transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
     transform: rotate(9deg);
}

/* Custom - ReadMore */
.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Pokaż więcej';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Pokaż mniej';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}

/* Custom - Progressbar text */
.progress-text {
	color: #000;
}

/* Custom - Hamburger */
.navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
}

/* Custom - Modal Header Colors (WSI) */

   .modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-dark {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #343a40;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.modal-footer-note {
  padding: 15px;
  text-align: justify;
  border-top: 1px solid #e5e5e5;
}

.wsi-header {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
}

.wsi-separator-dark {
	height: 2px;
	weight: 90%;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #343a40;
}
.wsi-separator-danger {
	height: 2px;
	weight: 90%;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #d9534f;
}

.wsi-footer-note-dark {
	padding: 15px;
	margin-top: 3px;
	text-align: justify;
	color: #e5e5e5;
	background-color: #343a40;
}
.wsi-footer-note-danger {
	padding: 15px;
	margin-top: 3px;
	text-align: justify;
	color: #e5e5e5;
	background-color: #d9534f;
}


/* Custom -  Slider Media */

.slider-media {
	height: 320px;
}

@media (max-width: 767px) {
  .slider-media {
    height: auto;
  }
}
 
/* Custom -   */
.w-80 {
	weight: 80%;
}

@media (min-width: 575px) {
	.hide-sm {
	  display: none;
	}
  }
@media (max-width: 576px) {
	.show-sm {
	  display: none;
	}
  }

/* Tooltip new style */
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
  }
  
  .tooltip.show {
	opacity: 0.9;
  }
  
  .tooltip .arrow {
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
  }
  
  .tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
	padding: 5px 0;
  }
  
  .tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0;
  }
  
  .tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	margin-left: -3px;
	content: "";
	border-width: 5px 5px 0;
	border-top-color: #fff;
  }
  
  .tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
	padding: 0 5px;
  }
  
  .tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
  }
  
  .tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	margin-top: -3px;
	content: "";
	border-width: 5px 5px 5px 0;
	border-right-color: #fff;
  }
  
  .tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
	padding: 5px 0;
  }
  
  .tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0;
  }
  
  .tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	margin-left: -3px;
	content: "";
	border-width: 0 5px 5px;
	border-bottom-color: #fff;
  }
  
  .tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
	padding: 0 5px;
  }
  
  .tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
  }
  
  .tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	right: 0;
	margin-top: -3px;
	content: "";
	border-width: 5px 0 5px 5px;
	border-left-color: #fff;
  }
  
  .tooltip .arrow::before {
	position: absolute;
	border-color: transparent;
	border-style: solid;
  }
  
  .tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #000;
	text-align: center;
	background-color: #fff;
	border-radius: 0.25rem;
  }

/* ---------- Addons ---------- */
/* Banner - addon_carousel */

.banner-img-margin {
	padding: 15px;
}

/* News - addon_news */
.news-author {
	margin-top: 10px;
}
.news-header {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
}
.tags {
	font-size: 8px;
	color: #CCCCCC
}

/* Nav - button colors */
.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
  color: #fff;
  background-color: #dc3545;
}

.nav-link.active:hover {
	background-color: #343a40 !important;
	23272b;
}

a {
	color: #dc3545;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
  
a:hover {
	color: #aa2734;
}

/* SQUARE - addon_timeline */
.square-25 {
	height: 25px;
	weight: 25px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
		flex-direction: column;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
  }

  .square-35 {
	height: 35px;
	weight: 35px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
		flex-direction: column;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
  }

/* SOCIALS - button disabled */  
.socials.disabled, .socials:disabled {
	opacity: .65;
}