/**************/
/***        ***/
/***  BASE  ***/
/***        ***/
/**************/

html {
	height: 100%;
	background: #fff;
}
body {
	min-height: 100%;
	font-family: 'Raleway';
	font-size: 14px;
	line-height: 1.6;
	color: #1a1a18;
	transition: opacity 250ms linear;
	background: #fff url('../images/ghost-bg.jpg') fixed no-repeat;
	background-size: cover;
}

a {
	transition: 150ms linear all;
	text-decoration: none;
	color: #aecb06;
}
a:hover,
a:active {
	text-decoration: underline;
}

h3 {
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
}

.component-title,
h4.trigo-module-title {
	font-size: 37px;
	font-weight: bold;
	display: block;
	max-width: 1148px;
	line-height: 1.2;
	margin: 0 auto 30px;
	text-align: center;
}
.component-title {
	margin-bottom: 15px;
}
.component-title:after,
h4.trigo-module-title:after {
	display: block;
	content: '';
	width: 50px;
	height: 2px;
	background-color: #aecb06;
	margin: 30px auto 0;
}
.component-title.left {
	text-align: left;
}
.component-title.left:after {
	margin: 30px auto 0 0;
}

.distinct {
	color: #aecb06;
}

.green-section {
	background-color: #aecb06;
	background-image:
		url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAADklEQVQImWNgQAAR3AwABF8APaVxkYYAAAAASUVORK5CYII="),
		url('../images/green-bg.jpg');
	background-repeat: repeat, no-repeat;
	background-position: center;
	background-size: auto, cover;
}

.striped {
   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAEUlEQVQImWNgYGBQY0ADmAIACCsAc7IGBJcAAAAASUVORK5CYII=) repeat;
}

.green-section a,
.green-section .distinct {
	color: #3B650F;
}

.green-section h1,
.green-section h2,
.green-section h4.trigo-module-title {
	color: #fff
}
.green-section hr,
.green-section h4.trigo-module-title:after,
.green-section .component-title.left:after {
	background-color: #fff;
}

.metadata-ctr {
	width: 0;
	height: 0;
}

.trigo-position-page.white-section {
	background: #f3f3f3;
}

.no-photo {
	background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALkAAAC5CAMAAABDc25uAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMAMyUJFNVrusEAAAGCSURBVHgB7drNVoUwDEXh5CTv/8z+rGW1A26NAzle9zdUBptaEEoDzwwAAAAAAAAAAAAAAAAAlBcU1iofqPDVqzK+yA8dpkr5uDxVrgN+KDcdduVV+V0X6paTmYeZcipPlVV5Zx7LlzYqV07KUy7lpRxSWZR3/kDH3YC8wROXU0455ZRL3RWvqlv6M+Xqik21jMsPz4Elx/JD92q3Lu94oH3LFQcyLe/4tO4o0vZjy/K+nNKqPd2svPfuq/a2K+/DXNZKNyvX8d63hl1e5ZNVaKvy3sIP6W1Uri38mC6f8lU0OkODcq3w0ZEG5bVGcnKoQfkayNmxBuX97SFfg94G5StGkz9QeZTHu+nRBuWKNz2bW7qv/JwyPFHKxxfo8LIoh/L4X+VBuf9s4Qrlfs5//1984hJPueZvFrzNGbxBs2phvFJksDrHiqjBKjQr/ys9dPo9X7j4qjj7ksvXc3YsnHeJsDOH3VCmO9DYr0g55ZRTDgAAAAAAAAAAAAAAAAD+XgDO2h80ewYfPgAAAABJRU5ErkJggg==) center no-repeat;
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
}

.pillows {
	height: 30px;
}

