﻿body    { font-family:Verdana,Arial,Sans-serif; color: #99CCEE; font-size: 11pt;}
b       { color: yellow; }
strong  { color: white; }

.podpis { text-decoration:none; font-family:Verdana,Arial,Sans-serif; font-size:9px; color:#010080; text-align:right; }
.pod_ak { text-decoration:none; font-family:Verdana,Arial,Sans-serif; font-size:9px; color:#010080; }
.news_t { font-family:Verdana,Arial,Sans-serif; color: #99CCEE; font-size: 11pt; font-weight: bold; border-bottom:1px solid #010080; background: url("/2lo/img/2lom.gif") no-repeat left center; padding-left: 10px; }
.news_b { font-family:Verdana,Arial,Sans-serif; color: #CCFFFF; font-size: 10pt; text-align: justify; padding-top: 10px; padding-right: 40px; padding-bottom: 10px; padding-left: 70px;}
.news_  { font-family:Verdana,Arial,Sans-serif; color: #ffffff; font-size: 11pt; border-bottom:1px solid #010080; }
.fot    { text-decoration:none; font-family:Verdana,Arial,Sans-serif; font-size:9px; color:white;  }
.just   { text-align: justify; }
.kol4   { 
    text-decoration:none; 
	font-family: Verdana,tahoma,arial; 
	font-size:9pt; 
    color:#99CCEE; 
    }
.kol5   { font-family:Verdana,Arial,Sans-serif;	font: normal 9px arial; color:white; }

.banner { font-family:Times New Roman,Serif; color:yellow; font-size: 17pt; font-style:italic; font-weight:bold; }
/* This is the css style that will make your text blink.*/
.blinkytext {
     font-family: Verdana,Arial,Sans-serif;;
     /*font-size: 1.2em;*/
     text-decoration: blink;
     font-style: normal;
 }

a.more  {
	font-family::Verdana,Arial,Sans-serif;
	font: normal 11px arial;
	color: yellow;
	padding-left: 15px;
	background: url("/2lo/img/point.gif") no-repeat left center;
	text-decoration: none;
	}
a.moreb  {
	font-family::Verdana,Arial,Sans-serif;
	font: normal 14px arial;
	color: yellow;
	padding-left: 15px;
	background: url("/2lo/img/point.gif") no-repeat left center;
	text-decoration: none;
	}
a.more17  {
	font-family::Verdana,Arial,Sans-serif;
	font: normal 17px arial;
	color: yellow;
	padding-left: 15px;
	background: url("/2lo/img/point.gif") no-repeat left center;
	text-decoration: none;
	}


.totop { font-family:Verdana,Arial,Sans-serif;	font: normal 11px arial; color: yellow; padding-left: 15px; background: url("/2lo/img/top.gif") no-repeat left center; text-decoration: none;}

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:500);



/* Menu CSS */ 
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a{ /*height:50px;*/
    padding: 0; margin: 0; line-height: 1; 
    font-family: 'Source Sans Pro', sans-serif; font-weight: 500; font-size: 16px; color: white;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;}
#cssmenu:before, #cssmenu:after, #cssmenu > ul:before, #cssmenu > ul:after {content: '';display: table;}
#cssmenu:after, #cssmenu > ul:after {clear: both;}
#cssmenu a{	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);}
#cssmenu ul{background: #3b5998;
	border-radius: 3px;
	border: 1px solid #2b4479;
	-webkit-box-shadow: 0 1px 2px rgba(2, 2, 2, .25), inset 0 1px 1px rgba(255, 255, 255, .15);
	-o-box-shadow: 0 1px 2px rgba(2, 2, 2, .25), inset 0 1px 1px rgba(255, 255, 255, .15);
	-moz-box-shadow: 0 1px 2px rgba(2, 2, 2, .25), inset 0 1px 1px rgba(255, 255, 255, .15);
	-ms-box-shadow: 0 1px 2px rgba(2, 2, 2, .25), inset 0 1px 1px rgba(255, 255, 255, .15);
	box-shadow: 0 1px 2px rgba(2, 2, 2, .25), inset 0 1px 1px rgba(255, 255, 255, .15);}
#cssmenu ul > li{float: left;	list-style: none;}

#cssmenu ul > li > a{
	
	display: block;
	text-decoration: none;
	padding: 15px 44px;
	position: relative;
	
}

#cssmenu ul > li > a:hover{
	
	background: #2f4b87;
	-webkit-box-shadow: inset 0 0 1px #1f325d;
	-o-box-shadow: inset 0 0 1px #1f325d;
	-moz-box-shadow: inset 0 0 1px #1f325d;
	-ms-box-shadow: inset 0 0 1px #1f325d;
	box-shadow: inset 0 0 1px #1f325d;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
	
}

#cssmenu ul > li > a:hover:before{
	
	content: '';
	z-index: 2;
	position: absolute;
	border: 1px solid white;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: -1px;
	opacity: .2;

}

#cssmenu ul > li > a:hover:after{
	
	content: '';
	z-index: 2;
	position: absolute;
	border: 1px solid white;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	right: -1px;
	opacity: .2;

}

