/*
Theme Name: JMBFs theme
Theme URI: http://jmbfs.org/
Description: 
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags:
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/*IE fonts*/
@font-face {
    font-family: JMBFS_QUOTATION;
    src: url('https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/fonts/ITCEdscr.TTF') format("truetype");
}
@font-face {
    font-family: JMBFS_QUOTATION;
    src: url('https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/fonts/ITCEdscr.eot');
}
/*
@font-face{ 
	font-family: 'JMBFS_TITLE';
	src: url('https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/fonts/bankgthd-webfont.eot');
	src: url('https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/fonts/bankgthd-webfont.eot') format('embedded-opentype'),
	     url('https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/fonts/bankgthd-webfont.woff') format('woff'),
	     url('https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/fonts/bankgthd-webfont.ttf') format('truetype'),
	     url('https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/fonts/bankgthd-webfont.svg') format('svg');
}*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	overflow-x: hidden;
	min-width: 982px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */
#upper {
position: fixed;
top: 0;
right: 0;
width: 100%;
height:248px;
z-index: -100;}
#lower {
position: fixed;
bottom: 0;
right: 0;
width: 100%;
height:248px;
background: url('https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/bottom_bg.png?123') repeat-x;
z-index: -100;}




/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
	margin: 0;
	width: 750px;
}
#content {
	
}
#primary,
#secondary {
	float: left;
	/*overflow: hidden;*/
	/*width: 220px;*/
}
.single-attachment #primary{
    	float: none;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 700px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
 pre,
 code
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 980px;

}
#wrapper {
	width: 982px;
	margin-top: 0px;
	padding: 0px;
	/*margin-bottom:30px;*/
	height:100%;
	overflow-y: hidden;
	background-position: bottom;
	background-repeat: repeat-x;	
	box-shadow: 0 0 15px 0px black;
	box-shadow: 0 0 15px 0px rgba(0,0,0, 0.5);		
	}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
	width:980px;
	margin: 0 auto;
}
#footer-widget-area .widget-area {
	margin-right: 0px;
	min-height: 150px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

input,
textarea {
	color: #666;
	font-size: 1em;
	line-height: 1em;
	vertical-align:middle;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
input[type="email"],
textarea {
	background: #DDD;
	border: 1px solid #999;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 4px;
	
}
a,
a:link ,
a:visited {
	color: #9C002F;
	text-decoration: none;

}
a:active,
a:hover {
	color: #9C002F;
	text-decoration: none;
}
#content a:link ,
#content a:visited {
	color: #9C002F;
	text-decoration: none;
	padding-bottom:0px;
	border-bottom: 1px dotted #9C002F;
}
#content a:active,
#content a:hover {
	color: #9C002F;
	text-decoration: none;
	padding-bottom:0px;
	border-bottom: 1px solid #9C002F;

}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0 0 0 0;
	background: black;
}


/* This is the custom header image */


/* =Menu
-------------------------------------------------------------- */

#access {

	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(45deg, #000000 32%, #430D1D 92%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(32%,#000000), color-stop(92%,#006674)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #000000 32%,#006674 92%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #000000 32%,#006674 92%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #000000 32%,#006674 92%); /* IE10+ */
	background: linear-gradient(45deg, #000000 32%,#006674 92%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#430D1D',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	display: table-cell;
	float: left;
	margin: 0 auto;
	width: 981px;
}
#access .menu-header,
div.menu {
	font-size: 1.2em;
	margin-left: 12px;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	text-shadow: 0px 1px 1px #333;
}
#access ul.menu li a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	padding: 0px;
	overflow-y: hidden;
	background-color: #fff;
	-moz-box-shadow: 0 0 15px 0px black;
	-webkit-box-shadow: 0 0 15px 0px black;
	box-shadow: 0 0 15px 0px black;	
	box-shadow: 0 0 15px 0px rgba(0,0,0, 0.5);		
		border: solid black;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	padding-bottom:10px;
}
#content {
	margin-bottom: 0px;
}
#content{
	color: #222;
	font-size: 1.2em;
	line-height: 1.2em;
}
#content input,
#content textarea {
	color: #222;
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 10px;
}
.wpcf7-form img.wpcf7-captchac{
    height: 42px !important;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 1em;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 1em;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: white;

	margin: 0 0 5px 0;
	font-family: "Open Sans","Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#content .entry-content h1,
#content .entry-content h2,
#content .entry-content h3,
#content .entry-content h4,
#content .entry-content h5,
#content .entry-content h6
{color:#9C002F;}
#content .entry-content h1{
	line-height: 120%;
}
#content h6{font-size:2em;}
#content h5{font-size:1.8em;}
#content h4{font-size:1.6em;}
#content h3{font-size:1.4em;}
#content h2{font-size:1.2em;}


#content table {
	border: none;
	margin: 10px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	/*border-top: 1px solid #e7e7e7;
	padding: 6px 24px;*/
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin:0;
}
.single-attachment .hentry {
        padding-top: 95px;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title-attachment{
	color:white;
	background:#430D1D;
	text-shadow: 0px 1px 1px #333;
	font-size: 12px;
	margin: 0;
	padding:3px 7px 3px 5px;
	border-radius: 3px;
	display:inline-block;
	box-shadow: 2px 2px 3px #333;
}
.attachment-pages{
	color:white;
	background:#430D1D;
	text-shadow: 0px 1px 1px #333;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 7px 3px 7px;
	border-radius: 3px;
	display:inline-block;
	text-align: center;
	float:right;
	margin-right:30px;
	box-shadow: 2px 2px 3px #333;
}
.attachment-subtitle-navigation{width:500px !important;}

.margins{margin:10px 0px;}
.attachment-field{border: 1px solid #E5E5E5; display: block; color: black; margin: 0px 10px 0px 0px; background: #F2F2F2; padding:10px 10px 1px 10px; width:700px; border-radius: 5px; }
.attachment-authors{
	margin-bottom: 4px;
	padding: 4px 0;
	font-weight: bold;
	font-size: 17px;
	text-align: justify;
	border-bottom: #EEE solid 1px;
	font-family: Open Sans Condensed;
	}
.attachment-abstract{margin-bottom: 8px !important; margin-top: 3px !important; font-weight:normal; font-size:12px; text-align: justify; line-height:18px; border-bottom: #EEE solid 1px;}
.attachment-others{margin-bottom: 8px !important; margin-top: 3px !important; font-weight:normal; font-size:12px; text-align: justify;  line-height:18px; }
.attachment-others{width:680px; border-bottom: #EEE solid 1px;}
.attachment-pdf-link{
    width:150px;
    margin-bottom: 10px;
    margin-top: 5px;
}
img.attachment-abstract_img {display: inline ; vertical-align: middle;}
.page-title-attachment a {color: #333 !important;text-decoration:none !important; border-bottom: 0px solid !important; text-transform: uppercase;}
.page-title-attachment a:hover {color: black !important;text-shadow: 0px 1px 1px white;text-decoration:none !important; border-bottom: 1px solid black !important;}
.attachment-return-att{font-weight:normal;	font-size: 12px; text-transform: capitalize; text-shadow: 0px 0px 0px white; background: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/previous_2.png); background-position:left; background-repeat: no-repeat; padding-left:15px;}
.attachment-meta{text-align:right; font-size:10px !important; margin-right:10px;}
.attachment-navigation{ width:500px !important; text-align:center;}
.attachment-issue{display:table-cell;}
a.back-to-issue-link, a.attachment-previous {padding-left:20px; background: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/previous_1.png); background-position: left center; background-repeat: no-repeat; border-bottom: 0px !important;text-decoration:none !important;}
a.back-to-issue-link:hover, a:hover.attachment-previous {padding-left:20px; background: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/previous_2.png); background-position: left center; background-repeat: no-repeat; border-bottom: 0px !important; text-decoration:underline !important;}
a.attachment-next {padding-right:20px; background: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/next_1.png); background-position: right center; background-repeat: no-repeat; border-bottom: 0px !important; text-decoration:none !important;}
a:hover.attachment-next {padding-right:20px; background: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/next_2.png); background-position: right center; background-repeat: no-repeat; border-bottom: 0px !important; text-decoration:underline !important;}
.nav_links{text-align:center;}
.last-article{color:#666;}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content h1.entry-title, #content h2.entry-title{
	margin-top: -45px;
}
.entry-title  {
	color: #EEE;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 10px;
	text-align:left;
	background:#9C002F;
	border-bottom-left-radius: 7px;
	border-top-left-radius: 7px;
	line-height: 1.4em;
	width:730px;
	text-transform:uppercase;
	text-shadow: 0px 1px 1px black;
	position: absolute;
	z-index: 20;
}
.single-attachment .entry-title {
    box-shadow: 0px -1px 10px rgba(0,0,0, 0.5);
    margin-top: -80px;
    font-family: "Open Sans Condensed";
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
	color: #fff;
}
#content h1.entry-title, #content h2.entry-title  {
	font-family: "Open Sans Condensed";
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	box-shadow: 0px -1px 10px #333;
	box-shadow: 0px -1px 10px rgba(0,0,0, 0.5);	
}
#content .entry-title a{
color:#FEFEFE;
border:0;
text-decoration:none;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 30px 0 0;
}