.equalizer {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.trigo-position-page {
	padding: 90px 0;
}
.trigo-position-page.no-padding {
	padding: 0;
}
.trigo-position-page.no-padding-bottom {
	padding-bottom: 0;
}

hr {
	background-color: #aecb06;
	height: 2px;
	width: 40px;
	margin: 20px auto;
	border: none;
}
hr.left {
	margin-left: 0;
	margin-right: auto;
}




/****************/
/***          ***/
/***  HEADER  ***/
/***          ***/
/****************/

header .logo img {
	width: 135px;
	max-width: 100%;
	height: auto;
}

header .row {
	position: relative;
}

.strefa-babu {
	position: absolute;
	right: 0;
	top: 100px;
}

/**********************/
/***                ***/
/***  FIXED HEADER  ***/
/***                ***/
/**********************/

.fixed-header {
	transition: all 200ms ease-in;
	position: fixed;
	top: -100px;
	z-index: 15;
	width: 100%;
	background-color: rgba(26, 26, 24, .95);
}

.fixed-header .logo img {
	transition: 200ms ease-out opacity;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
	height: 103px;
	opacity: 0;
}

.fixed-header.scrolled {
	transition: all 200ms ease-out;
	top: 0;
}

.fixed-header.scrolled .logo img {
	opacity: 1;
}



/***************************/
/***                     ***/
/***  HEADER NAVIGATION  ***/
/***                     ***/
/***************************/

header {
	padding: 30px 0 40px;
}
header .menu {
	margin-top: 40px;
}
header .menu > ul {
	background: transparent url('../images/menu-bg.svg') no-repeat left top;
	background-size: 100% 96.5%;
	padding: 15px 25px 0 38px;
}

header .menu a,
.fixed-header .menu a {
	transition: 150ms linear all;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: transparent;
	padding: 10px 0;
	font-size: 10.65px;
	font-weight: bold;
}
.fixed-header .menu a {
	font-size: 12px;
}
header .menu a:hover,
header .menu a:active,
header .menu a:focus {
	text-decoration: none;
	background-color: transparent;
}

header .menu > ul > li > a,
.fixed-header .menu > ul > li > a {
	border-bottom: 4px solid transparent;
	font-weight: bold;
}
header .menu > ul > li > a:hover,
header .menu > ul > li > a:active,
header .menu > ul > li.active > a,
.fixed-header .menu > ul > li > a:hover,
.fixed-header .menu > ul > li > a:active,
.fixed-header .menu > ul > li.active > a {
	border-bottom: 4px solid #aecb06;
	background: transparent;
}

header .menu > ul > li:not(:first-child),
.fixed-header .menu > ul > li:not(:first-child) {
	margin-left: 16px;
}

.trigo-position-overlay .menu a:hover {
	text-decoration: none;
}

.menu.horizontal > ul > li ul {
	margin-top: -2px;
	background-color: rgba(26, 26, 24, 0.95);
	text-align: left;
	padding: 4px 0;
}
.menu.horizontal > ul > li > ul a {
	padding: 5px 15px;
}



/*******************/
/***             ***/
/***  ALERT BOX  ***/
/***             ***/
/*******************/

.overlay {
	position: fixed;
	z-index: 10;
	height: 0;
	width: 100%;
	left: 0;
	top: 0;
}

.alert-box-wrapper {
	position: relative;
	z-index: 50;
}

.alert-box {
	background-color: rgba(255,255,255, .95);
	border: 1px solid #009fe1;
	box-shadow: 0 1px 5px rgba(0,0,0, .35);
	color: #444;
	padding: 15px 30px;
	position: relative;
}
.alert-box.alert {
	background-color: rgba(255,245,245, .95);
	border: 1px solid #f00;
	box-shadow: 0 1px 5px rgba(0,0,0, .35);
	color: #500;
}
.alert-box.success {
	background-color: rgba(245,255,245, .95);
	border: 1px solid #090;
	box-shadow: 0 1px 5px rgba(0,0,0, .35);
	color: #050;
}

.alert-box a.close {
	color: #444;
	position: absolute;
	top: 6px;
	right: 10px;
}
.alert-box.alert a.close {
	color: #500;
}
.alert-box.success a.close {
	color: #050;
}



/*********************/
/***               ***/
/***  HERO BANNER  ***/
/***               ***/
/*********************/

.banners-list {
	margin: 0 auto;
}

.slide {
	text-align: center;
}

.banner-txt {
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 10;
	background: #1a1a18;
	color: #aecb06;
	display: block;
	text-align: left;
	padding: 0 20px;
	max-width: 800px;
	box-shadow: 25px 20px 0 #aecb06, 0 20px 0 #aecb06;
}

.banner-title {
	font-size: 25px;
	font-weight: bold;
	margin: 20px 0;
}
.banner-subtitle {
	font-size: 20px;
	margin: 0 0 20px;
}

.banners-list .arrow-nav {
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    cursor: pointer;
    overflow: hidden;
    top: 50%;
    margin-top: -13px;
	background: transparent;
}

.banners-list .arrow-nav.arrow-left {
    left: 90px;
}
.banners-list .arrow-nav.arrow-right {
    right: 90px;
}
.arrow-nav .icon-left,
.arrow-nav .icon-right {
	color: #fff;
}

.banners-list .navigation {
	position: absolute;
	right: 50px !important;
	bottom: 50px !important;
	left: auto !important;
}

.banners-list .navigation div {
	padding: 0 6px;
	opacity: 1;
}
.banners-list .navigation div span {
	transition: 150ms linear all;
	border-radius: 400px;
	border: 2px solid #aecb06;
	background-color: transparent;
	width: 12px;
	height: 12px;
	margin: 0 6px !important;
}
.banners-list .navigation div.av span {
	background-color: #aecb06;
	border: 2px solid transparent;
}



/**********************/
/***                ***/
/***  TEAM MEMBERS  ***/
/***                ***/
/**********************/

.member {
	margin-bottom: 20px;
}
.member img {
	display: block;
}
/*
.member .photo-restrictor {
	margin: 0 auto;
	max-width: 250px;
}*/
.member .photo,
.activists .photo {
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
}
.member-data {
	display: block;
	text-align: center;
	background: #fff;
	padding: 15px 20px;
}
.member-data p {
	line-height: 1;
	margin: 1px;
}
.member .email {
	text-align: center;
}
.member .email a {
	font-size: 14px;
	font-weight: bold;
}
.green-section .member .icon {
	font-size: 18px;
}
.green-section .member .email,
.green-section .member .email a {
	color: #fff;
}
.member-data .name {
	font-size: 18px;
	font-weight: bold;
}
.member-data .position {
	font-size: 12px;
}



/*******************/
/***             ***/
/***  ACTIVISTS  ***/
/***             ***/
/*******************/

.activists .name {
	font-size: 16px;
	text-align: center;
	height: 40px;
	line-height: 1.1;
}



/******************/
/***            ***/
/***  PRODUCTS  ***/
/***            ***/
/******************/

.product-link {
	color: #1a1a18;
	text-decoration: none;
}
.product-name {
	font-size: 24px;
	color: rgb(26, 26, 24);
	font-weight: bold;
	line-height: 1.1;
	text-align: left;
	margin-bottom: 5px;
}
.price {
	margin-top: 5px;
	font-size: 17px;
}
.price:before {
	content: 'CENA: ';
}
.price:after {
	content: ' zł:';
}

.mfp-content {
	transition: 150ms linear all;
	background-color: #eee;
	border-radius: 5px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 30px 20px;
}
.mfp-content h1 {
	margin-top: 0;
}

.mfp-content img {
	display: block;
	margin-bottom: 15px;
}

.mfp-close {
	border-radius: 0 5px 0 0;
}
.mfp-close:hover {
	background-color: #1a1a18;
	color: #aecb06 !important;
}


/*****************/
/***           ***/
/***  CONTACT  ***/
/***           ***/
/*****************/

.captcha-container .image-container,
input,
textarea {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0;
}
.captcha-container .image-container {
	margin-bottom: 5px;
}
.captcha-container input {
	border-radius: 0 !important;
}

#googlemap {
	height: 385px;
	margin: 80px 0 0 0;
}

