/*
fonts
*/
@import url(reset.css);
@import url(../js/formstyler/formstyler.css);
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


/*
http://meyerweb.com/eric/tools/css/reset/
v2.0|2011-01-26
License:none(publicdomain)
*/

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
.post,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
/*
HTML5 element reset
*/

.post,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
	display:block;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	line-height:1;
	max-width:900px;margin:0 auto;
font-size:16px;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
	content:'';
	content:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a{
	text-decoration:none;
}
img{
	max-width:100%;
}
h1{
	font-size:36px;
}
h2{
	font-size:24px;
}
h3{
	font-size:18px;
}
h4{
	font-size:16px;
}
h5{
	font-size:14px;
}
h6{
	font-size:12px;
}
/*
wrapper

.wrap{
	width:320px;
	margin:0 auto;
}*/
/*
global classes
*/
.border-radius,
.search input[type=text],
.menu-show img,
.menu-hide img{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.float-left,
.menu-show,
.menu-hide{
	float:left;
}
.clear-both{
	clear:both;
}
.pos-relative,
.search{
	position:relative;
}
/*
header
*/
.header{
	padding:0 0;
}
.header{
	background:#FFF;
}
	.top-bar{
margin-left:10px;
margin-right:10px;
		position:relative;
		background:#267756;
		border-radius:7px;
		padding:10px 0 0 0;
	}
	.menu-show,
	.menu-hide{
		display:none;
		border:none;
		color:#aaa;
		cursor:pointer;
		background:none;
	}
	.menu-show img,
	.menu-hide img{
		background:#fff;
		padding:5px 5px;
	}
	.menu{
		border-top:3px solid #fff;
		display:block;
		margin:5px 0 0 0;
		font-size:14px;
		border-radius:7px;
	}
	.menu ul{
		margin:0;
		padding:0;
	}
	.menu li:nth-child(1) a{
		border-top:none;
	}
	.menu a{
		display:block;
		padding:10px;
		text-align:center;
		border-top:3px solid #409271;
		border-bottom:3px solid #194936;
		color:#FFF;
		background:#267756;
		outline:none;
		font-family: 'Century Gothic', Tahoma, Arial, Helvetica, sans-serif;
	font-size:22px;
		border-radius:7px;
	}
	.menu a:hover{
		/*background:#eee#00a8ff;
		-moz-box-shadow:inset 0 5px 20px rgba(0,0,0,.5);
		-webkit-box-shadow:inset 0 5px 20px rgba(0,0,0,.5);
		box-shadow:inset 0 5px 20px rgba(0,0,0,.5);*/
		color:#FFF;
	text-decoration:underline;
		border-radius:7px;
}
	.menu li:last-child a{
		border-radius:7px;
	}
	.menu li:first-child a{
		border-radius:7px;
	}
	.search{
		float:right;
		margin:0 5px 10px 0;
	}
	.search input[type=text]{
		border:1px solid #3d3d3d;
		width:140px;
		height:20px;
	padding:5px 25px 5px 10px;
		color:#aaa;
	}
	.search input[type=submit]{
		position:absolute;
		right:4px;
		top:6px;
		background:url(images/search-butR.png) no-repeat;
		width:20px;
		height:20px;
		border:none;
		cursor:pointer;
	}
	.search input[type=text],
	.search input[type=submit]{
		outline:none;
	}

.logo{
	background:#FFF ;
	display:block;
		border-top:12px solid #494949;
}
.logo a{
	display:block;
	padding:5px;
	text-align:center;
}
/*
content
*/
.content{
}
.title h2{
	border-top:1px solid #3d3d3d;
	background:#1d1d1d;
	padding:10px 20px;
	font-size:24px;
	color:#3d3d3d;
}
.post{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:20px;
	color:#3d3d3d;
	border-bottom:1px solid #eee;
}
.post-info{
	line-height:1.3em;
	font-size:10px;
	color:#7d7d7d;
}
.post-info span{
	color:#ddd;
}
.post-info a{
}
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6{
	font-family: 'Century Gothic', Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:1.3em;
	word-spacing:.2em;
	padding:0 0 10px 0;
	background:none;
}
.post h1 a,
.post h2 a,
.post h3 a,
.post h4 a,
.post h5 a,
.post h6 a{
	display:block;
}
.post h1{
	font-size:2.6em;
}
.post h2{
	font-size:2em;
}
.post h3{
	font-size:1.6em;
}
.post h4{
	font-size:1.2em;
}
.post figure,
.post dd,
.post dt,
.post pre,
.post p{
	padding:0 0 10px 0;
}
.post p,
.post ol,
.post ul,
.post dd,
.post figcaption,
.column{
	line-height:2.5em;
}
.post ol,ul{
	margin:0 0 0 30px;
	padding:10px;
}
.post ol{
	list-style:decimal;
}
.post ul{
	list-style-image: url(../images/arrow.png);
}
.post pre{
}
.post code{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	line-height:1.8em;
}
.post blockquote{
	display:block;
	border-left:1px dotted #7d7d7d;
	margin:0 0 10px 0;
}
.post blockquote p{
	padding:5px 10px;
}
.post blockquote p:first-letter{
	float:left;
	padding:10px 10px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
}
.post b,strong{
	font-weight:bold;
}
.post em,
.post i{
	font-style:italic;
}
.post a{
	color:#a13b49;
}
.post a:hover{
	color:#5d5d5d;
}
.post dl{
}
.post dt{
	font-weight:bold;
}
.post dd{
	margin:0 0 0 20px;
}
.post figure{
	text-align:center;
}
.post figure img{
	max-width:100%;
	box-shadow: 3px 3px 10px #ebecec;
		padding: 0 -20px 0 0;
		border-radius:7px;
}
.post figcaption{
	font-size:12px;
	color:#8d8d8d;
}
/*
footer
*/
.footer{
		border-top:10px solid #4f4e4e;
	background:#ebecec;
	text-align:center;
	font-size:10px;
	color:#4f4e4e;
	line-height:1.2em;
	padding:10px 0 0 0;
}
	.bot-bar{
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		position:relative;
		background:#267756;
		padding:10px;
		color:#FFF;
	}
.footer a{
	color:#fff;
}

.footer a:hover{
	color:#fff;
	text-decoration:underline;
	}

.license{
	display:inline-block;
	text-align:center;
	padding:10px 0;
	opacity:.3;
}
.license:hover{
	opacity:1;
}


.right a{
	color:#a13b49;
	text-decoration: underline;
}

.right a:hover{
	text-decoration: underline;
	color: #a13b49;
}








.block_news_bg{
    width: 100%;
    height: 5px;
}

.block_news a{
    color:#a13b49;
    text-decoration: underline;
}

.block_news a:hover{
	opacity: .5;
    text-decoration: underline;
    color:#a13b49;
}

	.news{
    text-align: center;
    text-decoration:  none;
    font: 24px 'Century Gothic', Tahoma, Arial, Helvetica, sans-serif;
    color: #fff ;
    margin-top: 10px;
    margin-bottom: 10px;
margin-left:10px;
margin-right:10px;
		position:relative;
		background:#a13b49;
		border-radius:7px;
		padding: 0 0 0 0;
	}


.block_news p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:10px;
	color:#3d3d3d;
}

