BODY {
  min-height: 100%;
  background: #e8f6ff;
  font-size: 15px;
  line-height: 1.5;
  font-family: 'Ubuntu', sans-serif;
  color: #444343;
  padding-bottom: 0px;
}

TD,
TH {
  padding: 8px;
}

IMG,
EMBED,
OBJECT,
VIDEO {
  max-width: 100%;
  height: auto !important;
}

IFRAME {
  max-width: 100%;
}

H1 {

  font-size: 30px;
  color: #a19f9f;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a19f9f;
  margin: 0px;
    margin-bottom: 0px;
  margin-bottom: 25px;
  text-align: left;
}

H2 {
}

H3 {
}

HR {
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 1px;
  background-color: #cccccc;
}

INPUT,
SELECT {
  vertical-align: middle;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #000000;
  padding: 6px;
}

TEXTAREA {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #000000;
  padding: 6px;
}

INPUT:focus,
INPUT:active,
TEXTAREA:focus,
TEXTAREA:active,
SELECT:focus,
SELECT:active {
  border: 1px solid #666666;
}

INPUT[type="submit"],
INPUT[type="submit"]:hover,
INPUT[type="submit"]:focus,
.btn-primary,
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-top: 2px;
  border: 0px none;
  background: #275899;
  border: 1px solid #275899;
  color: #ffffff;
  padding: 6px;
  transition: all 0.2s ease-in-out;
}

INPUT[type="submit"]:hover,
.btn-primary.focus,
.btn-primary:focus {
  opacity: 0.8;
}

.bootstrap-select {
  width: 100%;
}

INPUT[type="checkbox"].styled,
INPUT[type="radio"].styled {
  margin: 0px;
  margin-right: 10px;
  border: 1px solid #275899;
  width: 15px;
  height: 15px;
  outline: 0px none;
  padding: 1px;
}

LABEL {
  font-weight: normal;
}

A {
  color: #275899;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

A:hover {
  color: #0000ff;
  text-decoration: none;
}

A:focus {
  outline: 3px solid #000000;
}



#menu1, #menu1 * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 898;
}

#g_menu{
	background:#0061a2;
}

#menu1 {
	display:block;
	padding:0px;
	margin:0px;
	list-style-type:none;
	text-align:left;
	padding:15px;
	font-size:15px;
}


#menu1 > LI {
	display:block;
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#menu1 UL UL {
	display:block;
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#menu1 UL UL LI {
	display:block;
	padding:0px;
	margin:0px;
	list-style-type:none;
	padding-left:15px;
}

#menu1 A {
	display: block;
	color:#ffffff;
	padding-top:4px;
	padding-bottom:4px;
}

#menu1 A.item1 {
	text-transform:uppercase;
}

#menu1 LI:last-child A.item1 {
}

#menu1 A.item1:hover,
#menu1 LI.sfHover A.item1,
#menu1 LI A.current,
#menu1 LI.current A.item1{
	color:#93d4ff;
}

#menu1 A.item2 {
	padding-left:15px;
}

#menu1 A.item2:hover, #menu1 A.item2.current {
	color:#93d4ff;
}

#mobnav-btn {
  display: none;
  cursor: pointer;
  width: 100%;
  height: 40px;
  padding-top: 8px;
  background: none;
  border: none;
  background:#0061a2;
  margin: auto;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size:18px;
  color:#ffffff;
}

#mobnav-bt:hover,
#mobnav-bt:focus {
  opacity: 0.8;
}

#mobnav-btn DIV {
  height: 100%;
  position: relative;
  width:40px;
  height:40px;
}

#mobnav-btn > DIV SPAN {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mobnav-btn > SPAN {
	display:block;
	height;40px;
	padding-left:15px;
}

#mobnav-btn div span:nth-child(1) {
  top: 2px;
}

#mobnav-btn div span:nth-child(2) {
  top: 10px;
}

#mobnav-btn div span:nth-child(3) {
  top: 18px;
}

.xactive #mobnav-btn div span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.xactive #mobnav-btn div span:nth-child(2) {
  display: none;
}

.xactive #mobnav-btn div span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

#top {
  padding-top: 10px;
  padding-bottom:10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;

}

#top1{
	float:left;
	text-align:left;
}

#top2{
	float:right;
	text-align:right;
	padding-top:22px;
}

MAIN {
}

#maincontent{
	max-width: 98%;
	margin: auto;
	text-align: left;
	background: #ffffff;
	padding-bottom: 10px;
	width:1240px;
	margin:auto;
	padding:15px;
}

#columns {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:auto;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

#left_k{
	width:20%;
	padding-bottom:40px;
	padding-right:0px;
}

#right_k{
	width:80%;
	padding-left:25px;
	padding-top:25px;
}

#foot {
  clear: both;
  background: #f8fbfd;
  padding-top: 15px;
  overflow-y: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:auto;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	border-top:1px solid #dddddd;
	padding-top:19px;
	font-size:12px;
	color:#a4a4a4;
}