::-webkit-input-placeholder {
	text-transform: uppercase;
	font-size: 12px;
}

:-moz-placeholder { /* Firefox 18- */
	text-transform: uppercase;
	font-size: 12px;
}

::-moz-placeholder {  /* Firefox 19+ */
	text-transform: uppercase;
	font-size: 12px;
}

:-ms-input-placeholder {
	text-transform: uppercase;
	font-size: 12px;
}

button,
.button {
	transition: 150ms linear all;
	border: 2px solid #aecb06;
	background: #aecb06;
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}
.button.full,
button.full {
	width: 100%;
	max-width: 100%;
	white-space: wrap;
}
.green-section button,
.green-section .button {
	border: 2px solid #fff;
}

button:hover,
button:active,
.button:hover,
.button:active {
	border: 2px solid #1a1a18;
	background: #1a1a18;
	color: #aecb06;
	text-decoration: none;
}

.green-section button:hover,
.green-section button:active,
.green-section .button:hover,
.green-section .button:active {
	background: #fff;
	color: #aecb06;
}

button.small,
.button.small {
	font-size: 10.2px;
}


/***********************/
/***                 ***/
/***  PICTURE BREAK  ***/
/***                 ***/
/***********************/

.pic-break {
	background: url() center fixed no-repeat;
	background-size: cover;
	height: 500px;
	text-align: center;
	white-space: nowrap;
	font-size: 0px;
	padding: 20px;
}

