BODY {
	min-height:100%;
	background: #FFFFFF;
	font-size: 16px;
	line-height:1.5;
	font-family: Lato, Arial, Verdana, serif;
	color: #4f4f4f;
	padding-bottom:0px;
	padding-top:94px;
}

TD, TH {
	padding:8px;
}

IMG,EMBED,OBJECT,VIDEO {
	max-width: 100%;
	height:auto !important;
}

IFRAME {
	max-width: 100%;
}

H1 {
	clear:both;
	font-size: 30px;
	padding-top:0px;
	padding-bottom:25px;
	margin:0px;
	font-weight:normal;
	text-align:center;
	font-family: 'Lora', serif;
	color:#453530;
}

H2 {
	font-family: 'Lora', serif;
	font-weight:normal;
}

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.focus, .btn-primary:focus,
.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;
}

.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, A:focus {
	color: #498bf9;
	text-decoration: none;
}


#menu1, #menu1 * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 898;
}

#g_menu{
	max-width:100%;
	margin:auto;
}

#menu1 {
	display:block;
	margin:0px;
	padding:0px;
}

#menu1 LI {
	position: relative;
	white-space: nowrap;
}

#menu1 UL LI {
	width:240px;
	white-space: normal;
	text-align:left;
}

#menu1 UL {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	display: block;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 3px 3px 14px rgba(0,0,0,.1);
	box-shadow: 3px 3px 14px rgba(0,0,0,.1);
}

#menu1 > LI {
	float: left;
}

#menu1 UL UL {
	top: 0;
	left: 100%;
}

#menu1 LI:hover > UL,
#menu1 LI:focus > UL,
#menu1 LI.sfHover > UL {
	display: block;
	opacity: 1;
	z-index:99;
	visibility: visible;
}

#menu1 A {
	display: block;
	position: relative;
	text-decoration: none;
}

#menu1 A.item1 {
	color:#ffffff;
	background:#4b3c36;
	padding:30px;
	font-size:24px;
	text-align:center;
	text-transform:uppercase;
	transition: all 0.2s ease-in-out;
}

#menu1 LI:last-child A.item1 {
	border-right:0px none;
}

#menu1 A.item1:hover,
#menu1 A.item1:focus,
#menu1 LI.sfHover A.item1,
#menu1 LI.sfHover A.current,
#menu1 LI.current A.item1{
	color:#ffffff;
	background:#392923;
}

.xactive #menu1 .sub A.item1::after {
    content: '\E9C1';
    display: block;
    float: right;
    margin-left: 10px;
    font-family: icomoon;
    width: 19px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #000000;
}

#menu1 A.item2 {
	color:#ffffff;
	background:#188dea;
	font-weight:normal;
	font-size:14px;
	text-align:left;
	padding:10px;
	border-bottom:1px solid #5fadeb;
	border-top:0px none;
	transition: all 0.2s ease-in-out;
}

#menu1 A.item2:hover, #menu1 A.item2:focus {
	color:#ffffff;
	background:#1085e2;
	transition:none;
}

#mobnav-btn {
	display:block;
	cursor: pointer;
	width:30px;
	height:30px;
	padding-top:4px;
}

#mobnav-bt:hover, #mobnav-bt:focus {
	opacity:0.8
}

#mobnav-btn DIV{
	position: relative;
	margin: auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#mobnav-btn SPAN{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#mobnav-btn span:nth-child(1) {
  top: 0px;
}

#mobnav-btn span:nth-child(2),#mobnav-btn span:nth-child(3) {
  top: 9px;
}

#mobnav-btn span:nth-child(4) {
  top: 18px;
}

.xactive #mobnav-btn span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.xactive #mobnav-btn span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.xactive #mobnav-btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.xactive #mobnav-btn span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#d_menu{
	clear:both;
	background:#f1f1f1;
}

#d_menu UL{
	list-style-type:none;
	display:table;
	padding:0px;
	margin:auto;
}

#d_menu LI{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
	float:left;
}

#d_menu A{
	display:block;
	height:40px;
	line-height:40px;
	padding-left:20px;
	padding-right:20px;
	font-size:14px;
	color:#424242;
}

#d_menu A:hover, #d_menu A:focus{
	color:#000000;
}

