html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #232521;
	font-family: Arial;
	font-size: 16px;
	line-height: 26px;
	background: #f9a61b;
}
*::selection {
    background-color: #232521;
		color: #ffffff;
}
/* szkielet */
#container{
	height: 100%;
	width: 100%;
}
#menu_desk_cont{
	position: fixed!important;
	top: 0;
	width: 100%;
	font-size: 15px;
	margin: 0;
	padding: 0;
	background: #232521;
	z-index: 10;
}
ul.menu_desk{
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	min-height: 91px;
	padding: 4px 0 0 0;
	margin: 0 auto;
}
ul.menu_desk li{
	display: inline-block;
	margin: 0;
	padding: 0;
}
li.logo{
	padding: 0;
	margin: 0;
}
a.logo, a.logo:hover{
	display: block;
	height: 91px;
	width: 236px;
	padding: 0;
	margin: 0;
	background: url(../images/logo_cieplytynk.jpg) no-repeat center top;
}
/* menu */
#menu_mob_cont{
	display: none;
}
li.menu_desk ul{
	padding: 0;
	margin: 0;
}
li.menu_desk li{
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
li.menu_desk li a{
	display: flex;
  align-items: center;
	height: 91px;
	text-align: center;
	color: #d2d2d2;
	font-size: 15px;
	font-family: avantgarde_md_btmedium;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	padding: 0 18px;
	margin: 0;
}
li.menu_desk li a:hover {
	font-weight: normal;
	color: #ffffff;
}
li.menu_desk li.active a {
	font-weight: normal;
	color: #232521;
	background: #f9a61b url(../images/st.png) no-repeat center bottom;
}
#slider{
	max-width: 900px;
	height: 418px;
	padding: 0;
	margin: 91px auto 0 auto;
}
#content_cont{
	max-width: 900px;
	padding: 0;
	margin: 0 auto;
}
#foot_cont{
	color: #fff;
	margin: 0;
	padding: 0;
	background: #232521;
}
#foot{
	max-width: 900px;
	padding: 40px 0;
	margin: 0 auto;
}
#foot ul{
	display: table;
	width: 100%;
	color: #f9a61b;
	font-family: avantgarde_md_btmedium;
	font-weight: bold;
}
#foot li{
	display: table-cell;
	vertical-align: middle;
	list-style: none;
}
#foot li.opis{
	line-height: 30px;
	font-size: 20px;
}
#foot li.dane{
	line-height: 24px;
	color: #eaeaea;
	font-family: Arial;
	font-size: 15px;
}
#foot li.tele{
	line-height: 26px;
	color: #eaeaea;
	font-family: Arial;
	font-size: 15px;
	vertical-align: middle;
}
#foot li.tele a{
	color: #eaeaea;
	text-decoration: none;
	font-weight: bold;
}
#foot li.tele a:hover{
	color: #eaeaea;
	text-decoration: underline;
	font-weight: bold;
}
#foot li.tele a.tel{
	text-decoration: none;
}
#copy_cont{
	list-style: none;
	margin: 0;
	padding: 0;
}
#copy{
	max-width: 900px;
	margin: 0 auto;
	height: 100px;
	text-align: right;
	vertical-align: top;
	font-family: Arial;
	color: #232521;
	font-size: 11px;
	padding: 0 5px;
}
#copy a{
	color: #232521;
	text-decoration: none;
}
#copy a:hover{
	color: #ffffff;
	text-decoration: none;
}
/* Koniec desk */
/* mobilność */
@media all and (max-width:870px) {
#menu_desk_cont{
	display: none;
}
#menu_mob_cont{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #232521;
}
a.logo, a.logo:hover{
	margin: 0 auto;
}
/* menu mob */
ul.menu_mob{
	display: block;
	max-width: 900px;
	min-height: 91px;
	padding: 10px 0 0 0;
	margin: 0;
}
ul.menu_mob li{
	list-style: none;
	margin: 0;
	padding: 0;
}
li.menu_mob ul{
	padding: 10px 0 0 0;
	margin: 0;
}
li.menu_mob li{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
li.menu_mob li a{
	display: block;
	text-align: center;
	color: #d2d2d2;
	font-size: 15px;
	font-family: avantgarde_md_btmedium;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	padding: 10px 0;
	margin: 0;
	border-top: 1px solid #5f5f5f;
}
li.menu_mob li a:hover {
	font-weight: normal;
	color: #ffffff;
}
li.menu_mob li.active a {
	font-weight: normal;
	color: #232521;
	background: #f9a61b url(../images/st.png) no-repeat 90% 65%;
}
li.menu_mob li.active:last-child{
	border-bottom: 1px solid #5f5f5f;
}
#slider{
	display: none;
}
#content_cont{
	max-width: 900px;
	padding: 0;
	margin: 0 auto;
}