.search-content{
	clear: both;
	padding: 0px 20px 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
	margin: 10px 0�
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: inline;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {

	padding: 3px;

	margin: 5px;
}
.nav-next {

	text-align: right;

	margin: 5px;
}

#content .nav-next a, #content .nav-previous a {
color: white;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	width:650px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 0px;
	line-height: 100%;
}

.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.textwidget{padding-left: 10px;}
.rsswidget {
color: black !important;
}
.widget-area ul li a.rsswidget{
font-weight:bold;
}


.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area{
	display: table;
	margin-bottom: 10px;
}
.widget-area{
	display: table-cell;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    /* background: black url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/footer_background.jpg) no-repeat right bottom;
	 background: black url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/footer_bg2.jpg);*/
	 /*background: #222 url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/textile.png);*/
	 background: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/bg-texture-light.gif);
	 /*box-shadow: inset 0px 5px 100px 10px rgba(0,0,0, 0.2);*/
	 box-shadow: 0 0 15px 0px black;
	 box-shadow: 0 0 15px 0px rgba(0,0,0, 0.5);
	 padding: 10px 50px;
	 margin: 0 -50px;
	 position: relative;
	 z-index: 12;
}

#colophon, #colophon a {
	overflow: hidden;
    color: #333;
	text-align:center;
	vertical-align:baseline;
}
#site-info {
		/*padding: 5px 30px 5px 30px;*/
}
#site-info a {
	 color: white;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}

#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding: 0;
	}

	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header, #footer{
		margin: 0px;
		width: 100%;
	}

	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}

}

#site-title a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px #222, 2px 2px #220, 3px 3px #111, 4px 4px #110;
}
#site-title {
	font-size: 28px;
	line-height: 36px;
	text-shadow: 0px 0px 12px #430D1D; 
	text-align:left;
	display:inline-block !important;
	width: 600px;
	margin-left: 10px;
}
#site-description {
	font-style: italic;
	margin: 0px;
    color:#9C002F;
	font-size: 24px;
}
#faculty_logo {
margin: 15px 5px 0px 10px; 
text-align:left;
color: white;
padding-top:30px;
}
#faculty_logo img {padding: 3px 15px 5px 0px;}
#issn{color:white !important; float:right; padding-top: 0px}
#issn, #issn a{
font-size: 15px;
display:inline;
}
#issn a{color: white; border: 0px !important;}
.faculty-logo {margin: 15px 0px 0px 25px; text-align:center; float:left;}
#titulok{width:530px; position:relative; padding-left:10px; padding-top:125px; display:inline-block !important; float:left; z-index:1000;}
.right_area {vertical-align: top !important; display:inline-block; text-align:right; float:right; background: black; height:198px; width:280px;}

    .oznamy, .zoznam{
	visibility: hidden;
	}
	.branding{
	height:198px;
	}
	
	.menusearch{ 
	padding-top:4px;
	float:right;
	display: inline;
	}
	#primary #posun{
		position: absolute;
		margin-left: -10px !important;
		width: 210px;
		margin-top: 15px;
	}


.menu-left-menu-container ul {
list-style-type:none;
padding:0px;
margin:0px;
}
#header{
height:237px;
display:block;
}
#searchsubmit{

}
.edit-link{
padding-left:20px;
background: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/edit1.png) left no-repeat;
}

#no_under {
border-bottom: 0px !important;
}
.attachment-sidebar_thumb {
border-bottom-right-radius: 4px;
padding-bottom: 0px;
float:left;
}
.sidebar_thumb_title{
width: 200px;
color: #DDD;
font-size: 15px;
line-height: 2em;
text-decoration: none;
border-bottom: 0px;
background: #430D1D;
text-align: center;
margin-top: 30px;
border-top-right-radius: 4px;
text-shadow: 0px 1px 1px #333;
float:left;
}

.attachment-issue_thumb_large {
border-radius: 7px;
}

.s_results {
border-top-right-radius: 7px;
background: #AAA;
color: #333;
font-size: 16px;
font-style: italic;
font-weight: normal;
padding-top:0px;
margin-top:0px;
padding-bottom:0px;
margin-bottom:-30px;
}

#content {
	font-size: 1.1em;
	line-height:1.3em;
	margin-top: 60px;
}
.page-template-issue-new-archive-php #content {
	overflow-y: hidden;
}
#news h3.widget-title a {
border: none;
}

#formular{
display: block;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
margin-bottom: 0px !important;
}
#formular input {
margin: 0 0 3px 0;
}
.list_articles{float:right;padding:0px;}