#cssmenu > ul > li > ul{
	
	opacity: 0;
	visibility: hidden;
	position: absolute;
	
}

#cssmenu > ul > li:hover > ul{
	
	opacity: 1;
	visibility: visible;
	position: absolute;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow:none;
	-ms-box-shadow: none;
	box-shadow: none;
	
}

#cssmenu > ul > li > ul{
	
	width: 200px;
	position: absolute;
	
}

#cssmenu > ul > li > ul > li{
	
	float: none;
	position: relative;
	
}

#cssmenu > ul > li > ul > li > ul{
	
	opacity: 0;
	visibility: hidden;
	position: absolute;
	
}

#cssmenu > ul > li > ul > li:hover > ul{
	
	opacity: 1;
	visibility: visible;
	position: absolute;
	
}

#cssmenu > ul > li > ul > li > ul{
	
	left: 202px;
	top: 1px;
	width: 200px;
	
}

#cssmenu > ul > li > ul > li > ul > li{
	
	float: none;
	
}
	#cssmenu .active > a{
		color:yellow;
		font-weight: bold;
		}
	#cssmenu .disabled > a{
		color:#808080;
		/* font-weight: bold; */
		}

#options2{
	width:99%;
	background:#305090; /* 3b5998, 3366CC;*/
	border-color:#99CCEE;
	border-width:1px;
	border-style:solid;
	padding:2px;
	margin:2px 0px 2px 0px;
}

#options3{
	width:99%;
	/* background-color:#F7F7F7; */
	border-top: solid 4px #99CCEE; /*B1DCF3*/
	padding:5px 0px 0px 0px;
	margin:2px 2px 2px 2px;
	text-decoration:none; 
	font-family: Verdana,tahoma,arial; 
	font-size:9pt;  
	color:#000063;
}	
#options3 a:hover {
    text-decoration:none; 
	font-family: Verdana,tahoma,arial; 
	font-size:9pt;  
	color:yellow;
}




/* Some stylesheet reset - menu pionowe: cssvmenu*/
#cssvmenu > ul{
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1;
}

/* The container */
#cssvmenu > ul {
	display: block;
	position: relative;
	width: 150px;
}

	/* The list elements which contain the links */
	#cssvmenu > ul li {
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		width: 150px;	
	}

		/* General link styling */
		#cssvmenu > ul li a {
			/* Layout */
			display: block;
			position: relative;
			margin: 0;
			border-top: 1px dotted #fff;
			/* 7d7d7d  */
			border-bottom: 1px dotted #1d1d1d;
			padding: 11px 20px;
			width: 110px;

			/* Typography */
			font-family:  Helvetica, Arial, sans-serif;
			/* kolor tekstu linku 3dafea  */
			color: white; /* #e7e5e5; */
			text-decoration: none;
			/* text-transform: uppercase; 
			text-shadow: 0 1px 0 #fff;*/
			font-size: 13px;
			font-weight: 300;

			/* Background & effects eaeaea */
			background: #3b5998;
		}

		/* Rounded corners for the first link of the menu/submenus */
		#cssvmenu > ul li:first-child>a {
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
			border-top: 0;
		}

		/* Rounded corners for the last link of the menu/submenus */
		#cssvmenu > ul li:last-child>a {
			border-bottom-left-radius: 4px;
			border-bottom-right-radius: 4px;
			border-bottom: 0;
		}


		/* The hover state of the menu/submenu links */
		#cssvmenu > ul li>a:hover, #cssvmenu > ul li:hover>a {
			color: #fff;
			text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
			/* kolor tla hoovera 000063  54cdf1*/
			background: #000063;
			background: -webkit-linear-gradient(bottom, #000063, #74d7f3);
			background: -ms-linear-gradient(bottom, #000063, #74d7f3); 
			background: -moz-linear-gradient(bottom, #000063, #74d7f3);
			background: -o-linear-gradient(bottom, #000063, #74d7f3);
			border-color: transparent;
		}

		/* The arrow indicating a submenu */
		#cssvmenu > ul .has-sub>a::after {
			content: '';
			position: absolute;
			top: 16px;
			right: 10px;
			width: 0px;
			height: 0px;

			/* Creating the arrow using borders */
			border: 4px solid transparent;
			border-left: 4px solid #3dafea; 
		}

		/* The same arrow, but with a darker color, to create the shadow effect */
		#cssvmenu > ul .has-sub>a::before {
			content: '';
			position: absolute;
			top: 17px;
			right: 10px;
			width: 0px;
			height: 0px;

			/* Creating the arrow using borders */
			border: 4px solid transparent;
			border-left: 4px solid #fff;
		}

		/* Changing the color of the arrow on hover */
		#cssvmenu > ul li>a:hover::after, #cssmenu > ul li:hover>a::after {
			border-left: 4px solid #fff;
		}

		#cssvmenu > ul li>a:hover::before, #cssmenu > ul li:hover>a::before {
			border-left: 4px solid rgba(0, 0, 0, .25);
		}

	
		/* THE SUBMENUS */
		#cssvmenu > ul ul {
			position: absolute;
			left: 150px;
			top: -9999px;
			padding-left: 5px;
			opacity: 0;
			/* The fade effect, created using an opacity transition */
			-webkit-transition: opacity .3s ease-in;
			-moz-transition: opacity .3s ease-in;
			-o-transition: opacity .3s ease-in;
			-ms-transition: opacity .3s ease-in;
		}

		/* Showing the submenu when the user is hovering the parent link */
		#cssvmenu > ul li:hover>ul {
			top: 0px;
			opacity: 1;
		}
		
	    #cssvmenu .disabled > a{
		    color:#808080;
		    /* font-weight: bold; */
		}
	    #cssvmenu .active > a{
		color:yellow;
		font-weight: bold;
		}
		
		
		
		
		
		
