﻿ html{
  height: 100%;
}



body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;
	color: #787f8c;
	background: #ffffff;
	height: 100%;
}

pre {
font-size:16px !important;
/*font-weight:bold; */
overflow-x: hidden;
width: 100%;

white-space: pre-wrap;
word-wrap: break-word;
word-break: break-all;


}

.tiny {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 10px; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.tinyc{BACKGROUND: none; COLOR: #dacb64; FONT-SIZE: 10px; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}

.blok {
position:relative;
width:100%;
padding:1em;
margin:2em 10px 4em;
background:#fff;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
    




.blok:before,
.blok:after {
content:"";
position:absolute;
z-index:-2;
}

.blok p {
font-size:16px;
font-weight:bold;

}



a:link, a:visited { color: #787f8c; text-decoration:none;} 
a:active, a:hover { color: #787f8c; text-decoration: underline;}

p { margin: 0; padding: 0; text-align: justify;}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;
}


#templatemo_container{
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	box-shadow: 0px 0px 10px Black;
	display: table;
  	height: 100%;
}

#templatemo_header {
	font-size: 12px;
	width: 960px;
	height: 360px;
/*	background: url(images/header.jpg) top center no-repeat; */
}

#templatemo_header #out_mission_section {
	float: left;
	width: 250px; /* padding 30 + */
	padding: 0px 15px;
	margin-top: 210px;
	margin-left: 30px;
}

#templatemo_header #daily_bible_verse_section {
	float: right;
	width: 250px; /* padding 30 + */
	padding: 0px 15px;
	margin-top: 210px;
	margin-right: 30px;
}

#daily_bible_verse_section #bible_verse {
	clear: both;
	padding-top: 5px;
	font-weight: bold;
}


/* mobile menu */

.topm {
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.75);
	border-bottom: 2px solid SkyBlue;
	display: none;
}

.menu_icon {
	display: none;
}

#hide {
	display: none;
}

/* end of mobile menu */


/* menu */
#templatemo_menu {
	clear: both;
	width: 960px;
	background: linear-gradient(to top, #CDC9C9, White);
	background: -webkit-linear-gradient(to top, #CDC9C9, White);
	background: -moz-linear-gradient(to top, #CDC9C9, White);
	background: -o-linear-gradient(to top, #CDC9C9, White);
	background: -ms-linear-gradient(to top, #CDC9C9, White);
	box-shadow: 0px 2px 7px #838383;
}

#templatemo_menu ul {
	text-align: center;
	margin: 0;
	padding: 12px 0px;
	list-style: none;
}

#templatemo_menu ul li{
	text-align: center;
	display: inline;
}

#templatemo_menu ul li a{
	padding: 5px 15px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #4979af;
	border-right: 1px solid #d5d5d5;	
}

#templatemo_menu li a:hover, #templatemo_menu li .current{
	color: #1d2f53;
}

#templatemo_menu li .last{
	border-right: none;
}

/* end of menu */

/* content */

#templatemo_content {
	clear: both;
	width: 960px;
	display: table-row;
	height: 100%;
}

#templatemo_content #templatemo_left {
	float: left;
	width: 280px;
	margin-top: 20px;
	margin-left: 30px;
	padding: 0;
}

#templatemo_content #templatemo_left2 {
	float: left;
	width: 90%;
	margin-top: 20px;
	margin-left: 30px;
	padding: 0;
}

#templatemo_content #templatemo_right {
	float: right;
	width: 570px;
	margin-top: 30px;
	margin-right: 30px;
	padding: 0px 0px;
}

/* left column */

#templatemo_left #templatemo_news_section {
	clear: both; 
/*	width: 600px;*/
}

#templatemo_news_section h1 {
	padding: 10px 15px;
	margin-bottom: 30px;
	display: inline-block;
	background: #ADD8E6;
	font-size: 18px;
}

#templatemo_news_section2 h1 {
	padding: 10px 15px;
	margin-bottom: 30px;
	display: inline-block;
	background: #ADD8E6;
}

#templatemo_news_section .templatemo_news_box {
	margin: 0 15px 30px 15px;
}
.templatemo_news_box h2 {

	padding: 0px;
	margin: 0 0 10px 0;
	font-size: 15px;


  text-shadow: 1px 1px 1px silver,
               -1px 1px 1px silver;
  color: white;
  transition: all .5s;
}


.templatemo_news_box h3 {
	padding: 0px;
	margin: 0 0 2px 0;
	font-size: 11px;

  text-shadow: 1px 1px 1px silver,
               -1px 1px 1px silver;
  color: #787f8c;
  transition: all .5s;

}

#templatemo_left .left_col_section {
	padding: 0px;
	margin-bottom: 30px;
}

/* end of left column */

#templatemo_right .right_col_section {
	margin-bottom: 30px;
	padding: 0px;
}

.right_col_section h1 {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 22px;
	font-weight: normal;
	color: #0099CC;
}

.right_col_section h2 {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #0099CC;
}

.right_col_section h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #0099CC;
}

.right_col_section .candle_m {
	float: left;
	margin: 3px 15px 0 0;
	border: 5px solid #e4e4e4;
}

.right_col_section p{
	margin-bottom: 15px;
}

.right_col_section ul {
	margin: 15px 0;
	padding: 0 0 0 30px;
}

.right_col_section ul li {
	margin-bottom: 5px;
}

.right_col_section #welcome_title {
	height: 38px;
	background: url(images/templatemo_welcome.gif) top left no-repeat;
	margin-bottom: 20px;
}

.right_col_section .right_cleaner_with_10px {
	float: left;
	display: block;
	width: 10px;
	height: 100%;
	font-size: 1px;
}

.right_col_section .right_two_col {
	float: left;
	width: 450px;
}

.right_two_col img {
	float: none;
	margin-bottom: 10px;
}

.right_two_col p{
	margin-bottom: 5px;
}

/* end of content */

/* footer */

#templatemo_footer{
	clear: both;
	width: 960px;
	text-align: center;
	padding: 10px 0;
	background-color: #e3e3e3;
	border-top: 5px solid #dadada;
}

.mobile_ghost {
		display: none;
	}
	
.topic { 
    
    color: #0000ff !important; /* Цвет текста */
         
    }
    
 .topic2 { 
    
    color: #0000ff !important; /* Цвет текста */
         
    }  
    
h2 {
    font-size: 1.6rem; /* Размер заголовка */
   }    

.td_buket
  {
    height:400px;  
  }
  
.td_space
  {
    height:50px;  
  }  
  
table {

    margin: auto !important;
   } 
   
.main_tab{
    margin: auto !important;
    width: 900px;
   } 
   
  .div_buket {
  height: 400px;
}  
   
.buket_frame {
    border:1px;
 margin-top: 20px; 
 margin-bottom: 30px; 
 -moz-border-radius: 12px; 
 -webkit-border-radius: 12px ; 
 border-radius: 12px; 
 -moz-box-shadow: 4px 4px 14px #000; 
 -webkit-box-shadow: 4px 4px 14px #000; 
 box-shadow: 4px 4px 14px #000; 
/* -moz-transform: rotate(20deg); 
 -webkit-transform:rotate(20deg); 
 -o-transform: rotate(20deg) ; 
 -ms-transform: rotate(20deg); */
 filter: progid: DXImageTransform.Microsoft.BasicImage (rotation = .2); 
 
 
}    
/* Lang: */


