/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.2.1
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.right-15 {
    margin-right: 15px;
}

.right-30 {
    margin-right: 30px;
}
.brd-none {
    border: none;

}

.thumbnail {
    background-color: transparent;
}

.mr5 {
    margin-right: 7px;
}

.mb5 {
    margin-bottom: 7px;
}
.pb15 {
    padding-bottom: 15px;
}
.mb15 {
    margin-bottom: 15px;
}

.backside {
    font-weight: normal;
	float: right;
	text-align: center;
/*  width: 220px;*/
/*	background-color: #fff;*/
/*	padding: 10px;*/

}


.lang {
    font-size: 12px;
}

.lang .ico-ru {
	background: url("/images/ru.ico") no-repeat;
	padding-left: 20px;
	padding-top: 1px;
}

.lang .ico-en {
	background: url("/images/en.ico") no-repeat;
	padding-left: 20px;
	padding-top: 1px;
}

.lang .active {
	font-weight: bold;
}

.lang .item3 {
	padding: 5px;
}

.blogpost table td {
padding: 5px;
border-bottom: #000 1px solid;
border-right: #000 1px solid;
}

.blogpost table {
border-top: #000 1px solid;
border-left: #000 1px solid;
}

.blogpost table td p {
font-size: 12px;
}


.titledesc {
    font-size: 55%;
    color: #777;
    font-weight: normal;
}

.titleissn {
    margin-top: 5px;
    font-size: 45%;
}

.titleh1 {
    margin-top: 10px;
}

.titleissn div {
    display: inline;
    padding-right: 30px;
}

.blogpost {
    margin-bottom: 0;
}

.advlist {
    margin: 20px 0;
}

.advlist .advitem {
    font-size: 115%;
    line-height: 1;
}

.advlist .advlabel {
    font-size: 65%;
    font-weight: normal;
}

.advlist a, .black {
    color: #000;
}


.advlist2 {
    margin: 20px 0;
}

.advlist2 .advitem {
    font-size: 20px;
    line-height: 1;
}

.advlist2 .advlabel {
    font-size: 65%;
    font-weight: normal;
}

.advlist2 a, .black {

}


.showpart {
    display: none;
    padding-left: 23px;
}

#header-main{
   float:left;
   margin-left: 10px;
}
#header-side{
   float:left;
   width:125px;
   text-align: center;
}

small p, .small p {
    font-size: 100%;
}

#cookie_note {
    display: none;
    position: fixed;
    z-index: 1;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p {
    font-size: 0.85em;
}

