@import url(https://fonts.googleapis.com/css?family=Bree+Serif&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Audiowide);
/* Style */
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Calibri', Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;

	text-decoration: none;
}

.panel-body {
    padding: 15px;

}
. panel-default
{
	border-color:#;
	
}
.container {
	/* RGBa with 0.6 opacity */
}
h3{
	font-family: 'Audiowide' ;
	
}
h4{
	font-family: 'Audiowide' ;
	
}

pre
{
	font-family: 'Audiowide' ;
	font-size:1.1em;
	
}
.konto
{
	font-family: 'Audiowide' ;
	font-size:0.8em;
	
}


::-moz-selection { background: #EEE; color: #fff; text-shadow: none; }
::selection { background: #EEE; color: #fff; text-shadow: none; }

/* Bootstrap style */

.show-grid, .col-md-4, .col-md-8, .col-md-12, .col-md-3, .col-md-9, .col-xs-6 {
padding-top: 10px;
padding-bottom: 10px;
}
.show-grid { margin-bottom: 15px; }
.interlinia_1em{
    line-height: 1em;
}
.interlinia_5em{
    line-height: 2em;
	
}
table th.text-left, table td.text-left { 
    text-align: center;
}
.navbar-right{
	color:#FFF;
	}
.navbar-nav > li > a {
	color:#000;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	font-family: 'Audiowide' ;

	font-size: 1em;
	margin-right: 5px;
	margin-top:1px;
	border-radius: 0px 5px;
	-moz-border-radius: 0px 5px;
	-webkit-border-radius: 0px 5px;
	border: 1px solid #030;
	background-color: rgb(0, 0, 0.7);
	/* RGBa with 0.6 opacity */
	background-color: rgba(159,215,28,0.99);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.top_site
{
    background-color: rgb(255, 255, 0.0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.0);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";}

}




.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #000;
	background-color: rgba(125,195,18,0.99);
}

.tagi
{
	margin-bottom:10px;
	padding:10px;
font-family: 'Audiowide' ;
font-weight:400;
    text-transform: uppercase;
	width:auto; 
	font-size:1.3em;
border-radius: 0px 39px 39px 10px;
-moz-border-radius: 0px 39px 39px 10px;
-webkit-border-radius: 0px 39px 39px 10px;
border: 0px solid #ff0000;
    background-color: rgb(0, 0, 0.00);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.00);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";}


.tagi_green
{
	margin-bottom:10px;
	padding:10px;
font-family: 'Audiowide' ;
font-weight:400;
    text-transform: uppercase;
	width:auto; 
	font-size:1.3em;
border-radius: 0px 39px 39px 10px;
-moz-border-radius: 0px 39px 39px 10px;
-webkit-border-radius: 0px 39px 39px 10px;
border: 0px solid #0B9444;
    background-color: rgb(0, 0, 0.00);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.00);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";}



	
/* menu*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px; 
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}   
/* tutaj nowe menu */
.list-group.panel > .list-group-item {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}
.list-group-submenu {
  margin-left:20px;
}

.panel-default
{
	/* Fallback for web browsers that don't support RGBa */
	background-color: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(255,255,255,0.1);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	color: #000;
	border-color: #CCC;

}	

.thumbnail

{
	 background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.1);
    /* For IE 5.5 - 7*/
	border: 1px solid #0B9444;
	
	
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";}	
.fotosy_rh_start
{
	width:230px; }
.select{
	color:#000;
	}
	
.table-oferta
{
	border-bottom:thin;
	border-color:#FFF;
}

.panel-body
{
/*	background-color:#F0F0F0 ; */
/*background-color:#FFF ; */
    background-color: rgb(255, 255, 0.80);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.80);
	
}

.top_site h4
{
	color:#45AE70;
	
}

.footer
{
	background-color: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(255,255,255,1.0);    /* For IE 5.5 - 7*/
}

.tabelka_oferty {
	border: 0px solid black;
	padding: 0px;
	margin: 0px;
}
.tabelka_oferty td
{
	border: 1px solid black;
 	padding-left: 10px;
}

.idolny {vertical-align: sub;
font-size:0.9em}