.pic-break > * {
	vertical-align: middle;
}



/****************/
/***          ***/
/***  VIDEOS  ***/
/***          ***/
/****************/

.video h3 {
	font-weight: bold;
	font-size: 24px;
	margin: 20px 0 5px;
	line-height: 1.2;
	text-transform: none;
}
.video .date {
	margin-top: 5px;
	font-size: 16px;
}

.video {
	margin-bottom: 20px;
}

.video-link {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
	padding-bottom: 60%;
	display: block;
}
.video-link:before {
	transition: all 150ms linear;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -40px;
	font-size: 50px;
	font-family: 'icons';
	content: '\E805';
	opacity: .65;
	color: #AECB06;
	text-shadow: 0 0 5px transparent;
}
.video-link:hover:before,
.video-link:active:before {
	opacity: 1;
	text-shadow: 0 0 5px #000;
}



/****************/
/***          ***/
/***  FOOTER  ***/
/***          ***/
/****************/

footer {
	background: #fff;
	font-size: 12px;
	padding: 30px 0 55px;
	color: #555;
}
footer a {
	color: #555;
}



/**************************/
/***                    ***/
/***  CLICKABLE IMAGES  ***/
/***                    ***/
/**************************/

a.img-link,
a.img-link:hover,
a.img-link:active,
a.img-link:focus {
	text-decoration: none;
	border: none;
	text-align: left;
}

.img,
.img-wrp {
	display: block;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: 2px solid rgba(68,68,68,.05);
}

.img-wrp img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.img:before,
.img-wrp:before {
	transition: 150ms linear opacity;
	display: block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #aecb06;
	opacity: 0;
	z-index: 1;
}

.img:after,
.img-wrp:after {
	transition: 150ms linear opacity;
	display: block;
	position: absolute;
	content: '\E804';
	font-family: 'Icons';
	font-size: 30px;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -11px;
	color: #1a1a18;
	opacity: 0;
	z-index: 2;
}

a:hover .img:before,
a:active .img:before,
a:hover .img-wrp:before,
a:active .img-wrp:before,
a.img-link:hover .img:before,
a.img-link:active .img:before,
a.img-link:hover .img-wrp:before,
a.img-link:active .img-wrp:before {
	opacity: .8;
}
a:hover .img:after,
a:active .img:after,
a:hover .img-wrp:after,
a:active .img-wrp:after,
a.img-link:hover .img:after,
a.img-link:active .img:after,
a.img-link:hover .img-wrp:after,
a.img-link:active .img-wrp:after {
	opacity: 1;
}

a > .img-title {
	display: inline-block;
	color: #0d0b3d;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.gallery-ctr .img-ctr {
	margin-bottom: 20px;
}

.go-back {
	float: right;
}

.metadata-part {
	margin-right: 15px;
	font-style: italic;
}

/********************/
/***              ***/
/***  PAGINATION  ***/
/***              ***/
/********************/

.pagination {
	display: inline-block;
	text-align: center;
	width: 100%;
	list-style-type: none;
}
.pagination li {
	display: inline-block;
	border: 1px solid #AECB06;
	margin-left: 7px;
}
.pagination li a {
	color: inherit;
	text-align: center;
	width: 25px;
	line-height: 25px;
	text-shadow: none;
	display: block;
	border: none;
}
.pagination li.current a{
	background-color: #AECB06;
	color: #fff;
	border: none;
}
.pagination li:hover a,
.pagination li:active a{
	background-color: rgba(174, 203, 6, .4);
	border: none;
}




/***************************/
/***                     ***/
/***  MOBILE NAVIGATION  ***/
/***                     ***/
/***************************/

.simplePublication h2 {
	margin-bottom: 0;
}

.addDate {
	font-style: italic;
	font-size: 14px;
	margin-top: 0;
}



/***************************/
/***                     ***/
/***  MOBILE NAVIGATION  ***/
/***                     ***/
/***************************/

