/************************************************
			IMPORT
************************************************/
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css");
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');

/************************************************
			BAZOWE ELEMENTY
************************************************/
body {
	background-color: #f9f9f9;
	font-family: "Roboto", sans-serif;
	
}

.background-feets {
	background: url('/assets/img/tlo_feets.png') top center repeat-y;
}

div#kaak_container {
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
}

h4 {
	color: #1ea5a1;
	text-transform: uppercase;
	font-size: 24px;
}

h3 {
	color: #29487d;
	text-transform: uppercase;
	font-size: 22px;
}

h6 {
	font-size: 20px;
	color: #29487d;
}

p {
	line-height: 1.75em;
	font-size: 14px;
}

.border-white-reverse {
	background: url('/assets/img/border-white-reverse.png') top left repeat-x;
}

.border-white {
	background: url('/assets/img/border-white.png') bottom left repeat-x;
}

a:focus, a:hover {
    text-decoration: none;
}

/************************************************
	KATEGORIA 0 HOME
************************************************/
body.home {
	background: url('/assets/img/tlo_mix.png') top center repeat-y;
}

body.home nav ul {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9d9d9d;
}
/************************************************
	KATEGORIA 1 KREATYWNIE AKTYWNI
************************************************/
body.article_ka,
body.kategoria1 {
	background: url('/assets/img/tlo_hands.png') top center repeat-y;
}
body.article_ka nav li,
body.kategoria1 nav li {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fce889;
}

body.article_ka nav li.active,
body.kategoria1 nav li.active {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #fce889;
}

/************************************************
	KATEGORIA 2 AKTYWNI KREATYWNIE
************************************************/
body.article_ak,
body.kategoria2 {
	background: url('/assets/img/tlo_feets.png') top center repeat-y;
}
body.article_ak nav li,
body.kategoria2 nav li {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #aca4ce;
}
body.article_ak nav li.active,
body.kategoria2 nav li.active {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #aca4ce;
}

/************************************************
	HEADER_KAAK
************************************************/

h1 {
	color: #a0a0a0;
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
}

a:hover {
	text-decoration: none;
}

nav {
	display: block;
}

nav ul li a {
	text-decoration: none;
	color: #9d9d9d;
	
}

.list-inline>li {
	padding: 14px 0px;
}

nav a:hover {
	color: #9d9d9d;
}

nav ul.list-inline {
	display: flex;
	font-size: 24px;
	flex-flow: row wrap;
	color: #9d9d9d;
	background-color: #e3e3e3;
	text-align: center;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	
	
}

nav ul.list-inline a:before {
	content:'|';
	float: left;
}

nav ul.list-inline li:first-child a:before {
	content: '';
}

/************************************************
	WYSZUKIWARKA_KAAK
************************************************/

.wyszukiwarka_kaak {
	background-color: #e3e3e3;
	padding: 22px;
	margin-bottom: 22px;
}

.wyszukiwarka_kaak h3 {
	padding: 0px 5.5px 11px 5.5px;
	margin-top: 0;
	margin-bottom: 22px;
	border-bottom: 1px solid #d4d4d4;
}

.wyszukiwarka_kaak .input-group-btn:last-child>.btn {
	height: 34px;
}


/************************************************
	POLECAMY_KAAK
************************************************/

.polecamy_kaak {
	background-color: #e3e3e3;
	padding: 22px;
	margin-bottom: 22px;
}

.polecamy_kaak h3 {
	padding: 0px 5.5px 11px 5.5px;
	margin-top: 0;
	margin-bottom: 22px;
	border-bottom: 1px solid #d4d4d4;
}

.polecamy_kaak h5 {
	text-transform: uppercase;
	font-size: 16px;
}



/************************************************
	FOOTER_KAAK
************************************************/

.footer1 {
	background-color: #e3e3e3;
	padding: 22px;
	padding-top: 40px;	
}

.footer1 h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

abbr {
	color: #446193;
}

.footer1_kreatywni_btn {
	background-color: #1ea5a1; 
	color: #FFF;
	text-transform: uppercase;
}

