@font-face{
	font-family: "bpg_arial_caps_2010";
	src:url('../fonts/bpg_arial_caps_2010.ttf');
}

@font-face{
	font-family: "bpg_arial";
	src:url('../fonts/bpg_arial.ttf');
}



body{
	background-color: #f0f2f5;
	padding-top: 22px;
}

.logo{
	margin-top:15px;
}

.authorization-button a{
	padding: 14px;
	color: #fff;
	font-size: 14px;
	font-family: "bpg_arial_caps_2010";
	background-color: #434a54;
	border-radius: 5px;
}

.authorization-button a:hover{
	text-decoration: none;
}

.main-menu{
	width:100%;
	margin: 0px;
	background-color: #fff;
	border-radius: 5px;
	list-style-type: none;
	margin-top: 21px;
	float: left;
	padding: 0px;
	margin-bottom: 22px;
}

.main-menu li{
	float: left;
}

.main-menu li a{
	color: #565b60;
	font-size: 15px;
	line-height: 15px;
	font-family: "bpg_arial_caps_2010";
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 26px;
	padding-right: 17px;
	max-width: 210px;
	text-align: center;
	border-right: 1px solid #edeef2;
	border-bottom: 1px solid #e3e4e8;
}

.main-menu li:last-child a{
	border-right-color: #fff;
}

.main-menu li a:hover{
	background-color: #1992c4;
	color: #fff;
	text-decoration: none;
	border-bottom-color: #2678b0;
	border-right: 1px solid #1992c4;
}

.main-menu li:first-child a{
	/*border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;*/
}

.main-menu li:last-child a{
	/*border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;*/
}

.main-menu li ul{
	display: none;
	position: absolute;
	padding: 0px;
	margin: 0px;
	z-index: 10;
	list-style-type: none;
	background-color: #434a54;
	width: auto;
}

.main-menu li ul li{
	width:100%;
}

.main-menu li{
	position: relative;
}

.main-menu li:hover ul{
	display: block;
}

.main-menu li ul li a{
	color: #fff;
	font-size: 15px;
	font-family: "bpg_arial";
	padding: 20px;
	border-right: none;
	border-bottom: 1px solid #393f48;
	max-width: none;
	white-space: nowrap;
	max-width: 300px;
	width: 100%;
	display: block;
	text-align: left;
}

.main-menu li ul li:first-child a{
	background-image: url('../imgs/bg_navbar.png');
	background-position: 30px top;
	background-repeat: no-repeat;
}

.main-menu li ul li:last-child a{
	border-bottom: none;
}

.authorization-button{
	margin-top:13px;
}

.search-container{
	background-color: #fbfbfb;
	border-radius: 5px;
	padding-top: 14px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e3e4e8;
	margin-bottom: 22px;
}

.search-container .title{
	color: #434a54;
	font-size: 15px;
	line-height: 15px;
	font-family: "bpg_arial_caps_2010";
	margin:0px;
}

.search-form {
	margin-top:15px;
	position: relative;
}

.search-form .input{
	border:1px solid #e3e4e8;
	border-radius: 5px;
	height: 41px;
	color: #6c6c6c;
	font-size: 14px;
	font-family: "bpg_arial";
	float: left;
	padding-left: 14px;
}

.search-form .input:focus{
	outline: none;
}

.search-form button{
	height: 41px;
	background-color: #ed5565;
	font-family: "bpg_arial_caps_2010";
	font-size: 16px;
	border: none;
	color: #fff;
	border-radius: 5px;
	max-width: 200px;
	float: right;
}

.search-form button:focus{
	outline: none;
}

.slider-content {
    position: relative;
}
.overlay-holder {
    position: relative;
}
.overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    min-height: 109px;
    padding: 23px 30px 63px 15px;
    background-color: rGBA(0,0,0,0.6);
}

.slider-content .overlay .title {
	color: #fff;
	font-size: 23px;
	line-height: 22px;
	margin: 0px;
	font-family: "bpg_arial";
}

.bx-controls-direction{
	position: relative;
	width: 73px;
}

.top-published .title{
	margin: 0px;
	font-family: "bpg_arial_caps_2010";
	color: #434a54;
	font-size: 15px;
	line-height: 15px;
	padding: 0px 15px;
}

.top-published {
	background-color: #f8f8f8;
	padding: 20px 0px 0px;
}

#published{
	margin-bottom: 0px;
	list-style-type: none;
	padding: 0px;
}

.pub-content{
	padding: 20px 10px 12px 18px;
	background-color: #fff;
}

.pub-one{
	width: 260px;
	border: 1px solid #e3e4e8;
	border-radius: 5px;
	padding-top: 14px;
	float: left;
	margin-right: 10px;
	margin-bottom: 24px;
}

.top-published .bx-wrapper{
	margin-top: 18px;
	margin-bottom: 0px;
}

.pub-one img {
	float: left;
	display: block;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 14px;
}

.pub-one .title{
	font-family: "bpg_arial";
	color: #232323;
	font-size:13px;
	line-height: 13px;
}

.pub-footer {
	clear: both;
	text-align: center;
	background-color: #f5f5f5;
	display: table;
	border-top: 1px solid #e9e8e8;
	width: 100%;
}

