
html, body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

@font-face {
  font-family: 'roboto-thin';
  src:  url('/fonts/roboto-thin.eot?nmi96b');
  src:  url('/fonts/roboto-thin.eot?nmi96b#iefix') format('embedded-opentype'),
    url('/fonts/roboto-thin.ttf?nmi96b') format('truetype'),
    url('/fonts/roboto-thin.woff?nmi96b') format('woff'),
    url('/fonts/roboto-thin.svg?nmi96b#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto-medium';
  src:  url('/fonts/roboto-medium.eot?nmi96b');
  src:  url('/fonts/roboto-medium.eot?nmi96b#iefix') format('embedded-opentype'),
    url('/fonts/roboto-medium.ttf?nmi96b') format('truetype'),
    url('/fonts/roboto-medium.woff?nmi96b') format('woff'),
    url('/fonts/roboto-medium.svg?nmi96b#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}




@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;800&display=swap');


body, div, section
{
	x-font-family: 'roboto-thin', arial;
	font-family: arial;
	font-size: 20px;
}

input, select, textarea
{
	font-family: arial;
	x-font-family: arial;
}

strong, b
{
	xfont-family: roboto-medium;
	font-family: 'Open Sans', arial;
	font-weight: 700;
}

header,
footer,
section
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}



section.body
{
	min-height: 60%;
}


.wrapper
{
	max-width: 1600px;
	margin: auto;
}


section.body div.wrapper
{
	padding: 30px 0px;
}



a,
a.und
{
	text-decoration: none;
	color: #000;
}

a:hover,
a.und:hover
{
	color: #d60;
}

a.und:hover
{
	text-decoration: underline;
}


.table
{
	display: table;
}
.table .tr
{
	display: table-row;
}
.table .tr .td
{
	display: table-cell;
	vertical-align: top;
}





a.header
{
    display: block;
    color: #fff;
	line-height: 24px;
}

a.header:hover,
a.header:active
{
    color: #090 ;
}



input, select, textarea
{
	border: solid 1px #999;
	background: #fff;
	padding: 10px 10px;
	font-size: 20px;
	xfont-family: roboto-thin;
	xfont-family: 'Open Sans', sans-serif;
	border-radius: 5px;
}




#fmenu
{
	display: inline-table;
	width: 100%;
	float: left;
}

#fmenu .td
{
	display: table-cell;
	padding: 15px 10px 5px 0px;
	position: relative;
}

#fmenu .td a
{
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	xfont-family: roboto-thin;
	padding: 5px 0px 0px 0px;
}

#fmenu .td a.s2
{
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	font-size: 12px;
	xfont-family: roboto-thin;
}

#fmenu .td a.s2:hover
{
	color: #fff;
	text-decoration: underline;
}




/* ---- */


body
{
	background: #fffbdb;
	color: #000;
}

:root {
  --color-green: #060;
}



#hdr1
{
	position: fixed;
	left: 0px;
	top: 0px;
	display: block;
	background: #fff;
	height: 180px;
	opacity: 1;
	transition: opacity 0.5s ease;
	z-index: 5000;
	color: #fff;
	transition: background 0.5s ease;
}


#hdr1:hover
{
	x-background: rgba(0,0,0,1);
	transition: background 0.5s ease;
}


#top_margin
{
	height: 180px;
}

.hidden
{
	opacity: 0;
	transition: opacity 0.5s ease;
}


#hdr2
{
	xdisplay: none;
	background: var( --color-green );
	height: 230px;
}

#hdr2 ul li
{
	display: block;
	padding: 2px 5px;
}

#hdr2 ul li a
{
	display: block;
	color: #000;
	background: #fff;
	border: solid 1px #ddd;
	border-radius: 2px;
}

#menu_btn img
{
	width: 64px;
	height: 64px;
	border: none;
}

#logo img
{
	xwidth: 100px;
	xheight: 100px;
	border: none;
}







/*




#mmenu
{
	display: inline-table;
	width: 60%;
	float: left;
}

#mmenu .td
{
	display: table-cell;
	padding: 85px 10px 5px 0px;
	position: relative;
}

#mmenu .td a
{
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	xfont-family: roboto-thin;
	padding-bottom: 5px;
}



#mmenu .td div
{
	xdisplay: none;
	position: absolute;
	left: 0px;
	opacity: 0;
	top: -500px;
	padding: 10px 10px 0px 10px;
	background: rgba(255, 255, 255, .9);	
	z-index: 1000;
	min-width: 250px;
	transition: opacity ease 0.7s;
}

#mmenu .td div a
{
	margin-bottom: 10px;
	color: #047a95;
	text-transform: none;
	xfont-family: roboto-medium;
}


#mmenu .td div a:hover
{
	color: #000;
}


#mmenu .td:hover div
{
	xdisplay: block;
	left: 0px;
	top: 123px;
	opacity: 1;
}





div.news,
div.news div,
div#printArea
{
	xfont-family: roboto-thin;
	xfont-weight: bold;
	xline-height: 20pt;
}






.slider
{
	height: 500px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: auto;
}

.slider table
{
	position: absolute;
	left: 0px;
	top: 0px;
}

.slider img
{
	width: 1200px;
	height: 500px;
}


.slider #slider_btns
{
	height: 30px;
	xmax-width: 500px;
	margin: auto;
	position: absolute;
	bottom: 10px;
	xleft: 25%;
	xright: 25%;
	left: 0px;
	text-align: center;
	width: 100%;
}

.slider #slider_btns a,
.slider #slider_btns a.active
{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	border: solid 2px #fff;
	margin: 0px 10px;
	text-decoration: none;
}

.slider #slider_btns a:hover
{
	background: none;
	border: solid 2px #fff;
}

.slider #slider_btns a.active
{
	background: none;
	border: solid 2px #fff;
}


.slider img#slider_left,
.slider img#slider_right
{
	display: block;
	vertical-align: middle;
	position: absolute;
	width: 50px;
	height: 50px;
	cursor: pointer;
	left: 0px;
	top: 225px;
}

.slider img#slider_right
{
	left: auto;
	right: 0px;
}





.slide
{
	display: block;
	width: 1200px;
	height: 500px;
	padding: 0px;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}

.slide img
{
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: left center;
}

.slide div
{
	position: absolute;
	left: 500px;
	bottom: 60px;
	width: 500px;

	color: #fff;

	font-size: 16px;
	font-weight: normal;
	text-decoration: none;

	vertical-align: bottom;
	xfont-family: roboto-thin;
}

.slide div b
{
	display: block;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}

.slide div i
{
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	font-style: normal;
}

.slide a,
a.more
{
	display: block;
	font-size: 20px;
	line-height: 40px;

	color: #fff;
	border: solid 2px #fff;
	xborder-radius: 10px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 20px 0px 0px 0px;
	width: 200px;
	font-weight: bold;
	text-align: center;
}

.slide a:hover,
.slide a:active,
a.more:hover,
a.more:active
{
	color: #fff;
	background: rgba(255, 255, 255, .3);
	text-decoration: none;
}



*/











.news1,
.news2
{
	display: block;
	width: 227px;
	height: 260px;
	background: #047a95;
	color: #fff;
	padding: 15px 25px;
	margin-right: 10px;
	text-decoration: none;
}


.news2
{
	background: #0ae;
}

.news1 img,
.news2 img
{
	display: block;
	width: 146px;
	height: 146px;
	border-radius: 50%;
	margin: 0px auto 5px auto;
}

.news1 .title,
.news2 .title
{
	display: block;
	font-size: 18px;
	xfont-style: italic;
	font-weight: 700;
	margin-bottom: 5px;
}

.news1 .date,
.news2 .date
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}


.news1 .intro,
.news2 .intro
{
	display: block;
	font-size: 14px;
	font-weight: normal;
}



.col1
{
	padding-top: 0px;
	padding-right: 15px;
}

.col2
{
	width: 225px;
	padding: 0px 15px 15px 15px;
	xborder-left: solid 1px #047a95;
	margin-left: 15px;
}


hr
{
	color: #047a95;
	border: none;
	border-bottom: solid #047a95 1px;
}

.news3
{
	display: block;
	color: #047a95;
	width: 100%;
	margin-bottom: 20px;
	text-decoration: none;
}

.news3 img
{
	display: block;
	width: 100%;
	margin: 0px auto 5px auto;
}

.news3 .title
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.news3 .date
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}


