
/*************************************************************/
/************************** top menus ************************/

#headerRight .topMenu {
	overflow: hidden;
	text-align: right;
	margin-bottom: 7px;
}

#headerRight .topMenu li {
	width: 160px;
	height: 38px;
	text-align: center;
	display: inline-block;
	margin-bottom: 11px;
}

#headerRight .topMenu li a {
	display: block;
	width: 160px;
	height: 38px;
	font-family: 'world_of_waterregular', Arial, sans-serif;	
	font-size: 18px;	
	line-height: 40px;		
	text-decoration: none;
	color: white;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    border-radius: 8px;
	border: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

#headerRight  #topMenu-1 li a {
	/* zielony */
	background: #cae444; 
	background: -moz-linear-gradient(top, #cae444 0%, #b0ca2b 100%, #7db9e8 100%); 
	background: -webkit-linear-gradient(top, #cae444 0%,#b0ca2b 100%,#7db9e8 100%); 
	background: linear-gradient(to bottom, #cae444 0%,#b0ca2b 100%,#7db9e8 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cae444', endColorstr='#7db9e8',GradientType=0 );
}

#headerRight  #topMenu-2 li a {
	/* niebieski */
	background: #1aa6ff; 
	background: -moz-linear-gradient(top, #1aa6ff 0%, #008de5 100%, #7db9e8 100%); 
	background: -webkit-linear-gradient(top, #1aa6ff 0%,#008de5 100%,#7db9e8 100%); 
	background: linear-gradient(to bottom, #1aa6ff 0%,#008de5 100%,#7db9e8 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aa6ff', endColorstr='#7db9e8',GradientType=0 ); 
}

#headerRight .topMenu li.current a,
#headerRight .topMenu li a:hover {
	color: #000006;
}

#mainMenu ul {
	margin: 0;
	padding: 0;
}

#mainMenu ul li {
	display: inline-block;
	list-style: none;	
	margin: 3px 0 0 9px;
	padding: 0;
	width: 36px;
	height: 33px;
}

#mainMenu ul li a {
	display: block;	
	text-decoration: none;	
	width: 36px;
	height: 33px;
}

#mainMenu ul li a span {
	display: none;
}

#mainMenu ul li a.homeLink  {
	background: url(../images/icon-homek.png) 50% 0 no-repeat;
}

#mainMenu ul li a.fbLink  {
	background: url(../images/icon-fb.png) 50% 0 no-repeat;
}

@media only screen and (min-width: 800px) {
	#headerRight .topMenu li {
		margin-left: 11px;
	}

	#headerRight .topMenu li:first-child {
		margin-left: 0;
	}
}

/*************************************************************/
/************************** categories ***********************/

.categories-list{
	padding: 0;
	margin: 0;
	text-align: center;	
}

.subCategory {
	width: 224px;
	display: inline-block;
	font-size: 18px;
}

.subCategory h3 {
	font-family: 'world_of_waterregular', Arial, sans-serif;
	padding: 0;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    border-radius: 6px;	
}

@media only screen and (max-width: 1023px) {
	.subCategory h3 {
		margin: 10px;
	}
}

@media only screen and (min-width: 1024px) {
	.subCategory h3 {
		margin: 10px 0 10px 20px;
	}
}

.subCategory h3 a {
	width: 180px;		/* 200px */
	height: 135px;
	padding: 0 10px 0 10px;
	display: table-cell;
	color: white;
	text-decoration: none;
	vertical-align: middle;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.subCategory h3 a:hover {
	color: #000006;
}

.categories-list.colorYellowMenu h3 {
	/* żółty */
	background: #f4c81a; 
	background: -moz-linear-gradient(top, #f4c81a 0%, #daae00 100%, #7db9e8 100%); 
	background: -webkit-linear-gradient(top, #f4c81a 0%,#daae00 100%,#7db9e8 100%); 
	background: linear-gradient(to bottom, #f4c81a 0%,#daae00 100%,#7db9e8 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c81a', endColorstr='#7db9e8',GradientType=0 );
}

.categories-list.colorBlueMenu h3 {
	/* niebieski */
	background: #3fb0f9;
	background: -moz-linear-gradient(top, #3fb0f9 0%, #0f81c9 100%, #7db9e8 100%);
	background: -webkit-linear-gradient(top, #3fb0f9 0%,#0f81c9 100%,#7db9e8 100%); 
	background: linear-gradient(to bottom, #3fb0f9 0%,#0f81c9 100%,#7db9e8 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fb0f9', endColorstr='#7db9e8',GradientType=0 );
}

.categories-list.colorRedMenu h3 {
	/* czerwony */
	background: #fe2a1a; 
	background: -moz-linear-gradient(top, #fe2a1a 0%, #e41000 100%, #7db9e8 100%);
	background: -webkit-linear-gradient(top, #fe2a1a 0%,#e41000 100%,#7db9e8 100%); 
	background: linear-gradient(to bottom, #fe2a1a 0%,#e41000 100%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe2a1a', endColorstr='#7db9e8',GradientType=0 );
}

/*************************************************************/
/********************** strony tag-ów ************************/

.tag-category fieldset {
	border: none;
	padding: 0;
	text-align: right;
}

.tag-category .btn-group {
	display: inline-block;
	text-align: left;
	margin-left: 10px;
}

.tag-category .btn-group .inputbox {
	padding-top: 1px;
	padding-bottom: 1px;
}