.pub-footer .link{
	color: #3496d8;
	font-family: "bpg_arial";
	font-size: 13px;
	line-height: 13px;
	height: 33px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

.top-published .bx-controls-direction {
	position: absolute;
	width: 73px;
	top: 0px;
	right: 15px;
}

.top-published .bx-wrapper .bx-prev{
	background: url(../imgs/pub_prev.png) no-repeat;
}

.top-published .bx-wrapper .bx-prev:hover{
	background: url(../imgs/pub_prev_hover.png) no-repeat;
}

.top-published .bx-wrapper .bx-next{
	background: url(../imgs/pub_next.png) no-repeat;
}

.top-published .bx-wrapper .bx-next:hover{
	background: url(../imgs/pub_next_hover.png) no-repeat;
}

.top-published .bx-wrapper .bx-pager{
	padding-top: 0px;
}

.top-published .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 5px;
}

.top-published .bx-wrapper .bx-pager.bx-default-pager a{
	background: #babecb;
}

.top-published  .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #3496d8;
}

.center{
	margin-top: 31px;
}

.left-menu .title{
	font-family: "bpg_arial_caps_2010";
	color: #565b60;
	font-size:14px;
}

.left-menu{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	border-radius: 5px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 16px;
	border-right: 1px solid #e3e4e8;
}

.left-part{
	padding: 0px;
}

.left-menu li a{
	height: 45px;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 15px;
	border-bottom:1px solid #e6e9ed;
	width: 100%;
	background-repeat: no-repeat;
	padding-left: 35px;
}

.left-menu li img{
	margin-right: 15px;
	float: left;
}

.left-menu li{
	display: table;
	width: 100%;
}

.left-menu li a:hover{
	text-decoration: none;
	background-color: #1992c4;
	color: #fff;
	border-bottom: 1px solid #2678b0;
}

.left-menu li a:hover span{
	color: #fff;
}

.right-part{
	padding-right: 0px;
}

.right-content{
	border-top:1px solid #1992c4;
	border-radius: 5px;
}

.right-content>li{
	background-color: #1992c4;
	width: 50%;
}

.right-content>li>a{
	color: #fff;
	font-family: "bpg_arial_caps_2010";
	font-size: 16px;
	line-height: 16px;
	border:none !important;
	margin-right: 0px;
}

.nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a:focus{
	background-color: #fff;
	color: #434a54;
	border:none;
	border-color: transparent;
}

.section-one {
	background-color: #fff;
	padding: 28px 20px;
}

.section-one .title{
	color: #232323;
	font-size:14px;
	font-family: "bpg_arial_caps_2010";
	margin-top: 0px;
}

.section-one  .type{
	background-color:#1992c4;
	padding: 6px 7px;
	color: #fff;
}

.section-one  .count{
	color:#3496d8;
}

.tab-content .section-one:nth-child(even){
	background-color: #f6f8fa;
}