.issue_subheader{
color: white;
font-size: 1.2em;
line-height: 1.6em;
text-decoration: none;
border-bottom: 0px;
background: #9C002F;
text-align: right;
width:250px;
margin-left:150px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
padding-right:35px;
text-shadow: 0px 1px 1px black;
float:right;
display:block;
box-shadow: 2px 2px 3px #333;
margin-top:30px;
margin-bottom:10px;
}
.issue-image{float:left; text-align:center; display:inline;}

.article_category{
    color: black;
    background: #F2F2F2;
    margin-right:30px;
    padding:5px;
    margin-bottom:10px;
    margin-top:10px;
    border-radius: 5px;
    float:right;
    width:100%;
    border: 1px solid #E5E5E5;
/*text-shadow: 0px 1px 1px white;
*/}
.page-template-in-next-issue-php .article_category{
    width: 708px;
}

.article-top-nav{margin:10px 0; display:block; vertical-align:middle;}
.article_title{font-weight:bold; text-transform:uppercase;}

#content .article_category a.article_title{
        color: black;
        text-shadow: 0px 1px 1px #fff;
        border-bottom: 0px;
        font-size:15px;
		padding-left:22px;
		background-image: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/microbe.png);
		background-repeat: no-repeat;
		background-position: 1px 1px;
		line-height: 22px;
		font-weight:400;
		font-family: Helvetica, Arial, Verdana;
}

#content .article_category a.article_title:hover{
	text-decoration: underline;
	color: #003037;
}
.article_item{
	padding: 6px 0;	
	border-top: #EEE solid 1px;
	margin-top: 0px;
	line-height:17px;
	overflow: hidden;
}
.single-attachment .article_item.article_authors{
	padding-top: 0;	
	border-top: none;
	margin-top: 0px;
	line-height:17px;
	vertical-align: middle;
}
.attachment-subtitle-small_area, .in-next_label{
	background: #dfdfdf;
	padding:1px 5px 1px 5px;
	border-radius: 5px;
	text-shadow: 0 1px 1px  #fff;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	line-height: 16px;
	display: block;
	height: 16px;
	float: left;
	margin-right: 5px;
	font-weight: normal;
	color: #111;
}
.article_item.article_preprint{
    position: relative;
}
.article_item.article_preprint .preview_text > *{
    display: none;
}
.article_item.article_preprint .preview_text p:first-of-type{
    display: inline-block;
}
.article_item.article_preprint span.read-more{
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0;
  padding: 40px 0 0 0;
  cursor: pointer;
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #f2f2f2);
  color: #9C002F;
}
.article_item.article_preprint span.read-more:hover{
    text-decoration: underline;
}
.article_authors{
	font-weight: bold;
	font-size: 15px;
	text-align: justify;
	color: #333;
	font-family: Open Sans Condensed;
}
.next_abstract{
    color: #444;
	text-align: justify;
	line-height: 18px;
	padding-left: 4px;
	padding-right: 4px;
}
.next_abstract .in-next_label{
	position: relative;
	left:-4px;
	margin-right:0;
}
.article_flags{
	overflow: hidden;
	float: right;
	display: block;
	position: relative;
	top: -2px;
}

.article_flag{
	float: right;
	max-height:18px; margin:1px 5px 1px 1px; max-width:32px; border-radius:1px; box-shadow: 1px 1px 3px #333;}
.article_flag2{float:right; max-height:18px; margin:1px 1px 1px 5px; max-width:32px; border-radius:1px; box-shadow: 1px 1px 3px #333;}

.article_issue{
	display:block;
	color:black; 
	margin-top:2px;
	padding-top:4px;
	border-top:#EEEEEE solid 1px;
	padding-right: 4px;
	}


.article_issue{color:black; text-shadow: 0px 1px 1px white; text-align:right;}
.archive-body{margin-top:10px; margin-bottom:10px; display:block;}
.archive-thumbnail img {border-radius: 5px; display:block; text-align:center;}
.archive-thumbnail {float:left; display:block; }
.archive-issue{width:750px; float: right; display: block; margin-bottom:20px; padding-bottom:20px; border-bottom:1px dashed #CCC;}
.archive-issue-title{
	float: right; display:inline !important;
	font-size: 1.2em !important;
	font-weight: normal;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 30px;
	padding-left: 10px;
	text-align: left;
	background: #430D1D;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	width: 450px;
	text-transform: uppercase;
	box-shadow: 3px 3px 3px black;
	text-shadow: 0px 1px 1px black;
	}
.archive-list{float:right !important; width:570px !important; padding-right:0px;}
.list-single{margin-right:0px;}
.archive-issue_subheader{
color: white;
font-size: 1.2em;
line-height: 1.4em;
text-decoration: none;
border-bottom: 0px;
background: #9C002F;
text-align: right;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
padding-right:15px;
margin-right:0px;
text-shadow: 0px 1px 1px black;
text-align:right;
display:block;
float:right;
width:300px;
box-shadow: 2px 2px 3px #333;
}
.archive-published{background: #DDD; padding: 2px 5px 2px 5px; border-radius: 5px; display:block; float:right;}
.issue-navigation{
    float:right;
    margin-right:20px;
    min-width:240px;
}
.issue-navigation-previous a{color:black !important; padding-left: 20px; background: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/previous_1.png); background-position: left center; background-repeat: no-repeat; border-bottom: 0px !important; float:right;}
.issue-navigation-previous a:hover{color:black !important; padding-left: 20px; background: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/previous_2.png); background-position: left center; background-repeat: no-repeat; text-decoration:underline !important; }
.issue-navigation-next a{color:black !important; padding-right: 20px; background: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/next_1.png); background-position: right center; background-repeat: no-repeat; border-bottom: 0px !important; float:right;}
.issue-navigation-next a:hover{color:black !important; padding-right: 20px; background: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/next_2.png); background-position: right center; background-repeat: no-repeat; text-decoration:underline !important;}
.published{text-align:center}
.quotation-text{ margin-bottom:0px !important; margin-top:10px !important; font-family:JMBFS_QUOTATION,Edwardian Script ITC,Verdana; font-size:2.8em; line-height:1em;  text-align: left; padding-left:5px; padding-right:5px;}
.quotation-author { text-align:right;margin-bottom:5px !important; margin-top:10px !important; margin-right:10px; font-size:1.2em; font-weight:300;}
#quotation-link{font-size:1.2em; color:#666; text-shadow: 0 1px 0px #fff; border:0px  !important; font-family: "Open Sans"; font-weight: 400;}
.qouatation-bg{
	padding:5px;
	background: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/bg-texture-light.gif) #F2F2F2;
	border-radius: 7px;
	margin-top:5px; 
	text-align:center; 
	margin-right:5px;
	width: 710px;
	border: 1px solid #dedede
	}
/* rotator in-page placement */
        div.rotator {
	position:relative;
	height:198px;
	margin-left: 0px;
	padding-left: 0px;
	float:left;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	border:0px solid #ccc;
	padding: 0px;
	background: black;
        max-width: 600px;
}
        div.rotator ul li.show {
	z-index:500;
}
div.rotator ul {margin-left:0px;}
.masthead{background:black;}

