@charset "utf-8";
/* CSS Document */
/* ----- General declarations -----*/
* {
	margin:0;
	padding:0;
	border:none;
	box-sizing:border-box;
}
html, body {
	font-family:"Abel", Tahoma, Geneva, sans-serif;
	color:#000;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	background-color:#222;
/*	background-image:url(background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:scrol;*/
}

/* ----- Header -----*/
#header {
	background-image:url(background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	overflow:hidden;
	background-color:#222;
}
#header_title {
	color:#FFF;
	font-size:3vw;
	text-align:center;
	margin:10px;
}
#header_subtitle {
	color:#FFF;
	font-size:1.0em;
	text-align:center;
	margin:10px;
}

/* ----- Navigation -----*/
.topnav {
  overflow: hidden;
  background-color:#222;
  position: sticky;
  top: 0;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
/*antes solo .active*/
.topnav a.active {
  background-color: #555;
  color: white;
}
.topnav .icon {
  display: none;
}
#loginBtn {
	float:right;	
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #06b0af;
  color: white;
  transition: 0.3s;
}
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}
/*szukaj tu*/
.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 900px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}










.content {
  padding: 10px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .uniquePanel {
  padding-top: 380px;
}
/*
.sticky + .raw {
  padding-top:320px;
}
*/





/*
.navi {
	background-color:#222;
}
.navi::after {
  content: "";
  clear:both;
  display:table;
}

.navi ul {
 	list-style-type:none;
	overflow:hidden;
}
.navi a {
  color:#FFF;
  text-decoration:none;
  cursor:pointer;
}
.navi li {
  text-align:center;
  padding:10px;
}
.navi li:hover {
  background-color:#06b0af;
}

*/

.badge {
  background-color: red;
  color: white;
  padding: 2px 4px;
  text-align: center;
  border-radius: 4px;
}
/* ----- Content -----*/
#advertisement_left_container {
	float:left;
	width:160px;
	height::600px;
	margin:10px 10px 10px 0px;
}
#advertisement_right_container {
	float:right;
	width:160px;
	height:600px;
	margin:10px 0px 10px 10px;
	background-color:#f1f1f1;
	border:1px solid #CCC;
	overflow:hidden;
}
#rssTitle {
	text-align:center;
	padding:10px;
}
.rssContainer { /* RSS */
	background-color:#E9E9E9;
	padding:5px;
	margin:0px 5px 5px 5px;
	overflow-x: hidden; /* Hide horizontal scrollbar */
    overflow-y: scroll; /* Add vertical scrollbar */
	width:94%;
	height:92%;
}
.feed-title a {
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
	color:#333;
}
.feed-title a:hover {
	color:#06b0af;
}

.feed-date {
	font-size: 10px;
	color:#666;
}

.feed-item-image {
  max-width: 100%;
  height: auto;
}
.feed-description {
	font-size: 10px;
	color:#666;
}
.feed-description a{
	text-decoration:none;
	font-size: 10px;
	color:#666;
}
.feed-description a:hover {
	color: #04AA6D;
}








/*For 1 column central panel*/
.uniquePanel {
	background-color: #FAFAFA;
}

/*For 3 columns central panel*/
.row {
	background-color: #FAFAFA;
	display: -webkit-flex;
	display: flex;
}

/* Create three unequal columns that sits next to each other */
.column {
/*	padding: 10px;*/
/*  min-height: 600px;  Should be removed. Only for demonstration */
}