.tab-content > .tab-pane {
	padding-bottom: 10px;
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.banner img{
	width:100%;
}

.footer-menu{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
	background-color: #434a54;
}

.footer-menu li{
	float: left;
}

.footer-menu li a{
	height: 76px;
	padding: 0px 17px;
	display: block;
	display: table-cell;
	vertical-align: middle;
}

.footer-menu li a.logo-link{
	color:#717b8b;
	font-family: helvetica;
	font-size: 21px;
	line-height: 21px;
	background-color: #393f48;
}

.footer-menu li a{
	background-color: #434a54;
	color: #9ea3a9;
	font-size: 14px;
	line-height: 14px;
	font-family: "bpg_arial_caps_2010";
}

.footer-menu li a:hover{
	text-decoration: none;
	background-color: #393f48;
}

.site-footer .facebook{
	background-color: #1992c4;
	height: 76px;
	margin-left: -15px;
	display: table;
}

.site-footer .facebook .inner{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	text-align: center;
}

.site-footer .facebook .inner a:hover{
	text-decoration: none;
}

.site-footer .facebook span{
	font-family: "bpg_arial_caps_2010";
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}

.site-footer{
	margin-top: 130px;
}

.copyright{
	height: 120px;
	text-align: center;
}

.copyright .row{
	height: 100%;
}

.table{
	width:100%;
	display: table;
	height: 100%;
	table-layout: fixed;
}

.cell{
	display: table-cell;
	vertical-align: middle;
}

.copyright p{
	font-family: "bpg_arial";
	font-size: 12px;
	line-height: 12px;
	color: #5f656e;
}

.copyright .title{
	font-size: 14px;
	line-height: 14px;
	color:#414141;
}

.breadcrumbs{
	height: 52px;
}

.breadcrumbs ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.breadcrumbs ul li::before{
	content:">";
	display: inline-block;
	font-family: "bpg_arial";
	margin-left: 10px;
}

.breadcrumbs ul li:first-child::before{
	content: "";
}

.breadcrumbs ul li a{
	font-family: "bpg_arial";
	color:#434a54;
	font-size: 13px;
}

.breadcrumbs ul li a{
	text-decoration: none;
}

.breadcrumbs ul li a.active{
	color:#3496d8;
}

.breadcrumbs ul li{
	float: left;
}

.app-content{
	background-color: #f8f8f8;
}

.app-content .title{
	font-family: "bpg_arial_caps_2010";
	color: #3b3b3b;
	font-size: 17px;
	margin: 0px;
	padding: 18px 16px;
}

.app-content .inner{
	background-color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
	box-shadow: 1px 1px 0px 1px #e8e8e8;
}

.app-content-one {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 1px 1px 0px 1px #e8e8e8;
    padding-top: 30px;
}
.app-content-one>img {
    /* float: left; */
    display: inline-block;
    margin-right: 15px;
}
.app-content-one .text {
    width: 680px;
    display: inline-block;
    vertical-align: top;
}

.app-content-one .title{
	padding: 0px;
	color:#2678b0;
}

.app-content-one .subtitle{
	color: #717f89;
	font-family: "bpg_arial";
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
}

.app-content-one .txt{
	font-family: "bpg_arial";
	font-size: 14px;
	color: #565b60;
	line-height: 22px;
}

.app-content-one .bottom-title{
	color: #2678b0;
	font-size: 15px;
	line-height: 15px;
	margin-top: 35px;
	font-family: "bpg_arial_caps_2010";
	margin-bottom: 15px;
}

.app-content-one .bottom-ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.app-content-one .bottom-ul li a::before{
	content: " ";
	width: 4px;
	height: 4px;
	display: inline-block;
	background-color: #3496d8;
	margin-left: -8px;
}

.app-content-one .bottom-ul li{
	margin-bottom: 20px;
}

.app-content-one .bottom-ul li a{
	display: inline-block;
	color: #314451;
	font-family: "bpg_arial";
	font-size: 14px;
	line-height: 22px;
	padding-left: 20px;
}

.app-content-one .bottom-ul li a:hover{
	color:#2678b0;
	text-decoration: none;
}

.app-content-one:nth-child(even){
	background-color: #f6f8fa;
}

.pager .next > a, .pager .next > span{
	float: none;
}

.pager li > a, .pager li > span{
	width:41px;
	height: 41px;
	border-radius: 0px;
}

.pager li > a{
	padding:0px 16px;
	display: table-cell;
	vertical-align: middle;
	font-family: 'Helvetica';
	border-bottom: 4px solid #fff;
	color: #848484;
}

.pager li > a:hover{
	background-color: #fff;
	color:#3496d8;
	border-bottom:4px solid #1992c4;
}

.pager li {
	display: inline-block;
	margin-left: -4px;
}

.pager .prev > a, .pager .next>a{
	font-family: "bpg_arial_caps_2010";
	color: #fff;
	background-color: #1992c4;
	border-bottom: none;
}

.pager .prev > a:hover, .pager .prev > a:focus,
.pager .next > a:hover, .pager .next > a:focus{
	background-color: #1992c4;
	border-bottom: none;
	color: #fff;
}

.pager .prev > a{
	background-image: url('../imgs/pager_prev.png');
	background-repeat: no-repeat;
	background-position: 14px center;
	padding-left: 31px;
}

.pager .next > a{
	background-image: url('../imgs/pager_next.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 26px;
}

.dev .title {
	color: #2678b0;
	font-size: 18px;
}

.dev .text {
	padding: 0px 15px;
	font-size: 14px;
	color: #414851;
	font-family: "bpg_arial";
	line-height: 21px;
}

.attached-images{
	margin-top: 30px;
	margin-bottom: 60px;
}

.attached-images .title{
	margin:0px;
	padding: 0px 15px;
	font-size: 18px;
	color: #2678b0;
	font-family: "bpg_arial_caps_2010";
	margin-bottom: 17px;
}

.attached-image-one{
	position: relative;
	width: 165px;
	float: left;
	margin-right: 30px;
}

.attached-image-one .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: RGBA(0,0,0,0.7);
	padding: 0px;
	opacity: 0;
}

.attached-image-one .overlay:hover{
	opacity: 1;
}


.attached-image-one .overlay>img{
	position: absolute;
	top:50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
}

.attachment{
	padding: 0px 15px;
}

.attached-file a{
	color: #6b6b6b;
	font-family: 'Helvetica';
	font-size: 15px;
	display: block;
	margin-bottom: 21px;
}

.attached-file a::before{
	content: " ";
	display: inline-block;
	width: 24px;
	height: 23px;
	vertical-align: middle;
	margin-right: 21px;
}

.pptx::before{
	background-image: url('../imgs/pptx.png');
}

.docx::before{
	background-image: url('../imgs/docx.png');
}

.xlsx::before{
	background-image: url('../imgs/xlsx.png');
}

.pdf::before{
	background-image: url('../imgs/pdf.png');
}

.data{
	padding-top: 20px;
}

.data .count{
	font-family: "bpg_arial";
	font-size: 14px;
	line-height: 14px;
	color: #565b60;
}

.data > thead > tr > th{
	vertical-align: middle;
	background-color: #1992c4;
	height: 51px;
	border-right: 1px solid #5caadf;
	border-bottom: none;
}

.data > thead > tr > th:first-child{
	border-top-left-radius: 5px;
}

.data > thead > tr > th:last-child{
	border-top-right-radius: 5px;
	border-right: 1px solid #1992c4;
	width:130px;
}

.data > thead > tr > th span{
	font-family: "bpg_arial_caps_2010";
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	background-color: #1992c4;
	display: block;
	text-align: center;
	float: left;
}

.data .first span{
	text-align: left;
}

.data .first {
	padding-left: 10px;
}

.data .table-content{
	color:#566b60;
	font-family: "bpg_arial_caps_2010";
	font-size: 14px;
	line-height: 14px;
}

.data .table-content td{
	border-bottom: 1px solid #dbdada;
	border-right: 1px solid #dbdada;
	text-align: center;
	background-color: #f6f8fa;
}

.data .table-content td:first-child{
	border-left: 1px solid #dbdada;
	text-align: left;
}

.monacemebi{
	margin-top: 0px;
}

.monacemebi .left-part{
	background-color: #fff;
	border-radius: 5px;
}

.second-left-menu{
	padding-top: 17px;
}

.second-left-menu .title {
	padding-bottom: 12px;
	border-bottom: 1px solid #ededed;
}

.second-left-menu .title span{
	color: #565b60;
	font-family: "bpg_arial_caps_2010";
	font-size: 16px;
	line-height: 16px;
}

.second-left-menu .link{
	color: #3496d8;
	font-size: 13px;
	line-height: 13px;
	font-family: "bpg_arial";
}

.format ul, .category-menu{
	list-style-type: none;
	margin:0px;
	padding: 0px;
	margin-bottom: 40px;
}

.category-menu li input[type="checkbox"]{
	height: 0px;
	width: 0px;
	visibility: hidden;
	display: none;
}

.category-menu li label::before{
	content: " ";
	width: 16px;
	height: 16px;
	border: 2px solid #a3a9ad;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	float: left;
}

.category-menu li label.checked::before{
	background-image: url('../imgs/tick.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.category-menu li label{
	color: #2678b0;
	font-size: 13px;
	line-height: 13px;
	font-family: "bpg_arial";
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 0px;
	display: inline-block;
	line-height: 21px;
}

.category-menu li label .count{
	color: #434a54;
	font-size: 12px;
	line-height: 21px;
}

.icon_1{
	background-image: url('../imgs/icon_1.png');
	background-position: 15px center;
}

.icon_1:hover{
	background-image: url('../imgs/icon_1_hover.png');
}

.icon_2{
	background-image: url('../imgs/icon_2.png');
	background-position: 10px center;
}

.icon_2:hover{
	background-image: url('../imgs/icon_2_hover.png');
}

.icon_3{
	background-image: url('../imgs/icon_3.png');
	background-position: 10px center;
}

.icon_3:hover{
	background-image: url('../imgs/icon_3_hover.png');
}

.icon_4{
	background-image: url('../imgs/icon_4.png');
	background-position: 10px center;
}

.icon_4:hover{
	background-image: url('../imgs/icon_4_hover.png');
}

.icon_5{
	background-image: url('../imgs/icon_5.png');
	background-position: 10px center;
}

.icon_5:hover{
	background-image: url('../imgs/icon_5_hover.png');
}

.icon_6{
	background-image: url('../imgs/icon_6.png');
	background-position: 10px center;
}

.icon_6:hover{
	background-image: url('../imgs/icon_6_hover.png');
}

.icon_7{
	background-image: url('../imgs/icon_7.png');
	background-position: 10px center;
}

.icon_7:hover{
	background-image: url('../imgs/icon_7_hover.png');
}

.icon_8{
	background-image: url('../imgs/icon_8.png');
	background-position: 10px center;
}

.icon_8:hover{
	background-image: url('../imgs/icon_8_hover.png');
}

.icon_9{
	background-image: url('../imgs/icon_9.png');
	background-position: 10px center;
}

.icon_9:hover{
	background-image: url('../imgs/icon_9_hover.png');
}

.icon_10{
	background-image: url('../imgs/icon_10.png');
	background-position: 10px center;
}

.icon_10:hover{
	background-image: url('../imgs/icon_10_hover.png');
}

.icon_11{
	background-image: url('../imgs/icon_11.png');
	background-position: 10px center;
}

.icon_11:hover{
	background-image: url('../imgs/icon_11_hover.png');
}

.icon_12{
	background-image: url('../imgs/icon_12.png');
	background-position: 10px center;
}

.icon_12:hover{
	background-image: url('../imgs/icon_12_hover.png');
}

.icon_13{
	background-image: url('../imgs/icon_13.png');
	background-position: 10px center;
}

.icon_13:hover{
	background-image: url('../imgs/icon_13_hover.png');
}

.icon_14{
	background-image: url('../imgs/icon_14.png');
	background-position: 10px center;
}

.icon_14:hover{
	background-image: url('../imgs/icon_14_hover.png');
}

.icon_15{
	background-image: url('../imgs/icon_15.png');
	background-position: 10px center;
}

.icon_15:hover{
	background-image: url('../imgs/icon_15_hover.png');
}

.icon_16{
	background-image: url('../imgs/icon_16.png');
	background-position: 10px center;
}

.icon_16:hover{
	background-image: url('../imgs/icon_16_hover.png');
}

.category-menu>li{
	margin-top: 15px;
}

.format li label{
	color: #2678b0;
	font-size: 13px;
	line-height: 13px;
	font-family: "bpg_arial";
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 0px;
	display: inline-block;
	line-height: 21px;
}

.format{
	float: left;
	padding-bottom: 100px;
}

.format li{
	float: left;
	margin-right: 50px;
}

.tag-one{
	background-color: #ed5565;
	float: left;
	padding: 10px;
	color: #fff;
	font-family: "bpg_arial";
	font-size: 13px;
	line-height: 13px;
	margin-right: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}

.tag-one:after{
	content: " ";
	display:block;
	float: right;
	width:12px;
	height: 13px;
	background-image: url('../imgs/tags_close.png');
	background-repeat: no-repeat;
	margin-left: 20px;
}

.top{
	vertical-align: top;
}

#sort-button{
	width:160px !important;
}

.sort-control .top{
	color: #3b3b3b;
	font-size: 13px;
	line-height: 13px;
	font-family: 'bpg_arial';
	display: inline-block;
	margin-top: 7px;
}

.open-info-one{
	padding: 25px;
	border-bottom: 1px solid #e8e8e8;
}

.open-info-one .image{
	float: left;
	margin-right: 30px;
}

.open-info-one .info .title{
	color: #2678b0;
	font-family: "bpg_arial_caps_2010";
	font-size: 17px;
	padding: 0px;
	margin-bottom: 10px;
}

.open-info-one .info .category-one{
	color:#565b60;
	font-size: 14px;
	font-family: 'bpg_arial';
	line-height: 14px;
}

.open-info-one .info .category-one::after {
	content: ",";
	color: #565b60;
	font-size: 14px;
	font-family: 'bpg_arial';
	line-height: 14px;
}

.open-info-one .info .category-one:last-of-type::after{
	display: none;
}

.formats{
	float: left;
	padding: 5px;
	background-color: #1992c4;
	margin-top: 10px;
}

.formats .format-one{
	color: #fff;
}

.formats .format-one::after{
	content: ",";
}

.formats .format-one:last-of-type::after{
	display: none;
}

.open-info-one .description{
	clear: both;
	color: #565b60;
	font-size: 14px;
	font-family: 'bpg_arial';
	line-height: 22px;
	padding-top: 10px;
}

.open-info-one:nth-child(2){
	background-color: #f6f8fa;
}

.search-details{
	background-color: #fff;
	position: absolute;
	z-index: 1;
	border: 1px solid #e5e5e5;
	border-top: 0px;
}

.search-details .underline{
	text-decoration: underline;
}

.search-details .title{
	color:#383838;
	font-size: 14px;
	font-family: 'bpg_arial';
}

.search-details-one{
	margin-top: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 6px;
}

.summary{
	text-align: center;
}

.summary .count{
	color: #848484;
	font-size: 12px;
	font-family: 'bpg_arial';
	line-height: 12px;
}

.summary{
	padding: 15px;
}

#search-details{
	display: none;
}

