*{
	margin:0;
	padding:0;
}
html,
body{
	min-height:100%;
	height:100%;
}
body{
	background:#a0a2a2;
	color:#191919;
	font-size:12px;
	font-family:"Segoe UI";
	line-height:1.5em;
}
input,
textarea{
	font-size:1.2em;
	font-family:"Segoe UI";
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-weight:normal;
	line-height:normal;
}
a:focus,
a:active,
textarea,
input{
	outline:none;
}
a img,
:link img,
:visited img{
	border:0;
}
a{
	color:#1756a1;
	text-decoration:underline;
}
a:hover{
	color:#1756a1;
	text-decoration:none;
}

/* RESET end */

.wrap{
	min-width:1200px;
	min-height:100%;
	height:100%;
}

/*
    HEADER
*/

.header{
	background:#fff;
}
.header .line-wrap{
	margin:0 auto;
	padding:0;
	min-width:1100px;
	max-width:1400px;
}

/* header-top */

.header-top{
	overflow:hidden;
	padding:5px 10px;
	height:20px;
	border-top:solid 5px #e2e2e2;
	line-height:20px;
	line-height:20px;
}
.navigation{
	float:left;
}
.navigation ul{
	list-style:none;
}
.navigation li{
	float:left;
	margin-right:18px;
}
.social ul{
	list-style:none;
	text-align:center;
}
.social li{
	display:inline-block;
	margin:0 10px;
}
.social a{
	display:block;
}
a.home{
	display:block;
	float:left;
	padding-left:18px;
	background:url(images/icon-home.gif) no-repeat 0 50%;
}
a.sitemap{
	display:block;
	float:left;
	padding-left:18px;
	background:url(images/icon-map.gif) no-repeat 0 50%;
}
a.facebook{
	padding-left:22px;
	background:url(images/icon-facebook.gif) no-repeat 0 50%;
}
a.twitter{
	padding-left:22px;
	background:url(images/icon-twitter.gif) no-repeat 0 50%;
}
a.youtube{
	padding-left:22px;
	background:url(images/icon-youtube.gif) no-repeat 0 50%;
}
a.rss{
	padding-left:22px;
	background:url(images/icon-rss.gif) no-repeat 0 50%;
}
a.ok{
	padding-left:22px;
	background:url(images/icon-ok.gif) no-repeat 0 50%;
}
a.vk{
	padding-left:22px;
	background:url(images/icon-vk.gif) no-repeat 0 50%;
}
.search-top{
	position:relative;
	float:right;
	overflow:hidden;
	width:218px;
	height:18px;
	border:solid 1px #e2e2e2;
	background:#fff url(images/grad-search.gif);
}
.search-input{
	position:absolute;
	top:2px;
	left:2px;
	z-index:2;
	width:195px;
	border:0;
	color:#777;
	font-size:.8em;
	line-height:16px;
}
.search-go{
	position:absolute;
	top:2px;
	right:2px;
	z-index:3;
	width:15px;
	height:15px;
	border:0;
	background:url(images/icon-search.png) center no-repeat;
	cursor:pointer;
}
.font-size{
	float:right;
	margin-right:20px;
}
.font-size img{
	margin:0 2px;
	vertical-align:top;
	cursor:pointer;
}

/* header-top end */


/* header-logo */

.header-logo{
	position:relative;
	height:167px;
	background:url(images/background_header.gif);
}
.logo{
	position:absolute;
	top:20px;
	left:50px;
	z-index:5;
}
.header-img1{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:275px;
	height:160px;
	background:url(images/map_header.png);
}
.header-img2{
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	width:662px;
	height:160px;
	background:url(images/city_header.png);
}

/* header-logo end */


/* header-menu */

