/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre,
dd, dt, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

  
img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
.captioned_image
{float: left;
position: relative;
padding-bottom: 15px;
margin-right: 17px;
}
.first_banner
{
margin-right: 25px;
}
.captioned_image div
{
position: relative;
font-size: 9px;
left: 0px;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}


#logo {
position: absolute;
	padding-left: 25px;
padding-top: 15px;
	border: 0;
              }
			  
			  #description {

	padding-left: 100px;
padding-top: 25px;
	border: 0;
	              }
			  
			  /* site logo */
#site-logo {
		position: absolute;
		margin-left: 10px;
	top: 20px;
}
#site-logo a {
	font:  bold 30px/100%  tahoma, verdana, arial, sans-serif, Lucida Sans;
	color: #000;
	text-decoration: none;
}

/* site description */
#site-description {
	font:   italic 90%/130% Arial, Helvetica, sans-serif;
	color: #000;
	position: absolute;
	top: 55px;
	margin-left: 10px;
}

.summary
{
text-align: right;
font-style: italic;
padding-top: 3px;
}

.summary a
{
padding: 5px;
text-decoration: none;
color: #fff;
background: #e94577 repeat-x;
}
blockquote {
 padding:10px; 
 border-left: 9px solid #C9D8DF;
 border-top: 2px solid #EBEFF2;
 border-right: 2px solid #EBEFF2;
 border-bottom: 2px solid #EBEFF2;
 background-color: #fff;
 margin: 10px 0px 0px 0px;
}

#link_table {display: table;}
#link {
border: 1px solid;
border-color:#000;
background-color: #fff;
padding:5px;
font-size:12px;
width:520px;
display: table-cell;
vertical-align: middle;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #fff;
	font: 0.8em/150% Arial, Helvetica, sans-serif;
	color: #000;
}
a {font: bold;
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}



/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}

h3.list{
	font-size: 1em;
} 
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}


/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 980px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 160px;
}



/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	top: 25px;
	z-index: 100;
	width: 360px;
}
#searchform #s {
	width: 280px;
	float: right;
	background: #fff;
	border: none;
	padding: 4px 5px;

	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#searchform #b {
	width: 70px;
	float: right;
margin-left:10px;
	padding: 1px 4px 2px;
}



.poisk
{
margin-top: 18px;
margin-right: 35px;
 float:right;
 width:400px;
 height: 15px;
 margin-bottom: -25px;
}
/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	
	border-bottom:4px solid #8eb132;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	

}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	background: #3161B5;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav li a {
float:left;
					color:#fff;	
					text-transform:uppercase;
					font-size:0.85em;
					line-height:35px;
					border:solid #e1e1d3;
					border-width:1px 1px 0 1px;
					text-decoration:none;
					padding:0 25px;		
}


#main-nav a {
	line-height: 100%;
	color: #fff;
	display: block;
	padding: 12px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background:#f4f4ec url(../files/menu_h.jpg) repeat-x;	
	/* gradient */

}

/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	background: #fff;
	border:1px solid #DAE1E8;
	margin: 30px 0 30px;
	padding: 10px 20px 10px 20px;
	width: 680px;
	font-size: 0.92em;
	float: right;
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 290px;
	float: left;
	margin: 10px 0 20px 0;
		background: #fff;
	
}

.widget a{font: bold; color: #000;

}


.widget {font: bold;
	margin: 20px 5px 20px 0px;
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}


/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}
.leftimg {
    float:left; /* ������������ �� ������ ���� */
    margin: 7px 7px 7px 0; /* ������� ������ �������� */
   }
.rightimg  {
    float: right; /* ������������ �� ������� ����  */ 
    margin: 1px 0 7px 7px; /* ������� ������ �������� */
   }
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #000;
	font-size: 85%;
}
#footer a {
	color: #fff;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }



.box
{
position: relative;
border: dashed 1px #268A74;
margin-top: 15px;
background: #fff;
color: #000;

}
.box_inner
{
border: solid 1px #fff;
padding: 15px;
background: #d2e6aa;
color: inherit;
min-height: 200px;
}



}
.features-table
{
  width: 100%;
  margin: 0 auto;
  border: 1;
  text-shadow: 0 1px 0 #fff;
  color: #2a2a2a;
  font-size:1em;
  background: #fafafa;
   margin-top:2px;
  margin-bottom:20px;
}

.divTableRow
{
  height: 280px;
}
.divTableCell
{
  margin-right: 10px;
}

.features-table td
{
  height: 20px;
  padding: 0 20px;
  border: 1px solid #49749f;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
}


.no_li li{
    list-style-type: none; /* ������� ������� */
	border: solid 1px #EBEFF2;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	font-size:0.7em;
	font-weight: bold;

   }
.device_list  
 {
width: 100%;

} 
.device_list  td
 {
background-color: #ffffff;
 border-top: solid 2px #EBEFF2;
  padding: 3px;
vertical-align	: middle;
font-size: 0.8em;
}
 .vendor_name  {
font-size:1.1em;
color: #2B588D;
font-weight: bold;
} 
 .device_name   {
font-size:1.1em;
color: #A40A11;
font-weight: bold;
}  
.tablelist td { background-color: #ffffff;
padding:3px;
text-align:left;
 border-top: solid 1px #EBEFF2;
font-size:0.75em;
}

.table_list_device td