.raiting {
	text-align: center;
	padding-bottom: 17px;
	border: 1px solid #e3e4e8;
	padding: 17px 0px;
	margin: 0px -15px;
	border-radius: 5px;
	background-color: #fff;
}

.raiting .title{
	color: #565b60;
	font-family: "bpg_arial_caps_2010";
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	border-bottom: 1px solid #e3e4e8;
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom: 12px;
}

.starts{
	text-align: center;
	padding: 12px 14px;
	padding-bottom: 0px;
}

.star{
	width: 18px;
	height: 17px;
	display: inline-block;
	background-image: url('../imgs/star.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	margin-right: 10px;
}

.star.active{
	background-image: url('../imgs/star_active.png');
}

.starts .summary{
	text-align: center;
	display: block;
	color: #595959;
	font-size: 13px;
	font-family: 'bpg_arial';
	line-height: 13px;
}

.raiting .add-raiting{
	vertical-align: middle;
	height: 41px;
	padding: 0px 20px;
	margin: auto;
	cursor: pointer;
	border-radius: 5px;
	display: block;
	clear: both;
}

.raiting .add-raiting span{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-family: "bpg_arial_caps_2010";
	height: 41px;
	line-height: 15px;
	font-size: 15px;
}

.short-info{
	margin-top: 22px;
	margin-left: -15px;
	margin-right: -15px;
	background-color: #fff;
	padding: 16px 15px;
	border-bottom: 1px solid #e3e4e8;
	border-right: 1px solid #e3e4e8;
	border-radius: 5px;
}

.short-info .subject{
	display: table;
	border-bottom:1px solid #ededed;
	width:100%;
	padding-bottom: 7px;
}

.short-info .subject .title{
	color: #3496d8;
	display: table-cell;
	vertical-align: top;
	font-size: 16px;
	font-family: "bpg_arial_caps_2010";
}

.short-info .subject .subjects{
	display: table-cell;
	padding-left: 6px;
	vertical-align: top;
}

.short-info .subject .subjects span{
	display: block;
	color: #565b60;
	font-size: 14px;
	font-family: 'bpg_arial';
	line-height: 25px;	
}

.short-info .middle{
	padding-top: 10px;
}

.short-info .subject .span{
	color: #565b60;
	font-size: 14px;
	font-family: 'bpg_arial';
	line-height: 15px;	
}

.licency{
	margin-top: 22px;
	margin-right: -15px;
	margin-left: -15px;
	background-color: #fff;
	border: 1px solid #e3e4e8;
	padding: 15px;
}

.licency .title{
	color:#565b60;
	font-size: 16px;
	font-family: "bpg_arial_caps_2010";
	line-height: 16px;
	border-bottom: 1px solid #e3e4e8;
	padding-bottom: 13px;
}

.licency .text{
	color: #595959;
	font-size: 14px;
	font-family: 'bpg_arial';
	line-height: 21px;
	padding-top: 15px;
}

.licency .text .request{
	color: #fff;
	font-family: "bpg_arial_caps_2010";
	font-size: 15px;
	line-height: 14px;
	border:none;
	box-shadow: none;
	outline: none;
	background-color: #1992c4;
	border-radius: 5px;
	padding: 15px;
	margin:auto;
	margin-top: 15px;
}

.licency .text>div{
	text-align: center;
}

.monacemi-inner .title{
	color: #2678b0;
	font-family: "bpg_arial_caps_2010";
	font-size: 20px;
	line-height: 20px;
}

.monacemi-inner .info{
	padding: 0px 15px;
	display: table;
	width:100%;
}

.monacemi-inner .info>div{
	display: table-cell;
	vertical-align: top;
}

.monacemi-inner .info .image img{
	width:100%;
	max-width: 100%;
}

.monacemi-inner .info .image{
	width: 88px;
	padding-right: 17px;
}

.monacemi-info .title{
	padding: 0px;
	margin-bottom: 10px;
}

.monacemi-info .txt{
	color: #454545;
	font-size: 14px;
	font-family: 'bpg_arial';
	line-height: 22px;
}

.monacemi-info>.clearfix{
	height: 30px;
}

.monacemi-inner .text{
	padding: 30px 15px;
	color: #565b60;
	font-family: 'bpg_arial';
	line-height: 23px;
	padding-top: 15px;
}


.authorization{
	position: fixed;
	z-index: 2;
	width:100%;
	height: 100%;
	background-color: RGBA(0,0,0,0.8);
	top:0px;
	left: 0px;
	display: none;
}

.authorization>div{
	display: table;
	width: 100%;
	height: 100%;
}

.authorization .inner{
	display: table-cell;
	vertical-align: middle;
}

.authorization .inner form{
	width: 350px;
	margin: auto;
	padding: 25px;
	background-color: #fff;
	border-radius:10px;
	text-align: center;
}

.authorization .inner .title{
	margin: 0px;
	color: #3e4247;
	font-family: "bpg_arial_caps_2010";
	font-size: 17px;
	line-height: 17px;
	text-align: center;
	margin-bottom: 22px;
}

.authorization .inner input{
	width:100%;
	background-color: #fbfbfb;
	box-shadow: none;
	outline: none;
	border:1px solid #e3e4e8;
	height: 41px;
	margin-bottom: 8px;
}

.authorization .inner button{
	margin-top:11px;
	background-color: #1992c4;
	border-radius: 5px;
	border:none;
	padding: 14px 30px;
	font-family: "bpg_arial_caps_2010";
	font-size: 15px;
	line-height: 15px;
	color: #fff;
}

.authorization .inner .link{
	display: block;
	color: #1381ae;
	font-size: 13px;
	line-height: 13px;
	margin-top:20px;
	font-family: 'bpg_arial';
}

.resources>.title {
	color: #434a54;
	font-size: 19px;
	font-family: "bpg_arial_caps_2010";
	padding-left: 32px;
}

.resources-list .resource-one .title{
	padding-top:0px;
}

.resources-list .resource-one {
	background-color: #f6f8fa;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-bottom: 20px;
}

.resources-list .resource-one .title{
	color:#434a54;
	font-size: 16px;
	font-family: "bpg_arial_caps_2010";
	line-height: 16px;
}

.resource-one .format{
	padding-bottom: 0px;
	margin-left: 16px;
}

.resource-one .format>span{
	vertical-align: middle;
	color: #565b60;
	font-family: 'bpg_arial';
	font-size: 14px;
	line-height: 14px;
}

.resource-one .format .formats{
	float: none;
	display: initial;
}

.resource-one .formats .format-one{
	font-family: 'bpg_arial';
}

.resource-one .description{
	padding: 16px;
	font-family: 'bpg_arial';
	color: #565b60;
	font-size: 14px;
}

.resource-one .buttons{
	padding: 0px 16px;
	margin-top: 20px;
}

.resource-one .buttons .link{
	background-color: #828c9b;
	color: #fff;
	font-family: "bpg_arial_caps_2010";
	font-size: 16px;
	padding: 11px;
	border-radius: 5px;
	margin-right: 5px;
	display: inline-block;
}

.resource-one .buttons .link:hover{
	background-color: #1992c4;
	text-decoration: none;
}

.resource-one:hover, .resource-one.active{
	background-color: #ebeef1;
}

.resource-one .details{
	background-color: #fff;
	padding: 20px;
	margin-left: 17px;
	margin-right: 17px;
	display: none;
}

.resource-one .details .line{
	display: table;
	margin-bottom: 20px;
}

.resource-one .details .line>span{
	color: #505762;
	display: table-cell;
	word-break:break-all;
}

.resource-one .details .line>span:first-child{
	font-size: 14px;
	font-family: "bpg_arial_caps_2010";
	line-height: 14px;
	text-transform: uppercase;
	width: 130px;
}

.resource-one .details .line>span:last-child{
	padding-right: 30px;
}

.comment-form-container .title{
	color:#434a54;
	font-size: 19px;
	font-family: "bpg_arial_caps_2010";
	line-height: 19px;
}

.comment-form{
	margin-left: 16px;
	margin-right: 16px;
}

.comment-form label, .comment-form input, .comment-form textarea, .comment-form button{
	display: block;
	width:100%;
}

.comment-form label {
	color: #434a54;
	font-size: 14px;
	line-height: 14px;
	font-family: 'bpg_arial';
}


.comment-form input {
	height: 41px;
	border:1px solid #e3e4e8;
	margin-bottom: 17px;
	margin-top: 4px;
}

.comment-form textarea{
	border:1px solid #e3e4e8;
	height: 146px;
	margin-bottom: 17px;
}

.comment-form button{
	border:none;
	background-color: #1992c4;
	color: #fff;
	font-size: 15px;
	font-family: "bpg_arial_caps_2010";
	line-height: 15px;
	padding: 10px;
}

.comment-form .caution{
	color: #434a54;
	font-size: 14px;
	line-height: 20px;
	font-family: 'bpg_arial';
	text-align: center;
	margin-top:18px;
}

.comment-one {
	margin-top:25px;
}

.comment-one .title{
	padding: 0px;
	border-bottom: 1px solid #e3e4e8;
	padding-bottom: 7px;
	margin-left: 16px;
	margin-right: 16px;
}

.comment-one .title .name{
	vertical-align: bottom;
	font-size: 14px;
	color: #3496d8;
}

.comment-one .title .date{
	color: #5d5d5d;
	font-family: 'bpg_arial';
	font-size: 13px;
	line-height: 13px;
	float: right;
	margin-top: 25px;
}

.comment-one .comment-title{
	padding:15px 16px;
	font-family: "bpg_arial_caps_2010";
	color: #434a54;
	font-size: 14px;
	line-height: 14px;
}

.comment-one .comment-text{
	padding:0px 16px;
	font-family: "bpg_arial";
	color: #434a54;
	font-size: 14px;
	line-height: 20px;
}

.contact-form label label{
	color: #ed5565;
	float: right;
	font-size: 12px;
	font-family: "bpg_arial";
	margin-right: 5px;
	width: auto;
}

.contact-form input.error, .contact-form textarea.error{
	border:1px solid #f4b0b7;
}

.contact-info{
	padding: 16px;
	color: #5d5d5d;
	font-size: 14px;
	font-family: "bpg_arial";
}

.question-one .faq-icon{
	width:20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	cursor: pointer;
}

.question-one .faq-icon.closed{
	background-image: url('../imgs/faq_closed.png');
}

.question-one .faq-icon.opened{
	background-image: url('../imgs/faq_open.png');
}

.question-one{
	display: table;
	padding: 25px;
}

.question-one>*{
	display: table-cell;
	vertical-align: top;
}

.question-one .text{
	padding-left: 25px;
	font-family: "bpg_arial_caps_2010";
	font-size: 15px;
}

.question-one .text .title{
	color: #3b3b3b;
	padding: 0px;
	cursor: pointer;
}

.question-one .text .answer{
	display: none;
	border-left: 1px solid #d3d7dc;
	padding: 8px 16px;
	margin-top: 10px;
}

.question-one .text .title.active{
	color: #0f7ba8;
}

.motxovna .title{
	font-size: 14px;
	font-family: "bpg_arial";
}

.question-icon{
	width:22px;
	height: 22px;
	background-image: url('../imgs/help_icon_red.png');
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}

.question-icon.blue{
	background-image: url('../imgs/help_icon_blue.png');
}

.request-form{
	padding-left: 16px;
}

.request-form label, .request-form input{
	width:95%;
	display: block;
}

.request-form label{
	color:#434a54;
	font-family: "bpg_arial";
	font-size: 14px;
}

.request-form input{
	height: 41px;
	border:1px solid #e3e4e8;
	outline:none;
	padding-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.motxovna .line{
	margin-top:18px;
}

#org_type-button{
	width:95% !important;
	height: 41px;
}

#org_type-button .ui-icon.ui-icon-triangle-1-s{
	background-image: url("../imgs/isari.png");
	background-position: center;
	width:50px;
	height: 43px;
	margin-top: -21px;
	margin-right: -8px;
}