.header-menu{
	padding:0 5px;
	height:50px;
}
.header-menu ul{
	list-style:none;
}
.header-menu li.lvl1{
	position:relative;
	z-index:11;
	float:left;
	background:url(images/menu-top-bg.gif) no-repeat 100% 0;
	line-height:45px;
}
.header-menu li.lvl1:last-child,
.header-menu li.lvl1.last-child{
	background:none;
}
.header-menu a.lvl1{
	position:relative;
	z-index:11;
	display:block;
	float:left;
	padding:0 20px;
	border-bottom:solid 5px transparent;
	color:#203359;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
.header-menu li.lvl1:hover a.lvl1{
	color:#e99818;
	text-decoration:none;
}
.header-menu li.lvl1.parent:hover a.lvl1{
	border-bottom:solid 5px #4565a5;
}
.header-menu span.lvl1{
	border-bottom:solid 1px #e99818;
}
.header-menu-popup{
	position:absolute;
	top:50px;
	left:0;
	z-index:10;
	display:none;
	min-width:100px;
	background:#fff url(images/popup-lvl2-bg.gif) bottom repeat-x;
	-webkit-box-shadow:#ccc 0 0 10px;
	   -moz-box-shadow:#ccc 0 0 10px;
	        box-shadow:#ccc 0 0 10px;

	behavior:url(PIE.htc);
}
.header-menu li.lvl1:hover .header-menu-popup{
	display:block;
}
.header-menu li.lvl2{
	padding:10px 30px;
	border-bottom:solid 1px #dcdede;
	line-height:20px;
}
.header-menu a.lvl2{
	color:#6e6e6e;
	font-size:1.2em;
}
.lang{
	position:absolute;
	top:10px;
	right:10px;
	z-index:9;
}
.lang ul{
	color:#fff;
	list-style:none;
	font-weight:bold;
	font-size:14px;
}
.lang li{
	float:left;
	margin-left:10px;
	padding-left:10px;
	border-left:solid 1px #fff;
}
.lang li:first-child{
	margin-left:0;
	padding-left:0;
	border-left:0;
}
.lang a{
	color:#fff;
}

/* header-menu end */


/*
    HEADER end
*/


/* CONTAINER */

.container{
	margin-bottom:20px;
}
.container .line-wrap{
	margin:0 auto;
	padding:0;
	min-width:1100px;
	max-width:1400px;
	background:#fff;
	-webkit-box-shadow:#eee 0 0 10px;
	   -moz-box-shadow:#eee 0 0 10px;
	        box-shadow:#eee 0 0 10px;

	behavior:url(PIE.htc);
}
.mainbar-td{
	width:260px;
	background:url(images/grad1.gif) repeat-y right;
}
.sidebar-td{
	padding-bottom:20px;
	width:260px;
	background:url(images/grad2.gif) repeat-y left;
}

/* CONTAINER end */


/* FOOTER */


.footer .line-wrap{
	overflow:hidden;
	margin:0 auto;
	padding:30px 0;
	min-width:1100px;
	max-width:1400px;
	background:#4f4f4f url(images/footer.gif);
	color:#fff;
	font-size:1em;
}
.footer a{
	color:#ff822e;
}
.copy{
	float:left;
	margin-left:20px;
}
.ir{
	float:right;
	margin-right:20px;
}

/* FOOTER end */


/* SIDEBAR */

.menu{
	margin-bottom:10px;
}
.menu#main-links{
	margin-bottom:0;
}
.menu ul{
	list-style:none;
}
.menu ul.lvl3{
	border-top:solid 1px #dcdede;
}
.menu h4{
	position:relative;
	padding:10px 35px 10px 25px;
	border-bottom:solid 1px #eee;
	background:#e2e2e2;
	color:#313131;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}
.menu li.lvl2{
	padding:0 25px;
	background:url(images/icon-li.gif) no-repeat 14px 14px;
	font-size:1.2em;
	line-height:1.3em;
}
.menu li.lvl3{
	padding:0 25px 0 10px;
	background:url(images/icon-li.gif) no-repeat 0 14px;
	font-size:1em;
	line-height:1em;
}
.menu#main-links li.lvl2{
	padding:0 0;
	background:url(images/icon-li.gif) no-repeat 14px 14px;
	font-size:1em;
	line-height:1em;
}
.menu a.lvl2,
.menu a.lvl3{
	color:#6e6e6e;
	text-decoration:none;
}
.menu a.lvl2:hover,
.menu a.lvl3:hover{
	color:#6e6e6e;
	text-decoration:underline;
}
.menu span.lvl2{
	display:block;
	padding:7px 0;
	border-bottom:solid 1px #dcdede;
}
.menu span.lvl3{
	display:block;
	padding:7px 0;
	border-bottom:solid 1px #dcdede;
}
.menu li.lvl2:last-child span.lvl2,
.menu li.lvl2.last-child span.lvl2,
.menu li.lvl3:last-child span.lvl3,
.menu li.lvl3.last-child span.lvl3{
	border:0;
}
.menu h4 small{
	position:absolute;
	top:50%;
	right:11px;
	margin-top:-8px;
	width:16px;
	height:16px;
	background:url(images/toggle-down.gif) no-repeat center;
	text-indent:-9999px;
}
.menu h4 small.active{
	background:url(images/toggle-up.gif) no-repeat center;
}
.banners{
	overflow:auto;
	margin:0 auto;
	padding:0;
	width:200px;
}
.banners img{
	padding:10px 0;
	border-bottom:solid 1px #dcdede;
	vertical-align:top;
}