.search-results-title{padding: 5px;
background: #F2F2F2;
border-radius: 5px;
margin-top: 10px;
text-align: left;
margin: 10px 5px 0px 0px;
width: 705px;}

.search-keyword{font-style:italic;}

#footer a:link ,
#footer a:visited {
	color: #222;
	text-decoration: none;

}
#footer .menu li a{
	line-height: 18px;
}
#footer a:hover {
	color: #9C002F;
	text-decoration: underline;

}
#fb-join{float:right; position:fixed; bottom:5px; right:5px; opacity:0.7; border-radius: 3px;  width:28px;}
#fb-join:hover{opacity:1}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {text-decoration: none;}

.gsc-adBlock {
/*position: absolute !important;
top: -100000px;*/
height:0px !important;
overflow: hidden !important;
}
.gsc-resultsHeader, .gsc-resultsHeader table{visibility: hidden; height:0px !important;
overflow: hidden !important; margin: 0 !important;}

.gsc-result-info {
text-align: right !important;
color: #676767;
font-size: 12px !important;
padding:0 !important;
border-bottom: 0!important;
}

table.gsc-branding td, table.gsc-branding, table.gcsc-branding td, table.gcsc-branding {
margin: 0 !important;
padding: 0 !important;
border: none;
}
table.gsc-branding td a, table.gsc-branding a, table.gcsc-branding td a, table.gcsc-branding a, .gcsc-branding table{ border: none !important; color: #676767 !important;}
.cse .gs-result .gs-snippet, .gs-result .gs-snippet, .cse .gs-spelling-original, .gs-spelling-original {
font-size: 1.1em;
line-height: 1.3em;
}

.cse .gsc-webResult.gsc-result, .gsc-webResult.gsc-result, .gsc-imageResult-classic, .gsc-imageResult-column {
padding: 0 !important;
text-align:right  !important;
border: none !important;
margin-bottom: 10px !important;
}
.gs-snippet{margin: 5px 0px !important;}

.gsc-table-result{border:0px !important;}

.gs-webResult, .gs-result{ margin-bottom: 10px !important; padding: 5px 5px 5px 7px !important; border-bottom:1px #E7E7E7 solid!important;}

.gs-webResult:hover, .gs-result:hover{border-left:2px #9C002F solid!important; padding-left: 5px !important;}

.gs-webResult table, .gs-result table{padding: 0 !important; margin: 0 !important;}

.cse .gsc-cursor-box, .gsc-cursor-box {
border-top: none !important;
}

.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
padding: 5px !important;
margin: 5px !important;
border: 1px solid #430D1D !important;
background-color: #9C002F !important;
color:white !important;
text-align: left !important;
}

#searchsubmit {
background: #F2F2F2 repeat-x scroll left top;
text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
border-color: #BBB;
color: #464646;
min-width: 40px;
text-align: center;
text-decoration: none;
font-size: 12px!important;
line-height: 13px;
padding: 3px 8px;
cursor: pointer;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 11px;
border-radius: 11px;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
margin-right:10px;
}
#searchsubmit:hover {color: #333; border-color: #333; text-shadow: 0 1px 1px #BBB;}

/*NEW ARCHIVE*/
#new-archive-body a{border: none !important; text-decoration: none; margin: 0 !important; 
	/*padding: 0 !important;*/
	overflow:hidden;}
.new-archive-entry{/*border-bottom: 1px dotted #E5E5E5; border-top: 1px solid #E5E5E5;*/ margin-bottom:30px; padding-bottom:0px; line-height:100%; clear: both; overflow: hidden;}
.new-archive-year{
	text-align:left;
	color:white; 
	font-family:Arial; 
	font-weight:500; 
	letter-spacing: 1px;
	font-size:16px !important; 
	padding:3px;
	margin: 10px 0 20px 0 !important;
	background: #003037; 
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width:200px; 
	float:right;
	text-shadow: 1px 1px 1px black;
	} 