#org_type-button+.question-icon{
	margin-top: -30px;
}

.motxovna .line .free{
	display: inline-block;
	width:auto;
}

.motxovna .line input[type="radio"]{
	display: inline-block;
	width:auto;
}

.motxovna .line input[type="checkbox"]{
	display: inline-block;
	width:auto;
}

#old_org_type-button{
	width:95% !important;
	height: 41px;
}

#old_org_type-button .ui-icon.ui-icon-triangle-1-s{
	background-image: url("../imgs/isari.png");
	background-position: center;
	width:50px;
	height: 43px;
	margin-top: -21px;
	margin-right: -8px;
}

#old_org_type-button+.question-icon{
	margin-top: -30px;
}

.captcha-holder input{
	width:auto;
	display: inline-block;
	border-radius: 5px;
}

.captcha-holder>div{
	display: inline-block;
	margin-right: 10px;
}

.captcha-holder span{
	display: block;
	color: #434a54;
	font-family: "bpg_arial";
	font-size: 14px;
}

.motxovna .send{
	width:100%;
	text-align: center;
}

.motxovna .send button{
	background-color: #1992c4;
	color: #fff;
	font-family: "bpg_arial_caps_2010";
	font-size: 16px;
	border:none;
	outline: none;
	padding: 15px;
	width:430px;
	border-radius: 5px;
	margin-top:50px;
}