/************************************************
	FOOTER2_KAAK
************************************************/
.footer2_kids {
	background: url('/assets/img/spicy-footer-background.jpg') top center no-repeat;
	padding-top: 350px; 
	margin-top: 3px;
}

/************************************************
	FOOTER3_KAAK
************************************************/

.footer3_right {
	text-transform: uppercase;
	color: #446193;
	font-size: 12px;
}

/************************************************
	HOME CAROUSEL_KAAK
************************************************/

div#carousel_kaak {
	margin-bottom: 28px;
	height: 100%;
	max-height: 471px;
	display: block;
}


/************************************************
	HOME ARTICLES_KAAK
************************************************/

.articles {
	min-height: 400px;
	display: block;
}

.articles div {
	width: 100%;
}

.articles img {
	border: 1px solid #e1e1e1;
}

.articles p {
	color: #686868;
}

.kategory {
	color: #FFF;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	padding-left: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	position: absolute;
	bottom: -42px;
	left: 0;
	width: 100%;
	transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715); /* easeInSine */
	transition-timing-function: cubic-bezier(0.660, 0.060, 0.325, 0.855); /* custom */
}

.kategory1 {
	background-color: #fbe888;
}

.kategory2 {
	background-color: #aca4ce;
}

.articles > div {
	position: relative;
	overflow: hidden;
}

.articles:hover .kategory {
	bottom: 0;
}


/************************************************
	ARTICLE BELKA
************************************************/

.belka {
	background-color: #e3e3e3;
	height: 108px;
}

.content_belka {
	margin-bottom: 25px;
}

.article-powrot {
	padding-right: 0;
	padding-left: 20px;
}

.kaak-share h3 {
	font-size: 14px;
	padding: 10px 0;
	margin: 0;
}

.kaak-share {
	padding-left: 15px;
	height: 100%;
}

.kaak-share li {
	padding: 5px;
}

/************************************************
	ARTICLE TYTUŁ
************************************************/
.article_title {
	font-size: 24px;
	font-weight: bold;
}

/************************************************
	ARTICLE GŁÓWNE ZDJĘCIE
************************************************/
/*Ramka zdjęcia głównego na stronie artykułu - kategoria kreatywnie*/
.article_ka .article_border {
	border: 10px solid #fce889;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-top: 30px;
}
/*Ramka zdjęcia głównego na stronie artykułu - kategoria aktywnie*/
.article_ak .article_border {
	border: 10px solid #aca4ce;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-top: 30px;
}


/************************************************
	ARTICLE BUTTONY
************************************************/

.guziki a {
	background-color: #fce889;
	height: 45px;
	border-radius: 0;
	border: 0;
	float: right;
	margin: 10px 5px;

}


.guziki span {
	font-size: 9px;
	text-transform: uppercase;
	color: #3faf9d;
}

.guziki img {
	float:left;
	clear: both;
	padding: 1.5px;
}


.dwuwiersz h5 {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 1.5px;
}

.dwuwiersz {
	margin-right: 0;
}

.guziki h5 {
	text-align: left;
	position: relative; left: 15px;
}

/************************************************
	ARTICLE POTRZEBOWAĆ
************************************************/

/*Ramka z listą rzeczy potrzebnych do zabawy - kategoria kreatywnie*/
.article_ka .kaak_need {
	background-color: #fce889;
	padding: 30px;
	color: #3a5585;
	font-size: 26px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 24px;
}

/*Ramka z listą rzeczy potrzebnych do zabawy - kategoria aktywnie*/
.article_ak .kaak_need {
	background-color: #aca4ce;
	padding: 30px;
	color: #fce889;
	font-size: 26px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 24px;
}

/************************************************
	ARTICLE KROKI
************************************************/

.steps_number {
	list-style-type: none;
	font-size: 24px;
	padding: 0;	
}

/*.steps_number li,
.field-collection-item-field-lista-aktywnosci {
	margin-bottom: 30px;
}*/



.field-collection-item-field-lista-aktywnosci .field-name-field-tytul-aktywnosci{
	padding: 0px;
	display: block;
	font-size: 20px;
	line-height: 50px;
	color: #355284;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 80px;
	text-transform: uppercase;
}


.step_text {
	background-color: #e3e3e3;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	height: 50px;
}