/* SIDEBAR end */


/* CONTENT */

.content{
	padding:20px;
	border-top:solid 5px #e2e2e2;
	font-size:1.2em;
	line-height:1.5em;
}
.index-news h2,
.index-raspisanie h2{
	overflow:hidden;
	margin-bottom:16px;
	background:url(images/heading.gif) repeat-x 0 20px;
	color:#293a5b;
	text-transform:uppercase;
	font-weight:bold;
	font-size:30px;
}
.index-news h2 span,
.index-raspisanie h2 span{
	display:block;
	float:left;
	padding-right:20px;
	background:#fff;
}
.content p{
	margin:14px 0;
}
.content ul,
.content ol{
	margin:14px 0 14px 0;
}
.content ul{
	list-style:none;
}
.content ol{
	margin:14px 14px 14px 28px;
}
.content ul li{
	padding-left:28px;
	background:url(images/ar.gif) no-repeat 16px 9px;
}

/* CONTENT end */


/* news-short */

.index-news{
	margin-bottom:20px;
}
.news-item h3{
	margin-bottom:6px;
	font-size:1.5em;
}
.news-item{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:dotted 1px #c1c1c1;
}
.date{
	margin:10px 0 0 0;
	color:#838383;
	font-size:1em;
}
.news-short{
	overflow:hidden;
}
.news-short-img{
	float:left;
	margin:10px 20px 10px 10px;
	-webkit-box-shadow:#666 0 0 10px;
	   -moz-box-shadow:#666 0 0 10px;
	        box-shadow:#666 0 0 10px;

	behavior:url(PIE.htc);
}
.news-all{
	overflow:hidden;
	font-size:1em;
}
.news-all a{
	display:block;
	float:right;
	padding-left:10px;
	background:url(images/ar.gif) no-repeat 0 9px;
}

/* news-short end */


/* index */

.index-row{
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:dotted 1px #c1c1c1;
}
.index-row h2{
	margin-bottom:16px;
	color:#293a5b;
	text-transform:uppercase;
	font-weight:bold;
	font-size:30px;
}
.index-col-left{
	float:left;
	width:48%;
}
.twitter-blog{
	float:left;
	width:48%;
}
.twitter-blog .twitter-timeline-rendered{
	width:100%;
}
.index-col-right{
	float:right;
	width:48%;
}
.index-col-right .twitter-post #twitter-widget-1 .stream{
	height:512px;
}
.index-col-right .twitter-post #twitter-widget-1{
	height:600px;
}
.content ul.news-list{
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.5em;
	line-height:24px;
}
.content ul.news-list li{
	margin-bottom:20px;
	padding:0 0 20px 0;
	border-bottom:dotted 1px #c1c1c1;
	background:none;
}
.content ul.news-list li:last-child,
.content ul.news-list li.last-child{
	border-bottom:none;
}
.gal-wrap{
	overflow:hidden;
	width:340px;
	height:255px;
	border-top:solid 1px #c1c1c1;
	border-bottom:solid 1px #c1c1c1;
	border-left:solid 1px #c1c1c1;
}
.gal-wrap a{
	display:block;
	float:left;
	border-right:solid 1px #c1c1c1;
	border-bottom:solid 1px #c1c1c1;
}
.gal-wrap img{
	vertical-align:top;
}

/* index end */

