/*
Theme Name: Moli
Theme URI: http://www.moli.si
Description: Theme for Moli.si
Author: Andrej Beden
Author URI:  http://www.moli.si
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: moli
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
}
body {
	line-height: 1;
}
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;
}

/*declare Fonts*/

@font-face {
	font-family: 'Conv_Ubuntu-B';
	src: url('fonts/Ubuntu-B.eot');
	src: local('☺'), url('fonts/Ubuntu-B.woff') format('woff'), url('fonts/Ubuntu-B.ttf') format('truetype'), url('fonts/Ubuntu-B.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Ubuntu-C';
	src: url('fonts/Ubuntu-C.eot');
	src: local('☺'), url('fonts/Ubuntu-C.woff') format('woff'), url('fonts/Ubuntu-C.ttf') format('truetype'), url('fonts/Ubuntu-C.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Ubuntu-L';
	src: url('fonts/Ubuntu-L.eot');
	src: local('☺'), url('fonts/Ubuntu-L.woff') format('woff'), url('fonts/Ubuntu-L.ttf') format('truetype'), url('fonts/Ubuntu-L.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Ubuntu-R';
	src: url('fonts/Ubuntu-R.eot');
	src: local('☺'), url('fonts/Ubuntu-R.woff') format('woff'), url('fonts/Ubuntu-R.ttf') format('truetype'), url('fonts/Ubuntu-R.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	/*float: left;*/
}

#content {
	padding-left: 40px;	
	padding-right: 40px;	
	padding-top:10px;
	padding-bottom:40px;
	}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 290px;
	padding-bottom: 10px;
	margin-right:42px;

}
#secondary {
	clear: right;
	margin-top:10px;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	max-width: 508px;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Conv_Ubuntu-R', Georgia, "Bitstream Charter", serif;
}
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 {
	font-family: 'Conv_Ubuntu-R', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type="submit"] {
	font-family: 'Conv_Ubuntu-R', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	max-width:1024px;
	min-width:480px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

#bwrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    min-width: 268px;
    width: 268px;
}
#bwrapper100 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    min-width: 268px;
    	background-color:#A64E00;

}
#mainwrap {
	min-height:300px;	
	}
/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background-color:#e4cab3;
}
body,
input,
textarea {
	color: #666;
	font-size: 10pt;
	line-height: 14pt;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}


/* Text elements */
p {
	margin-bottom: 10px;
}

h1 {
	color: #FFAD00;
	font-size:12pt;
	margin-bottom: 10px;

	}
h2 {
	color: #FFAD00;
	font-size:11pt;
	margin-bottom: 10px;

	}
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;
	overflow: auto;
	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;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	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: 2px;
}
a:link {
	color: #FFAD00;
	text-decoration: underline; 
}
a:visited {
	color: #FFAD00;
	text-decoration: underline;
}
a:active,
a:hover {
	text-decoration: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	max-width:1024px;
    background-color:#A64E00;
}

#bheader {
	background: transparent url('images/bhead.png') no-repeat ;
	height:75px;
	z-index:100 !important;
	position:relative;
}
#bheadertop {
	background-color:#A64E00;
margin: 10px;
padding-top: 10px;
margin-top: 0 !important;
}

#bheader100 {
	z-index:100 !important;
	position:relative;
}

.headersplit {
	background: #fff url('images/head.png') no-repeat ;
	max-width:1024px;
	height:75px;
	z-index:100 !important;
	position:relative;
	
}
.headersplitt {
	background: transparent url('images/head.png') no-repeat ;
		max-width:1024px;
	height:75px;
	z-index:100 !important;
	position:relative;
}

.logo {
	padding-top:20px;
	margin-left:20px;
	}
	.logo img{
	max-width:435px;
	}
	
	#headerlinks {
		margin-left:560px;
		margin-top:58px;
		float:left;
	}

/* =Menu
-------------------------------------------------------------- */
.menu-header {
	clear:both;
	border-bottom:solid 1px #FFAD00;
	height:38px;
}

#access {
	background: #fff;
	display: block;
	float: left;
	margin: 0px;
	width:100%;
}
#access .menu-header, div.menu {
	font-size: 14px;
}
#access .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
	margin-left:24px;
}
#access .menu-header li, div.menu li {
	float: left;
	position: relative;
}


#access .menu-header li a, div.menu li a{
color:#666;
}

#access .menu-header li + li, div.menu li + li {
 /* background:url('images/separator.png') no-repeat top left;  */
}

#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 15px;
	text-decoration: none;
}
#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: #fff;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #FFAD00;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #FFAD00;
}

* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor 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,
* #access ul li a:hover {
	color: #FFAD00;
}

.lines {
    margin-bottom: 20px;
    margin-left: 42px;
    margin-top: 8px;
	}


section {
	font-family: 'Conv_Ubuntu-L';
	font-size:10pt;
	padding-top:20px;
	padding-bottom:40px;
	background-color:#ECECEC;
	}

.title {
	font-family: 'Conv_Ubuntu-R';
	height:42px;
	line-height:42px;
	font-size:14pt;
	padding-left:40px;
	}