.news3 .intro
{
	display: block;
	font-size: 14px;
	font-weight: normal;
}


h1
{
	color: #000;
	font-size: 20px;
	font-size: thick;
	padding: 0px;
	xmargin: 10px;
	margin: 0px 0px 10px 0px;
	xfont-family: "roboto-thin";
}

h1, h2
{
	x-background: #eee;
	padding: 5px 0px;
	text-transform: uppercase;
	font-size: 26px;

	xcolor: #000;
	xborder-bottom: solid 5px #060;
	xpadding: 5px;
}





div.slider1
{
	overflow: hidden;
	position: relative;
}

div.slider1 table.slider1_body
{
	position: absolute;
	left: 0px;
	top: 0px;
	transition: left ease .7s;
}


div.slider1 img.l,
div.slider1 img.r
{
	display: block;
	position: absolute;
	left: 10px;
	top: 100px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

div.slider1 img.r
{
	right: 20px;
	left: auto;
}



div#news1
{	width: 861px;
	height: 290px;
}

div#logos
{	width: 1082px;
	height: 111px;
	margin: auto;
}
div#logos ximg.l,
div#logos ximg.r
{
	top: 30px;
	left: -20px;
	border: solid 1px #047a95;
}
div#logos ximg.r
{
	top: 30px;
	left: auto;
	right: -20px;
}
div#logos td
{
	padding: 0px 20px;
}


div#magaz
{
	xwidth: 365px;
	width: 340px;
	height: 520px;
	border: solid 1px #069;
}
div#magaz img.l,
div#magaz img.r
{
	top: 200px;
}

#magaz td div
{
	position: relative;
	width: 340px;
	height: 520px;
}

#magaz td div img
{
	position: absolute;
	width: 340px;
	top: 0px;
	left: 0px;
}
#magaz td div a.more
{
	position: absolute;
	bottom: 40px;
	left: 70px;

	xmargin: 20px auto 0px auto;

	color: #047a95;
	border-color: #047a95;
}



.ban1
{
	display: block;
	width: 356px;
	height: 258px;
	padding: 15px 25px;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.ban1 div
{
	position: absolute;
	left: 25px;
	bottom: 15px;

	color: #fff;

	font-size: 14px;
	font-weight: normal;
	text-decoration: none;

	vertical-align: bottom;
}

.ban1 div b
{
	display: block;
	font-size: 20px;
	xfont-weight: bold;
	margin-bottom: 0px;
}

.ban1 div i
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	font-style: normal;
}

	

.digit
{
	display: block;
	width: 356px;
	height: 258px;
	padding: 15px 25px;
	background-size: cover;
	position: relative;
	overflow: hidden;
	text-align: center;

	color: #047a95;
	border: solid 1px #047a95;

	font-size: 18px;
	font-weight: normal;
}

.digit big
{
	display: block;
	font-size: 100px;
	line-height: 80px;
	xfont-style: italic;
	font-weight: 700;
	margin: auto;
	xfont-family: roboto-black;
}

.digit b
{
	display: block;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	margin-bottom: 10px;
	font-style: italic;
	xfont-family: roboto-medium;
}


.digit a,
a.btn,
a.btn2
{
	display: block;
	font-size: 20px;
	line-height: 40px;

	color: #047a95;
	border: solid 2px #047a95;
	xborder-radius: 10px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 10px auto 0px auto;
	width: 200px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;

	position: absolute;
	left: 100px;
	bottom: 15px;
}

.digit a:hover,
.digit a:active,
a.btn:hover,
a.btn:active,
a.btn2:hover,
a.btn2:active
{
	color: #fff;
	background: #047a95;
	text-decoration: none;
}


a.btn2
{
	display: inline-block;
	position: relative;
	left: auto;
	bottom: auto;
	line-height: 22px;
	padding: 5px;
	xwidth: 130px;
	margin: 5px 5px;
}

.p50
{
	width: 48%;
	display: inline-block;
	float: left;
}


#subscribe_email,
#q
{
	background: #fff;
	color: #000;
	padding: 3px 5px;
	font-size: 20px;
	border: none;
	xborder-radius: 5px;
	outline: none;
	xmargin: 20px 0px 20px 20px; 
}

#q:placeholder
{ 
	xcolor: deeppink;
 	font-size: 16px;
	text-transform: none;
	xfont-family: roboto-thin;
}

::placeholder
{ 
	xcolor: deeppink;
 	font-size: 16px;
	text-transform: none;
	xfont-family: roboto-thin;
}

::-moz-placeholder
{ 
	xcolor: deeppink;
 	font-size: 16px;
	text-transform: none;
	xfont-family: roboto-thin;
}

::-webkit-input-placeholder 
{ 
	xcolor: deeppink;
 	font-size: 16px;
	text-transform: none;
	xfont-family: roboto-thin;
}


.h10
{
	height: 10px;
	clear: both;
}

.h20
{
	height: 20px;
	clear: both;
}

.w50
{
	width: 50%;
}
.w40
{
	width: 40%;
}
.w30
{
	width: 30%;
}

.w25
{
	width: 25%;
}

.w20
{
	width: 20%;
}

.w10
{
	width: 10%;
}

.w5
{
	width: 5%;
}

a.lp50 
{
	padding-left: 50px;
}

	.w356
	{
		width: 100%;
	}





img.pre
{
	float: left;
}


#printArea
{
	padding: 0px 10px;




    font-size: 24px;
    font-family: arial;
    line-height: 30px;

}

#printArea div,
#printArea div input,
#printArea div select,
#printArea div textarea
{
    font-size: 24px;
    font-family: arial;
    line-height: 30px;

}





	#mmenu
	{
		display: block;
	}

	a.mmenu,
	a.mmenu_on
	{
		display: inline-block;
		color: #4e3528;
		margin: 0px 10px;
		margin-bottom: 2px;
		text-decoration: none;
		font-family: roboto-medium;
font-size: 18px;
	}

	a.mmenu:hover,
	a.mmenu_on
	{
		color: #fff;
		text-decoration: none;
		x-margin-bottom: 0px;
		x-border-bottom: 2px solid #060;
		color: #f90;
	}















.w33
{
	width: 33%;
}

.w50
{
	width: 50%;
}

.w25
{
	width: 25%;
}

.p10
{
	padding: 10px;
}

.v_top
{
	vertical-align: top;
}

.v_middle
{
	vertical-align: middle;
}

.v_bottom
{
	vertical-align: bottom;
}

.h_left
{
	text-align: left;
}

.h_right
{
	text-align: right;
}

.h_center
{
	text-align: center;
}











/* ------------------------------- */

@media (max-width:1100px){

	.desktop,
	.table .tr .td.desktop
	{
		display: none;
	}
	.mobile
	{
		x-display:block;
	}

	#phone_mobile
	{
		x-display:block;
	}










	.table
	{
		margin: auto;
	}

	.table .tr div.td.col1,
	.table .tr div.td.col2
	{
		display: block;
	}

	.col2
	{
		width: auto;
		border: none;
	}

	.news3
	{
		display: inline-block;
		color: #047a95;
		width: 225px;
		margin-bottom: 20px;
		margin-right: 45px;
	}
/*

	.slider
	{
		height: 358px;
	}

	.slider img
	{
		width: 860px;
		height: 358px;
	}


	.slide
	{
		width: 860px;
		height: 358px;
	}

        .slide div
        {
        	left: 380px;
        	bottom: 60px;
        	width: 450px;
	
		font-size: 12px;
	}
	
	.slide div b
        {
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	.slide div i
        {
		font-size: 14px;
		margin-bottom: 15px;
	}
	
        .slide a
	{
		font-size: 22px;
		line-height: 36px;
		margin: 20px 0px 0px 0px;
		width: 210px;
	}


*/


	.w1100,
	#mmenu
	{
		xdisplay: none;
	}

	.wrapper
	{
		xmax-width: 860px;
		padding: 0px 10px;
	}

	div#logos td
	{
		padding: 0px 10px;
	}

	div#logos
	{
		width: 741px;
        }
}




.article
{
	width: 45%;
	max-width: 400px;
	display: inline-grid;
	margin: 10px;
}

.article img
{
	max-width: 100%;
}


@media (max-width:860px) {

	div.table.art
	{
		display: block;
	}

	div.table.art .tr
	{
		display: block;
	}

	div.table.art .tr .td
	{
		display: block;
	}

}




/* ------------------------------- */

@media (max-width:1024px){

#printArea,
#printArea div,
#printArea div input,
#printArea div select,
#printArea div textarea
{
    font-size: 20px;
    line-height: 25px;

}


	.menu_td
	{
		width: auto;
	}

	#hdr2
	{
		height: auto;
	}


/*
	.slider
	{
		height: 250px;
	}

	.slider img
	{
		width: 600px;
		height: 250px;
	}


	.slide
	{
		width: 600px;
		height: 250px;
	}

        .slide div
        {
        	left: 280px;
        	bottom: 60px;
        	width: 300px;
	
		font-size: 12px;
	}
	
	.slide div b
        {
		font-size: 20px;
		margin-bottom: 15px;
	}
	
	.slide div i
        {
		font-size: 12px;
		margin-bottom: 15px;
	}
	
        .slide a
	{
		font-size: 20px;
		line-height: 36px;
		margin: 20px 0px 0px 0px;
		width: 180px;
	}
*/

	#mmenu
	{
		display: block;
		position: fixed;
		top: 120px;
		left: 100vw;
		transition: left ease .5s;
		background: #000;
		width: 100%;
		height: 100%;
	}

	#mmenu.on
	{
		left: 0vw;
		transition: left ease .5s;
	}


	a.mmenu,
	a.mmenu_on
	{
		display: block;
		color: #fff;
		padding: 20px 30px;
		margin: 0px;
		border: none;
		text-decoration: none;
	}

	a.mmenu:hover,
	a.mmenu_on
	{
		color: #fff;
		background: #090;
		text-decoration: none;
		margin: 0px;
		border: none;
	}





	.wrapper
	{
		xmax-width: 600px;
		padding: 0px 10px;
	}


	div#logos
	{
		width: 494px;
        }


	div#news1
	{
		width: 574px;
	}


	.ctable,
	.ctable .tr,
	.table .tr .td
	{
		display: block;
	}


	.w30,
	.w33,
	.w50,
	.w25,
	.w20,
	.w10,
	.w5
	{
		width: auto;
	}



	.desktop,
	.table .tr .td.desktop
	{
		display: none;
	}

	.mob_width_300
	{
		width: 300px;
	}

	.w356
	{
		width: 356px;
		margin: auto;
	}


	.slide span
	{
		display: none;
	}


	.news_body img,
	#printArea img
	{
		max-width: 100%;
	}


	#hdr1
	{
		height: 100px;
	}

	#logo img
	{
		width: 80px;
		height: 80px;
		border: none;
	}
}




/* ------------------------------- */

@media (max-width:640px) {

	.article
	{
		width: auto;
		xmax-width: 100%;
	}

}

/* ------------------------------- */

@media (max-width:420px){
/*
	.slider
	{
		width: 100vw;
		height: 180vw;
	}

	.slider img
	{
		xwidth: 340px;
		xheight: 141px;
	}


	.slider #slider_btns
	{
		bottom: 0px;
	}

	.slider #slider_btns a,
	.slider #slider_btns a.active
	{
		display: inline-block;
		width: 20px;
		height: 20px;
	}

	.slide
	{
		width: 100vw;
		height: 180vw;
		background: #047a95;
	}

        .slide img 
        {
		width: 100%;
		height: 80vw;
		position: relative;
	}

        .slide div
        {
		position: relative;
        	left: auto;
        	bottom: auto;
        	width: auto;
	
		padding: 20px 30px;
		font-size: 14px;
	}
	
	.slide div b
        {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 10px;
		font-weight: normal;
	}
	
	.slide div i
        {
		font-size: 14px;
		margin-bottom: 5px;
	}
	
        .slide a
	{
		xfont-size: 12px;
		xline-height: 14px;
		xmargin: 10px 0px 0px 0px;
		xwidth: 100px;
	}

	.slide span
	{
		display: block;
	}

	.slider #slider_btns
	{
		display: none;
	}
*/
	.wrapper
	{
		xmax-width: 340px;
		padding: 0px 5px;
	}


	div#logos
	{
		width: 231px;
        }

                         
	div#news1       
	{              
		width: 287px;
		margin: auto;
	}


	.news3
	{              
		width: auto;
		margin: auto;
	}



	.ban1,
	.digit
	{
		width: 300px;
		height: 200px;
		padding: 10px 15px;
	}


	.digit
	{
		font-size: 14px;
	}

	.digit big
	{
		font-size: 60px;
		line-height: 60px;
	}

	.digit b
	{
		font-size: 30px;
		line-height: 30px;
	}


	.digit a,
	a.btn
	{
		font-size: 14px;
		line-height: 30px;

		margin: 20px auto 0px auto;
		width: 150px;
	}


	.ban1
	{
		margin-bottom: 20px;
	}



	#magaz a img
	{
		width: 340px;
	}

	div#logos td
	{
		padding: 0px 2px;
	}

	div#magaz
	{
		width: 340px;
	}

	.w356
	{
		width: 340px;
	}

	.w50
	{	
		width: auto;
	}

	.w40
	{	
		width: auto;
	}

	.w30
	{	
		width: auto;
	}

	.news_body img,
	#printArea img
	{
		max-width: 100%;
	}

	img.pre
	{
		float: none;
	}

}





#menu2
{
	position: absolute;
	background: #383838;
	color: #fff;
	padding: 20px;
	width: 320px;

	xtop: 0px;
	xright: -360px;
	xtransition: right ease .7s;

	top: -1000px;
	right: 0px;
	transition: top ease .7s;
}

#menu2 a
{
	display: block;
	padding: 5px 40px 5px 50px;
	text-decoration: none;
	color: #fff;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	
}

#menu2 a:hover,
#menu2 a:active
{
	text-decoration: none;
	color: #6df;
	
}

#menu2 hr
{
	border: none;
	border-bottom: solid 1px #6df;
	margin: 20px 40px 20px 50px;
}



a.lmenu, a.lmenu_on
{
	color: #000;
	font-size: 18pt;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	display: block;
	padding: 5px 20px 5px 20px;
	xborder: solid 1px #fff;
	margin: 1px 0px 1px 0px;
}

a.lmenu:hover, a.lmenu:focus, a.lmenu_on, a.lmenu_on:hover, a.lmenu_on:focus
{
	color: #ffffff;
	background: #ef7f1a;
	xbackground: #060;
	text-decoration: none;
	xborder-bottom: none;
	xborder: solid 1px #000;
	border-radius: 10px;
}


a.fmenu, a.fmenu_on
{
	color: #fff;
	xfont-size: 8pt;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	display: block;
	padding: 5px 20px 0px 0px;
	margin: 0px 0px 1px 0px;
}

a.fmenu:hover, a.fmenu:focus, a.fmenu_on, a.fmenu_on:hover, a.fmenu_on:focus
{
	color: #fff;
	text-decoration: underline;
}



img.magaz
{
	width: 340px;
}


a.blue
{
	color: #047a95;
	text-decoration: none;
}

a.blue:hover
{
	color: #047a95;
	text-decoration: underline;
}










.mind
{
	display: block;
	width: 340px;
	height: 520px;
	xpadding: 15px 25px;
	xbackground-size: cover;
	position: relative;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}

.mind img
{
	position: absolute;
	left: 0px;
	top: 0px;
}

.mind div
{
	position: absolute;
	left: 25px;
	bottom: 30px;
	width: 70%;

	vertical-align: bottom;
}

.mind div i
{
	color: #fff;

	font-style: italic;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	text-decoration: none;

}

.mind div span
{
	display: block;
	padding: 10px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	font-style: normal;
	color: #000;
	margin-bottom: 10px;
	xfont-family: roboto-thin;
}

.mind div span b
{
	display: block;
	font-style: italic;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
	xfont-family: roboto-medium;
}

#printArea img
{
	max-width: 100%;
}
	


div#defaultFormBody,
div#defaultFormBody div
{
	font-size: 12pt;
	color: #666;	
	xfont-family: roboto-thin;
	xfont-weight: bold;
}


div.langs
{
	display: inline-block;
	padding-bottom: 10px;
	color: #fff;
}

a.lang,
a.lang_active
{
	color: #fff;
	xfont-family: roboto-thin;
	xpadding-right: 20px;
}

a.lang_active
{
	text-decoration: underline;
}

.stat
{
	display: none;
}




div.major,
#printArea div.major
{
	padding: 20px;
	color: #fff;
	background: #069;
}





body
{
	xdisplay: table;
	width: 100%;
	height: 100%;
}

section
{
	xdisplay: table-row;
	width: 100%;
}





 
@media (min-width:1024px) {

	.mobile
	{
		display:none;
	}

	#phone_mobile
	{
		display:none;
	}


}





.article .title
{
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}


input.bot:hover,
input.bot:active
{
	background: #000;
	color: #fff;
}

.table.tp5 .td
{
	padding: 5px;
}
.table.center
{
	margin: auto;
}


.mob_width_300 input[type="text"],
.mob_width_300 input[type="pasword"],
.mob_width_300 input[type="file"],
.mob_width_300 select,
.mob_width_300 textarea
{
	width: 300px;
	padding: 10px 10px;
	font-size: 20px;
}

.mob_width_300 select
{
	width: 320px;
}


.mob_width_300 select option
{
	font-size: 14px;
}




a.btn,
input.btn,
a.btn2,
input.btn2,
a.btn3,
input.btn3,
a.btn2a,
input.btn2a,
a.btn3a,
input.btn3a
{
	display: inline-block;
	background: #ef7f1a;
	padding: 20px 50px;
	font-size: 20px;
	border-radius: 50px;
	color: #4e3528;
	font-family: 'roboto-medium';
	border: none;
}

a.btn3,
input.btn3,
a.btn3a,
input.btn3a
{
	background: #ddd;
}

a.btn2:hover,
input.btn2:hover,
a.btn3:hover,
input.btn3:hover,
a.btn2a:hover,
input.btn2a:hover,
a.btn3a:hover,
input.btn3a:hover
{
	background-color: #ef7f1a;
	color: #fff;
}

a.btn,
input.btn,
a.btn2a,
input.btn2a,
a.btn3a,
input.btn3a
{
	padding: 10px 25px;
}