.statistics-one>.title{
	color: #434a54;
	font-family: "bpg_arial_caps_2010";
	font-size: 15px;
	padding: 20px 15px 0px;
}

.statistics-one .header{
	border:1px solid #dbdada;
	background-color: #f6f8fa;
	margin-left: 15px;
	margin-right: 15px;
}

.statistics-one .header .title{
	padding: 16px 12px;
	color: #137aa4;
	font-family: "bpg_arial_caps_2010";
	font-size: 15px;
	float: left;
}

.statistics-one .header .control{
	float: right;
	margin-top:16px;
	margin-right: 5px;
}

.statistics-one .header .control span{
	color: #434a54;
	font-size: 14px;
	font-family: "bpg_arial";
	cursor: pointer;
	display: block;
}

.statistics-one .header .control .open::after{
	content: " ";
	display: block;
	float: right;
	background-image: url('../imgs/control_down.png');
	width: 10px;
	height: 5px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 7px;
	margin-left: 5px;
}

.statistics-one .header .control .close::after{
	background-image: url('../imgs/control_up.png');
	content: " ";
	display: block;
	float: right;
	width: 10px;
	height: 5px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 7px;
	margin-left: 5px;
}

.statistics-one .content{
	width:100%;
}

.statistics-one .table .col-md-12{
	display: none;
}