.pagination {
	color: #99CCEE;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
    padding-bottom: 4px;
	cursor: pointer;
	text-decoration: none;
}
.pagination a, .pagination a:visited, .pagination a:active {
	background-color: #EAEBEB;
	color: #000;
	border-color: #D4D7DA;
	border: #D4D7DA 1px solid;
	padding: 1px;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #FFF;
	color: #666;
	border-color: #EAECEF;
	border: #EAECEF 1px solid;
	text-decoration: none;
	padding: 1px;
}

#galeria { 
    border:2px solid #a1a1a1;
    padding:10px 40px; 
	background:#3366CC;
	border-color:#99CCEE;
    /*width:400px;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
    
#gal_def { 
    border:2px solid #a1a1a1;
    padding:5px 10px; 
	background:#3366CC;
	border-color:#99CCEE;
    /*width:400px;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    
#gal_news { 
    border:2px solid #a1a1a1;
    padding:2px 2px 2px 2px; 
	background:#3366CC;
	border-color:#99CCEE;
    /*width:400px;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    
    
/*            MENU lat galerii           */

#galcssmenu {
	border:1px solid #000000;
	background:#000000;
	}
#galcssmenu > ul {
	padding:1px 0;
	margin:0px;
	list-style:none;
	width:100%;
	height:21px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	font:normal 8pt verdana, arial, helvetica;
}
#galcssmenu > ul li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
	width:101px;
}
#galcssmenu > ul li a:link, #galcssmenu > ul li a:visited {
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#000000;
	/*color:#ffffff;*/
	color:yellow;
	width:101px;
	height:13px;
}
#galcssmenu > ul li:hover a, #galcssmenu > ul li a:hover, #galcssmenu > ul li a:active {
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#666666;
	color:#ffffff;
	width:99px;
	height:13px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
#galcssmenu > ul li ul {
	margin:0;
	padding:1px 1px 0;
	list-style:none;
	display:none;
	background:#ffffff;
	width:99px;
	position:absolute;
	top:21px;
	left:-1px;
	border:1px solid #000000;
	border-top:none;
}
#galcssmenu > ul li:hover ul {
	display:block;
}
#galcssmenu > ul li ul li {
	width:99px;
	clear:left;
	width:99px;
}
#galcssmenu > ul li ul li a:link, #galcssmenu > ul li ul li a:visited {
	clear:left;
	background:#000000;
	padding:4px 0;
	width:99px;
	border:none;
	border-bottom:1px solid #ffffff;
	position:relative;
	z-index:1000;
}
#galcssmenu > ul li ul li:hover a, #galcssmenu > ul li ul li a:active, #galcssmenu > ul li ul li a:hover {
	clear:left;
	background:#aaaaaa;
	padding:4px 0;
	width:99px;
	border:none;
	border-bottom:1px solid #ffffff;
	position:relative;
	z-index:1000;
}
#galcssmenu > ul li ul li ul.navigation-3 {
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:145px;
	top:-2px;
	padding:1px 1px 0 1px;
	border:1px solid #000000;
	border-left:1px solid #000000;
	background:#ffffff;
	z-index:900;
}
#galcssmenu > ul li ul li:hover ul.navigation-3 {
	display:block;
}
#galcssmenu > ul li ul li ul.navigation-3 li a:link, #galcssmenu > ul li ul li ul.navigation-3 li a:visited {
	background:#000000;
}
#galcssmenu > ul li ul li ul.navigation-3 li:hover a, #galcssmenu > ul li ul li ul.navigation-3 li a:hover, #galcssmenu > ul li ul li ul.navigation-3 li a:active {
	background:#ec454e;
}

/*                   koniec MENU lat galerii               */