.bread{
	margin-bottom:16px;
	margin-left:-5px;
	color:#b5b5b5;
	font-size:.9em;
}
.bread a{
	margin:0 5px;
	color:#b5b5b5;
}
h2.main-title{
	overflow:hidden;
	margin-bottom:16px;
	background:url(images/heading.gif) repeat-x 0 20px;
	color:#293a5b;
	text-transform:uppercase;
	font-weight:bold;
	font-size:30px;
}
h2.main-title span{
	display:block;
	float:left;
	padding-right:20px;
	background:#fff;
}
.content table{
	margin:10px 0;
	border-collapse:collapse;
}
.content td{
	padding:10px;
	border:solid 1px #eee;
	font-size:1.1em;
}
.content .paginator td{
	padding:0;
	border:none;
	font-size:1.1em;
}
.content tr:nth-child(2n-1) td{
	background:#fafafa;
}
.content .paginator tr:nth-child(2n-1) td{
	background:#fff;
}
.back-link{
	text-align:right;
	font-size:1.1em;
	line-height:30px;
}
.tweet{
	margin-bottom:20px;
}
.twi-time{
	margin:10px 0;
	color:#838383;
	font-size:1em;
}
.sh01 h2,
.parse h2{
	font-size:1.2em;
}
.parse .index-subcol h2 span{
	border-bottom:1px solid #e99818;
}
.sh01 h2 a,
.parse h2 a{
	color:#203359;
	text-decoration:none;
}
.sh01 h2 a span,
.sh01 h2 span,
.parse h2 a span{
	border-bottom:1px solid #e99818;
}
.sh01 h2 a span:hover,
.parse h2 a span:hover{
	color:#e99818;
}
.parse-date{
	margin-bottom:2px;
	color:#838383;
	font-size:1em;
}
.parse-item{
	margin-bottom:6px;
	padding-bottom:6px;
	border-bottom:1px dotted #c1c1c1;
}
.parse-item a{
	font-size:1em;
}
.inside-gal-wrap{
	overflow:hidden;
}
.inside-gal-wrap a{
	display:block;
	float:left;
	margin:4px;
	padding:1px;
	border:solid 2px #eee;
}
.inside-gal-wrap a:hover{
	border:solid 2px #e99818;
}
.inside-gal-wrap img{
	vertical-align:top;
}
.gal_cat-item{
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #c1c1c1;
}
.gal_cat-img{
	float:left;
}
.gal_cat_descr{
	font-size:1.5em;
}
.content .gal_cat_descr h4{
	border:0;
}
.gal_cat_txt{
	color:#999;
}
.content h4{
	margin:16px 0;
	padding-bottom:2px;
	border-bottom:solid 1px #eee;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1em;
}

/* form */

.feedback-form{
	margin:0 auto;
	padding:10px 0;
	width:530px;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
}
.fb__row{
	overflow:hidden;
	padding:8px 20px;
}
.fb__label{
	float:left;
	margin-top:7px;
	width:220px;
	line-height:14px;
}
.fb__label-block{
	display:block;
	margin-bottom:10px;
	line-height:14px;
}
.fb__label em,
.fb__label-block em{
	font-size:1em;
}
.fb__input{
	float:left;
	padding:5px;
	width:250px;
	height:16px;
	line-height:16px;
}
.fb__label-block{
	display:block;
}
.fb__row textarea{
	padding:5px;
	width:470px;
	height:70px;
}
.fb__select{
	padding:5px;
	width:260px;
}
.fb__row-submit{
	text-align:center;
}
.fb__row-submit input{
	margin:0 5px;
	padding:5px 10px;
	font-size:1.4em;
}
.verify{
	clear:both;
	padding-top:6px;
	padding-left:220px;
	color:#777;
	font-style:italic;
	font-size:smaller;
	line-height:12px;
}

/* form end */

.news-file a{
	color:#203359;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.1em;
}
.news-file a:hover{
	color:#e99818;
	text-decoration:none;
}
.news-file a span{
	border-bottom:solid 1px #e99818;
}
#validEmail{
	position:absolute;
	margin-top:6px;
	margin-left:9px;
	width:16px;
	height:16px;
}

/* search */

.search-result{
	margin:20px 0;
}
.search-field{
	padding:3px 5px;
	width:400px;
}
.search-go-inside{
	padding:1px 10px;
}

/* search end */