.statistics-one .table .col-md-12.active{
	display: block;
}

.statistics-one .content td{
	padding: 20px 0px;
	vertical-align: middle;
	height: 81px;
	border:1px solid #dbdada;
	border-top: none;
	background-color: #fff;
}

.statistics-one .content td:hover{
	background-color: #f6f8fa;
}

.statistics-one .content .cell{
	text-align: center;
	width: 100%;
	display: block;
}

.statistics-one .content .cell span{
	color: #434a54;
	font-family: "bpg_arial_caps_2010";
	font-size: 14px;
	display: block;
}

.statistics-one .content .cell strong{
	color: #434a54;
	font-family: "arial";
	font-size: 14px;
	font-weight: bold;
	color: #85898e;
	display: block;
}

#rec-form{
	display: none;
}

.data .control{
	cursor: pointer;
}

.data .control span{
	width: 10px;
	height: 5px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	float: none;
	margin-bottom: 5px;
}

.data .control .up{
	background-image: url('../imgs/data_up.png');
}

.data .control .up.active{
	background-image: url('../imgs/data_up_active.png');
}

.data .control .down{
	background-image: url('../imgs/data_down.png');
}

.data .control .down.active{
	background-image: url('../imgs/data_down_active.png');
}

.data > thead > tr > th .control{
	float: right;
}