.new-archive-year a{font-size:22px;}
.new-archive-title{ 
	width:580px;
	padding: 0px 10px !important; line-height: 1.8em; vertical-align:center; text-transform: uppercase; float:left; background: #EEE; } 
.new-archive-title h3{color:#333 !important; margin: 1px 0 !important;}
.new-archive-title h3:hover{text-decoration:underline;}
#new-archive-body .attachment-issue_thumb{ margin:0 !important; padding:0 !important; float:left; border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
.new-archive-volume, .new-archive-number {
	float: right;
	border: 1px solid #E5E5E5;
	background: #fff;
	margin-right: 10px;
	min-height: 14px;
	text-transform: uppercase;
	font-size: 1.0 em;
        font-weight: bold;
        min-width: 50px;
        line-height: 1.2em;
        border-radius: 1em;
        text-align: center;
        padding:3px 8px;
        position:relative;
        top:-24px;
        box-shadow: inset 0px 0px 5px #BBB;
        visibility: hidden;
}
.new-archive-issue-details{
    float:left;
    width:520px;
    position:relative;
    top:-26px;
    padding:5px;
    margin-bottom:-26px;
    min-height:157px;
    overflow:hidden;
    line-height:1.7em;
    font-size:1.0em;
}
.current-issue-image{
	padding:0px;
	margin: 0;
	overflow:hidden;
	float: right;
	}
/*.current-issue-image img{
	box-shadow: 0px 0px 15px #333;
	box-shadow: 0px 0px 15px rgba(0,0,0, 0.5);	
	margin: 15px;
	}*/
.current_issue_colophon_block{
	overflow: hidden;
	margin: 10px 30px 10px 0 ;
	padding: 15px;
	background-color: #fafafa;
	border-radius: 7px;
	border: 1px solid #f5f5f5;
	width: 690px;
	}
.current-issue-details { 
	float: left;
	padding:0 20px 0 0; 
	width:368px;
	line-height: 2.4em;
	font-size:1.1em;
}
.new-archive-issue-details, .current-issue-details {  font-style:italic;}
.new-archive-issue-details span, .new-archive-issue-details span a, .current-issue-details span , .current-issue-details span a{color:#676767 !important; font-style:normal; border:none !important;}
.current-issue-image span strong, .new-archive-issue-details span strong {color:#9C002F;}
.new-archive-issue-details span a:hover, .current-issue-details span a:hover{text-decoration:underline !important;}
.entry-goto{width:60px;float:left; vertical-align:middle; position:relative;  }
.goto-link{font-size:120px; line-height:130px; vertical-align:middle;font-weight:bold; font-family:Arial; text-shadow: 0px 1px 5px black !important; color: #676767 !important; }
.goto-link:hover{color: #333 !important;}
.categories-box{float:right; overflow:hidden; max-width:580px;}
.category-tab{float:left; width:134px; padding:5px; color:white; background:#003238; border-left:1px solid white; text-align:center; cursor:pointer; display:block;}
.category-tab span:hover{text-decoration:underline !important; }
.expand-category{color:#003238; background: white; min-width:20px; border-radius:10px; float:right; padding:1px 5px; box-shadow: inset 0px 0px 3px #006674;}
.expand-category:hover{box-shadow: inset 0px 0px 1px #430D1D}
.tab-clicked {background:#430D1D;}
.tab-clicked .expand-category {color:#430D1D;}
.category-listing{float:right; width:748px; border:1px solid #430D1D; border-right: none; border-bottom-left-radius: 5px; padding-bottom: 25px;}
#content .category-listing .article_category{float:right; width:680px; margin-top: 25px; margin-bottom: 0em;}

.category-listing .article_issue a:hover {text-decoration:underline !important;}

.year_selector {
	background: #003037;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	position: fixed;
	left: 50%;
	margin-left: 491px;
	top: 50px;
	padding: 8px 8px 8px 4px;
	width: 36px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align:center;
	z-index: 1;
	box-shadow: 0px 0px 20px -5px black;
	z-index:10;
}
.year_selector h2{
	color:#EfEfEf;
	font-size:12px;
	border-bottom:1px solid #111;
	margin-bottom:8px;
	padding-bottom:8px;
	}
.year_selector h2 small{
	font-family: 'Open Sans Condensed';
	font-size:14px;
}	
.year_selector ul {color: #EfEfEf !important; list-style:none; margin:0; padding:0;}
.year_selector ul li a{color: #EfEfEf !important; font-weight:normal;}
.year_selector ul li a:hover{text-decoration:underline !important; color: white !important;}
.quotation-author a{color:#333 !important;}
.quotation-author a:hover{color:black !important;}
.current-issue-image .attachment-issue_thumb_large{float:left;}
.current-issue-listing{padding-bottom: 60px;}
.article_category-current{width:710px;}
.art-count{display:inline-block; border: 1px solid #676767; line-height:24px !important; min-width:24px; text-align:center; vertical-align:middle; border-radius:12px; box-shadow: inset 0 0 5px #BBB; font-size: 1em;}
.gsc-result-info-container {padding-right: 20px;}
.gsc-above-wrapper-area {border-top:none !important;}
.gsc-url-bottom{padding-bottom:5px;}
.sidebar-boxes{
	float:left;
	width:200px;
	margin-bottom:20px;
	margin-top: 300px;
	}
#membership{border-right:1px solid #999; border-bottom:1px solid #999; width:190px; padding:5px 5px 0px 4px; float:left; margin-bottom:20px; border-bottom-right-radius: 7px; background: 
#FEFEFE url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/textile.png);}
#membership a img{border: 1px solid #AAA; padding: 1px; max-width: 186px;}
#membership a:hover img{border: 1px solid #666; }

.indexes-box{text-align:center;}
.indexes-box a img{border: 1px solid #AAA; padding:0 !important; margin:0 !important;}
.indexes-box a:hover img{border: 1px solid #666; }
.indexes-box a{border: none !important; padding:0 !important; margin:0 !important;}
.single-database a.sdb_image{
	background: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/bgFooter4.png) bottom center no-repeat;
	padding-bottom:10px;
	margin-top:10px;
	float: left;
	display: block;
	}
.single-database a.sdb_image img{
	width: 188px;
}	
.single-database{	
	overflow: hidden;
	width: 700px;
	margin-top: 20px;
	padding: 10px 10px;	
}
.sdb_about{
	float: left;
	margin-left: 20px;
	width: 490px;
}
.sdb_about h4 a{
	font-size: 16px;
	font-family: "Open Sans Condensed";
	font-weight: bold;
	float: left;
	text-align: left;
	width: 490px;
}
.sdb_p, .sdb_about h4 a{
	float: left;
	margin-right: 10px;
}
.sdb_p{
	margin-top: 5px;
	width: 490px;
	text-align: left;
}
.sdb_p_desc{
	text-align: justify;
}
.sdb_p_desc a:hover{
	text-decoration: underline !important;
} 
.sdb_p .label{
	font-weight: bold;
	float: left;
	margin-right: 5px;
}
.sdb_about h4 a:hover{
	text-decoration: underline !important;
}
.single-database:nth-child(even){
	background-color: #fafafa;
}
.single-small-thumb{padding-bottom:1px; margin:10px 0; background: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/bgFooter.png) bottom center no-repeat;}

.left_column{width:47%; float:left; padding:1%; border-top:1px solid #ddd;}
.right_column{width:47%; float:right; padding:1%; border-top:1px solid #ddd;}

.left_column p, .right_column p {text-align:justify;  margin-bottom: 0.4em; margin-top: 0.4em;}
.DBS-footer{
	background: #fefefe url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/textile.png);
	float:left;
	width: 98%;
	min-width: 980px;
	padding: 15px 3% 70px 3%;
	margin: 0 -2% -55px -2%;
	text-align:center;
	box-shadow: inset 0 0 15px 0px black;
	box-shadow: inset 0 0 15px 0px rgba(0,0,0, 0.5);	
	position: relative;
	z-index: 11;
	}
#ukonc-wrapper{
	width: 100%;
	height: 16px;
	position: absolute;
	z-index: 999;
	display: block;	
}
#ukonc{
	width: 980px;
	height: 16px;
	display: block;
	margin: 0 auto;
	background-image: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/ukonc3.png);
	background-repeat: repeat-x;
	background-position: 0 0px;
	position: relative;
}	
.DBS-footer img{
        max-width:144px;
        line-height:54px;
        vertical-align:middle;
        height: 51px;
        }
.footer-dbs{min-height:54px; line-height:54px; vertical-align:middle; float:left; background:white; margin:4px;  border: 1px solid #DDD;}
.footer-dbs-shadow {
	padding-bottom: 0px;
	background: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/bgFooter4.png) bottom center no-repeat;
	float:left;
	margin: 5px 0;
	}
.footer-dbs-shadow .footer-dbs{
	opacity: 0.7;
	}
.footer-dbs-shadow:hover .footer-dbs{
	opacity: 1;
	}	
#partners-title{
	font-size: 20px;
	font-family: 'Open Sans Condensed';
	font-weight: 700;
	color: #430D1D;
	padding: 10px 0 5px 0;
	margin: 0 23% 0px 23%;
	width:54%;
	text-align:center;
	text-shadow: 0px 1px 0px #fff;
	}
.issue-navigation-bottom {margin-bottom:5px;}
.authors-list{
	list-style: none;
	margin-top:10px;
	width:720px;
}
.a-a-details{
	margin-left:20px;
	text-align:justify;
	margin: 0.4em 0 0 0 !important;
}
.authors-keywords{
	font-style:italic;
}
.authors-actions{
	text-align:right;
}
.authors-name{
	vertical-align: middle;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	background: #FAFAFA;
	padding: 0 10px;
	margin-bottom:10px;
	line-height: 1.6em;
}
.authors-name span{ 
	vertical-align: middle;
	line-height: 1.6em;
	margin-left: 5px;
}
.authors-name h3{
	color:#333 !important;
	font-size:1.6em !important;
	display:inline;
	vertical-align: middle;
	line-height: 1.6em;
}
.article-box{
	border-bottom: 1px solid #EEE;
	padding-bottom:5px;
	margin-bottom:10px;
}
.article-box p{
	display: none;
}
.article-title{
	cursor: pointer;
	color:#333;
	}
.article-title:hover{
	color: #003037;
	text-decoration:underline;
	}	
.sirsie{
	width: 910px;
	position: relative;
	left: -200px;
}
p.article_category{
overflow: hidden;
}
p.article_category .article_flags, p.article_category .article_pages,p.article_category .article_pdf{
	width:50%;
	text-align: right;
}

.article_pages, .article_pdf{
	display: block;
	float: right;
	/*border-bottom: #EEE solid 1px;*/
}

.article_pdf a{
	line-height:22px;
}
.article_abstract{
	font-family: 'Open Sans', sans-serif, Helvetica, Arial, Verdana;
	display: block;
	float: left;
	font-size: 14px;
	font-weight:400;
	text-transform: uppercase;
	width: 50%;
}
.article_xmls{
	display: block;
	float: left;
	/*border-bottom: 1px solid #EEE;
	padding-bottom: 4px;
	vertical-align: middle;
	width:50%;*/
	}
#content .article_xmls a{
	color: #676767;
	border: none;
	font-size:12px;
}	
.article_abstract .moar {
    font-size: 45px;
    line-height: 24px;
    display: inline-block;
    bottom: -11px;
    position: relative;
    height: 24px;
    padding: 0;
}

.article_fulltext {
    margin-right: 30px;
}

.article_fulltext h2 {
    margin: 15px 0;
}

#articles_filter_title{
	font-size:15px;
	font-family: 'Open Sans', sans-serif, Helvetica, Arial, Verdana;
	font-weight:400;
	text-align: center;
	margin: 0px 0 10px 0;
	padding: 5px 0;
	background-color: #003037;
	color: white;
	text-transform: uppercase;
	border-top-left-radius: 5px;
	text-shadow: #333 0px 1px 1px;
	letter-spacing: 2px;
	

}
#articles_filter{
	border-top-left-radius: 5px;
	border-bottom: 1px solid #003037;
	border-left: 1px solid #003037;
	background: #fefefe url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/textile.png);
	border-bottom-left-radius: 5px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}
.filters_row{
	overflow: hidden;
	vertical-align: middle;
	margin-bottom: 10px;
}
.art_cat{
	float: left;
	line-height:20px;
	font-size: 13px;
	border: 1px solid #676767;
	box-shadow: #BBB 0px 0px 5px inset;
	border-radius: 9px;
	margin: 0 3px;
	padding: 0 7px;
	min-width:40px;
	text-align: center;
}
.art_cat:hover{
	border: 1px solid #430D1D;
	box-shadow: #430D1D 0px 0px 5px inset;
	cursor: pointer;
}
#articles_filter_categories, #articles_filter_types{
	font-size:15px;
	font-weight:400;
	float: left;
	line-height:20px;
	padding-left:5px;
}
.selected_cat{
	background: #9C002F;
	color: white;
	text-shadow: black 0px 1px 1px;
	box-shadow: none;
	border-color: black;
}
#new-archive-body{
	margin-top:0px;
	float: left;
	width: 750px;
	position: relative;
	z-index:11;
	background-color: #fff;
}
.authors-register-list{
	background-color: #fff;
	position: relative;
	z-index: 11;
}
#new-archive-body ul{
	margin-left:0;
}
#content #bbpress-forums a{
	border: none;
}
#content #bbpress-forums a:hover{
	text-decoration: underline;
}
#jmbfs_forums{
	display:block;
	float: left;
	margin: 0;
	background-image: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/forums.jpg);
	background-repeat: no-repeat;
	background-position:left;
	width: 200px;
	height: 261px;
	border-bottom-right-radius: 4px;
}
#jmbfs_forums:hover{
	background-position:right;
}
.quotation-area .quotation-tabs{
	display: none;
	overflow:hidden;
	padding: 0 10px 0px 10px;
	width: 690px;
}
.quotation-area .quotation-tab{
	padding: 0 10px;
	background: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/bg-texture-light.gif) #F2F2F2;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	min-width: 150px;
	border: 1px solid #dedede;
	float:left;
	opacity: 0.8;
	color: #333;
	text-transform: uppercase;
	min-height:28px;
}
.quotation-area .quotation-tab img.ikonecka{
	float:left;
	padding-right: 10px;
}
.quotation-area .quotation-tab2{
	padding:6px 5px 6px 10px;
	min-height:8px;
}
.quotation-area .quotation-tab a{
	line-height:28px;
	}
.quotation-area .quotation-tab a, .quotation-area .quotation-tab:hover a{
	color: #333 !important;
	border: none  !important;

	vertical-align: middle;
}
.quotation-area .quotation-tab:hover{
	opacity: 1;
}

/*CONFERENCES*/
.page-template-page-templatesconferences_page-php #container{
	width: 768px;
	overflow-y: hidden;
}
.page-id-2127 #content{
	margin-top:15px;
}
#post-2127 h2.entry-title.main-title{
	background: #003037;
	background-image: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/large_icons/large_icon_conferences.png);
	background-repeat:	no-repeat;
	background-position: 15px 50%;
	padding: 10px 40px 10px 70px ;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	display: block;
	width: 350px;
	margin:0;
	top:0;
	right: 0px;
	position: absolute;
	}