.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}


.clearboth
{
	clear:both;
	}

/* ~~ The footer ~~ */


footer {
	background-color:#A64E00;
	max-width:1024px;
	text-align:center;
	padding-bottom:20px;
	color: #fff;
}

#footersplit {
	background: transparent url('images/footer.png') no-repeat ;
	max-width:1024px;
	height:71px;
	z-index:0;
	position:relative;
}

header, section, footer, aside, article, figure {
	display: block;
}

.contentmain {
	background: #FFF ;
	/*margin-top:-30px !important;*/
	margin-bottom:-30px !important;
}	
.copy {
		font-size:9pt;
	padding-bottom:15px;

}

	.iglogo {
		position: relative;
		float:right;
		right:20px;
		top:-5px;
		height:80px;
		width:62px;
		}

#sidebar a {
	color: #C60;
}
#sidebar a:visited {
	color: #C60;
}
#sidebar a:hover {
	color: #F90;
}
#mainmolitev {
	margin: 10px;
	padding: 0px;
	position: relative;
}
#mainmolitev .text {
	width: 65%;
	padding: 5px;
	position: absolute;
	top: 20px;
	height: 40px;
	background-color: rgba(255,255,255,0.8);
	font-size: 26px;
	color: #000;
	line-height: 40px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

#bmainmolitev {
	margin-top: -12px;
	padding: 0px;
	position: relative;
}
#bmainmolitev .text {
	width: 65%;
	padding: 5px;
	position: absolute;
	top: 30px;
	height: 20px;
	background-color: rgba(255,255,255,0.8);
	font-size: 14px;
	color: #000;
	line-height: 20px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}
#mainarhiv {
	margin: 0 10px;
	margin-top: 10px;
}
#mainarhiv1 {
	width: 32%;
	float: left;
	padding: 0px;
	position: relative;
	margin-bottom:10px;
}
#mainarhiv1 .text {
	width: 65%;
	padding: 5px;
	position: absolute;
	top: 10px;
	min-height: 20px;
	line-height: 20px;
	background-color: rgba(255,255,255,0.8);
	font-size: 14px;
	text-align: left !important;
	color: #000;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
#mainarhivsv {
	width: 2%;
	float: left;
	padding: 0px;
}
.aleft {
	text-align: left;
	float: left;
}
.acenter {
	text-align: center;
	float: left;
}
.aright {
	text-align: right;
	float: right;
}

#bmain {
	width: 268px;
}

#bmain100 {
	width: 100%;
}

#main1 {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 24px;
}
#main1 .title {
	margin-top: 10px;
}
#main1 h2 {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 30px;
}
 @media all and (max-width: 1020px) and (min-width: 766px), (min-width: 1020px) {
#main {
	width: 66%;
	min-width: 300px;
	float: left;
}

#sidebar {
	width: 34%;
	float: left;
	font-size: 16px;
	color: #000;
	border:0px;
}
}
@media all and (max-width: 765px) and (min-width: 480px), (max-width: 480px) {
#main {
	width: 100%;
		float: left;
	font-size: 16px;
    line-height: 24px;
}
#sidebar {
	width: 100%;
		float: left;

	font-size: 16px;
	color: #000;
}
.iglogo {
	position: relative;
	float: right;
	right: 20px;
	top: -5px;
	height: 0px;
	width: 0px;
	visibility: hidden;
}
#zacni {
	visibility: hidden;
		height:0px !important;

	}
}

#mainmeditacija {
	width: 100%;
	float: left;
}

					
#mediabuttonsw {
	float: right;
	right: 0;
	width: 490px;			
	margin-bottom: 10px;
}	
#mediabuttons {
	text-align: left;
	max-width: 490px;
}

#playbutton {
	position: relative;
	float:left;
	height:20px;
	width:32px;
	cursor:pointer;
}
	
#homebutton {
	position: relative;
	width:32px;
	float:left;
	height:20px;
	cursor:pointer;
}
.playp {
	background: url('images/play_p00.png') no-repeat ;
}
.playps {
	background: url('images/play_ps00.png') no-repeat ;
}
.playm {
	background: url('images/play_m00.png') no-repeat ;
}
.playms {
	background: url('images/play_ms00.png') no-repeat ;
}
.homeb {
	background: url('images/home00.png') no-repeat ;
}
.homes {
		background: url('images/home_s00.png') no-repeat ;
}    
.meditacija {
		min-height:520px;
		margin-top:-20px;
}

.block {   
	display: table;
	height:350px;
	min-width:370px;
} 
.centered { 
 	display: table-cell;
    vertical-align: middle;
    text-align: center;
} 

	
.molitev	{
	font-size:20px;
	line-height:24px;
	padding:60px;
	background-color:rgba(255,255,255,0.8);
	color:#000;
}
		
	
.molitev p	{
	color:#000;
	font-size:20px !important;
	line-height:24px !important;
	}
	
.fblinks{
 	float: left;
    text-align: right;
    width: 260px;
}