.block_news span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
    color: #a13b49;


}

.ckidka{
    margin: 0 !important;
    font: italic 16px Arial, sans-serif ;
    color: #a13b49;
}

.border{
    margin-top: 15px;
    border-bottom: 1px solid #ebecec;
}

.border a{
    margin-bottom: 5px;
}


.right table center{
	border-bottom: 1px solid #ccc;
}

.right table tr td{
	background-color: #fff !important;
	padding: 5px;
}

.right img{
	padding: 5px;
}

.right img:hover{
opacity:0.5;
}

.right strong, b {
	font-weight: bold;
	color: #267756;
}

.right cat{
	color: #000 !important;
}


.right caption, th, td {
	vertical-align: middle ;
}

.right h1{
    text-align: left;
    font: bold 24px Arial, sans-serif;
    color: #302f2f;
    margin-left: 20px;
}

.right h2{
    text-align: left;
    font: bold 20px Arial, sans-serif;
    color: #302f2f;
    margin-left: 20px;
}

.right h2 span{
    margin-left: 135px;
}

.right p{
    /*padding: 0 10px;*/
    text-align: justify;
    font: 16px Arial, sans-serif;
    color: #000;
	line-height:1.4;
}


.nav_left{
	width: 90%;
	padding:20px;
}

.nav_left_top{
		background:#ebecec;
		border-radius:7px;
    height: 9px;
}

.nav_left_center{
		background:#ebecec;
		border-radius:7px;
    padding: 0 27px;
}

.nav_left_bottom{
    height: 15px;
		background:#ebecec;
		border-radius:7px;
}

.nav_left h3{
    text-align: left;
    font: 19px 'Century Gothic', Tahoma, Arial, Helvetica, sans-serif;
    color: #267756;
	padding:10px;
}

.nav_left li{
min-height: 30px;
    border-bottom: 1px solid #ccc;
}

.nav_left li:last-child{
    border-bottom: none;
}

.nav_left li a{
    display: inline-block;
    min-height: 19px;
    margin-left: 10px;
    text-align: left;
    padding: 5px 10px;
    text-decoration: none;
    color: #1e1e1e;
    font: 15px Arial, sans-serif;
    background: url(../images/arrow.png) no-repeat left center;
}

.nav_left li a:hover{
    font-size: 16px;
    color: #a13b49;
}

.nav_left li a span{
    text-transform: uppercase;
}

.redbutton
{ BORDER-BOTTOM:		black 1px solid;
  BORDER-LEFT:		white 1px solid;
  BORDER-RIGHT:		black 1px solid;
  BORDER-TOP:		white 1px solid;
  margin:			1px;
  font-family:		Gothic, sans-serif;
  font-size:		16px;
  font-weight:		bold;
  background-color:	#fff;
  border: 1px solid #ccc;
  color:			#636363;
  border-radius: 5px;
}
.ss
{ BORDER-BOTTOM:		#ccc 1px solid;
  BORDER-LEFT:		#ccc 1px solid;
  BORDER-RIGHT:		#ccc 1px solid;
  BORDER-TOP:		#ccc 1px solid;
  margin:			1px;
  font-family:		Arial, Helvetica, sans-serif;
  font-size:		16px;
  font-weight:		bold;
  color:			black;
  border-radius: 5px;
}