#content .conference a{
	border: none;
}
#content .conference a:hover{
	text-decoration: underline;
}
.conferences, .conference{
	float: left;
	overflow: visible;
}
.conferences{
	margin: 0;
	float: right;
	position: relative;
	padding-top:60px;
	padding-bottom:30px;
}
.conferences .conference{
	padding:20px 20px 20px 0;
	margin-bottom: 25px;
	border: 1px solid #E5E5E5;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: none;
}
.conference.odd-conference{
	background-color: #fafafa;
}
.conference.even-conference{
	background-color: #F2F2F2;
}

.conference_box{
	float: left;
	width: 130px;
	background: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/bg-texture-light.gif) #F2F2F2;
	padding: 20px 10px;
	margin-left:20px;
	box-shadow: inset 0 0 12px #666;
}
#content .conference_div .perex p{
	margin: 5px 0 0 0;
	color: #666;
	font-size: 14px;
}
.conference_div{
	float: right;
	overflow: hidden;
	padding-left: 20px;
	width: 556px;
	position: relative;
	z-index: 2;
	padding-bottom: 500px;
	margin-bottom: -500px;
}
.conference_start_date, .conference_end_date, .conference_year_date, .conference_location{
	color: #000;
	font-family: "Open Sans Condensed";
	text-align: center;
	font-size: 24px;
	line-height: 20px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #fff;
}
.conference_year_date{
	font-weight: 700;
	padding: 10px 0;
	color: #003037;
	text-shadow: 0px 1px 0px #fff;
	border-bottom: 1px dashed #666;
	font-size: 24px;
	line-height: 28px;
}
.conference_url{
	border-bottom: 1px dashed #666;
	border-top: 1px dashed #fff;
	text-transform: uppercase;
	font-family: "Open Sans Condensed";
	padding: 10px 0 10px 37px;
	background-image: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/external_link.png);
	background-repeat:	no-repeat;
	background-position: left;
}
#content .conference_url a, #content .conference.even-conference .conference_url a{
	color: #333;
	text-shadow: 0px 1px 0px #fff;	
	font-size: 14px;
}
.conference_location{
	border-top: 1px dashed #fff;
	padding-top: 14px;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #006674;
	position:relative;
	max-width: 130px;
	overflow: visible;
}
#content a.conference_location_map{
	position: absolute;
	display: block;
	left: 150px;
	top: -100px;
	font-size:0;
	line-height:0;
	opacity: 0;
	z-index: 1;
	transition-property: width;
	transition-duration: 0.4s;
	-moz-transition-property: width;
	-moz-transition-duration: 0.4s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.4s;
	-o-transition-property: width;
	-o-transition-duration: 0.4s;	
	border: none;
}
.conference_location_map img.map{
	padding: 5px;
	margin: 0px;
	border: 5px solid #006674;
	background-color: #eee;
}
#content .conference_location:hover a.conference_location_map{
	opacity: 1;
	border: none;
	z-index: 4;
}
.conference_location_map img.spicik{
	position: absolute;
	left: -22px;
	top: 103px;
}
#content .conference h2.conference_title{
	color: #9C002F;
	line-height: 24px;
}
#content .conference h2.conference_title a, #content h1.conference-entry-title, .conference_date{
	color: #9C002F;
	border: none;
	font-weight: 700;
	font-size: 24px;
	font-family: "Open Sans Condensed";
	text-shadow: 0 1px 0 #fff;
}
#content h1.conference-entry-title, .conference_date{
	color: #006674;
	float: left;
	width: 720px;
	line-height: 30px;
	text-align: center;
}
#content h1.conference-entry-title{
	border-top: 1px solid #eee;
	padding: 10px 0;
	background-color: #f3f3f3;
	box-shadow: inset 0 0 40px #fff;
	margin-bottom:0;
	margin-top:15px
}
.conference_date{
	margin: 0;
	color: #9C002F;
	font-size: 20px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 5px 0;
	background-color: #fbfbfb;
}
#content .organizator-detail{
	border-bottom: 1px solid #eee;
	text-align: center;
	width: 720px;
	padding: 5px 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;	
	font-family: "Open Sans Condensed";
	margin-bottom:15px;
	background-color: #f3f3f3;
	box-shadow: inset 0 0 40px #fff;
	float:left;
}
.single-conference .entry-content p{
	line-height: 24px;
	font-size: 15px;
}
.single-conference .attachment-conference_full{
	box-shadow: 0 5px 10px #ddd;
}
.single-conference #content{
	margin-top:15px;
}
.single-conference #content .entry-content{
	width: 720px;
	float: left;
	padding-right:0;
	text-align: left;
}
.single-conference .issue-navigation {
	width: 300px;
	margin: 20px;
	
}
.single-conference .conference_url{
	border-bottom: none;
}
#content .conference.even-conference h2.conference_title a, #content .conference.even-conference a{
	color: #006674;
	}
