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

body {
    font-size: 1em;
    line-height: 1.4;
}

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

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

alignright{align:right;}

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: #3d77b1;
	/*color: #333333;*/
	text-decoration: none; 
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

[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;
}
.f-left{float: left;}
.f-right{float: right;}
html, body {
	width: 100%;
	min-width: 1000px;
	font-size: 14px;
	font-family: arial, sans-serif;
	color: #333;
	
}
body{background-color: #ececec;}
body>.page-outer-nvpit{
	height: auto !important;
	min-height: 100%;
}
.page-outer-nvpit{
	width: 1018px;
	margin: 0 auto;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	box-shadow: -18px 0 50px -5px #c2c2c2, 18px 0 50px -5px #c2c2c2;
	position: relative;
}
.page-wrapper-nvpit{
	position: relative;
	z-index: 100;
	background: #fff;
}

h3{
	font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
}
.section-title{
	border-top: 3px solid;
	margin-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 15px;
	margin-top:20px;
}
.section-title.blue{
	border-top-color:#3d77b1;
}
.section-title.deep-blue{
	border-top-color:#0e67a5;
}
.section-title.turq{
	border-top-color:#3d9796;
}
.section-title.violet{
	border-top-color:#4c5895;
}
.section-title.red{
	border-top-color:#db4533;
}
.section-title.green{
	border-top-color:#92c62d;
}
.section-title.deep-green{
	border-top-color:#779335;
}
.section-title.yellow{
	border-top-color:#ebed38;
}
.section-title.grey{
	border-top-color:#b2b2b2;
}
.section-title.orange{
	border-top-color:#ffa200;
}
.section-title-text{
	background: #fff;
	margin-top: -11px;
	display: block;
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
a.section-title-text:hover{
	color: #3d77b1;
}

time, .date{
	font-size: 10px;
	color: #aaa;
	font-family: Tahoma, arial, sans-serif;
}

.aside-block{
	border: 1px solid #ededed;
	margin-bottom: 10px;
}
.aside-title{
	font-size: 12px;
	color: #464646;
	text-transform: uppercase;
	margin: 0;
	padding: 8px 10px;
	border-bottom: 1px solid #ededed;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfc 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-8 */
}

ul.bxslider{
	padding: 0;
	margin: 0;
	list-style: none;
}

.header-running-line{
	max-height:26px;
	overflow:hidden;
}

.read-more-btn{
	background: #3d77b1;
	padding: 5px 8px;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	display: inline-block;
	float: right;
}
.read-more-btn:hover{
	background: #4488cb;
}

button[type="submit"]{
	border: 1px solid #cecece;
	background-color: #f0f0f0;
	color: #000;
	border-radius: none;
	padding: 3px 8px;
}
button[type="submit"]:hover{
	background-color: #ddd;
}

/*========================================HEADER======================================*/
/*top line*/
.page-header-nvpit .top-info-line-nvpit{
	border-bottom: 1px solid #f0f0f0;
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #ffffff 49%, #fbfbfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(49%,#ffffff), color-stop(100%,#fbfbfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdfdfd 0%,#ffffff 49%,#fbfbfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdfdfd 0%,#ffffff 49%,#fbfbfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdfdfd 0%,#ffffff 49%,#fbfbfb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdfdfd 0%,#ffffff 49%,#fbfbfb 100%); /* W3C */
}
.today-date-nvpit div{
	display: inline-block;
	line-height: 28px;
	margin-left: 10px;
	color: #646464;
}
.icon-clock{
	height: 17px;
	width: 17px;
}
.currency-nvpit{
	line-height: 28px;
	margin-left: 120px;
}
.currency-nvpit span{
	margin-left: 10px;
	padding-right: 13px;
}
.icon-up{
	background-position: 0 -20px;
	height: 8px;
	width: 10px;
}
.icon-down{
	background-position: -10px -20px;
	height: 8px;
	width: 10px;
}

.top-menu-nvpit{
 font-size: 0;
}

.top-menu-nvpit>a,
.top-menu-nvpit .archive-nvpit{
font-size: 12px;
	line-height: 28px;
	border-left: 1px solid #d5d5d5;
	display: inline-block;
	padding: 0 5px;
	color: #646464;
}
.top-menu-nvpit a:hover,
.top-menu-nvpit .archive-nvpit div:hover{
	background: #EAEAEA;
	cursor: pointer;
}
.top-menu-nvpit .archive-nvpit{
	padding: 0;
	position: relative;
}
.top-menu-nvpit .archive-nvpit div{
	padding: 0 5px;
}
.top-menu-nvpit .archive-nvpit .dropdown{
	display: none;
	position: absolute;
	list-style: none;
	text-align: center;
	width: 100%;
	padding: 0;
}
.top-menu-nvpit .archive-nvpit:hover .dropdown{
	display: block;
	background: #fff;
	z-index: 100;
	top: 16px;
	right: -1px;
	border: 1px solid #d5d5d5;
}
.top-menu-nvpit .archive-nvpit:hover .dropdown a{
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #646464;
}
.icon-envelope{
	background-position: -37px 0px;
	height: 9px;
	width: 13px;
	margin-right: 5px;
}
.icon-map{
	background-position: -37px -11px;
	height: 9px;
	width: 11px;
	margin-right: 5px;
}
.icon-archive{
	background-position: -37px -22px;
	height: 11px;
	width: 11px;
	margin-right: 5px;
}
.icon-home{
	background-position: -20px 0px;
	height: 14px;
	width: 15px;
	margin-right: 5px;
	margin-top: -4px;
}

.mid-header-nvpit{
 background: #fdfdfd url('img/bg-header.png') no-repeat right bottom;
}
.logo-nvpit{
	display: block;
	height: 87px;
	width: 337px;
	background: url('img/logo.jpg') no-repeat center center;
}
.search-nvpit{
	margin-top: 10px;
	margin-right: 10px;
	position: relative;
}
.search-nvpit .search-input{
	width: 100%;
	padding: 2px 17px 2px 5px;
	box-shadow: inset 0 1px #f5f5f5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #f0f0f0;
}
.search-nvpit .search-input:active, .search-nvpit .search-input:focus{
	border:1px solid #d5d5d5;
	outline: none;
}
.search-nvpit .search-btn{
	border: none;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -6px;
	background-color: transparent;
	opacity: 0.7;
}
.icon-search{
	height: 13px;
	width: 13px;
	background-position: -21px -15px;
}
.search-nvpit .search-btn:hover{
	opacity: 1;
}

/*main menu*/
.main-menu-wrap-nvpit{
	text-align: center;
	border-top: 1px solid #3d77b1;
	background: #407bb7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwN2JiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTZhYTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #407bb7 0%, #356aa1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#407bb7), color-stop(100%,#356aa1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #407bb7 0%,#356aa1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #407bb7 0%,#356aa1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #407bb7 0%,#356aa1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #407bb7 0%,#356aa1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#407bb7', endColorstr='#356aa1',GradientType=0 ); /* IE6-8 */
}
.menu{
	margin: 0;
	padding-left: 0;
	border-top: 1px solid #4b87c5;
	border-bottom: 1px solid #4b87c5;
	font-size: 0; /*oae?aai ionooiu ia?ao inline-block-iauie li.dropdown*/
	position: relative;
}
.menu>li{
	display: inline-block;
	border-right: 1px solid #306192;
}
.menu>li>a{
	padding: 0 13px;
	line-height: 34px;
	color: #fff;
	text-shadow: 1px 1px #1f487a;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	border-left: 1px solid #427cb7;
	display: block;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	position: relative;
}
.menu>li:first-child {
	border-left: 1px solid #306192;
}
.menu>li:last-child{
	border-right: 1px solid #427cb7;
}
.menu>li:last-child > a{
	border-right: 1px solid #306192;
}
.menu>li:hover>a,
.menu>li.current-menu-item>a{
	border-left: none;
	padding-left: 14px;
}
.menu>li:hover>a,
.menu>li.current-menu-item>a,
.menu>li.current-menu-parent>a{
	background: #e0e5ea; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTVlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGZkZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e0e5ea 0%, #fdfdfd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e5ea), color-stop(100%,#fdfdfd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e0e5ea 0%,#fdfdfd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e0e5ea 0%,#fdfdfd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e0e5ea 0%,#fdfdfd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e0e5ea 0%,#fdfdfd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e5ea', endColorstr='#fdfdfd',GradientType=0 );	/* IE6-8 */
	color: #393939;
	text-shadow: 1px 1px #d8dadb;
	z-index: 1;
}
.menu>li:hover>a:before,
.menu>li.current-menu-item>a:before,
.menu>li.current-menu-parent>a:before
{
	content: '';
	border: 1px solid #25507e;
	border-bottom: none;
	display: block;
	height: 34px;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
}
.menu>li:hover>a:after,
.menu>li.current-menu-item>a:after,
.menu>li.current-menu-parent>a:after{
	content: '';
	background: #fdfdfd;
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: -2px;
	left: -1px;
	border-right: 1px solid #25507e;
	border-left: 1px solid #25507e;
}
.menu li .sub-menu{
	display: none;
	position: absolute;
	margin: 0;
	font-size: 12px;
	text-align: left;
	z-index: 10;
	top: 36px;
	left: 0;
	width: 100%;
	height: 32px;
	padding-left: 5px;
}
.menu li.current-menu-item .sub-menu {
	display:block;
}
.menu li.active .sub-menu{
	display: block;
}
.menu li .sub-menu li{
	display: inline-block;
	line-height: 32px;
	margin: 0 8px;
}
.menu li .sub-menu li a{
	color: #393939;
	font-weight: bold;
}
.menu li .sub-menu li a:hover{
	color: #3d77b1;
}
.dropdown-place-nvpit{
	background: #fdfdfd;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #3d77b1;
	min-height: 30px;
}

/*breadcrumbs*/
.breadcrumbs-wrap{
	border-bottom: 1px solid #c3c3c3;
	background: #fafafa; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fafafa 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fafafa 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
}
.breadcrumbs{
	vertical-align: middle;
	background-image: url("img/breadcrumbs.png");
	background-position: 0px 8px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 8px 8px 8px 23px;
	list-style: none;
	float: left;
	margin-left: 8px;
}
.breadcrumbs li{
	display: inline-block;
	margin-right: 2px;
}
.breadcrumbs a:after{
	content: '\2192';
	color: #8c8c8c;
	margin-left: 2px;
	display: inline-block;
	vertical-align: text-top;
	line-height: 14px;
}
.breadcrumbs li.current:after{
	content:'';
}
.breadcrumbs a{
	color: #8c8c8c;
	padding-right: 5px;
}
.breadcrumbs {
	color: #646464;
}
.breadcrumbs li.current:hover{
	cursor: default;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}

.rss{
	float: right;
	margin: 8px;
}

/*top slider*/
.string-news-slider-nvpit{
	/*margin: 30px 0 20px;*/
	position: relative;
}
.string-news-slider-nvpit .bx-controls{
	line-height: 1em;
}
.string-news-slider-nvpit .bx-wrapper .bx-controls-direction a {
	width: 8px;
	height: 11px;
	top: 50%;
	margin-top:-5px;
}
.string-news-slider-nvpit .bx-wrapper .bx-controls-direction a.bx-prev{
	background-position: -22px -89px;
	left: 85px;
}
.string-news-slider-nvpit .bx-wrapper .bx-controls-direction a.bx-next{
	background-position: -31px -89px;
	right:auto;
	left: 140px;
}
.string-news-slider-nvpit .bx-wrapper .bx-prev:hover {
	background-position: -22px -89px;
}
.string-news-slider-nvpit .bx-wrapper .bx-next:hover {
	background-position: -31px -89px;
}
.string-news-slider-nvpit .bx-wrapper .bx-controls-auto{
	display: inline-block;
	top: 50%;
	margin-top:-5px;
	left: 100px;
	width: auto;
	z-index: 10;
}
.string-news-slider-nvpit .bx-wrapper .bx-controls-auto .bx-start,
.string-news-slider-nvpit .bx-wrapper .bx-controls-auto .bx-start:hover, 
.string-news-slider-nvpit .bx-wrapper .bx-controls-auto .bx-start.active{
	background-position: 0px -89px;
}
.string-news-slider-nvpit .bx-wrapper .bx-controls-auto .bx-stop,
.string-news-slider-nvpit .bx-wrapper .bx-controls-auto .bx-stop:hover, 
.string-news-slider-nvpit .bx-wrapper .bx-controls-auto .bx-stop.active{
	background-position: -10px -89px;
	margin-left: 5px;
}
.string-news-slider-nvpit .control-block-nvpit{
	background: #db4533 url('img/bg-control-block.jpg') no-repeat right center;
	line-height: 26px;
	padding: 0 90px 0 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	color: #fff
}
.string-news-slider-nvpit .control-block-nvpit a{
	color: #fff;
}
.string-news-slider-nvpit .control-block-nvpit a:hover{
	text-decoration: underline;
}
.string-news-slider-nvpit .bxslider li {
	line-height: 26px;
	background: #f2f2f2;
}
.string-news-slider-nvpit .bxslider li a{
	font-size: 11px;
	line-height: 1em;
	margin-left: 180px;
	color: #42464a;
}
.string-news-slider-nvpit .bxslider li a:hover{
	text-decoration: underline;
}

/*main block*/
.main{
}
.top-news-block,
.main-slider-block-nvpit,
.main-content-nvpit{
	padding: 0 20px;
}
.main-events-wrap-nvpit{
	width: 632px;
	float: left;
}
.main-events-wrap-nvpit .section-title{
	padding-bottom: 17px;
	margin-top: 0;
}
.main-events-wrap-nvpit .section-title-text{
	margin-top: -11px;
	font-size: 14px;
	font-weight: bold;
}

.main-events-nvpit{
	border: 1px solid #c3c3c3;
	width: 350px;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.main-events-nvpit .img-wrap-figure{
	max-width: 328px;
	overflow: hidden;
	margin-bottom: 8px;
}
.main-events-nvpit .img-wrap-figure img{
	min-height: 246px;
	min-width: 328px;
}
.main-events-nvpit .slide-title{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	display: block;
	height: 33px;
	overflow: hidden;
}
.main-events-nvpit .slide-title:hover{
	color: #3d77b1;
}
.main-events-nvpit time{
	display: block;
	margin-top: 8px;
	padding-top: 5px;
	border-top: 1px solid #dce0e4;
	color: #999;
	font-size: 12px;
}
.main-events-nvpit p{
	height: 98px;
	margin-top: 3px;
	overflow: hidden;
	text-align: justify;
}
.main-events-nvpit .bx-wrapper{
	margin-bottom: 0;
}
.main-events-nvpit .bx-wrapper .bx-pager{
	bottom: auto;
	top: 44%;
	right: 1.5%;
	text-align: right;
	z-index: 100;
}
.main-events-nvpit .bx-wrapper .bx-pager-item{
	width: 9px;
	height: 9px;
	background: #fff;
	border: 1px solid #c3c3c3;
	margin-left: 8px;
}
.main-events-nvpit .bx-wrapper .bx-pager.bx-default-pager a{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: 0;
	margin: 1px;
	width: 7px;
	height: 7px;
	background: #fff;
}
.main-events-nvpit .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main-events-nvpit .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #3d77b1;
}

.latest-events-wrap-nvpit{
	margin-left: 350px;
	max-height: 477px;
	width: auto;
	background:#f7f7f7;
}
.latest-events-nvpit{
	padding: 0 13px;
	list-style: none;
	margin: 3px 0;
	max-height: 430px;
	overflow: hidden;
}
.latest-events-nvpit li{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e0e0e0;
	padding: 8px 0;
}
.latest-events-nvpit li:first-child{
	border-top: none;
}
.latest-events-nvpit li:last-child{
	border-bottom: none;
}
.latest-events-nvpit li time{
	font-size: 11px;
	color:#878787;
	float: left;
	font-family: Tahoma, sans-serif;
}
.latest-events-nvpit li a{
	margin-left: 35px;
	display: block;
	color: #333;
	font-weight: bold;
	line-height: 1.3em;
}
.latest-events-nvpit li a:hover{
	color: #3d77b1;
}
.latest-events-wrap-nvpit .read-all{
	float: right;
	font-weight: bold;
	color: #3d77b1;
	margin-right: 10px;
	margin-top: 10px;
}
.latest-events-wrap-nvpit .read-all:hover{
	text-decoration: underline;
}

.latest-news-wrap-nvpit{
	margin-left: 647px;
	width: auto;
}
.latest-news-wrap-nvpit .section-title{
	border-bottom: none;
	padding-bottom: 0;
}
.latest-news-wrap-nvpit .section-title-text{
	font-size: 12px;
	margin-top: -9px;
}

.slider-latest-news-nvpit{
	padding-top: 1px;
}
.slider-latest-news-nvpit .bx-wrapper{
	margin-bottom: 0;
}
.slider-latest-news-nvpit .bx-wrapper .bx-pager,
.left-sidebar-slider-wrap-nvpit .bx-wrapper .bx-pager{
	bottom: auto;
	top: 2px;
	right: 10px;
	display: inline-block;
	width: auto;
	padding-top: 0;
	z-index: 100;
}
.slider-latest-news-nvpit .bx-wrapper .bx-pager .bx-pager-item,
.left-sidebar-slider-wrap-nvpit .bx-wrapper .bx-pager .bx-pager-item{
	vertical-align: text-top;
}
.slider-latest-news-nvpit .bx-wrapper .bx-pager.bx-default-pager a,
.left-sidebar-slider-wrap-nvpit .bx-wrapper .bx-pager.bx-default-pager a{
	height: 5px;
	width: 5px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: #e8e8e8;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	box-shadow: inset 1px 1px 2px #d2d2d2;
	margin: 0 2px;
}
.slider-latest-news-nvpit .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.slider-latest-news-nvpit .bx-wrapper .bx-pager.bx-default-pager a.active,
.left-sidebar-slider-wrap-nvpit .bx-wrapper .bx-pager.bx-default-pager a:hover,
.left-sidebar-slider-wrap-nvpit .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #b2b2b2;
	border-top: 1px solid #909090;
	border-left: 1px solid #909090;
	box-shadow: inset 1px 1px 1px #a7a7a7;
}
.slider-latest-news-nvpit .img-wrap,
.inner-top-latest-nvpit .img-wrap{
	max-width: 144px;
	float: left;
	margin: 0 15px 15px 0;
}
.slider-latest-news-nvpit time{
	color: #878787;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	display: block;
	margin-bottom: 3px;
}
.slider-latest-news-nvpit .slide-title{
	text-transform: uppercase;
	max-height: 95px;
	overflow: hidden;
}
.slider-latest-news-nvpit .slide-title:hover,
.inner-top-latest-nvpit .slide-title:hover{
	color: #333;
}
.slider-latest-news-nvpit p{
	clear: both;
	margin-bottom: 0.6em;
	height: 88px;
	overflow: hidden;
}
.slider-latest-news-nvpit .read-more:hover{
	color: #333;
}

.read-also-nvpit{
	margin-top: 15px;
}
.read-also-title{
	display: block;
	background: #eee;
	padding: 5px 8px;
	margin-bottom: 1px;
	color: #888;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 1px 1px #f7f7f7;
}
.read-also-title:hover{
	color: #333;
}
.read-also-nvpit p{
	margin: 0;
	border-top: 1px solid #e0e0e0;
	padding-top: 10px;
	max-height: 34px;
	overflow: hidden;
}
.read-also-nvpit .read-more{
	float: right;
}
.read-also-nvpit .read-more:hover{
	text-decoration: underline;
}
.other-news-nvpit{
	padding-top: 25px;
	padding-left: 0;
	list-style: none;
	font-size: 10px;
}
.other-news-nvpit li{
	display:inline-block;
	padding-top: 17px;
	color: #3d77b1;
	background: url('img/icon-bullet-blue.gif') no-repeat left 21px;
	padding-left: 10px;
}
.read-also-nvpit .other-news-nvpit li:first-child{
	border-top: 1px solid #e0e0e0;
}
.other-news-nvpit a{
	text-transform: uppercase;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	color: #333;
	display: block;
	height: 14px;
}
.other-news-nvpit a:hover{
	color: #3d77b1;
}

.main-slider-block-nvpit{
	clear: both;
	padding-top: 20px;
}
.main-slider-block-nvpit .section-title{
	border-top-style: dotted; 
	border-bottom: none;
	padding-bottom: 0;
}
.main-slider-block-nvpit .section-title-text{
	font-weight: bold;
	padding-right: 8px;
	font-size: 12px;
	margin-top: -9px;
}
.main-slider-block-nvpit .bx-wrapper .bx-controls-direction a{
	height: 42px;
	width: 24px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	margin-top: -21px;
}
.main-slider-block-nvpit .bx-wrapper .bx-prev{
	background-position: 0px -45px;
	left: -30px;
}
.main-slider-block-nvpit .bx-wrapper .bx-prev:hover{
	background-position: 0px 0px;
}
.main-slider-block-nvpit .bx-wrapper .bx-next{
	background-position: -30px -45px;
	right: -30px;
}
.main-slider-block-nvpit .bx-wrapper .bx-next:hover{
	background-position: -30px 0px;
}

/*===============================================MAIN===================================================*/





.single_sidebar_block{
float: left;
	width: 100%;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding-right: 20px;
}

.single_sidebar_block *{
	box-sizing: border-box;
}

.single_sidebar_title{
float: left;
	margin-bottom: 10px;
	width: 100%;
}

.single_sidebar_title span{
display: inline-block;
	font-size: 15px;
	color: #fff;
	line-height: 1.0;
	padding: 5px 10px;
	background-color: #3D77B1;
	text-transform: uppercase;
position: relative;
}


.single_sidebar_box_date{
	font-size: 12px;
	margin-top: 5px;
	float: left;
	width: 100%;
	color: #ccc;
}

.single_sidebar_list{
float: left;
width: 100%;
}

.single_sidebar_box{
float: left;
	margin-bottom: 20px;
}




.single_sidebar_box_content{
	overflow: hidden;
}


.single_sidebar_box_img{
float: left;
width: 100%;
margin-bottom: 10px;
}
.single_sidebar_box_img img{
max-width: 100%;
}

.single_sidebar_box_title{
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 1.3;
	color: #000;
}

.single_sidebar_box_title a{
	color: #000;
}



.single_sidebar_box2{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.single_sidebar_box2 .single_sidebar_box_img{
	float: left;
	max-width: 90px;
	margin-bottom: 0px;
	margin-right: 15px;
}

.single_sidebar_box2 .single_sidebar_box_img img{
max-width: 100%;
height: auto;
}

.single_sidebar_box2 .single_sidebar_box_title{
	float: left;
	width: 100%;
	font-size: 13px;
	line-height: 1.3;
	color: #000;
}
.main-content-nvpit{
	padding-top: 20px;
}

/*left sidebar*/
.left-column-nvpit{
	padding-top: 5px;
	width: 205px;
	float: left;
	margin-right: 20px;
}
.left-sidebar-slider-block-nvpit .section-title{
	padding-bottom: 15px;
}

.left-sidebar-slider-wrap-nvpit .slide-title{
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
}
.left-sidebar-slider-wrap-nvpit .slide-title:hover{
	color: #3d77b1;
}
.left-sidebar-slider-wrap-nvpit .img-wrap{
	display: block;
	margin-top: 15px;
	max-width: 205px;
	overflow: hidden;
	position: relative;
}
.img-wrap .date{
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(255,255,255,0.5);
	padding: 1px 8px 2px;
	color: #323232;
	font-size: 10px;
	font-family: Tahoma, sans-serif;
}
.left-sidebar-slider-wrap-nvpit p{
	line-height: 1.7;
}
.main-content-nvpit .read-more,
.bottom-articles-wrap-nvpit .read-more{
	color: #3d77b1;
	text-transform: uppercase;
	font-size: 10px;
}
.main-content-nvpit .read-more:hover,
.bottom-articles-wrap-nvpit .read-more:hover{
	text-decoration: underline;
}
.left-sidebar-slider-wrap-nvpit .bx-wrapper{
	margin-bottom: 0;
}
.left-sidebar-slider-wrap-nvpit .bx-wrapper .bx-pager {
	top: -36px;
	right: 0;
	background: #fff;
	padding-left: 5px;
}

.left-column-nvpit .other-news-nvpit{
	padding-top: 0;
	margin-top: 0;
}
.left-column-nvpit .other-news-nvpit li{
	padding-top: 10px;
	background-position: 0 15px;
}
.left-column-nvpit .other-news-nvpit li a{
	color: #000;
	white-space: normal;
	overflow: visible;
	display: inline;
	text-transform: none;
	font-weight: bold;
	line-height: 1.2;
}
.left-column-nvpit .other-news-nvpit li a:hover{
	color: #3d77b1;
}

.advert-nvpit{
	margin-top: 40px;
}
.advert-nvpit h1{
	border-bottom: 1px solid #e0e0e0;
	color: #a5a4a4;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 9px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	text-align: right;
	font-weight: normal;
}

.world-news-nvpit article{
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 15px;
}
.world-news-nvpit article:last-child{
	border-bottom: none;
}
.world-news-nvpit article p{
	margin-top: 0.5em;
	margin-bottom: 15px;
	line-height: 1.7;
}
.news-top-info time{
	font-size: 10px;
	color: #878787;
}
.icon-eye{
	height: 11px;
	width: 14px;
	background-position: -52px -13px;
}
.icon-comment{
	height: 12px;
	width: 12px;
	background-position: -52px 0px;
	margin-top: 0;
}
.reviews, .comments, .comment-body p{
	font-size: 12px;
	color: #BBB;
	font-style:italic;
}

.comments, .comment-body p{
	color: #424242;
}

.news-top-info span{
	margin-left: 5px;
}

.realty-news-wrap-nvpit{
	padding-top: 10px;
}
.realty-news{
	list-style: none;
	padding: 0;
}
.realty-news .realty-news-title{
	text-transform: uppercase;
	color: #0c0c0c;
}
.realty-news .realty-news-title:hover{
	color: #3d77b1;
}
.realty-news p{
	margin-top:0.3em;
	margin-bottom: 1.5em;
	color: #aaa;
}

.building-news-wrap-nvpit{
	padding-top: 5px;
}
.building-news-nvpit article:first-child{
	border-bottom: none;
}
.building-news-nvpit article:last-child{
	border-bottom: 1px solid #e0e0e0;
}
.building-news-nvpit .building-main-news-nvpit .img-wrap{
	max-width: 102px;
	overflow: hidden;
	float: left;
	margin: 5px 10px 5px 0;
}
.building-news-nvpit .building-main-news-nvpit p{
	margin-top: 0;
	line-height: 18px;
}
.building-news-nvpit .building-main-news-nvpit .read-more{
	margin-left: 5px;
}


/*main column*/
.main-column-nvpit{
	width: 440px;
	/*margin-right: 20px;*/
	padding-top: 5px;
	float: left;
}
.main-column-article-nvpit{
	width: 225px;
	float: left;
}
.main-column-article-nvpit h1{
	margin: 0 0 5px 0;
	font-size: 14px;
}
.main-column-article-nvpit h1 a{
	text-transform: uppercase;
	font-weight: normal;
	color: #333;
	line-height: 1em;
}
.main-column-article-nvpit h1 a:hover{
	color: #3d77b1;
}
.main-column-article-nvpit .img-wrap{
	position: relative;
	display: block;
	max-width: 225px;
	overflow: hidden;
}
.main-column-article-nvpit p{
	line-height: 18px;
	margin-top:3px;
}
.aside-article-news-nvpit{
	margin-left: 240px;
	padding: 0;
	list-style: none;
}
.aside-article-news-nvpit li{
	border-top: 1px solid #e0e0e0;
	padding-top: 11px;
}
.aside-article-news-nvpit li:first-child{
	border-top: none;
	padding-top: 0;
}
.aside-article-news-nvpit li p{
	margin-top: 3px;
}
.aside-article-title-nvpit{
	display: block;
	/*white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;*/
	color:#000;
	font-weight: bold;
}
.aside-article-title-nvpit:hover{
	color: #3d77b1;
}


/*right column*/

.right-column-nvpit{
	margin-left: 698px;
	width: 300px;
}

.popular-top-news-nvpit{
	background: #333;
	margin-bottom: 15px;
	padding: 12px;
}
.popular-top-news-nvpit .img-wrap{
	max-width: 257px;
	overflow: hidden;
	display: block;
	opacity: 0.6;
}
.popular-top-news-nvpit:hover .img-wrap{
	opacity: 1;
}
.popular-top-news-nvpit h1{
	font-size: 15px;
	font-family: "Arial Narrow", arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: 0.3em 0;
}
.popular-top-news-nvpit h1 a{
	color: #fff;
}
.popular-top-news-nvpit h1 a:hover{
	text-decoration: underline;
}
.popular-top-news-nvpit time{
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	color:#646464;
}
.popular-top-news-nvpit p{
	color: #b1b1b1;
	font-size: 13px;
	line-height: 18px;
	margin-top: 0.1em;
}
.icon-info{
	height: 15px;
	width: 14px;
	background-position: -52px -25px;
}
.popular-top-news-nvpit .tag{
	color: #fff;
}
.popular-top-news-nvpit .tag:hover{
	text-decoration: underline;
}
.popular-top-news-nvpit .tag i{
	margin-left: 0;
	margin-right: 6px;
}
.popular-top-news-nvpit .read-more{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	float: right;
}


/*calendar*/

table tr td:first-child {
	border-left: none;
}

.calendar-wrap-nvpit,
.weather{
	margin: 8px;
}
#wp-calendar {
	width: 100%;
	margin: 8px auto;
	background: #fff;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
#wp-calendar tr td {
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	border: 1px solid #eee;
	background: #fff;
}
#wp-calendar tr td.calendarNavMonthPrev, 
#wp-calendar tr td.calendarNavMonthNext {
	background: #fff;
	text-align: center;
	font-size: 15px;
}
#wp-calendar caption {
	background: #fff;
	font-size: 13px;
	text-transform: none;
	color: #707070;
	font-weight: bold;
	padding: 3px;
	border: none;
	vertical-align: middle;
        z-index: 100;
	position: relative;
	margin-left: 40px;
	margin-right: 37px;
}
#wp-calendar th {
	background: #f5f5f5;
	font-size: 12px;
	width: 14%;
	color: #333;
	font-weight: 600;
}
#wp-calendar tr td.calendarDateEmpty {
	background: #fbfbfb;
}
#wp-calendar tr td.calendarDate {
	font-size: 12px;
}
#wp-calendar tfoot {
	position: absolute;
	margin-top: -45px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#wp-calendar tfoot {
	margin-top: -44px;
}
}
#wp-calendar tfoot #prev, #wp-calendar tfoot #next{
	line-height: 18px;
	width:120px;
}
#wp-calendar tfoot #next{text-align:right !important}
#wp-calendar tfoot #prev{text-align:left !important;}
#wp-calendar tfoot .pad{
	display:none;
}
.weather-wrap-nvpit .section-title{
	margin: 0.67em 8px;
}