/*style for view count on the dataset Details page*/
.viewCount 
{
	float: right;
	padding: 15px;
	color: #2678b0;
}
.alert.alert-danger{
	background-image: none;
	background-color: #ed5565;
	border-radius: 0px;
	border: none;
	color: #fff;
	font-family: "bpg_arial";
	font-size: 14px;
	height: 57px;
}

.alert.alert-warning{
	background-image: none;
	background-color: #DF8A2A;
	border-radius: 0px;
	border: none;
	color: #fff;
	font-family: "bpg_arial";
	font-size: 14px;
	height: 57px;
}

.alert.alert-info{
	background-image: none;
	background-color: #1992c4;
	border-radius: 0px;
	border: none;
	color: #fff;
	font-family: "bpg_arial";
	font-size: 14px;
	height: 57px;
}

.alert.alert-success{
	background-image: none;
	background-color: #4FA14D;
	border-radius: 0px;
	border: none;
	font-family: "bpg_arial";
	color: #fff;
	font-size: 17px;
	height: 57px;
}

.alert.alert-danger::before, .alert.alert-warning::before, .alert.alert-info::before, .alert.alert-success::before{
	content: " ";
	display: block;
	float: left;
	width: 40px;
	height: 27px;
	border-right: 1px solid RGBA(255,255,255,0.3);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 20px;
}

.alert.alert-danger::before{
	background-image: url('../imgs/cross.png');
}

.alert.alert-warning::before{
	background-image: url('../imgs/warning.png');
}

.alert.alert-info::before{
	background-image: url('../imgs/info.png');
}

.alert.alert-success::before{
	background-image: url('../imgs/a.png');
}

/*.alert.alert-danger{
	background-image: none;
	background-color: #eb949e;
	border-radius: 0px;
	border: none;
	color: #fff;
	font-family: "bpg_arial";
	font-size: 14px;
	height: 57px;
}

.alert.alert-warning{
	background-image: none;
	background-color: #f0ab73;
	border-radius: 0px;
	border: none;
	color: #fff;
	font-family: "bpg_arial";
	font-size: 14px;
	height: 57px;
}

.alert.alert-info{
	background-image: none;
	background-color: #7eacd0;
	border-radius: 0px;
	border: none;
	color: #fff;
	font-family: "bpg_arial";
	font-size: 14px;
	height: 57px;
}

.alert.alert-success{
	background-image: none;
	background-color: #a7ce97;
	border-radius: 0px;
	border: none;
	font-family: "bpg_arial";
	color: #fff;
	font-size: 14px;
	height: 57px;
}

.alert.alert-danger::before, .alert.alert-warning::before, .alert.alert-info::before, .alert.alert-success::before{
	content: " ";
	display: block;
	float: left;
	width: 27px;
	height: 27px;
	border-right: 1px solid RGBA(255,255,255,0.3);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 20px;
}

.alert.alert-danger::before{
	background-image: url('../imgs/cross.png');
}

.alert.alert-warning::before{
	background-image: url('../imgs/warning.png');
}

.alert.alert-info::before{
	background-image: url('../imgs/info.png');
}

.alert.alert-success::before{
	background-image: url('../imgs/a.png');
}*/

#resseter{
	color: #fff;
	background-color: #c5c5c5;
}

.star_big{
	width: 65px;
	height: 54px;
	float: left;
	margin-left: 20px;
	margin-top: 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../imgs/star_big.png');
}

.star_big span{
	color: #fff;
	font-family: arial;
	font-weight: bold;
	font-size: 15px;
	margin-top: 17px;
	display: block;
}

.raiting .add-raiting{
	text-align: center;
	margin-top: 20px;
}

.raiting .add-raiting span{
	background-color: #ededed;
	margin: auto;
	display: inline-block;
	color: #000 !important;
}