.odd-conference .conference_start_date, .odd-conference .conference_end_date{
	color: #430D1D;
}
.even-conference .conference_start_date, .even-conference .conference_end_date{
	color: #003037;
}
.odd-conference .conference_year_date, .even-conference .conference_year_date{
	color: #666;
}
.odd-conference .conference_location {
	color: #9C002F;
}
.odd-conference .conference_location_map img.map{
	border: 5px solid #9C002F;
}
#content .conference h2.conference_title a:hover{
	text-decoration: underline;
}
.conference_div .perex{
	margin-top: 5px;
	background: #fff;
	padding: 5px 15px;
	box-shadow: inset 0 0 12px #bbb;
	border-radius: 4px;
}
.conference_div .perex .label, #conference_sidebar .label, #conference_gallery .label{	
	padding-right: 10px;
	color: #999;
	font-family: "Open Sans Condensed";
	font-weight: 700;
	text-shadow: 0px 1px 0px #fff;
	text-transform: uppercase;
	float: left;
	word-wrap:none;
	white-space: nowrap;
	background-repeat:	no-repeat;
	background-position: left;	
	padding-left: 32px;
	line-height: 28px;
	font-size: 14px;
}

#conference_sidebar h3.conf_title, .widget-title {
	font-family: "Open Sans Condensed";
	font-weight: 700;
	color: #111;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	font-size: 15px;
}
#conference_sidebar h3.conf_title, #primary .widget-title {
	text-align:center;
}

#conference_sidebar .label, #conference_gallery .label{
	background-image: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/icons_lila.png);
	color: #9C002F;
}
#conference_sidebar .item{
	float: left;
	width: 195px;
	font-size: 15px;
	color: #222;
	text-align: center;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	padding-bottom: 10px;
}
#conference_sidebar .item .item-content{
	font-family: 'Open Sans Condensed';
	font-size: 20px;
	font-weight: 700;
	float: left;
	width: 180px;
}
#conference_sidebar .item .item-content a{
	color: #333;
	font-size: 14px;
	line-height:14px;
	font-weight: 700;
}
#conference_sidebar a:hover{
	text-decoration: underline;
}
#conference_sidebar .item .item-content .quote{
	font-size: 12px;
	margin-top: 5px;
	color: #666;
	font-family: 'Open Sans';
	font-weight: 300;
}
#conference_sidebar .item .label{
	margin-bottom:5px;
}
.conference.odd-conference .label{
	background-image: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/icons_lila.png);
	color: #9C002F;
}
.conference.even-conference .label{
	background-image: url(https://search.webdepozit.sk/webarchiv/public/20220111000113/https://www.jmbfs.org/wp-content/themes/JMBFS/images/icons_teal.png);
	color: #006674;
}
.conference_div .perex .item .conference_days{
	font-size: 12px;
	line-height: 22px;
	vertical-align: middle;
	padding-left: 5px;	
	color: #666;
}
 .conference_div .perex .item{		
	width: 100%;
	text-transform: none;
	font-size: 14px;
	overflow: hidden;
	margin: 10px 0;
	line-height: 28px;
	vertical-align: middle;
}
 .conference_div .perex .item-content{
		float: left;
		margin:0;
		padding:0;
		text-shadow: 0px 1px 0px #fff;
 }
.conference_div .perex .google_calendar .label, #conference_sidebar .google_calendar .label{	
		background-position: 0px -84px;
}
.conference_div .perex .organizator .label{	
	background-position: 0px -140px;
}
.conference_div .perex .deadline .label, #conference_sidebar .deadline .label{	
	background-position: 0px -644px;
}
.conference_div .perex .share .label, #conference_sidebar .share .label{	
	background-position: 0px -476px;
}
#conference_sidebar .con_location  .label{	
	background-position: 0px -196px;
}
#conference_gallery .label{
	background-position: 0px -448px;
	width: 720px;
	float: left;
}
.conference_div .perex .share .addthis_toolbox a {	
	margin-top: 2px;
}
.conference_div .perex .share .addthis_toolbox a.addthis_counter, .conference_div .perex .share .addthis_toolbox a.addthis_counter a{	
	margin-top: 0px;
}
#content .conference .addthis_toolbox{
	opacity: 0.5;
}
#content .conference .addthis_toolbox:hover{
	opacity: 1;
}
#content .conference .conference_detail_link{
	margin-left: 20px;
	font-size: 16px;
	text-transform: uppercase;
	width:130px;
	padding:10px;
	color: #fff;
	float: left;
	margin-top: 20px;
	border-radius: 4px;
	text-shadow: 0 1px 0 #000;
	position: relative;
	z-index:3;
	font-family: "Open Sans Condensed";
	font-weight: 700;
	letter-spacing: 1px;
	text-align:center;
}

