html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
}

::-moz-selection {
    background: #7d9ebe;
    text-shadow: none;
}

::selection {
    background: #7d9ebe;
    text-shadow: none;
}

hr {
    display: block;
    height: 3px;
    border: 0;
    border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #f7f7f7;
	background: url('img/bg-divider.gif') repeat-x 0 0;
    margin: 1em 0;
    padding: 0;
}

.comment-author img{
height:24px;
width:24px;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   PiterBurger styles
   ========================================================================== */

   
   /*========================================COMMON==================================*/
a{
	color: #0171c7;
	text-decoration: underline;
	font-size: 14px;
}
a:hover{
	text-decoration: none;
}
[class^="icon-"], [class*=" icon-"] {
	display: inline-block;
	vertical-align: middle;
	background-image: url("img/icon-sprite.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: -2px 3px 0;
}
.icon-bookmark{
	height: 14px;
	width: 9px;
	margin-top: 0px;
	margin-right: 5px;
}
.icon-print{
	height: 15px;
	width: 16px;
	background-position: -20px 0px;
}
.icon-envelope{
	height: 12px;
	width: 16px;
	background-position: -44px 0px;
}
.f-left{float: left;}
.f-right{float: right;}
.newsh1 {color:#0171C7; font-size:18px;}
.img-wrap{
	display: block;
	overflow: hidden;
	text-decoration: none;
}
.img-wrap.f-left{
	margin: 3px 8px 5px 0;
}
html, body {
	width: 100%;
	min-width: 1000px;
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #515151;
	background: #dbe2eb;
}
body>.page-outer{
	height: auto !important;
	min-height: 100%;
}
.page-outer{
	width: 1000px;
	margin: 0 auto;
	box-shadow: -8px 0 20px -5px #c2c2c2, 8px 0 20px -5px #c2c2c2;
	background: #fff;
	position: relative;
}
.lt-ie9 .page-outer{
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}
.page-wrapper{
	position: relative;
	z-index: 100;
	background: #fff;
}
.bordered-bottom{
	padding: 5px 0;
	background: url("img/bg-line.gif") repeat-x bottom left;
}
h1{
	font-size: 18px;
	color: #f5851f;
	margin: 10px 0 0;
}
h1.bordered-bottom{
	padding: 10px 0;
	line-height: 1.2em;
}
h3{
	font-size: 12px;
}

time, .date{
	font-size: 12px;
	color: #969696;
}
ul.bxslider{
	padding: 0;
	margin: 0;
	list-style: none;
}


/*========================================HEADER======================================*/
.page-header{
	position: relative;
	z-index: 20;
}
/*header menu*/
.header-menu ul{
	background: #fafafa;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	width: 972px;
	position: relative;
}
.header-menu li{
	float:left;
	padding: 5px 8px 8px;
}
.header-menu li:last-child{
	float: right;
}
.header-menu ul:after{
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
   	height: 0;
   	border-left: 18px solid #fafafa;
   	border-top: 14px solid transparent;
   	border-bottom: 14px solid transparent;
}

.header-menu li a{
	color: #646464;
	text-decoration: none;
}
.header-menu li a:hover{
	color: #6b84a1;
}

.search{
	padding: 4px 0 5px;
	margin-right: 10px;
}

.logo{
	display: inline-block;
	width: 365px;
	min-height: 121px;
	background: url("img/logo.jpg") no-repeat left top;
	margin: 15px 25px;
	color: #6c84a2;
	text-decoration: none;
}
.logo span{
	color: #f6851f;
}

/*========================================MAIN MENU=================================*/
.main-menu-wrap{
	margin: 0 20px 10px;
}
.main-menu{
	padding: 0;
	margin: 0;
	font-size: 0; 
	position: relative;
}
.main-menu li{
	float: left;
	padding: 0 0 10px 0;
}
.main-menu a{
	color:#505050;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	padding: 3px 9px;
}
.top-level a:hover,
.top-level a.current{
	background: #f5851f;
	color: #fff;
}
.bottom-level.main-menu li{
	padding: 10px 0 10px 0;
}
.bottom-level a:hover,
.bottom-level a.current{
	background: #6c84a2;
	color: #fff;
}
.bottom-level{
	border-top: 3px dashed #d7d7d7;
}
.main-menu.bottom-level a{
	padding: 3px 8px;
}

/*==========================================MAIN====================================*/
.main{
	padding: 0 18px;
	clear: both;
}

.main-carousel-block{
	background: #ffffff url("img/");
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
}
.main-carousel-block .bx-wrapper{
	border: 4px solid #f2f2f2;
	padding: 1px;
	margin-bottom: 35px;
}
.main-carousel-block li .img-wrap{
	position: relative;
	display: block;
	overflow: hidden;
}
.main-carousel-block li .img-wrap figure{
	max-height: 292px;
	overflow: hidden;
}
.main-carousel-block li .img-wrap img{
	min-height: 292px;
	margin: 0 auto;
	width: auto;
}
.main-carousel-block li .img-wrap .caption{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('img/bg-caption.png');
	padding: 13px 12px;
	font-size: 11px;
	color: #dedede;
	text-shadow: 0px -1px #000000;
}
.main-carousel-block li .img-wrap:hover .caption{
	background: #000;
}
.main-carousel-block li .img-wrap .caption strong{
	font-size: 15px;
	color: #ffffff;
}
.main-carousel-block .bx-wrapper .bx-controls-direction a {
	width: 25px;
	height: 25px;
	margin-top:-13px;
}
.main-carousel-block .bx-wrapper .bx-controls-direction a.bx-prev{
	background-position: 0px 0px;
}
.main-carousel-block .bx-wrapper .bx-controls-direction a.bx-next{
	background-position: -25px 0px;
}
.main-carousel-block .bx-wrapper .bx-controls-direction a.bx-prev:hover {
	background-position: 0px -25px;
}
.main-carousel-block .bx-wrapper .bx-controls-direction a.bx-next:hover {
	background-position: -25px -25px;
}
.main-carousel-block .bx-wrapper .bx-pager{
	padding-top: 10px;
	bottom: -25px;
}
.main-carousel-block .bx-wrapper .bx-pager.bx-default-pager a{
	background: transparent url('img/nav.png') no-repeat 0 0;
	height: 12px;
	width: 12px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
}
.main-carousel-block .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.main-carousel-block .bx-wrapper .bx-pager.bx-default-pager a.active{
	background-position: -12px 0;
}

/*================================LAST NEWS========================================*/
.top-news{
height:350px;
}


.time{
	font-size: 12px;
	color: #969696;
}
.last-news-wrap{
	margin-left: 490px;
}
.special-theme{
	background: #f2f4f7;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
	margin-bottom: 10px;
}
.special-theme-title{
	background: #6f89a8;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding: 3px 5px;
	position: relative;
}
.special-theme-title:after{
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
   	height: 0;
   	border-left: 7px solid #6f89a8;
   	border-top: 10px solid transparent;
   	border-bottom: 10px solid transparent;
}
.special-theme a{
	margin: 3px 5px 3px 10px;
	color: #2b3746;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.special-theme a:hover{
	color: #6f89a8;
}
.last-news {
	font-size: 12px;
}
.last-news h3{
	margin-bottom: 0;
	text-transform:uppercase;
}
.news-string{
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
}
.news-string li{
	padding: 5px 20px 5px 0;
	/*white-space: nowrap;
	text-overflow:ellipsis;*/
	overflow: hidden;
}
.news-string li.new a:after,
.last-tab-news .new:after,
a.new:after{
	content: '';
	display: inline-block;
	height: 11px;
	width: 20px;
	background: url("img/icon-new.png") no-repeat top right;
	margin-left: 5px;
	vertical-align: middle;
}
.news-string li.new.wide{
	position: relative;
}
.news-string li.new.wide a:after{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}

.tabs-menu ul.tab-short-news{
	margin-left: 560px;
}
.tabs-menu .ui-state-focus a{
	outline: none;
	border: none;
}
.tab-short-news li{
	margin-left: 15px;
	position: relative;
	padding-bottom: 8px;
}
.tab-short-news li:before{
	content: '';
	position: absolute;
	top: 5px;
	left: -15px;
	height: 5px;
	width: 5px;
	display: block;
	float: left;
	background: #d7d7d7;
}
.tab-short-news li a{
	text-decoration: none;
}
.tab-short-news li a:hover{
	text-decoration: underline;
}
/*==========================================EXPERT NEWS + CALENDAR BLOCK====================*/
.container{
	clear: both;
}
.expert-block{
	/*width: 624px;*/
	font-size: 14px;
}
.expert-block .img-wrap{
	max-width: 164px;
	max-height: 172px;
	overflow: hidden;
	border: 5px solid #eaeaea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.expert-block .text-wrap{
	margin-left: 184px;
}
.expert-block h3{
	margin: 0;
}
.expert-block p{
	margin: 3px 0;
}

/*calendar*/
.calendar-wrap{
	width:300px;
	font-size: 12px;
}
.calendar{
	width: 100%;
	border-spacing: 2px;
}
.calendar td{
	padding: 2px 0;
}
.calendarNavMonthPrev{
	border-left: 1px solid #e6e6e6;
}
.calendarNavMonthNext{
	border-right: 1px solid #e6e6e6;
}
.calendarNavMonthPrev,
.calendarNavMonthNext{
	width: 40px;
	height: 32px;
	background: url(img/bg_month.jpg) repeat-x;
}
.calendarNavMonthPrev span{
	display: block;
	background: url(img/arrow_7.png) no-repeat center center;
	text-indent: -9000px;
}
.calendarNavMonthNext span{
	display: block;
	background: url(img/arrow_8.png) no-repeat center center;
	text-indent: -9000px;
}
.calendarCurrentMonth{
	background: url(img/bg_month.jpg) repeat-x;
	text-align: center;
	color: #f24024;
	font-weight: bold;
}
.calendarDayName{
	background-color: #474747;
	color: #ededed;
	text-align: center;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #262626;
	border-right: 1px solid #555;
}
.calendarDayName:first-child{
	border-left: 1px solid #262626;
}
.calendarDayName:last-child{
	border-right: 1px solid #262626;
}
.calendarDate,
.calendarDateOtherMonth{
	color: #676767;
	text-align: center;
	border: 1px solid #e5e5e5;
}
.calendarDateOtherMonth{
	color: #cccccc;
}
.calendarDate:hover,
.calendarDateOtherMonth:hover{
	background-color: #f5f5f5;
	cursor: default;
}
.calendarDate.active{
	background-color: #f68826;
	color: #ffffff;
}

.collapsible-article-block{
	clear: both;
	padding: 8px 0;
}


/*============================TABS MENU========================*/
.tabs-menu{
	margin:20px 0;
}
.tabs-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.tabs-menu .ui-tabs-nav li{
	float: left;
}
.tabs-menu .ui-tabs-nav li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	color: #f67f18;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 15px;
	padding-left: 16px;
	position: relative;
	z-index: 2;
	display: block;
	text-align: center;
	border-left-width: 3px;
	border-left-style: dashed;
	border-left-color: #d7d7d7;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #fff;
}
.ie .tabs-menu .ui-tabs-nav li a{
	padding: 10px 14px 15px;
}
.tabs-menu .ui-tabs-nav li:first-child a{
	border-left: none;
}
.tabs-menu .ui-tabs-nav li a:hover{
	text-decoration: underline;
}
.tabs-menu .ui-tabs-nav li.ui-tabs-active a {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #d7d7d7;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #d7d7d7;
	background-image: none;
	text-decoration: underline;
	background: #fff;
}
.tabs-menu .ui-tabs-nav li:last-child.ui-tabs-active a{
	border-left-style: dashed;
	border-right: 3px solid #d7d7d7;
}
.tabs-menu div {
	border: 3px solid #d7d7d7;
	margin-top: -3px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	position: relative;
	z-index: 0;
}
.tabs-menu .last-tab-news{
	width: 550px;
}
.last-tab-news li{
	padding-bottom: 10px;
}
.last-tab-news li:last-child{
	padding-bottom: 0;
}
.last-tab-news p{
	margin: 2px 0 0;
	line-height: 16px;
	font-size: 13px;
}
.last-tab-news time{
	font-size: 11px;
	color: #e76c00;
	display: block;
	line-height: 18px;
}

/*=====================================COLUMN PART============================================*/
.column-part article h1{
	font-size: 12px;
}
.column-part .anounce{
	width: 335px;
	margin-right: 20px;
}
.last-tab-news{
	padding: 0;
	list-style: none;
}
.column-part .anounce .last-tab-news{
	border-right: 1px dashed #d7d7d7;
	padding-right: 10px;
}
.media-news{
	width: 280px;
}
.media-news-list{
	padding: 0;
	list-style: none;
}
.media-news-list li{
	padding-bottom:8px;
	margin-top: 8px;
	border-bottom: 1px dashed #d7d7d7;
}
.media-news-list li:first-child{
	padding-top:0;
}
.media-news-list li a{
	text-decoration: none;
}
.media-news-list li a:hover{
	text-decoration: underline;
}
.media-news-list li time{
	color: #e76c00;
	font-size: 11px;
	display: block;
	padding-top: 3px;
}
.misc .media-news-list{
	margin-bottom: 0px;
}
.misc-column{
	margin-left: 662px;
}
.site-goals{
	background: #f67f18 url("img/bg-wheel.png") no-repeat bottom right;
	padding: 15px;
	color: #fff;
	margin-top: 20px;
	font-size: 12px;
}
.site-goals .title{
	margin-top: 0;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
.site-goals .partners{
	width: 170px;
}
.site-goals .partners .title{
	text-align: left;
	margin-bottom: 3px;
}
.site-goals .partners a{
	color: #fff;
	text-decoration: none;
	font-style: italic;
}
.site-goals .partners a:hover{
	text-decoration: underline;
}
.press-releases-wrap{
	margin: 20px 0;
	font-size: 12px;
}
.press-releases-title{
	background: url("img/file.gif") no-repeat center left;
	padding-left: 28px;
	height:28px;
}
.archive-link{
	color: #969696;
	text-decoration: none;
}
.archive-link:hover{
	color: #302d2d;
}
.press-releases-title p{
	margin: 0;
	font-weight: bold;
}
.press-releases{
	border-top: 1px solid #e0e0e0;
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
}
.press-releases li{
	margin: 10px 0;
}
.press-releases li a{
	color: #515151;
	font-style: oblique;
	text-decoration: none;
}
.press-releases li a:hover{
	text-decoration: underline;
}
.press-releases li time{
	font-size: 11px;
}

/*======================================PUBLICATIONS CATEGORY===============================*/
.publications-category{
	width: 638px;
}
.publications-category header{
	border-bottom: 3px solid #d7d7d7;
	padding: 8px 0 6px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.publications-category header h1{
	display: inline-block;
	margin-top: 0;
}
.publications-category header h1 a{
	color: #f67f18;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
.publications-category header h1 a:hover{
	color: #0171c7h1;
}
.publications-category header .archive-link{
	margin-top: 5px;
}

.pub-cat-major{
	width: 358px;
	padding-right: 25px;
	border-right: 1px dashed #d7d7d7;
}
.pub-cat-major .img-wrap{
	margin-right: 15px;
}
.pub-cat-major time{
	display: block;
	color: #e76c00;
	font-size: 11px;
}

.pub-last-minor{
	border-top: 1px solid #e0e0e0;
	padding: 8px 0;
}

.pub-cat-minor{
	margin-left: 403px;
}
.pub-cat-minor .media-news-list li time{
	padding-top: 0;
}

.yellow-block{
	/*height: 349px;*/
	width: 300px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px dashed #9bb4d1;
	background: #fff6e5;
	margin-top: 30px;
	padding: 15px;
}
.yellow-block h3{
	margin-top: 0;
	margin-bottom: 4px;
}
.yellow-block header p{
	margin-top: 0;
	padding-bottom: 10px;
	font-size: 12px;
	display: inline-block;
	border-bottom: 1px solid #000;
}
.yellow-title{
	font-size: 15px;
	font-style: italic;
	color: #515151;
}
.yellow-title:hover{
	color: #0171c7;
}
.yellow-thought{
	font-size: 12px;
	color: #000;
	line-height: 18px;
}
.read-more{
	color: #f67f18;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.read-more:hover{
	text-decoration: underline;
}

#tabs2{
	margin-top: 30px;
}

.page-footer{
	margin-top: 20px;
	clear: both;
	border-bottom: 3px solid #d7d7d7;
	padding-bottom: 30px;
}
.f-inner{
	margin: 0 20px;
	border-top: 1px solid #e0e0e0;
}
.f-inner h3{
	color: #fc8500;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0;
}
.f-categ{
	width: 352px;
	margin: 0 10px;
}
.f-categ ul{
	padding: 0;
	list-style: none;
	margin-right: 35px;
}
.f-categ ul li{
	padding: 2px 0;
}
.f-categ ul li:before{
	content: '';
	display: inline-block;
	background: #d7d7d7;
	height: 3px;
	width: 3px;
	vertical-align: middle;
	line-height: 15px;
	margin-right: 10px;
}
.f-archive{
	width: 116px;
	margin: 0 10px;
}
.f-archive .collapse{
	margin-top: 15px;
}
.collapse{
	border-left: 3px dashed #d7d7d7;
	padding-left: 5px;
}
.archive-year{
	color: #0171c7;
	text-decoration: underline;
	font-size: 12px;
	display: inline-block;
	padding: 2px 0;
}
.archive-year:hover{
	cursor: pointer;
	text-decoration: none;
}
.archive-year-list{
	list-style: none;
	padding-left: 20px;
	font-style: oblique;
}
.f-links{
	margin-right: 15px;
}
.f-links ul{
	list-style: none;
	padding-left: 0;
}
.f-links ul li{
	padding: 2px 0;
}
.f-contacts address{
	line-height: 20px;
	font-size: 12px;
	font-style: normal;
	margin-top: 10px;
}
.copyrights{
	padding: 20px 0;
	clear: both;
}
.copyrights p{
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}
.copyrights-title{
	line-height: 46px;
	background: #eaeaea;
	position: relative;
	margin-left: 39px;
	margin-right: 20px;
	padding: 0 10px;
}
.copyrights-title:before{
	content: '';
	background: #e76c00;
	height: 46px;
	width: 34px;
	position: absolute;
	top: 0;
	left: -39px;
}
.copyrights-title a{
	color: #515151;
	font-weight: bold;
	text-decoration: none;
}
.copyrights-title a:hover{
	color: #0171c7;
}
.copyrights-title:after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-left: 10px solid #eaeaea;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
}

.counter-container{
	text-align: right;
	border-top: 3px solid #d7d7d7;
}
.counter{
	display: inline-block;
	margin: 8px 10px;
}

/* ==========================================================================
   INNER PAGES
   ========================================================================== */
.archive-list h1{
	text-transform: uppercase;
}
.archive-list{
	padding: 0;
	margin-top: 0;
	list-style: none;
	line-height: 15px;
}
.archive-list > li> a{
	font-weight: bold;
	text-decoration: none;
}
.archive-list > li> a:hover{
	color: #515151;
	text-decoration: underline;
}
.site-map-content{
	padding-left: 20px;
	list-style: none;
}
.site-map-content a{
	color: #515151;
}
.sitemap-wrap{
	margin-bottom: 30px;
}
.archive-year-col{
	display: inline-block;
	width: 60px;
	vertical-align: top;
	margin: 5px 8px 30px;
	padding: 0 15px;
	border-left: 1px dashed #d7d7d7;
}
.ie .archive-year-col{
	margin: 5px;
}
.archive-year-col p{
	margin: 4px 0;
}
.archive-year-title{
	font-weight: bold;
	text-indent: 5px;
	text-decoration: none;
	cursor: default;
	font-size: 14px;
	color: #7d9ebe;
}
.archive-year-col p a{
	color: #333;
	padding: 1px 2px;
}
.archive-year-col p a:hover{
	text-decoration: underline;
	color: #7d9ebe;
}
.archive-year-col .current{
	background:#f5851f;
} 
.archive-year-col .current a{
	color: #fff;
	text-decoration: none;
}
.archive-year-col .current a:hover{
	color: #fff;
	text-decoration: underline;
}

.breadcrumbs{
	list-style: none;
	margin: 5px 0 20px;
	padding: 0;
	color: #999;
	position: relative;
	z-index: 2;
}
.breadcrumbs a{
	font-size: 12px;
	color: #999;
	display: inline;
	padding-left: 3px;
	line-height: 13px;
}
.breadcrumbs a{
	color: #8c8c8c;
	margin-right: 3px;
	text-decoration: underline;
	font-size: 12px;
}
.breadcrumb li a:hover{
	color: #646464;
	text-decoration: none;
}
.breadcrumb li:first-child{
	padding-left: 0;
}

.main-article-wrap{
	width: 700px;
}

.orphus{
	border-bottom: 2px solid #d7d7d7;
	border-top: 2px solid #d7d7d7;
	font-size:15px;
	text-transform:uppercase;
	color:#999999;
	padding:15px;
	margin:20px 0;
}

.main-inner-article img{
/*float:left;*/
/*width:300px;
height:235px;*/
padding:5px 12px 10px 0;
}

.main-inner-article a{
font-size:12px;
}

.main-inner-article a:hover{
text-decoration:underline;
}

.alignleft{
float:left;
}

.main-inner-article time{
	font-size: 12px;
	color: #e76c00;
	line-height: 18px;
}
.main-inner-article header a{
	color: #909090;
	text-decoration: underline;
}
.main-inner-article header a [class^="icon-"], 
.main-inner-article header a [class*=" icon-"]{
	opacity: 0.2;
}
.main-inner-article header a:hover [class^="icon-"], 
.main-inner-article header a:hover [class*=" icon-"]{
	opacity: 0.8;
}
.main-inner-article header a:hover{
	text-decoration: none;
}
.main-inner-article h1{
	/*margin-top: 10px;
	margin-bottom: 10px;*/
	color:#0171c7;
	line-height:22px;
	font-size:16px;
	text-transform:uppercase;
	/*text-align:justify;*/
}
.main-inner-article h1 a{
	color: #0171c7;
	font-size: 14px;
}
.main-inner-article .img-wrap{
	display: block;
	margin-right: 15px;
}
.main-inner-article p{
	font-size: 17px;
	line-height: 26px;
	/*padding-top:10px;*/
	/*text-align:justify;*/
}

.main-inner-article footer{
	padding: 10px 0;
}

.main-inner-article p a{
color:#0171c7;
text-decoration:none;
}

.socials{
	background: url("img/socials.png") no-repeat 0 -30px;
	margin: 0 3px 0 0;
	height: 24px;
	width: 24px;
	display: inline-block;
}
.socials.twtr:hover{
	background-position: 0 0;
}
.socials.fcbk{
	background-position: -29px -30px;
}
.socials.fcbk:hover{
	background-position: -29px 0;
}
.socials.vk{
	background-position: -58px -30px;
}
.socials.vk:hover{
	background-position: -58px 0;
}
.socials.gplus{
	background-position: -87px -30px;
}
.socials.gplus:hover{
	background-position: -87px 0;
}
.socials.rss{
	background-position: -116px -30px;
}
.socials.rss:hover{
	background-position: -116px 0;
}

.meta-info{
	color: #979796;
	font-size: 11px;
	line-height: 24px;
}
.meta-info .reviews{
	margin-right: 25px;
}
.meta-info a{
	color: #979796;
	font-size: 11px;
	text-decoration: none;
}
.meta-info a:hover{
	color: #0171c7;
	text-decoration: underline;
}

/*========================CHANGED BLOCK==========================*/

.similar-articles{
	margin-right: 15px;
}
.similar-articles h1{
	font-size: 12px;
	margin: 15px 0 10px;
}
table.last-tab-news tr td:first-child{
	padding-right: 25px;
	width: 300px;
}
table.last-tab-news tr td{
	padding-bottom: 15px;
	vertical-align: top;
}
/*=================================================================*/

.single-cat .similar-articles{
	margin-right: 15px;
}
.single-cat .similar-articles h1{
	font-size: 12px;
	margin: 15px 0 10px;
}
.single-cat .similar-articles .last-tab-news{
	font-size: 0;
	line-height: 0;
}
.single-cat .similar-articles .last-tab-news .last-tab-news-article{
	display: inline-block;
	padding-bottom: 15px;
	vertical-align: top;
	width: 300px;
}
.single-cat .similar-articles .last-tab-news .last-tab-news-article p{
	line-height: 16px;
	font-size: 12px;
}
.single-cat .similar-articles .last-tab-news .last-tab-news-article a{
	font-size: 14px;
	line-height: 20px;
	text-transform:uppercase;
	font-weight:bold;
}
.single-cat .similar-articles .last-tab-news .last-tab-news-article:nth-child(odd){
	padding-right: 20px;
}
/*================END OF CHANGES======================*/

.inner-sidebar{
	width: 240px;
	padding-left: 10px;
	border-left: 1px dashed #d7d7d7;
}
.inner-sidebar h1{
	font-size: 12px;
	margin-top: 2px;
}
.inner-sidebar .last-tab-news .img-wrap{
	max-width: 84px;
	max-height: 56px;
	float:left;
	/*width:300px;
	height:200px;*/
}
.inner-sidebar .last-tab-news li{
	/*min-height:60px;*/
}
.inner-sidebar .last-tab-news time{
	line-height: 16px;
}
.inner-sidebar .last-tab-news a{
	text-decoration: none;
}
.inner-sidebar .last-tab-news a:hover{
	text-decoration: underline;
}

.top-pagination{
	width: 26%;
	text-align: right;
	display: inline-block;
	padding: 0;
	margin: 5px 0 20px;
}
.top-pagination li{
	display: inline-block;
	margin-left: 3px;
	font-size: 12px;
	color: #515151;
}
.top-pagination li.current,
.bottom-pagination li.current {
	font-weight: bold;
}
.bottom-pagination{
	padding: 0;
	font-size: 14px;
	list-style: none;
	text-align: center;
}
.bottom-pagination li{
	display: inline-block;
	margin-left: 4px;
}
.top-pagination li a,
.bottom-pagination li a{
	vertical-align: top;
	padding: 0 2px;
}
.top-pagination li a:hover,
.bottom-pagination li a:hover{
	background: #ccc;
	color: #fff;
}
	


.categ{
	font-size: 9px;
	text-transform: uppercase;
}
.categ:hover{
	text-decoration: underline;
}

.category-list{
	margin: 20px 0;
	vertical-align: top;
}
.category-list ul{
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	width: 145px;
	display: inline-block;
}
.category-list ul li{
	padding: 3px 0;
}
.category-list ul a{
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
.category-list ul a:hover{
	color: #7d9ebe;
}

.main-article-wrap .sitemap-col{
	width: 24%;
	float: left;
	margin-top: 15px;
}
.main-article-wrap .sitemap-col h3{
	margin-top: 0;
}
.main-article-wrap .sitemap-col .archive-year{
	display: block;
}
.main-article-wrap .sitemap-col {
	border-left: 1px dashed #d7d7d7;
	padding: 0 10px;
}
.main-article-wrap .sitemap-col .collapse{
	border-left: none;
}

.write-letter-form input{
	display: block;
	width: 300px;
	margin-top: 3px;
}
.write-letter-form textarea{
	display: block;
	width: 600px;
	height: 100px;
	margin: 3px 0;
}
button{
	background: #6c84a2;
	color: #fff;
	border: none;
	border-radius: 0;
	margin: 3px 0;
	padding: 3px 8px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
button:hover{
	background: #f5851f;
}

.side-socials-wrap{
	position: absolute;
	left: 0;
	top: 132px;
	display: inline-block;
	z-index: 10;
}
.side-socials {
	background: #fff;
	border: 1px solid #ddd;
	border-right: none;
	position: fixed;
	top: 132px;
	padding: 10px;
}

.scroll-top {
	position: fixed;
	z-index: 10;
	margin-left: 420px;
	bottom: 89px;
	left: 50%;
	cursor: pointer;
	background: #fff;
	color: #fc8500;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.similar-articles .last-tab-news .last-tab-news-article:nth-child(odd) {
	padding-right: 20px;
}
.similar-articles .last-tab-news .last-tab-news-article {
	display: inline-block;
	padding-bottom: 15px;
	vertical-align: top;
	width: 300px;
}
.similar-articles .last-tab-news .last-tab-news-article a {
	font-size: 12px;
	line-height: 16px;
}
.similar-articles .last-tab-news .last-tab-news-article p {
	line-height: 16px;
	font-size: 12px;
}
.last-tab-news time {
	font-size: 12px;
	color: #E76C00;
	display: block;
	line-height: 18px;
}
#wp-calendar{
	width:100%;
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: #808080;
	border-collapse: collapse;
}
#wp-calendar td {
padding: 2px 0;
}
#wp-calendar caption{
	background: url(img/bg_month.jpg) repeat-x;
	text-align: center;
	color: #F24024;
	font-weight: bold;
	height: 32px;
	line-height:32px;
	border-right:1px solid #E5E5E5;
	border-left:1px solid #E5E5E5;
}
#wp-calendar thead th{
	background-color: #474747;
	color: #EDEDED;
	text-align: center;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #262626;
	border-right: 1px solid #555;
	font-weight:normal;
}
#wp-calendar tbody td{
	color: #676767;
	text-align: center;
	border: 1px solid #E5E5E5;	
}
#wp-calendar #today {
	background-color: #F68826;
	color: #FFF;
}
#wp-calendar tfoot {
	position: absolute;
	margin-top: -45px;
	height: 32px;
}
#wp-calendar  #prev a{
	text-indent:100px;
	overflow:hidden;
	width:10px;
	height:10px;
	display:block;
	background:url(img/arrow_7.png) no-repeat left top;
	margin-left: 15px;
	margin-top: 5px;
}
#wp-calendar  #next a{
	text-indent:100px;
	overflow:hidden;
	width:10px;
	height:10px;
	display:block;
	background:url(img/arrow_8.png) no-repeat left top;
	margin-left: 275px;
	margin-top: 5px;
}
.wpcf7 textarea {
	display: block;
	width: 600px;
	height: 100px;
	margin: 3px 0;
}
.wpcf7-submit {
	background: #6C84A2;
	color: #FFF;
	border: none;
	border-radius: 0;
	margin: 3px 0;
	padding: 3px 8px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.contacts-part p{font-size:14px;}
.wp-pagenavi{
	margin-bottom:20px;
}
.wp-pagenavi span, .wp-pagenavi span:hover{
	border:none;
	color:#515151;
}
.wp-pagenavi a, .wp-pagenavi a:hover{
	border:none;
	text-decoration:underline;	
}
.wp-pagenavi a, .wp-pagenavi span{
	padding:3px 2px !important;
	font-size:13px !important;
	font-weight:bold;
	
}

.social-share{
float:left;
padding-top:2px;
/*padding-left:50px;*/
padding-right:45px;
position:relative;
}
.social-share-last{
float:left;
padding-top:2px;
position:relative;
}

.widgets{
	float: left;
	/*min-width:650px;*/
	padding:10px 0;
}

/*.actual-news, .misc{
opacity:0.60;
}

.actual-news:hover, .misc:hover{
opacity:1;
}*/

@media screen and (max-width: 650px) {
.main{
	padding: 0 0;
}
}

ul li{
font-size:16px;
}

.nodisp{
/*display:none;*/
}

.textadv{
float:left;
padding-right:12px;
margin-top:10px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}