.popular-news-nvpit{
	list-style: none;
	padding: 0 8px;
	margin: 0;
}
.popular-news-nvpit li{
	border-top: 1px dotted #a5a7ab;
	overflow: hidden;
	padding: 12px 0;
}
.popular-news-nvpit li:first-child{
	border-top: none;
}
.popular-news-nvpit li .img-wrap{
	float: left;
	display: block;
	max-width: 80px;
	overflow:hidden;
	margin-right: 10px;
}
.popular-news-title{
	color: #707070;
	font-size:12px;
}
.popular-news-title:hover{
	color: #000;
}
.popular-news-nvpit .reviews{
	display: block;
	margin-top:-3px;
}
.popular-news-nvpit .reviews i{
	margin-left: 0;
}

.aside-currency-wrap-nvpit h1{
	font-size: 14px;
	margin: 8px;
}
.aside-currency-nvpit{
	margin: 8px;
	text-align: center;
}

/*tabs*/
.news-tabs-buttons{
	margin: 0;
	padding: 0;
}
.news-tabs-buttons li{
	display: inline-block;
}
.news-tabs-buttons li{
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.news-tabs-buttons li.ui-tabs-active{
	border-bottom: none;
}
.news-tabs-buttons li a{
	padding: 10px 6px;
	color: #464646;
	font-weight: bold;
	display: block;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfc 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-8 */
}
.news-tabs-buttons li:last-child{
	border-right: none;
}
.news-tabs-buttons li:last-child a{
	padding-right: 20px;
}
.news-tabs-buttons li.ui-tabs-active a{
	background: none;
}
.tabs-news-list-nvpit{
	list-style: none;
	padding: 8px;
	margin: 0;
}
.tabs-news-list-nvpit li{
	padding: 10px 0 5px;
	border-top: 1px dotted #a5a7ab;
}
.tabs-news-list-nvpit li:first-child{
	border-top: none;
}
.tabs-news-list-nvpit .date{
	margin: 0 0 0.1em;
}
.tabs-news-title{
	color: #646464;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tabs-news-title:hover{
	color: #3d77b1;
}

.partners-nvpit{
	padding: 0 8px 8px;
}
.partners-nvpit .section-title{
	margin-bottom: 5px;
}
.partners-list-nvpit{
	padding: 0;
	margin: 0;
	list-style: none;
}
.partners-list-nvpit li{
	padding: 3px 0;
}
.partners-list-nvpit li a{
	color: #333;
}
.partners-list-nvpit li a:hover{
	color: #3d77b1;
}

.releases-list-nvpit{
	margin: 0;
	padding: 3px 8px;
	list-style: none;
}
.releases-list-nvpit li{
	background: url('img/icon-bullet-grey.gif') no-repeat left 9px;
	padding: 5px 0 5px 15px;
	border-top: 1px dotted #a5a7ab;
}
.releases-list-nvpit li:first-child{
	border-top: none;
}
.releases-list-nvpit li a{
	display: block;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	color: #707070;
}
.releases-list-nvpit li a:hover{
	text-decoration: underline;
}


/*bottom articles*/
.bottom-articles-wrap-nvpit{
	margin-top: 10px;
	border-top: 1px solid #e3e3e3;
}
.useful-articles-nvpit{
	width: 569px;
	float: left;
	border-right: 1px solid #f2f2f2;
	padding: 8px 12px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #ececec; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-8 */
}
.main-useful-article-nvpit .img-wrap{
	max-width: 195px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.main-useful-article-nvpit h1{
	color: #464646;
	font-size: 14px;
	margin-bottom: 0.3em;
}
.main-useful-article-nvpit time{
	font-size: 12px;
	color: #999;
}
.main-useful-article-nvpit p{
	margin: 0.3em 0 0;
}
.main-useful-article-nvpit .read-more-btn{
	margin-top: 20px;
	float: none;
}
.minor-articles-wrap-nvpit{
	clear: both;
	position: relative;
}
.minor-articles-nvpit{
	width: 425px;
	float: left;
}
.minor-article{
	width: 202px;
	border-top: 1px solid #d2d2d2;
	display: inline-block;
	line-height: 205%;
	padding: 15px 0;
}
.minor-article:nth-child(1),
.minor-article:nth-child(2){
	border-top: none;
}
.all-articles{
	display: inline-block;
	float: right;
	position: absolute;
	bottom: 8px;
	right: 0;
	color: #646464;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
}
.all-articles:hover{
	color: #000;
}

.read-also-articles-nvpit{
	margin-left:579px;
}
.read-also-articles-nvpit h1{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 18px;
	margin-bottom: 10px;
}
.read-also-major-nvpit{
	border-top: 1px solid #d1d1d1;
	padding-top: 10px;
	width: 195px;
	float: left;
}
.read-also-major-nvpit .img-wrap{
	display: block;
	overflow: hidden;
	position: relative;
	max-width: 195px;
	max-height: 147px;
}
.major-title-nvpit{
	text-transform: uppercase;
	color: #3d77b1;
	margin-top: 15px;
	display: inline-block;
	/*max-height: 50px;*/
	overflow: hidden;
}
.read-also-major-nvpit p{
	margin-top: 0;
	max-height: 30px;
	overflow: hidden;
}
.read-also-major-nvpit .other-news-nvpit{
	margin-top: 0;
	padding-top: 0;
}
.read-also-articles-nvpit .realty-news{
	margin-left: 215px;
	margin-right:12px;
}
.read-also-articles-nvpit .realty-news-title,
.read-also-articles-nvpit .realty-news p{
	max-height: 35px;
	overflow: hidden;
}

.bottom-horiz-menu-nvpit{
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #f9f9f9;
	background: #ececec; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9f9f9 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
}
.bottom-horiz-menu-nvpit ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.bottom-horiz-menu-nvpit ul li{
	display: inline-block;
	padding: 10px 15px 10px 19px;
	background: url('img/icon-bullet-white.png') no-repeat left center;
}
.bottom-horiz-menu-nvpit ul li:first-child{
	background: none;
}
.bottom-horiz-menu-nvpit ul li a{
	font-size: 10px;
	text-transform: uppercase;
	color: #686868;
	text-shadow: 1px 1px #fff;
}
.bottom-horiz-menu-nvpit ul li a:hover{
	text-decoration: underline;
}

.bottom-menues-wrap-nvpit{
	padding: 8px 12px;
}
.bottom-menu-column-nvpit{
	width: 228px;
	display: inline-block;
	margin-left: 18px;
}
.bottom-menu-column-nvpit:first-child{
	margin-left: 0;
}

.bottom-menu-column-nvpit .other-news-nvpit{
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px solid #d1d1d1;
}

/*=============================================FOOTER===================================*/
.page-footer-nvpit{
	color: #fff;
	position: relative;
	padding: 20px 12px 5px;
	background: #4293bd; /* Old browsers */
	background: -moz-linear-gradient(top, #4293bd 0%, #297097 48%, #1c5f83 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4293bd), color-stop(48%,#297097), color-stop(100%,#1c5f83)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4293bd 0%,#297097 48%,#1c5f83 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4293bd 0%,#297097 48%,#1c5f83 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4293bd 0%,#297097 48%,#1c5f83 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4293bd 0%,#297097 48%,#1c5f83 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4293bd', endColorstr='#1c5f83',GradientType=0 ); /* IE6-8 */
}
.page-footer-nvpit p{
	margin: 0.5em 0;
}

.f-menues-nvpit{
	margin-bottom: 10px;
}
.f-column-menu-nvpit{
	display: inline-block;
	width: 125px;
	margin: 0;
	padding-left: 0;
	list-style: none;
	margin-left: 10px;
}
.f-column-menu-nvpit li{
	padding-left: 10px;
	background: url('img/icon-list-marker.gif') no-repeat left 6px;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	/*margin-bottom: 8px;*/
}
.f-column-menu-nvpit a{
	color: #fff;
	font-size: 14px;
}
.f-column-menu-nvpit a:hover{
	text-decoration: underline;
}

.f-info-nvpit{
	width: 585px;
	float: left;
}
.bordered{
	border-bottom: 1px dotted #53819b;
	padding-bottom: 8px;
}
.f-info-nvpit p.bordered{
	margin-bottom: 12px;
}
.f-logo{
	background: url('img/f-logo.jpg') no-repeat center center;
	height: 55px;
	width: 224px;
	float: left;
	margin: 0 15px 5px 0;
}
.f-logo-menu{
	border-bottom: 1px dotted #53819b;
	padding: 0 0 10px;
	list-style: none;
	margin: 0 0 8px;
	display: inline-block;
}
.f-logo-menu li{
	display: inline-block;
	border-left: 1px dotted #53819b;
	padding: 0 7px 0 10px;
}
.f-logo-menu li:first-child{
	border-left: none;
	padding-left: 0;
}
.f-logo-menu li a{
	color: #fff;
}
.f-logo-menu li a:hover{
	text-decoration: underline;
}

.f-info-nvpit address{
	font-style: normal;
}
.f-info-nvpit address strong{
	padding-right: 3px;
}

p.copyright{
	margin-top: 15px;
}

.f-useful-links-wrap-nvpit{
	margin-left: 585px;
}
.f-useful-links{
	margin: 0 15px 15px;
	padding: 10px;
	background: #4487aa; /* Old browsers */
	background: -moz-linear-gradient(top, #4487aa 0%, #316e8f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4487aa), color-stop(100%,#316e8f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4487aa 0%,#316e8f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4487aa 0%,#316e8f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4487aa 0%,#316e8f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4487aa 0%,#316e8f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4487aa', endColorstr='#316e8f',GradientType=0 ); /* IE6-8 */
}
.f-useful-links h4{
	margin: 0;
}
.f-links{
	padding-left: 0;
	margin-top: 5px;
	list-style: none;
}
.f-links li{
	background: url('img/icon-bullet-white2.png') no-repeat left center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
	margin-bottom: 3px;
}
.f-links a{
	color: #fff;
}
.f-links a:hover{
	text-decoration: underline;
}

.counters-nvpit{
 text-align: right;
 padding-right:15px;
}

.counters-nvpit .counter{
	display: inline-block;
	margin-left: 9px;
}
.counters-nvpit .counter:first-child{
	margin-left: 0;
}

.scroll-top {
	position: fixed;
	z-index: 10;
	margin-left: 430px;
	border: 1px solid #ddd;
	border-left: none;
	bottom: 89px;
	left: 50%;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #fff url('img/icon-scroll-top.gif') no-repeat center center;
}

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

.sideroll-article-nvpit{
	position: fixed;
	top: expression(document.getElementsByTagName("body")[0].scrollTop + "px");
	overflow: hidden;
	bottom: 20px;
	left: -100%;
	width: 240px;
	z-index: 99999;
	background: #fff;
	border: 1px solid #CCC;
	padding: 15px 15px 15px 20px;
	min-height: 100px;
}
.sideroll-close{
	float: right;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 2px;
	right: 4px;
}
.sideroll-article-nvpit article{
	margin-bottom: 0;
}
.sideroll-article-nvpit .popular-top-news-nvpit .read-more{
	text-transform: uppercase;
}
.sideroll-article-nvpit .popular-top-news-nvpit .read-more:hover{
	text-decoration: underline;
}



/* ==========================================================================
   Inner Pages
   ========================================================================== */

.inner-page{
	padding-top: 10px;
	padding-bottom: 20px;
}
/*=======================ARTICLE===================*/
.big-article-block-nvpit{
	width: 675px;
	float: left;
}

.big-article-block-nvpit a{}

.big-article-block-nvpit .section-title-text{
	font-weight: bold;
	color: #333;
}
.article-page-nvpit .section-title{
	margin-bottom: 0;
	border-bottom: 0;
	margin-top:20px;
}
.top-article-info{
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 8px 10px;
	margin-bottom: 20px;
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfc 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-8 */
}
.top-article-info .icons{
	float: right;
}
.icon-print{
	width: 16px;
	height: 15px;
	background-position: -20px -30px;
}
.top-article-info [class^="icon-"]{
	opacity: 0.6;
	cursor: pointer;
}
.top-article-info [class^="icon-"]:hover{
	opacity: 1;
}
.top-article-info time,
.read-also-article-nvpit time{
	font-size: 12px;
}
.top-article-nvpit img, .top-article-nvpit p img{
	max-width:675px;
}

.top-article-nvpit iframe, .top-article-nvpit p iframe{
	max-width:675px;
	/*max-height:420px;*/
}

.top-article-nvpit a{/*color: #333; text-decoration:underline;*/ cursor:pointer;}

.top-article-nvpit .img-wrap:hover{
	border-color: #3d77b1;
}
.top-article-nvpit h1,
.read-also-article-nvpit h1{
	font-size: 18px;
	text-transform:uppercase;	
}

.top-article-nvpit ul li{
	font-size: 16px;
}

.top-article-nvpit p{
	text-align:justify;
	font-size: 17px;
}

.top-article-nvpit a:hover{
	text-decoration: underline;
}
.top-article-nvpit .advert-nvpit{
	float: right;
	margin: 0 10px 10px;
}
.top-article-footer{
	clear: both;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 8px 10px;
	margin-bottom: 20px;
	margin-top:20px;
}
.top-article-footer .widgets{
	float: left;
	min-width:250px;
}
.article-author-nvpit{
	float: right;
	margin: 0;
	font-style: italic;
	color: #646464;
	padding-top:8px;
}
.article-author-nvpit a:hover{
	text-decoration: underline;
}

.big-article-read-also-block-nvpit{
	margin-top: 40px;
}
.read-also-article-nvpit{
	border-bottom: 1px solid #e0e0e0;
	padding: 18px 0 8px;
	/*width:300px;
	float:left;*/
}
.read-also-article-nvpit:nth-child(2){
	padding-top:0;
	border-top: none;
}
.read-also-article-nvpit .img-wrap{
	display: block;
	/*max-width: 144px;*/
	overflow: hidden;
	float: left;
	margin-top: 5px;
	padding-right:20px;
}
.read-also-article-nvpit .text-part{
}

.text-part{
}

.read-also-article-nvpit h1{
	margin: .4em 0;
}
.read-also-article-nvpit h1 a{
	color: #333;
}
.read-also-article-nvpit h1 a:hover{
	color: #3d77b1;
}
.read-also-article-nvpit p{
	margin: .4em 0 0.8em;
}
.read-also-article-nvpit .read-more{
	float: right;
	text-transform: none;
	font-size: 12px;
}

.interesting-articles-column-nvpit{
	width: 320px;
	/*margin: 0 0 0 30px;*/
	padding: 0 20px 0 0;
	float: left;
	list-style: none;
}
.interesting-articles-column-nvpit:nth-child(2){
	margin-left: 0;
}
.interesting-articles-column-nvpit li{
	padding-left: 15px;
	background: url('img/icon-bullet-blue-big.gif') no-repeat left 4px;
	margin-bottom: 15px;
}
.interesting-articles-column-nvpit li a{
	color: #555;
	font-size:12px !important;
}
.interesting-articles-column-nvpit li a:hover{
	text-decoration: underline;
}

.inner-latest-block-nvpit{
	margin-left: 0;
}

.inner-top-latest-nvpit .img-wrap{
	margin: 0 8px 5px 0;
	margin-top: 3px;
}
.inner-top-latest-nvpit time{
	font-size: 11px;
	float:none;
}
.inner-top-latest-nvpit .slide-title{
	text-transform: none;
	max-height: 96px;
	overflow: hidden;
	/*display: block;*/
}
.inner-page .right-column-nvpit .read-also-nvpit{
	border-top: 1px solid #e0e0e0;
}
.inner-minor-latest-nvpit{
	padding-top: 7px;
}
.inner-minor-latest-nvpit .img-wrap{
	max-width: 79px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}
.inner-minor-latest-nvpit time{
	display: block;
	font-size: 11px;
}
.inner-minor-latest-nvpit .slide-title{
	max-height: 50px;
	overflow: hidden;
	display: block;
	color: #333;
}
.inner-minor-latest-nvpit .slide-title:hover{
	color: #3d77b1;
}
.inner-page .right-column-nvpit .read-also-nvpit .interesting-articles-column-nvpit{
	float: none;
	padding-top: 10px;
	width: auto;
	margin-left: 0;
}

/*=======================ARCHIVE===================*/
.archive-container-nvpit{
	border-top: 1px solid #e0e0e0;
	padding: 15px 0;
}
.archive-container-nvpit:first-child{
	border-top: none;
	padding-top: 0;
}
.archive-year-nvpit{
	display: inline-block;
	vertical-align: top;
	width: 24%;
	border-left: 1px solid #e0e0e0;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.archive-year-nvpit:first-child{
	border-left: none;
}
.archive-year-nvpit h1{
	margin: 0;
	font-size: 12px;
	line-height: 12px;
}
.archive-year-nvpit h1:before{
	content: '';
	display: inline-block;
	background: #333;
	height: 3px;
	width: 3px;
	margin-right: 6px;
	vertical-align: 28%;
}
.archive-list-nvpit{
	padding-left: 15px;
	margin: 5px 0;
	list-style: none;
}
.archive-list-nvpit li{
	padding-left: 15px;
	background: url('img/icon-bullet-blue-big.gif') no-repeat left 5px;
	margin: 4px 0;
}
.archive-list-nvpit li a{
	color: #333;
}
.archive-list-nvpit li a:hover{
	text-decoration: underline;
}

.archive-last-news-nvpit h1{
	border-bottom: none;
	margin-bottom: 5px;
}
.archive-news-list-nvpit{
	list-style: none;
	margin: 0;
	padding: 0;
}
.archive-news-list-nvpit li{
	margin-bottom: 10px;
}
.archive-news-list-nvpit time{
	float: left;
	display: inline-block;
	font-family: Tahoma, arial, sans-serif;
	font-size: 12px;
}
.archive-news-list-nvpit li a{
	display: block;
	margin-left: 85px;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	line-height: 1.2em;
}
.archive-news-list-nvpit li a:hover{
	color: #3d77b1;
}

.pager-wrap-nvpit{
	text-align: center;
}
.pager{
	list-style: none;
	display: inline-block;
	padding: 0;
}
.pager li{
	display: inline-block;
}
.pager #pointer,
.pager #ellipsis-before,
.pager #ellipsis-after{
	padding: 5px 8px;
	cursor: default;border: 1px solid #b6b6b6;
	box-shadow: 0px 1px #EFEFEF ;
	-moz-box-shadow: 0px 1px #EFEFEF ;
	-webkit-box-shadow: 0px 1px #EFEFEF ;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZjJmMmYyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #ffffff 1%, #f2f2f2 1%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(1%,#f2f2f2), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 1%,#f2f2f2 1%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%,#f2f2f2 1%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%,#f2f2f2 1%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 1%,#f2f2f2 1%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
}
.pager li a{
	text-shadow: 0 1px #fff;
	color: #333;
	display: block;
	padding: 5px 8px;
	border: 1px solid #b6b6b6;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	box-shadow: 0px 1px #EFEFEF ;
	-moz-box-shadow: 0px 1px #EFEFEF ;
	-webkit-box-shadow: 0px 1px #EFEFEF ;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZjJmMmYyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #ffffff 1%, #f2f2f2 1%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(1%,#f2f2f2), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 1%,#f2f2f2 1%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%,#f2f2f2 1%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%,#f2f2f2 1%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 1%,#f2f2f2 1%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
}
.pager li.active a,
.pager li a:hover{
	color: #fff;
	text-shadow: 0 1px #6181af;
	border-color: #5778a8;
	background: #cee2f3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2NlZTJmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjOWFiN2U0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc3OTljYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #cee2f3 1%, #9ab7e4 1%, #7799cb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#cee2f3), color-stop(1%,#9ab7e4), color-stop(100%,#7799cb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cee2f3 1%,#9ab7e4 1%,#7799cb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cee2f3 1%,#9ab7e4 1%,#7799cb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cee2f3 1%,#9ab7e4 1%,#7799cb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cee2f3 1%,#9ab7e4 1%,#7799cb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cee2f3', endColorstr='#7799cb',GradientType=0 ); /* IE6-8 */
}
.pager li.active a{
	cursor: default;
}


.archive-right-column-nvpit .inner-minor-latest-nvpit .slide-title {
	max-height: inherit;
}
.archive-right-column-nvpit .calendar-block-nvpit{
	margin-top: 5px;
}

.archive-month-nvpit{
	border-bottom: 1px solid #e0e0e0;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.archive-month-nvpit .archive-year-nvpit{
	border-right: 1px solid #e0e0e0;
	width: auto;
	padding-right: 20px;
}

/*====================================SITE MAP================================*/

.site-map-nvpit .archive-year-nvpit{
	width: 30%;
}
.site-map-nvpit .archive-year-nvpit:first-child{
	width: 24%;
}
.archive-list-nvpit.accordion ul{
	list-style: none;
	padding-left: 0;
}
.archive-list-nvpit.accordion ul li{
	background: url('img/icon-bullet-grey.gif') no-repeat left 5px;
}
.site-map-archive-nvpit .archive-news-list-nvpit time{
	font-size: 11px;
}
.site-map-archive-nvpit .archive-news-list-nvpit li a{
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	margin-left: 75px;
	
}

/*=======================WRITE LETTER==========================*/
.write-letter-form-nvpit .form-part-nvpit{
	width: 232px;
	float: left;
}
.write-letter-form-nvpit .contacts-part-nvpit{
	margin-left: 262px;
	margin-top: -5px;
}
.write-letter-form-nvpit .form-part-nvpit p{
	margin: 0 0 5px;
}
.write-letter-form-nvpit .form-part-nvpit input{
	width: 100%;
	padding: 0;
	margin: 3px 0;
}
.write-letter-form-nvpit textarea{
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
}

/*===========================GALLERY=======================*/
.gallery-wrap-nvpit .section-title-text{
	font-weight: bold;
}
.images-wrap-nvpit{
	margin: 0 30px;
}
.gallery-nvpit .image{
	display: inline-block;
	line-height: 320px;
	width: 426px;
	height: 320px;
	overflow: hidden;
	margin-bottom: 30px;
	vertical-align: middle;
	text-align: center;
	position: relative;
	border: 1px solid #fff;
	float: left;
}
.gallery-nvpit .image:nth-child(even){
	float: right;
}
.gallery-nvpit .image:hover{
	border-color: #c7c9cb;
}
.gallery-nvpit .image .img-wrap{
	vertical-align: middle;
	display: inline-block;
}
.gallery-nvpit .image .top-hidden-title{
	background: rgba(53,106,161,0.75);
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	text-shadow: 0px 2px 2px #345e86;
	display: inline-block;
	line-height: 89px;
	width: 426px;
	position: absolute;
	top: -89px;
	left: 0;
	-webkit-transition: top .8s ease-out;
	-moz-transition: top .8s ease-out;
	-o-transition: top .8s ease-out;
	-ms-transition: top .8s ease-out;
	transition: top .8s ease-out;
}
.gallery-nvpit .image .top-hidden-title a{
	vertical-align: middle;
	display: inline-block;
	line-height: 34px;
	color: #fff;
	font-family: 'PT sans', arial, sans-serif;
}
.gallery-nvpit .image:hover .top-hidden-title{
	top: 0;
}
.image-hidden-info{
	background: rgba(255,255,255,0.9);
	text-align: left;
	line-height: 18px;
	height: 221px;
	width: 386px;
	padding: 5px 20px;
	position: absolute;
	bottom: -231px;
	left: 0;
	-webkit-transition: bottom .8s ease-out;
	-moz-transition: bottom .8s ease-out;
	-o-transition: bottom .8s ease-out;
	-ms-transition: bottom .8s ease-out;
	transition: bottom .8s ease-out;
}
.image-hidden-info p{
	max-height: 162px;
	overflow: hidden;
}
.gallery-nvpit .image:hover .image-hidden-info{
	bottom: 0;
}
.image-hidden-info .bottom-info{
	border-top: 1px solid #c5c7bd;
	padding-top: 10px;
}
.icon-photo{
	height: 10px;
	width: 12px;
	background-position: -0px -42px;
}
.icon-eye-dark{
	height: 11px;
	width: 14px;
	background-position: -53px -42px;
}
.img-quant{
	color: #464646;
	font-size: 11px;
	font-weight: bold;
}
.image-hidden-info .read-more{
	float: right;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
.image-hidden-info .read-more:hover{
	text-decoration: underline;
}

/*============================GALLERY CATEGORY======================*/
.category-images-wrap-nvpit{
	line-height: 0;
	font-size: 0;
}
.category-image-wrap-nvpit{
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: 1px dotted #fff;
	margin: 0 20px 10px 0;
	vertical-align: top;
	position: relative;
	min-height: 185px;
	min-width: 205px;
	line-height: 1.4;
	font-size: 12px;
}
.image-small{
	position: absolute;
	clip: rect(5px, 215px, 180px, 10px);
	width: 205px;
	background: #fff;
}
.image-small .img-wrap{
	max-width: 215px;
	overflow: hidden;
	display: inline-block;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;

}
.category-image-wrap-nvpit:hover .image-small{
	max-width: 235px;
	top: -11px;
	left: -11px;
	clip: auto;
	border: 1px solid #e7e7e7;
	border-bottom: none;
	box-shadow: 1px -2px 3px #f6f6f7;
	width: 235px;
	z-index: 100;

}
.category-image-wrap-nvpit:hover  .img-wrap{
	margin: 10px;
}
.image-small-hidden-info{
	padding: 0 10px 10px;
	color: #555;
}
.image-small:hover .image-small-hidden-info{
	z-index: 100;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-top: none;
	box-shadow: 1px 2px 3px #f6f6f7;
}
.image-small-title{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
	display: block;
}
.image-small-title:hover{
	color: #3d77b1;
}
.image-small-title:after{
	content: '';
	display: block;
	height: 1px;
	width: 85px;
	background: #d2d2d2;
	margin: 10px 0 5px;
}
.image-small-hidden-info .bottom-info{
	border-bottom: 1px dashed #ededed;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.image-small-hidden-info .read-more{
	color: #a8a8a8;
	font-size: 11px;
	text-transform: none;
	font-style: oblique;
}
.image-small-hidden-info .read-more:hover{
	color: #333;
}
.icon-thumb{
	width: 10px;
	height: 11px;
	background-position: -38px -34px;
	margin-top: -3px;
}
.likes{
	font-size: 11px;
	color: #a8a8a8;
}

/*-gallery-photo-----------------------*/
.one-photo-wrap-nvpit .section-title,
.gallery-article .section-title{
	margin-bottom: 0;
}
.one-photo-wrap-nvpit .top-article-info{
	margin-bottom: 1px;
	border-top: none;
}
.gallery-article .top-article-info{
	border-top: none;
}
.one-photo-wrap-nvpit .gallery-one-photo-nvpit{
	border: 1px solid #e8e8e8;
	border-top: none;
	margin: 0 1px;
}
.one-photo-nvpit .bx-wrapper .bx-controls-direction a{
	background: url('img/controls-big.png');
	height: 451px;
	width: 42px;
	top: 0;
	margin-top: 0;
	opacity: 0.2;
	filter: alpha(opacity=20);
	z-index: 100;
}
.one-photo-nvpit .bx-wrapper .bx-prev{
	left: -42px;
}
.one-photo-nvpit .bx-wrapper a.bx-next{
	right: -42px;
	background-position: -48px;
}
.one-photo-nvpit .bx-wrapper .bx-controls-direction a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.one-photo-nvpit .bx-wrapper img{
	max-width: inherit;
	vertical-align: middle;
}
.one-photo-nvpit .bx-wrapper .img-wrap{
	display: block;
	position: relative;
}
.one-photo-nvpit .bx-wrapper .img-wrap:hover:after{
	content: '';
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	background: rgba(0,0,0,0.4) url('img/icon-expand.png') no-repeat center center;
	height: 30px;
	width: 30px;
}

.context-menu-wrap{
	display: none;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	z-index: 100;
}
.context-menu{
	position: absolute;
	top: 20%;
	left: 35%;
	z-index: 1000;
	opacity: 0.99;
	filter: alpha(opacity=99);
	background: #fff;
	border: 1px solid #b5b5b5;
	display: inline-block;
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
}
.context-menu-inner{
	padding: 10px;
}
.context-menu-title{
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 1px dashed #ededed;
}
.context-menu-form label{
	display: inline-block;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #444;
	margin-left: 6px;
	cursor: pointer;
}
.context-menu-form .jq-radio{
	line-height: 18px;
	vertical-align: middle;
}
.context-menu-form textarea{
	border: 1px solid #ccc;
	background: #f1f1f1;
	padding: 3px;
	font-size: 10px;
	color: #999;
	width: 470px;
}
.context-menu .buttons-area,
.big-photo-others-nvpit{
	border-top: 1px solid #bebebe;
	box-shadow: inset 0 0 4px #ddd;
	background: #f5f5f5;
	padding: 10px 15px;
}
.btn-grey{
	outline: none;
	border-radius: 0;
	border: 1px solid #e5e5e5;
	background: #fdfdfd;
	font-weight: bold;
	font-size: 11px;
	color: #444;
	padding: 4px 10px;
}
.btn-grey:hover{
	background: #ddd;
}
.gallery-descript-nvpit{
	position: relative;
	padding-bottom: 20px;
}
.gallery-descript-nvpit:after{
	content: '';
	border-top: 1px dashed #ededed;
	height: 1px;
	width: 70%;
	position: absolute;
	bottom: 0;
	left: 15%;
}
.gallery-descript-line-nvpit{
	border-bottom: 1px solid #e8e8e8;
	padding: 10px;
}
.gallery-descript-line-nvpit:last-child{
	border-bottom: none;
}
.descript-name-nvpit{
	display: inline-block;
	width: 72px;
	color: #a8a8a8;
	font-size: 14px;
}
.gallery-descript-line-nvpit h3{
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	margin-left: 10px;
}
.gallery-author{
	font-size: 14px;
	color: #555;
	margin: 0 40px 0 10px;
	display: inline-block;
}
.gallery-author:hover{
	color: #3d77b1;
}
.like-btn,
.dislike-btn{
	margin-right: 10px;
	border-right-style: solid;
	border-radius: 2px;
	padding: 0 7px;
	opacity: .6;
	filter: alpha(opacity=60);
	border: solid 1px transparent;
	outline: 0;
	background: none;
	color: #333;
	box-shadow: none;
	height: 28px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	white-space: nowrap;
	word-wrap: normal;
	line-height: normal;
	vertical-align: middle;
	cursor: pointer;
}
.icon-thumb-up{
	background-position: 0 -55px;
	height: 18px;
	width: 18px;
	margin-left: 0;
	margin-right: 6px;
}
.icon-thumb-down{
	background-position: -22px -55px;
	height: 18px;
	width: 18px;
	margin-left: 0;
}
.like-btn:hover,
.dislike-btn:hover{
	opacity: .7;
	filter: alpha(opacity=70);
	border-color: #c6c6c6;
	background: #f0f0f0;
	box-shadow: 0 1px 0 rgba(0,0,0,0.10);
}
.descript-text{
	margin-left: 82px;
	font-size: 13px;
	color: #555;
	padding-bottom: 15px;
}
.gallery-photo-meta span{
	font-size: 12px;
	margin-right: 20px;
}
.gallery-photo-meta span i{
	margin-right: 6px;
}

.comments-block-wrap-nvpit{
	margin: 30px 10px;
}
.comments-block-title{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}
.comments-quant{
	font-weight: normal;
	display: inline-block;
	margin-left: 5px;
}
.comment-block-nvpit{
	margin-bottom: 40px;
}
.comment-block-nvpit .img-wrap{
	max-width: 53px;
	max-height: 53px;
	overflow: hidden;
}
.comment-text-nvpit{
	margin-left: 63px;
}
.comment-text-nvpit p{
	margin: 0;
}
.comment-text-nvpit .with-bubble{
	position: relative;
	display: block;
	margin-left: 12px;
}
.comment-text-nvpit .with-bubble:before{
	content: '';
	display: block;
	height: 12px;
	width: 12px;
	background: url(img/comment-bubble.gif) no-repeat center center;
	position: absolute;
	top: 0px;
	left: -11px;
}
.comment-text-nvpit .with-bubble textarea{
	height: 50px;
	width: 90%;
	color: #aaa;
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 1px solid #d5d5d5;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
textarea:focus,
textarea:active{ 
	outline: none; 
	color: #444;
}
.comment-author-nvpit{
	font-weight: bold;
	color: #2793e6;
	margin-bottom: 5px;
	display: inline-block;
}
.comment-author-nvpit:hover{
	text-decoration: underline;
}

.other-photos-nvpit{
	padding: 10px 20px 30px;
}
.other-photos-nvpit .section-title{
	margin-left: 20px;
	margin-bottom: 15px;
	margin-right: 20px;
}

/*===========================BIG PHOTO=======================*/
body.black{
	background-color: #000 !important;
}
.black .page-outer-nvpit{
	box-shadow: none;
	border: none;
}
.black .page-wrapper-nvpit{
	background: none;
}
.black .one-photo-wrap-nvpit .gallery-one-photo-nvpit{
	border: none;
	position: relative;
}
.black .one-photo-nvpit{
	width: 70%;
}
.black .one-photo-nvpit .bx-wrapper .bx-viewport{
	background: none;
}
.black .one-photo-nvpit .bx-wrapper li{
	text-align: center;
}
.black .one-photo-nvpit .bx-wrapper .img-wrap{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.black .one-photo-nvpit .bx-wrapper .bx-controls-direction a{
	top: 50%;
	margin-top: -226px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.black .one-photo-nvpit .bx-wrapper:hover .bx-controls-direction a {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.black .one-photo-nvpit .bx-wrapper:hover .bx-controls-direction a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
.black .one-photo-nvpit .bx-wrapper a.bx-next {
	right: 20px;
}
.black .one-photo-nvpit .bx-wrapper a.bx-prev {
	left: 20px;
}
.black .one-photo-nvpit .bx-wrapper .img-wrap:hover:after{
	display: none;
}
.black .one-photo-nvpit .bx-wrapper .img-wrap .caption{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.black .one-photo-nvpit .bx-wrapper .img-wrap .caption b{
	padding: 10px;
	background: rgba(0,0,0,0.5);
}
.black .one-photo-nvpit .bx-wrapper .img-wrap:hover .caption{
	display: block;
}

.big-photo-descript-nvpit{
	width: 25%;
	position: relative /*absolute*/;
	/*right: 5%;*/
	float: left;
	top: 0;
	background: #fff;
}
.big-photo-descript-nvpit .top-line{
	background: #2e2e2e;
	padding: 5px;
}
.close-btn{
	z-index: 100;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 3px -20px;
	background-image: url("img/close-btn.png");
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;

}
.close-btn:hover{
	background-position: 3px 3px;
}
.big-photo-descript-nvpit .big-photo-title-nvpit{
	padding: 0 20px;
	font-size: 20px;
	text-transform: uppercase;
	color: #444;
	font-weight: normal;
}
.big-photo-logo-nvpit{
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	background: #fafafa;
	padding: 10px;
}
.big-photo-logo-nvpit .f-logo{
	margin: 0;
}
.big-photo-descript-nvpit .photo-description-nvpit{
	padding: 0 10px;
}
.big-photo-others-nvpit p{
	margin-top: 0;
	margin-left: 5px;
}
.big-photo-others-nvpit p a{
	font-weight: bold;
	color: #444;
}
.big-photo-others-nvpit p a:hover{
	color: #3d77b1;
}
.big-photo-others-nvpit ul{
	list-style: none;
	padding: 0;
}
.big-photo-others-nvpit ul li{
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}
.big-photo-others-nvpit ul li a{
	max-height: 70px;
	max-width: 92px;
	overflow: hidden;
}
.zoom-out{
	display: block;
	height: 18px;
	width: 18px;
	background: url('img/icon-zoom-out.gif') no-repeat center center;
	position: absolute;
	top: 10px;
	right: 2%;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.zoom-out:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ==========================================================================
   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-right: 2px 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;
    }
}
.nomargin a{
	margin:0;
}
h2.widgettitle{
	font-size: 14px !important;
	margin: 8px !important;
}
.aside-block li{list-style:none;}
.wp_uci_widget_display table{
	margin-left:30px !important;
}
.wp-pagenavi a{
	margin-left:0px !important;
}
#reply-title{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #656565;
	margin-left:15px;
}
.comment-form-comment textarea{
	height: 90px;
	width: 90%;
	color: #424242;
	padding: 5px 10px;
	font-size:17px;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-top: 1px solid #D5D5D5;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-left:13px;
}
.comment-form-comment .textarea_error:before {
	content: '';
	display: block;
	height: 12px;
	width: 12px;
	background: url(img/comment-bubble.gif) no-repeat center center;
	position: absolute;
	/*top: 0px;*/
	margin-left: 2px;
}
.commentmetadata{
	display:none;
}
.comment_box li{
	border: 1px solid #D9D9D9;
	list-style:none;
	margin-top:15px;
	padding:10px 15px 10px 15px;
}
.bx-controls-direction{
	position:relative;
	width:70%;
}
.bx-controls-direction a {
	top: 50%;
	margin-top: -226px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-controls-direction  a {
	background: url('img/controls-big.png');
	height: 451px;
	width: 42px;
	top: 0;
	margin-top: 0;
	opacity: 0.2;
	filter: alpha(opacity=20);
	z-index: 100;
	display:block;
}
a.bx-next {
	right: -42px;
	background-position: -48px;
}
a.bx-next {
	right: 20px;
	cursor:pointer;
	top:50px;
}
a.bx-prev {
	left: 20px;
	cursor:pointer;
	top:50px;
}
#bigPhoto li{
	list-style: none;
	position: relative;
	margin-right: 5px;
	text-align:center;
}
.img-wrap {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.bx-controls-direction a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
a.fancy{float:left;}
.comment-body p{
	/*font-size: 12px;
	font-family: arial, sans-serif;
	color: #333;
	margin-left: 63px;
	margin-top: -33px;*/
}
.comment-body{
	min-height: 63px;
}
.comment-author img{
	width:53px;
	height:53px;
	margin-right:10px;
	vertical-align: top;
}
.says{display:none;}
.comment_box{margin-left:10px;}
#respond{margin-left:10px;}
#respond #reply-title{
	margin-left:0px !important;
}
.comment-form-comment .img-wrap img{
	width: 53px;
	height: 53px;
}
.comment-awaiting-moderation{margin-left:15px;}
input.txt{
	margin-left: 13px;
	margin-right: 10px;
	border: 1px solid #DDD;	
	height:20px;
}
.comment-reply-link{
	/*display:none;*/
}
.fn{
	font-weight: bold;
	color: #4b87c5;
	text-transform:uppercase;
	margin-bottom: 5px;
	font-size: 15px;
	font-style:normal;
	display: inline-block;
}
.ldc-ul_cont{
	margin-right: 10px;
	border-right-style: solid;
	border-radius: 2px;
	padding-right:7px;
	padding-left:30px;
	opacity: .6;
	filter: alpha(opacity=60);
	border: solid 1px rgba(0, 0, 0, 0);
	outline: 0;
	background: none;
	color: #333;
	box-shadow: none;
	height: 28px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	white-space: nowrap;
	word-wrap: normal;
	line-height: 28px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url("img/like.png");
	background-repeat:no-repeat;
	background-position: 7px center;
	margin-bottom:0px;
}
.dislike .ldc-ul_cont{
	background-image: url("img/dislike.png");
}
.ldc-ul_cont:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	border-color: #C6C6C6;
	background-color: #F0F0F0;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.ldc-ul_cont img{display:none;}
.alignleft{float:left;}
.one-photo-nvpit #onePhoto li{text-align:center;}
.black #bigPhoto li .caption {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.black #bigPhoto li .caption b{
	padding: 10px;
	background: rgba(0,0,0,0.5);
}
.black #bigPhoto li .img-wrap:hover .caption{
	display: block;
}
.gallery-category-nvpit .one-photo-nvpit .img-wrap:hover:after{
	content: '';
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	background: rgba(0,0,0,0.4) url('img/icon-expand.png') no-repeat center center;
	height: 30px;
	width: 30px;
}

.form-submit, .captchaSizeDivSmall, #captcha_code{margin-left:14px;}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.side-widget {
  float:left;
}
.comment-form-captcha{
  display:none;
  margin-left:14px;
}

.newsrekl{
width:710px;
margin-left:-19px;
overflow:hidden;
}

.social-share{float:left;padding-top:2px;position:relative;}

.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: -webkit-center;
}

.typos_text{
	border: 1px solid #D9D9D9;
	color: #999;
	text-align:center;
	padding: 8px 0;
	font-size: 11px;
	margin:15px 0;
	
}

.divh3{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
	padding-top:25px;
}

.divsidebarh1{
    font-size: 15px;
    font-family: "Arial Narrow", arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0.3em 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 25px;
    width: 100%;
    overflow-x: auto;
    display: block;
}

table td, table th{
	border: 1px solid #eee;
	padding:5px;
}

table tr:nth-child(even){
	background-color: #f2f2f2;
}

table th {
    background-color: #3d77b1;
    color: white;
}