#top{
	padding-top:13px;
	background:#4b3c36;
	color:#ffffff;
	position: absolute;
	z-index:10;
	width:100%;
	top:0px;
	min-height:94px;
}

#top1{
	width:1400px;
	max-width:98%;
	margin: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;
}

#top1_1{
	float:left;
	text-align:left;
	padding-bottom:10px;
}

#top1_2{
	float:left;
	text-align:center;
	position: relative;
	width:149px;
}

#top1_2 A{
	display:block;
	position: absolute;
	height:81px;
	width:149px;
}

#top1_3{
	float:right;
	text-align:right;
	padding-bottom:10px;
	padding-top:15px;
}

#top1_3 UL{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
	padding-top:5px;
}

#top1_3 LI{
	display:block;
	padding:0px;
	float:left;
	margin:0px;
}

#top2{
	clear:both;
	background:#2196F3;
	min-height:40px;
}

MAIN{
	clear:both;
	padding-top:60px;
	padding-bottom:60px;
}

#maincontent2{
	width:1400px;
	max-width:98%;
	margin:auto;
	text-align:left;
	background:#ffffff;
}

#maincontent3{
	padding-top:30px;
	padding-bottom:30px;
}

#foot{
	clear:both;
	background:#9b8e89 url('../img/dol.jpg') center center no-repeat;
	background-size:cover;
	padding-top:88px;
	padding-bottom:88px;
	min-height:665px;
	overflow-y:auto;
	color:#ffffff;
}

#dol{
	width:430px;
	margin:auto;
	padding:50px;
	padding-top:100px;
	padding-bottom:100px;
	background:rgba(68,52,47,0.7);
	font-size:16px;
}

#dol A{
	color:#ffffff;
}

#dol STRONG{
	color:#ddc8b0;
	font-weight:normal;
}

#foot0{
	width:1400px;
	max-width:98%;
	margin:auto;
	font-size:14px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	color:#666666;
	padding-top:20px;
}

#foot0 A{
	color:#666666;
}

#foot0 A:hover, #foot0 A:focus{
	color:#000000;
}

#foot1{
	float:left;
	text-align:left;
	padding-bottom:15px;
}

#foot2{
	float:left;
	text-align:center;
	padding-bottom:15px;
}

#foot3{
	float:right;
	text-align:right;
	padding-bottom:15px;
}

#l_menu{
	clear:both;
}

#l_menu .l_item1{
	color:#ffffff;
	background:#00bac2;
	display:block;
	padding:8px;
	border-bottom:1px solid #ffffff;
	font-size:16px;
}

#l_menu .l_item1:hover, #l_menu .l_item1:focus, #l_menu .l_item1.active{
	opacity:0.8;
}

#l_menu .l_item2{
	color:#000000;
	background:#b3ebed;
	display:block;
	padding:8px;
	border-bottom:1px solid #ffffff;
	font-size:15px;
	padding-left:20px;
}

#l_menu .l_item2:hover, #l_menu .l_item2:focus, #l_menu .l_item2.active{
	opacity:0.8;
}

#lang_menu{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
	padding-top:15px;
}

#lang_menu LI{
	display:block;
	padding:0px;
	float:left;
	margin:0px;
}

#lang_menu A{
	font-size:17px;
	color:#ffffff;
	display:block;
	padding-left:10px;
	padding-right:10px;
	text-transform:uppercase;
}

#lang_menu A:hover{
	opacity:0.8;
}

/* slider examle */

#slider{
	top:0px;
	left:0px;
	width:100%;
	height:30vw;
	overflow:hidden;
	position:relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:center;
	justify-content:center;
	background:#666666;
}

#slider_img{
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	width:100%;
	height:30vw;
	overflow:hidden;
}

.slider_el{
	width:100%;
	height:30vw;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.slider_el2{
	padding-top:10vw;
	width:850px;
	max-width:100%;
	margin:auto;
}

.slider_el3{
	text-align:center;
	padding:25px;
	color:#ffffff;
	border:10px solid #655751;
	background:rgba(101,81,07,0.6);
}

.slider_el .name{
	font-size:44px;
	font-family: 'Lora', serif;
	padding-bottom:30px;
}


#slider_naw{
	position:absolute;
	z-index:3;
	top:10px;
	right:10px;
	overflow:hidden;
}


