BODY {
	min-height:100%;
	background: #FFFFFF;
	font-size: 18px;
	line-height:1.5;
	font-family: 'Merriweather', serif;
	color: #000000;
	padding-bottom:0px;
	padding-top:0px;
}

TD, TH {
	padding:8px;
}

IMG,EMBED,OBJECT,VIDEO {
	max-width: 100%;
	height:auto !important;
}

IFRAME {
	max-width: 100%;
}

H1 {
	clear:both;
	font-size: 22px;
	padding-top:0px;
	padding-bottom:15px;
	margin:0px;
	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.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: #513606;
	border: 1px solid #513606;
	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: #513606;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

A:hover, A:focus {
	color: #ff0000;
	text-decoration: none;
}


#menu1, #menu1 * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#g_menu{
	max-width:100%;
	margin:auto;
}

#menu1 {
	display:block;
	margin:0px;
	padding:0px;
	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;
}

#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;
	text-decoration: none;
}

#menu1 A.item1 {
	color:#000000;
	background:#ffffff;
	padding-left:20px;
	padding-right:20px;
	height:40px;
	line-height:40px;
	font-size:18px;
	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:#ff0000;
	background:#fbf9f3;
}

.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:#000000;
	background:#fbf9f3;
	font-weight:normal;
	font-size:14px;
	text-align:left;
	padding:10px;
	border-bottom:1px solid #ffffff;
	border-top:0px none;
	transition: all 0.2s ease-in-out;
}

#menu1 A.item2:hover, #menu1 A.item2:focus {
	color:#ff0000;
	background:#fbf9f3;
	transition:none;
}

#help_menu LI#mobnav-btn {
	display: none;
	cursor: pointer;
	width:40px;
	height:40px;
	font-family:icomoon;
}

#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: #000000;
  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;
}

#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;
	padding-left:20px;
	padding-right:20px;
	font-size:16px;
	color:#424242;
}

#d_menu A:hover, #d_menu A:focus{
	color:#eaba28;
}

#top{
	background:#f9d631;
	padding-top:20px;
}

#top1_1 IMG{
	background:#f9d631;
}

#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;
	padding-boittom:20px;
}

#top1_1{
	float:left;
	text-align:left;
	padding-bottom:10px;
}

#top1_2{
	float:right;
	text-align:right;
	padding-bottom:10px;
	padding-top:15px;
}

#top1_2 > UL{
	list-style-type:none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:0px;
	padding:0px;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}

#top1_2 > UL >LI{
	display:block;
	padding:0px;
	margin:0px;
	float:left;
	padding-left:40px;
}

#top1_2 > UL >LI > A{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:0px;
	padding:0px;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	height:40px;
	line-height:40px;
	font-size:16px;
}

#top1_2 > UL >LI > A::before{
	font-family:icomoon;
	font-size:17px;
	display:block;
	color:#3b2806;
	padding-right:10px;
}

#top_tel A::before{
	content: "\ea84";
}

#top_adr A::before{
	content: "\ea9e";
}

#top2{
	clear:both;
	background:#ffffff;
}

MAIN{
	background:#ffffff;
	clear:both;
}

#maincontent2{
	width:1400px;
	max-width:98%;
	margin:auto;
	text-align:left;
	background:#ffffff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding:0px;
	padding-top:35px;
	padding-bottom:35px;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:center;
	justify-content:center;
}

#maincontent3{
	width:70%;
	padding-right:40px;
}

#right_k{
	border-left:1px solid #dfd9d0;
	width:30%;
	padding-left:40px;
	padding-right:40px;
}

#right_k .bnrs{
	clear:both;
	text-align:center;
	padding-bottom:40px;
}

#bbx{
	clear:both;
	background:#f9f7f1 url('../img/bbx.jpg') center right no-repeat;
	font-size:30px;
	color:#5d4313;
	padding-top:100px;
	padding-bottom:100px;
}

#bbx0{
	width:1400px;
	max-width:98%;
	margin:auto;
}

#bbx_autor{
	font-size:20px;
	width:50%;
	padding-top:15px;
}

#bbx_cytat{
	width:50%;
}

#foot{
	clear:both;
	background:#5d4313;
	overflow-y:auto;
}

#foot0{
	width:1400px;
	max-width:98%;
	margin:auto;
	font-size:14px;
	padding-top:22px;
	color:#ffffff;
	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;
}

#foot0 A{
	color:#ffffff;
}

#foot0 A:hover, #foot0 A:focus{
	color:#fce992;
}

#foot1{
	float:left;
	text-align:left;
	padding-bottom:22px;
}