#content .conference.odd-conference .conference_detail_link{
	background-color: #9C002F;
	box-shadow: inset 0 0 30px #430D1D, 0 0 2px #333, 0 0 10px #999;
}

#content .conference.odd-conference .conference_detail_link:hover{
	background-color: #9C002F;
	box-shadow: inset 0 0 40px #000;
}
#content .conference.even-conference .conference_detail_link{
	background-color: #006670;
	box-shadow: inset 0 0 30px #003037, 0 0 10px #999;
	color: #fff;	
}
#content .conference.even-conference .conference_detail_link:hover{
	background-color: #006670;
	box-shadow: inset 0 0 40px #000;
}
#content .past-conference{
	padding-left: 20px; 
	padding-right: 20px;	
	width: 727px;
	}
#content .conference.even-conference.past-conference .conference_detail_link, #content .conference.odd-conference.past-conference .conference_detail_link  {
	float: right;
	margin:0;
	-webkit-transform: scale(0.8); 	
}
/*CONFERENCES END*/
/*CONFERENCES MENU*/
#primary li.widget_nav_menu{
	border-bottom-right-radius:4px;
	border-top-right-radius:4px;	
	background-color: #006674;
	padding: 0px;
	box-shadow: 0px -1px 10px #333;
	box-shadow: 0px -1px 10px rgba(0,0,0, 0.5);
	width: 210px;
	position: relative;
}
#primary li.widget_nav_menu#nav_menu-9{
	background-color: #9C002F;
}
#menu-left-menu-2 li{
	padding: 0px;
	margin:0;	
}
#primary .widget_nav_menu ul.menu li a{
	width: 190px;
	padding: 0px 10px;
	color: #fff;
	list-style: none;
	font-size: 17px;
	line-height: 29px;
	text-decoration: none;
	border-bottom: 0px;
	text-shadow: 0px 1px 1px #111;
	font-family: 'Open Sans Condensed', sans-serif;
	display: block;
	margin:0;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}
#primary .widget_nav_menu ul.menu li a:last-child{
	border-bottom-right-radius:6px;
}
#primary .widget_nav_menu ul.menu li {
	border-top: 1px dashed #000;
}
#primary .widget_nav_menu ul.menu li a:hover{
	background-color: #003037;
	color: #eee;
}
#primary #nav_menu-9 ul.menu li a:hover{
	background-color: #430D1D;
}

#main #conference_sidebar{
	float: left; 
	padding: 5px 10px 0px 10px !important;
	background-color: #F4F4F4;
	border-bottom-right-radius: 4px;
	/*border-top-left-radius: 6px;*/
	border-top-right-radius: 4px;
	padding: 0px;
	box-shadow: 0px -1px 10px #333;
	box-shadow: 0px -1px 10px rgba(0,0,0, 0.5);
	width: 190px;
}


#conference_sidebar .conference_url a{
	color: #333;
	font-size: 14px;
	margin: 0 -5px;

}
#conference_sidebar .conference_url {
	border-top: 1px solid #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
	}
#conference_gallery{
	float: left;
	overflow: hidden;
	width: 720px;
	border-top: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 5px;	
	border-bottom: 1px solid #eee;	
	margin-bottom:20px;
}
#conference_gallery_content{
	float: left;
	overflow: hidden;
	margin: 0;
}
#content #conference_gallery_content .conference_gallery_image{
	float: left;
	padding: 9px;
	border: 1px solid #eee;
	margin: 10px;
	display: block;
	line-height:0;
}
#content #conference_gallery_content .conference_gallery_image h4{
	width: 320px;
	font-size: 14px;
	line-height: 16px;
	margin: 7px 0 0 0;
	color: #666;
	text-align: center;
}
#content #conference_gallery_content .conference_gallery_image{
	text-decoration: none;
}
#content #conference_gallery_content .conference_gallery_image:hover h4{
	text-decoration: none;
	color: #222;
	border-bottom: none;
}
.spicik_left{
	position:absolute;
	left:0px;
	bottom: -10px;
}
.spicik_right{
	position:absolute;
	right:0px;
	bottom: -10px;
}
.page-id-11 div.wpcf7-validation-errors, .page-id-11 div.wpcf7-mail-sent-ok{
	max-width: 300px;
}
.page-id-11 .wpcf7-not-valid-tip{
	left: auto;
	right: 5%;
}
.page-id-11 #content textarea {
	width: 315px;
}
.page-id-11 #formular input[type="submit"]{
	width: 338px;
	margin-top: 10px;
}

.page-id-11 .contact-form-frame{
	float:right;
	padding: 15px 0px 15px 18px;
	border: 1px #AAA solid;
	border-radius:5px;
	background: #F2F2F2;
	}
#un-button {
	box-shadow: 0px -1px 10px #333;
	box-shadow: 0px -1px 10px rgba(0,0,0, 0.5);
}
.cc-box {
    padding: 10px;
    margin-top: 20px;
    margin-bottom: -25px;
    text-align: center;
}
.cc-box img, .cc-box a{
    display: inline-block;
}


.article_fulltext table, .article_fulltext th, .article_fulltext td {
    border: 1px solid #666;
}
.article_fulltext table{
    width: 100%;
    display: block;
    overflow-x: scroll;
}

.article_fulltext td {
    padding: 3px;
    overflow: hidden;
}

.article_fulltext table {
    margin-bottom: 10px;
}

#nav_menu-9 h3.widget-title {
    color: #fff;
}





/*
     FILE ARCHIVED ON 0:01:13 Jan 11, 2022 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 9:25:14 Aug 7, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