#foot_cont{
	color: #fff;
	margin: 0;
	padding: 0;
	background: #232521;
}
#foot{
	padding: 40px 0;
	margin: 0;
}
#foot ul{
	display: block;
	width: 100%;
	color: #f9a61b;
	font-family: avantgarde_md_btmedium;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#foot li{
	display: block;
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 15px 0;
}

}
/* /mobilność */



/* /////////////////////////////////////////////////////////joomla////////////////////////////////////////////////////////////////// */

/* Normal link */

a {
        color: #232521;
        text-decoration: underline;
				font-weight: normal;
				background: none;
}

a:hover, a:active, a:focus {
        color: #d60e0e;
        text-decoration: underline;
				font-weight: normal;
				background: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
        /* font-family: Verdana; */
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
        color: #666666;
        font-size: 92%;
}

/* Heading */
h1 {
        font-size: 180%;
}

h2 {
/*         font-size: 150%; */
}

h3 {
/*         font-size: 125%;*/
}

h4 {
/*         font-size: 100%;
        text-transform: uppercase; */
}

th {
        padding: 5px;
        font-weight: bold;
        text-align: left;
}

fieldset {
        border: none;
        padding: 10px 5px;
        background: url(../images/hdot2.gif) repeat-x top;
}

fieldset a {
        font-weight: bold;
}

td, div {
        font-size: 100%;
}
/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
        clear: both;
        display: block;
        height: 20px;
}

.article_column {
}

.column_separator {
        padding: 0 25px;
}

/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
        border: none;
        width: 100%;
}

table.contentpaneopen {
        border: none;
        border-collapse: collapse;
        border-spacing: 0;
}

table.contenttoc {
        margin: 0 0 10px 10px;
        padding: 0;
        width: 35%;
        float: right;
}

table.contenttoc a {
        text-decoration: none;
}

table.contenttoc td {
        padding: 1px 5px 1px 25px;
        background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
        padding: 0 0 3PX;
        border-bottom: 1px solid #CCCCCC;
        text-indent: 5px;
}

table.poll {
        padding: 0;
        width: 100%;
        border-collapse: collapse;
}

table.pollstableborder {
        padding: 0;
        width: 100%;
        border: none;
        text-align: left;
}

table.pollstableborder img {
        vertical-align: baseline;
}

table.pollstableborder td {
        padding: 4px!important;
        border-collapse: collapse;
        border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
        background: #ECECEC;
}

table.searchintro {
        padding: 10px 0;
        width: 100%;
}

table.searchintro td {
        padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
        padding: 10px 0;
        background: url(../images/hdot.gif) repeat-x top;
}

.blog_more strong {
        margin: 0 0 5px;
        display: block;
        font-size: 125%;
}

.blog_more ul {
        margin: 0;
        padding: 0;
}

.blog_more ul li {
        margin: 0;
        padding: 0 0 0 17px;
        background: url(../images/bullet.gif) no-repeat 6px 8px;
}

.category {
        font-weight: bold;
}

h1.componentheading, .componentheading {

        padding: 5px 0 15px;
        margin: 0 0 10px;
/*
        background: url(../images/hdot.gif) repeat-x bottom;
*/
}

.componentheading {
        font-size: 200%;
        color: #FFFFFF;
        line-height: 1.2em;
        text-align: right;
        padding: 0 50px 15px 20px;
}

.contentdescription {
        padding-bottom: 30px;
}

h2.contentheading, .contentheading {
        /* padding: 5px 0 14px; */
        margin: 0;
        font-weight: normal;
}

table.blog .contentheading {
        font-size: 150%;
}

.contentheading {
        font-size: 200%;
        color: #20692B;
        line-height: 1.2em;
        text-align: left;
        padding: 0 50px 15px 0px;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
        text-decoration: none !important;
}


/*////////////////////////przycisk 'wiecej'///////////////////////*/
a.readon {
        float: right;
        margin-top: 10px;
        padding: 5px 5px 5px 15px;
        border: 1px solid #DDDDDD;
        display: block;
        background: url(../images/arrow.png) no-repeat 5px 48%;
        color: #868686;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
        border: 1px solid #DDDDDD;
        background: url(../images/arrow.png) no-repeat 5px 48% #F6F6F6;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
        width: 100%;
}

.moduletable {
/*        padding: 0; */
}

ul.pagination {
        margin: 15px auto;
        padding: 10px 0;
        background: url(../images/hdot.gif) repeat-x top;
}

ul.pagination li {
        margin: 0;
        padding: 0;
        display: inline;
        background: none;
}

ul.pagination li span{
        padding: 2px 5px;
}

ul.pagination a {
        padding: 2px 5px;
        border: 1px solid #F6F6F6;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
        border: 1px solid #ECECEC;
        background: #FFFFFF;
}

.pagenavbar {
        padding-left: 14px;
}

.pagenavcounter {
        padding: 8px 14px 0 14px;
}

.sectiontableheader {
        padding: 8px 5px;
        background: #444444;
        color: #FFFFFF;
}

.sectiontableheader a {
        color: #FFFFFF;
}