#foot3{
	float:right;
	text-align:right;
	padding-bottom:22px;
}

#foot2{
	background:#efefec;
	padding-top:40px;
	padding-bottom:40px;
}

#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;
}

#lang_menu LI{
	display:block;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	margin:0px;
}

/* slider examle */

#slider{
	top:0px;
	left:0px;
	width:100%;
	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:480px;
	overflow:hidden;
}

.slider_el{
	width:100%;
	height:480px;
	overflow:hidden;
	background-position:top left;
	background-repeat:no-repeat;
}

#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:17px;
	overflow:hidden;
	background:url('../img/zm1.png') left top no-repeat;
}

#naw LI A.activeSlide, #naw LI.activeSlide A {
	background-image:url('../img/zm2.png');
}

.nav-tabs {
	margin-bottom:15px;
}

#skip-links {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	list-style: none;
}

#skip-links A {
	display: inline;
	left: -9000em;
	padding: 5px 10px;
	font-size: 1.27em;
	position: absolute;
	text-decoration: none;
	z-index: 2;
	width: 150px;
	text-align: center;
}

#skip-links A:focus {
	display: block;
	left:0;
	top:0;
	padding: 5px 10px;
	font-size: 1.27em;
	position: absolute;
	text-decoration: none;
	z-index: 999;
	width:auto;
	text-align: center;
	color:#ffffff;
	background: #37744b;
	font-size:14px;
	white-space:nowrap;
	min-width:150px;
	border:1px solid #000000;

}

@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;
	}

	#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: #2196F3;
	}

	#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;
	}


	#top1_1, #top1_2{
		float:none;
		clear:both;
		width:auto;
		text-align:center;
	}

	#foot1, #foot2, #foot3{
		float:none;
		clear:both;
		width:100%;
		text-align:center;
	}

	#maincontent2 {
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	#maincontent3 {
	    width:100%;
	    padding-right:0px;
	}

	#right_k {
		 border-left:0px none;
	    width:100%;
	    padding-left: 0px;
	    padding-right: 0px;
		 padding-top:40px;
	}

	#d_menu LI {
	    float:none;
		 text-align:center;
	}

	#bbx {
	    clear: both;
	    background: #f9f7f1 url('../img/bbx.jpg') center left no-repeat;
	    font-size:20px;
	    padding-top: 20px;
	    padding-bottom:20px;
	}

	#bbx_cytat {
	    width: 100%;
	}

	#bbx_autor {
	    font-size: 16px;
	    width: 100%;
	    padding-top: 5px;
	}

	#top1_2 > UL > LI > A > SPAN{
		display:none;
	}

	#top1_2 > UL > LI {
	    padding-left:10px;
	}

	#top1 {
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	#top1_1, #top1_2{
		width:100%;
	}

	#help_menu LI#mobnav-btn {
	    display:block;
	}

}

@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;
	}

	#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: #2196F3;
	}

	#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;
	}


	#top1_1, #top1_2{
		float:none;
		clear:both;
		width:auto;
		text-align:center;
	}

	#foot1, #foot2, #foot3{
		float:none;
		clear:both;
		width:100%;
		text-align:center;
	}

	#maincontent2 {
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	#maincontent3 {
	    width:100%;
	    padding-right:0px;
	}

	#right_k {
		 border-left:0px none;
	    width:100%;
	    padding-left: 0px;
	    padding-right: 0px;
		 padding-top:40px;
	}

	#d_menu LI {
	    float:none;
		 text-align:center;
	}

	#bbx {
	    clear: both;
	    background: #f9f7f1 url('../img/bbx.jpg') center left no-repeat;
	    font-size:20px;
	    padding-top: 20px;
	    padding-bottom:20px;
	}

	#bbx_cytat {
	    width: 100%;
	}

	#bbx_autor {
	    font-size: 16px;
	    width: 100%;
	    padding-top: 5px;
	}

	#top1_2 > UL > LI > A > SPAN{
		display:none;
	}

	#top1_2 > UL > LI {
	    padding-left:10px;
	}

	#top1 {
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	#top1_1, #top1_2{
		width:100%;
	}

	#help_menu LI#mobnav-btn {
	    display:block;
	}


}

@media only screen and (max-width: 1199px) and (min-width: 769px) {

	#top1_2 > UL > LI {
	    padding-left:10px;
	}

	#bbx {
	    background: #f9f7f1 url('../img/bbx.jpg') center left no-repeat;
	    padding-top:50px;
	    padding-bottom:50px;
	}

}

@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%;
	}

}