/*
-----------------------------------------------
Site Base Styles
----------------------------------------------- */
*{margin:0;padding:0;}
body{
	font:62.5%/1.3 "Times New Roman",serif;
	background:#fff;
	}
	#out{
		position:relative;
		margin: 0 auto;
		width:1200px;
		}
/* =Misc(links)
----------------------------------------------- */
a img,fieldset{border:none}
.pda, .print, legend{display:none}
.clr{clear:both;height:1px;font-size:1px;line-height:1px;}
a{
color:#000;
font-size:20px;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
img {
	width: auto\9;
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
blockquote {
	padding-left:15px;
	font-style:italic;
	border-left:6px solid;
}
/* =Header
----------------------------------------------- */
.header{
	width:100%;
	padding-top:56px;
	}
.header a {
	text-decoration:underline;
}
.headline {
	text-align:left;
	font-size:22px;
	display:table;
	width:100%;
}
.headline a::before {
	position:absolute;
	content:"+6";
	width:64px;
	height:64px;
	top: 6px;
	left:0;
    border-radius: 32px;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 64px;
}

.header h1 a{
	padding-left:230px;
	width:100%;
	height:200px;
	font-size:150%;
	font-weight:normal;
	overflow:hidden;
	display:block;
	position:relative;
	margin-right:23px;
	display:table-cell;
	vertical-align: middle;
	cursor:pointer;
	}
	.header h1 a span{
		position:absolute;
		width:207px;
		height:250px;
		top:0;
		left:55px;
		background:transparent url(../images/logo-b.png) no-repeat 0 0;
		}
	.header h1 a em {
		display:block;
		font-size:60%;
	}
	.color2	.header h1 a span {background:transparent url(../images/logo-w.png) no-repeat 0 0;}
	.color3	.header h1 a span {background:transparent url(../images/logo-bl.png) no-repeat 0 0;}
	.color4	.header h1 a span {background:transparent url(../images/logo-br.png) no-repeat 0 0;}
	.color5	.header h1 a span {background:transparent url(../images/logo-g.png) no-repeat 0 0;}
	.header h1 a span.eng{
		position:absolute;
		width:375px;
		height:57px;
		top:0;
		left:0;
		background:transparent url(../images/white.webp) no-repeat 0 0;
		cursor:hand;
		}
.color2 .headline a::before {background:#a8a8a8; color:#000;}
.color3 .headline a::before {background:#063462; color:#9dd1ff;}
.color4 .headline a::before {background:#59422e; color:#f7f3d6;}
.color5 .headline a::before {background:#a9dd38; color:#3b2716;}

div.mod-languages ul {
    margin: 0;
    padding: 30px 0 0 0;
    list-style: none;
    text-align: right;
}
div.mod-languages ul.lang-inline li {
    display: inline;
}
div.mod-languages li {
    margin-left: 5px;
    margin-right: 5px;
}
div.mod-languages a {
    text-decoration: none;
}
div.mod-languages img {
    border: 1px solid;
}
/* =nav.head
----------------------------------------------- */
/*.nav.head{
	height:200px;
}
.nav.head h1.headline{
	text-align: left !important;
	font-size: 32px;
	margin-left: 270px;
	padding-top: 80px;
}
.color1 .nav.head {
	background:transparent url(../images/logo-b.png) no-repeat 50px 0;
}
.color2 .nav.head {
	background:transparent url(../images/logo-w.png) no-repeat 50px 0;
}
.color3 .nav.head {
	background:transparent url(../images/logo-b.png) no-repeat 50px 0;
}
.color4 .nav.head {
	background:transparent url(../images/logo-br.png) no-repeat 50px 0;
}*/
/* =left
----------------------------------------------- */
.left{
	font-size:19px;
	padding-bottom:25px;
	float:left;
	width:300px;
	//word-wrap: break-word;
	}
.right {
	font-size:19px;
	padding-bottom:25px;
	float:left;
	width:300px;
	//word-wrap: break-word;
}
		
/* =page
----------------------------------------------- */
.page{
	font-size:19px;
	padding-bottom:25px;
	margin:0 0 0 20px;
	float:left;
	}
#rt-popuplogin{
	font-size:19px;
	}	
/* =nav
----------------------------------------------- */
.nav{
	padding-top:10px;
	border-bottom:1px solid #d8d8d8;
	overflow:hidden;
	width:100%;
	padding-bottom:8px;
	margin-bottom:10px;
	font-size:18px;
	zoom:1;
	}
	.nav span {
	font-size: 20px;
	font-family:Georgia,serif;
	}
	.nav ul{
	/*margin:0;
	padding:0;
	text-align: center;*/
	}
	.nav li {
    /*display: inline-block;
	width:80px;
	display: block;
    padding: 0 10px;*/
	}	
	
	.nav li li{
	/*display: inline-block;*/
	display: block;
	padding:0 12px;
	list-style-type: none;
	}
	.nav li li:before {
	content: "► ";
	font-size: 70%;
    padding-right: 5px;
	}
	.nav-child a {
    font-size: 90%;
	}	

	
	.gnav{
		list-style:none;
		font-size:22px;
		font-weight:bold;
		font-family:Georgia,serif;
		width:100%;
		/*padding-left:1%;*/
		overflow:hidden;
		background:url(../images/dot30000.png) repeat-x 0 99%
		}
		.gnav li.item-101 {
			display:none;
		}
		.gnav li{
			float:left;
			/*width:100px;*/	
			}
			.gnav li a, .gnav li span{
				display:table-cell;
				width:110px;
				height:100px;
				text-align:center;
				color:#000;
				text-decoration:none;
				font-size:85%;
				cursor:pointer;
				padding:10px 6px 15px 6px;
				letter-spacing:-1px;
				border:1px solid transparent;
				border-bottom:0;
				transition:all ease-in-out 0.2s;
				}
        .gnav li a:hover {
          /*text-decoration: underline;*/
          }
		  	.gnav li:hover a, .gnav li:hover span {
				border:1px solid #000000;
				border-bottom:0;
				color:#ffffff;
				background:#000000;
				-webkit-border-top-right-radius:4px;
				-moz-border-radius-topright:4px;
				border-top-right-radius:4px;
				border-top-left-radius 	:4px;
				-moz-border-radius-topleft 	:4px;
				-webkit-border-top-left-radius:4px;
			}
			.gnav li.alias-parent-active a, .gnav li.active a{
				border:1px solid #b0b0b0;
				border-bottom: 0;
				background:#fff;
				-webkit-border-top-right-radius:4px;
				-moz-border-radius-topright:4px;
				border-top-right-radius:4px;
				border-top-left-radius 	:4px;
				-moz-border-radius-topleft 	:4px;
				-webkit-border-top-left-radius:4px;
				}
		.serif .gnav li a{letter-spacing:-2.1px;}
		
		.color2 .gnav li a {background: transparent; color:#ffffff;}
		.color2 .gnav li:hover a {background:#ffffff;color:#000000;}
		
		.color3 .gnav li a {background: transparent;color: #063462;}
		.color3 .gnav li:hover a {background: #063462;color:#ffffff;}
		
		.color4 .gnav li:hover a {background:#59422e;color:#f7f3d6;}
		.color5 .gnav li:hover a {background:#a9dd38;color:#3b2716;}
		
		.color2 .gnav li.alias-parent-active a, .color2 .gnav li.active a {background:#ffffff;color:#000000 !important;}
		.color3 .gnav li.alias-parent-active a, .color3 .gnav li.active a {background: #9dd1ff;color: #063462; border-color:#063462;}
		.color4 .gnav li.alias-parent-active a, .color4 .gnav li.active a {background: #f7f3d6;color: #59422e; border-color:#59422e;}
		.color5 .gnav li.alias-parent-active a, .color5 .gnav li.active a {background: #3b2716;color: #a9dd38; border-color:#a9dd38;}			
			
.subnav{
	list-style:none;
	font-size:22px;
	font-family:Georgia,serif;
	padding:11px 15px 8px 15px;
	}
	.subnav li{
		float:left;
		padding: 0 0 7px 0;
		}
		.subnav li a{
			color:#000;
			text-decoration:none;
			cursor:pointer;
			padding:0 5px 5px 5px;
			}
		.subnav li a{
			padding:5px 7px;
			margin-right:4px;
			-moz-border-radius: 3px;
			-khtml-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius:3px;
			white-space:nowrap;
			}
		.subnav li a:hover span{
			background:#d7d7d7;
			text-shadow:#fff 0 1px 0;
			}
		.subnav li.current{
			background: url(../images/arr00000.png) no-repeat 50% 100%;
			}
			.subnav li.current a, .subnav li.current a:hover{
				color:#fff;
				background:#000;
				border:0;
				-moz-border-radius: 3px;
				-khtml-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius:3px;
				padding:5px 7px
				}
.color2 .subnav li.current {background:url(../images/black/b_arr.png) no-repeat 50% 100%;}
.color3 .subnav li.current {background:url(../images/blue/blue_arr.png) no-repeat 50% 100%;}
.color4 .subnav li.current {background:url(../images/brown/och_arr.png) no-repeat 50% 100%;}
.color5 .subnav li.current {background:url(../images/mint/brown_arr.png) no-repeat 50% 100%;}
.color2 .subnav li.current a {background:#ffffff;color:#000000;}
.color3 .subnav li.current a {background:#063462;color:#9dd1ff;}
.color4 .subnav li.current a {background:#59422e;color:#f7f3d6;}
.color5 .subnav li.current a {background:#a9dd38;color:#3b2716;}
.subnav li a:hover {border-bottom:1px solid #000000; border-radius:0;}				

.left ul.left {
	width:297px;
	margin:0 0 15px 0;
	padding:0;
	list-style:none;
	border-right:3px solid;
	position:relative;
}
.left ul.left li a {
	padding:10px 15px 10px 10px;
	display:block;
	text-align:right;
	font-weight:bold;
}

.left ul.left li a{
	border:1px solid transparent;
	border-radius:5px 0 0 5px;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.left ul.left li.active a:hover {background:transparent;color:#000;}
.left ul.left li.active a {margin-right:-3px;border:1px solid #000;border-right:3px solid #fff;}
.left ul.left li a:hover {background:#000;color:#fff; text-decoration:none;}

.color2 .left ul.left li a {color:#fff;}
.color2 .left ul.left li.active a:hover {color:#000;}
.color2 .left ul.left li.active a {border:1px solid #fff;border-right:3px solid #000; color:#fff;}
.color2 .left ul.left li a:hover {background:#fff;color:#000; text-decoration:none;}

.color3 .left ul.left li a {color:#063462;}
.color3 .left ul.left li.active a:hover {color:#063462; background:transparent;}
.color3 .left ul.left li.active a {border:1px solid #063462;border-right:3px solid #9dd1ff; color:#063462;}
.color3 .left ul.left li a:hover {background:#063462;color:#9dd1ff; text-decoration:none;}

.color4 .left ul.left li a {color:#59422e;}
.color4 .left ul.left li.active a:hover {color:#59422e; background:transparent;}
.color4 .left ul.left li.active a {border:1px solid #59422e;border-right:3px solid #f7f3d6; color:#59422e;}
.color4 .left ul.left li a:hover {background:#59422e;color:#f7f3d6; text-decoration:none;}

.color5 .left ul.left li a {color:#a9dd38;}
.color5 .left ul.left li.active a:hover {color:#a9dd38; background:transparent;}
.color5 .left ul.left li.active a {border:1px solid #a9dd38;border-right:3px solid #3b2716; color:#a9dd38;}
.color5 .left ul.left li a:hover {background:#a9dd38;color:#3b2716; text-decoration:none;}
/* =hentry
----------------------------------------------- */
.hentry{
	margin-bottom:45px;
	padding:0 23px;
	}
.hentry h2{
	font-size:1.29em;
	font-weight:bold;
	font-family:Georgia,serif;
	}
	.hentry h2 a{
		color:#000;
		text-decoration:none;
		}
	.published{
		color:#195183;
		margin:.4em 0;
		}
	 .tags{
		margin-top:.6em;
		}
		 .tags a{
			text-decoration:none;
			padding:1px 2px;
			}
		 .tags a:hover{
			background:#d8edff;
			}
.category{
	font-size:32px;
	padding:0 0 10px 16px;
	border-bottom:1px solid #848484;
	font-weight:bold;
	}
	.subcat{
		font-size:22px;
		margin-top:15px;
		margin-bottom:20px;
		margin-left:16px;
		}
		.hentrylist{
			padding-left:11px;
			margin-top:33px;
			}
		.categlist{
			list-style:none;
			padding-left:16px;
			margin-top: 7px;
                        font-size:22px;
			margin-bottom:50px;
			}
		.categlist li{
			margin-bottom:3px;
			}
			.categlist li a{
				text-decoration:none;
			}
div.rt-article-icons {
	display:none;
}
/* =footer
----------------------------------------------- */
.footer{
	padding-top:6px;
	border-top:3px solid #000;
	zoom:1;
	position:relative;
	}
	dl{
		zoom:1;
		position:relative;
		}
	.footer ul{
		
		}
	.footer .subnav{
		padding-top:0;
		padding-bottom:14px;
		float:left;
		zoom:1;
		}
	.footer .switch_version{
		margin-top:6px;
		}
	.copy{
		clear:both;
		border-top:1px solid #d8d8d8;
		padding:22px 0;
		font-size:1.4em;
		}
		.copy  .what{
			padding:12px 0 12px 47px;
			background:url(gerb0000.webp) no-repeat 0 50%;
			position:relative;
			}
			.copy .url{
				position:absolute;
				bottom:12px;
				color:#000;
				right:0;
				}
/* =pagi
----------------------------------------------- */
.pagi{
	padding:0 23px;
	margin:2em 0;
	width:90%;
	overflow:hidden;
	}
	.pagi a{
		float:left;
		color:#000;
		text-decoration:none;
		padding-bottom:5px;
		margin-right:8px;
		}
	.pagi a span{
		float:left;
		border:1px solid #d7d7d7;
		padding:0 .8em;
		 -moz-border-radius: 5px;
		 -khtml-border-radius: 5px;
		 -webkit-border-radius: 5px;
		 border-radius:5px;
		 height:2em;
		 line-height:2em;
		cursor:hand;
		}
		.pagi a:hover{
		}
			.pagi a:hover span{
				background:#d7d7d7;
				border-color:#000;
				text-shadow:#fff 0 1px 0;
				}
		.pagi a.here{
			background:url(../images/arr00000.png) no-repeat 50% 100%;
			}
		.pagi a.here span{
			background:#000;
			border-color:#000;
			color:#fff;
			font-weight:bold;
			
			}
			.pagi a.here b{
				font-size:30px;
				}
.pagi .pagi-prev{margin-right:25px;}
.pagi .pagi-next{margin-left:25px;}
/* =access
----------------------------------------------- */	
.access{
	height:46px;
	background:url(../images/access.png) no-repeat 0 0;
	font-size:17px;
	color:#000;
	position:fixed;
	top:0;
	width:1200px;
	z-index:1000;
	margin: 0 auto;
	}
	.access a{outline:none}
	.a-fontsize{
		float:left;
		padding-top:13px;
		margin-left:13px;
		display:inline;
		}
		.a-fontsize dt{
			text-shadow:#fff 0 1px 0;
			}
		.a-fontsize dt,.a-fontsize dd{
			float:left;
			}
		.a-fontsize a{text-decoration:none;height:31px;margin-left:5px;display:inline;float:left;background-image:url(../images/fontsize.png);position:relative;top:-5px;}
		.a-fontsize-small{
			width:20px;
			height:31px;
			}
			a.a-fontsize-small:hover, .fontsize-small a.a-fontsize-small{background-position:0 -31px;}
		.a-fontsize-normal{
			width:26px;
			background-position:-20px 0;
			}
			a.a-fontsize-normal:hover, .fontsize-normal a.a-fontsize-normal{background-position:-20px -31px;}
		.a-fontsize-big{
			width:26px;
			background-position:-46px 0;
			}
			a.a-fontsize-big:hover, .fontsize-big a.a-fontsize-big{background-position:-46px -31px;}
.a-colors{
		float:left;
		padding-top:13px;
		margin-left:13px;
		display:inline;
		width:230px;
		}
		.a-colors dt{
			text-shadow:#fff 0 1px 0;
			float:left;
			margin-right:10px;
			}
		.a-colors dd{
			float:left;
			}
		.a-colors a{
			height:31px;
			margin-left:5px;
			display:inline;
			float:left;
			background-image:url(../images/colors.png);
			position:relative;
			top:-5px;
			text-decoration:none;
			width:26px;
			}
		.eng .a-colors a{
			height:31px;
			margin-left:5px;
			display:inline;
			float:left;
			background-image:url(../images/colors.png);
			position:relative;
			top:-5px;
			text-decoration:none;
			width:26px;
			}
			.a-color1{}
			.a-color2{background-position:-26px 0;}
			.a-color3{background-position:-52px 0;}
			.a-color4{background-position:-78px 0;}
			.a-color5{background-position:100% 0;}
			.a-color1:hover,.color1 .a-color1{background-position:0 -31px;}
			.a-color2:hover,.color2 .a-color2{background-position:-26px -31px;}
			.a-color3:hover,.color3 .a-color3{background-position:-52px -31px;}
			.a-color4:hover,.color4 .a-color4{background-position:-78px -31px;}
			.a-color5:hover,.color5 .a-color5{background-position:100% -31px;}
.a-images{
		float:left;
		padding-top:13px;
		display:inline;
		}
		.a-images dt{
			text-shadow:#fff 0 1px 0;
			float:left;
			margin-right:5px;
			}
		.a-images dd{
			float:left;
			}
.a-images a{
			height:27px;
			display:inline;
			float:left;
			background-image:url(../images/images.png);
			position:relative;
			top:-4px;
			text-decoration:none;
			width:90px;
			}
.eng .a-images a{
      height:27px;
    	margin-left:5px;
    	display:inline;
    	float:left;
    	background-image:url(../images/images.webp);
    	position:relative;
    	top:-5px;
    	text-decoration:none;
    	width:90px;
      }
			.imageson .a-images a{
				background-position:0 -27px;
				}
	.a-search, .a-settings{
		float:left;
		padding-left:49px;
		background:url(../images/a-search.png) no-repeat 0 0;
		margin-top:10px;
		padding-top:0px;
		padding-bottom:6px;
		text-shadow:#fff 0 1px 0;
		margin-left:13px;
		display:inline;
		}
	.a-settings{
		background-image:url(../images/a-settin.png);
		}
		.a-search a, .a-settings a{
			color:#000;
			}
			.a-settings a{
				padding-right:18px;
				background:url(../images/arr00000.png) no-repeat 100% 60%;
				}
.popped{
	border:2px solid #000;
	background:#9ed1ff;
	position:absolute;
	left:0;
	top:46px;
	width:883px;
	z-index:100;
	padding:13px 21px 23px 21px;
	color:#063462;
	font-family:Arial,sans-serif;
	font-size:20px;
	font-weight:bold;
	display:none;
	}
	.access .popped a{
		color:#063462;
		}
	.popped h2{
		font-size:44px;
		margin-bottom:15px;
		}
		.popped p span{
			font-weight:normal
			}
	.choose-font-family{
		margin-bottom:10px;
		}
		#serif{
			font-family:"Times New roman",serif;
			}
		.font-family, .letter-spacing{
			padding:2px 4px;
			border:1px solid #063462;
			text-decoration:none;
			-moz-border-radius: 3px;
			-khtml-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius:3px;
			color:#063462;
			}
			.here.font-family, .here.letter-spacing, .spacing-small #spacing-small, .spacing-normal #spacing-normal, .spacing-big #spacing-big,.serif #serif, .sans-serif #sans-serif{
				background:#063462;
				color:#9ed1ff;
				}
	.choose-letter-spacing{
		margin-bottom:1em;
		}
#out #spacing-small{letter-spacing:0px;}
#out #spacing-normal{letter-spacing:2px;}
#out #spacing-big{letter-spacing:5px;}
.choose-colors{
	font-size:22px;
	list-style:none;
	}
	.choose-colors a{
		display:block;
		padding:10px 22px;
		text-decoration:none;
		zoom:1;
		}
		.choose-colors a span{display:none}
		#color1 a{color:#000;background:#fff}
		#color2 a{color:#fff;background:#000}
		#color3 a{color:#063462;background:#9dd1ff;border:6px solid #063462;padding:4px 16px}
		#color4 a{color:#4d4b43;background:#f7f3d6}
		#color5 a{color:#a9e44d;background:#3b2716}
.color1 #color1 span,
.color2 #color2 span,
.color3 #color3 span,
.color4 #color4 span,
.color5 #color5 span{
display:inline;
margin-right:5px;
}
.saveit{
	width:100%;
	overflow:hidden;
	font-size:22px;
	font-weight:bold;
	margin-top:15px;
	padding:5px 0;
	}
	#out .saveit a{
		float:right;
		border:4px solid #063462;
		text-decoration:none;
		color:#9dd1ff;
		background:#063462;
		margin-left:28px;
		display:inline
		
		}
		.saveit a span{
			padding:6px 14px;
			border:2px solid #9dd1ff;
			float:left;
			}
.color1 .popped{border-color:#000;background:#fff;color:#000;}
.color1 .popped a,.color1 .access .popped a {color:#000}
.color1 #out .font-family, .color1  #out .letter-spacing{color:#000;border-color:#000}
.color1 #out .here.font-family,.color1 #out .here.letter-spacing,.color1.spacing-small #out #spacing-small,.color1.spacing-normal #out #spacing-normal,.color1.spacing-big #out  #spacing-big,.color1.serif #out  #serif,.color1.sans-serif #out #sans-serif{color:#fff;background:#000}
.color1 #out .saveit a{background:#000;border-color:#000}
.color1 .saveit a span{border-color:#fff;color:#fff}

/* =font-size
----------------------------------------------- */
.fontsize-big .page, .fontsize-big .left, .fontsize-big .right, .fontsize-big .link, .fontsize-big #rt-popuplogin, .fontsize-big .left a, .fontsize-big .moduletablekontact, .fontsize-big .sprocket-strips-p-text{font-size:27px}
.fontsize-small .page, .fontsize-small .left, .fontsize-small .right, .fontsize-small .link, .fontsize-small #rt-popuplogin, .fontsize-small .left a, .fontsize-small .moduletablekontact, .fontsize-small .sprocket-strips-p-text {font-size:14px}
/* =spacing
----------------------------------------------- */
.spacing-normal .page, .spacing-normal .popped{letter-spacing:2px}
.spacing-big .page,.spacing-big .popped{letter-spacing:5px}
.sans-serif .page, .sans-serif .nav a, .sans-serif .nav span, .sans-serif .subnav a, .sans-serif .footer, .sans-serif #out h2, .sans-serif .popped, .sans-serif .header .logo h1.headline a, .sans-serif .blog-featured > h2, .sans-serif .customgreen p, .sans-serif .left a, .sans-serif .right a, .sans-serif .link h2, .sans-serif .link h3,  .sans-serif .link h4, .sans-serif .moduletablegreen h3, .sans-serif .moduletablered h2, .sans-serif .sprocket-strips-p-arrows span, .sans-serif #rt-popuplogin, .sans-serif .moduletablered h3, .sans-serif .moduletableblue h3, .sans-serif .moduletablered h4, .sans-serif .moduletablered p, .sans-serif .moduletableblue p, .sans-serif .moduletablered ul, .sans-serif .moduletablegreen p, .sans-serif .link .category-modulegreen li a, .sans-serif .moduletablekontact, .sans-serif .sprocket-strips-p-text{font-family:Arial,sans-serif !important}
.serif .page, .serif .nav a, .serif .nav span, .serif .subnav a, .serif .footer, .serif #out h2, .serif .popped, .serif .header .logo h1.headline a, .serif .blog-featured > h2, .serif .customgreen p, .serif .left a, .serif .right a, .serif .link h2, .serif .link h3, .serif .link h4, .serif .moduletablegreen h3, .serif .moduletablered h2, .serif .sprocket-strips-p-arrows span, .serif #rt-popuplogin, .serif .moduletablered h3, .serif .moduletableblue h3, .serif .moduletablered h4, .serif .moduletablered p, .serif .moduletableblue p, .serif .moduletablered ul, .serif .moduletablegreen p, .serif .link .category-modulegreen li a, .serif .moduletablekontact, .serif .sprocket-strips-p-text{font-family:Georgia,serif !important}
.imagesoff .left img, .imagesoff .right img, .imagesoff .page img, .imagesoff .link img{display:none !important;}
/* =big news
----------------------------------------------- */
.cat{
	float:left;
	margin-right:1em;
	padding-top:.35em;
	font-size:1.35em;
	color:#195183
	}
.meta{
	display:table;
	zoom:1;
	margin-bottom:36px;
	}
  .printversion {
    margin-left: -25px;
    position: relative;
    zoom: 1;
    }
    .printversion a {
      padding-left: 25px;
      background: transparent url(..images/print.png) no-repeat 0 50%;
      }
.singlepost h2{
	font-size:1.8em
	}
	.singlepost p{
		margin-bottom:1em;
		font-size:1.2em;
		}
	.singlepost  .meta .published,.singlepost  .meta .tags{
		margin:4px 0;
		}
.related{
	width:883px;
	overflow:hidden;
	border:3px solid #000;
	margin:2em 0;
	padding:15px 20px
	}
	.related h3{
		font-size:1.3em;
		font-weight:bold;
		margin-bottom:10px;
		}
	.related dt{
		font-size:1.3em;
		margin-bottom:5px;
		}
		.related dt a{
			text-decoration:none
			}
	.related dd{
		margin-bottom:1.3em
		}
	.c1{
		width:400px;
		float:left;
		}
	.c2{
		width:400px;
		float:right;
		}
.summary {
    font-weight:bold;
    }
/* =letter
----------------------------------------------- */
.letter{
	margin:0 ;
	}
	.letter h2{
		margin:0 23px 20px 23px;
		font-size:1.8em;
		}
	.letter .note{
		border-bottom:1px solid #d8d8d8;
		padding:10px 23px 10px 23px;
		}
	.letter .req{
		font-weight:bold;
		font-size:44px;
		position:relative;
		color:#970000;
		line-height:18px;
		font-family:Georgia,serif;
		}
	.letter .row{
		margin-bottom:20px;
		}
	.letter  form{
		margin:1.5em 0 1em 0
		}
	.letter label{
		display:block;
		font-size:1.3em;
		font-weight:bold;
		padding-bottom:5px;
		font-family:Georgia,serif
		}
		.letter label span{
			font-weight:normal;
			}
	 .inp, .letter textarea{
		width:901px;
		border:2px solid #000;
		font-size:22px;
		padding:6px 12px;
		font-family:Georgia,serif
		}
	.letter select{
		font-size:22px;
		width:100%;
		}
		.letter select option{
			padding:3px;
			}
		.letter textarea{
			height:546px;
			}
		.letter .error .inp{
			color:#970000;
			border-color:#970000;
			font-weight:bold
			}
	.letter  .disabled{
		color:#fff;
		background:#000;
		}
.last{
	width:60%;
	overflow:hidden;
	margin-top:20px;
	float:left;
	}
	.last a, .search .row a{
		text-decoration:none;
		}
		.last a span, .search .row a span{
			border:2px solid #fff;
			padding:5px 17px 5px 48px;
			color:#fff;
			font-size:32px;
			float:left;
			background:url(..images/send.png) no-repeat 14px 50%;
			}
/* =search
----------------------------------------------- */
.search h1, .searchresult{
	font-size:32px;
	padding-left:23px;
	}
	.searchresult{
		padding:0 0 5px 23px;
		border-bottom:1px solid #d8d8d8;
		margin-bottom:40px;
		margin-top:35px;
		}
.search  .hentry{
	position:relative;
	}
	.search .hentry .nom{
		position:absolute;
		left:0;
		top:5px;
		color:#195183;
		}
.search .row{
	width:903px;
	margin-left:23px;
	overflow:hidden;
	padding:4px 0;
	}
	.search .row .inp{
		width:680px;
		float:left;
		font-style:italic;
		padding:10px
		}
	.search .row a{
		float:right;
		}
		.search .row a span{
			padding-top:1px;
			padding-bottom:1px;
			background-image:url(..images/search.png)
			}
.search1,.search2{
	font-size:22px;
	line-height:1.4;
	padding-left:23px;
	}
.search h3{
	margin-top:1em;
	padding-left:23px;
	font-size:22px;
	font-weight:bold;
	font-family:Georgia,serif;
	}
	.timear,.contentsize{
		color:#000;
		text-decoration:none;
		font-weight:bold;
		padding:2px 4px;
		}
		.contentsize{
			text-decoration:underline
			}
		.timear span{
			font-weight:normal;
			}
		.timear em{
			font-style:normal;
			font-weight:bold;
			text-decoration:underline
			}
	.search1 .here, .search2 .here{
		background:#d7d7d7;
		-moz-border-radius: 3px;
			-khtml-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius:3px;
			text-shadow:#fff 0 1px 0;
			text-decoration:none
			}
		.search2 .here em{text-decoration:none;}
		.search2  select{
			font-size:18px;
			}
			.search2  select option{
				padding-right:.6em;
				}
.goup{
	width:100%;
	overflow:hidden;
	margin-top:1em;
	}
	.goup a{
		float:right;
		margin-right:23px;
		display:inline;
		padding:5px 47px 5px 0;
		background:url(..images/up.png) no-repeat 100% 50%;
		color:#000;
		text-decoration:none
		}
.search-small .row{
	width:100%;
	overflow:hidden;
	margin:0;
	}
.search-small  h3{
	padding-left:13px;
	}
	#out .search-small .inp{
		width:690px;
		}
/*contact
-----------------------------------------------*/
.moduletablekontact {
	font-size:19px;
}
.moduletablekontact h3, span[itemprop="name"] {
	display:none;
}
.moduletablekontact div[itemprop="address"],
.moduletablekontact span[itemprop="telephone"],
.moduletablekontact span[itemprop="email"],
.moduletablekontact span[itemprop="time"],
.moduletablekontact time[itemprop="openingHours"],
.moduletablekontact time[itemprop="openingHours"] smal {
	display:block;
}
.moduletablekontact div[itemprop="address"]:before {
	content:"Адрес:";
	padding-right:10px;
}
.moduletablekontact span[itemprop="telephone"]:before {
	content:"Телефон:";
	padding-right:10px;
}
.moduletablekontact span[itemprop="email"]:before {
	content:"E-mail:";
	padding-right:10px;
}
/* =sitemap
----------------------------------------------- */
.sitemap h1{
	font-size:32px;
	}
.sitemap dl{
	width:290px;
	margin-right:14px;
	float:left;
	margin-top:1.5em;
	margin-bottom:23px;
	}
	.sitemap dl.wide{
		clear:both;
		width:auto;
		float:none;
		}
	.sitemap dt{
		font-size:1.3em;
		padding:0 0 5px 13px;
		border-bottom:1px solid #848484;
		font-weight:bold;
		
		}
	.sitemap dd{
		padding:13px 0 0 32px;
		}
		.sitemap dd ul{
			list-style:none;
			font-size:1.3em;
			}
			.sitemap dd li{
				margin-bottom:3px;
				}
			.sitemap dd li a{
				text-decoration:none;
				}
/* =gos
----------------------------------------------- */
.gos h1{
	font-size:32px;
	margin-bottom:24px;
	}
	.pop dt{
		padding:14px 0 14px 23px;
		background:url(..images/arrr.png) no-repeat 0 50%;
		font-size:22px;
		font-weight:bold;
		border-bottom:1px solid #d8d8d8;
		cursor: hand;
		zoom:1;
		cursor: pointer;
		position:relative;
		}
	.pop dt.opened{
		color:#fff;
		background:#000 url(..images/arrb.png) no-repeat 12px 50%;
		border-color:#000;
		padding-left:43px;
		}
	.pop dt:hover{
		text-decoration:underline
		}
		.pop dt.opened:hover {
			text-decoration:none;
			}
	.pop dd{
		display:none;
		padding-top:20px;
		zoom:1;
		}
		.pop dd p, .pop dd img{
			margin-bottom:1em;
			padding:0 23px 0 23px;
			}
			.pop dd p.gos-addr{
				background:url(http://eng.news.kremlin.ru/static/blind/img/access/gos-addr.png) no-repeat 0 5px;
				}
			.pop dd p.gos-phone{
				background:url(http://eng.news.kremlin.ru/static/blind/img/access/gos-phone.png) no-repeat 0 5px;
				}
			.pop dd strong{
		
				}
	#out dd .closeme{
		width:100%;
		overflow:hidden;
		padding:0;
		}
		.closeme a{
			color:#000;
			float:right;
			padding-left:24px;
			background:url(http://eng.news.kremlin.ru/static/blind/img/access/closeme.png) no-repeat 0 50%;
			margin-right:23px;
			display:inline;
			}
.lastupdate{
	font-style:italic;

	text-align:right;
	padding-right:23px;
	}
.lica{
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
	margin-bottom:40px;
	margin-top:23px;
	}
	.lica .entry-list{
		display:block;
		font-size:0.77em;
		}
	.lica th,.lica td{
		border-bottom:1px solid #b2b2b2;
		}
	.lica th{
		padding:15px 0 12px 23px;
		vertical-align:top;
		text-align:left;
		font-weight:normal
		}
	.lica td{
		text-align:right;
		font-size:1.3em;
		padding-right:23px;
		padding:12px 23px 12px 0;
		}
		.lica td a {
			color:#000;
			}
.pop dd ul{
	list-style:none;
	padding:20px 23px 20px 23px;
	}
	.pop dd li {
		margin-bottom:5px;
		}
	.pop dd li a{
		color:#000;
		}
.departments, .popg .popg{
	margin-left:80px;
	margin-right:30px;
}
.departments dd{
	position:relative;
	padding-bottom:2em;
	}
	.departments dd .dep-close{
		position:absolute;
		right:20px;
		bottom:0;
		padding-left:24px;
		background:url(http://eng.news.kremlin.ru/static/blind/img/access/closeme.png) no-repeat 0 50%;
		margin-right:23px;
		}
	.departments dt a{
		color:#000;
		text-decoration:none;
		}
	.departments dt.opened a{
		color:#fff
		}
.pop blockquote{
	padding:0 23px;
	font-style:italic;
	font-size:1.3em;
	margin-bottom:35px;
	}
	#out .pop blockquote p{
		padding:0;
		margin:0;
		background:none;
		}
	.pop blockquote cite{
		display:block;
		text-align:right;
		margin-top:1em;
		font-size:.8em
		}
.popg dd p{
	margin-bottom:1em;
	padding:0 23px;
	font-size:1.3em;
	background:url(http://eng.news.kremlin.ru/static/blind/img/access/dash.png) no-repeat 0 .6em
	}
	#out .popg dd p.closeme{
	padding:0;
	background:none;
	font-size:1em;
	}
	.hl{background:#000;color:#fff;padding:1px 2px;}
	.textcontent{
		margin-left:22px;
	}
	.textcontent p{
		margin-bottom:1em;
	}



.gos-top img {
  float:left;
  margin-right:12px;
}

.b-gos-entry {
  clear: both;
}



.chooseto input {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.choosetolabel {
  margin-bottom: 5px;
}


.file-attach {
    cursor:pointer;
    float:left;
    height:64px;
    margin-top:20px;
    overflow:hidden;
    position:relative;
    width:250px;
}

.file-attach-btn {
    cursor:pointer;
    display:inline-block;
    font-size:22px;
    height:64px;
    left:0;
    line-height:62px;
    padding-left:22px;
    position:absolute;
    text-decoration:none;
    top:0;
    width:250px;
    z-index: 5;
    }
    .file-attach-btn span {
        
        display:inline-block;
        height:26px;
        margin-right:20px;
        position:relative;
        top:5px;
        width:22px;
        }
        .color1 .file-attach-btn span {
            background:url("http://eng.news.kremlin.ru/static/blind/img/attach-file-icon-sprite.png") -88px -0px  no-repeat;
            }
        .color1 .file-attach-btn {
            color: black !important;
            }
            
        .color2 .file-attach-btn span {
            background:url("http://eng.news.kremlin.ru/static/blind/img/attach-file-icon-sprite.png") -0px -0px  no-repeat;
            }
        .color2 .file-attach-btn {
            color: white !important;
            }
            
        .color3 .file-attach-btn span {
            background:url("http://eng.news.kremlin.ru/static/blind/img/attach-file-icon-sprite.png") -22px -0px  no-repeat;
            }
        .color3 .file-attach-btn {
            color: #063462 !important;
            }
            
        .color4 .file-attach-btn span {
            background:url("http://eng.news.kremlin.ru/static/blind/img/attach-file-icon-sprite.png") -66px -0px  no-repeat;
            }
        .color4 .file-attach-btn {
            color: #59422e !important;
            }

        .color5 .file-attach-btn span {
            background:url("http://eng.news.kremlin.ru/static/blind/img/attach-file-icon-sprite.png") -44px -0px  no-repeat;
            }
        .color5 .file-attach-btn {
            color: #a9dd38 !important;
            }

.file-attach-btn:hover {
    text-decoration: none;
    }
    
#id-file {
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    height: 64px;
    font-size: 250px;
    border:0;
    padding:0;
    position: absolute;
    top:0;
    right:0;
    z-index: 10;
    cursor: pointer;
    }
    
#flood {
    color: red;
    margin-top:20px;
    text-align:center;
}
#flood.hide {
    display: none;

}


/** cabinet **/

#msg-list h3{
	font-size:17px;
	border-bottom:1px solid #d8d8d8;
	padding-bottom:15px;
}

#msg-list .item{

	line-height:2;
}

#msg-list .item.first{
	margin-top:15px;
}

#msg-list .item span{
	font-weight:bold;
}

#msg-list .item span.status, #msg-list .item span.more{
	font-weight:normal;
}

#msg-list .item span.more{
	text-decoration:underline;
	cursor:pointer;
}

#msg-list .item p{
	margin-bottom:20px;
}

 .item .msg{
	margin-bottom:20px;
}

#msg-list .items_separator{
	display:block;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #d8d8d8;
	border-top:1px solid #d8d8d8;
	margin-top:70px;
	font-weight:bold;	
}
.dropdown-menu{
text-align:right;
}
.search{
	float:left;
	margin-top:10px;
	padding-top:1px;
	display:inline;
	margin-left:10px;
	background:url(../images/a-search.png) left center no-repeat;
}
.search a {padding-left:50px; color:#000000 !important;}
.color2 .search{background:url(../images/black/b_a-search.png) left center no-repeat;}
.color2 .search a {padding-left:50px; color:#a8a8a8 !important;}
.color3 .search{background:url(../images/blue/blue_a-search.png) left center no-repeat;}
.color3 .search a {padding-left:50px; color:#000000 !important;}
.color4 .search{background:url(../images/brown/a-search.png) left center no-repeat;}
.color4 .search a {padding-left:50px; color:#f7f3d6 !important;}
.color5 .search{background:url(../images/mint/brown_a-search.png) left center no-repeat;}
.color5 .search a {padding-left:50px; color:#a9dd38 !important;}
#mod-search-searchword{
font-size:17px;
}
.template-normal{
	float:left;
	margin-top:10px;
	padding-top:1px;
	display:inline;
	background:url(../images/a-temp.png) left center no-repeat;
}
.template-normal a {padding-left:50px; color:#000000 !important;}
.color2 .template-normal{background:url(../images/black/a_temp.png) left center no-repeat;}
.color2 .template-normal a {padding-left:50px; color:#a8a8a8 !important;}
.color3 .template-normal{background:url(../images/blue/a_temp.png) left center no-repeat;}
.color3 .template-normal a {padding-left:50px; color:#000000 !important;}
.color4 .template-normal{background:url(../images/brown/a-temp.png) left center no-repeat;}
.color4 .template-normal a {padding-left:50px; color:#f7f3d6 !important;}
.color5 .template-normal{background:url(../images/mint/a_temp.png) left center no-repeat;}
.color5 .template-normal a {padding-left:50px; color:#a9dd38 !important;}

#mod-search-searchword{
font-size:17px;
}
.readmore a {
	border: 3px solid #000000;
    padding: 7px 10px;
    background: #000000;
	color:#ffffff;
	text-decoration:none;
	-moz-box-shadow: inset 0 0 0px 2px;
	-webkit-box-shadow: inset 0 0 0px 2px;
    box-shadow: inset 0 0 0px 2px;
}
.color2 .readmore a {border-color:#a8a8a8; background: #a8a8a8; color:#000000;}
.color3 .readmore a {border-color:#063462; background: #063462; color:#9dd1ff;}
.color4 .readmore a {border-color:#59422e; background: #59422e; color:#f7f3d6;}
.color5 .readmore a {border-color:#a9dd38; background: #a9dd38; color:#3b2716;}
select {
	width: 100%;
	font-size: 18px;
}
div.search input#mod-search-searchword {
	width: 130px;
}
.btn-group.pull-right {
	display: none;
}
.article-info-term {
    display: none;
}
div.mod-languages {
	background: none;
	width: auto;
}
.moduletable_topmenu li {
    list-style-type: none;
    margin: 0 10px;
}
.nav:firct-child {
	border: none;
}

.blog-featured {
	margin-bottom: 25px;
}

/* Pagination*/
.pagenav {
	text-align: right
}

.pagenav ul {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.pagenav li {
	display: inline;
	margin: 0px;
	padding: 0
}

.pagenav a,span.pagenav {
	padding: 0 14px;
	margin: 0;
	line-height: 1.9em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0px solid #ddd;
	display: inline-block;
	line-height: 1.9em;
}

.pagenav li:first-child a,.pagination-start span {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-left: solid 1px #ddd
}

.pagenav li:last-child a,.pagination-end span {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination ul {
	margin: 10px 10px 10px 0;
	padding: 0
}

.pagination li {
	display: inline;
}

.pagination a {
	padding: 0 14px;
	line-height: 2em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0px solid #ddd;
	display: inline-block
}

.pagination .active a {
	cursor: default;
}

.pagination span,.pagination span  a:hover {
	cursor: default;
	padding: 0 14px;
	line-height: 2em;
}

.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.left h2, .right h2 {
    text-align: center;
}

.moduletable h2, .link h3, .moduletablegreen h3, .moduletablered h2, .moduletablered h3, .moduletableblue h3{
	font-size: 120%;
    padding: 5px 10px;
    color: #fff;
    background: #000;
    margin-bottom: 10px;
	text-align:left;
}
.color2 .moduletable h2, .color2 .link h3, .color2 .moduletablegreen h3, .color2 .moduletablered h2, .color2 .moduletablered h3, .color2 .moduletableblue h3{background:#ffffff; color:#000000;}
.color3 .moduletable h2, .color3 .link h3, .color3 .moduletablegreen h3, .color3 .moduletablered h2, .color3 .moduletablered h3, .color3 .moduletableblue h3{background:#063462; color:#9dd1ff;}
.color4 .moduletable h2, .color4 .link h3, .color4 .moduletablegreen h3, .color4 .moduletablered h2, .color4 .moduletablered h3, .color4 .moduletableblue h3{background:#59422e; color:#f7f3d6;}
.color5 .moduletable h2, .color5 .link h3, .color5 .moduletablegreen h3, .color5 .moduletablered h2, .color5 .moduletablered h3, .color5 .moduletableblue h3{background: #a9dd38; color:#3b2716;}

/*News
-----------------------------------------------*/
.clear {clear:both;}
.latestnews {
	margin:0;
	padding:0;
	list-style:none;
}
	.latestnews li {
		
	}
	.latestnews span.img {
		float:left;
		margin-right:15px;
	}
	span.date {
		font-size:90%;
	}
	.more {
		margin-top:5px;
		text-align:right;	
	}
	.separated {
		width:100%;
		border-bottom: 1px dotted;
		margin-bottom: 10px;
		padding-top: 10px;	
	}
/* News blog 
------------------------------------------------------*/
section.blog h1,
.item-page .page-header h1, .page-header h2[itemprop="name"],.page h1, vbContainer {
	font-size:150%;
	padding: 5px 10px;
    color: #fff;
    background: #000;
    margin-bottom: 10px;	
}
.color2 .item-page .page-header h1, .color2 .page-header h2[itemprop="name"],.color2 .page h1,.color2 vbContainer h1.title-h1 {background: #ffffff; color:#000000;}
.color3 .item-page .page-header h1, .color3 .page-header h2[itemprop="name"],.color3 .page h1,.color3 vbContainer h1.title-h1 {background: #063462; color:#9dd1ff;}
.color4 .item-page .page-header h1, .color4 .page-header h2[itemprop="name"],.color4 .page h1,.color4 vbContainer h1.title-h1 {background: #59422e; color:#f7f3d6;}
.color5 .item-page .page-header h1, .color5 .page-header h2[itemprop="name"],.color5 .page h1,.color5 vbContainer h1.title-h1 {background: #a9dd38; color:#3b2716;}

.blog-news h2 {
	margin-bottom: 15px;
	font-size:120%;
}
.blog-news img {
	margin-right:15px;
	float:left;
}
.blog-news .readmore {
	text-align: right;
    margin-top: 10px;
}
.blog-news .item-separator {
	clear:both;
	padding-top: 15px;
    border-bottom: 1px dotted;
    margin-bottom: 10px;
}
/*pedsostav
------------------------------------------------------*/
.katalog .cols-3 {margin-bottom:10px;}
.katalog .cols-3 .item {float:left;width:33.333333333%;}
.katalog .katalog-img {padding:10px;}
.katalog .katalog-img img {width:280px; margin-bottom:10px;}
.katalog .divitem-catalog-title a {
	font-size:100%;
}
.katalog .divitem-catalog-title a h2{
	text-align: center;
	font-size:130%;
	padding-bottom:10px;
	border-bottom:1px dotted;
}
.katalog .divitem-catalog-title a p {
	padding-top:10px;
	text-align: center;
}
.katalog .row-separator {
	display: block;
    clear: both;
    margin: 0;
    border: 0;
    height: 1px;
}
.pedagogi {display:table;}
.pedagogi .intro-text-left {
	display: table-cell;
    width: 280px;
}
.pedagogi .intro-text-left p {
	margin-top:15px;
	text-align: right;
    font-style: italic;
}
.pedagogi .full-text-right {
	padding-left: 15px;
    display: table-cell;
    vertical-align: top;
}
.pedagogi .full-text-right table {margin-bottom: 15px;}
.pedagogi .full-text-right blockquote {
	padding: 0 35px 0 15px;
    margin-left: 0;
    font-style: italic;
	border-left: 6px solid;
}
/* Gruppa
------------------------------------------------------*/
.gruppa .cols-2 {margin-bottom:10px;}
.gruppa .cols-2 .item {float:left;width:50%;}
.gruppa .gruppa-img {padding:10px; text-align:center;}
.gruppa .gruppa-img img {/*width:280px; */margin-bottom:10px;}
.gruppa a {
	font-size:100%;
}
.gruppa .divitem-gruppa-title h2 {
	text-align: center;
	font-size:130%;
	padding-bottom:10px;
	border-bottom:1px dotted;
}
.gruppa .row-separator {
	display: block;
    clear: both;
    margin: 0;
    border: 0;
    height: 1px;
}
/* Linkdokument
------------------------------------------------------*/
.link-dokument {
	margin:0;
	padding:0;
	list-style:none;
}
	.link-dokument li {
		display:table;
		width:100%;
		margin-bottom:10px;
	}
	.link-dokument li span{
		width:40px;
		height:40px;
		display:table-cell;
		vertical-align:middle;
	}
	.link-dokument li a {
		padding-left:10px;
		display:table-cell;
		vertical-align:middle;
		font-size:100%;
	}
	.link-dokument li.link-doc span{background:url(../images/doc-01.png) -40px 0 no-repeat;}
	.link-dokument li.link-pdf span{background:url(../images/doc-01.png) 0 0 no-repeat;}
	.link-dokument li.link-jpg span{background:url(../images/doc-01.png) -120px 0 no-repeat;}
	.link-dokument li.link-xls span{background:url(../images/doc-01.png) -80px 0 no-repeat;}
	.link-dokument li.link-zip span{background:url(../images/doc-01.png) -160px 0 no-repeat;}
	
.customgreen {padding:15px;background:#E7E7E7;}
.customgreen p.dir {font-size:120% !important; letter-spacing: 0px !important; line-height:normal !important;}
	.color2 .customgreen p{color:#000000 !important;}
	
.color3 .customgreen {background:#71B2E7;}
	.color3 .customgreen p{color:#063462 !important;}
.color4 .customgreen {padding:15px;background:#EBD096;}
.color5 .customgreen {padding:15px;background:#59422e;}
.color5 .customgreen p{color:#a9dd38 !important;}
	.customgreen img {padding-bottom:15px;	}

.customquestion, .customcomment {margin-top:15px;padding:15px;background:#E7E7E7; text-align:center;}
.color3 .customquestion, .color3 .customcomment {background:#063462;}
.color4 .customquestion, .color4 .customcomment {background:#59422e;}
.color5 .customquestion, .color5 .customcomment {background:#a9dd38;}

.customquestion a, .customcomment a {font-size:120%;font-weight:bold;text-decoration:underline;}

.color2 .customquestion a, .color2 .customcomment a {color:#000000;}
.color3 .customquestion a, .color3 .customcomment a {color:#ffffff;}
.color4 .customquestion a, .color4 .customcomment a {color:#ffffff;}
.color5 .customquestion a, .color5 .customcomment a {color:#3b2716;}

/* Фотоальбом
--------------------------------------------------*/
.rg-grid-view-container .rg-col3 .rg-grid {width: 33.333333333%;}

.rg-grid-view-container {position: relative;margin: 0;}
	.rg-grid-view-container .rg-grid-view {display: table;border-collapse: separate;width: 100%;}
		.rg-grid-view-container .rg-grid-view .grid-row {display: table-row;}
		.rg-grid-view-container .rg-grid-view .grid-row:first-child {background: none;}
			.rg-grid-view-container .rg-grid-view .rg-grid {display: table-cell;float: left;vertical-align: top;}
				.rg-grid-view-container .rg-grid-view .rg-block {padding: 0;margin: 5px;text-align: center !important;border-radius: 0;-moz-border-radius: 0;}
					.rg-grid-view-container .rg-grid-view .rg-grid-thumb {text-align: center !important;margin: 10px 0 0 0;padding: 0;border-radius: 0;display: inline-block;}
						.rg-grid-view-container .rg-grid-view .rg-grid-thumb-img {border-radius: 0;-moz-border-radius: 0;}
					.rg-grid-view-container .rg-grid-view .item-caption {display: block;margin-top: 5px;font-size: 100%;font-style: italic;}
					
					.color2 .rg-grid-view-container .rg-grid-view .rg-grid:hover {background-color:#ffffff;color:#000000;}
					.color4 .rg-grid-view-container .rg-grid-view .rg-grid:hover {background-color:#59422e;color:#f7f3d6;}
					.color3 .rg-grid-view-container .rg-grid-view .rg-grid:hover {background-color:#063462;color:#9dd1ff;}

button, .vbAvatarLink, .button{
	padding: 7px 10px;
	font-size: 100%;
	border: 3px solid #000000;
    background: #000000;
	color:#ffffff;
	text-decoration:none;
	-moz-box-shadow: inset 0 0 0px 2px;
	-webkit-box-shadow: inset 0 0 0px 2px;
    box-shadow: inset 0 0 0px 2px;
}
a.button {
	display:inline-block;
	margin:5px;
}
.color2 button, .color2 .vbAvatarLink, .color2 .button {border-color:#a8a8a8; background: #a8a8a8; color:#000000;}
.color3 button, .color3 .vbAvatarLink, .color3 .button {border-color:#063462; background: #063462; color:#9dd1ff;}
.color4 button, .color4 .vbAvatarLink, .color4 .button {border-color:#59422e; background: #59422e; color:#f7f3d6;}
.color5 button, .color5 .vbAvatarLink, .color5 .button {border-color:#a9dd38; background: #a9dd38; color:#3b2716;}

.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
    display: inline-block;
    height: auto;
    padding: 10px;
    margin-bottom: 9px;
    font-size: 100%;
    line-height: 18px;
    color: #555555;
    box-sizing: border-box;
    width: 100%;
}
.formResponsive select, .formResponsive input[type="file"] {
    height: 28px;
    line-height: 28px;
    width: 100%;
}
.moduletablegreen {margin-top:15px; padding:15px; background: #E7E7E7;}
.moduletablegreen h3 {margin:-15px -15px 10px -15px;}
.color3 .moduletablegreen {background:#71B2E7;}
.color4 .moduletablegreen {background:#EBD096;}
.color5 .moduletablegreen {background:#59422e;}

.moduletablered, .moduletableblue {margin-top:15px; padding:15px; background: #E7E7E7; text-align:center; overflow:hidden;}
.moduletablered h2, .moduletablered h3, .moduletableblue h3, .moduletable h3, .link .moduletable h3 {margin:0 0 10px 0;}
.moduletablered h4 {font-size:120%;}
.color2 .moduletablered, .color2 .moduletableblue {color:#000000;}
.color3 .moduletablered, .color3 .moduletableblue {background:#71B2E7;}
.color4 .moduletablered, .color4 .moduletableblue {background:#EBD096;}
.color5 .moduletablered, .color5 .moduletableblue {background:#59422e;}

.hot-org {
	list-style:none;
}
/*Полезные ссылки
-------------------------------------------*/
.link .moduletable {margin-top:15px; padding:15px; background: #E7E7E7; text-align:center; overflow:hidden;}
.link .moduletable h3 {margin: -15px -15px 10px -15px;}
.color2 .link .moduletable {background:transparent;}
.color3 .link .moduletable {background:transparent;}
.color4 .link .moduletable {background:transparent;}
.color5 .link .moduletable {background:transparent;}
.link {font-size:19px;}
.link .category-modulegreen {
    display: block;
    list-style:decimal;
    margin: 0;
    padding: 0;
    text-align: center;
}
.link .category-modulegreen li {
    width: auto;
    display: inline-block;
    height: auto;
    margin: 0;
    background: transparent !important;
	border: none;
    box-shadow: none;
}
.link .category-modulegreen li a{
	margin: 5px 10px 0 10px;
    border: none;
    position: relative;
    font-size:100%;
    width: auto;
    text-align: left;
	color:#000;
}
.link .category-modulegreen li a.site em {
	position: relative;
    display: block;
    bottom: auto;
    right: auto;
    font-size: 0.9em;
    color: #000;
    text-shadow: none;
}
.link .category-modulegreen li a.site:hover {color:#000000 !important;}
.link .category-modulegreen li a.site:hover em{color:#000000 !important;}

.color2 .link .category-modulegreen li a.site {color:#fff;}
.color2 .link .category-modulegreen li a.site em{color:#fff;}
.color2 .link .category-modulegreen li a.site:hover {color:#fff !important;}
.color2 .link .category-modulegreen li a.site:hover em{color:#fff !important;}

.color3 .link .category-modulegreen li a.site {color:#063462;}
.color3 .link .category-modulegreen li a.site em{color:#063462;}
.color3 .link .category-modulegreen li a.site:hover {color:#063462 !important;}
.color3 .link .category-modulegreen li a.site:hover em{color:#063462 !important;}

.color4 .link .category-modulegreen li a.site {color:#59422e;}
.color4 .link .category-modulegreen li a.site em{color:#59422e;}
.color4 .link .category-modulegreen li a.site:hover {color:#59422e !important;}
.color4 .link .category-modulegreen li a.site:hover em{color:#59422e !important;}

.color5 .link .category-modulegreen li a.site {color:#a9dd38;}
.color5 .link .category-modulegreen li a.site em{color:#a9dd38;}
.color5 .link .category-modulegreen li a.site:hover {color:#a9dd38 !important;}
.color5 .link .category-modulegreen li a.site:hover em{color:#a9dd38 !important;}

.fontsize-small .link .category-modulegreen li a.site {height:50px;}
.fontsize-big .link .category-modulegreen li a.site {height:90px;}

.vbMessage {margin:15px 0 0 0;position: relative;}
.row-fluid {width: 100%;}
.vbMessageInner {margin:0; padding:0;}
.vbMessageChildren {margin: 15px 0 15px 60px;padding-left: 15px;border-left: 5px solid;}
.vbMessageInner img.vbMessageAvatar, .vbMessageChildren img.vbMessageAvatar {display:none;}
.vbMessageTitle {margin:5px 0 10px; padding:5px; font-weight:bold; border-bottom:1px solid;}
.vbMessageText {word-wrap:break-word;}
input#jform_secureform.vbMessageFormSecureform, #vbAjaxBusy, #vbAvatarLinc {display:none;}

#jform_name, #jform_email {
	display: inline-block;
    height: auto;
    padding: 10px;
    margin-bottom: 9px;
    font-size: 100%;
    line-height: 18px;
    color: #555555;
    box-sizing: border-box;
    width: 100%;
}
#jform_message_ifr body#tinymce.mce-content-body { font-size:19px;}

/*Поиск
-----------------------------------------------------------*/
#searchForm {width:100%;}
#searchForm input[name="searchword"] {
	/*float: left;*/
    height: auto;
    padding: 10px;
    margin-bottom: 9px;
    font-size: 100%;
    line-height: 18px;
    color: #555555;
    box-sizing: border-box;
    width: 100%;
}
#searchForm .btn-group.pull-left {float:left;}
#searchForm .controls {margin-bottom:15px;}
#searchForm  #ordering, #searchForm  #limit {
	height: auto;
    padding: 10px;
	margin-bottom: 9px;
    font-size: 100%;
    line-height: 18px;
    color: #555555;
    box-sizing: border-box;
    width: 100%;
}
#searchForm .only {margin-bottom:15px;}
#searchForm .form-limit {float:right;width:30%;}

dt.result-title h2 {font-size:120%;}
dt.result-title h2 a {font-size:100%;}
dd.result-text {margin-top:15px;}
.search-results .item-separator {padding-top: 15px;border-bottom: 1px dotted;margin-bottom: 10px;}

table thead {color:#ffffff; font-size:90%; text-align:center;}
table thead tr { background:#000000;}
table thead tr td {padding:5px;}
.color2 table thead {color:#000000;}
.color2 table thead tr { background:#ffffff;}
.color3 table thead {color:#9dd1ff;}
.color3 table thead tr { background:#063462;}
.color4 table thead {color:#f7f3d6;}
.color4 table thead tr { background:#59422e;}
.color5 table thead {color:#3b2716;}
.color5 table thead tr { background:#a9dd38;}

table tbody {font-size:95%}
table tbody tr td{padding:5px; border:1px solid;}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
#map2 {border:5px solid;}
#map2 .popover {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: block;
    width: 400px;
    padding: 0;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    //border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow:25px 15px 10px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
#map2 .popover .close {
		position: absolute;
		right: 5px;
		top: 1px;
		float: right;
		font-size: 20px;
		font-weight: bold;
		line-height: 20px;
		text-decoration: none;
		color: #ffffff;
		text-shadow: 0 1px 0 #fff;
		opacity: .8;
		filter: alpha(opacity=80);
}
#map2 .popover.top .arrow {
	position:absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -11px;
	border-top-color: transparent;
	border-bottom-width: 0;
	border-width: 10px 10px 0;
}
#map2 .popover.top .arrow::after {
	content:"";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-top-color: #ccc;
	border-style: solid;
	border-width: 11px 11px 0;
    border-top-color:#ffffff;
    bottom: -1px;
    left: -11px;
}
#map2 .popover .popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 90%;
	font-weight: 600;
	line-height: 18px;
	color: #ffffff;
	background: #000000;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#map2 .popover .popover-content {padding:10px;}
#map2 .popover .popover-content img {padding-bottom:10px;}
#map2 .popover .popover-content br { display:none;}

.color3 #map2 .popover .popover-title{background: #063462;color: #9dd1ff;}	
.color4 #map2 .popover .popover-title{background: #59422e;color: #f7f3d6;}
.color5 #map2 .popover .popover-title{background: #a9dd38;color: #3b2716;}

.color3 #map2 .popover {background:#9dd1ff;}
.color3 #map2 .popover.top .arrow::after {border-top-color:#9dd1ff;}
.color3 #map2 .popover .popover-content {color:#063462;}
.color4 #map2 .popover {background:#EBD096;}
.color4 #map2 .popover.top .arrow::after {border-top-color:#EBD096;}
.color4 #map2 .popover .popover-content {color:#59422e;}
.color5 #map2 .popover {background:#3b2716;}
.color5 #map2 .popover.top .arrow::after {border-top-color:#3b2716;}
.color5 #map2 .popover .popover-content {color:#a9dd38;}