.region-item{
	display:table;
	width:100%;
	border-bottom:dotted 1px #c2c2c2;
}
.region-item img{
	margin-right:30px;
}
.region-item-table{
	display:table-cell;
	padding:10px 0;
	vertical-align:middle;
	font-size:24px;
}
.map-wrap{
	position:relative;
	margin:0 auto;
	width:698px;
	height:376px;
	background:url(images/map/1.jpg);
}
#map-eng.map-wrap{
	background:url(images/map_eng/1.jpg);
}
.map-toggle{
	position:absolute;
	z-index:5;
	width:34px;
	height:34px;
	background:url(images/map/f.png) right;
}
.map-toggle.active{
	z-index:15;
	background:url(images/map/f.png) left;
}
.map-toggle:hover{
	cursor:pointer;
}
#map-toggle1{
	top:221px;
	left:471px;
}
#map-toggle2{
	top:80px;
	left:530px;
}
#map-toggle3{
	top:82px;
	left:384px;
}
#map-toggle4{
	top:61px;
	left:144px;
}
.map-info{
	position:absolute;
	z-index:10;
	display:none;
	padding:20px;
	width:440px;
	background:#fff;
	-webkit-box-shadow:#ccc 0 0 10px;
	   -moz-box-shadow:#ccc 0 0 10px;
	        box-shadow:#ccc 0 0 10px;
	color:#000;
	font-size:12px;
	opacity:.9;

	behavior:url(PIE.htc);
}
#map-info1{
	top:250px;
	left:200px;
}
#map-info2{
	top:125px;
	left:220px;
}
#map-info3{
	top:110px;
	left:140px;
}
#map-info4{
	top:105px;
	left:0;
}
.map{
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	display:none;
	width:698px;
	height:376px;
}
#map1{
	background:url(images/map/2.jpg);
}
#map2{
	background:url(images/map/3.jpg);
}
#map3{
	background:url(images/map/4.jpg);
}
#map4{
	background:url(images/map/5.jpg);
}
#map-eng #map1{
	background:url(images/map_eng/2.jpg);
}
#map-eng #map2{
	background:url(images/map_eng/3.jpg);
}
#map-eng #map3{
	background:url(images/map_eng/4.jpg);
}
#map-eng #map4{
	background:url(images/map_eng/5.jpg);
}
.map-info-close{
	position:absolute;
	top:10px;
	right:10px;
	width:15px;
	height:15px;
	background:url(images/map/close.png) center no-repeat;
	cursor:pointer;
}
.map-info h5{
	color:#203359;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
.medal{
	position:absolute;
	top:24px;
	z-index:100;
	display:none;
	width:115px;
	height:116px;
	background:url(images/logo_award.png) no-repeat;
}
.rus .medal{
	left:686px !important;
}
.eng .medal{
	left:695px !important;
}
.right_banner{
	padding-top:5px;
	background:#e2e2e2;
}
.partners{
	margin:30px 0 30px 0;
}
.partners .line-wrap{
	margin:0 auto;
	padding:10px 0;
	min-width:1100px;
	max-width:1400px;
	background:#fff;
	-webkit-box-shadow:#666 0 0 10px;
	   -moz-box-shadow:#666 0 0 10px;
	        box-shadow:#666 0 0 10px;

	behavior:url(PIE.htc);
}
.partners .line-wrap ul{
	list-style:none;
}
.partners .bx-viewport a{
	display:block;
	border:solid 1px #ececec;
}
.partners .bx-viewport a:hover{
	border:solid 1px #d73552;
}
.partners .bx-viewport a img{
	display:block;
}
.partners .bx-wrapper{
	position:relative;
}
.partners .bx-prev,
.partners .bx-next{
	position:absolute;
	top:25px;
	width:30px;
	height:30px;
	text-indent:-9999px;
}
.partners .bx-prev{
	left:-40px;
	background:url(images/slider-left.gif) no-repeat center;
}
.partners .bx-next{
	right:-40px;
	background:url(images/slider-right.gif) no-repeat center;
}

/**/

.wrapper_part{
	/*width: 1400px;*/
	margin:30px auto;
	padding:10px 0;
	background:#fff;
}
.wrapper_part .line-wrap{
	margin:0 auto;
	padding:10px 0;
	min-width:1100px;
	max-width:1400px;
	background:#fff;
	-webkit-box-shadow:#666 0 0 10px;
	   -moz-box-shadow:#666 0 0 10px;
	        box-shadow:#666 0 0 10px;

	behavior:url(PIE.htc);
}
.wrapper_part .line-wrap ul{
	list-style:none;
}
.wrapper_part .bx-viewport a{
	display:block;
	border:solid 1px #ececec;
}
.wrapper_part .bx-viewport a:hover{
	border:solid 1px #1756a1;
}
.wrapper_part .bx-viewport a img{
	display:block;
}
.wrapper_part .bx-wrapper{
	position:relative;
}
.wrapper_part .bx-prev,
.wrapper_part .bx-next{
	position:absolute;
	top:25px;
	width:30px;
	height:30px;
	text-indent:-9999px;
}
.wrapper_part .bx-prev{
	left:-40px;
	background:url(images/slider-left.gif) no-repeat center;
}
.wrapper_part .bx-next{
	right:-40px;
	background:url(images/slider-right.gif) no-repeat center;
}
.wrapper_part li{
	list-style:none;
}
.no-list-style{
	margin-top:-10px;
}
.digital_diplomacy li{
	border-bottom:solid 1px #dcdede;
	background:none !important;
}
.no-list-style ul.lvl2{
	text-align:center;
}
.no-list-style a{
	display:block;
	border-bottom:solid 1px #dcdede;
}

/*social_badge*/
.social_badge{
	position:fixed;
	top:33%;
	left:0;
}
.social_badge a{
	display:block;
	width:40px;
	height:40px;
	text-indent:-9999px;
}
.social_badge a.social_badge--facebook{
	background:url("/images/facebook_40.png");
}
.social_badge a.social_badge--twitter{
	background:url("/images/twitter_40.png");
}
.social_badge a.social_badge--ok{
	background:url("/images/ok_40.png");
}
.social_badge a.social_badge--vk{
	background:url("/images/vk_40.png");
}
/*social_badge*/

/*actual_materials*/
.actual_materials{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #c1c1c1;
}
.actual_materials--heading{
	margin-bottom:16px;
	color:#293a5b;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
}
.actual_materials--heading span{
	border-bottom:1px solid #e99818;
}
.actual_materials--list{
	font-size:0;
}
.actual_materials--item{
	display:inline-block;
	margin-right:3px;
	width:278px;
	vertical-align:top;
}
.actual_materials--item:nth-child(3n){
	margin-right:0;
}
.actual_materials--link{
	display:table;
	width:276px;
	border:solid 1px #c1c1c1;
	text-decoration:none;
}
.actual_materials--link:hover{
	border-color:#e99818;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .2);
	   -moz-box-shadow:0 0 5px rgba(0, 0, 0, .2);
	        box-shadow:0 0 5px rgba(0, 0, 0, .2);
}
.actual_materials--image{
	display:table-cell;
	padding:4px;
	width:70px;
	height:70px;
}
.actual_materials--image img{
	display:block;
}
.actual_materials--title{
	display:table-cell;
	padding:10px;
	vertical-align:middle;
	font-size:14px;
	line-height:1.25;
}
/*actual_materials*/

/*news_slider*/
.news_slider--wrap{
	position:relative;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .25);
	   -moz-box-shadow:0 0 5px rgba(0, 0, 0, .25);
	        box-shadow:0 0 5px rgba(0, 0, 0, .25);
}