/* Left and right column */
.column.side {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* Middle column */
.column.central {
	-webkit-flex: 4;
	-ms-flex: 4;
	flex: 4;
	padding:10px;
}





/* Main content/Search */
#panel_search {
	overflow:hidden;
	background:none;
}
.input_search {
	display:block;
	width:96%;
	color:#000;
	letter-spacing:1px;
	text-transform:uppercase;
	margin:10px auto 10px auto;
	padding:15px 15px 15px 56px;
	font-family: "Abel";
	font-size:1.0em;
	background-color:#CCC;
    background-image:url(icons/i_search.png);
    background-position:10px; 
    background-repeat: no-repeat;
}
.input_form {
	display:block;
	width:96%;
	color:#000;
	letter-spacing:1px;
	text-transform:uppercase;
	margin:10px auto 10px auto;
	padding:15px;
	font-family: "Abel";
	font-size:1.0em;
	background-color:#CCC;
}
.select_form {
	display:block;
	width:96%;
	color:#000;
	letter-spacing:1px;
	text-transform:uppercase;
	margin:10px auto 10px auto;
	padding:15px;
	font-family: "Abel";
	font-size:1.0em;
	background-color:#CCC;
}
.botton_form {
	display:block;
	background-color:#06b0af;
	color:#FFF;
	letter-spacing:1px;
	margin:0px auto 10px auto;
	width:96%;
	min-height:50px;
	cursor:pointer;
	font-family: "Abel";
	font-size:1.2em;
}
.botton_form:hover {
	color:#000;
	background:#CCC;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



/* Main content/Tables */
.mine_title {
	text-align:center;
	padding:20px;
}
.table_icon {
	width:16px;
	height:16px;
}

/* Main content/Individual table */
#table_individual {
    border-collapse: collapse;
    width: 96%;
	color:#000;
	margin:5px auto 5px auto;
}
#table_individual a {
	cursor:pointer;
}
#table_individual tr {
	border: 1px solid #ddd;
}
#table_individual th {
	text-align:left;
	padding:8px;
}
#table_individual td {
	text-align:left;
	padding:8px;	
}	
#table_individual tr:first-child {
	background-color:#06b0af;
	color:#FFF;	
}
#table_individual tr:nth-child(even){
	background-color: #f2f2f2;
	}
#table_individual tr:hover {
	background-color:#06b0af;
	}

/* Main content/List table */
#panel_list {
	display:none;
	overflow:hidden;
	background:none;
}
#table_list {
    border-collapse: collapse;
    width: 96%;
	color:#000;
	font-size:0.8em;
	margin:5px auto 5px auto;
}
#table_list a {
	cursor:pointer;
	text-decoration:underline;
}
#table_list a:hover {
	color:#000;
}
#table_list tr {
	border: 1px solid #ddd;
}
#table_list th {
	text-align:left;
	padding:8px;
}
#table_list td {
	text-align:left;
	padding:8px;	
}	
#table_list tr:first-child {
	background-color:#06b0af;
	color:#FFF;	
}
#table_list tr:nth-child(even){
	background-color: #f2f2f2;
	}
#table_list tr:hover {
	background-color:#06b0af;
	}






/* ----- Lleego ----- */

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #222;
  background-color: #222;
  width: 20%;
/*  height: 300px;*/
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 20px 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-family:"Abel", Tahoma, Geneva, sans-serif;
  color:#FFF;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #06b0af;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color:#555;
}

/* Style the tab content */
.tabcontent {
  float: left;
/*  padding: 0px 12px;*/
  border: 1px solid #222;
  width: 80%;
/*  border-left: none;*/
/*  height: 300px;*/
}





/* ----- Footer ----- */
#footer {
	background-color:#222;
	text-align:center;
/*	padding: 5px;*/
}
#footerNav {
	color:#AAA;
/*  font-family: "Segoe UI", Arial, Tahoma, Geneva, sans-serif;*/
	padding: 5px;
}

#footerNav a{
	color:#AAA;
	text-decoration: none;
/*	letter-spacing:1px;*/
	font-size: 1.0em;
}
#footerNav a:hover{
	color:#06b0af;
	cursor:pointer;
}

#allRights {
	color:#06b0af;
/*  font-family: "Segoe UI", Arial, Tahoma, Geneva, sans-serif;*/
	font-size: 0.8em;
	padding: 5px;
}


/* ----- MEDIA -----*/
@media screen and (max-width: 900px) {
/* Rules for: header */  
  #header_title {
	font-size:4vw;
  }
  #header_subtitle {
	font-size:0.8em;
  }

/* Rules for: navigation   
  .topnav a:not(:first-child), .dropdown .dropbtn {
	display: none;
  }
  .topnav a.icon {
	float: right;
    display: block;
  }
  .topnav.responsive {
	position: relative;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  #loginBtn {
	float:none;	
  }*/
 
/* Rules for: advertisment */  
  #advertisement_left_container {
	display:none;
  }
  #advertisement_right_container {
	display:none;
  }

/* Rules for: central panel */  
  .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }


}
/* End of rules for: SMARTPHONES */


/* Rules for: DESKTOP */
@media only screen and (min-width: 601px) {


/* Rules for: Main content/Search and add */
.input_search {
	max-width:600px;
}
.input_form {
	max-width:600px;
}
.select_form {
	max-width:600px;
}
.botton_form {
	max-width:600px;
}
#table_individual {
	max-width:600px;
}


}