{ background-color: #ffffff;
 border-top: solid 2px #EBEFF2;
  padding: 5px;
  font-size:0.75em;
vertical-align	: middle;
}
h1.title_search      {
         font-size: 14px;
         line-height:20px;	
font-style: italic;		 
		color: #456899;}	
.sonctext
{
margin-left: 5px;
margin-bottom: -1px;
font-size:14px;
font-style:verdana;
}

.sonc
{
background-color:#94bf42;
border-radius:5px;
}
.search_t {
font-size:12px;
margin-left:15px;
margin-top:-12px;
padding-bottom:15px;
}
.search_t_short {
font-size:12px;
margin-left:15px;
margin-top:-12px;
padding-bottom:5px;
}

.search_b {

margin-top:6px;
	padding: 1px 4px 2px;

}

.adsens_block {
margin-left:2px;
float:left;
height:250px;
}

#nav {
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
#nav, #nav ul {
    list-style:none;
    padding:0;
    width:235px;
}
#nav ul {
    position:relative;
    z-index:-1;
	
}
#nav li {
    position:relative;
    z-index:100;
}
#nav ul li {
    margin-top:-23px;

    -moz-transition:  0.4s linear 0.4s;
    -ms-transition: 0.4s linear 0.4s;
    -o-transition: 0.4s linear 0.4s;
    -webkit-transition: 0.4s linear 0.4s;
    transition: 0.4s linear 0.4s;
}
#nav li a {
    background-color:#fff;
    color:#000;
	border-bottom:1px solid #fff;
    display:block;
    font-size:12px;
    font-weight:bold;
    line-height:28px;
    outline:0;
    padding-left:15px;
    text-decoration:none;
}
#nav li a.sub {
    background:#fff url("../images/menu/down.gif") no-repeat;
	
}
#nav li a + img {
    cursor:pointer;
    display:none;
    height:28px;
    left:0;
    position:absolute;
    top:0;
    width:200px;
}
#nav li a img {
    border-width:0px;
    height:24px;
    line-height:28px;
    margin-right:8px;
    vertical-align:middle;
    width:24px;
}
#nav li a:hover {
    background-color:#8EB132;
}
#nav ul li a {
    background-color:#eee;
    border-bottom:1px solid #ccc;
    color:#000;
    font-size:11px;
    line-height:22px;
}
#nav ul li a:hover {
    background-color:#ddd;
    color:#444;
}
#nav ul li a img {
    background: url("../images/menu/bulb.png") no-repeat;
    border-width:0px;
    height:16px;
    line-height:22px;
    margin-right:5px;
    vertical-align:middle;
    width:16px;
}
#nav ul li:nth-child(odd) a img {
    background:url("../images/menu/bulb2.png") no-repeat;
}
#nav a.sub:focus {
    background:#8EB132;
    outline:0;
	
}
#nav a:focus ~ ul li {
    margin-top:0;

    -moz-transition:  0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linears;
    -webkit-transition: 0.4s linears;
    transition: 0.4s linear;
}
#nav a:focus + img, #nav a:active + img {
    display:block;
}
#nav a.sub:active {
    background:#8EB132;
    outline:0;
}
#nav a:active ~ ul li {
    margin-top:0;
}
#nav ul:hover {
    display:block;
}

.filename{
background: #FAF3D2;
padding:10px;}


.content-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-left: 2px solid #FE2B0A;
}

.content-title-blue {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-left: 2px solid #3161B5;
}

.content-title-green {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-left: 2px solid #94BF42;
}

.widget-title-right {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #222;
  font-size: 18px;
  padding-left: 15px;
  margin-bottom: 15px;
  padding-right: 15px;
  border-right: 3px solid #8EB132;
}

* {box-sizing: border-box; margin: 0;}
.widget {
  padding: 20px 30px;
  background: white;
  font-family: 'Roboto', sans-serif;
}
.widget-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #222;
  font-size: 16px;
  padding-left: 15px;
  margin-bottom: 15px;
  border-left: 2px solid #FE2B0A;
}
.widget-list {
  padding: 0;
  list-style: none;
}
.widget-list a:before {
  content: "\2014";
  margin-right: 14px;
}
.widget-list a {
  text-decoration: none;
  outline: none;
  display: block;
  padding: 2px 0; 
  letter-spacing: 1px;
  font-weight: 300;
  color: #444;
  transition: .3s linear;
}
.widget-list a:hover {color: #94BF42;}


.list6b {
    padding:0;
    list-style: none;
}
.list6b li{
    padding:6px;
}
.list6b li:before {
    padding-right:10px;
    font-weight: bold;
    color: #C0C0C0;
    content: "\2192";
    transition-duration: 0.5s;
}
.list6b li:hover:before {
    color: #337AB7;
    content: "\2192";
}   

.nowrap {
  word-wrap: break-word;
  overflow-wrap: break-word;

}

.recent-post {
	display: flex;
	margin-bottom: 15px;
}

.recent-post:last-of-type {
	margin-bottom: 0;
}

.recent-post a {
	display: block;
}

.recent-post .title {
	margin-bottom: 15px;
}

.recent-post .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 150px;
	height: 100px;
	margin-right: 20px;
	flex-shrink: 0
}

@media all and (max-width: 600px) {
	.recent-post {
		display: block;
	}

	.recent-post .image {
		width: 100%;
		height: 45vw;
		margin-right: auto;
		margin-bottom: 15px;
	}
}