.news_slider--moar{
	overflow:hidden;
	padding:15px 0;
	background:url(images/heading.gif) repeat-x 0 21px;
}
.news_slider--moar a{
	float:right;
	padding-left:24px;
	background:#fff url(images/ar.gif) no-repeat 12px 7px;
	line-height:18px;
}

.news_slider--item{
	padding:30px;
	min-height:270px;
}
.news_slider--image{
	float:left;
	margin-right:30px;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .25);
	   -moz-box-shadow:0 0 5px rgba(0, 0, 0, .25);
	        box-shadow:0 0 5px rgba(0, 0, 0, .25);
}
.news_slider--image img{
	display:block;
	width:350px;
	height:270px;
	background:#eee;
}
.news_slider--text{
	float:left;
	margin-bottom:20px;
	width:340px;
}
.news_slider--title{
	margin-bottom:10px;
	font-size:22px;
	line-height:1.25;
}
.news_slider--date{
	margin-bottom:10px;
	color:#838383;
}
.news_slider--preview{
	line-height:1.3;
}
.news_slider .bx-pager{
	position:absolute;
	bottom:30px;
	left:410px;
}
.news_slider .bx-pager .bx-pager-item{
	float:left;
	margin-right:5px;
}
.news_slider .bx-pager .bx-pager-item a{
	display:block;
	width:12px;
	height:12px;
	border:solid 1px #1f4c9a;
	-webkit-border-radius:99px;
	   -moz-border-radius:99px;
	        border-radius:99px;
	text-indent:-9999px;
}
.news_slider .bx-pager .bx-pager-item a.active{
	border-color:#1f4c9a;
	background:#1f4c9a;
}
/*news_slider*/