#naw{
	display:block;
	padding:0px;
	margin:0px;
	list-style-type:none;
	float:left;
}

#naw LI{
	display:block;
	padding:0px;
	margin:0px;
	list-style-type:none;
	padding-left:10px;
	float:left;
}

#naw LI A{
	display:block;
	float:left;
	width:17px;
	height:7px;
	overflow:hidden;
	background:#ffffff;
}

#naw LI A.activeSlide, #naw LI.activeSlide A {
	background:#cccccc;
}

.nav-tabs {
	margin-bottom:15px;
}

#onas{
	clear:both;
	background:#4f3d37 url('../img/onas.jpg') center center no-repeat;
	background-size:cover;
	color:#ffffff;
	padding-top:88px;
	padding-bottom:88px
}

#onas_2{
	width:800px;
	max-width:98%;
	margin:auto;
}

#onas H2{
	text-align:center;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	background:url('../img/l.png') bottom center no-repeat;
	padding-bottom:40px;
	margin-bottom:40px;
}

#onas .more {
	clear:both;
	padding-top:40px;
}

#onas .more A{
	display:table;
	margin:auto;
	font-size:14px;
	color:#d8d2c3;
	border:1px solid #8c827e;
	padding:20px;
	padding-left:70px;
	padding-right:70px;
}

#onas .more A:hover{
	border:1px solid #ffffff;
}


#search_box{
	z-index:899;
	display:none;
	position: fixed;
	top:0px;
	width:100%;
	height:100vh;
	background:rgba(0,0,0,0.8);
	text-align:center;
	color:#ffffff;
}

#search_close{
	text-align:right;
	padding:30px;
	font-size:26px;
	display:block;
	float:right;
	color:#ffffff;
	font-family:icomoon;
	font-size:40px;
	opacity:0.7;
}

#search_close:hover{
	opacity:1;
}

#search_panel{
	padding-top:40vh;
	text-align:center;
	width:600px;
	padding-left:20px;
	padding-right:20px;
	max-width:98%;
	margin:auto;
}

#search_panel #art_szuk{
	height:70px;
	line-height:70px;
	padding:0px;
	padding-left:15px;
	padding-right:15px;
	font-size:20px;
}

#searchp{
	color:#ffffff;
	font-size:48px;
	font-family:icomoon;
	width: 100px;
	height: 71px;
	text-align:center;
	background:none;
	border:0px none;
}

#search_panel .title{
	font-size:36px;
	padding-bottom:30px;
}

#top_search A{
	display:block;
	font-family:icomoon;
	color:#ffffff;;
	font-size:20px;
	padding-right:20px;
}


	#menu1 A.item1 {
	}

	#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;
	}

	HTML.xactive{
		overflow:hidden;
	}

	.xactive #menu1 {
		overflow-y:auto;
		visibility: visible !important;
		max-height:4000px;
	   height: auto !important;
		opacity:1;
	}

	.xactive .layer #menu1 {
		max-height:100%;
	}

	.xactive #g_menu.layer{
		position: absolute;
		z-index:10;
		top:0px;
		padding-top:50px;
		height:100vh;
		overflow:hidden;
		background: #4b3c36;
	}

	.xactive #mobnav-btn{
		position: absolute;
		z-index:110;
		top:10px;
		right:10px;
	}

	.xactive #top{
		position: static;
	}

	#menu1 > LI {
		float: none;
		width:100%;
		position:static;
		border-right:0px none;
		background:#ffffff;
	}

	#menu1 UL {
		position: static !important;
		opacity: 1 !important;
		visibility: visible !important;
		width: 100%;
		transition: all 0.2s ease-in-out;
		display: block !important;
		height: 0px !important;
		max-height: 0px !important;
		overflow: hidden;
	}

	#menu1 .open UL {
	   height: auto !important;
	   max-height: 4000px !important;
	}

	#menu1 UL LI {
		width:100%;
		white-space: normal;
		text-align:left;
	}



@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;
	}


	#foot1, #foot2, #foot3{
		float:none;
		clear:both;
		width:100%;
		text-align:center;
	}


	#slider, #slider_img, .slider_el{
		height:100vw;
	}

}

@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;
	}


	#slider, #slider_img, .slider_el{
		height:60vw;
	}


}

@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%;
	}

}