.fb{
    text-align: center;
    width: 300px;
	height:30px !important;
}
.mtitle {
	font-size:26px !important;
	font-weight:bold;
	}
	
.inicijalka {
	font-size: 90px;
	}
	#pwrap {
		background-color:#FFAD00;
		padding-top:10px;
		padding-left:10px;
		padding-right:10px;
		}
	#predstavitev {
		color:#ffffff;
			font-size:22px;
			width:100%;
			padding-left:30px;
			margin-top:28px;
			margin-bottom:20px;
			line-height: 30px;
			
	}
	#navodilo {
	font-size:18px;
	text-align:center;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
	#zacni {
	background: #FFAD00 url('images/zacni.png')  no-repeat top center;
	font-size:22px;
	width:100%;
	height:115px;
}
	#gzacnil {
	background: #FFAD00 url('images/zacni.png')  no-repeat top left;
	min-width:90px;
	height:115px;
	float:left;
}
	#gzacnis {
	background: #FFAD00 url('images/zacni1.png')  no-repeat top left;
	font-size:60px;
	height:115px;
	line-height:115px;
	float:left;
	color:#FF7800;
}
	#arhiv {
			background-color: #FFCC00;
	font-size:18px;
	text-align:center;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
	}
	#pristan {
			background: #f0f2f2 url('images/pristanduha1.png')  no-repeat center center;
			height:70px;
	}

	#duhovnoizpopolnjevanjeimg {
			width: 100%
	}	
	#igdomwrap {
			margin-top:10px;
	}
		#igdom {
		background: url("images/Logo_ignacjevdom80.png") no-repeat scroll center #FFFFFF;
		height: 135px;
	}
	#prayasyougo {
			background-color: #666666;
			height:70px;
			width:100%;
			text-align:center;
	}
	#prayasyougo1 {
		margin-top:5px;
			color:#ffffff;
			font-size:20px;
			text-align:right;
			height:60px;
			width:200px;
			float:left;
			padding-right:5px;
			padding-top:5px;
			border-right:1px solid #ffffff;
	}
	#prayasyougo2 {
		margin-top:5px;
			background: url('images/prayasyougogs.png')  no-repeat center center;
			height:60px;
			width:80px;
			float:left;
			margin-left:5px;
	}
	.pyga {
		font-size:10px;
		line-height:12px;
	}
	.bbeseda{
		padding-top:25px;
		text-align:center;
		background-color: #ffffff;
		width:100%;
		border-left:1px solid #aaaaaa;
		margin-right:-1px;
		height:70px
	}
	#apostolat {
	background: url('images/LogoRMOPSlovenia.png')  no-repeat center center;
	width:100%;
    height: 70px;
	background-color:#fff;
	}
	#apostolat a, a:link, a:hover, a:visited{

	color:#ffffff;
	text-decoration:none;
	}
	#lectio {
	font-size:18px;
	text-align:center;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	color:#ffffff;
	background-color:#777;
	}
	#lectio a, a:link, a:hover, a:visited{

	color:#ffffff;
	text-decoration:none;
	}
.apmtext {
	margin-top:10px;
	}
	.imgeksamen {
			vertical-align:top !important;
}
#slider {
	width:150px;
	height:10px;
	float: left;
	margin:5px 4px 5px;
}
	
.ui-slider .ui-slider-handle {
	height: 1em !important;
}
#textm {
	    background-color: rgba(255, 255, 255, 0.8);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #000000;
    font-size: 26px;
    height: 40px;
    line-height: 40px;
    padding: 5px;
    position: absolute;
    top: 80px;
	left:0px;
    width: 45%;
}
.alignleft {
	float:left;
	margin-right:20px !important;
	margin-bottom:10px !important;
	}
	
.widget-title {
	padding-bottom:20px;
	}
/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.nav {
	width:100%;
	text-align:center;
	}
.nav a:link {
	color:#666;
	font-size:	14px;
	}
	
 .selected{
	color:#F90 !important;
	}
 .nav a:visited {
	color:#666;
	font-size:	14px;
	}
 .nav a:active{
	color:#666;
	font-size:	14px;
	}

.nav a:hover {
text-decoration:underline;
	}

.duhovnoizpopolnjevanjeimg {
	width:100%;
	margin-top:20px;
}

.divider {
	margin-bottom: 0 !important;
}
.twocols {
	width: 100%;
}
.twocol {
	width: 47%;
	float: left;
}
.twocolsep {
	width: 2%;
	float: left;
}

#bmainmolitevnew {
    padding: 0px;
    position: relative;
	margin:auto;
}


#bmainmolitevnew .textjezuiti {
	width: 60%;
	height: 60%;

position: absolute; 
top: 49%; 
left: 50%; 
background-color: rgba(255, 255, 255, 0.8);
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%); 
transform: translate(-50%,-50%);
font-family: "Arial", sans-serif;
font-size: 20px; 
font-weight: bold;
color: #000;
line-height: 70px;
display: flex;
  justify-content: center;
  align-items: center;
margin: 0; 
z-index: 9;
}

#bwrapper100new {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    min-width: 300px;
}