.news_albums{
	border-top:solid 1px #e5e5e5;
}
.news_albums--item{
	overflow:hidden;
	padding:15px 0;
	border-bottom:solid 1px #e5e5e5;
}
.news_albums--cover{
	float:left;
	margin-right:25px;
}
.news_albums--cover img{
	display:block;
}
.news_albums--text{
	margin-left:200px;
}
.news_albums--title{
	margin-bottom:5px;
	font-size:1.5em;
}
.news_albums--moar{
	margin-top:10px;
}
.news_albums--moar a{
	display:inline-block;
	padding:5px 25px 7px 25px;
	background:#2d5d97;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:14px;
}

.medal_badge{
	position:fixed;
	top:33%;
	right:0;
	z-index:999;
	width:50px;
	height:100px;
	background:url("/images/best-2013.png") 0 0;
	-webkit-transition:all ease .5s;
	   -moz-transition:all ease .5s;
	     -o-transition:all ease .5s;
	        transition:all ease .5s;
}
.medal_badge:hover{
	width:140px;
}


.posol_images{
	text-align:center;
	font-size:0;
}
.posol_images .item{
	display:inline-block;
	margin:10px 20px;
	vertical-align:top;
}
.posol_images .item a{
	display:block;
	padding:5px;
	border:solid 1px #eee;
}
.posol_images .item img{
	vertical-align:top;
}




.iconografica-inner{
	border:solid 1px #e2e2e2;
}
.iconografica-item{
	margin-bottom:21px;
	width:266px;
}
.iconografica-image{
	border-bottom:solid 1px #e2e2e2;
}
.iconografica-image img{
	vertical-align:top;
}
.iconografica-title{
	padding:20px;
	font-size:20px;
	line-height:1.15;
}




.photo-col .header{
	overflow:hidden;
}
.photo-col .header h2{
	float:left;
}
#photo_slider--controls{
	float:left;
	margin-top:15px;
	margin-left:15px;
}
#photo_slider--controls .bx-pager .bx-pager-item{
	float:left;
	margin-right:5px;
}
#photo_slider--controls .bx-pager .bx-pager-item a{
	display:block;
	width:12px;
	height:12px;
	border:solid 1px #1f4c9a;
	-webkit-border-radius:99px;
	   -moz-border-radius:99px;
	        border-radius:99px;
	text-indent:-9999px;
}
#photo_slider--controls .bx-pager .bx-pager-item a.active{
	border-color:#1f4c9a;
	background:#1f4c9a;
}

.photo_slider{
	margin:0 auto;
	width:840px;
}
.photo_slider .item{
	position:relative;
	height:260px;
}
.photo_slider .item a{
	position:absolute;
	display:block;
	width:170px;
	height:120px;
	-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.3);
	   -moz-box-shadow:0 0 5px 1px rgba(0,0,0,.3);
	        box-shadow:0 0 5px 1px rgba(0,0,0,.3);
}
.photo_slider .item a:after{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
	background:transparent;
	content:"";
}
.photo_slider .item a:hover:after{
	background:rgba(32, 74, 156, .5);
}
.photo_slider .item a img{
	position:relative;
	z-index:1;
	display:block;
}
.photo_slider .item a:nth-child(1){
	top:10px;
	left:5px;
	z-index:7;
}
.photo_slider .item a:nth-child(2){
	top:90px;
	left:115px;
	z-index:6;
}
.photo_slider .item a:nth-child(3){
	top:10px;
	left:225px;
	z-index:5;
}
.photo_slider .item a:nth-child(4){
	top:90px;
	left:335px;
	z-index:4;
}
.photo_slider .item a:nth-child(5){
	top:10px;
	left:445px;
	z-index:3;
}
.photo_slider .item a:nth-child(6){
	top:90px;
	left:555px;
	z-index:2;
}
.photo_slider .item a:nth-child(7){
	top:10px;
	left:665px;
	z-index:1;
}

/* EOF */