.mobile-menu-button {
	transition: 150ms linear all;
	display: none;
	transition: 200ms linear all;
	text-align:center;
	border: none;
	position: fixed;
	z-index: 5;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 30px;
	background-color: #aecb06;
	border-radius: 50px;
	color: #1a1a18;
	height: 42px;
	padding-top: 1px;
	font-family: 'icons';
	line-height: 1.35;
}

.mobile-menu-button:hover,
.mobile-menu-button:active {
	background: #1a1a18;
	color: #aecb06;
}

.trigo-position-overlay .menu {
	transition: 200ms linear all;
	display: block;
	position: fixed;
	top: 0px;
	bottom: 0px;
	width: 0%;
	right: 0;
	background-color: transparent;
	z-index: 50;
	overflow: hidden;
}

.trigo-position-overlay .menu.visible {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	overflow: auto;
}

.trigo-position-overlay .menu > ul * {
	white-space: pre-wrap;
}
.trigo-position-overlay .menu > ul {
	transition: 250ms linear all;
	position: absolute;
	width: 0;
	scroll: auto;
	top: 0;
	right: 0;
	min-height: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,0);
	background-color: #111;
}
.trigo-position-overlay .menu.visible > ul {
	width: 20%;
	min-width: 200px;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	text-align: left;
}
.trigo-position-overlay .menu.vertical > ul ul {
	background: transparent;
}
.trigo-position-overlay .menu li {
	height: auto;
}
.trigo-position-overlay .menu li > a {
	font-size: 15px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.1);
	color: #ddd;
	padding-top: 8px;
	padding-bottom: 8px;
}
.trigo-position-overlay .menu li > a:hover,
.trigo-position-overlay .menu li > a:active {
	color: #000;
	background: rgba(174, 203, 6, .5);
}
.trigo-position-overlay .menu li.active > a{
	background-color: #AECB06;
	color: #000;
}
.trigo-position-overlay .dropdown {
	position: static;
	display: inline;
}

.navbar-nav {
	overflow: auto;
}




/********************/
/***              ***/
/*** LOGOS SLIDER ***/
/***              ***/
/********************/
.logos-slider {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	transition: 1.5s linear all;
}

.logos-slider.hidden {
	bottom: -100%;
	display: block;
}

.logos-slider .logos-slider-wrapper {
	max-width: 100%;
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
	padding: 20px 50px;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
	position: relative;
}

.logos-slider .close {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 25px;
	font-family: Arial, Verdana, Tahoma;
	background: transparent;
	border: none;
	padding: 0;
	color: #000;
	opacity: .5;
}

.logos-slider .close:hover {
	cursor: pointer;
	opacity: 1;
}

.logo-babu {
/*	pos/media/plik_strefa_babu.png */
}


/***************/
/***         ***/
/***  TOOLS  ***/
/***         ***/
/***************/

/* FLOATING */

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-none {
	float: none;
}

@media only screen and (max-width: 767px) {
	.mobile-float-left {
		float: left;
	}
	.mobile-float-right {
		float: right;
	}
	.mobile-float-none {
		float: none;
	}
	.strefa-babu {
    top: 62px;
	}
}
@media only screen and (max-width: 511px) {
	.sm-float-left {
		float: left;
	}
	.sm-float-right {
		float: right;
	}
	.sm-float-none {
		float: none;
	}
}



/***********************/
/***                 ***/
/***  MEDIA QUERIES  ***/
/***                 ***/
/***********************/

@media only screen and (max-width: 1032px)
{
	header .ten.columns.txt-right,
	.fixed-header {
		display: none;
	}
	.mobile-menu-button {
		display: block;
	}
}

@media only screen and (max-width: 767px)
{
	.pic-break {
		background-attachment: scroll;
		height: 400px;
	}
	.trigo-position-page {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 511px)
{
	.pic-break {
		height: 300px;
	}
	.trigo-position-page {
		padding: 50px 0;
	}
	.pillows {
		height: 0;
	}
	p.banner-subtitle {
		display: none;
	}
	p.banner-title {
		font-size: 66px;
	}
	.module-abovebox {
		left: 15px !important;
		right: 15px !important;
		width: auto !important;
	}
	.activists .name {
		font-size: 13px;
	}
	.trigo-position-page {
		padding: 25px 0;
	}
}