#foot A{
	color:#a4a4a4;
}

#foot A:hover{
	color:#000000;
}

#foot1{
	float:left;
	text-align:left;
	padding-bottom:10px;
}

#foot2{
	float:right;
	text-align:right;
	padding-bottom:10px;
}

ARTICLE UL{
	list-style-image:url('../img/li.png');
}

ARTICLE UL LI{
	padding-bottom:10px;
}

#search_panel{
	background:#e8f6ff;
}

#search_panel INPUT{
	height:36px;
	line-height:36px;
	border:0px none;
	padding:0px;
	margin:0px;
	background:none;
}

#search_panel INPUT#art_szuk{
	padding-left:15px;
	padding-right:15px;
	width:160px;
}

#search_panel INPUT#searchp{
	width:36px;
	background:url('../img/searchp.png') center center no-repeat;
}


#search_panel .row{
  margin-right: 0rem;
  margin-left: 0rem;
}


@media only screen and (max-width: 575px) {

  .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
  }

  #facebook_pan {
    background: #3b5998;
    float: none;
    padding: 0;
    position: static;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 1;
  }

  #facebook_pan2 {
    margin-left: 0px;
    overflow: hidden;
  }

  #menu1 A.item1 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
  }

  #g_menu,
  #menu1 {
    overflow-y: auto;
    width: 100%;
    display: block;
  }

  #mobnav-btn {
    display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  }

  #menu1 {
    float: none;
    text-align: left;
    width: 100%;
    height: 0px !important;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s ease-in-out;
  }

  .xactive #menu1 {
    overflow-y: auto;
    visibility: visible !important;
    max-height: 4000px;
    height: auto !important;
    opacity: 1;
  }


  .xactive #mobnav-btn {
  }

	.mobnav-subarrow {
		display: block;
		background-color: #0a5ba1;
		opacity: .3;
		height: 20px;
		width: 30px;
		background-position: top left!important;
		position: absolute;
		top: 8px;
		right: 10px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
		-webkit-transition: all .1s ease-in-out;
		-moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		-o-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
	}

	#menu1 {
		width: 100%!important;
		display: none;
	}

	.xactive #menu1 {
		display: block!important;
	}

	#menu1{
		float:none;
		text-align:left;
		width:100%;
	}

	#menu1 > LI {
		float: none;
		width:100%;
		position:static;
		border-right:0px none;
	}

	#menu1 UL {
		position: static !important;
		display: block !important;
		top: none;
		z-index: none;
		width:100%;
	}


	#columns,#foot,#top {
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}


  #left_k,
  #right_k {
    float: none;
    clear: both;
    width: 100%;
	padding:0px;
  }

  #top1,
  #top2 {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
	padding:0px;
  }

  #foot1,
  #foot2,
  #foot3 {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
  }



}

@media only screen and (max-width: 768px) and (min-width: 576px) {

  .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
  }

  #facebook_pan {
    background: #3b5998;
    float: none;
    padding: 0;
    position: static;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 1;
  }

  #facebook_pan2 {
    margin-left: 0px;
    overflow: hidden;
  }

  #menu1 A.item1 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
  }

  #g_menu,
  #menu1 {
    overflow-y: auto;
    width: 100%;
    display: block;
  }

  #mobnav-btn {
    display: block;
    clear: both;
  }

  #menu1 {
    float: none;
    text-align: left;
    width: 100%;
    height: 0px !important;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s ease-in-out;
  }

  .xactive #menu1 {
    overflow-y: auto;
    visibility: visible !important;
    max-height: 4000px;
    height: auto !important;
    opacity: 1;
  }


  .xactive #mobnav-btn {
  }

	.mobnav-subarrow {
		display: block;
		background-color: #0a5ba1;
		opacity: .3;
		height: 20px;
		width: 30px;
		background-position: top left!important;
		position: absolute;
		top: 8px;
		right: 10px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
		-webkit-transition: all .1s ease-in-out;
		-moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		-o-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
	}

	#menu1 {
		width: 100%!important;
		display: none;
	}

	#menu1.xactive {
		display: block!important;
	}

	#menu1{
		float:none;
		text-align:left;
		width:100%;
	}

	#menu1 > LI {
		float: none;
		width:100%;
		position:static;
		border-right:0px none;
	}

	#menu1 UL {
		position: static !important;
		display: block !important;
		top: none;
		z-index: none;
		width:100%;
	}


	#columns,#foot,#top {
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}


  #left_k,
  #right_k {
    float: none;
    clear: both;
    width: 100%;
	padding:0px;
  }

  #top1,
  #top2 {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
	padding:0px;
  }

  #foot1,
  #foot2,
  #foot3 {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
  }


}

@media only screen and (max-width: 1199px) and (min-width: 769px) {
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  DIV {
    max-width: 100%;
  }
}