.step_node {
	position: relative;
	margin-top: 50px;

}

/*Kółko z numerem kroku - kategoria kreatywnie*/
.article_ka .circle {
	background-color: #fce889;
	color: #435c8a;
	border-radius: 50%;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	height: 50px;
	width: 50px;
	font-size: 24px;
	position: absolute;
	border: 10px solid #FFF;
	box-sizing: content-box;
	margin: 0;
	top: -10px;
	left: -10px;
	z-index: 1;
}
/*Kółko z numerem kroku - kategoria aktywnie*/
.article_ak .circle {
	background-color: #aca4ce;
	color: #fce889;
	border-radius: 50%;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	height: 50px;
	width: 50px;
	font-size: 24px;
	position: absolute;
	border: 10px solid #FFF;
	box-sizing: content-box;
	margin: 0;
	top: -10px;
	left: -10px;
	z-index: 1;
}

.step-foto,
.field-collection-item-field-lista-aktywnosci .field-name-field-ilustracja-aktywnosci{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #e1e1e1;
}

.steps_number p,
.field-collection-item-field-lista-aktywnosci .field-name-field-opis-aktywnosci{
	color: #686868;

}

/************************************************
	AKTYWNI FIZYCZNIE
************************************************/
.aktywnie_banner {
	margin-bottom: 30px;
}
.aktywnie_foto {
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
}

.kolumna-kategorii {
	width: 20%;
	float: left;
}

.border-green > h6 {
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;

}

.nazwa-kolumny-kategorii {
	margin: 5px;
	background-color: #1ea5a1;
	border-bottom: 10px solid transparent; 

}

.kolumny-kategorii {
	margin: -5px;
	margin-bottom: 20px;
}

.border-green {
	background: url('/assets/img/zabek.png') bottom left repeat-x;

}
.naglowek-kategorii-zabaw-dwuwiersz,
.naglowek-kategorii-zabaw {
	background-color: #3bbdb9;
	margin-bottom: -8px;
	max-height: 55px;
}

.naglowek-kategorii-zabaw > h6 {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	text-align: center;
	margin: 0;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 10px;
}

.naglowek-kategorii-zabaw-dwuwiersz > h6 {
	padding-bottom: 11px !important;
	padding-top: 14px !important;
}
.naglowek-kategorii-zabaw-dwuwiersz > h6 > a,
.naglowek-kategorii-zabaw > h6 > a {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	text-align: center;
	text-decoration: none;
}

.lista-kategorii-zabaw li {
	background-color: #9ddbd9;
	padding: 0;
	list-style-type: none;
}

.lista-kategorii-zabaw-it h6 {
	color: #12807d !important;
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	text-align: center;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
	border-bottom: 2px solid #1ea5a1;
	font-weight: 700;
}
.lista-kategorii-zabaw-it a {
	color: #12807d;
	font-weight: 700;
}
.lista-kategorii-zabaw {
	margin: 0; 
	padding: 0;
}

.lista-kategorii-zabaw li li  {
	background-color: rgba(255,255,255,0.5);
}

/*O nas*/

.foto_onas {
	float: left;
	margin-right: 26px;
	margin-bottom: 14px;
	margin-left: 10px;
	width: auto;
	height: 350px;
	
}

.kategoria2 .foto-border {
	border: 2px solid #FFF;
	outline: 10px solid #aca4ce;
}

.kategoria1 .foto-border {	
	border: 2px solid #FFF;
	outline: 10px solid #fce889;
}

.disabled {
    opacity: 0.25;
    cursor: not-allowed;
}

.lista-kategorii-zabaw div {
	display: none;
}

.lista-kategorii-zabaw div.active {
	display: block;
}

/*Zmiana koloru filtrów po najechaniu myszką
.naglowek-kategorii-zabaw-dwuwiersz:hover, 
.naglowek-kategorii-zabaw:hover,
.lista-kategorii-zabaw li:hover {
	background-color: #fce889;	
	transition: 0.75s;
}

.naglowek-kategorii-zabaw h6:hover a, 
.naglowek-kategorii-zabaw h6:hover a {
	color: #3bbdb9 !important;
}*/